X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;h=aafbe5fb8328a4ce1b92a9aa482ffa36dbd7fd6e;hp=49e240236c7a439d87640c4fdd2b8102446298e9;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index 49e24023..aafbe5fb 100644 --- a/emacs/notmuch-address.el +++ b/emacs/notmuch-address.el @@ -1,4 +1,4 @@ -;; notmuch-address.el --- address completion with notmuch +;;; notmuch-address.el --- address completion with notmuch ;; ;; Copyright © David Edmondson ;; @@ -19,6 +19,8 @@ ;; ;; Authors: David Edmondson +;;; Code: + (require 'message) (require 'notmuch-parser) (require 'notmuch-lib) @@ -248,3 +250,5 @@ called when harvesting finishes." ;; (provide 'notmuch-address) + +;;; notmuch-address.el ends here