Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14254 - mutt doesn't display the mail's body
Summary: mutt doesn't display the mail's body
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 15:41 UTC by Nahor
Modified: 2003-05-04 03:53 UTC (History)
0 users

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


Attachments
Main screen showing the problem (mutt-top-color.gif,3.99 KB, image/gif)
2003-01-20 15:42 UTC, Nahor
Details
Message screen (mutt-message-color.gif,4.34 KB, image/gif)
2003-01-20 15:43 UTC, Nahor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nahor 2003-01-20 15:41:53 UTC
I have mutt-1.4-r3 but the messages don't show up, only their title (see
following screenshots).
Someone on the mailing list suggested to remove slang
    USE="-slang" emerge mutt
But that didn't help. I first thought it was a foreground color == background
color issue but playing with gpm showed that it's not the case. gpm's selection
is correctly visible which means that foreground != background (gpm's selection
inverses foreground and background). More over, when I try to paste the
selection somewhere it doesn't show the message which means that there is no
message on the screen. Pasting the menubar (which is visible) works.

The screenshots below show a personnal .muttrc in color because it shows the
problem a little more cleary I think. My .muttrc doesn't change anything except
the colors. If I don't use a .muttrc (default config), I still have the exact
same problem except that it's in black and white.
Comment 1 Nahor 2003-01-20 15:42:55 UTC
Created attachment 7481 [details]
Main screen showing the problem
Comment 2 Nahor 2003-01-20 15:43:22 UTC
Created attachment 7482 [details]
Message screen
Comment 3 Nahor 2003-01-28 22:09:38 UTC
I've been giving more thoughts to my problem. When I compile I get some warnings
about "implicit declaration of function" for functions like iswprint, iswspace,
towlower,... . I manually run the configure application adding the parameter
--without-wc-funcs and now I get the text correctly.

The weird thing is that the normal configure did say that those functions exist.
How come configure detect them but the compilation phase doesn't find them?
Comment 4 Stanislav Brabec 2003-02-05 10:23:18 UTC
I'm observing the same bug with both ncurses and slang version and both terminal and xterm.

Probably not coloring problem - text cannot be clipped.

Taking another binary dynamically linked in different Linux with the same options, all works OK.
Comment 5 Chris Johnson 2003-03-25 01:48:18 UTC
I added --without-wc-funcs to the .configure command in the mutt-1.4.1.ebuild, remerged, 
and voila! It works now!! I've been waiting to use mutt for months now! 
 
Thanks guys! 
Comment 6 Nahor 2003-03-25 13:20:53 UTC
In installed the latest version (1.4.1) and it worked out of the box. While it was compiling, I saw one warning about an implicit declaration for one of the function but I didn't look to see if they were other.
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2003-03-29 11:28:19 UTC
Reporter says this works now with 1.4.1 which is in portage, so I'm closing this bug.
Comment 8 Darrell Enns 2003-05-04 03:53:31 UTC
mutt 1.4.1 does NOT solve this problem.  Still showed up here with mutt 1.4.1, glibc 2.2.5-r8, slang 1.4.5-r2.  Adding --without-wc-funcs to the ebuild fixed it.