diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-16 18:00:22 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-16 18:00:22 +0100 |
commit | f1e9d4186e06a223a030179e152d4788ba10343f (patch) | |
tree | 31ad817877666002ca702f4371a76596049d6400 /mutt/.mutt/id_work | |
parent | 3ccffd6eddb1d614ff3da9ce48594cd716ddcdcb (diff) |
Add email configuration for ENPC
Diffstat (limited to 'mutt/.mutt/id_work')
-rw-r--r-- | mutt/.mutt/id_work | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mutt/.mutt/id_work b/mutt/.mutt/id_work deleted file mode 100644 index ac75a03..0000000 --- a/mutt/.mutt/id_work +++ /dev/null @@ -1,15 +0,0 @@ -set from = "u.vaes13@imperial.ac.uk" -set sendmail="/usr/bin/msmtp -a imperial" - -set spoolfile = "+Work/Work" -set postponed = "+Work/Work.drafts" -set trash = "+Work/Work.bin" - -# Record not necessary because outlook saves messages -unset record - -macro index,pager gs "<change-folder> +Work/Work.sent<enter>" -macro index,pager gd "<change-folder> $postponed<enter>" -macro index,pager gb "<change-folder> $trash<enter>" - -# vim: ft=muttrc |