Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 277049 Details for
Bug 371629
gnome-extra/evolution-mapi-0.32.2 ebuild for evolution to connect to exchange servers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove unicode flag from folder list function
evolution-mapi-0.32.2-no_unicode_folders.patch (text/plain), 783 bytes, created by
Sejul Shah
on 2011-06-14 14:38:21 UTC
(
hide
)
Description:
Patch to remove unicode flag from folder list function
Filename:
MIME Type:
Creator:
Sejul Shah
Created:
2011-06-14 14:38:21 UTC
Size:
783 bytes
patch
obsolete
>diff -ru evolution-mapi-0.32.2/src/libexchangemapi/exchange-mapi-connection.c evolution-mapi-0.32.2.new/src/libexchangemapi/exchange-mapi-connection.c >--- evolution-mapi-0.32.2/src/libexchangemapi/exchange-mapi-connection.c 2011-02-07 03:45:47.000000000 +0000 >+++ evolution-mapi-0.32.2.new/src/libexchangemapi/exchange-mapi-connection.c 2011-06-09 12:44:20.287987411 +0100 >@@ -2961,7 +2961,7 @@ > } > > /* Get the hierarchy table */ >- ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications | TableFlags_UseUnicode, &row_count); >+ ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications , &row_count); > if (ms != MAPI_E_SUCCESS) { > make_mapi_error (perror, "GetHierarchyTable", ms); > result = FALSE;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 371629
:
277047
| 277049