Skip to content

Instantly share code, notes, and snippets.

@shirishag75
Created February 15, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirishag75/a5b86843132d32b2fc435db8b56f29ab to your computer and use it in GitHub Desktop.
Save shirishag75/a5b86843132d32b2fc435db8b56f29ab to your computer and use it in GitHub Desktop.
final reportbugrc
[$] cat .reportbugrc
1 # reportbug preferences file
2 # character encoding: UTF-8
3 # Version of reportbug this preferences file was written by
4 reportbug_version "7.1.4"
5 # default operating mode: one of: novice, standard, advanced, expert
6 mode standard
7 # default user interface
8 ui text
9 # offline setting - comment out to be online
10 offline
11 # name and email setting (if non-default)
12 # realname "shirish"
13 email "shirish@deb.org"
14 # Disable fallback mode by commenting out the following:
15 no-cc
16 header "X-Debbugs-CC: shirish@deb.org"
17 smtphost shirish.deb.org
18 # You can add other settings after this line. See
19 # /etc/reportbug.conf for a full listing of options.
20
21 #Editor
22 editor "leafpad"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment