aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-17 06:06:01 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-17 06:06:01 +0800
commit71259e72512beb2a18c23e288c2f8ad4721f7c40 (patch)
tree8509824690c519689fa361f40c4afe8df4ba8c14 /mail/ChangeLog
parentfac0dbd69c7d8a6807d51cc12615de88b7a900be (diff)
downloadgsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.tar
gsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.tar.gz
gsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.tar.bz2
gsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.tar.lz
gsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.tar.xz
gsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.tar.zst
gsoc2013-evolution-71259e72512beb2a18c23e288c2f8ad4721f7c40.zip
Lets put the UID cache in ~/evolution/mail/pop3 as this makes more sense
2001-10-16 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (uid_cachename_hack): Lets put the UID cache in ~/evolution/mail/pop3 as this makes more sense than ~/mail/config does. Perform checking to see what flavor cache-path the user is on and compensate. svn path=/trunk/; revision=13708
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f8315faacd..c5b53ead0a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2001-10-16 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-ops.c (uid_cachename_hack): Lets put the UID cache in
+ ~/evolution/mail/pop3 as this makes more sense than ~/mail/config
+ does. Perform checking to see what flavor cache-path the user is
+ on and compensate.
+
* message-list.c (on_cursor_activated_idle): Check that the
cursor_uid is non-NULL before emitting a "message_selected"
signal. Fixes bug #6015.