aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
Commit message (Expand)AuthorAge
* emacs: fix a bug introduced by the recent search cleanups.Mark Walters2012-08-02
* emacs: Fix navigation of multi-line search result formatsAustin Clements2012-07-24
* emacs: Allow custom tags formattingAustin Clements2012-07-24
* emacs: Replace other search text properties with result propertyAustin Clements2012-07-24
* emacs: Use result text properties for search result iterationAustin Clements2012-07-24
* emacs: Update tags by rewriting the search result line in placeAustin Clements2012-07-24
* emacs: Use text properties instead of overlays for tag coloringAustin Clements2012-07-24
* emacs: Record thread search result object in a text propertyAustin Clements2012-07-24
* emacs: Switch from text to JSON format for search resultsAustin Clements2012-07-12
* emacs: Pass plist to `notmuch-search-show-result'Austin Clements2012-07-12
* emacs: Move search-target logic to `notmuch-search-show-result'Austin Clements2012-07-12
* emacs: Helper for reporting search parsing errorsAustin Clements2012-07-12
* emacs: Separate search line parsing and displayAustin Clements2012-07-12
* emacs: Clean up notmuch-search-show-resultAustin Clements2012-07-12
* emacs: eliminate search-tag-thread in favor of just search-tagJameson Graef Rollins2012-04-29
* emacs: modify search tag functions to use new notmuch-tag interfaceJameson Graef Rollins2012-04-29
* emacs: create notmuch-tag.el, and move appropriate functions from notmuch.elJameson Graef Rollins2012-04-29
* emacs: do not modify subject in search or showJameson Graef Rollins2012-04-28
* emacs: modify help message for notmuch-search-line-faces to reflect preferred...Jameson Graef Rollins2012-04-24
* emacs: have tag-completion return all tags for nil inputJameson Graef Rollins2012-04-12
* emacs: include tags from excluded messages in tag tab completionJameson Graef Rollins2012-04-12
* emacs: update call in tag-completion functionJameson Graef Rollins2012-04-12
* emacs: Fix search tab completion in terminalsAustin Clements2012-03-18
* emacs: notmuch.el ignore excluded matchesMark Walters2012-03-02
* emacs: Fix display of highlighted line in notmuch-searchMichal Sojka2012-02-17
* emacs: Rework crypto switch toggle.David Edmondson2012-02-12
* emacs: add default value to notmuch-search-line-facesJani Nikula2012-02-12
* emacs: s/tags/tag-changes/ for arguments of tagging functionsDmitry Kurochkin2012-02-08
* emacs: accept empty tag list in `notmuch-tag'Dmitry Kurochkin2012-02-08
* emacs: relax tag syntax check in `notmuch-tag' functionDmitry Kurochkin2012-02-08
* emacs: separate history for operations which accept single and multiple tagsDmitry Kurochkin2012-02-08
* emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'Dmitry Kurochkin2012-02-08
* emacs: make "+" and "-" tagging operations in notmuch-search more flexibleDmitry Kurochkin2012-02-08
* emacs: remove text properties from `notmuch-search-get-tags' resultDmitry Kurochkin2012-02-08
* emacs: move tag format validation to `notmuch-tag' functionDmitry Kurochkin2012-02-08
* emacs: Prefer '[No Subject]' to blank subjects.David Edmondson2012-02-03
* emacs: Stop the `truncate-string-to-width' madness.David Edmondson2012-02-03
* emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."Pieter Praet2012-02-01
* emacs: `notmuch-search-operate-all' code cleanup, no functional changesDmitry Kurochkin2012-01-27
* emacs: add completion to "tag all" operation ("*" binding)Dmitry Kurochkin2012-01-27
* emacs: use a single history for all searchesDmitry Kurochkin2012-01-25
* emacs: have notmuch-search-archive-thread use -next-thread functionJameson Graef Rollins2012-01-25
* emacs/*.el: changed one-char comment prefix ';' to two; ';;'Tomi Ollila2012-01-21
* emacs: globally replace non-branching "(if (not ..." with "(unless ..."Pieter Praet2012-01-21
* emacs: logically group def{custom,face}sPieter Praet2012-01-19
* emacs: Cycle through notmuch buffers rather than jumping to the last.David Edmondson2012-01-15
* emacs: bind 'r' to reply-to-sender and 'R' to reply-to-allJani Nikula2012-01-14
* emacs: add support for replying just to the senderJani Nikula2012-01-14
* emacs: Better handling of inherited keymaps for `nomuch-help'.David Edmondson2012-01-09
* emacs: Don't signal an error when reaching the end of the search results.David Edmondson2012-01-09