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