nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] A MH-inspired Maildir handler: coma

2011-02-14 10:37:14
paul wrote:
this sounds wonderful. as a die hard mh user, the thing i most need to be
able to do that you have not yet implemented is something like

rmm all +results
for x in inbox outbox todo; do
    pick -seq foo -from chneukirchen(_at_)gmail(_dot_)com -and -after '1 jan 
2011' +$x
    refile -link foo -src +inbox +results
done

and the even simpler:

pick -seq foo -before '1 jan 2011' +outbox
refile foo -src +outbox +outbox-2011

for what it's worth, i stopped trying to do large-scale searching of
my mail with the mh commands long ago, and instead use mairix:

   mairix f:vixie s:imap
   folder +mx
   scan

(where mairix is preconfigured to put its results into folder "mx")

the downside, of course, is that since i run the mairix indexing from
cron[1] at night, today's mail isn't indexed.  so i do use pick and
friends for very recent mail.  if mairix did incremental indexing,
this wouldn't be necessary.

and, of course, the mairix searching solution doesn't further the
remote access cause at all.

paul

[1] thank you, paul!  :-)
=---------------------
 paul fox, pgf(_at_)foxharp(_dot_)boston(_dot_)ma(_dot_)us (arlington, ma, 
where it's 46.0 degrees)

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>