(elmo-imap4-fetch-callback-1-subr): Determine new
authorhmurata <hmurata>
Sun, 26 Oct 2003 01:39:07 +0000 (01:39 +0000)
committerhmurata <hmurata>
Sun, 26 Oct 2003 01:39:07 +0000 (01:39 +0000)
flag without depending on \Recent flag.

elmo/ChangeLog
elmo/elmo-imap4.el

index d2f5863..ea372c0 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
+       flag without depending on \Recent flag.
+
 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
index f2dda4b..4341e2a 100644 (file)
@@ -827,7 +827,7 @@ If CHOP-LENGTH is not specified, message set is not chopped."
          flag-list
          (if use-flag
              (append
-              (and (elmo-string-member-ignore-case "\\Recent" flags)
+              (and (memq 'new saved-flags)
                    '(new))
               (and (elmo-string-member-ignore-case "\\Flagged" flags)
                    '(important))