On Sun, Feb 19, 2017 at 04:07:11PM +0100, ilf wrote:
> 1. Does that mean that if "privacy" is set, the "User-Agent:" header is not
> set?
Yes. It can also be turned off using the $user_agent configuration
setting.
> 2. Does "privacy" do anything else?
The privacy parameter is set when using Mix
In sendlib.c, there is a variable named "privacy".
* privacy != 0 => will omit any headers which may identify the user.
* Output generated is suitable for being sent through
* anonymous remailer chains.
https://dev.mutt.org/hg/mutt/file/tip/sendlib.c#l1933
if (mod
On 2017-02-19 at 15:33, Erik Christiansen wrote:
> As it is the long established email standard that lines be 72 characters
> to allow a couple of levels of "> " quoting in replies, without the need
> to reflow [...]
As a sidenote, RFC 5322 specifies the recommended maximal line length with 78
cha
On Sun, Feb 19, 2017 at 04:23:33AM +, Ken Moffat wrote:
> On Sat, Feb 18, 2017 at 09:54:43PM -0500, Xu Wang wrote:
> > Dear mutters,
> >
> > Do you line-break your emails? Do you use flowed text? I am curious
> > what the most common and recommended workflow is.
> >
> > I think this article i