]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/reportbugrc
use set -eu
[config/dotfiles.git] / debian / reportbugrc
index fd255b28ab921eb043335ce0dad6f90c29b4c118..e5d3ef108ad941052ca7d3f5a04dc64995c17ef9 100644 (file)
@@ -18,7 +18,7 @@
 
 # character encoding: UTF-8
 # Version of reportbug this preferences file was written by
-reportbug_version "6.4.4"
+reportbug_version "6.5.0"
 
 # Use advanced operating mode which asks more questions than the default
 # (novice).
@@ -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"