summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-11-11lib: Remove the notion of TAGS_INVALIDCarl Worth
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-11test: Rework recently-added additional maildir-sync testsCarl Worth
2010-11-11test: More maildir synchronization testsMichal Sojka
2010-11-11lib: Remove the synchronization of 'T' flag with "deleted" tag.Carl Worth
2010-11-11test: Rework testing of maildir-synchronization feature.Carl Worth
2010-11-10Tests for maildir synchronizationMichal Sojka
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-10Maildir synchronizationMichal Sojka
2010-11-10lib: Return added message even if it already was in the databaseMichal Sojka
2010-11-10test: Don't strip portions of test name after '-' for temporary files.Carl Worth