Once more hello! [email protected] wrote: |I am curious why s-nail does not provide any ability to edit outgoing |message headers? I can edit only To/Cc/Bcc/Organization/Reply-To/Sender |ones, as I can see in the manual page. This is probably the single |feature that I am heavy missing in s-nail from the Mutt. | |I think that some boolean option, that will cause "~e" to bring not only |the body of the message, but also its headers like that: | | From: John Doe <[email protected]> | Subject: ... | Reply-To: | Organization: | X-MyOwnHeader: contents | Mail-Followup-To: overriden addresses | | This is message body | |where I could add new ones, override existing ones, will be great.
This is now available on the [next] branch, and also you can feed in extended headers within the content handled by -t. I've also fixed what we had yet, it actually didn't support character set conversion until today, and i have completely dropped builtin support for $ORGANIZATION / Organization: since that never made it to any standard either. We also do some syntax checking on `customhdr' and *customhdr* content. We don't have support for editing any such header via ~H yet, i think in the end it should print something like "You may now add custom headers, finalize input with an empty line" or something similar. |Without ability to edit headers I can not override Mail-Followup-To |for example. Some header fields will continue to be handled in a special way. We still don't do that very nicely, we don't have generic parsers and validators, for example, but that will improve and the code will hopefully be much cleaner, smaller, and more efficient afterwards. And we will be able to actually detect that a user has actively edited a header, and will either don't touch it all (after validation), or at least don't completely throw away the work the user has put into the field. We are not there yet. Ciao! And thanks for reqesting this, i've looked into this feature long ago and decided i won't do it with the current codebase, but actually it turned out to be implementable relatively easy, just two and a half days, i think that's worth it given that v14.9* will last for two years (or more)! --steffen ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ S-nail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/s-nail-users
