diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-23 10:40:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-23 10:40:09 +0800 |
commit | d18b6e79f1305f0e20168f452665ce2f80b14e31 (patch) | |
tree | 6414ae545985655c2c014860209824e1f35d635d /mail/ChangeLog | |
parent | 45381e728a644e92901e8ccfce062d1e88c2b4e0 (diff) | |
download | gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.tar gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.tar.gz gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.tar.bz2 gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.tar.lz gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.tar.xz gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.tar.zst gsoc2013-evolution-d18b6e79f1305f0e20168f452665ce2f80b14e31.zip |
Come up with a unique store uri for each vtrash (using %p and the
2001-02-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-vtrash.c (create_trash_vfolder): Come up with a unique
store uri for each vtrash (using %p and the CamelStore we're gonna
place it on).
(get_trash_get): Pass in the store so we can use it for %p.
svn path=/trunk/; revision=8363
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2c5040faaa..f455682f36 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-02-22 Jeffrey Stedfast <fejj@ximian.com> + + * mail-vtrash.c (create_trash_vfolder): Come up with a unique + store uri for each vtrash (using %p and the CamelStore we're gonna + place it on). + (get_trash_get): Pass in the store so we can use it for %p. + 2001-02-23 Not Zed <NotZed@Ximian.com> * mail-vfolder.c (vfolder_gui_add_from_mlist): Rule to add mlist |