Difference between revisions of "HowTos/Advanced imapsync"

From Scalix Wiki
Jump to: navigation, search
(Removing Flags in imapsync)
 
Line 3: Line 3:
 
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 09:39, 26 February 2007

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.

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.