aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-13 22:45:27 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-13 22:45:27 +0800
commiteaef85763e0fb171e387cf62ee0016e81838c597 (patch)
tree123346baefe506ff999f838031d4706ac64df67b
parent04402f61d299c3c76c9d306474159094e5fb85eb (diff)
downloadgsoc2013-evolution-eaef85763e0fb171e387cf62ee0016e81838c597.tar.gz
gsoc2013-evolution-eaef85763e0fb171e387cf62ee0016e81838c597.tar.zst
gsoc2013-evolution-eaef85763e0fb171e387cf62ee0016e81838c597.zip
Tell folder cache the path for our Trash is /Trash, because that's what
001-08-13 Jason Leach <jleach@ximian.com> * mail-local.c (init_trash): Tell folder cache the path for our Trash is /Trash, because that's what Shell needs to hear for updating folders. svn path=/trunk/; revision=11940
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-local.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ca384e1336..d490859326 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-13 Jason Leach <jleach@ximian.com>
+
+ * mail-local.c (init_trash): Tell folder cache the path for our
+ Trash is /Trash, because that's what Shell needs to hear for
+ updating folders.
+
2001-08-11 Jason Leach <jleach@ximian.com>
* mail-offline-handler.c (impl_goOnline): Set the session as
diff --git a/mail/mail-local.c b/mail/mail-local.c
index e5cb0fb6d8..8602e4acb7 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -371,7 +371,7 @@ init_trash (CamelStore *store)
mail_folder_cache_note_folder ("vtrash:file:/", store->vtrash);
mail_folder_cache_set_update_lstorage ("vtrash:file:/",
local_store->corba_storage,
- "/local/Trash");
+ "/Trash");
}
}
6-03-24 00:26:53 +0800'>2016-03-241-0/+2 * - Add LICENSEsunpoet2016-03-211-10/+8 * Add some patches to properly declare dependencies between targets.rakuco2016-03-193-2/+28 * games/fairymax: Update to 5.0bfeld2016-03-183-36/+24 * games/gtkevemon: Update to 1.10feld2016-03-173-11/+11 * games/tesseract: typo, DISTVERSION doesn't propagate to packagesjbeich2016-03-171-1/+1 * Update to version 3.1.1.1, which comes with quite a few bug fixes, includingdanfe2016-03-172-3/+5 * games/linux-unigine-valley: add new portjbeich2016-03-166-0/+961 * games/linux-unigine-heaven: list also in benchmarks/ and use option helpersjbeich2016-03-161-9/+3 * Drop default directory from _DEPENDS in my portsjbeich2016-03-165-18/+18 * games/tesseract{,-data}: add new portjbeich2016-03-168-0/+130 * Update to 2.6.5.mat2016-03-154-52/+15 * Update to 0.C.mat2016-03-159-142/+191 * Change header installation location for kdelibs4-based ports.rakuco2016-03-156-75/+78 * Update to sources from DragonflyBSD 4.4.2.adamw2016-03-152-3/+3 * - Update to 2.040sunpoet2016-03-142-4/+4 * Fix runtime error.mat2016-03-141-3/+35