From abcb4c00cbb9994087487573aa3bddd02a64ff5e Mon Sep 17 00:00:00 2001 From: nion Date: Thu, 8 Sep 2005 09:36:53 +0000 Subject: [PATCH] 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 --- curs_lib.c | 2 ++ doc/muttng.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.20.1