aboutsummaryrefslogtreecommitdiff
path: root/.config/mutt/muttrc
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-04-09 21:22:20 +0200
committerNPScript <nathan@reinerweb.ch>2022-04-09 21:22:20 +0200
commit896c311feb10e947c727a888308dbc7eb71d1ec2 (patch)
treeb6713478d14eb8ea531107c3f399c437db7fd2fb /.config/mutt/muttrc
init commit
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r--.config/mutt/muttrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
new file mode 100644
index 0000000..8896639
--- /dev/null
+++ b/.config/mutt/muttrc
@@ -0,0 +1,31 @@
+# vim: filetype=neomuttrc
+source /usr/share/mutt-wizard/mutt-wizard.muttrc
+
+set editor = "nvim"
+auto_view text/html
+
+color hdrdefault green black
+color quoted blue black
+color signature blue black
+color attachment red black
+color prompt brightmagenta black
+color message brightred black
+color error brightred black
+color indicator black green
+color status color234 green
+color tree brightblack black
+color normal white black
+color markers green black
+color search white black
+color tilde brightmagenta black
+color index blue black ~F
+color index green black "~N|~O"
+
+bind pager j next-line
+bind pager k previous-line
+bind attach,index,pager \CD next-page
+bind attach,index,pager \CU previous-page
+bind pager G bottom
+bind attach,index G last-entry
+bind pager l next-undeleted
+bind pager h previous-undeleted