summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-05-26 00:00:16 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2014-05-26 00:00:16 +0100
commitd46f24a37a3815ad93416dfd9c8250cfefadc5dd (patch)
tree0c08b8ca00e9a00d927fe72093e45ca14ef68eac
parent1f8461d9a9ef0029a84d1ab83aae74406f9fe57b (diff)
downloadmutt-d46f24a37a3815ad93416dfd9c8250cfefadc5dd.tar.gz
Add dummy password files
-rw-r--r--.mutt/accounts/jmccroha@tcd.ie/passwords3
-rw-r--r--.mutt/accounts/jmccrohan@gmail.com/passwords3
-rw-r--r--.mutt/accounts/jonathan@mccrohan.ie/passwords3
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"
ctronicsDE-LD023 from Matt Joicemichael1-3/+16 2011-05-06Fixed keypad widget in GLCD2USBharbaum1-0/+7 2011-02-12timer.c: fixed detection of positive clock skew (and some typos)mzuther4-10/+10 2011-01-23timer.c: fixed clock skew detectionmzuther1-26/+46 2011-01-23timer.c: skip intermediate timer intervalsmzuther2-16/+46 2011-01-05fix for a bug introduced in the DE-LD021 drivermichael1-3/+3 2011-01-04indentationmichael2-3/+3 2011-01-04support for Sure Electronics DE-LD021 by Natanael Olaizmichael1-10/+8 2011-01-02driver for EFN LED modules by Tilman Glötznermichael9-21/+469 2010-11-28commented, corrected and beautified both timer and timer group codemzuther11-197/+511 2010-11-27finished commenting the timer codemzuther2-46/+138 2010-11-20started commenting the timer codemzuther5-52/+170 2010-11-19Added brightness support for GLCD2USBharbaum5-28/+8014