commit b64e9127eb200d52f54fa81490cdaf03ecf75838 parent 6754490b16a8ffc9a979365cfb63c75949902522 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 3 Feb 2022 03:27:28 -0500 Set up mutt Diffstat:
A | .muttrc | | | 29 | +++++++++++++++++++++++++++++ |
M | .xsession | | | 1 | + |
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/.muttrc b/.muttrc @@ -0,0 +1,29 @@ +set realname="Jake Bauer" +set from="jbauer@paritybit.ca" + +set smtp_url="smtps://jbauer@mail.paritybit.ca:465" +set smtp_pass="" + +set folder=imaps://jbauer@mail.paritybit.ca:993/ +set imap_idle +set imap_login="jbauer" +set imap_pass="" +set imap_list_subscribed +set imap_check_subscribed + +set spoolfile="+INBOX" +set record="+Sent" +set postponed="+Drafts" +set trash="+Trash" + +set move=no +set sort=threads +set ssl_force_tls +alternative_order text/plain text/enriched text/html + +ignore * +unignore from date subject to cc content-type +unignore organization organisation x-mailer: x-newsreader: x-mailing-list: +unignore posted-to: + +bind index,pager \Cd purge-message diff --git a/.xsession b/.xsession @@ -4,6 +4,7 @@ export LANG=en_US.UTF-8 export ENV="$HOME/.config/shrc" export XCURSOR_SIZE=48 export GDK_SCALE=2 +export EDITOR=nvim xset -b setxkbmap -option "compose:caps"