Re: [Mutt] #3278: info/error message stripped 2 columns before the
#3278: info/error message stripped 2 columns before the right of the terminal in
command line
----------------------+-----------------------------------------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: closed
Priority: minor | Milestone:
Component: display | Version: 1.5.20
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Comment(by Vincent Lefevre):
{{{
On 2009-06-22 16:23:06 -0000, Mutt wrote:
This is incorrect: the BEEP () must be called only for error messages.
So, you need to replace
BEEP ();
by
if (error)
BEEP ();
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3278#comment:>
Mutt <http://www.mutt.org/>
The Mutt mail user agent