summaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-03-30 09:28:40 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-04-08 14:48:51 +0100
commit3ee22303b7561b0d784a5a004e656892579869f3 (patch)
tree0c44ec177849b18246c86dfcb9309cd42098532d /mutt
parent0a96a5bd4db8b17cbeb623c1ce5c2b3a2049003b (diff)
Add vim map to run current file
Diffstat (limited to 'mutt')
-rw-r--r--mutt/.mutt/colors/nord.muttrc2
-rw-r--r--mutt/.mutt/muttrc3
2 files changed, 3 insertions, 2 deletions
diff --git a/mutt/.mutt/colors/nord.muttrc b/mutt/.mutt/colors/nord.muttrc
index 6b70745..18d7071 100644
--- a/mutt/.mutt/colors/nord.muttrc
+++ b/mutt/.mutt/colors/nord.muttrc
@@ -1,7 +1,7 @@
color normal color253 default
color status green black
color index color253 default "~R"
-color index color14 default "~F"
+color index color1 default "~F"
color index color13 default "~O"
color index color13 default "~N"
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index a670a09..37203c9 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -21,10 +21,10 @@ set from = "Urbain Vaes"
set reverse_alias
set sort = reverse-date
set weed
+set abort_nosubject=no
unset markers
set sleep_time = 0
set wait_key = no
-my_hdr Jabber-ID: urbain@vaes.uk
# Encryption
set crypt_autosign = no
@@ -63,6 +63,7 @@ alternative_order text/plain text/enriched text/html
set editor="nvim"
set include=yes
+
# Macros
macro index,pager gp "<change-folder> +Personal/Personal<enter>"
macro index,pager gw "<change-folder> +Work/Work<enter>"