summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
committerDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
commit928e507d33e1192ca1f8d3413a352c30909286fb (patch)
tree4a3cdf45b9336a6b3dd9232241817ab9c78db34d /.muttrc
parent8b07627e86c7c181cc5ab81ab2607256d2061017 (diff)
General updates
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.muttrc b/.muttrc
index 758e8bd..8d965cd 100644
--- a/.muttrc
+++ b/.muttrc
@@ -2,7 +2,7 @@ set my_name = "Daniel Holman"
set editor=`echo \$EDITOR`
set imap_user=dholman
set imap_pass=`pass gymli.org/mail/dholman`
-set folder=imaps://gymli.org
+set folder=imaps://mail.gymli.org
set spoolfile=+INBOX
set postponed=+Drafts
set trash=+Trash
@@ -17,7 +17,7 @@ set imap_keepalive = 300
set mail_check = 120
set record=+Sent
-set smtp_url=smtp://$imap_user:$imap_pass@gymli.org
+set smtp_url=smtp://$imap_user:$imap_pass@mail.gymli.org
set realname=$my_name
set from=$imap_user
set ssl_force_tls = yes
@@ -49,7 +49,7 @@ color prompt brightmagenta black
color message brightred black
color error brightred black
color indicator black red
-color status black red
+color status brightgreen blue
color tree white black
color normal white black
color markers red black