From ed934a12435028925751bc832b950637cd41b3e8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 12 Mar 2014 14:44:31 +0100 Subject: [PATCH] debian/reportbugrc: use mutt, enable paranoid mode as fallback --- debian/reportbugrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" -- 2.44.1