summaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
AgeCommit message (Expand)Author
2012-02-17emacs: Fix display of highlighted line in notmuch-searchMichal Sojka
2012-02-12emacs: Rework crypto switch toggle.David Edmondson
2012-02-12emacs: add default value to notmuch-search-line-facesJani Nikula
2012-02-08emacs: s/tags/tag-changes/ for arguments of tagging functionsDmitry Kurochkin
2012-02-08emacs: accept empty tag list in `notmuch-tag'Dmitry Kurochkin
2012-02-08emacs: relax tag syntax check in `notmuch-tag' functionDmitry Kurochkin
2012-02-08emacs: separate history for operations which accept single and multiple tagsDmitry Kurochkin
2012-02-08emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'Dmitry Kurochkin
2012-02-08emacs: make "+" and "-" tagging operations in notmuch-search more flexibleDmitry Kurochkin
2012-02-08emacs: remove text properties from `notmuch-search-get-tags' resultDmitry Kurochkin
2012-02-08emacs: move tag format validation to `notmuch-tag' functionDmitry Kurochkin
2012-02-03emacs: Prefer '[No Subject]' to blank subjects.David Edmondson
2012-02-03emacs: Stop the `truncate-string-to-width' madness.David Edmondson
2012-02-01emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."Pieter Praet
2012-01-27emacs: `notmuch-search-operate-all' code cleanup, no functional changesDmitry Kurochkin
2012-01-27emacs: add completion to "tag all" operation ("*" binding)Dmitry Kurochkin
2012-01-25emacs: use a single history for all searchesDmitry Kurochkin
2012-01-25emacs: have notmuch-search-archive-thread use -next-thread functionJameson Graef Rollins
2012-01-21emacs/*.el: changed one-char comment prefix ';' to two; ';;'Tomi Ollila
2012-01-21emacs: globally replace non-branching "(if (not ..." with "(unless ..."Pieter Praet
2012-01-19emacs: logically group def{custom,face}sPieter Praet
2012-01-15emacs: Cycle through notmuch buffers rather than jumping to the last.David Edmondson
2012-01-14emacs: bind 'r' to reply-to-sender and 'R' to reply-to-allJani Nikula
2012-01-14emacs: add support for replying just to the senderJani Nikula
2012-01-09emacs: Better handling of inherited keymaps for `nomuch-help'.David Edmondson
2012-01-09emacs: Don't signal an error when reaching the end of the search results.David Edmondson
2011-12-24emacs: fix docstring for `notmuch-search-line-faces'.Dmitry Kurochkin
2011-12-21Don't quote lambda formsAaron Ecay
2011-12-20emacs: Add `notmuch-jump-to-recent-buffer'.David Edmondson
2011-12-15emacs: support "notmuch new" as a notmuch-poll-scriptJani Nikula
2011-11-30emacs: Use notmuch-command variable in process-lines.Chris Gray
2011-11-24emacs: Avoid unnecessary markers.Austin Clements
2011-11-24emacs: Don't record undo information for search or show buffers.Austin Clements
2011-11-12emacs: Unbind M-RET as display of thread with crypto switch.Jameson Graef Rollins
2011-11-12emacs: Use a single buffer invisibility spec to fix quadratic search cost.Austin Clements
2011-11-08Do not query on notmuch-search exitMichal Sojka
2011-11-02emacs: Tab completion for notmuch-search and notmuch-search-filterDaniel Schoepe
2011-06-23fix sum moar typos [user-visible documentation in code]Pieter Praet
2011-05-27emacs: Add support for PGP/MIME verification/decryptionJameson Graef Rollins
2011-05-26emacs: Allow the user to choose the "From" address when replying to a messageThomas Jost
2011-05-26emacs: Allow the user to choose the "From" address when composing a new messageThomas Jost
2011-05-24emacs: add notmuch-before- and notmuch-after-tag-hookDaniel Schoepe
2011-04-25use custom-face-edit value-type in notmuch-search-line-facesJameson Graef Rollins
2011-03-10emacs: Define notmuch-search-process-filter-data before first use.Carl Worth
2011-03-10emacs: Don't drop error messages from "notmuch search"Carl Worth
2011-03-10emacs: Fix notmuch-search-process-filter to handle incomplete linesCarl Worth
2011-03-10emacs: Display any unexpected output from notmuch searchCarl Worth
2010-12-07emacs: Improve the display of truncated authors.David Edmondson
2010-11-11emacs: add stash thread-id function to notmuch-search modeJameson Rollins
2010-11-08Don't use kill-this-buffer to kill notmuch emacs buffersJameson Rollins