diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-08-27 17:53:20 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-08-27 17:53:45 -0400 |
commit | dd071406bea38e29746c436a743feb1443928552 (patch) | |
tree | 7ea031facebd7a9dff2d07d85a779cb5d4388557 /.reportbugrc | |
parent | Added solo screen layout for nu (diff) |
Added .reportbugrc
Diffstat (limited to '.reportbugrc')
-rw-r--r-- | .reportbugrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.reportbugrc b/.reportbugrc new file mode 100644 index 0000000..75250c8 --- /dev/null +++ b/.reportbugrc @@ -0,0 +1,22 @@ +# reportbug preferences file +# character encoding: UTF-8 +# Version of reportbug this preferences file was written by +reportbug_version "4.12.6" +# default operating mode: one of: novice, standard, advanced, expert +mode expert +# default user interface +ui urwid +# offline setting - comment out to be online +#offline +# name and email setting (if non-default) +realname "Ryan Kavanagh" +email "rak@debian.org" +# Disable fallback mode by commenting out the following: +no-cc +header "X-Debbugs-CC: rak@debian.org" +smtphost reportbug.debian.org +# You can add other settings after this line. See +# /etc/reportbug.conf for a full listing of options. +keyid 4A11C97A +sign gpg +mutt |