aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-show.el
AgeCommit message (Expand)Author
2012-05-06emacs: Correctly quote non-text/plain parts in replyAdam Wolfe Gordon
2012-04-29emacs: modify show tag functions to use new notmuch-tag interfaceJameson Graef Rollins
2012-04-29emacs: create notmuch-tag.el, and move appropriate functions from notmuch.elJameson Graef Rollins
2012-04-29emacs: fix archive thread/message function documentation.Jameson Graef Rollins
2012-04-29emacs: Don't move to the next thread unless the cursor is at the end of the buffer.David Edmondson
2012-04-29emacs-show: open excluded matches if no other matchesMark Walters
2012-04-28emacs: do not modify subject in search or showJameson Graef Rollins
2012-04-07emacs: make show set --exclude=falseMark Walters
2012-03-30emacs: Escape all message ID queriesAustin Clements
2012-03-19emacs: Use the new JSON reply format and message-cite-originalAdam Wolfe Gordon
2012-03-19emacs: Factor out useful functions into notmuch-libAdam Wolfe Gordon
2012-03-02emacs: show: recognize the exclude flag.Mark Walters
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-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-08emacs: make show view a/A/x/X key bindings more consistentJani Nikula
2012-02-08emacs: add "*" binding for notmuch-show viewDmitry Kurochkin
2012-02-08emacs: make "+" and "-" tagging operations in notmuch-show more flexibleDmitry 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-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: 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-26emacs: Make the part content available to `mm-inlinable-p'.David Edmondson
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