aboutsummaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
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
2012-01-14emacs: add support for replying just to the senderJani Nikula
2012-01-13notmuch/emacs: Observe the charset of text/html parts, where known.David Edmondson
2012-01-13Merge branch 'release'David Bremner
2012-01-12emacs: Improve `notmuch-hello' display on ttys.David Edmondson
2012-01-10emacs: Mark the quoted region during reply.David Edmondson
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
2012-01-05emacs: fix notmuch-show-indent-messages-width customization variable nameJameson Graef Rollins
2011-12-28emacs: Enable more text/plain hook functions by default.David Edmondson
2011-12-28emacs: create patch filename from subject for inline patch fake partsJani Nikula
2011-12-28emacs: add inline patch fake parts through a special handlerJani Nikula
2011-12-24emacs: fix docstring for `notmuch-search-line-faces'.Dmitry Kurochkin
2011-12-24emacs: call notmuch-show instead of notmuch-search in buttonised id: linksJameson Graef Rollins
2011-12-23emacs: fix off-by-one bug in notmuch-show-archiveAaron Ecay
2011-12-22emacs: put the last search on top of recent searches in notmuch-helloDmitry Kurochkin
2011-12-22emacs: Change the default thousands separator to a spaceThomas Jost
2011-12-22emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separatorThomas Jost
2011-12-22emacs: Don't prompt the user to choose from zero matching addresses.David Edmondson
2011-12-22emacs: Fix notmuch-mua-user-agent defcustomJani Nikula
2011-12-22emacs: Fix notmuch-hello-tag-list-make-query defcustomJani Nikula
2011-12-21emacs: add notmuch-hello-refresh-hookThomas Jost
2011-12-21Don't quote lambda formsAaron Ecay
2011-12-20emacs: Add `notmuch-jump-to-recent-buffer'.David Edmondson
2011-12-20emacs: do not call `notmuch-hello-mode' on updateDmitry Kurochkin
2011-12-18Add an argument to notmuch-mua-mailAaron Ecay
2011-12-16emacs: Add notmuch-hello-mode-hookIvy Foster
2011-12-16emacs: Document notmuch-show-get-message-propertiesDaniel Schoepe
2011-12-15emacs: Add a face for crypto parts headersThomas Jost
2011-12-15emacs: support "notmuch new" as a notmuch-poll-scriptJani Nikula
2011-12-07emacs: do not call notmuch show for non-inlinable partsDmitry Kurochkin
2011-12-07emacs: remove unused variable in `notmuch-show-insert-part-message/rfc822'Dmitry Kurochkin
2011-12-07emacs: remove some code duplication in notmuch-showDmitry Kurochkin
2011-11-30emacs: Use notmuch-command variable in process-lines.Chris Gray
2011-11-25emacs: make message indentation width customisableGregor Zattler
2011-11-24emacs: Avoid unnecessary markers.Austin Clements