View Single Post
  #6 (permalink)  
Old 05-19-2007, 02:24 PM
roopeshsheth roopeshsheth is offline
Intermediate Member
 
Posts: 22
Default Is this progress?

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 "\".

Last edited by roopeshsheth; 05-19-2007 at 02:30 PM..
Reply With Quote