diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-07 00:40:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-07 00:58:55 +0800 |
commit | bf5647aa4774c73491392d3e37da2e00691331f9 (patch) | |
tree | 155bb17d0e09793a63bca413f77daf8a34034da2 /e-util | |
parent | 48309e3765ba8fae248a1ec6f9f8a1ab395a92a8 (diff) | |
download | gsoc2013-evolution-bf5647aa4774c73491392d3e37da2e00691331f9.tar.gz gsoc2013-evolution-bf5647aa4774c73491392d3e37da2e00691331f9.tar.zst gsoc2013-evolution-bf5647aa4774c73491392d3e37da2e00691331f9.zip |
MailFolderCache: Drop folder URI in "folder-changed" signal.
We already include a CamelStore and folder name string in the signal
arguments, so it's trivial to reconstruct the URI if it's needed.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-marshal.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-marshal.list b/e-util/e-marshal.list index 7cdfc091ca..3a9e367cb9 100644 --- a/e-util/e-marshal.list +++ b/e-util/e-marshal.list @@ -41,8 +41,8 @@ NONE:OBJECT,DOUBLE,DOUBLE,BOOLEAN NONE:OBJECT,OBJECT NONE:OBJECT,STRING NONE:OBJECT,STRING,INT +NONE:OBJECT,STRING,INT,STRING,STRING,STRING NONE:OBJECT,STRING,STRING -NONE:OBJECT,STRING,STRING,INT,STRING,STRING,STRING NONE:OBJECT,STRING,UINT NONE:POINTER,INT NONE:POINTER,INT,INT,INT,INT |