Decode message when marking as spam/ham #58
This commit is contained in:
parent
7097375cec
commit
190e38eb90
|
@ -7030,8 +7030,8 @@ function email_client {
|
|||
echo '' >> /etc/Muttrc
|
||||
echo 'macro index S "<tag-prefix><save-message>=.learn-spam<enter>" "move to learn-spam"' >> /etc/Muttrc
|
||||
echo 'macro pager S "<save-message>=.learn-spam<enter>" "move to learn-spam"' >> /etc/Muttrc
|
||||
echo 'macro index H "<tag-prefix><copy-message>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
|
||||
echo 'macro pager H "<copy-message>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
|
||||
echo 'macro index H "<tag-prefix><decode-copy>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
|
||||
echo 'macro pager H "<decode-copy>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
|
||||
echo '' >> /etc/Muttrc
|
||||
echo '# set up the sidebar' >> /etc/Muttrc
|
||||
echo 'set sidebar_width=22' >> /etc/Muttrc
|
||||
|
|
Loading…
Reference in New Issue