* elmo/elmo-cache.el: Fixed typo.
* elmo/modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
** Now Maildir is usable on Windows systems.
Note that it does not conform to the Maildir standard.
+** Fixed the problem of the cache flag inconsistency on the filter folder etc.
+ There was a problem that the summary buffer displays cached messages as
+ uncached in some folders.
+
+** Fixed the bug that the new flag cannot be changed in some cases.
+
+** Fixed the bug that flag are not taken over correctly from Maildir.
+ Only the flag of the first message was taken over in earlier versions.
+
** Fixed the problem in display module for IMAP messages.
Now partially fetched messages are displayed correctly.
If a message included child messages, their headers were not displayed.
** Windows \e$B$G\e(B Maildir \e$B$,;H$($k$h$&$K$J$j$^$7$?!#\e(B
\e$B$?$@$7!"5,3J$KB'$C$F$$$^$;$s$N$G!"\e(BUNIX \e$B>e$N\e(B Maildir \e$B$H8_49@-$,$"$j$^$;$s!#\e(B
+** \e$B%U%#%k%?%U%)%k%@Ey$G$N%-%c%C%7%e%^!<%/IT@09g$NIT6q9g$,2r>C$5$l$^$7$?!#\e(B
+ \e$B%-%c%C%7%e$5$l$F$b%-%c%C%7%e$5$l$F$$$J$$I=<($H$J$k>l9g$,$"$j$^$7$?$,\e(B
+ \e$B=$@5$5$l$^$7$?!#\e(B
+
+** \e$B%U%i%0$,?75,$N$^$^JQ99$5$l$J$/$J$k>l9g$,$"$k%P%0$N=$@5!#\e(B
+
+** Maildir \e$B$GJ#?t%a%C%;!<%80\F0;~!"%U%i%0$,@5$7$/0z$-7Q$,$l$J$$%P%0$N=$@5!#\e(B
+ \e$B:G=i$N%a%C%;!<%8$7$+%U%i%0$,0z$-7Q$,$l$^$;$s$G$7$?$,!"=$@5$5$l$^$7$?!#\e(B
+
** \e$BF~$l;R$K$J$C$?%a%C%;!<%8$N\e(B IMAP \e$B$K$h$kI=<(;~$NIT6q9g$,2r>C$5$l$^$7$?!#\e(B
\e$BF~$l;R$K$J$C$?%a%C%;!<%8$r%Q!<%H%U%'%C%A$7$?>l9g!"%X%C%@$,I=<($5$l$J$$\e(B
\e$B>l9g$,$"$j$^$7$?$,!"@5$7$/I=<($5$l$k$h$&$K$J$j$^$7$?!#\e(B
2005-02-19 Yuuichi Teranishi <teranisi@gohome.org>
+ * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
+
* elmo-maildir.el (elmo-folder-append-messages): Fix the problem
that only the first flag is used.
(luna-define-method elmo-message-fetch
((folder elmo-cache-folder) number strategy &optional unseen section)
- ;; disbable cache process
+ ;; disable cache process
(erase-buffer)
(when (elmo-message-fetch-internal folder number strategy section unseen)
(when (and (not unseen)
(modb-standard-flag-map msgdb)))
(t
(let ((cur-flags (modb-standard-message-flags msgdb number))
+ (inhibit-quit t)
new-flags diff)
(when (memq flag cur-flags)
(setq new-flags (delq flag (copy-sequence cur-flags)))