aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
Commit message (Expand)AuthorAge
* 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
* emacs: fix docstring for `notmuch-search-line-faces'.Gravatar Dmitry Kurochkin2011-12-24
* Don't quote lambda formsGravatar Aaron Ecay2011-12-21
* emacs: Add `notmuch-jump-to-recent-buffer'.Gravatar David Edmondson2011-12-20
* emacs: support "notmuch new" as a notmuch-poll-scriptGravatar Jani Nikula2011-12-15
* emacs: Use notmuch-command variable in process-lines.Gravatar Chris Gray2011-11-30
* emacs: Avoid unnecessary markers.Gravatar Austin Clements2011-11-24
* emacs: Don't record undo information for search or show buffers.Gravatar Austin Clements2011-11-24
* emacs: Unbind M-RET as display of thread with crypto switch.Gravatar Jameson Graef Rollins2011-11-12
* emacs: Use a single buffer invisibility spec to fix quadratic search cost.Gravatar Austin Clements2011-11-12
* Do not query on notmuch-search exitGravatar Michal Sojka2011-11-08
* emacs: Tab completion for notmuch-search and notmuch-search-filterGravatar Daniel Schoepe2011-11-02
* fix sum moar typos [user-visible documentation in code]Gravatar Pieter Praet2011-06-23
* emacs: Add support for PGP/MIME verification/decryptionGravatar Jameson Graef Rollins2011-05-27
* emacs: Allow the user to choose the "From" address when replying to a messageGravatar Thomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when composing a new messageGravatar Thomas Jost2011-05-26
* emacs: add notmuch-before- and notmuch-after-tag-hookGravatar Daniel Schoepe2011-05-24
* use custom-face-edit value-type in notmuch-search-line-facesGravatar Jameson Graef Rollins2011-04-25
* emacs: Define notmuch-search-process-filter-data before first use.Gravatar Carl Worth2011-03-10
* emacs: Don't drop error messages from "notmuch search"Gravatar Carl Worth2011-03-10
* emacs: Fix notmuch-search-process-filter to handle incomplete linesGravatar Carl Worth2011-03-10
* emacs: Display any unexpected output from notmuch searchGravatar Carl Worth2011-03-10
* emacs: Improve the display of truncated authors.Gravatar David Edmondson2010-12-07
* emacs: add stash thread-id function to notmuch-search modeGravatar Jameson Rollins2010-11-11