Getting notmuch/alot/afew/mbsync/msmtp working. sort of
parent
818b70a16b
commit
9bd2f3a257
@ -0,0 +1,14 @@
|
||||
prefer_plaintext = True
|
||||
tabwidth = 4
|
||||
|
||||
[accounts]
|
||||
[[IOCOM]]
|
||||
realname = Dustin Swan
|
||||
address = dustinswan@gmail.com
|
||||
gpg_key = 2B3A6377
|
||||
sendmail_command = msmtp --account=DswanIOCOM -t
|
||||
|
||||
[[Gmail]]
|
||||
realname = Dustin Swan
|
||||
address = dswan@iocom.com
|
||||
sendmail_command = msmtp --account=DustinswanGmail -t
|
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
afew --tag --new
|
Loading…
Reference in New Issue