[PATCH 0/4] Several minor Emacs enhancements

Subject: [PATCH 0/4] Several minor Emacs enhancements

Date: Mon, 3 Oct 2011 14:03:54 +0200

To: notmuch@notmuchmail.org

Cc:

From: Thomas Jost


Hello,

This is a little series of 4 patches to the Emacs interfaces. They are quite
small, independent from each other, and should be harmless.

- The first one adds a face for crypto parts headers, because a hardcoded blue
  foreground looks quite ugly with my color theme.
- The second one creates a customizable notmuch-mua-switch-function, which is
  then passed to message-mail as switch-function. Using this, you can choose to
  always compose new mails in new frames or new windows.
- The third one renames notmuch-decimal-separator to
  notmuch-thousands-separator, because that's what it really is.
- The last one creates a hook run after notmuch-hello, just like there are hooks
  run after notmuch-search and notmuch-show.

Regards,
Thomas

Thomas Jost (4):
  emacs: Add a face for crypto parts headers
  emacs: Support a message-mode switch function in notmuch-mua
  emacs: rename notmuch-decimal-separator to
    notmuch-thousands-separator
  emacs: add notmuch-hello-hook

 emacs/notmuch-crypto.el |    5 +++++
 emacs/notmuch-hello.el  |   17 ++++++++++++-----
 emacs/notmuch-mua.el    |   15 +++++++++++++--
 emacs/notmuch-show.el   |    4 ++--
 4 files changed, 32 insertions(+), 9 deletions(-)

-- 
1.7.6.4


Thread: