aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
Commit message (Expand)AuthorAge
* emacs: add '?' to some prefix keymaps to describe its bindingsGravatar Mark Walters2013-12-10
* emacs: Fix search tagging racesGravatar Austin Clements2013-11-08
* emacs: Move `notmuch-call-notmuch-process' to notmuch-libGravatar Austin Clements2013-11-08
* emacs: move search based tree functions to notmuch.elGravatar Mark Walters2013-11-07
* emacs: minimal change to load notmuch-tree by defaultGravatar Mark Walters2013-11-07
* emacs: move notmuch-help to libGravatar Mark Walters2013-11-07
* emacs: Sanitize authors and subjects in search and showGravatar Austin Clements2013-10-27
* emacs: Use interactive specifications for tag changes in searchGravatar Austin Clements2013-10-25
* emacs: Fix misuse of `notmuch-tag'Gravatar Austin Clements2013-10-25
* emacs: show: use interactive instead of current-prefix-argGravatar Mark Walters2013-10-19
* emacs: Improved `notmuch-describe-keymap' documentationGravatar Austin Clements2013-10-10
* emacs: Improve interactive use documentationGravatar Austin Clements2013-10-07
* emacs: Support overriding help and describing prefix actionGravatar Austin Clements2013-10-07
* emacs: Clean up a few documentation stringsGravatar Austin Clements2013-10-07
* emacs: bugfix unquoted symbolGravatar Mark Walters2013-09-15
* emacs: Move ?, q, s, m, =, and G to the common keymapGravatar Austin Clements2013-09-10
* emacs: Define a common shared keymap for all of notmuchGravatar Austin Clements2013-09-10
* emacs: Make notmuch-help work with arbitrary keymapsGravatar Austin Clements2013-09-10
* emacs: Add unified refresh-this-buffer functionGravatar Austin Clements2013-09-10
* emacs: Move `notmuch-poll' to notmuch-libGravatar Austin Clements2013-09-10
* emacs: Remove notmuch-search quit continuationGravatar Austin Clements2013-09-10
* emacs: Consistently use configured sort orderGravatar Austin Clements2013-09-10
* emacs: update search sort order help to match codeGravatar Jani Nikula2013-06-24
* emacs: Fix "no such file or directory" errorGravatar Austin Clements2013-06-12
* emacs: add `notmuch-archive-tags' cross references in docstringsGravatar David Bremner2013-06-02
* emacs: replace setq + let with let*Gravatar David Bremner2013-06-02
* emacs: replace (funcall 'foo ...) with (foo ...)Gravatar David Bremner2013-06-02
* emacs: Use streaming S-expr parser for searchGravatar Austin Clements2013-06-01
* emacs: Use async process helper for searchGravatar Austin Clements2013-06-01
* emacs: Proper error string handling in search sentinelGravatar Austin Clements2013-05-18
* emacs: possibility to customize the rendering of tagsGravatar Damien Cassou2013-03-25
* emacs: Use the minibuffer for CLI error reportingGravatar Austin Clements2013-01-06
* emacs: Use --format-version for search, show, and replyGravatar Austin Clements2012-12-16
* emacs: Use unified error handling in searchGravatar Austin Clements2012-12-16
* emacs: Use unified error handling in notmuch-call-notmuch-processGravatar Austin Clements2012-12-16
* emacs: Move the incremental JSON parser to notmuch-lib.elGravatar Mark Walters2012-10-28
* emacs: Rename incremental JSON internal variablesGravatar Mark Walters2012-10-28
* emacs: Split out the incremental json parser into its own functionGravatar Mark Walters2012-10-28
* emacs: Escape tag queries suggested by tab completionGravatar Austin Clements2012-10-27
* emacs: add support for reversing notmuch-search-archive-thread tag changesGravatar Jani Nikula2012-09-19
* emacs: add support for custom tag changes on message/thread archiveGravatar Jani Nikula2012-09-19
* emacs: correct `notmuch-search-mode's docstring wrt `notmuch-search-tag-all'Gravatar Pieter Praet2012-09-01
* emacs: notmuch search bugfixGravatar Mark Walters2012-08-12
* emacs: fix a bug introduced by the recent search cleanups.Gravatar Mark Walters2012-08-02
* emacs: Fix navigation of multi-line search result formatsGravatar Austin Clements2012-07-24
* emacs: Allow custom tags formattingGravatar Austin Clements2012-07-24
* emacs: Replace other search text properties with result propertyGravatar Austin Clements2012-07-24
* emacs: Use result text properties for search result iterationGravatar Austin Clements2012-07-24
* emacs: Update tags by rewriting the search result line in placeGravatar Austin Clements2012-07-24
* emacs: Use text properties instead of overlays for tag coloringGravatar Austin Clements2012-07-24