]> err.no Git - dotfiles/commitdiff
Add reportbugrc
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 6 Jun 2008 18:06:04 +0000 (18:06 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 6 Jun 2008 18:06:04 +0000 (18:06 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1250 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

reportbugrc [new file with mode: 0644]

diff --git a/reportbugrc b/reportbugrc
new file mode 100644 (file)
index 0000000..48cba0f
--- /dev/null
@@ -0,0 +1,19 @@
+# reportbug preferences file
+# Version of reportbug this preferences file was written by
+reportbug_version "2.50"
+# default operating mode: one of: novice, standard, advanced, expert
+mode expert
+# default user interface
+ui text
+# offline setting - comment out to be online
+#offline
+# name and email setting (if non-default)
+realname "Tollef Fog Heen"
+email "tfheen@debian.org"
+# If nothing else works, remove the # at the beginning
+# of the following three lines:
+#no-cc
+#header "X-Debbugs-CC: tfheen@debian.org"
+#smtphost master.debian.org
+# You can add other settings after this line.  See
+# /etc/reportbug.conf for a full listing of options.