summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-15Fix hiding a message while some citations are shown in notmuch-show view.Dmitry Kurochkin
2011-06-15Set message invisibility spec properties before inserting the body.Dmitry Kurochkin
2011-06-15Pass message to the `notmuch-show-insert-text/plain-hook' hook.Dmitry Kurochkin
2011-06-15Workaround for Emacs bug #8721.Dmitry Kurochkin
2011-06-15test emacs: Add tests for hiding messages in notmuch-show viewDmitry Kurochkin
2011-06-15python: Implement Message.__cmp__ and __hash__Sebastian Spaeth
2011-06-15python: Remove Messages().__len__Sebastian Spaeth
2011-06-10test: Fix from-guessing to actually span Received headers over multiple linesCarl Worth
2011-06-10Fix appending of Received headersStewart Smith
2011-06-10test: Extend from-guessing test with a test with multiple Received headersCarl Worth
2011-06-10test: Add test that emacs detects and hides top-post quotes of original messagesCarl Worth
2011-06-10notmuch.el: hide original message in top posted replies.David Bremner
2011-06-03Use stock GMimeSession by defaultDaniel Kahn Gillmor
2011-06-03show: Avoid inadvertently closing stdoutJameson Graef Rollins
2011-06-03test: modify multipart test to use test_expect_equal_fileJameson Graef Rollins
2011-06-03test: update emacs test to use test_expect_equal_fileJameson Graef Rollins
2011-06-03Make `notmuch-show-clean-address' parsing-error-proof.Dmitry Kurochkin
2011-06-03test: add "notmuch-show for message with invalid From" testDmitry Kurochkin
2011-06-03emacs: Cleaner interface when prompting for sender addressThomas Jost
2011-06-03emacs: Don't always prompt for the "From" address when replyingThomas Jost
2011-06-03emacs: fix notmuch-show-part-button to not include newlineJameson Graef Rollins
2011-06-03Fix misspelling in search output sanitization test.Austin Clements
2011-06-03avoid segfault when calling sanitize_string() on NULLDaniel Kahn Gillmor
2011-06-03lib/message-file: plug three memleaks.Anton Khirnov
2011-06-03Use message-field-value instead of message-fetch-field in FCC header setup.Dmitry Kurochkin
2011-06-02bindings/python: Bump bindings version to 0.6Sebastian Spaeth
2011-06-02bindings/python: Implement Tags().__nonzero__()Sebastian Spaeth
2011-06-02bindings/python: implement Threads().__nonzero__Sebastian Spaeth
2011-06-02bindings/python: Include the new get_filenames in the API docsSebastian Spaeth
2011-06-02bindings/python: Implement Message().get_filenames()Sebastian Spaeth
2011-06-01emacs: Use "message-cited-text" instead of "message-cited-text-face"Pieter Praet
2011-06-01test: cleanup search-output test names (no functional change)Jameson Graef Rollins
2011-06-01test: add test for sanitized notmuch-search outputFlorian Friesdorf
2011-06-01Sanitize "Subject:" and "Author:" fields to not contain control characters in notmuch-searchAndreas Amann
2011-06-01emacs: Define several faces for the crypto-status buttonThomas Jost
2011-06-01test: Create and set temporary home directoryFlorian Friesdorf
2011-06-01test: remove json test for search null result, since it's being more properly tested in search-outputJameson Graef Rollins
2011-06-01test: move utf-8 subject search test from json to search test scriptJameson Graef Rollins
2011-06-01test: Move a test from search to search-output, and add a similar json testJameson Graef Rollins
2011-06-01Fix missing final newline in notmuch search outputJameson Graef Rollins
2011-06-01test: modify search-output test to use the new test_expect_equal_file functionJameson Graef Rollins
2011-06-01add note about updating the debian symbols file to the RELEASE fileJameson Graef Rollins
2011-06-01configure: Fix detection of libdir in ldconfig configurationCarl Worth
2011-05-31vim: add delete commandsFelipe Contreras
2011-05-31vim: add support for delete in search viewFelipe Contreras
2011-05-31vim: add support to mark as read in search viewFelipe Contreras
2011-05-31vim: add support to mark as read in show viewFelipe Contreras
2011-05-31Rename signerstatustostring to signer_status_to_stringCarl Worth
2011-05-31Reduce some excessive indentation.Carl Worth
2011-05-31show: Remove some dead code from show_text_part_contentCarl Worth