aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-show.el
Commit message (Expand)AuthorAge
* emacs: make message indentation width customisableGregor Zattler2011-11-25
* emacs: Don't record undo information for search or show buffers.Austin Clements2011-11-24
* emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-...Jameson Graef Rollins2011-11-20
* emacs: add notmuch-show-worker function for specifying crypto processing dire...Jameson Graef Rollins2011-11-13
* emacs: add documentation for notmuch-show crypto-switch optionJameson Graef Rollins2011-11-13
* emacs: add keybind and function to stash Message-ID without prefixPieter Praet2011-11-12
* emacs: remove no longer used functions from notmuch-show.elDmitry Kurochkin2011-11-07
* emacs: improve hidden signatures handling in notmuch-show-advance-and-archiveDmitry Kurochkin2011-11-07
* emacs: Turn id:"<message-id>" elements into buttons for notmuch searchesDaniel Schoepe2011-10-28
* emacs: add notmuch-show-refresh-view functionJameson Graef Rollins2011-10-06
* emacs: Improve support for message/rfc822 parts.Jameson Graef Rollins2011-09-05
* emacs: Fix to unconditionally display subject changes in collapsed thread viewCarl Worth2011-07-01
* fix sum moar typos [user-visible documentation in code]Pieter Praet2011-06-23
* fix sum moar typos [comments in source code]Pieter Praet2011-06-23
* emacs: Show all multipart/alternative parts by default.Jameson Graef Rollins2011-06-22
* Simplify message and headers visibility code in notmuch-show view.Dmitry Kurochkin2011-06-15
* Set higher priority for headers and hidden citation overlays.Dmitry Kurochkin2011-06-15
* Set message invisibility spec properties before inserting the body.Dmitry Kurochkin2011-06-15
* Pass message to the `notmuch-show-insert-text/plain-hook' hook.Dmitry Kurochkin2011-06-15
* Make `notmuch-show-clean-address' parsing-error-proof.Dmitry Kurochkin2011-06-03
* emacs: fix notmuch-show-part-button to not include newlineJameson Graef Rollins2011-06-03
* Don't re-compress .gz & al. in notmuch-show-save-part.Dmitry Kurochkin2011-05-31
* emacs: Give mutlipart/{signed, encrypted} their own part handler.Jameson Graef Rollins2011-05-27
* emacs: Do not attempt to render arbitrary application parts.Jameson Graef Rollins2011-05-27
* emacs: Add support for PGP/MIME verification/decryptionJameson Graef Rollins2011-05-27
* emacs: Allow the user to choose the "From" address when replying to a messageThomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when forwarding a messageThomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when composing a new messageThomas Jost2011-05-26
* emacs: add notmuch-before- and notmuch-after-tag-hookDaniel Schoepe2011-05-24
* emacs: update notmuch-show.el to use new part outputJameson Graef Rollins2011-05-24
* emacs: Show cleaner `From:' addresses in the summary line.David Edmondson2011-05-18
* emacs: Add custom `notmuch-show-elide-same-subject'David Edmondson2011-05-18
* emacs: Add `notmuch-show-always-show-subject', allowing control overDavid Edmondson2011-05-18
* emacs: Allow renderer of multipart/related parts access to non-primary parts.David Edmondson2011-05-18
* emacs: Optionally show all parts in multipart/alternative.David Edmondson2011-05-18
* emacs: Render text/x-vcalendar parts.David Edmondson2011-05-17
* emacs: Allow indentation of multipart children.David Edmondson2011-05-17
* emacs: Add `notmuch-show-multipart/alternative-discouraged'.David Edmondson2011-05-17
* emacs: add more part handling functionsDavid Edmondson2011-05-17
* notmuch show: Properly nest MIME parts within mulipart partsCarl Worth2011-05-17
* emacs: View the output of pipe command when it failsMichal Sojka2011-01-26
* emacs: Use `view-mode' when examining raw messages.David Edmondson2010-11-16
* emacs: mv notmuch-{show,common}-do-stashJameson Rollins2010-11-11
* emacs: Use the header line to show the subject of the thread.David Edmondson2010-11-11
* emacs: Simplify subjects more aggressively.David Edmondson2010-11-11
* emacs: Elide the display of repeated subjects in thread display mode.David Edmondson2010-11-11
* Don't use kill-this-buffer to kill notmuch emacs buffersJameson Rollins2010-11-08
* emacs: Fix notmuch-show-pipe-message to use notmuch-command variableMichal Sojka2010-11-06
* Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth2010-11-06
* emacs: Access raw messages via cat subcommandMichal Sojka2010-11-05