Bug 208659 - mail/mutt: thread display bad with NCURSES, OK with SLANG
Summary: mail/mutt: thread display bad with NCURSES, OK with SLANG
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-09 19:17 UTC by Kurt Jaeger
Modified: 2017-04-15 19:35 UTC (History)
3 users (show)

See Also:


Attachments
mutt-bad (91.99 KB, image/jpeg)
2016-04-09 19:17 UTC, Kurt Jaeger
no flags Details
mutt-good/slang (91.96 KB, image/jpeg)
2016-04-09 19:18 UTC, Kurt Jaeger
no flags Details
mutt-1.7.2-with-nurses-still-bad (77.50 KB, image/jpeg)
2017-01-19 20:43 UTC, Kurt Jaeger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2016-04-09 19:17:55 UTC
Created attachment 169130 [details]
mutt-bad

If built with NCURSES, the thread display is broken, see the two screenshots attached.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-09 19:18:24 UTC
Created attachment 169131 [details]
mutt-good/slang
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-10 16:21:34 UTC
maintainer tried to reproduce, more context is needed.
Comment 3 Udo.Schweigert 2016-10-17 05:12:58 UTC
I propose to close this, as now there is already version 1.7.0 released which probably fixes that problem (not double-checked, as I can't reproduce).
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-10-17 05:17:30 UTC
I will test again with the newer mutt.
Comment 5 Tilman Keskinoz freebsd_committer freebsd_triage 2017-01-19 20:21:21 UTC
Did you test with the latest version? Still reproducable?
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2017-01-19 20:42:43 UTC
Sorry that it took me so long to re-test. Re-tested on 12amd64 just
a few minutes ago, yes, problem still persists.

Attachment follows.
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2017-01-19 20:43:31 UTC
Created attachment 179089 [details]
mutt-1.7.2-with-nurses-still-bad
Comment 8 Tilman Keskinoz freebsd_committer freebsd_triage 2017-01-19 20:52:02 UTC
m, the screenshot looks like your locale is messed up. (see Mail from Ulrich Sp??rlein for example.).

Maybe mutt ncurses uses non-ascii/unicode characters to render the threads?
Comment 9 Kurt Jaeger freebsd_committer freebsd_triage 2017-01-19 20:58:52 UTC
LC_CTYPE=C
LANG=C

what would you suggest to change ?
Comment 10 Tilman Keskinoz freebsd_committer freebsd_triage 2017-01-19 21:08:50 UTC
I use en_US.UTF8 and it looks ok.

See also this thread:
https://lists.debian.org/debian-user/2008/01/msg00236.html

e.g.:

try this:

echo -e "\0342\0224\0224\0342\0224\0200\0076"

should give you "└─>" (mutt's arrow showing a reply in a thread).