Dr. Werner Fink 2015-03-17 10:24:13 +00:00 committed by Git OBS Bridge
parent 93b21c13c9
commit a15585497f
3 changed files with 9 additions and 3 deletions

View File

@ -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 */

View File

@ -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

View File

@ -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