notmuch/emacs
Michal Sojka fe9e163f19 emacs: Access raw messages via cat subcommand
This patch modifies the following commands to access the messages via
cat subcommand:
- view/save attachments ('v', 'w'),
- view a raw message ('V') and
- pipe a message to a command ('|').

With this patch, it is straightforward to use notmuch emacs interface
with a remote database accessed over SSH. To do this, it is sufficient
to redefine notmuch-command variable to contain the name of a script
containing:

    ssh user@host notmuch "$@"

If the ssh client has enabled connection sharing (ControlMaster option
in OpenSSH), the emacs interface is almost as responsive as when
notmuch is invoked locally.
2010-11-05 17:51:18 -07:00
..
coolj.el emacs: Add more functions to clean up text/plain parts 2010-04-26 10:05:46 -07:00
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local Add notmuch-message.el to emacs/Makefile.local 2010-04-27 10:19:09 -07:00
notmuch-address.el emacs: Tell the user how many addresses matched when completing 2010-04-26 10:58:42 -07:00
notmuch-hello.el Fix problem with notmuch-hello-nice-number 2010-10-29 15:49:01 -07:00
notmuch-lib.el emacs: Explicitly set the From address when composing a new message. 2010-10-27 17:04:48 -07:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-maildir-fcc.el Move notmuch-fcc-header-setup to message-header-setup-hook. 2010-10-27 17:36:02 -07:00
notmuch-message.el emacs: Add auto-tagging for replied messages. 2010-04-27 09:16:10 -07:00
notmuch-mua.el emacs: Eliminate duplicate From header in replies. 2010-10-27 18:44:05 -07:00
notmuch-query.el emacs: Fix to eliminate warning in notmuch-query-map-aux 2010-10-27 17:54:38 -07:00
notmuch-show.el emacs: Access raw messages via cat subcommand 2010-11-05 17:51:18 -07:00
notmuch-wash.el emacs: More functionality for `notmuch-wash-tidy-citations'. 2010-06-03 18:17:03 -07:00
notmuch.el emacs: Re-work the implementation of highlighting in notmuch-search-mode. 2010-10-29 15:30:43 -07:00