On Tue, Dec 12, 2000 at 06:29:00PM +0100, Jens Paulus wrote:
> Hi there,
>
> I have two questions.
>
> 1.) How can I configure Mutt and teach it to display German umlauts? I could
> not find any instructions in Mutt's manual how to do this. In the default
> settings, it always replaces these special characters by a question mark (`?')
> in the builtin pager and by a dot (`.') in the normal index and compose index.
Did you try:
export LC_CTYPE=de_DE
> 2.) If I use "set [EMAIL PROTECTED]", Mutt considers
> [EMAIL PROTECTED] as one of my email addresses. But now I want Mutt consider
> two or more addresses as belonging to me. How can I do this?
> "set [EMAIL PROTECTED],[EMAIL PROTECTED]" is not the right
> way.
This is mine:
set
alternates="\(johannes@zellner\.org\|johannes@zellner\.net\|joze@krispc6\.physik\.uni-karlsruhe\.de|joze@users\.sourceforge\.net\)"
it's just a regex.
--
Johannes