Browse Source

Decode message when marking as spam/ham #58

Bob Mottram 10 years ago
parent
commit
190e38eb90
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone

+ 2
- 2
src/freedombone View File

@@ -7030,8 +7030,8 @@ function email_client {
7030 7030
   echo '' >> /etc/Muttrc
7031 7031
   echo 'macro index S "<tag-prefix><save-message>=.learn-spam<enter>" "move to learn-spam"' >> /etc/Muttrc
7032 7032
   echo 'macro pager S "<save-message>=.learn-spam<enter>" "move to learn-spam"' >> /etc/Muttrc
7033
-  echo 'macro index H "<tag-prefix><copy-message>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
7034
-  echo 'macro pager H "<copy-message>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
7033
+  echo 'macro index H "<tag-prefix><decode-copy>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
7034
+  echo 'macro pager H "<decode-copy>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
7035 7035
   echo '' >> /etc/Muttrc
7036 7036
   echo '# set up the sidebar' >> /etc/Muttrc
7037 7037
   echo 'set sidebar_width=22' >> /etc/Muttrc