.
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=31
This commit is contained in:
parent
59d7090bec
commit
830303ef7c
@ -375,15 +375,7 @@
|
||||
wbeg;
|
||||
--- sendout.c
|
||||
+++ sendout.c 2013-07-02 08:04:20.342719526 +0000
|
||||
@@ -229,6 +229,7 @@ attach_file1(struct attachment *ap, FILE
|
||||
dosign);
|
||||
#ifdef HAVE_ICONV
|
||||
tcs = gettcharset();
|
||||
+fprintf(stderr, "sendout %s\n", tcs ? tcs : "(null)");
|
||||
if (isclean & MIME_UTF8)
|
||||
{
|
||||
tcs = "utf-8";
|
||||
@@ -1372,10 +1373,10 @@ fmt(char *str, struct name *np, FILE *fo
|
||||
@@ -1372,10 +1372,10 @@ fmt(char *str, struct name *np, FILE *fo
|
||||
if (col) {
|
||||
fwrite(str, sizeof *str, strlen(str), fo);
|
||||
if ((flags&GFILES) == 0 &&
|
||||
|
Loading…
Reference in New Issue
Block a user