summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-24 16:58:30 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-24 16:58:30 +0800
commit9931353a240412e190501636e691984d412714d8 (patch)
treebdf80a1a9d96aef7738f7802fd9f0a61f3101178
parentfdec62f56b63384af8f245fc18b8a9809f3d704c (diff)
downloadmailscripts-9931353a240412e190501636e691984d412714d8.tar.gz
mailscripts.el: add autoload cookies
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--mailscripts.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/mailscripts.el b/mailscripts.el
index e5aceb1..1d8d406 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -22,6 +22,7 @@
(require 'notmuch)
+;;;###autoload
(defun notmuch-slurp-debbug (bug &optional no-open)
"Slurp Debian bug with bug number BUG and open the thread in notmuch.
@@ -31,6 +32,7 @@ If NO-OPEN, don't open the thread."
(unless no-open
(notmuch-show (concat "Bug#" bug))))
+;;;###autoload
(defun notmuch-slurp-this-debbug ()
"When viewing a Debian bug in notmuch, download any missing messages."
(interactive)