aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
Commit message (Expand)AuthorAge
* 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
* emacs: Fix search tab completion in terminalsGravatar Austin Clements2012-03-18
* emacs: notmuch.el ignore excluded matchesGravatar Mark Walters2012-03-02
* emacs: Fix display of highlighted line in notmuch-searchGravatar Michal Sojka2012-02-17
* emacs: Rework crypto switch toggle.Gravatar David Edmondson2012-02-12
* emacs: add default value to notmuch-search-line-facesGravatar Jani Nikula2012-02-12
* emacs: s/tags/tag-changes/ for arguments of tagging functionsGravatar Dmitry Kurochkin2012-02-08
* emacs: accept empty tag list in `notmuch-tag'Gravatar Dmitry Kurochkin2012-02-08
* emacs: relax tag syntax check in `notmuch-tag' functionGravatar Dmitry Kurochkin2012-02-08
* emacs: separate history for operations which accept single and multiple tagsGravatar Dmitry Kurochkin2012-02-08
* emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'Gravatar Dmitry Kurochkin2012-02-08
* emacs: make "+" and "-" tagging operations in notmuch-search more flexibleGravatar Dmitry Kurochkin2012-02-08
* emacs: remove text properties from `notmuch-search-get-tags' resultGravatar Dmitry Kurochkin2012-02-08
* emacs: move tag format validation to `notmuch-tag' functionGravatar Dmitry Kurochkin2012-02-08
* emacs: Prefer '[No Subject]' to blank subjects.Gravatar David Edmondson2012-02-03
* emacs: Stop the `truncate-string-to-width' madness.Gravatar David Edmondson2012-02-03
* emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."Gravatar Pieter Praet2012-02-01
* emacs: `notmuch-search-operate-all' code cleanup, no functional changesGravatar Dmitry Kurochkin2012-01-27
* emacs: add completion to "tag all" operation ("*" binding)Gravatar Dmitry Kurochkin2012-01-27
* emacs: use a single history for all searchesGravatar Dmitry Kurochkin2012-01-25
* emacs: have notmuch-search-archive-thread use -next-thread functionGravatar Jameson Graef Rollins2012-01-25
* emacs/*.el: changed one-char comment prefix ';' to two; ';;'Gravatar Tomi Ollila2012-01-21
* emacs: globally replace non-branching "(if (not ..." with "(unless ..."Gravatar Pieter Praet2012-01-21
* emacs: logically group def{custom,face}sGravatar Pieter Praet2012-01-19
* emacs: Cycle through notmuch buffers rather than jumping to the last.Gravatar David Edmondson2012-01-15
* emacs: bind 'r' to reply-to-sender and 'R' to reply-to-allGravatar Jani Nikula2012-01-14
* emacs: add support for replying just to the senderGravatar Jani Nikula2012-01-14
* emacs: Better handling of inherited keymaps for `nomuch-help'.Gravatar David Edmondson2012-01-09
* emacs: Don't signal an error when reaching the end of the search results.Gravatar David Edmondson2012-01-09