Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Bill Wohler
Ken Hornstein writes: >>mh_profile seems like a good place for this. There coudl also >>potentially be a cookbook somewhere on extending nmh, with references to >>this, Jerry's book, contribs, GUIs, etc. > > Jerry's book is open source, and can be modified. Sigh .. so much > documentation to do,

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread David Levine
> When you say "the file was not new-line terminated", which file? If > it was your .mh_profile ... I guess that's the fault of m_getfld(). Good catch. Fixed. David ___ Nmh-workers mailing list Nmh-workers@nongnu.org https://lists.nongnu.org/mailman/

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Jerrad Pierce
FYI, it runs out slocal is handled (the + action uses rcsvstore). I missed this in preliminary testing because slocal is headless :-P ___ Nmh-workers mailing list Nmh-workers@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-workers

Re: [Nmh-workers] MIME-hooks

2014-02-24 Thread Jerrad Pierce
Fresh updates: Switch to .mh_profile component for backup suffix Convert mime-del-hook to shell script; no more dependencies on multiple perl modules Add cur as default and sequence support for mymhlist UPGRADING Be sure to add a mimehook-bak component to your .

[Nmh-workers] MIME-hooks

2014-02-24 Thread belg4mit
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

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Jerrad Pierce
del-hook is not called if rmmproc is set. This prevents the user from doing a number of useful things e.g; restoration of original message in MIME-hooks (see forthcoming message to list) I would expect the hook to be called before rmmproc is invoked, and not wrapped into the non-rmmproc fallback co

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Robert Elz
Date:Mon, 24 Feb 2014 11:07:24 -0500 From:Jerrad Pierce Message-ID: <20140224160724.b25344c...@db.pthbb.org> | I did not do anything in particular, I simply opened the file in emacs | and ammended it emacs is a sack of horse sh*t from another universe... There a

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Jerrad Pierce
>>mh_profile seems like a good place for this. There coudl also >>potentially be a cookbook somewhere on extending nmh, with references to >>this, Jerry's book, contribs, GUIs, etc. >Jerry's book is open source, and can be modified. Indeed. >Sigh .. so much documentation to do, so little time. I

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Ken Hornstein
>mh_profile seems like a good place for this. There coudl also >potentially be a cookbook somewhere on extending nmh, with references to >this, Jerry's book, contribs, GUIs, etc. Jerry's book is open source, and can be modified. Sigh .. so much documentation to do, so little time. >There's a non

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Jerrad Pierce
>1. I had thought that I had added the hook stuff to the documentation for >mh_profile but I don't see it there. I'd be happy to add it. I have mh_profile seems like a good place for this. There coudl also potentially be a cookbook somewhere on extending nmh, with references to this, Jerry'

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Jon Steinhart
Sorry to take so long to respond to stuff; had some important skiing to do. This code is 12 or 13 years old now so my memory probably has some holes. 1. I had thought that I had added the hook stuff to the documentation for mh_profile but I don't see it there. I'd be happy to add it. I have

Re: [Nmh-workers] hooks interface issues

2014-02-24 Thread Ken Hornstein
>Yes, executability was one of the first things I checked ;-) > >Note the most recent message where it does work correctly >for Fcc and refile -link though... very odd If you're willing to pull from master, I committed a change that will give you a useful error message. I will note that there is