matched))
(defmacro elmo-imap4-response-error-text (response)
- "Returns text of NO, BAD, BYE, response."
+ "Returns text of NO, BAD, BYE response."
(` (nth 1 (or (elmo-imap4-response-value (, response) 'no)
(elmo-imap4-response-value (, response) 'bad)
(elmo-imap4-response-value (, response) 'bye)))))
You can refer its value in `wl-draft-config-alist'.
e.g.
-\(setq wl-draft-config-alist
+(setq wl-draft-config-alist
'(((string-match \".*@domain1$\" wl-draft-parent-folder)
(\"From\" . \"user@domain1\"))
((string-match \".*@domain2$\" wl-draft-parent-folder)