From: nion Date: Thu, 8 Sep 2005 09:36:53 +0000 (+0000) Subject: Nico Golde: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=abcb4c00cbb9994087487573aa3bddd02a64ff5e Nico Golde: - fixed styleshett - fixed mutt_progress_bar function - removed typo git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@487 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/curs_lib.c b/curs_lib.c index 3e03810..9856b2d 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -310,6 +310,7 @@ void mutt_curses_error (const char *fmt, ...) set_option (OPTMSGERR); } +#ifdef USER_SOCKET void mutt_progress_bar (progress_t* progress, long pos) { char posstr[SHORT_STRING]; @@ -333,6 +334,7 @@ void mutt_progress_bar (progress_t* progress, long pos) { mutt_message ("%s %s/%s", progress->msg, posstr, progress->sizestr); } } +#endif void mutt_curses_message (const char *fmt, ...) { diff --git a/doc/muttng.css b/doc/muttng.css index 3bfd5d9..1e02b20 100644 --- a/doc/muttng.css +++ b/doc/muttng.css @@ -3,10 +3,10 @@ body { color: black; background: transparent; - text-align:justify; + text-align: justify; } - h1,h2,h3,h4,h5,p.abstract, { + h1,h2,h3,h4,h5,p.abstract { font-family: sans-serif; }