|
From: Oswald B. <osw...@gm...> - 2017-03-02 17:55:30
|
On Thu, Mar 02, 2017 at 03:23:50PM +0000, Jos van den Oever wrote: > My use case is actually to modify a subset of all my mails and > re-upload them. Perhaps isync is too heavy a tool for this and I > should script with some imap lib. > the only more lightweight solution i can think of would be using the CATENATE extension, which isn't terribly popular. > Basically, I'm doing: > > mbsync -V --config mbsyncrc --pull MAIL > <modify some mails> > i hope "modify" includes renaming them (at least throwing away the ,U=NNN part), as otherwise mbsync won't re-upload anything. > mbsync -V --config mbsyncrc --push --full MAIL |