Re: SEGV when replying to mail.



On Sun, Aug 26, 2001 at 07:28:51PM +0200, M . Thielker wrote:

>  
> @@ -249,7 +248,10 @@
>      body->encoding = encoding_style;
>      body->parameter = mutt_new_parameter();
>      body->parameter->attribute = g_strdup("charset");
> +	if (charset)
>      body->parameter->value = g_strdup(charset);
> +	else
> +		body->parameter->value = g_strdup("us-ascii");
>      body->parameter->next = NULL;
>  

reasonable. but why keep "us-ascii" as default ? i like iso-8859-1
much better ;)
peeve ;)

-- 
Carlos Morgado - chbm(at)chbm(dot)nu - http://chbm.nu/ -- gpgkey: 0x1FC57F0A 
http://wwwkeys.pgp.net/ FP:0A27 35D3 C448 3641 0573 6876 2A37 4BB2 1FC5 7F0A




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]