Switching from mbsync to offlineimap. More mail crap
This commit is contained in:
@@ -9,14 +9,12 @@ tabwidth = 4
|
||||
sendmail_command = msmtp --account=DswanIOCOM -t
|
||||
sent_box = maildir:///users/dustinswan/.mail/iocom/INBOX.Sent
|
||||
draft_box = maildir:///users/dustinswan/.mail/iocom/INBOX.Drafts
|
||||
# sent_tags = sent
|
||||
|
||||
[[Gmail]]
|
||||
realname = Dustin Swan
|
||||
address = dustinswan@gmail.com
|
||||
gpg_key = 2B3A6377
|
||||
sendmail_command = msmtp --account=DustinswanGmail -t
|
||||
# sent_tags = sent
|
||||
|
||||
[bindings]
|
||||
[[search]]
|
||||
|
||||
5
alot/hooks.py
Normal file
5
alot/hooks.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import logging
|
||||
from subprocess import call
|
||||
def post_envelope_send(**kwargs):
|
||||
logging.info('calling "notmuch new!"')
|
||||
call(["notmuch", "new"])
|
||||
Reference in New Issue
Block a user