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