mutt: Add signature
This commit is contained in:
parent
47e40e765d
commit
b1f19745f0
2 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,8 @@ bind editor <Tab> complete-query
|
|||
|
||||
set edit_headers = yes
|
||||
|
||||
set signature = "~/.mutt/signature"
|
||||
|
||||
# 'L' performs a notmuch query, showing only the results
|
||||
macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
|
||||
|
||||
|
|
2
mutt/.mutt/signature
Normal file
2
mutt/.mutt/signature
Normal file
|
@ -0,0 +1,2 @@
|
|||
Regards,
|
||||
Sanchayan.
|
Loading…
Reference in a new issue