Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331329 - mail-client/mutt should have a slang USE flag
Summary: mail-client/mutt should have a slang USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 15:28 UTC by Alexandru Scvortov
Modified: 2010-08-05 22:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Scvortov 2010-08-05 15:28:24 UTC
The mutt in portage uses ncurses by default.  This is enabled by passing the --with-curses flag to ./configure.  An alternative would be to use slang (enabled by --with-slang).

This is a problem for people who use Konsole (which seems to muck up special characters when the terminal encoding and LC_ALL are both set to utf-8).

Using slang instead of curses solves the problem for me.

Reproducible: Always
Comment 1 Alexandru Scvortov 2010-08-05 22:29:43 UTC
Never mind.  Konsole still broken displaying utf-8 special chars with slang.