Switching from mbsync to offlineimap. More mail crap
This commit is contained in:
parent
8a8771581a
commit
f28c485ce7
8 changed files with 51 additions and 18 deletions
|
|
@ -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"])
|
||||
Loading…
Add table
Add a link
Reference in a new issue