aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* notmuch search: Fix missing final newline in "notmuch search --output=tags"Gravatar Carl Worth2010-11-23
* test: Add --format=json testing to the "notmuch search --format" tests.Gravatar Carl Worth2010-11-23
* test: Add simple tests for "notmuch search --output=<>"Gravatar Carl Worth2010-11-23
* TODO: Note missing keybindings for next/previous thread in emacs client.Gravatar Carl Worth2010-11-23
* compatibility with emacs22Gravatar James Vasile2010-11-16
* TODO: Add several items recently mentioned on the mailing list.Gravatar Carl Worth2010-11-16
* test: Don't print a test result for preliminary test setupGravatar Carl Worth2010-11-16
* test: Fix bugs detected thanks to the previous commitGravatar Michal Sojka2010-11-16
* test: Detect unfinished subsetsGravatar Michal Sojka2010-11-16
* test: Break on test script (or other) errorGravatar Michal Sojka2010-11-16
* test: Add trailing newline to error messagesGravatar Michal Sojka2010-11-16
* test: Better handling of stdout and stderrGravatar Michal Sojka2010-11-16
* emacs: Use `view-mode' when examining raw messages.Gravatar David Edmondson2010-11-16
* configure: Add explicit check for glib >= 2.14Gravatar Carl Worth2010-11-16
* configure: Use pkg-config --exists rather than --modversionGravatar Carl Worth2010-11-16
* lib: Fix missing initialization of status field.Gravatar Carl Worth2010-11-11
* lib: Add two missing static qualifiersGravatar Carl Worth2010-11-11
* debian: Update list of symbols for libnotmuchGravatar Carl Worth2010-11-11
* debian: Add changelog entry for 0.5Gravatar Carl Worth2010-11-11
* Increment notmuch version to 0.5Gravatar Carl Worth2010-11-11
* Increment library version to 1.3.0Gravatar Carl Worth2010-11-11
* NEWS: Add notes for 0.5 release.Gravatar Carl Worth2010-11-11
* config: Fix confusing of "tag" and "flag" oin documentation.Gravatar Carl Worth2010-11-11
* emacs: add stash thread-id function to notmuch-search modeGravatar Jameson Rollins2010-11-11
* emacs: mv notmuch-{show,common}-do-stashGravatar Jameson Rollins2010-11-11
* emacs: Improve the definition and use of `notmuch-fcc-dirs'.Gravatar David Edmondson2010-11-11
* emacs: Use the header line to show the subject of the thread.Gravatar David Edmondson2010-11-11
* emacs: Simplify subjects more aggressively.Gravatar David Edmondson2010-11-11
* emacs: Elide the display of repeated subjects in thread display mode.Gravatar David Edmondson2010-11-11
* test: Update emacs tests for fix to counting of signature lines.Gravatar Carl Worth2010-11-11
* emacs: Correctly count the number of lines in a signature.Gravatar David Edmondson2010-11-11
* Update of the spec file to the 0.4 release.Gravatar Scott Henson2010-11-11
* tags_to_maildir_flags: Fix to preserve existing, unsupported flagsGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Gravatar Carl Worth2010-11-11
* lib: Be honest in the documentation of the maildir functionsGravatar Carl Worth2010-11-11
* notmuch setup: Fix to add maildir group (with comment) to existing fileGravatar Carl Worth2010-11-11
* test: Move corpus emails into maildir directory structureGravatar Carl Worth2010-11-11
* test: Fix emacs FCC test to account for new maildir synchronizationGravatar Carl Worth2010-11-11
* Enable maildir synchronization by default.Gravatar Carl Worth2010-11-11
* notmuch config: Add more documentation for maildir.synchronize_flagsGravatar Carl Worth2010-11-11
* notmuch setup: Don't prompt about maildir synchronizationGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Gravatar Carl Worth2010-11-11
* test: Drop test for propagating flag changes from one file to anotherGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesGravatar Carl Worth2010-11-11
* notmuch_filenames_create: Take a reference to underlying filename listGravatar Carl Worth2010-11-11
* maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Gravatar Carl Worth2010-11-11
* notmuch new: Defer maildir_flags synchronization until after removalsGravatar Carl Worth2010-11-11
* lib: Document that absence of maildir flags can also remove/add tagsGravatar Carl Worth2010-11-11
* test: Add a new test that removal of a maildir flag also changes tagsGravatar Carl Worth2010-11-11
* Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyGravatar Carl Worth2010-11-11