diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index ff8e003..fe7ed45 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -70,6 +70,8 @@ bind editor complete-query set edit_headers = yes +set signature = "~/.mutt/signature" + # 'L' performs a notmuch query, showing only the results macro index L "unset wait_keyread -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"" "show only messages matching a notmuch pattern" diff --git a/mutt/.mutt/signature b/mutt/.mutt/signature new file mode 100644 index 0000000..b04008f --- /dev/null +++ b/mutt/.mutt/signature @@ -0,0 +1,2 @@ +Regards, +Sanchayan.