X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;fp=emacs%2Fnotmuch-tree.el;h=4f9ca2deecf44e6f649898b32a4615946dcab6d9;hp=384cb76bcf3c086f6f727112334e0ad4bea1eb84;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 384cb76b..4f9ca2de 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -1,4 +1,4 @@ -;; notmuch-tree.el --- displaying notmuch forests. +;;; notmuch-tree.el --- displaying notmuch forests. ;; ;; Copyright © Carl Worth ;; Copyright © David Edmondson @@ -22,6 +22,8 @@ ;; Authors: David Edmondson ;; Mark Walters +;;; Code: + (require 'mail-parse) (require 'notmuch-lib) @@ -945,3 +947,5 @@ The arguments are: ;; (provide 'notmuch-tree) + +;;; notmuch-tree.el ends here