So I applied
Code:
--regexflag 's/\X-Has-Attach//g'
and now I get this:
Code:
BAD parse error: zero-length content
But if I look at the output from imapsync, I see this:
Code:
now:
flags from : [\Seen $MdnSent \]["12-Mar-2007 20:13:36 -0400"]
before:
flags from : [\Seen $MdnSent \X-Has-Attach]["12-Mar-2007 20:13:36 -0400"]
Where the "\" is after $MdnSent is where the "\X-Has-Attach" used to be. I think I need to get rid of the "\".