]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2011-06-15 Sebastian Spaethpython: Improve documentation
2011-06-15 Dmitry KurochkinFix indentation in guess_from_received_header().
2011-06-15 Dmitry KurochkinFix memory leak in guess_from_received_header().
2011-06-15 Dmitry KurochkinFix double free in guess_from_received_header().
2011-06-15 Dmitry KurochkinSimplify message and headers visibility code in notmuch...
2011-06-15 Dmitry KurochkinSet higher priority for headers and hidden citation...
2011-06-15 Dmitry KurochkinFix hiding a message while some citations are shown...
2011-06-15 Dmitry KurochkinSet message invisibility spec properties before inserti...
2011-06-15 Dmitry KurochkinPass message to the `notmuch-show-insert-text/plain...
2011-06-15 Dmitry KurochkinWorkaround for Emacs bug #8721.
2011-06-15 Dmitry Kurochkintest emacs: Add tests for hiding messages in notmuch...
2011-06-15 Sebastian Spaethpython: Implement Message.__cmp__ and __hash__
2011-06-15 Sebastian Spaethpython: Remove Messages().__len__
2011-06-11 Carl Worthtest: Fix from-guessing to actually span Received heade...
2011-06-11 Stewart SmithFix appending of Received headers
2011-06-11 Carl Worthtest: Extend from-guessing test with a test with multip...
2011-06-10 Carl Worthtest: Add test that emacs detects and hides top-post...
2011-06-10 David Bremnernotmuch.el: hide original message in top posted replies.
2011-06-04 Daniel Kahn... Use stock GMimeSession by default
2011-06-03 Jameson Graef... show: Avoid inadvertently closing stdout
2011-06-03 Jameson Graef... test: modify multipart test to use test_expect_equal_file
2011-06-03 Jameson Graef... test: update emacs test to use test_expect_equal_file
2011-06-03 Dmitry KurochkinMake `notmuch-show-clean-address' parsing-error-proof.
2011-06-03 Dmitry Kurochkintest: add "notmuch-show for message with invalid From...
2011-06-03 Thomas Jostemacs: Cleaner interface when prompting for sender...
2011-06-03 Thomas Jostemacs: Don't always prompt for the "From" address when...
2011-06-03 Jameson Graef... emacs: fix notmuch-show-part-button to not include...
2011-06-03 Austin ClementsFix misspelling in search output sanitization test.
2011-06-03 Daniel Kahn... avoid segfault when calling sanitize_string() on NULL
2011-06-03 Anton Khirnovlib/message-file: plug three memleaks.
2011-06-03 Dmitry KurochkinUse message-field-value instead of message-fetch-field...
2011-06-02 Sebastian Spaethbindings/python: Bump bindings version to 0.6
2011-06-02 Sebastian Spaethbindings/python: Implement Tags().__nonzero__()
2011-06-02 Sebastian Spaethbindings/python: implement Threads().__nonzero__
2011-06-02 Sebastian Spaethbindings/python: Include the new get_filenames in the...
2011-06-02 Sebastian Spaethbindings/python: Implement Message().get_filenames()
2011-06-02 Pieter Praetemacs: Use "message-cited-text" instead of "message...
2011-06-02 Jameson Graef... test: cleanup search-output test names (no functional...
2011-06-02 Florian Friesdorftest: add test for sanitized notmuch-search output
2011-06-02 Andreas AmannSanitize "Subject:" and "Author:" fields to not contain...
2011-06-02 Thomas Jostemacs: Define several faces for the crypto-status button
2011-06-02 Florian Friesdorftest: Create and set temporary home directory
2011-06-01 Jameson Graef... test: remove json test for search null result, since...
2011-06-01 Jameson Graef... test: move utf-8 subject search test from json to searc...
2011-06-01 Jameson Graef... test: Move a test from search to search-output, and...
2011-06-01 Jameson Graef... Fix missing final newline in notmuch search output
2011-06-01 Jameson Graef... test: modify search-output test to use the new test_exp...
2011-06-01 Jameson Graef... add note about updating the debian symbols file to...
2011-06-01 Carl Worthconfigure: Fix detection of libdir in ldconfig configur...
2011-06-01 Felipe Contrerasvim: add delete commands
2011-06-01 Felipe Contrerasvim: add support for delete in search view
2011-06-01 Felipe Contrerasvim: add support to mark as read in search view
2011-06-01 Felipe Contrerasvim: add support to mark as read in show view
2011-05-31 Carl WorthRename signerstatustostring to signer_status_to_string
2011-05-31 Carl WorthReduce some excessive indentation.
2011-05-31 Carl Worthshow: Remove some dead code from show_text_part_content
2011-05-31 Carl Worthnotmuch show: Don't do text conversions for non-text...
2011-05-31 Carl Worthtest: Add test showing notmuch corrupts a part with...
2011-05-31 Carl Worthtest: Fix a misspelling in one of our test cases.
2011-05-31 Dmitry Kurochkintest: add test for saving attachments using notmuch...
2011-05-31 Dmitry Kurochkintest: copy files in test_expect_equal_file instead...
2011-05-31 Dmitry KurochkinDon't re-compress .gz & al. in notmuch-show-save-part.
2011-05-27 Jameson Graef... emacs: Give mutlipart/{signed, encrypted} their own...
2011-05-27 Jameson Graef... emacs: Do not attempt to render arbitrary application...
2011-05-27 Jameson Graef... Render all parts of multipart/encrypted when decrypting.
2011-05-27 Jameson Graef... Do not replace multipart/signed part with content part...
2011-05-27 Jameson Graef... tag signed/encrypted during notmuch new
2011-05-27 Jameson Graef... emacs: Add support for PGP/MIME verification/decryption
2011-05-27 Jameson Graef... Add decryption of PGP/MIME-encrypted parts with --decrypt.
2011-05-27 Jameson Graef... Add signature verification of PGP/MIME-signed parts...
2011-05-27 Jameson Graef... test: add crypto tests for signature verification and...
2011-05-27 Jameson Graef... test: add notmuch_show_sanitize_all function that is...
2011-05-27 Jameson Graef... test: new test-lib function to test for equality betwee...
2011-05-27 Jameson Graef... Break up format->part function into part_start and...
2011-05-27 Jameson Graef... Use empty strings instead of NULL in format_reply struc...
2011-05-27 Jameson Graef... Integrate reply_part_content function into reply_part...
2011-05-27 Jameson Graef... Simplify reply_part function to eliminate redundant...
2011-05-27 Dmitry Kurochkintest: use `princ' instead of `message' calls in emacs...
2011-05-27 Carl WorthUpdate some more recent tests to use /usr/bin/env to...
2011-05-27 Joel Borggrén... test: change "#!/bin/bash" to "#!/usr/bin/env bash...
2011-05-26 Matthias GuedemannFix check of sysconf return in get_name/username_from_p...
2011-05-26 Daniel Schoepeemacs: Make the queries used in the all-tags section...
2011-05-26 Dmitry Kurochkintest: add test-lib.el file with `visible-buffer-string...
2011-05-26 Thomas Jostemacs: Add a customization allowing to always prompt...
2011-05-26 Thomas Jostemacs: Allow the user to choose the "From" address...
2011-05-26 Thomas Jostemacs: Allow the user to choose the "From" address...
2011-05-26 Thomas Jostemacs: Allow the user to choose the "From" address...
2011-05-26 Thomas Jostemacs: Helpers needed for the user to be able to choose...
2011-05-24 Dmitry KurochkinCarefully manage save/restore of point in `notmuch...
2011-05-24 Dmitry Kurochkintest: add test for hiding/showing signature in notmuch...
2011-05-24 Dmitry Kurochkintest: fix expected output for emacs tests after the...
2011-05-24 Dmitry KurochkinUse different labels for wash buttons when text is...
2011-05-24 Carl Worthemacs: Add an accessor function for emacs code to get...
2011-05-24 Daniel Schoepeemacs: add notmuch-before- and notmuch-after-tag-hook
2011-05-24 Carl Worthpython: Update README to talkabout notmuch, not cnotmuch
2011-05-24 Carl Worthman page: Eliminate two warnings
2011-05-24 Carl Worthnotmuch: Implement search-tags as an alias for "search...
2011-05-24 Carl Worthtest: Expand multipart test to cover "notmuch reply...
2011-05-24 Carl Worthnotmuch reply: Avoid segmentation fault when printing...
2011-05-24 Jameson Graef... test: Expand multipart test to cover part output in...
next