From dfa343127346557b949b27c2b95ee675c34d761b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:31:41 -0500 Subject: more renames --- .netrc | 5 ----- .reportbugrc | 20 -------------------- dot_reportbugrc | 20 ++++++++++++++++++++ private_dot_netrc.tmpl | 5 +++++ 4 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 .netrc delete mode 100644 .reportbugrc create mode 100644 dot_reportbugrc create mode 100644 private_dot_netrc.tmpl diff --git a/.netrc b/.netrc deleted file mode 100644 index 49c6f3a..0000000 --- a/.netrc +++ /dev/null @@ -1,5 +0,0 @@ -machine imap.gmail.com login rkavanag@alumni.cmu.edu password CMU_PASS -machine imap.gmail.com login ryanakca@gmail.com password GMAIL_mailx_PASS -machine imap.rak.ac login rak password RYANAKCA_PASS -machine localhost login ryan password LOCAL_PASS -machine pod51018.outlook.com login 9rak@queensu.ca password QUEENSU_PASS diff --git a/.reportbugrc b/.reportbugrc deleted file mode 100644 index 0772b6a..0000000 --- a/.reportbugrc +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -# name and email setting (if non-default) -realname "Ryan Kavanagh" -email "rak@debian.org" -# You can add other settings after this line. See -# /etc/reportbug.conf for a full listing of options. -keyid 4E469519ED677734268FBD958F7BF8FC4A11C97A -sign gpg -# Don't BCC me -no-cc -# But have debbugs notify me of the bug report once it has a number -list-cc-me -mutt diff --git a/dot_reportbugrc b/dot_reportbugrc new file mode 100644 index 0000000..0772b6a --- /dev/null +++ b/dot_reportbugrc @@ -0,0 +1,20 @@ +# 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 +# name and email setting (if non-default) +realname "Ryan Kavanagh" +email "rak@debian.org" +# You can add other settings after this line. See +# /etc/reportbug.conf for a full listing of options. +keyid 4E469519ED677734268FBD958F7BF8FC4A11C97A +sign gpg +# Don't BCC me +no-cc +# But have debbugs notify me of the bug report once it has a number +list-cc-me +mutt diff --git a/private_dot_netrc.tmpl b/private_dot_netrc.tmpl new file mode 100644 index 0000000..c377705 --- /dev/null +++ b/private_dot_netrc.tmpl @@ -0,0 +1,5 @@ +machine imap.gmail.com login rkavanag@alumni.cmu.edu password {{ .password.cmu }} +machine imap.gmail.com login ryanakca@gmail.com password {{ .password.gmail }} +machine imap.rak.ac login rak password {{ .password.rakac }} +machine localhost login ryan password {{ .password.local }} +machine pod51018.outlook.com login 9rak@queensu.ca password {{ .password.queensu }} -- cgit v1.2.3