.
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=43
This commit is contained in:
parent
93b21c13c9
commit
a15585497f
@ -23,8 +23,8 @@
|
||||
+#define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */
|
||||
+
|
||||
+static char text_chars[256] = {
|
||||
+ /* NUL BEL BS HT LF FF CR */
|
||||
+ F, F, F, F, F, F, F, F, T, T, T, F, F, T, F, F, /* 0x0X */
|
||||
+ /* NUL BEL BS HT LF FF CR */
|
||||
+ F, F, F, F, F, F, F, F, T, T, T, F, T, T, F, F, /* 0x0X */
|
||||
+ /* ESC */
|
||||
+ F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */
|
||||
+ T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 10:05:20 UTC 2015 - werner@suse.de
|
||||
|
||||
- Modify patch mailx-12.5-mime.dif to allow Form Feed as valid
|
||||
characters within mail messages (bsc#922543)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 11:46:53 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mailx
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user