Cleaning up more old mail stuff, and other misc
parent
174e998731
commit
283e56dc30
@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
~/dotfiles/bin/notmuch_osx_menubar_count.rb &
|
|
||||||
while true; do
|
|
||||||
afew -m; offlineimap; notmuch new
|
|
||||||
sleep 45
|
|
||||||
done
|
|
@ -1,54 +0,0 @@
|
|||||||
IMAPAccount gmail
|
|
||||||
Host imap.gmail.com
|
|
||||||
User dustinswan@gmail.com
|
|
||||||
PassCmd "gpg -d ~/.gmail-password.gpg"
|
|
||||||
UseIMAPS yes
|
|
||||||
#CertificateFile ~/.mail/gmail.pem
|
|
||||||
|
|
||||||
IMAPStore gmail-remote
|
|
||||||
Account gmail
|
|
||||||
#Path [Gmail]/
|
|
||||||
|
|
||||||
MaildirStore gmail-local
|
|
||||||
Path ~/.mail/gmail/
|
|
||||||
Inbox ~/.mail/gmail/INBOX
|
|
||||||
Flatten .
|
|
||||||
|
|
||||||
Channel gmail
|
|
||||||
Master :gmail-remote:
|
|
||||||
Slave :gmail-local:
|
|
||||||
# Include everything
|
|
||||||
Patterns *
|
|
||||||
# Automatically create missing mailboxes, both locally and on the server
|
|
||||||
Create Both
|
|
||||||
# Expunge Both
|
|
||||||
# Save the synchronization state files in the relevant directory
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
IMAPAccount iocom
|
|
||||||
Host secure.emailsrvr.com
|
|
||||||
User dswan@insors.com
|
|
||||||
PassCmd "gpg -d ~/.iocom-password.gpg"
|
|
||||||
UseIMAPS yes
|
|
||||||
|
|
||||||
IMAPStore iocom-remote
|
|
||||||
Account iocom
|
|
||||||
Path INBOX
|
|
||||||
|
|
||||||
MaildirStore iocom-local
|
|
||||||
Path ~/.mail/iocom/
|
|
||||||
Inbox ~/.mail/iocom/INBOX
|
|
||||||
Flatten .
|
|
||||||
|
|
||||||
Channel iocom
|
|
||||||
Master :iocom-remote:
|
|
||||||
Slave :iocom-local:
|
|
||||||
# Include everything
|
|
||||||
Patterns *
|
|
||||||
# Automatically create missing mailboxes, both locally and on the server
|
|
||||||
Create Both
|
|
||||||
# Expunge Both
|
|
||||||
# Save the synchronization state files in the relevant directory
|
|
||||||
SyncState *
|
|
Loading…
Reference in New Issue