X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-maildir-fcc.el;h=bbf61320d75dc4b9da974a801376f5c35ce1477c;hb=17341ec798b4cb2fe192824bcf8b7e78236e4121;hp=c2f2f4cb127db3d9f2c786b8c8236cffe558193e;hpb=d0553ad524f241ba42f685cba6745c8a3a9ba20a;p=notmuch diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el index c2f2f4cb..bbf61320 100644 --- a/emacs/notmuch-maildir-fcc.el +++ b/emacs/notmuch-maildir-fcc.el @@ -1,3 +1,5 @@ +;;; notmuch-maildir-fcc.el --- + ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published ;; by the Free Software Foundation; either version 2, or (at your @@ -12,10 +14,14 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. -;; + +;;; Commentary: + ;; To use this as the fcc handler for message-mode, ;; customize the notmuch-fcc-dirs variable +;;; Code: + (eval-when-compile (require 'cl)) (require 'message) @@ -211,3 +217,4 @@ return t if successful, and nil otherwise." (provide 'notmuch-maildir-fcc) +;;; notmuch-maildir-fcc.el ends here