diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-07 00:40:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:10 +0800 |
commit | 9327f255b95659c11483d38c8717b400d447f7dc (patch) | |
tree | 84a1e0d6cfcfa90c336b0652e2639de8a2e7357c /e-util/e-marshal.list | |
parent | 7a19800b3827e5437c0cb2e0865442cf7c178f20 (diff) | |
download | gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.tar gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.tar.gz gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.tar.bz2 gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.tar.lz gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.tar.xz gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.tar.zst gsoc2013-evolution-9327f255b95659c11483d38c8717b400d447f7dc.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/e-marshal.list')
-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 |