New generic procedure MESSAGE-PERMANENT-FLAGS returns the flags that
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 31 Aug 2008 23:02:17 +0000 (23:02 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 31 Aug 2008 23:02:17 +0000 (23:02 +0000)
commit23ef9b0f1bfbe3e7fc3b13944d5b84d518382943
tree6c3a75fdcea37925e2ff6e66064f0d6b673216c6
parent99c8fd5709a063424a746c58efda24f762ab1f2e
New generic procedure MESSAGE-PERMANENT-FLAGS returns the flags that
remain permanently and are therefore useful to retain when appending
messages to other folders.  All %APPEND-MESSAGE methods now use this
rather than MESSAGE-FLAGS.  This will keep `recent' flags from being
stored in file folders as an artefact of the IMAP.
v7/src/imail/imail-core.scm
v7/src/imail/imail-imap.scm
v7/src/imail/imail-rmail.scm
v7/src/imail/imail-umail.scm