Skip to content

Commit

Permalink
ALL CHANGE email
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Aug 26, 2011
1 parent 0169551 commit 16986d5
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .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
Expand Down
19 changes: 19 additions & 0 deletions msmtprc
Expand Up @@ -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
26 changes: 26 additions & 0 deletions 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"

26 changes: 26 additions & 0 deletions 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"

1 change: 1 addition & 0 deletions mutt/authentication/README
Expand Up @@ -2,4 +2,5 @@ Add the encrypted passwords file to this folder:

* imap.gmail.com.gpg
* mail.pebbleit.com.gpg
* pebblecode.com.gpg

2 changes: 2 additions & 0 deletions mutt/authentication/george@pebblecode.com
@@ -0,0 +1,2 @@
set imap_user = "george@pebblecode.com"
source "gpg -dq ~/.mutt/authentication/pebblecode.com.gpg |"
2 changes: 2 additions & 0 deletions mutt/authentication/gornbo@gmail.com
@@ -0,0 +1,2 @@
set imap_user = "gornbo@gmail.com"
source "gpg -dq ~/.mutt/authentication/gmail.com.gpg |"
8 changes: 8 additions & 0 deletions mutt/signatures/pebblecode.com.txt
@@ -0,0 +1,8 @@
George Ornbo
Creative Director, pebble {code}

t: +44 20 3327 1426

http://pebbleit.com


10 changes: 5 additions & 5 deletions 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 '<sync-mailbox><enter-command>source ~/.mutt/accounts/pebbleit.com<enter><change-folder>!<enter>'
macro index 1 '<sync-mailbox><enter-command>source ~/.mutt/accounts/pebblecode.com<enter><change-folder>!<enter>'
macro index 2 '<sync-mailbox><enter-command>source ~/.mutt/accounts/shapeshed.com<enter><change-folder>!<enter>'
macro index 3 '<sync-mailbox><enter-command>source ~/.mutt/accounts/gmail.com<enter><change-folder>!<enter>'
macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'
set pager_index_lines=10

0 comments on commit 16986d5

Please sign in to comment.