]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2010-11-11 Carl Worthtest: Drop test for propagating flag changes from one...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Fix to rename...
2010-11-11 Carl Worthnotmuch_filenames_create: Take a reference to underlyin...
2010-11-11 Carl Worthmaildir_flags_to_tags: Avoid interpreting "no info...
2010-11-11 Carl Worthnotmuch new: Defer maildir_flags synchronization until...
2010-11-11 Carl Worthlib: Document that absence of maildir flags can also...
2010-11-11 Carl Worthtest: Add a new test that removal of a maildir flag...
2010-11-11 Carl WorthFix notmuch_message_tags_to_maildir_flags to effect...
2010-11-11 Carl WorthFix notmuch_message_maildir_flags_to_tags to iterate...
2010-11-11 Carl Worthlib: Add new, public notmuch_message_get_filenames
2010-11-11 Carl Worthlib: Add new implementation of notmuch_filenames_t
2010-11-11 Carl Worthlib: Remove the notion of TAGS_INVALID
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-11 Carl WorthAvoid abbreviation, preferring notmuch_config_get_maild...
2010-11-11 Carl Worthtest: Rework recently-added additional maildir-sync...
2010-11-11 Michal Sojkatest: More maildir synchronization tests
2010-11-11 Carl Worthlib: Remove the synchronization of 'T' flag with "delet...
2010-11-11 Carl Worthtest: Rework testing of maildir-synchronization feature.
2010-11-10 Michal SojkaTests for maildir synchronization
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-11-10 Michal SojkaMaildir synchronization
2010-11-10 Michal Sojkalib: Return added message even if it already was in...
2010-11-10 Carl Worthtest: Don't strip portions of test name after '-' for...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-08 Felipe Contrerasvim: include own improved git-diff syntax
2010-11-08 Felipe Contrerasvim: run(): optimize non-debug path
2010-11-08 Felipe Contrerasvim: use mailx for sending
2010-11-08 Felipe Contrerasvim: add option to mark as read + archive
2010-11-08 Felipe Contrerasvim: remove add_remove_tags_on_screen()
2010-11-08 Felipe Contrerasvim: cleanup search syntax
2010-11-08 Felipe Contrerasvim: cleanup search buffer
2010-11-08 Felipe Contrerasvim: add archive support from 'show'
2010-11-08 Jameson RollinsDon't use kill-this-buffer to kill notmuch emacs buffers
2010-11-07 Michal Sojkaemacs: Fix notmuch-show-pipe-message to use notmuch...
2010-11-06 Carl WorthNEWS: Update NEWS files for a couple of recent changes.
2010-11-06 Carl Worthtest: Add test for viewing raw message within emacs.
2010-11-06 Carl WorthRename "notmuch cat" to "notmuch show --format=raw"
2010-11-06 Carl Worthtest: Add test for saving an attachment from emacs
2010-11-06 Michal Sojkaemacs: Access raw messages via cat subcommand
2010-11-06 Michal SojkaAdd 'cat' subcommand
2010-11-06 Carl WorthMakefile: Support "make check" as alias for "make test"
2010-11-06 Carl Worthtest: Don't mess with user's HOME directory
2010-11-06 Carl Worthtest: Update mail corpus with original mails (with...
2010-11-06 Carl Worthtest: Clear the "BROKEN" flag on an existing emacs...
2010-11-06 Carl Worthtest: Generate a little run_emacs script to help debug...
2010-11-05 Carl WorthTODO: Add idea for notmuch-bcc and notmuch-cc variables.
2010-11-04 Michal SojkaPrint nothing when search result is empty
2010-11-04 Michal Sojkatest: Search for non-existent message should return...
2010-11-02 Carl Worthdebian: Add a file stating the intended symbols to... 0.4
2010-11-02 Carl WorthMakefile: Move the -Wl,-as-needed option earlier in...
2010-11-02 Carl Worthlib: Eliminate some redundant includes of xapian.h
2010-11-02 Carl Worthlib: Add GCC visibility(hidden) pragmas to private...
2010-11-02 Carl Worthlib: Add some missing static qualifiers.
2010-11-01 Carl Worthdebian: Use the correct maintainer address for the...
2010-11-01 Carl Worthdebian: Declare conformance with Standard-Version 3...
2010-11-01 Carl WorthMakefile: Build library with -Wl,--as-needed
2010-11-01 Carl Worthmanpage: Add escaping for hyphen used as minus
2010-11-01 Carl Worthdebian: Add changelog entry for the 0.4 release.
2010-11-01 Carl WorthIncrement notmuch version to 0.4.
2010-11-01 Carl WorthUpdate library version to 1.2.0
2010-11-01 Carl WorthNEWS: Add notes for the 0.4.0 release
2010-10-30 Carl Worthconfigure: Add a check for the -Wl,--as-needed flag.
2010-10-30 Carl Worthfixup
2010-10-30 Felipe Contrerasbuild: only link to what we really use
2010-10-30 Carl Worthconfigure: Remove a debugging print message.
2010-10-30 Carl Worthconfigure: Test for flag to set rpath
2010-10-30 Carl Worthconfigure: Test for each compiler warning before enabli...
2010-10-29 Carl Worthtest: Test emacs notmuch-hello with no saved searches...
2010-10-29 Carl Worthtest: Test emacs notmuch-hello when displaying a saved...
2010-10-29 Dirk HohndelFix problem with notmuch-hello-nice-number
2010-10-29 David Edmondsonemacs: Re-work the implementation of highlighting in...
2010-10-29 Carl Worthdebian: Add emacs autoloads for all top-level notmuch...
2010-10-29 Carl Worthemacs: Fix the autoload comments
2010-10-29 Carl Worthconfigure: Set XAPIAN_CONFIG to only "xapian-config...
2010-10-29 Felipe Contrerasconfigure: optimize uname finding a bit
2010-10-29 Carl WorthMakefile: Fix notmuch binary to directly link against...
2010-10-29 David BenjaminDon't involve the shell in notmuch searches
2010-10-29 Mike Kellynotmuch-setup.c: Initialize getline(3) response_size...
2010-10-28 Michal SojkaDo not call ldconfig when building Debian package
2010-10-28 Carl Worthdocumentation: Add the "files" option to the synopsis...
2010-10-28 Sebastian Spaethpython: lambda(p) is not P3k-compliant
2010-10-28 Sebastian Spaethpython: Import explicit including package name
2010-10-28 Carl Worthtest: Emit a friendly error message if run with bash...
2010-10-28 Carl Worthtest: Avoid using unreliable, hard-coded thread ID...
2010-10-28 Carl Worthemacs: Use copy-sequence instead of copy-seq.
2010-10-28 Carl Worthnotmuch search: Add a new "notmuch search --output...
2010-10-28 Carl Worthnotmuch search: Add a new --output=(summary|threads...
2010-10-28 Carl Worthlib: Add two functions: notmuch_query_get_query_string...
2010-10-28 Carl WorthTODO: Remove several items that have been completed.
2010-10-28 Carl Worthemacs: Eliminate duplicate From header in replies.
2010-10-28 Carl Worthtest: Add test for reply functionality within emacs.
2010-10-28 Carl Worthnotmuch: Eliminate some const-correctness warnings.
2010-10-28 Carl Worthemacs: Eliminate warning of calling function with exces...
2010-10-28 Carl Worthemacs: Remove non-interactive call of goto-line
2010-10-28 Carl Worthemacs: Fix to eliminate warning in notmuch-query-map-aux
2010-10-28 David Edmondsonemacs: Avoid runtime use of `cl'.
2010-10-28 Rob BrowningMove notmuch-fcc-header-setup to message-header-setup...
2010-10-28 Jameson Rollinstest: Update tests with removal of bcc from reply
2010-10-28 Jameson RollinsRemove bcc header from notmuch reply.
2010-10-28 Carl Worthtest: Add test for fully-roundtripped FCC
next