diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 10 | ||||
-rw-r--r-- | .mutt/personal | 2 | ||||
-rw-r--r-- | .mutt/temp/mutt-maya-1000-464906-17309954408692460733 | 0 | ||||
-rw-r--r-- | .mutt/temp/mutt-maya-1000-523614-10762961364526530727 | 0 | ||||
-rw-r--r-- | .mutt/work | 19 |
5 files changed, 25 insertions, 6 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index da04d60..23b7153 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -1,5 +1,5 @@ # Paths ---------------------------------------------- -set folder = ~/mail # mailbox location +set folder = ~/.mail # mailbox location #set alias_file = ~/.mutt/alias # where to store aliases set header_cache = ~/.mutt/cache/headers # where to store headers set message_cachedir = ~/.mutt/cache/bodies # where to store bodies @@ -63,8 +63,8 @@ bind index <space> collapse-thread macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" # Sync email -macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail" -macro index i "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox" +macro index O "<shell-escape>mbsync personal<enter>" "run mbsync to sync all mail" +macro index o "<shell-escape>mbsync personal:INBOX<enter>" "run mbsync to sync inbox" # Saner copy/move dialogs # macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox" @@ -157,8 +157,8 @@ macro index <F9> "<enter-command>unset wait_key<enter><pipe-message>notmuch-mutt #macro generic,index,pager \ca "<shell-escape>abook<return>" "launch abook" macro index,pager A "<pipe-message>abook --add-email<return>" "add the sender address to abook" -set spoolfile = "+personal/INBOX" +set spoolfile = "+INBOX" source ~/.mutt/personal -folder-hook personal/* source ~/.mutt/personal +#folder-hook personal/* source ~/.mutt/personal #folder-hook wired/* source ~/.mutt/work diff --git a/.mutt/personal b/.mutt/personal index 748b1bf..d349c2b 100644 --- a/.mutt/personal +++ b/.mutt/personal @@ -1,5 +1,5 @@ set from = "sng@luxagraf.net" -set folder = ~/mail/personal +set folder = ~/.mail set sendmail = "/usr/bin/msmtp -a personal" set sendmail_wait = 0 set trash = "+Trash" diff --git a/.mutt/temp/mutt-maya-1000-464906-17309954408692460733 b/.mutt/temp/mutt-maya-1000-464906-17309954408692460733 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.mutt/temp/mutt-maya-1000-464906-17309954408692460733 diff --git a/.mutt/temp/mutt-maya-1000-523614-10762961364526530727 b/.mutt/temp/mutt-maya-1000-523614-10762961364526530727 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.mutt/temp/mutt-maya-1000-523614-10762961364526530727 diff --git a/.mutt/work b/.mutt/work new file mode 100644 index 0000000..e0578cd --- /dev/null +++ b/.mutt/work @@ -0,0 +1,19 @@ +set from = "wired@scottgilbertson.net" +set folder = ~/mail/wired +set sendmail = "/usr/bin/msmtp -a work" +set trash = "+Trash" +set mbox = "+Archive" +set postponed = "+Drafts" +set record="+Sent" +# Alternate email addresses. +alternates "scott_gilbertson@wired.com" + +# Mailboxes to show +mailboxes =INBOX \ + +Archive \ + +Trash \ + +Sent \ + +Drafts \ + +temporary/search \ + + |