aboutsummaryrefslogtreecommitdiffstats
path: root/muttrc
blob: 856307241ac9417f6da1a84865f06f577e141c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# TODO: description
# TODO: license unlicense

macro index,pager r "\
<enter-command> set my_wait_key_save=\$wait_key<enter>\
<enter-command> unset wait_key<enter>\
<pipe-message>ottolangy<enter>\
<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\
<reply>\
<enter-command> set wait_key=\$my_wait_key_save<enter>" \
"reply to a message"

macro index,pager g "\
<enter-command> set my_wait_key_save=\$wait_key<enter>\
<enter-command> unset wait_key<enter>\
<pipe-message>ottolangy<enter>\
<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\
<group-reply>\
<enter-command> set wait_key=\$my_wait_key_save<enter>" \
"reply to all recipients"

macro pager L "\
<enter-command> set my_wait_key_save=\$wait_key<enter>\
<enter-command> unset wait_key<enter>\
<pipe-message>ottolangy<enter>\
<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\
<list-reply>\
<enter-command> set wait_key=\$my_wait_key_save<enter>" \
"reply to specified mailing list"