]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
debian/reportbugrc: use mutt, enable paranoid mode as fallback
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 Mar 2014 13:44:31 +0000 (14:44 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 15:48:05 +0000 (16:48 +0100)
debian/reportbugrc

index df4a6c1bd5b4568ab06e4928700be980712457f3..e5d3ef108ad941052ca7d3f5a04dc64995c17ef9 100644 (file)
@@ -39,5 +39,13 @@ smtphost reportbug.debian.org
 # Encrypt connection to SMTP server.
 smtptls
 
-# Sign bug reports using gnupg.
+# Sign bug reports using GnuPG. Ignored when a MUA (like mutt) is used.
 sign gpg
+
+# Display complete mail before sending it. Not used with mutt.
+paranoid
+
+# Use mutt as MUA to send the mails.
+mutt
+# And use mutt to read mboxes.
+mbox_reader_cmd "mutt -f %s"