ash in a url ends the hostname and starts the path. Try putting
%2F instead of / in your username.
--
Dan Nelson
dnel...@allantgroup.com
f (" [using ncurses %s]", NCURSES_VERSION);
+ printf (" [using ncurses %s (compiled with %s)]", curses_version(),
+ NCURSES_VERSION);
#elif defined(USE_SLANG_CURSES)
printf (" [using slang %d]", SLANG_VERSION);
#endif
--
Dan Nelson
[EMAIL PROTECTED]
t;
> unsigned int mycrc = 0;
>
> to
>
> static unsigned int mycrc = 0;
>
> I don't want to file a bug against mutt straight away, but you might
> consider this change.
>
> I filed the bug against the compiler, but it might take a while until
> patch is ready.