Re: SMTP authentication

2011-01-14 Thread Dan Nelson
ash in a url ends the hostname and starts the path. Try putting %2F instead of / in your username. -- Dan Nelson dnel...@allantgroup.com

Re: curses library version for mutt -v

2007-01-29 Thread Dan Nelson
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]

Re: Bug in Sun studio 11

2007-06-15 Thread Dan Nelson
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.