From dd071406bea38e29746c436a743feb1443928552 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 27 Aug 2012 17:53:20 -0400 Subject: Added .reportbugrc --- .reportbugrc | 22 ++++++++++++++++++++++ dm | 1 + 2 files changed, 23 insertions(+) create mode 100644 .reportbugrc 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 diff --git a/dm b/dm index dce0275..3a7f8ee 100755 --- a/dm +++ b/dm @@ -50,6 +50,7 @@ GLOBAL_FILES = \ .offlineimap.py \ .pythonrc.py \ .quiltrc-dpkg \ + .reportbugrc \ .sbuildrc \ .screenlayout/ \ .screenrc-mail \ -- cgit v1.2.3