aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* TODO: Note missing keybindings for next/previous thread in emacs client.Carl Worth2010-11-23
* compatibility with emacs22James Vasile2010-11-16
* TODO: Add several items recently mentioned on the mailing list.Carl Worth2010-11-16
* test: Don't print a test result for preliminary test setupCarl Worth2010-11-16
* test: Fix bugs detected thanks to the previous commitMichal Sojka2010-11-16
* test: Detect unfinished subsetsMichal Sojka2010-11-16
* test: Break on test script (or other) errorMichal Sojka2010-11-16
* test: Add trailing newline to error messagesMichal Sojka2010-11-16
* test: Better handling of stdout and stderrMichal Sojka2010-11-16
* emacs: Use `view-mode' when examining raw messages.David Edmondson2010-11-16
* configure: Add explicit check for glib >= 2.14Carl Worth2010-11-16
* configure: Use pkg-config --exists rather than --modversionCarl Worth2010-11-16
* lib: Fix missing initialization of status field.0.5Carl Worth2010-11-11
* lib: Add two missing static qualifiersCarl Worth2010-11-11
* debian: Update list of symbols for libnotmuchCarl Worth2010-11-11
* debian: Add changelog entry for 0.5Carl Worth2010-11-11
* Increment notmuch version to 0.5Carl Worth2010-11-11
* Increment library version to 1.3.0Carl Worth2010-11-11
* NEWS: Add notes for 0.5 release.Carl Worth2010-11-11
* config: Fix confusing of "tag" and "flag" oin documentation.Carl Worth2010-11-11
* emacs: add stash thread-id function to notmuch-search modeJameson Rollins2010-11-11
* emacs: mv notmuch-{show,common}-do-stashJameson Rollins2010-11-11
* emacs: Improve the definition and use of `notmuch-fcc-dirs'.David Edmondson2010-11-11
* emacs: Use the header line to show the subject of the thread.David Edmondson2010-11-11
* emacs: Simplify subjects more aggressively.David Edmondson2010-11-11
* emacs: Elide the display of repeated subjects in thread display mode.David Edmondson2010-11-11
* test: Update emacs tests for fix to counting of signature lines.Carl Worth2010-11-11
* emacs: Correctly count the number of lines in a signature.David Edmondson2010-11-11
* Update of the spec file to the 0.4 release.Scott Henson2010-11-11
* tags_to_maildir_flags: Fix to preserve existing, unsupported flagsCarl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Carl Worth2010-11-11
* lib: Be honest in the documentation of the maildir functionsCarl Worth2010-11-11
* notmuch setup: Fix to add maildir group (with comment) to existing fileCarl Worth2010-11-11
* test: Move corpus emails into maildir directory structureCarl Worth2010-11-11
* test: Fix emacs FCC test to account for new maildir synchronizationCarl Worth2010-11-11
* Enable maildir synchronization by default.Carl Worth2010-11-11
* notmuch config: Add more documentation for maildir.synchronize_flagsCarl Worth2010-11-11
* notmuch setup: Don't prompt about maildir synchronizationCarl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Carl Worth2010-11-11
* test: Drop test for propagating flag changes from one file to anotherCarl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesCarl Worth2010-11-11
* notmuch_filenames_create: Take a reference to underlying filename listCarl Worth2010-11-11
* maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Carl Worth2010-11-11
* notmuch new: Defer maildir_flags synchronization until after removalsCarl Worth2010-11-11
* lib: Document that absence of maildir flags can also remove/add tagsCarl Worth2010-11-11
* test: Add a new test that removal of a maildir flag also changes tagsCarl Worth2010-11-11
* Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyCarl Worth2010-11-11
* Fix notmuch_message_maildir_flags_to_tags to iterate over filenamesCarl Worth2010-11-11
* lib: Add new, public notmuch_message_get_filenamesCarl Worth2010-11-11
* lib: Add new implementation of notmuch_filenames_tCarl Worth2010-11-11