X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Freportbugrc;h=e5d3ef108ad941052ca7d3f5a04dc64995c17ef9;hb=ed934a12435028925751bc832b950637cd41b3e8;hp=5a52adccbaac5fb903546fd75df0976dd877fe3f;hpb=9a7f5138808821310c907751ff2d62c2a4da0402;p=config%2Fdotfiles.git diff --git a/debian/reportbugrc b/debian/reportbugrc index 5a52adc..e5d3ef1 100644 --- a/debian/reportbugrc +++ b/debian/reportbugrc @@ -1,6 +1,6 @@ # reportbug preferences file. -# Copyright (C) 2009-2013 Simon Ruderich +# Copyright (C) 2009-2014 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,16 +16,20 @@ # along with this file. If not, see . -# Version of reportbug this preferences file was written by. -reportbug_version "3.48" +# character encoding: UTF-8 +# Version of reportbug this preferences file was written by +reportbug_version "6.5.0" -# Use standard operating mode which asks more questions than the default +# Use advanced operating mode which asks more questions than the default # (novice). -mode standard +mode advanced # Use text interface, simple and powerful. ui text +# Use `debsums` to verify the integrity of the package before reporting a bug. +verify + # Name and email settings. realname "Simon Ruderich" email "simon@ruderich.org" @@ -35,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"