Discussion:
[bug-mailutils] forget about trying to set columns=...
積丹尼 Dan Jacobson
2015-04-26 11:50:54 UTC
Permalink
Mention that trying to set

'columns'

Type: Numeric.
Default: Detected at startup by querying the terminal device. If
this fails, the value of environment variable 'COLUMNS' is used.

This variable contains the number of columns on terminal screen.

is useless, it is always overridden by at least $COLUMNS.

e.g., in
$ COLUMNS=1111 mail -E set\ columns=188 -H
here 188 is ignored, 1111 is respected.

mail (GNU Mailutils) 2.99.98
Sergey Poznyakoff
2015-05-03 18:23:18 UTC
Permalink
Post by 積丹尼 Dan Jacobson
'columns'
[...]
Post by 積丹尼 Dan Jacobson
is always overridden by at least $COLUMNS.
Fixed by commit 17930dd7. Thanks for reporting.

Regards,
Sergey

Loading...