;; @r{wanderlust \e$B%a!<%j%s%0%j%9%H$+$i$N%a!<%k$r\e(B @samp{%wanderlust} \e$B$X\e(B}
;; @r{\e$B$=$7$FB3$1$F$=$l0J2<$N5,B'$bI>2A$9$k!#\e(B}
((equal x-ml-name "wanderlust") "%wanderlust" continue)
- ;; @r{Yahoo \e$BMxMQ<T$+$i$N%a%C%;!<%8$r\e(B @samp{+yahoo-{username}} \e$B$X\e(B}
+ ;; @r{Yahoo \e$BMxMQ<T$+$i$N%a%C%;!<%8$r\e(B @samp{+yahoo-@{username@}} \e$B$X\e(B}
((match from "\\(.*\\)@@yahoo\\.com")
"+yahoo-\\1")
;; @r{\e$B%^%C%A$7$J$+$C$?;D$j$r\e(B @samp{+inbox} \e$B$X\e(B}
;; @r{Store messages from wanderlust mailing list into @samp{%wanderlust}}
;; @r{and continue evaluating following rules}
((equal x-ml-name "wanderlust") "%wanderlust" continue)
- ;; @r{Store messages from Yahoo user into @samp{+yahoo-{username}}}
+ ;; @r{Store messages from Yahoo user into @samp{+yahoo-@{username@}}}
((match from "\\(.*\\)@@yahoo\\.com")
"+yahoo-\\1")
;; @r{Store unmatched mails into @samp{+inbox}}