On 04.02.10,11:24, Christoph Kukulies wrote:
> OK, I finally found the solution:
> 
> set sidebar_visible=no
> 
> in .muttrc solves it.
>

You can also set this in your .muttrc:

# b toggles sidebar visibility
macro index b '<enter-command>toggle sidebar_visible<enter>'
macro pager b '<enter-command>toggle sidebar_visible<enter>'

I use this patch and think this works great. 

> >Christoph Kukulies schrieb:
> >>I'm running Mutt 1.5.17+20080114 (2008-01-14) on Ubuntu 8.04 for
> >>some time now
> >>and I'm still having problems with the characterset. Will
> >>address this issue later in a separate thread.
> >>
> >>I downloaded the packages (apt-get) mutt-patched, muttprofile
> >>and muttprint hoping to get
> >>(at least with the mutt-patched package) my charset issues solved.

For your charset issues, try to to enter these settings in your .muttrc:

set charset="UTF-8"
set send_charset="us-ascii:iso-8859-1:iso-8859-2:utf-8"
set locale="C"

and in your .bashrc:

export LC_CTYPE="de_DE.UTF-8"
export LOCALE="de_DE"


- Jostein

Reply via email to