summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)