On 22 December 2005 at 14:45, Michael Richardson <[EMAIL PROTECTED]> wrote: > Is there any sane way to refile stuff (say a sequence) and specify what > sequence it winds up in on the target folder?
Here's a halfway answer from refile(1): If the "Previous-Sequence" profile entry is set, in addition to defin- ing the named sequences from the source folder, refile will also define those sequences for the destination folders. See mh-sequence (5) for information concerning the previous sequence. You could make a front-end script to refile that does the refile job, then temporarily changes to that folder (with folder -push) and renames the sequence from <previous-sequence> to whatever you want (like the "mvseq" I just posted to the list), then uses folder -pop to go back to the original folder. I think. ;-) Jerry _______________________________________________ Nmh-workers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/nmh-workers
