aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-10emacs: Fix search refresh when on the last line of a search buffer.Carl Worth
2010-03-10emacs: Adjust search refresh to use a target line not a target position.Carl Worth
2010-03-10Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth
2010-03-10Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Carl Worth
2010-03-10Makefile: Add a message after "make install-emacs"Carl Worth
2010-03-10Makefile: Conditionalize the "make install" message.Carl Worth
2010-03-10Makefile: Simplify the conditional message of the all target.Carl Worth
2010-03-10Makefile: Add message to make install listing the other install targets.Carl Worth
2010-03-09Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth
2010-03-09Makefile: Rename all_deps to global_depsCarl Worth
2010-03-09Add is:<tag> as a synonym for tag:<tag> in search terms.Carl Worth
2010-03-09emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner
2010-03-09INSTALL: Include Fedora command for installing dependencies of notmuch.Carl Worth
2010-03-09INSTALL: Add a pointer to ./configure --helpCarl Worth
2010-03-09lib: Silence a compiler warning.Carl Worth
2010-03-09emacs: Fix refresh of search results to leave cursor on current thread.Carl Worth
2010-03-09Fix a few documentation typos in notmuch.hFernando Carrijo
2010-03-09Update documentation of notmuch_query_createFernando Carrijo
2010-03-09notmuch show: Don't show empty headers.Carl Worth
2010-03-09TODO: Add proposal for a saved-search interface.Carl Worth
2010-03-09TODO: Remove many items that have been completed recently.Carl Worth
2010-03-09emacs: Fix documentation of notmuch-search-remove-tag.Carl Worth
2010-03-09lib: Document what move_to_next does at the end of the list.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-03-09emacs: Fix backspace to not scroll more than the previous messageCarl Worth
2010-03-09emacs: Unbreak notmuch-show-rewind (the function to which Backspace is bound)Carl Worth
2010-02-26emacs: Make 'n' and 'p' navigate only open messages.Carl Worth
2010-02-26emacs: Don't open unread messages by default.Carl Worth
2010-02-25README: Mention that notmuch only supports maildir or mh format.Carl Worth
2010-02-24emacs: Avoid removing the unread tag due to internal navigationCarl Worth
2010-02-24Simplify "unread" tag handling in emacs UI.Jameson Rollins
2010-02-23TODO: We should fix the --format=json option to not imply --entire-thread.Carl Worth
2010-02-23notmuch search: Use "thread" rather than "id" when formatting with JSONCarl Worth
2010-02-23json: Add copy of MIT license text from cJSONCarl Worth
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.Scott Robinson
2010-02-23TODO: Rename the proposed --for option to --outputCarl Worth
2010-02-23notmuch.1: Use bold and indentation for the NOTMUCH_CONFIG variable.Carl Worth
2010-02-23Add ENVIRONMENT VARIABLES section to the man pageJames Westby
2010-02-20notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'.Carl Worth
2010-02-20Change the stash keybinding from 'z' to 'c'. And use 'i' for message ID.Carl Worth
2010-02-20notmuch.el: add a submap (on "z" for "ztash") to stash things.David Bremner
2010-02-20notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key-with-prefixDavid Bremner
2010-02-20Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).David Bremner
2010-02-20notmuch-show-get-header: new function; return alist of parsed header fields.David Bremner
2010-02-20notmuch.el: Delete some trailing whitespace.Carl Worth
2010-02-11notmuch.el: Fix bug from message with ':' in the From address.Carl Worth
2010-02-10notmuch.el: Handle attached images via an external viewer.Carl Worth
2010-02-10notmuch.el: Fix indentation.Carl Worth
2010-02-10notmuch.el: Avoid infinite loop marking up message with no parts.Carl Worth
2010-02-09Reintroduce HTML inlining, with a much needed optimizationAlexander Botero-Lowry