diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-25 17:33:24 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-25 17:33:29 -0400 |
commit | 5c2f232261ce82111a0db25b3fe2c595defa8781 (patch) | |
tree | 193ee7f9ec973129a5dd6ccb0c32a5149a34de35 /.tmux-mail.conf | |
parent | update pager and compose macros in mutt (diff) |
update sm to use socs mail
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 20516a3..cec286a 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -3,7 +3,7 @@ source-file ~/.tmux.conf new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40alumni.cmu.edu@imap.gmail.com' split-window -c '~' 'neomutt -f imaps://imap.rak.ac' split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' -split-window -c '~' -h 'neomutt -f imaps://ryan.kavanagh@mcgill.ca@outlook.office365.com' +split-window -c '~' -h 'neomutt -f imaps://mail.cs.mcgill.ca' selectl -t mail tiled new-window -d -c '~' -n hades 'ssh hades.rak.ac' new-window -d -c '~' -n eos 'ssh eos.rak.ac' |