summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-09 10:11:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-09 10:11:38 +0800
commit5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9 (patch)
tree30f0d8fca0a685a64c11eddf1c19ba86ba4210b6 /mail/evolution-exchange/files
parent9b085db7799cd6bb8747e12d6f50dc854aa3ba0a (diff)
downloadmarcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar
marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.gz
marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.bz2
marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.lz
marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.xz
marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.zst
marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.zip
Update to 2.3.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4430 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/files')
-rw-r--r--mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c b/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c
index 2ffc75d7a..feec4bf8c 100644
--- a/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c
+++ b/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c
@@ -1,6 +1,6 @@
---- mail/mail-stub-exchange.c.orig Wed Jul 13 17:45:44 2005
-+++ mail/mail-stub-exchange.c Wed Jul 13 17:46:22 2005
-@@ -2508,12 +2508,12 @@ subscribe_folder (MailStub *stub, const
+--- mail/mail-stub-exchange.c.orig Mon Aug 8 22:00:52 2005
++++ mail/mail-stub-exchange.c Mon Aug 8 22:01:11 2005
+@@ -2587,11 +2587,11 @@ subscribe_folder (MailStub *stub, const
static void
unsubscribe_folder (MailStub *stub, const char *folder_name)
{
@@ -8,8 +8,7 @@
MailStubExchange *mse = MAIL_STUB_EXCHANGE (stub);
ExchangeAccountFolderResult result;
EFolder *folder;
- char *path;
- const char *folder_type, *physical_uri;
+ char *path, *pub_name;
+ d(printf ("unsubscribe folder : %s\n", folder_name));
path = g_build_filename ("/", folder_name, NULL);