diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-05-26 00:00:16 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-05-26 00:00:16 +0100 |
commit | d46f24a37a3815ad93416dfd9c8250cfefadc5dd (patch) | |
tree | 0c08b8ca00e9a00d927fe72093e45ca14ef68eac | |
parent | 1f8461d9a9ef0029a84d1ab83aae74406f9fe57b (diff) | |
download | mutt-d46f24a37a3815ad93416dfd9c8250cfefadc5dd.tar.gz |
Add dummy password files
-rw-r--r-- | .mutt/accounts/jmccroha@tcd.ie/passwords | 3 | ||||
-rw-r--r-- | .mutt/accounts/jmccrohan@gmail.com/passwords | 3 | ||||
-rw-r--r-- | .mutt/accounts/jonathan@mccrohan.ie/passwords | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/.mutt/accounts/jmccroha@tcd.ie/passwords b/.mutt/accounts/jmccroha@tcd.ie/passwords new file mode 100644 index 0000000..58fe1a9 --- /dev/null +++ b/.mutt/accounts/jmccroha@tcd.ie/passwords @@ -0,0 +1,3 @@ +# this file needs to be encrypted and saved as passwords.gpg +set imap_pass = "password" +set smtp_pass = "password" diff --git a/.mutt/accounts/jmccrohan@gmail.com/passwords b/.mutt/accounts/jmccrohan@gmail.com/passwords new file mode 100644 index 0000000..58fe1a9 --- /dev/null +++ b/.mutt/accounts/jmccrohan@gmail.com/passwords @@ -0,0 +1,3 @@ +# this file needs to be encrypted and saved as passwords.gpg +set imap_pass = "password" +set smtp_pass = "password" diff --git a/.mutt/accounts/jonathan@mccrohan.ie/passwords b/.mutt/accounts/jonathan@mccrohan.ie/passwords new file mode 100644 index 0000000..58fe1a9 --- /dev/null +++ b/.mutt/accounts/jonathan@mccrohan.ie/passwords @@ -0,0 +1,3 @@ +# this file needs to be encrypted and saved as passwords.gpg +set imap_pass = "password" +set smtp_pass = "password" |