summaryrefslogtreecommitdiff
path: root/.config/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r--.config/mutt/muttrc26
1 files changed, 16 insertions, 10 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index d732932..9cddda3 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -2,6 +2,8 @@
# System configuration file for Mutt
#
+source "cat mutt_smtp_pass |"
+
#mailboxes = +INBOX
auto_view text/html
alternative_order text/plain text/html
@@ -19,12 +21,16 @@ hdr_order date from to cc subject
# imitate the old search-body function
macro index \eb "<search>~b " "search in message bodies"
+# urlview
+macro index \cb |urlview\n
+macro pager \cb |urlview\n
+
# simulate the old url menu
-macro index,pager,attach,compose \cb "\
-<enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\
-<pipe-message> urlview<Enter>\
-<enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \
-"call urlview to extract URLs out of a message"
+#macro index,pager,attach,compose \cb "\
+#<enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\
+#<pipe-message> urlview<Enter>\
+#<enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \
+#"call urlview to extract URLs out of a message"
# Show documentation when pressing F1
macro generic,pager <F1> "<shell-escape> less /usr/local/share/doc/mutt/manual.txt<Enter>" "show Mutt documentation"
@@ -4159,7 +4165,7 @@ set message_cachedir=~/.cache/mutt
# If set, all folders are opened in read-only mode.
#
#
-# set realname=""
+set realname="Adam T. Carpenter"
#
# Name: realname
# Type: string
@@ -5441,7 +5447,7 @@ set message_cachedir=~/.cache/mutt
# if you are the only one who can read the file.
#
#
-# set smtp_url=""
+set smtp_url="smtps://53hornet@smtp.gmail.com:465"
#
# Name: smtp_url
# Type: string
@@ -5618,7 +5624,7 @@ set spoolfile=+/
# key.
#
#
-# set ssl_force_tls=no
+set ssl_force_tls=yes
#
# Name: ssl_force_tls
# Type: boolean
@@ -5644,7 +5650,7 @@ set spoolfile=+/
# the default from the GNUTLS library. (GnuTLS only)
#
#
-# set ssl_starttls=yes
+set ssl_starttls=yes
#
# Name: ssl_starttls
# Type: quadoption
@@ -6207,7 +6213,7 @@ set spoolfile=+/
# executable pointed to by $sendmail doesn't support the -f switch.
#
#
-# set use_from=yes
+set use_from=yes
#
# Name: use_from
# Type: boolean