** Fix for bug #200147
authorBharath Acharya <abharath@novell.com>
Sun, 20 Jul 2008 18:03:01 +0000 (18:03 +0000)
committerBharath Acharya <abharath@src.gnome.org>
Sun, 20 Jul 2008 18:03:01 +0000 (18:03 +0000)
2008-07-20  Bharath Acharya  <abharath@novell.com>

        ** Fix for bug #200147

        * libedataserver/e-account.h: Stores the templates folder uri

svn path=/trunk/; revision=9146

ChangeLog
libedataserver/e-account.h

index c5f0e09..f9864f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-20  Bharath Acharya  <abharath@novell.com>
+
+       ** Fix for bug #200147
+
+       * libedataserver/e-account.h: Stores the templates folder uri
+
 2008-07-20  Luca Ferretti  <elle.uca@libero.it>
 
        reviewed by: Srinivasa Ragavan
index 5d676c5..353ff16 100644 (file)
@@ -116,7 +116,7 @@ typedef struct _EAccount {
        EAccountService *source;
        EAccountService *transport;
 
-       char *drafts_folder_uri, *sent_folder_uri;
+       char *drafts_folder_uri, *sent_folder_uri, *templates_folder_uri;
 
        gboolean always_cc;
        char *cc_addrs;