From: Simon Ruderich Date: Wed, 12 Mar 2014 13:44:31 +0000 (+0100) Subject: debian/reportbugrc: use mutt, enable paranoid mode as fallback X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=ed934a12435028925751bc832b950637cd41b3e8 debian/reportbugrc: use mutt, enable paranoid mode as fallback --- diff --git a/debian/reportbugrc b/debian/reportbugrc index df4a6c1..e5d3ef1 100644 --- a/debian/reportbugrc +++ b/debian/reportbugrc @@ -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"