summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* lib: Remove the notion of TAGS_INVALIDCarl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationCarl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth2010-11-11
* test: Rework recently-added additional maildir-sync testsCarl Worth2010-11-11
* test: More maildir synchronization testsMichal Sojka2010-11-11
* lib: Remove the synchronization of 'T' flag with "deleted" tag.Carl Worth2010-11-11
* test: Rework testing of maildir-synchronization feature.Carl Worth2010-11-11
* Tests for maildir synchronizationMichal Sojka2010-11-10
* Make maildir synchronization configurableMichal Sojka2010-11-10
* Maildir synchronizationMichal Sojka2010-11-10
* lib: Return added message even if it already was in the databaseMichal Sojka2010-11-10
* test: Don't strip portions of test name after '-' for temporary files.Carl Worth2010-11-10
* Merge in ruby bindings.Carl Worth2010-11-08
|\
| * ruby: Don't barf if an object is destroyed more than onceAli Polatel2010-06-06
| * ruby: Use rb_scan_args()Ali Polatel2010-06-06
| * ruby: Kill garbage collection related cruft.Ali Polatel2010-06-06
| * ruby: First attempt at fixing gc for ruby-1.9Ali Polatel2010-06-06
| * ruby: fix documentation of DB.upgrade!Ali Polatel2010-06-06
| * Initial ruby bindingsAli Polatel2010-06-06
* | vim: include own improved git-diff syntaxFelipe Contreras2010-11-08
* | vim: run(): optimize non-debug pathFelipe Contreras2010-11-08
* | vim: use mailx for sendingFelipe Contreras2010-11-08
* | vim: add option to mark as read + archiveFelipe Contreras2010-11-08
* | vim: remove add_remove_tags_on_screen()Felipe Contreras2010-11-08
* | vim: cleanup search syntaxFelipe Contreras2010-11-08
* | vim: cleanup search bufferFelipe Contreras2010-11-08
* | vim: add archive support from 'show'Felipe Contreras2010-11-08
* | Don't use kill-this-buffer to kill notmuch emacs buffersJameson Rollins2010-11-08
* | emacs: Fix notmuch-show-pipe-message to use notmuch-command variableMichal Sojka2010-11-06
* | NEWS: Update NEWS files for a couple of recent changes.Carl Worth2010-11-06
* | test: Add test for viewing raw message within emacs.Carl Worth2010-11-06
* | Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth2010-11-06
* | test: Add test for saving an attachment from emacsCarl Worth2010-11-06
* | emacs: Access raw messages via cat subcommandMichal Sojka2010-11-05