added a 'domain' argument, and rearragned arguments to be prettier and
authorNot Zed <NotZed@Ximian.com>
Fri, 21 May 2004 09:08:09 +0000 (09:08 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Fri, 21 May 2004 09:08:09 +0000 (09:08 +0000)
commit749f62b9307db66acba99950bfa45e67b99cdf13
treebe167b2f32371e7a3846148dde00187483d4e8b8
parent05a7bfbd017c37f6050d0329f4e2cf0ab58c73dc
added a 'domain' argument, and rearragned arguments to be prettier and

2004-05-21  Not Zed  <NotZed@Ximian.com>

        * camel-session.c (camel_session_get_password): added a 'domain'
        argument, and rearragned arguments to be prettier and more
        consistent.  Fixed all callers.
        (camel_session_forget_password): added a domain argument.  Fixed
        all callers.

        ** See #58376.

        * camel-folder.c (set_message_flags): if system flags change, then
        don't trigger a folder changed event.

        * camel-folder-summary.h (CAMEL_MESSAGE_SYSTEM_MASK): added this
        to indicate which flags are internal/apps not interested in.

        * camel-folder.c (filter_free): rearrange and use some helpers.
        (folder_changed): if we're frozen, dont go firing off threads to
        do any processing on each change, wait until we're called
        unfrozen.  Slight code rearragnement.
        (filter_filter): add progress to junk learn/unlearn, and separate
        them.
14 files changed:
camel/ChangeLog
camel/camel-folder-summary.h
camel/camel-folder.c
camel/camel-gpg-context.c
camel/camel-sasl-popb4smtp.c
camel/camel-session.c
camel/camel-session.h
camel/camel-smime-context.c
camel/providers/imap/camel-imap-store.c
camel/providers/imap4/camel-imap4-store.c
camel/providers/imapp/camel-imapp-store.c
camel/providers/nntp/camel-nntp-store.c
camel/providers/pop3/camel-pop3-store.c
camel/providers/smtp/camel-smtp-transport.c