nmh-workers
[Top] [All Lists]

[Nmh-workers] MIME-hooks

2014-02-24 17:14:09
I've cobbled together some scripts to try to do some of what people have
been wishing for Re: MIME handling. These hooks should automagically
extract MIME parts to files in the same folder as the message, with the
message number as a prefix that is updated across nmh operations.
Note, however that the parts are not currently cleaned up if you have an
rmmproc, since del-hook is not currently called in this case :-/

If you decide you like the expanded format, you could do something like:

   find Mail/inbox -type | xargs -n 1 mime-add-hook

to expand old messages

The initial release is here:
    http://pthbb.org/manual/software/MH/MIME-hooks.tgz

P.S. I'm not sure why, but mime-add-hook is rather slow. This is annoying
when sending messages, since it is triggered for drafts with Fcc; I have
not tested this using a draft with attachments

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

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