Last active
January 10, 2025 23:21
-
-
Save nathancrank/39d9b5d6e9e4332e709111d8d99bc79e to your computer and use it in GitHub Desktop.
.muttrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set [email protected] | |
set imap_pass=password | |
set folder=imap://mail.server.com | |
set spoolfile=+INBOX | |
set imap_check_subscribed | |
set mail_check=60 | |
set sort=reverse-threads | |
set sort_aux=date-received | |
set realname="Name" | |
set editor=vim | |
color progress white red | |
set mail_check_stats = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment