aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
Commit message (Expand)AuthorAge
* 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
* emacs: Record thread search result object in a text propertyGravatar Austin Clements2012-07-24
* emacs: Switch from text to JSON format for search resultsGravatar Austin Clements2012-07-12
* emacs: Pass plist to `notmuch-search-show-result'Gravatar Austin Clements2012-07-12
* emacs: Move search-target logic to `notmuch-search-show-result'Gravatar Austin Clements2012-07-12
* emacs: Helper for reporting search parsing errorsGravatar Austin Clements2012-07-12
* emacs: Separate search line parsing and displayGravatar Austin Clements2012-07-12
* emacs: Clean up notmuch-search-show-resultGravatar Austin Clements2012-07-12
* emacs: eliminate search-tag-thread in favor of just search-tagGravatar Jameson Graef Rollins2012-04-29
* emacs: modify search tag functions to use new notmuch-tag interfaceGravatar Jameson Graef Rollins2012-04-29
* emacs: create notmuch-tag.el, and move appropriate functions from notmuch.elGravatar Jameson Graef Rollins2012-04-29
* emacs: do not modify subject in search or showGravatar Jameson Graef Rollins2012-04-28
* emacs: modify help message for notmuch-search-line-faces to reflect preferred...Gravatar Jameson Graef Rollins2012-04-24
* emacs: have tag-completion return all tags for nil inputGravatar Jameson Graef Rollins2012-04-12
* emacs: include tags from excluded messages in tag tab completionGravatar Jameson Graef Rollins2012-04-12
* emacs: update call in tag-completion functionGravatar Jameson Graef Rollins2012-04-12