aboutsummaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
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: add "*" binding for notmuch-show viewDmitry 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-show more flexibleDmitry 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-04emacs: use mark instead of point-max in MML quoting.David Bremner
2012-02-04Merge commit '0.11.1'David Bremner
2012-02-04emacs: fix `notmuch-wash-region-to-button' to work at beginning of bufferDmitry Kurochkin
2012-02-03emacs: Move the blank line from the bottom of the headers to the top of the body.David Edmondson
2012-02-03emacs: More address cleaning.David Edmondson
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-03emacs: quote MML tags in repliesAaron Ecay
2012-02-01emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."Pieter Praet
2012-01-30emacs: fix show-previous-message doc stringJameson Graef Rollins
2012-01-30emacs: modify the default show-mode key bindings for archivingJameson Graef Rollins
2012-01-30emacs: use pop-at-end functionality in show-archive-message-then-next functionJameson Graef Rollins
2012-01-30emacs: add option to show-next-{, open-}message functions to pop out to parent buffer if at endJameson Graef Rollins
2012-01-30emacs: add message archiving functionsJameson Graef Rollins
2012-01-30emacs: break out thread navigation from notmuch-show-archive-threadJameson Graef Rollins
2012-01-30emacs: break up notmuch-show-archive-thread-internal into two more generally useful functionsJameson Graef Rollins
2012-01-30emacs: use search-next-thread to move to next thread in show modeJameson Graef Rollins
2012-01-27emacs: Don't mark messages as "unsaved" when printing.David Edmondson
2012-01-27emacs: Another special case for `notmuch-show-clean-address'.David Edmondson
2012-01-27emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.David Edmondson
2012-01-27emacs: Re-enable line wrapping in `notmuch-show-mode'.David Edmondson
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-26emacs: polish notmuch-hello help textDmitry Kurochkin
2012-01-26emacs: Fix a notmuch-print.el compiler warning.David Edmondson
2012-01-26emacs: Make the part content available to `mm-inlinable-p'.David Edmondson
2012-01-25emacs: bind "s" to `notmuch-hello-search' in notmuch-hello bufferDmitry Kurochkin
2012-01-25emacs: use a single history for all searchesDmitry Kurochkin
2012-01-25emacs: bind "s" to `notmuch-search' in notmuch-hello bufferDmitry 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-21Make buttons for attachments allow viewing as well as savingMark Walters
2012-01-21emacs: add invisible dot instead of space at the end of notmuch-hello search boxDmitry Kurochkin
2012-01-21emacs: invert relation between 'notmuch-send and 'message customization groupsPieter Praet
2012-01-21emacs: Improved printing support.David Edmondson
2012-01-21emacs: Truncate lines and do not enable visual-line-mode in notmuch-show buffers.David Edmondson
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-17Revert "emacs: Don't attempt to colour tags in `notmuch-show-mode'."David Bremner
2012-01-15emacs: Cycle through notmuch buffers rather than jumping to the last.David Edmondson
2012-01-15emacs: Don't attempt to colour tags in `notmuch-show-mode'.David Edmondson
2012-01-14emacs: bind 'r' to reply-to-sender and 'R' to reply-to-allJani Nikula