diff options
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/muttrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 350c5a6..c381484 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc | |||
@@ -106,3 +106,14 @@ macro index,pager A \ | |||
106 | "<pipe-message>khard add-email<return>" \ | 106 | "<pipe-message>khard add-email<return>" \ |
107 | "add the sender email address to khard" | 107 | "add the sender email address to khard" |
108 | 108 | ||
109 | set sig_dashes = no | ||
110 | set sig_on_top = yes | ||
111 | set signature = "echo '~yigit\n'|" | ||
112 | |||
113 | # TODO: this is an exciting rabbit hole <27-11-20, yigit> # | ||
114 | # https://lwn.net/SubscriberLink/837960/f3bcafeaed37425d/ | ||
115 | # score '~f pangin' +10 | ||
116 | # score '~s ceng351' +20 | ||
117 | # color index color208 color234 "~n 10" | ||
118 | # color index black red "~n 20" | ||
119 | |||