Compare commits
3 commits
6fe2296c0d
...
f56382217f
Author | SHA1 | Date | |
---|---|---|---|
f56382217f | |||
25bd4c1e7e | |||
a7b58bae36 |
3 changed files with 26 additions and 3 deletions
|
@ -260,7 +260,7 @@ function tm {
|
|||
|
||||
# run mosh and tmux to a specific host
|
||||
function mt {
|
||||
mosh $1 -- tm
|
||||
mosh $1 -- tmux new-session -A -s main -x $(tput cols) -y $(tput lines)
|
||||
}
|
||||
|
||||
|
||||
|
|
23
isync/.config/isyncrc
Normal file
23
isync/.config/isyncrc
Normal file
|
@ -0,0 +1,23 @@
|
|||
IMAPStore andrew@amd.im-remote
|
||||
Host mail.amd.im
|
||||
Port 993
|
||||
User andrew@amd.im
|
||||
PassCmd "pass email/amd.im/andrew"
|
||||
TLSType IMAPS
|
||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
MaildirStore andrew@amd.im-local
|
||||
Subfolders Verbatim
|
||||
Path ~/.local/share/email/andrew@amd.im/
|
||||
INBOX ~/.local/share/email/andrew@amd.im/INBOX
|
||||
Flatten .
|
||||
|
||||
Channel andrew@amd.im
|
||||
Far :andrew@amd.im-remote:
|
||||
Near :andrew@amd.im-local:
|
||||
Pattern *
|
||||
SyncState *
|
||||
Create Both
|
||||
Expunge Both
|
||||
MaxMessages 0
|
||||
|
|
@ -4,8 +4,8 @@ set realname = "Andrew Davidson"
|
|||
|
||||
|
||||
### Connectivity
|
||||
set imap_user = "andrew@bigfootstoybox.com"
|
||||
set imap_pass = "`pass show email/bigfootstoybox.com/andrew`"
|
||||
set imap_user = "andrew@amd.im"
|
||||
set imap_pass = "`pass show email/amd.im/andrew`"
|
||||
set folder = "imaps://mail.amd.im"
|
||||
set smtp_url = "smtps://$imap_user:$imap_pass@mail.amd.im:465"
|
||||
set ssl_starttls = no
|
||||
|
|
Loading…
Reference in a new issue