Browse Source

Fix the mutt ham/nospam macro

Emmanuel Bouthenot 14 years ago
parent
commit
7449de135d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .mutt/conf/macros

+ 1 - 1
.mutt/conf/macros

@@ -22,5 +22,5 @@ macro	index,pager	B	"<enter-command>toggle sidebar_visible<enter>"	"Toggle sideb
 macro	index		\cx	"<tag-pattern>~N<enter><tag-prefix><toggle-new><tag-prefix><clear-flag>*" "Mark all new messages as read"
 
 macro	index,pager	S	"<enter-command>unset wait_key<enter><bounce-message>spam@localhost<enter><enter-command>set wait_key<delete-message>" "Bounce message to AntiSpam (spam)"
-macro	index,pager	H	"<enter-command>unset wait_key<enter><bounce-message>ham@localhost<enter><enter-command>set wait_key<delete-message>" "Bounce message to AntiSpam (ham)"
+macro	index,pager	H	"<enter-command>unset wait_key<enter><bounce-message>ham@localhost<enter><enter-command>set wait_key" "Bounce message to AntiSpam (ham)"