Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
bnc-256994-fix-junk-eds.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc-256994-fix-junk-eds.diff of Package evolution-data-server
Index: camel/camel-folder-summary.c =================================================================== --- camel/camel-folder-summary.c (revision 7657) +++ camel/camel-folder-summary.c (working copy) @@ -3060,7 +3060,7 @@ info_set_flags(CamelMessageInfo *info, g camel_folder_summary_touch(mi->summary); } - if ((old & ~CAMEL_MESSAGE_SYSTEM_MASK) == (mi->flags & ~CAMEL_MESSAGE_SYSTEM_MASK)) + if (((old & ~CAMEL_MESSAGE_SYSTEM_MASK) == (mi->flags & ~CAMEL_MESSAGE_SYSTEM_MASK)) && !((set & CAMEL_MESSAGE_JUNK_LEARN) && !(set & CAMEL_MESSAGE_JUNK))) return FALSE; if (mi->summary && mi->summary->folder && mi->uid) {
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