]> git.notmuchmail.org Git - notmuch/commit
emacs: create notmuch-tag.el, and move appropriate functions from notmuch.el
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 14 Apr 2012 18:52:50 +0000 (11:52 -0700)
committerDavid Bremner <bremner@debian.org>
Sun, 29 Apr 2012 20:39:37 +0000 (17:39 -0300)
commiteb8feb16664fd0296ea0e07f4924c2a87a5b3bc3
tree485a237b1c292ad17a9d2f297c39139d4c2694c8
parentf5102f71eae28d544c6e5c815cd8e0275ca9a153
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.
emacs/Makefile.local
emacs/notmuch-message.el
emacs/notmuch-show.el
emacs/notmuch-tag.el [new file with mode: 0644]
emacs/notmuch.el