X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=os%2Fdebian%2Freportbugrc;fp=os%2Fdebian%2Freportbugrc;h=e5d3ef108ad941052ca7d3f5a04dc64995c17ef9;hp=0000000000000000000000000000000000000000;hb=ae5f25d9ebf147d2c5d724a0902d91beff577ca3;hpb=0e1f3846c77e6b0ca5d9215b07f6e587cedd19d9 diff --git a/os/debian/reportbugrc b/os/debian/reportbugrc new file mode 100644 index 0000000..e5d3ef1 --- /dev/null +++ b/os/debian/reportbugrc @@ -0,0 +1,51 @@ +# reportbug preferences file. + +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . + + +# character encoding: UTF-8 +# Version of reportbug this preferences file was written by +reportbug_version "6.5.0" + +# Use advanced operating mode which asks more questions than the default +# (novice). +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" + +# Use Debian's SMTP server. +smtphost reportbug.debian.org +# Encrypt connection to SMTP server. +smtptls + +# 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"