[PATCH] emacs: Put notmuch-print-mechanism in custom group notmuch-show

Subject: [PATCH] emacs: Put notmuch-print-mechanism in custom group notmuch-show

Date: Sun, 15 Apr 2012 22:57:45 -0400

To: notmuch@notmuchmail.org

Cc:

From: Austin Clements


---
 emacs/notmuch-print.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el
index 6653d97..8c18f4b 100644
--- a/emacs/notmuch-print.el
+++ b/emacs/notmuch-print.el
@@ -25,7 +25,7 @@
 
 (defcustom notmuch-print-mechanism 'notmuch-print-lpr
   "How should printing be done?"
-  :group 'notmuch
+  :group 'notmuch-show
   :type '(choice
 	  (function :tag "Use lpr" notmuch-print-lpr)
 	  (function :tag "Use ps-print" notmuch-print-ps-print)
-- 
1.7.9.1


Thread: