'nother typo
This commit is contained in:
85
mutt/muttrc
85
mutt/muttrc
@@ -1,67 +1,62 @@
|
||||
# Compose things
|
||||
set realname = "Paul Walko"
|
||||
set sendmail = "/usr/bin/msmtp"
|
||||
set sendmail_wait = 0
|
||||
set editor = "vim"
|
||||
set realname = "Paul Walko"
|
||||
set sendmail = "/usr/bin/msmtp"
|
||||
set sendmail_wait = 0
|
||||
set editor = "vim"
|
||||
|
||||
# General things
|
||||
set folder = ~/.mail
|
||||
set mailcap_path = ~/.mutt/mailcap
|
||||
set tmpdir = ~/Desktop/temp
|
||||
set folder = ~/.mail
|
||||
set mailcap_path = ~/.mutt/mailcap
|
||||
set tmpdir = /tmp
|
||||
|
||||
set wait_key = no
|
||||
set mbox_type = Maildir
|
||||
set timeout = 3
|
||||
set mail_check = 0
|
||||
set wait_key = no
|
||||
set mbox_type = Maildir
|
||||
set timeout = 3
|
||||
set mail_check = 0
|
||||
unset move
|
||||
set delete
|
||||
unset confirmappend
|
||||
set quit
|
||||
source ~/.mutt/colors
|
||||
set crypt_use_gpgme = yes
|
||||
source ~/.mutt/colors
|
||||
set crypt_use_gpgme = yes
|
||||
|
||||
# Sidebar thigns
|
||||
set sidebar_visible = yes
|
||||
set sidebar_width = 14
|
||||
bind index <down> sidebar-next
|
||||
bind index <up> sidebar-prev
|
||||
bind index <right> sidebar-open
|
||||
set sidebar_visible = yes
|
||||
set sidebar_width = 14
|
||||
bind index <down> sidebar-next
|
||||
bind index <up> sidebar-prev
|
||||
bind index <right> sidebar-open
|
||||
|
||||
# Indexing
|
||||
bind index g noop
|
||||
bind index gg first-entry
|
||||
bind index G last-entry
|
||||
bind index R group-reply
|
||||
bind index <tab> sync-mailbox
|
||||
bind index g noop
|
||||
bind index gg first-entry
|
||||
bind index G last-entry
|
||||
bind index R group-reply
|
||||
bind index <tab> sync-mailbox
|
||||
|
||||
# Pager bindings
|
||||
bind pager g noop
|
||||
bind pager gg top
|
||||
bind pager G bottom
|
||||
bind pager R group-reply
|
||||
bind attach <return> view-mailcap
|
||||
bind pager g noop
|
||||
bind pager gg top
|
||||
bind pager G bottom
|
||||
bind pager R group-reply
|
||||
bind attach <return> view-mailcap
|
||||
|
||||
# Macros
|
||||
macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
||||
macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
||||
|
||||
# Account Settings
|
||||
set spoolfile = "+vtluug/INBOX"
|
||||
set spoolfile = "+vtluug/INBOX"
|
||||
|
||||
mailboxes +vtluug/INBOX \
|
||||
+vt/INBOX \
|
||||
+walko/INBOX \
|
||||
+gmail/INBOX \
|
||||
+vt/9_fall17 \
|
||||
+vt/A_vtluug \
|
||||
+vt/B_ocvt \
|
||||
+vt/N_misc.cisco \
|
||||
+vt/Z_xen-devel \
|
||||
+walko/0_updates \
|
||||
+walko/1_social \
|
||||
+gmail/0_updates \
|
||||
+gmail/1_social \
|
||||
|
||||
folder-hook vt/* source ~/.mutt/accounts/vt
|
||||
folder-hook walko/* source ~/.mutt/accounts/walko
|
||||
folder-hook gmail/* source ~/.mutt/accounts/gmail
|
||||
+walko/INBOX \
|
||||
+vt/A_vtluug \
|
||||
+vt/B_ocvt \
|
||||
+walko/0_updates \
|
||||
+walko/1_social \
|
||||
# +vt/N_misc.cisco \
|
||||
|
||||
folder-hook vt/* source ~/.mutt/accounts/vt
|
||||
folder-hook walko/* source ~/.mutt/accounts/walko
|
||||
#folder-hook gmail/* source ~/.mutt/accounts/gmail
|
||||
folder-hook vtluug/* source ~/.mutt/accounts/vtluug
|
||||
|
||||
Reference in New Issue
Block a user