summaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
2012-03-10emacs: fix MML quoting in repliesJani Nikula
2012-03-01Spelling fixTomi Ollila
2012-03-01emacs: retain show buffer state after retrieving gpg keyTomi Ollila
2012-02-29emacs: Clarify description of thread manipulating functionsMichal Sojka
2012-02-27emacs: Fix out of date commentAustin Clements
2012-02-25emacs: Reverse the meaning of notmuch-show-refresh-view's argumentAustin Clements
2012-02-25emacs: When refreshing a show buffer, only mark read when resetting stateAustin Clements
2012-02-25emacs: add `notmuch-show-stash-mlarchive-link{, -and-go}'Pieter Praet
2012-02-25emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefixPieter Praet
2012-02-25emacs: support text/calendar mime typeJani Nikula
2012-02-20emacs: Fix out-of-date declare-functionAustin Clements
2012-02-17emacs: Fix display of highlighted line in notmuch-searchMichal Sojka
2012-02-14emacs: allow to set RETAIN-STATE for `notmuch-show-refresh-view' interactivelyDmitry Kurochkin
2012-02-12emacs: cleanup and simplify `notmuch-show-archive-thread' and related functionsDmitry Kurochkin
2012-02-12emacs: A prefix argument to `notmuch-show' should invert the matching message behaviour.David Edmondson
2012-02-12emacs: Add `notmuch-show-only-matching-messages'.David Edmondson
2012-02-12emacs: Check that the parent buffer is alive before using it.David Edmondson
2012-02-12emacs: Optionally retain the state of the buffer during `notmuch-show-refresh-view'.David Edmondson
2012-02-12emacs: Add a binding (t) to toggle the truncation of long lines.David Edmondson
2012-02-12emacs: Allow the indentation of content to be toggled.David Edmondson
2012-02-12emacs: Allow `notmuch-show-mode' to display only matching messages.David Edmondson
2012-02-12emacs: Rework crypto switch toggle.David Edmondson
2012-02-12emacs: Ensure that gnupg output goes at the end of the buffer.David Edmondson
2012-02-12emacs: add default value to notmuch-search-line-facesJani Nikula
2012-02-08emacs: make show view a/A/x/X key bindings more consistentJani 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: 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