diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-31 03:09:07 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-31 03:09:07 +0800 |
commit | 0c8839ec4ecebc05640ce2432a09d6e04a811bac (patch) | |
tree | c75e7266482d3dc5ef69f95bec13349d60249828 /mail/ChangeLog | |
parent | 5a13e823f2ea32d9a559bbb65d2fbb5b81442cad (diff) | |
download | gsoc2013-evolution-0c8839ec4ecebc05640ce2432a09d6e04a811bac.tar.gz gsoc2013-evolution-0c8839ec4ecebc05640ce2432a09d6e04a811bac.tar.zst gsoc2013-evolution-0c8839ec4ecebc05640ce2432a09d6e04a811bac.zip |
Fix bug in autodetected mboxes
Only allow one send and recv dialog at once.
svn path=/trunk/; revision=7917
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 13a33fc74f..e8005367c5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-01-30 Iain Holmes <iain@ximian.com> + + * mail-send-recv.c (mail_send_receive): Only allow one send and + receive to be running at once. + (build_dialogue): Set the icon for the window. + + * evolution-mbox-importer.c (support_format_fn): Only compare the first + 5 bytes of the signature. + 2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * folder-browser.c: Fix typo. |