diff options
author | Yigit Sever | 2021-01-17 15:57:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-01-17 15:57:33 +0300 |
commit | 054408b1a20161d6dbf049bf991c2f62131ba5c1 (patch) | |
tree | 149bd589ac2bb06a12b8485a22435c11ed7f153f /.config/mutt/muttrc | |
parent | a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38 (diff) | |
download | dotfiles-054408b1a20161d6dbf049bf991c2f62131ba5c1.tar.gz dotfiles-054408b1a20161d6dbf049bf991c2f62131ba5c1.tar.bz2 dotfiles-054408b1a20161d6dbf049bf991c2f62131ba5c1.zip |
mutt signature and future work
Diffstat (limited to '.config/mutt/muttrc')
-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 | |||