nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] A useless but interesting exercise: Design MH from scratch in the 2014 context

2014-02-23 08:35:34
I'm not sure I follow.  From where I'm sitting MH mailboxes are only
useful with traditional Unix tools true if the vast majority of email
you have in your mailbox is US-ASCII text/plain only.  Can't speak for
anyone else, but that's slowly becoming less and less true for me.

Since MH tools only pay attention to files matching /^\d+/,
it seems like breaking messages out into \d+.attachments would
make things easier to grep, etc. I suggested this before, but
having recently learned about hooks, this should be easy for
me to mock-up sometime this week
https://github.com/mcr/nmh/blob/master/docs/README-HOOKS

inc (add hook) will mhstore to \d.attachment
refile will rename and move as necessary
rmm will remove

everything else is transparent, although aliases could be made
for mhlist/mhshow, which use the pre-dumled attachments.

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

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