X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-message.el;h=55e4cfee98cee93cc2e6f06591f0bad81b7cc1ca;hp=914bdd18ed7db29662abadcae3be7e58d32bb49a;hb=798aa789b5d117cf11697bc97dd982bd5a2c2ac8;hpb=9de0639126091fa0e48cfde69e3f6044d167a76a diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index 914bdd18..55e4cfee 100644 --- a/emacs/notmuch-message.el +++ b/emacs/notmuch-message.el @@ -1,4 +1,4 @@ -;; notmuch-message.el --- message-mode functions specific to notmuch +;;; notmuch-message.el --- message-mode functions specific to notmuch ;; ;; Copyright © Jesse Rosenthal ;; @@ -15,10 +15,12 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Notmuch. If not, see . +;; along with Notmuch. If not, see . ;; ;; Authors: Jesse Rosenthal +;;; Code: + (require 'message) (require 'notmuch-tag) (require 'notmuch-mua) @@ -46,3 +48,5 @@ the \"inbox\" and \"todo\" tags, you would set: (add-hook 'message-send-hook 'notmuch-message-mark-replied) (provide 'notmuch-message) + +;;; notmuch-message.el ends here