Blame SOURCES/mailx-12.5-man-page-fixes.patch
|
|
9770e7 |
diff -ur mailx-12.5.orig/mailx.1 mailx-12.5/mailx.1
|
|
|
9770e7 |
--- mailx-12.5.orig/mailx.1 2014-06-13 16:28:18.272418000 +0200
|
|
|
9770e7 |
+++ mailx-12.5/mailx.1 2014-06-13 16:32:06.757714403 +0200
|
|
|
9770e7 |
@@ -219,6 +219,14 @@
|
|
|
9770e7 |
assigns
|
|
|
9770e7 |
.I value
|
|
|
9770e7 |
to it.
|
|
|
9770e7 |
+Note, that when setting
|
|
|
9770e7 |
+.I from
|
|
|
9770e7 |
+variable, domain name of host is automatically added if value does not contain any.
|
|
|
9770e7 |
+If you want to enter
|
|
|
9770e7 |
+.I from
|
|
|
9770e7 |
+address with owner's name, you can use, for example, following format:
|
|
|
9770e7 |
+.B -S
|
|
|
9770e7 |
+.I \(dqfrom=System User <DoNotReply>\(dq
|
|
|
9770e7 |
.TP
|
|
|
9770e7 |
.BI \-T \ name
|
|
|
9770e7 |
Writes the `Message-Id:' and `Article-Id:' header fields
|
|
|
9770e7 |
@@ -2189,7 +2197,8 @@
|
|
|
9770e7 |
as part of the environment
|
|
|
9770e7 |
(this is not restricted to specific variables as in the POSIX standard).
|
|
|
9770e7 |
A value given in a startup file overrides
|
|
|
9770e7 |
-a value imported from the environment.
|
|
|
9770e7 |
+a value imported from the environment, but it is not possible to unset
|
|
|
9770e7 |
+an environment variable in a startup file.
|
|
|
9770e7 |
Options may be either binary,
|
|
|
9770e7 |
in which case it is only significant
|
|
|
9770e7 |
to see whether they are set or not;
|