aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-message.el
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2012-04-14 11:52:50 -0700
committerGravatar David Bremner <bremner@debian.org>2012-04-29 17:39:37 -0300
commiteb8feb16664fd0296ea0e07f4924c2a87a5b3bc3 (patch)
tree485a237b1c292ad17a9d2f297c39139d4c2694c8 /emacs/notmuch-message.el
parentf5102f71eae28d544c6e5c815cd8e0275ca9a153 (diff)
emacs: create notmuch-tag.el, and move appropriate functions from notmuch.el
Tagging functions are used in notmuch.el, notmuch-show.el, and notmuch-message.el. There are enough common functions for tagging that it makes sense to put them all in their own library. No code is modified, just moved around.
Diffstat (limited to 'emacs/notmuch-message.el')
-rw-r--r--emacs/notmuch-message.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el
index 30102815..5964caa3 100644
--- a/emacs/notmuch-message.el
+++ b/emacs/notmuch-message.el
@@ -20,6 +20,7 @@
;; Authors: Jesse Rosenthal <jrosenthal@jhu.edu>
(require 'message)
+(require 'notmuch-tag)
(require 'notmuch-mua)
(defcustom notmuch-message-replied-tags '("replied")