mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Fix for ticket #1667.
Monotone-Parent: ae81cfe6a503b99f0f90568c09a746363c68ef68 Monotone-Revision: f589a072c04be097399abcfe72a06e62a613c749 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T22:21:56
This commit is contained in:
@@ -168,12 +168,9 @@
|
||||
else
|
||||
{
|
||||
// We unsubscribe to the old one, and subscribe back to the new one
|
||||
if ([[[context activeUser] userDefaults] mailShowSubscribedFoldersOnly])
|
||||
{
|
||||
[[connection client] subscribe: [destURL path]];
|
||||
[[connection client] unsubscribe: [srcURL path]];
|
||||
}
|
||||
|
||||
[[connection client] subscribe: [destURL path]];
|
||||
[[connection client] unsubscribe: [srcURL path]];
|
||||
|
||||
response = [self responseWith204];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user