Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-exchange-2.6
bgo-339277-ee-show-pub-folder.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bgo-339277-ee-show-pub-folder.diff of Package evolution-exchange-2.6
Index: mail/mail-stub-exchange.c =================================================================== RCS file: /cvs/gnome/evolution-exchange/mail/mail-stub-exchange.c,v retrieving revision 1.37 diff -u -p -r1.37 mail-stub-exchange.c --- mail/mail-stub-exchange.c 17 Apr 2006 13:43:04 -0000 1.37 +++ mail/mail-stub-exchange.c 5 May 2006 05:45:41 -0000 @@ -2665,6 +2665,12 @@ subscribe_folder (MailStub *stub, const return; } + if (!strcmp (e_folder_get_type_string (folder), "noselect")) { + g_object_unref (folder); + mail_stub_return_ok (stub); + return; + } + result = exchange_account_add_favorite (mse->account, folder); switch (result) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor