Now about CRM functions - Re: How to intercept recipient before reply, and before sending?

2021-07-01 Thread Jean Louis
* P. Mazart [2021-07-01 09:18]: > > This is all good as brainstorming. > > Nice, any chance that this system will be talked about in a blog or > something like that? This CRM of yours sounds like an interesting read. My business does depend on Mutt. Yesterday I was thinking how much we are

Re: How to intercept recipient before reply, and before sending?

2021-07-01 Thread Jean Louis
Dear P. Mazart, Thanks, I think I have solved the first part of my need, though it is not any more the same as what I was doing before. Here is the macro: macro index,pager r "ef > ~/tmp/ef-email" program `ef' is compiled with GNU Mailutils libraries, but it could be probably a specialized

Re: How to intercept recipient before reply, and before sending?

2021-07-01 Thread P. Mazart
Hi Jean, Jean Louis schrieb am 30.06.2021 17:52:55: > That is good idea. It is nice hack. Intercept the file, change it a > bit if necessary and delegate to editor. > > I think in this version I will not get the To: field, I will get the > reply message. My fault: I was implying that you have

Re: How to intercept recipient before reply, and before sending?

2021-06-30 Thread Jean Louis
* P. Mazart [2021-06-30 10:01]: > Hi Jean, > > we missed each other in IRC, so here’s my reply. Thanks. > I think you could always create a {python,bash,ruby} script or c-program > and let it “mimic” an editor when you reply: > > :macro index r "set > editor=\"edit-id-then-reply.py\"set >

Re: How to intercept recipient before reply, and before sending?

2021-06-30 Thread P. Mazart
Hi Jean, we missed each other in IRC, so here’s my reply. Jean Louis schrieb am 24.06.2021 15:36:10: > Thus I would like to inject the ID number into the text before the > reply. I think you could always create a {python,bash,ruby} script or c-program and let it “mimic” an editor when you