diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-13 11:52:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-13 11:52:31 +0800 |
commit | d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8 (patch) | |
tree | 2ee3b5ac77428b4105850ecb541179aa9552ac48 /mail/ChangeLog | |
parent | 3655f5d2480dfbbf312366732812c20f870acbd6 (diff) | |
download | gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.tar gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.tar.gz gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.tar.bz2 gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.tar.lz gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.tar.xz gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.tar.zst gsoc2013-evolution-d1245d7e6b2bde4a5e6f55516dbfedf9b4f6b6e8.zip |
Take the source as a command-line argument rather than fetching it from
* component-factory.c (create_imap_storage): Take the source as a
command-line argument rather than fetching it from mail-config.
(owner_set_cb): Call create_imap_storage on each configured IMAP
store.
svn path=/trunk/; revision=4793
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2e4748581b..f511b633ca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2000-08-12 Dan Winship <danw@helixcode.com> + * component-factory.c (create_imap_storage): Take the source as a + command-line argument rather than fetching it from mail-config. + (owner_set_cb): Call create_imap_storage on each configured IMAP + store. + * mail-format.c (decode_pgp): Redo this so that the lock icon remains active after a failed decryption so you can click on it and try again. |