<<< Date Index >>>     <<< Thread Index >>>

Re: auto-move mails



On Jul 24 14:16, Ravi Uday wrote:
> Hi,
> 
> In mutt 1.5.17 is there a way we can setup a rule where if the number
> of emails touches 150 move the first 50 to a specified folder ?
> We can then map this rule witha key too ?
> 

If you are also satisfied with using the message age as criterion, you could
use something like archivemail and a cronjob to put old mail in a .gz file. To
re-read old mail, do `mutt -f <mailbox>_archive.gz`.

steve