Difference between revisions of "HowTos/Advanced imapsync"

From Scalix Wiki
Jump to: navigation, search
m
Line 1: Line 1:
When migrating mailboxes via imapsync, some thunderbird users' mailboxes may fail to migrate if they have flags set that are not recognized by scalix server.
+
When migrating mailboxes via imapsync, some users' mailboxes may fail to migrate if they have IMAP flags set that are not recognised by scalix server.
  
 
In this event, you can use the parameter --regexflag to reset flagging.  
 
In this event, you can use the parameter --regexflag to reset flagging.  
  
 
The parameter --regexflag 's/^.*$/\\Seen/g' will set all messages to read and remove all other flags.
 
The parameter --regexflag 's/^.*$/\\Seen/g' will set all messages to read and remove all other flags.

Revision as of 14:23, 26 February 2007

When migrating mailboxes via imapsync, some users' mailboxes may fail to migrate if they have IMAP flags set that are not recognised by scalix server.

In this event, you can use the parameter --regexflag to reset flagging.

The parameter --regexflag 's/^.*$/\\Seen/g' will set all messages to read and remove all other flags.