This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: slrn & mutt - display problem


> When I try to reply to a posting by email the entire window
> simply goes black. My mail_editor_command is "mutt -H '%s'",
> and I am using rxvt (in Cygwin).

As I thought, it was a terminal issue.

instead of 

set mail_editor_command "mutt -H '%s'"

using

mail_editor_command "export TERM=vt220; mutt -H '%s'; export TERM=rxvt"

produces a usable display. I'd got this set as an alias in my bash profile
but had completely forgotten about it.

Many thanks everyone who chimed in with advice, even those of you who told
me not to use mutt ;-)

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]