nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] multiple folders to rcvstore


From: Jeffrey C Honig
Subject: Re: [Nmh-workers] multiple folders to rcvstore
Date: Mon, 07 Nov 2005 23:10:10 -0500

It shouldn't be hard to add this support to rcvstore.  It uses
folder_addmsg() just like refile.

It should pretty much involve taking the loop in m_file() in refile.c
and crafting it around all uses of the mp variable in rcvstore.c.

You'll probably want a -link/-nolink switch to indicate if it should do
linking, or make separate copies.

Parsing the folder list should be the same as in refile.c.

The only hard part will be trying to figure out sequences (designing the
change, not implementing it).  Should the unseen sequence (and/or
specified) sequences be applied to all copies of the message, or just
the first one.

Thanks.

Jeff

-- 
Jeffrey C. Honig <address@hidden>
http://www.honig.net/jch
GnuPG ID:14E29E13 <http://www.honig.net/jch/key.shtml>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]