Reorganize files to use stow for installation #dotfiles
This commit is contained in:
57
mail/.mbsyncrc
Normal file
57
mail/.mbsyncrc
Normal file
@ -0,0 +1,57 @@
|
||||
IMAPAccount proton
|
||||
Host 127.0.0.1
|
||||
User colin@onec.me
|
||||
PassCmd "pass personal/protonmail/bridges/$HOSTNAME"
|
||||
Port 1143
|
||||
SSLType none
|
||||
AuthMechs PLAIN
|
||||
|
||||
IMAPStore proton-remote
|
||||
account proton
|
||||
|
||||
MaildirStore proton-local
|
||||
# trailing "/" is important
|
||||
Path ~/Mail/colin@onec.me/
|
||||
Inbox ~/Mail/colin@onec.me/Inbox
|
||||
Trash ~/Mail/colin@onec.me/Trash
|
||||
SubFolders Verbatim
|
||||
|
||||
Channel proton-all-mail
|
||||
Master :proton-remote:"All Mail"
|
||||
Slave :proton-local:"All Mail"
|
||||
Create Both
|
||||
Patterns *
|
||||
SyncState *
|
||||
|
||||
Channel proton-inbox
|
||||
Master :proton-remote:"Inbox"
|
||||
Slave :proton-local:Inbox
|
||||
Create Both
|
||||
Patterns *
|
||||
SyncState *
|
||||
|
||||
Channel proton-archive
|
||||
Master :proton-remote:"Archive"
|
||||
Slave :proton-local:Archive
|
||||
Create Slave
|
||||
SyncState *
|
||||
|
||||
Channel proton-sent
|
||||
Master :proton-remote:"Sent"
|
||||
Slave :proton-local:Sent
|
||||
Create Slave
|
||||
SyncState *
|
||||
|
||||
Channel proton-trash
|
||||
Master :proton-remote:"Trash"
|
||||
Slave :proton-local:Trash
|
||||
Create Slave
|
||||
SyncState *
|
||||
Expunge Both
|
||||
|
||||
Group proton
|
||||
Channel proton-all-mail
|
||||
Channel proton-archive
|
||||
Channel proton-sent
|
||||
Channel proton-drafts
|
||||
Channel proton-trash
|
||||
12
mail/.msmtprc
Normal file
12
mail/.msmtprc
Normal file
@ -0,0 +1,12 @@
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_certcheck off
|
||||
logfile ~/.msmtp.log
|
||||
|
||||
account proton
|
||||
host 127.0.0.1
|
||||
port 1025
|
||||
from colin@onec.me
|
||||
user colin@onec.me
|
||||
passwordeval pass personal/protonmail/bridges/$HOSTNAME
|
||||
19
mail/.notmuch-config
Normal file
19
mail/.notmuch-config
Normal file
@ -0,0 +1,19 @@
|
||||
[database]
|
||||
path=/Users/colinpowell/Mail
|
||||
|
||||
[user]
|
||||
name=Colin Powell
|
||||
primary_email=colin@onec.me
|
||||
|
||||
[new]
|
||||
tags=unread;inbox;new;
|
||||
ignore=
|
||||
|
||||
[search]
|
||||
exclude_tags=deleted;spam;
|
||||
|
||||
[maildir]
|
||||
synchronize_flags=true
|
||||
|
||||
[crypto]
|
||||
gpg_path=/usr/bin/gpg
|
||||
Reference in New Issue
Block a user