From 16986d507376c94ffaa1fba1a1ccfa246e1f19ad Mon Sep 17 00:00:00 2001 From: George Ornbo Date: Fri, 26 Aug 2011 12:03:39 +0100 Subject: [PATCH] ALL CHANGE email --- .gitignore | 4 +--- msmtprc | 19 +++++++++++++++++ mutt/accounts/gmail.com | 26 +++++++++++++++++++++++ mutt/accounts/pebblecode.com | 26 +++++++++++++++++++++++ mutt/authentication/README | 1 + mutt/authentication/george@pebblecode.com | 2 ++ mutt/authentication/gornbo@gmail.com | 2 ++ mutt/signatures/pebblecode.com.txt | 8 +++++++ muttrc | 10 ++++----- 9 files changed, 90 insertions(+), 8 deletions(-) create mode 100644 mutt/accounts/gmail.com create mode 100644 mutt/accounts/pebblecode.com create mode 100644 mutt/authentication/george@pebblecode.com create mode 100644 mutt/authentication/gornbo@gmail.com create mode 100644 mutt/signatures/pebblecode.com.txt diff --git a/.gitignore b/.gitignore index beb4e78..b392761 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,8 @@ .DS_Store vim/.netrwhist -mail.pebbleit.com.gpg mutt/cache mutt/certificates -shapeshed.com.gpg -imap.gmail.com.gpg +*.gpg auth elinks/globhist elinks/gotohist diff --git a/msmtprc b/msmtprc index 228b24e..483e5fa 100644 --- a/msmtprc +++ b/msmtprc @@ -19,3 +19,22 @@ tls on tls_trust_file /Users/george/.mutt/certificates port 587 +account pebblecode +host smtp.gmail.com +from george@pebblecode.com +user george@pebblecode.com +passwordeval gpg -d ~/.msmtp/pebblecode.com.gpg +auth on +tls on +tls_trust_file /Users/george/.mutt/certificates +port 587 + +account gmail +host smtp.gmail.com +from gornbo@gmail.com +user gornbo@gmail.com +passwordeval gpg -d ~/.msmtp/gmail.com.gpg +auth on +tls on +tls_trust_file /Users/george/.mutt/certificates +port 587 diff --git a/mutt/accounts/gmail.com b/mutt/accounts/gmail.com new file mode 100644 index 0000000..716a1b2 --- /dev/null +++ b/mutt/accounts/gmail.com @@ -0,0 +1,26 @@ +source ~/.mutt/authentication/gornbo@gmail.com +source ~/.mutt/colors/ir_black.mutt + +set pgp_sign_as="gornbo@gmail.com" + +set query_command="/usr/local/bin/lbdbq '%s'" + +set signature = "~/.mutt/signatures/shapeshed.com.txt" +set header_cache =~/.mutt/cache/gmail/headers +set message_cachedir =~/.mutt/cache/gmail/bodies +set certificate_file =~/.mutt/certificates + +set sendmail="/usr/local/bin/msmtp -a gmail" +set envelope_from = "yes" + +set sort=threads +set sort_browser=reverse-date +set sort_aux=last-date-received +set folder = "imaps://imap.gmail.com:993" +set realname="George Ornbo" +set from="gornbo@gmail.com" +set spoolfile = "+INBOX" +set postponed = "+[Gmail]/Drafts" +set record = "+[Gmail]/Sent Mail" +set trash = "+[Gmail]/All Mail" + diff --git a/mutt/accounts/pebblecode.com b/mutt/accounts/pebblecode.com new file mode 100644 index 0000000..279c641 --- /dev/null +++ b/mutt/accounts/pebblecode.com @@ -0,0 +1,26 @@ +source ~/.mutt/authentication/george@pebblecode.com +source ~/.mutt/colors/ir_black.mutt + +set pgp_sign_as="george@pebblecode.com" + +set query_command="/usr/local/bin/lbdbq '%s'" + +set signature = "~/.mutt/signatures/pebblecode.com.txt" +set header_cache =~/.mutt/cache/pebblecode/headers +set message_cachedir =~/.mutt/cache/pebblecode/bodies +set certificate_file =~/.mutt/certificates + +set sendmail="/usr/local/bin/msmtp -a pebblecode" +set envelope_from = "yes" + +set sort=threads +set sort_browser=reverse-date +set sort_aux=last-date-received +set folder = "imaps://imap.gmail.com:993" +set realname="George Ornbo" +set from="george@pebblecode.com" +set spoolfile = "+INBOX" +set postponed = "+[Gmail]/Drafts" +set record = "+[Gmail]/Sent Mail" +set trash = "+[Gmail]/All Mail" + diff --git a/mutt/authentication/README b/mutt/authentication/README index e1e2dae..e9cf4b8 100644 --- a/mutt/authentication/README +++ b/mutt/authentication/README @@ -2,4 +2,5 @@ Add the encrypted passwords file to this folder: * imap.gmail.com.gpg * mail.pebbleit.com.gpg +* pebblecode.com.gpg diff --git a/mutt/authentication/george@pebblecode.com b/mutt/authentication/george@pebblecode.com new file mode 100644 index 0000000..c139cbe --- /dev/null +++ b/mutt/authentication/george@pebblecode.com @@ -0,0 +1,2 @@ +set imap_user = "george@pebblecode.com" +source "gpg -dq ~/.mutt/authentication/pebblecode.com.gpg |" diff --git a/mutt/authentication/gornbo@gmail.com b/mutt/authentication/gornbo@gmail.com new file mode 100644 index 0000000..905815d --- /dev/null +++ b/mutt/authentication/gornbo@gmail.com @@ -0,0 +1,2 @@ +set imap_user = "gornbo@gmail.com" +source "gpg -dq ~/.mutt/authentication/gmail.com.gpg |" diff --git a/mutt/signatures/pebblecode.com.txt b/mutt/signatures/pebblecode.com.txt new file mode 100644 index 0000000..d001fc7 --- /dev/null +++ b/mutt/signatures/pebblecode.com.txt @@ -0,0 +1,8 @@ +George Ornbo +Creative Director, pebble {code} + +t: +44 20 3327 1426 + +http://pebbleit.com + + diff --git a/muttrc b/muttrc index 82c2f18..35a8663 100644 --- a/muttrc +++ b/muttrc @@ -1,10 +1,10 @@ -folder-hook 'pebbleit.com' 'source ~/.mutt/accounts/pebbleit.com' -folder-hook 'gmail.com' 'source ~/.mutt/accounts/shapeshed.com' - -source ~/.mutt/accounts/pebbleit.com +source ~/.mutt/accounts/shapeshed.com +source ~/.mutt/accounts/gmail.com +source ~/.mutt/accounts/pebblecode.com source ~/.mutt/gpg/gpgrc -macro index 1 'source ~/.mutt/accounts/pebbleit.com!' +macro index 1 'source ~/.mutt/accounts/pebblecode.com!' macro index 2 'source ~/.mutt/accounts/shapeshed.com!' +macro index 3 'source ~/.mutt/accounts/gmail.com!' macro pager \cb 'urlview' 'Follow links with urlview' set pager_index_lines=10