+2003-10-07 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
+ `permanentflag' instead of `flags'.
+ (elmo-folder-open): Ditto.
+
2003-10-06 Yuuichi Teranishi <teranisi@gohome.org>
* modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
(nth 1 (assq 'read-only (assq 'ok response))))
(elmo-imap4-session-set-flags-internal
session
- (nth 1 (assq 'flags response))))
+ (nth 1 (assq 'permanentflags response))))
(elmo-imap4-session-set-current-mailbox-internal session nil)
(if (and (eq no-error 'notify-bye)
(elmo-imap4-response-bye-p response))
(nth 1 (assq 'read-only (assq 'ok response))))
(elmo-imap4-session-set-flags-internal
session
- (nth 1 (assq 'flags response))))
+ (nth 1 (assq 'permanentflags response))))
(elmo-imap4-session-set-current-mailbox-internal session nil)
(if (elmo-imap4-response-bye-p response)
(elmo-imap4-process-bye session)