* elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
authorhmurata <hmurata>
Sun, 26 Oct 2003 01:46:22 +0000 (01:46 +0000)
committerhmurata <hmurata>
Sun, 26 Oct 2003 01:46:22 +0000 (01:46 +0000)
change.

elmo/ChangeLog
elmo/elmo-imap4.el

index ea372c0..bea1bcd 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
+       * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
+       change.
+
        * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
        flag without depending on \Recent flag.
 
index 4341e2a..3bf70f7 100644 (file)
@@ -828,6 +828,7 @@ If CHOP-LENGTH is not specified, message set is not chopped."
          (if use-flag
              (append
               (and (memq 'new saved-flags)
+                   (not (elmo-string-member-ignore-case "\\Seen" flags))
                    '(new))
               (and (elmo-string-member-ignore-case "\\Flagged" flags)
                    '(important))