* Nate Johnston ([EMAIL PROTECTED]) [010817 13:11]:
> All,
> 
> I would like to roll any message in my inbox that is older than 2
> weeks old to an archive folder.  I tried this pattern, but I got the
> message "Tagging is not supported" when .muttrc loads.  
> 
> folder-hook INBOX           'push 
>"<tag-pattern>~d>2w<enter><tag-prefix><save>=archive<enter>"'
> 
> Am I going about this incorrectly?  Is this something that, because it
> is tag-save instead of delete, I can only use a macro for?  If I use a
> macro, can I break this into 2 parts as so:
> 
> folder-hook INBOX           'push *d"
> macro *d  '<tag-pattern>~d>2w<enter><tag-prefix><save>=archive<enter>'

Sorry, I don't have an answer, but a suggestion: how about trying
delete-pattern instead of tagging a pattern and then deleting tagged
messages? I have a line like this:

folder-hook mutt-user 'push D~r>15d!~F\n'

which I'd imagine would still work if you used <delete-pattern> instead
of D.

Cheers

-- 
Vineet                                   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
Qba\'g gernq ba zr\!                  |tr 'a-zA-Z' 'n-za-mN-ZA-M'

PGP signature

Reply via email to