X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-message.el;h=d437b8574b925945169cb0b0f393690dcbff4c8e;hp=914bdd18ed7db29662abadcae3be7e58d32bb49a;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index 914bdd18..d437b857 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 ;; @@ -19,6 +19,8 @@ ;; ;; 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