-----------------------------------------------------------------------------
 MANIFEST                  |  207 -
 Makefile                  |   18 
 README.MAC                |   11 
 aclocal.m4                | 1120 ++++--
 config.guess              |   54 
 config.sub                |   95 
 configure                 | 7402 ++++++++++++++++++++++++++---------------
 configure.in              |   45 
 doc/CHANGES               |   79 
 doc/CHANGES.old           |    4 
 doc/INSTALL               |   10 
 doc/TODO                  |   79 
 doc/WHATSNEW              |    7 
 doc/config-anomalies      |    4 
 doc/keymap.sample         |    5 
 doc/l10n/de.po            | 3808 ++++++++++-----------
 doc/l10n/de/tin.1         |   94 
 doc/l10n/de/tin.5         |   74 
 doc/l10n/en_GB.po         | 3807 ++++++++++-----------
 doc/l10n/en_GB/tin.1      |   72 
 doc/l10n/en_GB/tin.5      |   44 
 doc/l10n/tin-man.pot      | 3678 ++++++++++----------
 doc/pgp.txt               |    2 
 doc/tin.1                 |   62 
 doc/tin.5                 |   42 
 doc/tinews.1              |    2 
 doc/url_handler.1         |   72 
 include/autoconf.hin      |   12 
 include/bool.h            |    2 
 include/bugrep.h          |    2 
 include/debug.h           |    2 
 include/extern.h          |   34 
 include/keymap.h          |    5 
 include/newsrc.h          |    2 
 include/nntplib.h         |    2 
 include/policy.h          |   53 
 include/proto.h           |   16 
 include/rfc2046.h         |    2 
 include/stpwatch.h        |    2 
 include/tcurses.h         |   11 
 include/tin.h             |   47 
 include/tinrc.h           |    7 
 include/tnntp.h           |    2 
 include/trace.h           |    2 
 include/version.h         |   10 
 install-sh                |  294 +
 install.sh                |  294 -
 intl/Makefile.in          |    7 
 intl/plural.y             |    2 
 libcanlock/Makefile.in    |    2 
 libcanlock/include/sha1.h |   12 
 libcanlock/src/base64.c   |    4 
 mkdirs.sh                 |   51 
 po/Makefile.inn           |   84 
 po/da.gmo                 |binary
 po/da.po                  | 2586 +++++++-------
 po/de.gmo                 |binary
 po/de.po                  | 2742 +++++++--------
 po/en_GB.gmo              |binary
 po/en_GB.po               | 2576 +++++++-------
 po/et.gmo                 |binary
 po/et.po                  | 2597 +++++++-------
 po/fr.gmo                 |binary
 po/fr.po                  | 2854 ++++++++-------
 po/ru.gmo                 |binary
 po/ru.po                  | 2612 +++++++-------
 po/rw.gmo                 |binary
 po/rw.po                  | 7911 --------------------------------------------
 po/sv.gmo                 |binary
 po/sv.po                  | 2612 +++++++-------
 po/tin.pot                | 2583 +++++++-------
 po/tr.gmo                 |binary
 po/tr.po                  | 2616 +++++++-------
 src/Makefile.in           |   14 
 src/active.c              |    6 
 src/art.c                 |   50 
 src/attrib.c              |  270 -
 src/auth.c                |    2 
 src/charset.c             |   20 
 src/color.c               |   66 
 src/config.c              |  354 +
 src/cook.c                |   14 
 src/curses.c              |   14 
 src/debug.c               |    8 
 src/envarg.c              |    2 
 src/feed.c                |   10 
 src/filter.c              |   16 
 src/getline.c             |    2 
 src/global.c              |    2 
 src/group.c               |    6 
 src/hashstr.c             |    2 
 src/header.c              |    2 
 src/help.c                |   93 
 src/inews.c               |    2 
 src/init.c                |   20 
 src/joinpath.c            |    2 
 src/keymap.c              |   16 
 src/lang.c                |   65 
 src/list.c                |    2 
 src/lock.c                |    2 
 src/mail.c                |    8 
 src/main.c                |   67 
 src/makecfg.c             |    2 
 src/memory.c              |    4 
 src/mimetypes.c           |    2 
 src/misc.c                |   61 
 src/my_tmpfile.c          |    2 
 src/newsrc.c              |   16 
 src/nntplib.c             |   15 
 src/nrctbl.c              |    2 
 src/options_menu.c        |  147 
 src/page.c                |   96 
 src/pgp.c                 |   19 
 src/post.c                |  221 -
 src/prompt.c              |   14 
 src/read.c                |   30 
 src/refs.c                |   18 
 src/regex.c               |    2 
 src/rfc1524.c             |    2 
 src/rfc2045.c             |    2 
 src/rfc2046.c             |   71 
 src/rfc2047.c             |   10 
 src/save.c                |   80 
 src/screen.c              |   16 
 src/search.c              |    6 
 src/select.c              |   14 
 src/sigfile.c             |    2 
 src/signal.c              |    2 
 src/strftime.c            |    2 
 src/string.c              |   86 
 src/tags.c                |    2 
 src/tcurses.c             |   11 
 src/thread.c              |   39 
 src/tincfg.tbl            |   23 
 src/trace.c               |    2 
 src/version.c             |    2 
 src/xface.c               |    2 
 src/xref.c                |    2 
 tin.spec                  |    9 
 tools/tinews.pl           |  171 
 tools/url_handler.pl      |   13 
 141 files changed, 26291 insertions(+), 29615 deletions(-)
-----------------------------------------------------------------------------
diff -Nurp --exclude='.bzr*' tin-1.9.6/MANIFEST tin-2.0.0/MANIFEST
--- tin-1.9.6/MANIFEST	2010-11-26 16:08:00.000000000 +0100
+++ tin-2.0.0/MANIFEST	2011-08-23 00:03:57.317656484 +0200
@@ -1,36 +1,35 @@
-MANIFEST for tin-1.9.6 (Fri Nov 26 16:07:59 CET 2010)
+MANIFEST for tin-2.0.0 (Tue Aug 23 00:03:55 CEST 2011)
 ----------------------------------------------------
-   14149 ./Makefile
-    8121 ./MANIFEST
+   14066 ./Makefile
+    8060 ./MANIFEST
     1441 ./README
-     564 ./README.MAC
+     745 ./README.MAC
      976 ./README.WIN
-  168397 ./aclocal.m4
+  178280 ./aclocal.m4
      882 ./conf-tin
-   44832 ./config.guess
-   34912 ./config.sub
-  595798 ./configure
-   32299 ./configure.in
-    7123 ./install.sh
-    1320 ./mkdirs.sh
-    1505 ./tin.spec
+   45029 ./config.guess
+   35291 ./config.sub
+  636696 ./configure
+   31970 ./configure.in
+    7123 ./install-sh
+    1488 ./tin.spec
    18847 ./doc/ABOUT-NLS
-   22476 ./doc/CHANGES
-  252173 ./doc/CHANGES.old
+   25927 ./doc/CHANGES
+  252176 ./doc/CHANGES.old
     5041 ./doc/CREDITS
     1305 ./doc/DEBUG_REFS
-   30361 ./doc/INSTALL
-   39182 ./doc/TODO
-    1702 ./doc/WHATSNEW
+   30405 ./doc/INSTALL
+   40816 ./doc/TODO
+    1915 ./doc/WHATSNEW
     2618 ./doc/art_handling.txt
     1701 ./doc/article.txt
     4373 ./doc/auth.txt
-    4046 ./doc/config-anomalies
+    3859 ./doc/config-anomalies
    11269 ./doc/filtering
    35305 ./doc/good-netkeeping-seal
     3803 ./doc/internals.txt
    23621 ./doc/iso2asc.txt
-    3883 ./doc/keymap.sample
+    3904 ./doc/keymap.sample
      633 ./doc/mailcap.sample
     5870 ./doc/mbox.5
     3365 ./doc/mime.types
@@ -39,16 +38,16 @@ MANIFEST for tin-1.9.6 (Fri Nov 26 16:07
     1541 ./doc/nov_tests
     5155 ./doc/opt-case.1
     6964 ./doc/plp_snprintf.3
-    3984 ./doc/pgp.txt
+    3964 ./doc/pgp.txt
     2817 ./doc/rcvars.txt
     1525 ./doc/reading-mail.txt
     4947 ./doc/umlaute.txt
     4246 ./doc/umlauts.txt
-    5536 ./doc/url_handler.1
-  127598 ./doc/tin.1
-   78093 ./doc/tin.5
+    6723 ./doc/url_handler.1
+  128360 ./doc/tin.1
+   78323 ./doc/tin.5
     4952 ./doc/tin.defaults
-   13098 ./doc/tinews.1
+   13099 ./doc/tinews.1
     2418 ./doc/tools.txt
     4733 ./doc/w2r.1
     2196 ./doc/wildmat.3
@@ -56,92 +55,92 @@ MANIFEST for tin-1.9.6 (Fri Nov 26 16:07
     3815 ./tools/metamutt
     2788 ./tools/opt-case.pl
     1410 ./tools/tinlock
-   32191 ./tools/tinews.pl
-    3638 ./tools/url_handler.pl
+   32677 ./tools/tinews.pl
+    3643 ./tools/url_handler.pl
     1657 ./tools/url_handler.sh
     3347 ./tools/w2r.pl
     1661 ./tools/expand_aliases.tgz
     2586 ./include/bool.h
     1947 ./include/bugrep.h
     2210 ./include/debug.h
-   65981 ./include/extern.h
-   14050 ./include/keymap.h
+   66553 ./include/extern.h
+   14068 ./include/keymap.h
     6333 ./include/newsrc.h
     8685 ./include/nntplib.h
      664 ./include/plp_snprintf.h
-   13617 ./include/policy.h
-   32121 ./include/proto.h
+   14528 ./include/policy.h
+   32325 ./include/proto.h
     5374 ./include/rfc2046.h
     3377 ./include/stpwatch.h
-    5847 ./include/tcurses.h
-   67235 ./include/tin.h
-   16226 ./include/tinrc.h
+    5898 ./include/tcurses.h
+   68484 ./include/tin.h
+   16390 ./include/tinrc.h
     4346 ./include/tnntp.h
     2264 ./include/trace.h
-    2351 ./include/version.h
+    2354 ./include/version.h
    34225 ./src/active.c
-   70932 ./src/art.c
-   71570 ./src/attrib.c
+   71178 ./src/art.c
+   74865 ./src/attrib.c
    14980 ./src/auth.c
-   12442 ./src/charset.c
-    8380 ./src/color.c
-   61143 ./src/config.c
-   27452 ./src/cook.c
-   26867 ./src/curses.c
-    9915 ./src/debug.c
+   12555 ./src/charset.c
+    8551 ./src/color.c
+   62398 ./src/config.c
+   27541 ./src/cook.c
+   27152 ./src/curses.c
+    9917 ./src/debug.c
     3408 ./src/envarg.c
-   30209 ./src/feed.c
-   56004 ./src/filter.c
+   30327 ./src/feed.c
+   56135 ./src/filter.c
    18126 ./src/getline.c
     9070 ./src/global.c
-   47042 ./src/group.c
+   47049 ./src/group.c
     3900 ./src/hashstr.c
     8215 ./src/header.c
-   40299 ./src/help.c
+   43731 ./src/help.c
    14005 ./src/inews.c
-   36938 ./src/init.c
+   37255 ./src/init.c
     2435 ./src/joinpath.c
-  101229 ./src/keymap.c
-  131944 ./src/lang.c
+  101520 ./src/keymap.c
+  133613 ./src/lang.c
     4486 ./src/langinfo.c
     7728 ./src/list.c
     6673 ./src/lock.c
-   16598 ./src/mail.c
-   24180 ./src/main.c
+   16611 ./src/mail.c
+   25458 ./src/main.c
    10879 ./src/makecfg.c
-   13234 ./src/memory.c
+   13232 ./src/memory.c
     5283 ./src/mimetypes.c
-   91380 ./src/misc.c
-   38534 ./src/newsrc.c
-   53367 ./src/nntplib.c
+   91686 ./src/misc.c
+   38541 ./src/newsrc.c
+   53404 ./src/nntplib.c
     7502 ./src/nrctbl.c
-   94773 ./src/options_menu.c
-   64853 ./src/page.c
+   99090 ./src/options_menu.c
+   65812 ./src/page.c
    24138 ./src/parsdate.y
    17057 ./src/plp_snprintf.c
-   12757 ./src/pgp.c
-  144382 ./src/post.c
-   18823 ./src/prompt.c
-   10100 ./src/read.c
-   27214 ./src/refs.c
+   13003 ./src/pgp.c
+  150469 ./src/post.c
+   18837 ./src/prompt.c
+   10384 ./src/read.c
+   27319 ./src/refs.c
     5481 ./src/regex.c
    14483 ./src/rfc1524.c
    15069 ./src/rfc2045.c
-   31800 ./src/rfc2046.c
-   36194 ./src/rfc2047.c
-   56328 ./src/save.c
-   11025 ./src/screen.c
-   18169 ./src/search.c
-   32999 ./src/select.c
+   32047 ./src/rfc2046.c
+   36199 ./src/rfc2047.c
+   57186 ./src/save.c
+   11233 ./src/screen.c
+   18173 ./src/search.c
+   33022 ./src/select.c
     7805 ./src/sigfile.c
    14154 ./src/signal.c
     7215 ./src/strftime.c
-   26700 ./src/string.c
+   27454 ./src/string.c
    13345 ./src/tags.c
-   17169 ./src/tcurses.c
+   17371 ./src/tcurses.c
     3070 ./src/tmpfile.c
     3706 ./src/my_tmpfile.c
-   40636 ./src/thread.c
+   41352 ./src/thread.c
     2472 ./src/trace.c
     4315 ./src/version.c
     5453 ./src/wildmat.c
@@ -214,21 +213,21 @@ MANIFEST for tin-1.9.6 (Fri Nov 26 16:07
   108966 ./pcre/testdata/testoutput7
    53056 ./pcre/testdata/testoutput8
    28769 ./pcre/testdata/testoutput9
-   20287 ./include/autoconf.hin
-   21514 ./src/Makefile.in
-   10807 ./src/tincfg.tbl
+   20380 ./include/autoconf.hin
+   21511 ./src/Makefile.in
+   10961 ./src/tincfg.tbl
     1929 ./libcanlock/CHANGES
     2464 ./libcanlock/HOWTO
     1259 ./libcanlock/README
-    1311 ./libcanlock/Makefile.in
-    3700 ./libcanlock/src/base64.c
+    1331 ./libcanlock/Makefile.in
+    3712 ./libcanlock/src/base64.c
     5271 ./libcanlock/src/canlock.c
     3794 ./libcanlock/src/hmac_sha1.c
    12514 ./libcanlock/src/sha1.c
     1873 ./libcanlock/include/base64.h
      378 ./libcanlock/include/canlock.h
      119 ./libcanlock/include/hmac_sha1.h
-    1208 ./libcanlock/include/sha1.h
+    1413 ./libcanlock/include/sha1.h
     2889 ./libcanlock/t/canlocktest.c
     3135 ./libcanlock/t/hmactest.c
      766 ./libcanlock/t/canlocktest.shouldbe
@@ -256,42 +255,40 @@ MANIFEST for tin-1.9.6 (Fri Nov 26 16:07
     6905 ./intl/localcharset.c
     2657 ./intl/locale.alias
     9432 ./intl/localealias.c
-   10014 ./intl/Makefile.in
+    9854 ./intl/Makefile.in
     2001 ./intl/ngettext.c
    38981 ./intl/plural.c
-    8376 ./intl/plural.y
+    8375 ./intl/plural.y
     1089 ./intl/ref-add.sin
     1044 ./intl/ref-del.sin
     4481 ./intl/textdomain.c
       41 ./intl/VERSION
-    4962 ./po/Makefile.inn
+    5068 ./po/Makefile.inn
      847 ./po/POTFILES.in
-  139041 ./po/tin.pot
-   59999 ./po/da.gmo
-  174070 ./po/da.po
-  175799 ./po/de.gmo
-  234024 ./po/de.po
+  140976 ./po/tin.pot
+   60091 ./po/da.gmo
+  176284 ./po/da.po
+  177001 ./po/de.gmo
+  234517 ./po/de.po
     8420 ./po/en_GB.gmo
-  150900 ./po/en_GB.po
-  169561 ./po/et.gmo
-  226117 ./po/et.po
-  177174 ./po/fr.gmo
-  232369 ./po/fr.po
-  124778 ./po/ru.gmo
-  211095 ./po/ru.po
-    2081 ./po/rw.gmo
-  197641 ./po/rw.po
-   22794 ./po/sv.gmo
-  157477 ./po/sv.po
+  152907 ./po/en_GB.po
+  169563 ./po/et.gmo
+  228845 ./po/et.po
+  185808 ./po/fr.gmo
+  237856 ./po/fr.po
+  124584 ./po/ru.gmo
+  213441 ./po/ru.po
+   22907 ./po/sv.gmo
+  159495 ./po/sv.po
     4671 ./po/tr.gmo
-  223067 ./po/tr.po
-  132668 ./doc/l10n/de/tin.1
-   80997 ./doc/l10n/de/tin.5
+  225583 ./po/tr.po
+  133459 ./doc/l10n/de/tin.1
+   81220 ./doc/l10n/de/tin.5
      129 ./doc/l10n/de.add
-  321717 ./doc/l10n/de.po
-  131205 ./doc/l10n/en_GB/tin.1
-   80594 ./doc/l10n/en_GB/tin.5
-  448565 ./doc/l10n/en_GB.po
+  324372 ./doc/l10n/de.po
+  132014 ./doc/l10n/en_GB/tin.1
+   80828 ./doc/l10n/en_GB/tin.5
+  451247 ./doc/l10n/en_GB.po
      346 ./doc/l10n/po4a.conf
-  280632 ./doc/l10n/tin-man.pot
-10304015 total
+  282544 ./doc/l10n/tin-man.pot
+10234437 total
diff -Nurp --exclude='.bzr*' tin-1.9.6/Makefile tin-2.0.0/Makefile
--- tin-1.9.6/Makefile	2010-11-26 16:07:59.000000000 +0100
+++ tin-2.0.0/Makefile	2011-08-23 00:03:55.061306179 +0200
@@ -1,15 +1,15 @@
 # Top level Makefile for tin
 # - for configuration options read the doc/INSTALL file.
 #
-# Updated: 2010-09-16
+# Updated: 2011-04-17
 #
 
 PROJECT	= tin
-LVER	= 1
-PVER	= 9
-SVER	= 6
+LVER	= 2
+PVER	= 0
+SVER	= 0
 VER	= $(LVER).$(PVER).$(SVER)
-DVER	= 20101126
+DVER	= 20110823
 EXE	= tin
 
 # directory structure
@@ -178,8 +178,7 @@ TOP	= \
 	$(TOPDIR)/config.sub \
 	$(TOPDIR)/configure \
 	$(TOPDIR)/configure.in \
-	$(TOPDIR)/install.sh \
-	$(TOPDIR)/mkdirs.sh \
+	$(TOPDIR)/install-sh \
 	$(TOPDIR)/tin.spec
 
 PCRE	= \
@@ -323,8 +322,6 @@ POFILES = \
 	$(PODIR)/fr.po \
 	$(PODIR)/ru.gmo \
 	$(PODIR)/ru.po \
-	$(PODIR)/rw.gmo \
-	$(PODIR)/rw.po \
 	$(PODIR)/sv.gmo \
 	$(PODIR)/sv.po \
 	$(PODIR)/tr.gmo \
@@ -434,8 +431,7 @@ chmod:
 	$(TOPDIR)/config.guess \
 	$(TOPDIR)/config.sub \
 	$(TOPDIR)/configure \
-	$(TOPDIR)/install.sh \
-	$(TOPDIR)/mkdirs.sh \
+	$(TOPDIR)/install-sh \
 	$(TOLDIR)/expiretover \
 	$(TOLDIR)/metamutt \
 	$(TOLDIR)/opt-case.pl \
diff -Nurp --exclude='.bzr*' tin-1.9.6/README.MAC tin-2.0.0/README.MAC
--- tin-1.9.6/README.MAC	2009-08-14 22:03:37.000000000 +0200
+++ tin-2.0.0/README.MAC	2011-04-17 16:04:25.586332490 +0200
@@ -1,18 +1,21 @@
-Compiling tin for MacOS X:
+Compiling tin for Mac OS X / Darwin:
 
 First, you either need:
 - the DevTools if you are running Mac OS X 10.2 (Darwin 6.x) or below
 or
-- the Xcode Tools if you are running Mac OS X 10.3 (Darwin 7.x.x)
+- the Xcode Tools if you are running Mac OS X 10.3 (Darwin 7.x.x) or higher
 
 configure needs at least the argument:
 --with-domain-name=<your domain>
 
 Compile tin, install it and run in a ISO-8859-1(5) terminal.
+Note for Mac OS X 10.6 / Darwin 10.0.0 users: you may also set a FQDN with
+`/usr/sbin/scutil --set HostName` if you set the "disable_sender" option to
+ON on /etc/tin/tin.defaults
 
 Here are two other ways to build and install tin:
-- DarwinPorts   <http://darwinports.opendarwin.org/>
-- Fink          <http://fink.sf.net/>
+- MacPorts  <http://www.macports.org/>
+- Fink      <http://fink.sf.net/>
 
 Instead of using the shell-script url_handler.sh you might want to use
 open(1) as URL-handler.
diff -Nurp --exclude='.bzr*' tin-1.9.6/aclocal.m4 tin-2.0.0/aclocal.m4
--- tin-1.9.6/aclocal.m4	2010-01-10 01:52:14.000000000 +0100
+++ tin-2.0.0/aclocal.m4	2011-06-08 13:12:02.259683352 +0200
@@ -2,10 +2,10 @@ dnl Project   : tin - a Usenet reader
 dnl Module    : aclocal.m4
 dnl Author    : Thomas E. Dickey <dickey@invisible-island.net>
 dnl Created   : 1995-08-24
-dnl Updated   : 2009-12-31
+dnl Updated   : 2011-06-08
 dnl Notes     :
 dnl
-dnl Copyright (c) 1995-2010 Thomas E. Dickey <dickey@invisible-island.net>
+dnl Copyright (c) 1995-2011 Thomas E. Dickey <dickey@invisible-island.net>
 dnl All rights reserved.
 dnl
 dnl Redistribution and use in source and binary forms, with or without
@@ -61,7 +61,7 @@ AC_DEFUN([AC_ISC_POSIX],
   ]
 )
 dnl ---------------------------------------------------------------------------
-dnl AM_GNU_GETTEXT version: 11 updated: 2004/01/26 20:58:40
+dnl AM_GNU_GETTEXT version: 12 updated: 2010/06/19 07:02:11
 dnl --------------
 dnl Usage: Just like AM_WITH_NLS, which see.
 AC_DEFUN([AM_GNU_GETTEXT],
@@ -122,25 +122,6 @@ strdup strtoul tsearch __argz_count __ar
      fi
    fi
 
-   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
-   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
-   dnl Try to locate it.
-   dnl changed mkinstalldirs to mkdirs.sh for Lynx /je spath 1998-Aug-21
-   dnl added check for separate locations of scripts -mirabile 2004-Jan-18
-   MKINSTALLDIRS=
-   if test -n "$ac_aux_dir"; then
-     MKINSTALLDIRS="$ac_aux_dir/mkdirs.sh"
-   fi
-   if test -z "$MKINSTALLDIRS"; then
-     MKINSTALLDIRS="\$(top_srcdir)/mkdirs.sh"
-   fi
-   if test -n "$GNUSYSTEM_AUX_DIR" ; then
-     if test -e "${GNUSYSTEM_AUX_DIR}/mkinstalldirs"; then
-       MKINSTALLDIRS="${GNUSYSTEM_AUX_DIR}/mkinstalldirs"
-     fi
-   fi
-   AC_SUBST(MKINSTALLDIRS)
-
    dnl Enable libtool support if the surrounding package wishes it.
    INTL_LIBTOOL_SUFFIX_PREFIX=ifelse([$1], use-libtool, [l], [])
    AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
@@ -420,7 +401,7 @@ AC_CACHE_VAL(ac_cv_path_$1,
   ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
   for ac_dir in ifelse([$5], , $PATH, [$5]); do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word$ac_exeext; then
@@ -446,7 +427,7 @@ fi
 AC_SUBST($1)dnl
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl AM_WITH_NLS version: 23 updated: 2009/01/11 19:52:42
+dnl AM_WITH_NLS version: 24 updated: 2010/06/20 09:24:28
 dnl -----------
 dnl Inserted as requested by gettext 0.10.40
 dnl File from /usr/share/aclocal
@@ -538,7 +519,7 @@ AC_DEFUN([AM_WITH_NLS],
       CATOBJEXT=NONE
 
       cf_save_LIBS_1="$LIBS"
-      LIBS="$LIBICONV $LIBS"
+      CF_ADD_LIBS($LIBICONV)
       AC_CACHE_CHECK([for libintl.h and gettext()], cf_cv_func_gettext,[
         CF_FIND_LINKAGE(CF__INTL_HEAD,
         CF__INTL_BODY,
@@ -756,7 +737,7 @@ changequote([,])dnl
   AC_SUBST(GENCAT)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ADD_CFLAGS version: 8 updated: 2009/01/06 19:33:30
+dnl CF_ADD_CFLAGS version: 10 updated: 2010/05/26 05:38:42
 dnl -------------
 dnl Copy non-preprocessor flags to $CFLAGS, preprocessor flags to $CPPFLAGS
 dnl The second parameter if given makes this macro verbose.
@@ -782,8 +763,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[[^=]]*='\''\"[[^"]]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -798,6 +779,12 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				CF_REMOVE_DEFINE(CPPFLAGS,$CPPFLAGS,$cf_tst_cppflags)
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -813,24 +800,24 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[[^"]]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
 
 if test -n "$cf_new_cflags" ; then
-	ifelse($2,,,[CF_VERBOSE(add to \$CFLAGS $cf_new_cflags)])
+	ifelse([$2],,,[CF_VERBOSE(add to \$CFLAGS $cf_new_cflags)])
 	CFLAGS="$CFLAGS $cf_new_cflags"
 fi
 
 if test -n "$cf_new_cppflags" ; then
-	ifelse($2,,,[CF_VERBOSE(add to \$CPPFLAGS $cf_new_cppflags)])
+	ifelse([$2],,,[CF_VERBOSE(add to \$CPPFLAGS $cf_new_cppflags)])
 	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
 fi
 
 if test -n "$cf_new_extra_cppflags" ; then
-	ifelse($2,,,[CF_VERBOSE(add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags)])
+	ifelse([$2],,,[CF_VERBOSE(add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags)])
 	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
 fi
 
@@ -838,7 +825,7 @@ AC_SUBST(EXTRA_CPPFLAGS)
 
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ADD_INCDIR version: 12 updated: 2009/01/18 10:00:47
+dnl CF_ADD_INCDIR version: 13 updated: 2010/05/26 16:44:57
 dnl -------------
 dnl Add an include-directory to $CPPFLAGS.  Don't add /usr/include, since it's
 dnl redundant.  We don't normally need to add -I/usr/local/include for gcc,
@@ -881,7 +868,7 @@ if test -n "$1" ; then
 
 		if test "$cf_have_incdir" = no ; then
 		  CF_VERBOSE(adding $cf_add_incdir to include-path)
-		  ifelse($2,,CPPFLAGS,$2)="$ifelse($2,,CPPFLAGS,$2) -I$cf_add_incdir"
+		  ifelse([$2],,CPPFLAGS,[$2])="$ifelse([$2],,CPPFLAGS,[$2]) -I$cf_add_incdir"
 
 		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
 		  test "$cf_top_incdir" = "$cf_add_incdir" && break
@@ -895,7 +882,15 @@ if test -n "$1" ; then
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ADD_LIBDIR version: 8 updated: 2009/01/18 10:01:08
+dnl CF_ADD_LIB version: 2 updated: 2010/06/02 05:03:05
+dnl ----------
+dnl Add a library, used to enforce consistency.
+dnl
+dnl $1 = library to add, without the "-l"
+dnl $2 = variable to update (default $LIBS)
+AC_DEFUN([CF_ADD_LIB],[CF_ADD_LIBS(-l$1,ifelse($2,,LIBS,[$2]))])dnl
+dnl ---------------------------------------------------------------------------
+dnl CF_ADD_LIBDIR version: 9 updated: 2010/05/26 16:44:57
 dnl -------------
 dnl	Adds to the library-path
 dnl
@@ -924,13 +919,34 @@ if test -n "$1" ; then
       fi
       if test "$cf_have_libdir" = no ; then
         CF_VERBOSE(adding $cf_add_libdir to library-path)
-        ifelse($2,,LDFLAGS,$2)="-L$cf_add_libdir $ifelse($2,,LDFLAGS,$2)"
+        ifelse([$2],,LDFLAGS,[$2])="-L$cf_add_libdir $ifelse([$2],,LDFLAGS,[$2])"
       fi
     fi
   done
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
+dnl CF_ADD_LIBS version: 1 updated: 2010/06/02 05:03:05
+dnl -----------
+dnl Add one or more libraries, used to enforce consistency.
+dnl
+dnl $1 = libraries to add, with the "-l", etc.
+dnl $2 = variable to update (default $LIBS)
+AC_DEFUN([CF_ADD_LIBS],[ifelse($2,,LIBS,[$2])="$1 [$]ifelse($2,,LIBS,[$2])"])dnl
+dnl ---------------------------------------------------------------------------
+dnl CF_ADD_LIB_AFTER version: 2 updated: 2010/11/08 20:33:46
+dnl ----------------
+dnl Add a given library after another, e.g., following the one it satisfies a
+dnl dependency for.
+dnl
+dnl $1 = the first library
+dnl $2 = its dependency
+AC_DEFUN([CF_ADD_LIB_AFTER],[
+CF_VERBOSE(...before $LIBS)
+LIBS=`echo "$LIBS" | sed -e "s/[[ 	]][[ 	]]*/ /g" -e "s,$1 ,$1 $2 ," -e 's/  / /g'`
+CF_VERBOSE(...after  $LIBS)
+])dnl
+dnl ---------------------------------------------------------------------------
 dnl CF_ADD_OPTIONAL_PATH version: 1 updated: 2007/07/29 12:33:33
 dnl --------------------
 dnl Add an optional search-path to the compile/link variables.
@@ -980,7 +996,7 @@ $2])
 done
 ])
 dnl ---------------------------------------------------------------------------
-dnl CF_ADD_SUBDIR_PATH version: 2 updated: 2007/07/29 10:12:59
+dnl CF_ADD_SUBDIR_PATH version: 3 updated: 2010/07/03 20:58:12
 dnl ------------------
 dnl Append to a search-list for a nonstandard header/lib-file
 dnl	$1 = the variable to return as result
@@ -992,7 +1008,7 @@ AC_DEFUN([CF_ADD_SUBDIR_PATH],
 [
 test "$4" != "$5" && \
 test -d "$4" && \
-ifelse([$5],NONE,,[(test $5 = NONE || test -d $5) &&]) {
+ifelse([$5],NONE,,[(test $5 = NONE || test "$4" != "$5") &&]) {
 	test -n "$verbose" && echo "	... testing for $3-directories under $4"
 	test -d $4/$3 &&          $1="[$]$1 $4/$3"
 	test -d $4/$3/$2 &&       $1="[$]$1 $4/$3/$2"
@@ -1002,13 +1018,13 @@ ifelse([$5],NONE,,[(test $5 = NONE || te
 }
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ANSI_CC_CHECK version: 9 updated: 2001/12/30 17:53:34
+dnl CF_ANSI_CC_CHECK version: 10 updated: 2010/10/23 15:52:32
 dnl ----------------
 dnl This is adapted from the macros 'fp_PROG_CC_STDC' and 'fp_C_PROTOTYPES'
 dnl in the sharutils 4.2 distribution.
 AC_DEFUN([CF_ANSI_CC_CHECK],
 [
-AC_CACHE_CHECK(for ${CC-cc} option to accept ANSI C, cf_cv_ansi_cc,[
+AC_CACHE_CHECK(for ${CC:-cc} option to accept ANSI C, cf_cv_ansi_cc,[
 cf_cv_ansi_cc=no
 cf_save_CFLAGS="$CFLAGS"
 cf_save_CPPFLAGS="$CPPFLAGS"
@@ -1084,7 +1100,7 @@ dnl Allow user to enable a normally-off 
 AC_DEFUN([CF_ARG_ENABLE],
 [CF_ARG_OPTION($1,[$2],[$3],[$4],no)])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ARG_OPTION version: 3 updated: 1997/10/18 14:42:41
+dnl CF_ARG_OPTION version: 4 updated: 2010/05/26 05:38:42
 dnl -------------
 dnl Restricted form of AC_ARG_ENABLE that ensures user doesn't give bogus
 dnl values.
@@ -1096,13 +1112,13 @@ dnl $3 = action to perform if option is 
 dnl $4 = action if perform if option is default
 dnl $5 = default option value (either 'yes' or 'no')
 AC_DEFUN([CF_ARG_OPTION],
-[AC_ARG_ENABLE($1,[$2],[test "$enableval" != ifelse($5,no,yes,no) && enableval=ifelse($5,no,no,yes)
+[AC_ARG_ENABLE([$1],[$2],[test "$enableval" != ifelse([$5],no,yes,no) && enableval=ifelse([$5],no,no,yes)
   if test "$enableval" != "$5" ; then
-ifelse($3,,[    :]dnl
-,[    $3]) ifelse($4,,,[
+ifelse([$3],,[    :]dnl
+,[    $3]) ifelse([$4],,,[
   else
     $4])
-  fi],[enableval=$5 ifelse($4,,,[
+  fi],[enableval=$5 ifelse([$4],,,[
   $4
 ])dnl
   ])])dnl
@@ -1131,6 +1147,59 @@ esac
 $3="$withval"
 ])dnl
 dnl ---------------------------------------------------------------------------
+dnl CF_AR_FLAGS version: 5 updated: 2010/05/20 20:24:29
+dnl -----------
+dnl Check for suitable "ar" (archiver) options for updating an archive.
+AC_DEFUN([CF_AR_FLAGS],[
+AC_REQUIRE([CF_PROG_AR])
+
+AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[
+	cf_cv_ar_flags=unknown
+	for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
+	do
+
+		# check if $ARFLAGS already contains this choice
+		if test "x$ARFLAGS" != "x" ; then
+			cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
+			if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
+				cf_cv_ar_flags=
+				break
+			fi
+		fi
+
+		rm -f conftest.$ac_cv_objext
+		rm -f conftest.a
+
+		cat >conftest.$ac_ext <<EOF
+#line __oline__ "configure"
+int	testdata[[3]] = { 123, 456, 789 };
+EOF
+		if AC_TRY_EVAL(ac_compile) ; then
+			echo "$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext" >&AC_FD_CC
+			$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&AC_FD_CC 1>/dev/null
+			if test -f conftest.a ; then
+				cf_cv_ar_flags=$cf_ar_flags
+				break
+			fi
+		else
+			CF_VERBOSE(cannot compile test-program)
+			break
+		fi
+	done
+	rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
+])
+
+if test -n "$ARFLAGS" ; then
+	if test -n "$cf_cv_ar_flags" ; then
+		ARFLAGS="$ARFLAGS $cf_cv_ar_flags"
+	fi
+else
+	ARFLAGS=$cf_cv_ar_flags
+fi
+
+AC_SUBST(ARFLAGS)
+])
+dnl ---------------------------------------------------------------------------
 dnl CF_BUILD_CC version: 6 updated: 2006/10/14 15:23:15
 dnl -----------
 dnl If we're cross-compiling, allow the user to override the tools and their
@@ -1222,7 +1291,7 @@ AC_SUBST(BUILD_EXEEXT)
 AC_SUBST(BUILD_OBJEXT)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_BUNDLED_INTL version: 13 updated: 2009/01/11 15:30:48
+dnl CF_BUNDLED_INTL version: 16 updated: 2010/10/23 15:55:05
 dnl ---------------
 dnl Top-level macro for configuring an application with a bundled copy of
 dnl the intl and po directories for gettext.
@@ -1231,15 +1300,20 @@ dnl $1 specifies either Makefile or make
 dnl $2 if nonempty sets the option to --enable-nls rather than to --disable-nls
 dnl
 dnl Sets variables which can be used to substitute in makefiles:
+dnl	GT_YES       - "#" comment unless building intl library, otherwise empty
+dnl	GT_NO        - "#" comment if building intl library, otherwise empty
 dnl	INTLDIR_MAKE - to make ./intl directory
 dnl	MSG_DIR_MAKE - to make ./po directory
 dnl	SUB_MAKEFILE - list of makefiles in ./intl, ./po directories
-dnl Defines
+dnl
+dnl Defines:
 dnl	HAVE_LIBGETTEXT_H if we're using ./intl
+dnl	NLS_TEXTDOMAIN
 dnl
 dnl Environment:
 dnl	ALL_LINGUAS if set, lists the root names of the ".po" files.
 dnl	CONFIG_H assumed to be "config.h"
+dnl	PACKAGE must be set, used as default for textdomain
 dnl	VERSION may be set, otherwise extract from "VERSION" file.
 dnl
 AC_DEFUN([CF_BUNDLED_INTL],[
@@ -1251,9 +1325,13 @@ dnl rather than $LC_ALL
 test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
 
 # Allow override of "config.h" definition:
-: ${CONFIG_H=config.h}
+: ${CONFIG_H:=config.h}
 AC_SUBST(CONFIG_H)
 
+if test -z "$PACKAGE" ; then
+	AC_MSG_ERROR([[CF_BUNDLED_INTL] used without setting [PACKAGE] variable])
+fi
+
 if test -z "$VERSION" ; then
 if test -f $srcdir/VERSION ; then
 	VERSION=`sed -e '2,$d' $srcdir/VERSION|cut -f1`
@@ -1265,6 +1343,15 @@ AC_SUBST(VERSION)
 
 AM_GNU_GETTEXT(,,,[$2])
 
+if test "$USE_NLS" = yes ; then
+	AC_ARG_WITH(textdomain,
+		[  --with-textdomain=PKG   NLS text-domain (default is package name)],
+		[NLS_TEXTDOMAIN=$withval],
+		[NLS_TEXTDOMAIN=$PACKAGE])
+	AC_DEFINE_UNQUOTED(NLS_TEXTDOMAIN,"$NLS_TEXTDOMAIN")
+	AC_SUBST(NLS_TEXTDOMAIN)
+fi
+
 INTLDIR_MAKE=
 MSG_DIR_MAKE=
 SUB_MAKEFILE=
@@ -1480,7 +1567,7 @@ CF_CHECK_1_DECL(${ac_func}, ${ac_tr_func
 done
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_CHECK_ERRNO version: 10 updated: 2008/08/22 16:33:22
+dnl CF_CHECK_ERRNO version: 11 updated: 2010/05/26 05:38:42
 dnl --------------
 dnl Check for data that is usually declared in <stdio.h> or <errno.h>, e.g.,
 dnl the 'errno' variable.  Define a DECL_xxx symbol if we must declare it
@@ -1498,7 +1585,7 @@ AC_CACHE_CHECK(if external $1 is declare
 #include <stdio.h>
 #include <sys/types.h>
 #include <errno.h> ],
-    ifelse($2,,int,$2) x = (ifelse($2,,int,$2)) $1,
+    ifelse([$2],,int,[$2]) x = (ifelse([$2],,int,[$2])) $1,
     [cf_cv_dcl_$1=yes],
     [cf_cv_dcl_$1=no])
 ])
@@ -1509,7 +1596,7 @@ if test "$cf_cv_dcl_$1" = no ; then
 fi
 
 # It's possible (for near-UNIX clones) that the data doesn't exist
-CF_CHECK_EXTERN_DATA($1,ifelse($2,,int,$2))
+CF_CHECK_EXTERN_DATA($1,ifelse([$2],,int,[$2]))
 ])dnl
 dnl ---------------------------------------------------------------------------
 dnl CF_CHECK_EXTERN_DATA version: 3 updated: 2001/12/30 18:03:23
@@ -1600,7 +1687,7 @@ AC_MSG_RESULT($cf_cv_nested_params)
 test $cf_cv_nested_params = yes && AC_DEFINE(HAVE_NESTED_PARAMS)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_COLOR_CURSES version: 6 updated: 2002/10/27 18:21:42
+dnl CF_COLOR_CURSES version: 7 updated: 2010/10/23 15:54:49
 dnl ---------------
 dnl Check if curses supports color.  (Note that while SVr3 curses supports
 dnl color, it does this differently from SVr4 curses; more work would be needed
@@ -1611,7 +1698,7 @@ AC_DEFUN([CF_COLOR_CURSES],
 AC_MSG_CHECKING(if curses supports color attributes)
 AC_CACHE_VAL(cf_cv_color_curses,[
 	AC_TRY_LINK([
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 ],
 	[chtype x = COLOR_BLUE;
 	 has_colors();
@@ -1656,7 +1743,7 @@ else
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_COREFILE version: 3 updated: 2007/04/28 09:15:55
+dnl CF_COREFILE version: 4 updated: 2010/10/23 15:52:32
 dnl -----------
 dnl Check if the application can dump core (for debugging).
 AC_DEFUN([CF_COREFILE],
@@ -1681,13 +1768,13 @@ int main()
 /* Nicholas d'Alterio (nagd@ic.ac.uk) reports that the check for ability to
  * core dump causes the machine to crash - reason unknown (gcc 2.7.2)
  */
-	${cf_cv_main_return-return}(1);
+	${cf_cv_main_return:-return}(1);
 #else
 	int	pid, status;
 	if (found())
 		unlink("core");
 	if (found())
-		${cf_cv_main_return-return}(1);
+		${cf_cv_main_return:-return}(1);
 	if ((pid = fork()) != 0) {
 		while (wait(&status) <= 0)
 			;
@@ -1696,9 +1783,9 @@ int main()
 	}
 	if (found()) {
 		unlink("core");
-		${cf_cv_main_return-return}(0);
+		${cf_cv_main_return:-return}(0);
 	}
-	${cf_cv_main_return-return}(1);
+	${cf_cv_main_return:-return}(1);
 #endif
 }],
 	[cf_cv_corefile=yes],
@@ -1742,7 +1829,19 @@ AC_MSG_RESULT($cf_cv_cpp_expands)
 test $cf_cv_cpp_expands = yes && AC_DEFINE(CPP_DOES_EXPAND)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_CURSES_CPPFLAGS version: 10 updated: 2009/01/06 19:34:11
+dnl CF_CURSES_CONFIG version: 2 updated: 2006/10/29 11:06:27
+dnl ----------------
+dnl Tie together the configure-script macros for curses.  It may be ncurses,
+dnl but unless asked, we do not make a special search for ncurses.  However,
+dnl still check for the ncurses version number, for use in other macros.
+AC_DEFUN([CF_CURSES_CONFIG],
+[
+CF_CURSES_CPPFLAGS
+CF_NCURSES_VERSION
+CF_CURSES_LIBS
+])dnl
+dnl ---------------------------------------------------------------------------
+dnl CF_CURSES_CPPFLAGS version: 11 updated: 2011/04/09 14:51:08
 dnl ------------------
 dnl Look for the curses headers.
 AC_DEFUN([CF_CURSES_CPPFLAGS],[
@@ -1751,13 +1850,19 @@ AC_CACHE_CHECK(for extra include directo
 cf_cv_curses_incdir=no
 case $host_os in #(vi
 hpux10.*) #(vi
-	test -d /usr/include/curses_colr && \
-	cf_cv_curses_incdir="-I/usr/include/curses_colr"
+	if test "x$cf_cv_screen" = "xcurses_colr"
+	then
+		test -d /usr/include/curses_colr && \
+		cf_cv_curses_incdir="-I/usr/include/curses_colr"
+	fi
 	;;
 sunos3*|sunos4*)
-	test -d /usr/5lib && \
-	test -d /usr/5include && \
-	cf_cv_curses_incdir="-I/usr/5include"
+	if test "x$cf_cv_screen" = "xcurses_5lib"
+	then
+		test -d /usr/5lib && \
+		test -d /usr/5include && \
+		cf_cv_curses_incdir="-I/usr/5include"
+	fi
 	;;
 esac
 ])
@@ -1767,20 +1872,20 @@ CF_CURSES_HEADER
 CF_TERM_HEADER
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_CURSES_HEADER version: 1 updated: 2005/12/31 13:28:25
+dnl CF_CURSES_HEADER version: 2 updated: 2010/04/28 06:02:16
 dnl ----------------
 dnl Find a "curses" header file, e.g,. "curses.h", or one of the more common
 dnl variations of ncurses' installs.
 dnl
-dnl See also CF_NCURSES_HEADER, which sets the same cache variable.
+dnl $1 = ncurses when looking for ncurses, or is empty
 AC_DEFUN([CF_CURSES_HEADER],[
 AC_CACHE_CHECK(if we have identified curses headers,cf_cv_ncurses_header,[
 cf_cv_ncurses_header=none
-for cf_header in \
-	curses.h \
+for cf_header in ifelse($1,,,[ \
+	$1/ncurses.h \
+	$1/curses.h]) \
 	ncurses.h \
-	ncurses/curses.h \
-	ncurses/ncurses.h
+	curses.h ifelse($1,,[ncurses/ncurses.h ncurses/curses.h])
 do
 AC_TRY_COMPILE([#include <${cf_header}>],
 	[initscr(); tgoto("?", 0,0)],
@@ -1796,7 +1901,7 @@ fi
 AC_CHECK_HEADERS($cf_cv_ncurses_header)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_CURSES_LIBS version: 29 updated: 2009/01/06 19:34:57
+dnl CF_CURSES_LIBS version: 34 updated: 2011/04/09 14:51:08
 dnl --------------
 dnl Look for the curses libraries.  Older curses implementations may require
 dnl termcap/termlib to be linked as well.  Call CF_CURSES_CPPFLAGS first.
@@ -1804,7 +1909,7 @@ AC_DEFUN([CF_CURSES_LIBS],[
 
 AC_REQUIRE([CF_CURSES_CPPFLAGS])dnl
 AC_MSG_CHECKING(if we have identified curses libraries)
-AC_TRY_LINK([#include <${cf_cv_ncurses_header-curses.h}>],
+AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>],
     [initscr(); tgoto("?", 0,0)],
     cf_result=yes,
     cf_result=no)
@@ -1813,27 +1918,49 @@ AC_MSG_RESULT($cf_result)
 if test "$cf_result" = no ; then
 case $host_os in #(vi
 freebsd*) #(vi
-    AC_CHECK_LIB(mytinfo,tgoto,[LIBS="-lmytinfo $LIBS"])
+    AC_CHECK_LIB(mytinfo,tgoto,[CF_ADD_LIBS(-lmytinfo)])
     ;;
 hpux10.*) #(vi
-    AC_CHECK_LIB(cur_colr,initscr,[
-        LIBS="-lcur_colr $LIBS"
-        ac_cv_func_initscr=yes
-        ],[
-    AC_CHECK_LIB(Hcurses,initscr,[
-        # HP's header uses __HP_CURSES, but user claims _HP_CURSES.
-        LIBS="-lHcurses $LIBS"
-        CPPFLAGS="$CPPFLAGS -D__HP_CURSES -D_HP_CURSES"
-        ac_cv_func_initscr=yes
-        ])])
+	# Looking at HPUX 10.20, the Hcurses library is the oldest (1997), cur_colr
+	# next (1998), and xcurses "newer" (2000).  There is no header file for
+	# Hcurses; the subdirectory curses_colr has the headers (curses.h and
+	# term.h) for cur_colr
+	if test "x$cf_cv_screen" = "xcurses_colr"
+	then
+		AC_CHECK_LIB(cur_colr,initscr,[
+			CF_ADD_LIBS(-lcur_colr)
+			ac_cv_func_initscr=yes
+			],[
+		AC_CHECK_LIB(Hcurses,initscr,[
+			# HP's header uses __HP_CURSES, but user claims _HP_CURSES.
+			CF_ADD_LIBS(-lHcurses)
+			CPPFLAGS="$CPPFLAGS -D__HP_CURSES -D_HP_CURSES"
+			ac_cv_func_initscr=yes
+			])])
+	fi
     ;;
-linux*) # Suse Linux does not follow /usr/lib convention
-    CF_ADD_LIBDIR(/lib)
+linux*)
+	case `arch 2>/dev/null` in
+	x86_64)
+		if test -d /lib64
+		then
+			CF_ADD_LIBDIR(/lib64)
+		else
+			CF_ADD_LIBDIR(/lib)
+		fi
+		;;
+	*)
+		CF_ADD_LIBDIR(/lib)
+		;;
+	esac
     ;;
 sunos3*|sunos4*)
-    if test -d /usr/5lib ; then
-      CF_ADD_LIBDIR(/usr/5lib)
-      LIBS="$LIBS -lcurses -ltermcap"
+	if test "x$cf_cv_screen" = "xcurses_5lib"
+	then
+		if test -d /usr/5lib ; then
+			CF_ADD_LIBDIR(/usr/5lib)
+			CF_ADD_LIBS(-lcurses -ltermcap)
+		fi
     fi
     ac_cv_func_initscr=yes
     ;;
@@ -1844,7 +1971,7 @@ if test ".$ac_cv_func_initscr" != .yes ;
     cf_term_lib=""
     cf_curs_lib=""
 
-    if test ".${cf_cv_ncurses_version-no}" != .no
+    if test ".${cf_cv_ncurses_version:-no}" != .no
     then
         cf_check_list="ncurses curses cursesX"
     else
@@ -1871,7 +1998,7 @@ if test ".$ac_cv_func_initscr" != .yes ;
     LIBS="-l$cf_curs_lib $cf_save_LIBS"
     if test "$cf_term_lib" = unknown ; then
         AC_MSG_CHECKING(if we can link with $cf_curs_lib library)
-        AC_TRY_LINK([#include <${cf_cv_ncurses_header-curses.h}>],
+        AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>],
             [initscr()],
             [cf_result=yes],
             [cf_result=no])
@@ -1881,12 +2008,12 @@ if test ".$ac_cv_func_initscr" != .yes ;
         :
     elif test "$cf_term_lib" != predefined ; then
         AC_MSG_CHECKING(if we need both $cf_curs_lib and $cf_term_lib libraries)
-        AC_TRY_LINK([#include <${cf_cv_ncurses_header-curses.h}>],
+        AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>],
             [initscr(); tgoto((char *)0, 0, 0);],
             [cf_result=no],
             [
             LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"
-            AC_TRY_LINK([#include <${cf_cv_ncurses_header-curses.h}>],
+            AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>],
                 [initscr()],
                 [cf_result=yes],
                 [cf_result=error])
@@ -1982,7 +2109,7 @@ esac
 
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_CURSES_TERM_H version: 6 updated: 2003/11/06 19:59:57
+dnl CF_CURSES_TERM_H version: 9 updated: 2011/04/09 18:19:55
 dnl ----------------
 dnl SVr4 curses should have term.h as well (where it puts the definitions of
 dnl the low-level interface).  This may not be true in old/broken implementations,
@@ -1990,30 +2117,60 @@ dnl as well as in misconfigured systems 
 dnl running with Solaris 2.5.1).
 AC_DEFUN([CF_CURSES_TERM_H],
 [
+AC_REQUIRE([CF_CURSES_CPPFLAGS])dnl
+
 AC_CACHE_CHECK(for term.h, cf_cv_term_header,[
 
-AC_REQUIRE([CF_CURSES_CPPFLAGS])dnl
 # If we found <ncurses/curses.h>, look for <ncurses/term.h>, but always look
 # for <term.h> if we do not find the variant.
-for cf_header in \
-	`echo ${cf_cv_ncurses_header-curses.h} | sed -e 's%/.*%/%'`term.h \
-	term.h
+
+cf_header_list="term.h ncurses/term.h ncursesw/term.h"
+
+case ${cf_cv_ncurses_header:-curses.h} in #(vi
+*/*)
+	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`term.h
+	cf_header_list="$cf_header_item $cf_header_list"
+	;;
+esac
+
+for cf_header in $cf_header_list
 do
 	AC_TRY_COMPILE([
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <${cf_header}>],
 	[WINDOW *x],
 	[cf_cv_term_header=$cf_header
 	 break],
 	[cf_cv_term_header=no])
 done
+
+case $cf_cv_term_header in #(vi
+no)
+	# If curses is ncurses, some packagers still mess it up by trying to make
+	# us use GNU termcap.  This handles the most common case.
+	for cf_header in ncurses/term.h ncursesw/term.h
+	do
+		AC_TRY_COMPILE([
+#include <${cf_cv_ncurses_header:-curses.h}>
+#ifdef NCURSES_VERSION
+#include <${cf_header}>
+#else
+make an error
+#endif],
+			[WINDOW *x],
+			[cf_cv_term_header=$cf_header
+			 break],
+			[cf_cv_term_header=no])
+	done
+	;;
+esac
 ])
 
 case $cf_cv_term_header in #(vi
 term.h) #(vi
 	AC_DEFINE(HAVE_TERM_H)
 	;;
-ncurses/term.h)
+ncurses/term.h) #(vi
 	AC_DEFINE(HAVE_NCURSES_TERM_H)
 	;;
 ncursesw/term.h)
@@ -2410,7 +2567,7 @@ fi
 ])
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_FIND_LINKAGE version: 13 updated: 2008/12/24 07:59:55
+dnl CF_FIND_LINKAGE version: 19 updated: 2010/05/29 16:31:02
 dnl ---------------
 dnl Find a library (specifically the linkage used in the code fragment),
 dnl searching for it if it is not already in the library path.
@@ -2439,9 +2596,24 @@ cf_cv_library_path_$3=
 
 CF_MSG_LOG([Starting [FIND_LINKAGE]($3,$6)])
 
-AC_TRY_LINK([$1],[$2],
-    cf_cv_find_linkage_$3=yes,[
-    cf_cv_find_linkage_$3=no
+cf_save_LIBS="$LIBS"
+
+AC_TRY_LINK([$1],[$2],[
+	cf_cv_find_linkage_$3=yes
+	cf_cv_header_path_$3=/usr/include
+	cf_cv_library_path_$3=/usr/lib
+],[
+
+LIBS="-l$3 $7 $cf_save_LIBS"
+
+AC_TRY_LINK([$1],[$2],[
+	cf_cv_find_linkage_$3=yes
+	cf_cv_header_path_$3=/usr/include
+	cf_cv_library_path_$3=/usr/lib
+	cf_cv_library_file_$3="-l$3"
+],[
+	cf_cv_find_linkage_$3=no
+	LIBS="$cf_save_LIBS"
 
     CF_VERBOSE(find linkage for $3 library)
     CF_MSG_LOG([Searching for headers in [FIND_LINKAGE]($3,$6)])
@@ -2502,7 +2674,6 @@ AC_TRY_LINK([$1],[$2],
                 ])
           fi
         done
-        LIBS="$cf_save_LIBS"
         CPPFLAGS="$cf_save_CPPFLAGS"
         LDFLAGS="$cf_save_LDFLAGS"
       fi
@@ -2511,12 +2682,15 @@ AC_TRY_LINK([$1],[$2],
       cf_cv_find_linkage_$3=no
     fi
     ],$7)
+])
+
+LIBS="$cf_save_LIBS"
 
 if test "$cf_cv_find_linkage_$3" = yes ; then
 ifelse([$4],,[
-  CF_ADD_INCDIR($cf_cv_header_path_$3)
-  CF_ADD_LIBDIR($cf_cv_library_path_$3)
-  LIBS="-l$3 $LIBS"
+	CF_ADD_INCDIR($cf_cv_header_path_$3)
+	CF_ADD_LIBDIR($cf_cv_library_path_$3)
+	CF_ADD_LIB($3)
 ],[$4])
 else
 ifelse([$5],,AC_MSG_WARN(Cannot find $3 library),[$5])
@@ -2560,7 +2734,7 @@ linux*|gnu*)
 esac
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_FUNC_FORK version: 3 updated: 2007/04/28 09:15:55
+dnl CF_FUNC_FORK version: 4 updated: 2010/10/23 15:52:32
 dnl ------------
 dnl Check if 'fork()' is available, and working.  Amiga (and possibly other
 dnl machines) have a non-working 'fork()' entrypoint.
@@ -2571,8 +2745,8 @@ AC_TRY_RUN([
 int main()
 {
 	if (fork() < 0)
-		${cf_cv_main_return-return}(1);
-	${cf_cv_main_return-return}(0);
+		${cf_cv_main_return:-return}(1);
+	${cf_cv_main_return:-return}(0);
 }],	[cf_cv_func_fork=yes],
 	[cf_cv_func_fork=no],
 	[cf_cv_func_fork=unknown])
@@ -2581,7 +2755,7 @@ AC_MSG_RESULT($cf_cv_func_fork)
 test $cf_cv_func_fork = yes && AC_DEFINE(HAVE_FORK)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_FUNC_GETADDRINFO version: 6 updated: 2007/04/28 09:15:55
+dnl CF_FUNC_GETADDRINFO version: 7 updated: 2010/10/23 15:52:32
 dnl -------------------
 dnl Look for a working version of getaddrinfo(), for IPV6 support.
 AC_DEFUN([CF_FUNC_GETADDRINFO],[
@@ -2654,12 +2828,12 @@ int main()
 
    if (aitop)
      freeaddrinfo(aitop);
-   ${cf_cv_main_return-return}(0);
+   ${cf_cv_main_return:-return}(0);
 
   bad:
    if (aitop)
      freeaddrinfo(aitop);
-   ${cf_cv_main_return-return}(1);
+   ${cf_cv_main_return:-return}(1);
 }
 ],
 [cf_cv_getaddrinfo=yes],
@@ -2703,7 +2877,7 @@ int main() {
 	fi
 ])])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_FUNC_SYSTEM version: 4 updated: 2007/04/28 09:15:55
+dnl CF_FUNC_SYSTEM version: 5 updated: 2010/10/23 15:52:32
 dnl --------------
 dnl Check if the 'system()' function returns a usable status, or if not, try
 dnl to use the status returned by a SIGCHLD.
@@ -2729,7 +2903,7 @@ RETSIGTYPE signal_handler (int sig)
 	int system_status;
 	wait (&wait_status);
 	system_status = WEXITSTATUS(wait_status); /* should be nonzero */
-	${cf_cv_main_return-return}(system_status != 23);
+	${cf_cv_main_return:-return}(system_status != 23);
 }
 
 int main()
@@ -2739,12 +2913,12 @@ int main()
 	 */
 	signal (SIGCHLD, signal_handler);
 	system("exit 23");
-	${cf_cv_main_return-return}(1);
+	${cf_cv_main_return:-return}(1);
 }
 ],
 	[cf_cv_system_status=no],
 	[AC_TRY_RUN(
-	[int main() { ${cf_cv_main_return-return}(system("exit 23") != (23 << 8)); }],
+	[int main() { ${cf_cv_main_return:-return}(system("exit 23") != (23 << 8)); }],
 	[cf_cv_system_status=yes],
 	[cf_cv_system_status=unknown],
 	[cf_cv_system_status=unknown])],
@@ -2754,7 +2928,7 @@ AC_MSG_RESULT($cf_cv_system_status)
 test $cf_cv_system_status = no && AC_DEFINE(USE_SYSTEM_STATUS)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_GCC_VERSION version: 4 updated: 2005/08/27 09:53:42
+dnl CF_GCC_VERSION version: 5 updated: 2010/04/24 11:02:31
 dnl --------------
 dnl Find version of gcc
 AC_DEFUN([CF_GCC_VERSION],[
@@ -2762,13 +2936,13 @@ AC_REQUIRE([AC_PROG_CC])
 GCC_VERSION=none
 if test "$GCC" = yes ; then
 	AC_MSG_CHECKING(version of $CC)
-	GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
+	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
 	test -z "$GCC_VERSION" && GCC_VERSION=unknown
 	AC_MSG_RESULT($GCC_VERSION)
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_GCC_WARNINGS version: 24 updated: 2009/02/01 15:21:00
+dnl CF_GCC_WARNINGS version: 27 updated: 2010/10/23 15:52:32
 dnl ---------------
 dnl Check if the compiler supports useful warning options.  There's a few that
 dnl we don't use, simply because they're too noisy:
@@ -2793,7 +2967,7 @@ AC_REQUIRE([CF_GCC_VERSION])
 CF_INTEL_COMPILER(GCC,INTEL_COMPILER,CFLAGS)
 
 cat > conftest.$ac_ext <<EOF
-#line __oline__ "${as_me-configure}"
+#line __oline__ "${as_me:-configure}"
 int main(int argc, char *argv[[]]) { return (argv[[argc-1]] == 0) ; }
 EOF
 
@@ -2836,10 +3010,10 @@ elif test "$GCC" = yes
 then
 	AC_CHECKING([for $CC warning options])
 	cf_save_CFLAGS="$CFLAGS"
-	EXTRA_CFLAGS="-W -Wall"
+	EXTRA_CFLAGS=
 	cf_warn_CONST=""
 	test "$with_ext_const" = yes && cf_warn_CONST="Wwrite-strings"
-	for cf_opt in \
+	for cf_opt in W Wall \
 		Wbad-function-cast \
 		Wcast-align \
 		Wcast-qual \
@@ -2872,7 +3046,7 @@ then
 	done
 	CFLAGS="$cf_save_CFLAGS"
 fi
-rm -f conftest*
+rm -rf conftest*
 
 AC_SUBST(EXTRA_CFLAGS)
 ])dnl
@@ -2907,7 +3081,7 @@ make an error
 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_HEADER_PATH version: 9 updated: 2008/12/07 19:38:31
+dnl CF_HEADER_PATH version: 12 updated: 2010/05/05 05:22:40
 dnl --------------
 dnl Construct a search-list of directories for a nonstandard header-file
 dnl
@@ -2916,6 +3090,9 @@ dnl	$1 = the variable to return as resul
 dnl	$2 = the package name
 AC_DEFUN([CF_HEADER_PATH],
 [
+$1=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
@@ -2930,6 +3107,7 @@ if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	done
 fi
 
+# add the variations for the package we are looking for
 CF_SUBDIR_PATH($1,$2,include)
 
 test "$includedir" != NONE && \
@@ -2946,10 +3124,10 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2"
 }
 
-$1="$cf_header_path_list [$]$1"
+$1="[$]$1 $cf_header_path_list"
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_INTEL_COMPILER version: 3 updated: 2005/08/06 18:37:29
+dnl CF_INTEL_COMPILER version: 4 updated: 2010/05/26 05:38:42
 dnl -----------------
 dnl Check if the given compiler is really the Intel compiler for Linux.  It
 dnl tries to imitate gcc, but does not return an error when it finds a mismatch
@@ -2963,30 +3141,30 @@ dnl $1 = GCC (default) or GXX
 dnl $2 = INTEL_COMPILER (default) or INTEL_CPLUSPLUS
 dnl $3 = CFLAGS (default) or CXXFLAGS
 AC_DEFUN([CF_INTEL_COMPILER],[
-ifelse($2,,INTEL_COMPILER,[$2])=no
+ifelse([$2],,INTEL_COMPILER,[$2])=no
 
-if test "$ifelse($1,,[$1],GCC)" = yes ; then
+if test "$ifelse([$1],,[$1],GCC)" = yes ; then
 	case $host_os in
 	linux*|gnu*)
-		AC_MSG_CHECKING(if this is really Intel ifelse($1,GXX,C++,C) compiler)
-		cf_save_CFLAGS="$ifelse($3,,CFLAGS,[$3])"
-		ifelse($3,,CFLAGS,[$3])="$ifelse($3,,CFLAGS,[$3]) -no-gcc"
+		AC_MSG_CHECKING(if this is really Intel ifelse([$1],GXX,C++,C) compiler)
+		cf_save_CFLAGS="$ifelse([$3],,CFLAGS,[$3])"
+		ifelse([$3],,CFLAGS,[$3])="$ifelse([$3],,CFLAGS,[$3]) -no-gcc"
 		AC_TRY_COMPILE([],[
 #ifdef __INTEL_COMPILER
 #else
 make an error
 #endif
-],[ifelse($2,,INTEL_COMPILER,[$2])=yes
+],[ifelse([$2],,INTEL_COMPILER,[$2])=yes
 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
 ],[])
-		ifelse($3,,CFLAGS,[$3])="$cf_save_CFLAGS"
-		AC_MSG_RESULT($ifelse($2,,INTEL_COMPILER,[$2]))
+		ifelse([$3],,CFLAGS,[$3])="$cf_save_CFLAGS"
+		AC_MSG_RESULT($ifelse([$2],,INTEL_COMPILER,[$2]))
 		;;
 	esac
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_LIBRARY_PATH version: 8 updated: 2008/12/07 19:38:31
+dnl CF_LIBRARY_PATH version: 9 updated: 2010/03/28 12:52:50
 dnl ---------------
 dnl Construct a search-list of directories for a nonstandard library-file
 dnl
@@ -2995,6 +3173,7 @@ dnl	$1 = the variable to return as resul
 dnl	$2 = the package name
 AC_DEFUN([CF_LIBRARY_PATH],
 [
+$1=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -3116,7 +3295,7 @@ done
 ])
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_MAKEFLAGS version: 12 updated: 2006/10/21 08:27:03
+dnl CF_MAKEFLAGS version: 14 updated: 2011/03/31 19:29:46
 dnl ------------
 dnl Some 'make' programs support ${MAKEFLAGS}, some ${MFLAGS}, to pass 'make'
 dnl options to lower-levels.  It's very useful for "make -n" -- if we have it.
@@ -3133,10 +3312,10 @@ SHELL = /bin/sh
 all :
 	@ echo '.$cf_option'
 CF_EOF
-		cf_result=`${MAKE-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[[ 	]]*$,,'`
+		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[[ 	]]*$,,'`
 		case "$cf_result" in
 		.*k)
-			cf_result=`${MAKE-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
+			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
 			case "$cf_result" in
 			.*CC=*)	cf_cv_makeflags=
 				;;
@@ -3156,15 +3335,15 @@ CF_EOF
 AC_SUBST(cf_cv_makeflags)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_MSG_LOG version: 4 updated: 2007/07/29 09:55:12
+dnl CF_MSG_LOG version: 5 updated: 2010/10/23 15:52:32
 dnl ----------
 dnl Write a debug message to config.log, along with the line number in the
 dnl configure script.
 AC_DEFUN([CF_MSG_LOG],[
-echo "${as_me-configure}:__oline__: testing $* ..." 1>&AC_FD_CC
+echo "${as_me:-configure}:__oline__: testing $* ..." 1>&AC_FD_CC
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_NCURSES_BROKEN version: 6 updated: 1998/04/27 20:32:34
+dnl CF_NCURSES_BROKEN version: 7 updated: 2010/10/23 15:54:49
 dnl -----------------
 dnl Check for pre-1.9.9g ncurses (among other problems, the most obvious is
 dnl that color combinations don't work).
@@ -3175,7 +3354,7 @@ if test "$cf_cv_ncurses_version" != no ;
 AC_MSG_CHECKING(for obsolete/broken version of ncurses)
 AC_CACHE_VAL(cf_cv_ncurses_broken,[
 AC_TRY_COMPILE([
-#include <${cf_cv_ncurses_header-curses.h}>],[
+#include <${cf_cv_ncurses_header:-curses.h}>],[
 #if defined(NCURSES_VERSION) && defined(wgetbkgd)
 	make an error
 #else
@@ -3226,7 +3405,47 @@ printf("old\n");
 	,[$1=no])
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_NCURSES_CPPFLAGS version: 19 updated: 2007/07/29 13:35:20
+dnl CF_NCURSES_CONFIG version: 8 updated: 2010/07/08 05:17:30
+dnl -----------------
+dnl Tie together the configure-script macros for ncurses.
+dnl Prefer the "-config" script from ncurses 6.x, to simplify analysis.
+dnl Allow that to be overridden using the $NCURSES_CONFIG environment variable.
+dnl
+dnl $1 is the root library name (default: "ncurses")
+AC_DEFUN([CF_NCURSES_CONFIG],
+[
+cf_ncuconfig_root=ifelse($1,,ncurses,$1)
+
+echo "Looking for ${cf_ncuconfig_root}-config"
+AC_PATH_PROGS(NCURSES_CONFIG,${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config,none)
+
+if test "$NCURSES_CONFIG" != none ; then
+
+CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
+CF_ADD_LIBS(`$NCURSES_CONFIG --libs`)
+
+# even with config script, some packages use no-override for curses.h
+CF_CURSES_HEADER(ifelse($1,,ncurses,$1))
+
+dnl like CF_NCURSES_CPPFLAGS
+AC_DEFINE(NCURSES)
+
+dnl like CF_NCURSES_LIBS
+CF_UPPER(cf_nculib_ROOT,HAVE_LIB$cf_ncuconfig_root)
+AC_DEFINE_UNQUOTED($cf_nculib_ROOT)
+
+dnl like CF_NCURSES_VERSION
+cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
+
+else
+
+CF_NCURSES_CPPFLAGS(ifelse($1,,ncurses,$1))
+CF_NCURSES_LIBS(ifelse($1,,ncurses,$1))
+
+fi
+])dnl
+dnl ---------------------------------------------------------------------------
+dnl CF_NCURSES_CPPFLAGS version: 20 updated: 2010/11/20 17:02:38
 dnl -------------------
 dnl Look for the SVr4 curses clone 'ncurses' in the standard places, adjusting
 dnl the CPPFLAGS variable so we can include its header.
@@ -3255,7 +3474,7 @@ cf_ncuhdr_root=ifelse($1,,ncurses,$1)
 
 test -n "$cf_cv_curses_dir" && \
 test "$cf_cv_curses_dir" != "no" && { \
-  CF_ADD_INCDIR($cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root)
+  CF_ADD_INCDIR($cf_cv_curses_dir/include/$cf_ncuhdr_root)
 }
 
 AC_CACHE_CHECK(for $cf_ncuhdr_root header in include-path, cf_cv_ncurses_h,[
@@ -3343,7 +3562,7 @@ esac
 
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_NCURSES_LIBS version: 13 updated: 2007/07/29 10:29:20
+dnl CF_NCURSES_LIBS version: 16 updated: 2010/11/20 17:02:38
 dnl ---------------
 dnl Look for the ncurses library.  This is a little complicated on Linux,
 dnl because it may be linked with the gpm (general purpose mouse) library.
@@ -3379,15 +3598,14 @@ freebsd*)
 	;;
 esac
 
-LIBS="$cf_ncurses_LIBS $LIBS"
+CF_ADD_LIBS($cf_ncurses_LIBS)
 
 if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
 then
-	CF_ADD_LIBDIR($cf_cv_curses_dir/lib)
-	LIBS="-l$cf_nculib_root $LIBS"
+	CF_ADD_LIBS(-l$cf_nculib_root)
 else
 	CF_FIND_LIBRARY($cf_nculib_root,$cf_nculib_root,
-		[#include <${cf_cv_ncurses_header-curses.h}>],
+		[#include <${cf_cv_ncurses_header:-curses.h}>],
 		[initscr()],
 		initscr)
 fi
@@ -3401,7 +3619,7 @@ if test -n "$cf_ncurses_LIBS" ; then
 			LIBS="$q"
 		fi
 	done
-	AC_TRY_LINK([#include <${cf_cv_ncurses_header-curses.h}>],
+	AC_TRY_LINK([#include <${cf_cv_ncurses_header:-curses.h}>],
 		[initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);],
 		[AC_MSG_RESULT(yes)],
 		[AC_MSG_RESULT(no)
@@ -3412,7 +3630,7 @@ CF_UPPER(cf_nculib_ROOT,HAVE_LIB$cf_ncul
 AC_DEFINE_UNQUOTED($cf_nculib_ROOT)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_NCURSES_VERSION version: 12 updated: 2007/04/28 09:15:55
+dnl CF_NCURSES_VERSION version: 13 updated: 2010/10/23 15:54:49
 dnl ------------------
 dnl Check for the version of ncurses, to aid in reporting bugs, etc.
 dnl Call CF_CURSES_CPPFLAGS first, or CF_NCURSES_CPPFLAGS.  We don't use
@@ -3425,7 +3643,7 @@ AC_CACHE_CHECK(for ncurses version, cf_c
 	cf_tempfile=out$$
 	rm -f $cf_tempfile
 	AC_TRY_RUN([
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <stdio.h>
 int main()
 {
@@ -3443,14 +3661,14 @@ int main()
 	make an error
 # endif
 #endif
-	${cf_cv_main_return-return}(0);
+	${cf_cv_main_return:-return}(0);
 }],[
 	cf_cv_ncurses_version=`cat $cf_tempfile`],,[
 
 	# This will not work if the preprocessor splits the line after the
 	# Autoconf token.  The 'unproto' program does that.
 	cat > conftest.$ac_ext <<EOF
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #undef Autoconf
 #ifdef NCURSES_VERSION
 Autoconf NCURSES_VERSION
@@ -3474,7 +3692,7 @@ EOF
 test "$cf_cv_ncurses_version" = no || AC_DEFINE(NCURSES)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_NETLIBS version: 6 updated: 2009/12/24 04:20:51
+dnl CF_NETLIBS version: 7 updated: 2010/06/20 09:24:28
 dnl ----------
 dnl After checking for functions in the default $LIBS, make a further check
 dnl for the functions that are netlib-related (these aren't always in the
@@ -3508,7 +3726,7 @@ mingw32) # (vi
 	fi
 
 	cf_save_LIBS="$LIBS"
-	LIBS="$cf_winsock_lib $LIBS"
+	CF_ADD_LIBS($cf_winsock_lib)
 
 	AC_TRY_LINK([
 #ifdef HAVE_WINDOWS_H
@@ -3562,7 +3780,7 @@ case $cf_cv_netlibs in #(vi
 	;;
 esac
 
-LIBS="$LIBS $cf_cv_netlibs"
+CF_ADD_LIBS($cf_cv_netlibs)
 test $cf_test_netlibs = no && echo "$cf_cv_netlibs" >&AC_FD_MSG
 ])dnl
 dnl ---------------------------------------------------------------------------
@@ -3632,7 +3850,7 @@ AC_SUBST(MSG_DIR_MAKE)
 AC_SUBST(SUB_MAKEFILE)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_PATHSEP version: 4 updated: 2009/01/11 20:30:23
+dnl CF_PATHSEP version: 5 updated: 2010/05/26 05:38:42
 dnl ----------
 dnl Provide a value for the $PATH and similar separator
 AC_DEFUN([CF_PATHSEP],
@@ -3641,7 +3859,7 @@ AC_DEFUN([CF_PATHSEP],
 	os2*)	PATH_SEPARATOR=';'  ;;
 	*)	PATH_SEPARATOR=':'  ;;
 	esac
-ifelse($1,,,[$1=$PATH_SEPARATOR])
+ifelse([$1],,,[$1=$PATH_SEPARATOR])
 	AC_SUBST(PATH_SEPARATOR)
 ])dnl
 dnl ---------------------------------------------------------------------------
@@ -3725,7 +3943,7 @@ fi
 AC_MSG_RESULT($DEFAULT_MAILER)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_PATH_SYNTAX version: 12 updated: 2008/03/23 14:45:59
+dnl CF_PATH_SYNTAX version: 13 updated: 2010/05/26 05:38:42
 dnl --------------
 dnl Check the argument to see that it looks like a pathname.  Rewrite it if it
 dnl begins with one of the prefix/exec_prefix variables, and then again if the
@@ -3757,12 +3975,12 @@ case ".[$]$1" in #(vi
   $1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%`
   ;;
 *)
-  ifelse($2,,[AC_MSG_ERROR([expected a pathname, not \"[$]$1\"])],$2)
+  ifelse([$2],,[AC_MSG_ERROR([expected a pathname, not \"[$]$1\"])],$2)
   ;;
 esac
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_PDCURSES_X11 version: 9 updated: 2009/01/11 15:31:37
+dnl CF_PDCURSES_X11 version: 11 updated: 2011/01/15 18:45:38
 dnl ---------------
 dnl Configure for PDCurses' X11 library
 AC_DEFUN([CF_PDCURSES_X11],[
@@ -3773,7 +3991,7 @@ AC_PATH_PROGS(XCURSES_CONFIG,xcurses-con
 if test "$XCURSES_CONFIG" != none ; then
 
 CPPFLAGS="$CPPFLAGS `$XCURSES_CONFIG --cflags`"
-LIBS="`$XCURSES_CONFIG --libs` $LIBS"
+CF_ADD_LIBS(`$XCURSES_CONFIG --libs`)
 
 cf_cv_lib_XCurses=yes
 
@@ -3782,10 +4000,10 @@ else
 LDFLAGS="$LDFLAGS $X_LIBS"
 CF_CHECK_CFLAGS($X_CFLAGS)
 AC_CHECK_LIB(X11,XOpenDisplay,
-	[LIBS="-lX11 $LIBS"],,
+	[CF_ADD_LIBS(-lX11)],,
 	[$X_PRE_LIBS $LIBS $X_EXTRA_LIBS])
 AC_CACHE_CHECK(for XCurses library,cf_cv_lib_XCurses,[
-LIBS="-lXCurses $LIBS"
+CF_ADD_LIBS(-lXCurses)
 AC_TRY_LINK([
 #include <xcurses.h>
 char *XCursesProgramName = "test";
@@ -3799,13 +4017,45 @@ fi
 if test $cf_cv_lib_XCurses = yes ; then
 	AC_DEFINE(UNIX)
 	AC_DEFINE(XCURSES)
-	AC_DEFINE(HAVE_XCURSES)
+	AC_CHECK_HEADER(xcurses.h, AC_DEFINE(HAVE_XCURSES))
 else
 	AC_MSG_ERROR(Cannot link with XCurses)
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_POSIX_C_SOURCE version: 6 updated: 2005/07/14 20:25:10
+dnl CF_PKG_CONFIG version: 6 updated: 2011/04/17 06:36:21
+dnl -------------
+dnl Check for the package-config program, unless disabled by command-line.
+AC_DEFUN([CF_PKG_CONFIG],
+[
+AC_MSG_CHECKING(if you want to use pkg-config)
+AC_ARG_WITH(pkg-config,
+	[  --with-pkg-config{=path} enable/disable use of pkg-config],
+	[cf_pkg_config=$withval],
+	[cf_pkg_config=yes])
+AC_MSG_RESULT($cf_pkg_config)
+
+case $cf_pkg_config in #(vi
+no) #(vi
+	PKG_CONFIG=none
+	;;
+yes) #(vi
+	AC_PATH_PROG(PKG_CONFIG, pkg-config, none)
+	;;
+*)
+	PKG_CONFIG=$withval
+	;;
+esac
+
+test -z "$PKG_CONFIG" && PKG_CONFIG=none
+if test "$PKG_CONFIG" != none ; then
+	CF_PATH_SYNTAX(PKG_CONFIG)
+fi
+
+AC_SUBST(PKG_CONFIG)
+])dnl
+dnl ---------------------------------------------------------------------------
+dnl CF_POSIX_C_SOURCE version: 8 updated: 2010/05/26 05:38:42
 dnl -----------------
 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed.
 dnl
@@ -3821,7 +4071,7 @@ dnl Parameters:
 dnl	$1 is the nominal value for _POSIX_C_SOURCE
 AC_DEFUN([CF_POSIX_C_SOURCE],
 [
-cf_POSIX_C_SOURCE=ifelse($1,,199506L,$1)
+cf_POSIX_C_SOURCE=ifelse([$1],,199506L,[$1])
 
 cf_save_CFLAGS="$CFLAGS"
 cf_save_CPPFLAGS="$CPPFLAGS"
@@ -3873,12 +4123,7 @@ make an error
 if test "$cf_cv_posix_c_source" != no ; then
 	CFLAGS="$cf_trim_CFLAGS"
 	CPPFLAGS="$cf_trim_CPPFLAGS"
-	if test "$cf_cv_cc_u_d_options" = yes ; then
-		cf_temp_posix_c_source=`echo "$cf_cv_posix_c_source" | \
-				sed -e 's/-D/-U/g' -e 's/=[[^ 	]]*//g'`
-		CPPFLAGS="$CPPFLAGS $cf_temp_posix_c_source"
-	fi
-	CPPFLAGS="$CPPFLAGS $cf_cv_posix_c_source"
+	CF_ADD_CFLAGS($cf_cv_posix_c_source)
 fi
 
 ])dnl
@@ -3924,6 +4169,13 @@ test "$cf_cv_sigaction_funcs" = yes && A
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
+dnl CF_PROG_AR version: 1 updated: 2009/01/01 20:15:22
+dnl ----------
+dnl Check for archiver "ar".
+AC_DEFUN([CF_PROG_AR],[
+AC_CHECK_TOOL(AR, ar, ar)
+])
+dnl ---------------------------------------------------------------------------
 dnl CF_PROG_CC_U_D version: 1 updated: 2005/07/14 16:59:30
 dnl --------------
 dnl Check if C (preprocessor) -U and -D options are processed in the order
@@ -4096,7 +4348,7 @@ AC_CHECK_LIB($2,$1,[
 	[[$]$3])
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_REMOVE_DEFINE version: 2 updated: 2005/07/09 16:12:18
+dnl CF_REMOVE_DEFINE version: 3 updated: 2010/01/09 11:05:50
 dnl ----------------
 dnl Remove all -U and -D options that refer to the given symbol from a list
 dnl of C compiler options.  This works around the problem that not all
@@ -4108,10 +4360,9 @@ dnl $2 = source (including '$')
 dnl $3 = symbol to remove
 define([CF_REMOVE_DEFINE],
 [
-# remove $3 symbol from $2
 $1=`echo "$2" | \
-	sed	-e 's/-[[UD]]$3\(=[[^ 	]]*\)\?[[ 	]]/ /g' \
-		-e 's/-[[UD]]$3\(=[[^ 	]]*\)\?[$]//g'`
+	sed	-e 's/-[[UD]]'"$3"'\(=[[^ 	]]*\)\?[[ 	]]/ /g' \
+		-e 's/-[[UD]]'"$3"'\(=[[^ 	]]*\)\?[$]//g'`
 ])dnl
 dnl ---------------------------------------------------------------------------
 dnl CF_SET_GID_UID version: 2 updated: 1997/08/28 23:57:55
@@ -4132,6 +4383,65 @@ AC_MSG_RESULT($cf_cv_setuid_funcs)
 test $cf_cv_setuid_funcs = yes && AC_DEFINE(HAVE_SET_GID_UID)
 ])dnl
 dnl ---------------------------------------------------------------------------
+dnl CF_SIGWINCH version: 1 updated: 2006/04/02 16:41:09
+dnl -----------
+dnl Use this macro after CF_XOPEN_SOURCE, but do not require it (not all
+dnl programs need this test).
+dnl
+dnl This is really a MacOS X 10.4.3 workaround.  Defining _POSIX_C_SOURCE
+dnl forces SIGWINCH to be undefined (breaks xterm, ncurses).  Oddly, the struct
+dnl winsize declaration is left alone - we may revisit this if Apple choose to
+dnl break that part of the interface as well.
+AC_DEFUN([CF_SIGWINCH],
+[
+AC_CACHE_CHECK(if SIGWINCH is defined,cf_cv_define_sigwinch,[
+	AC_TRY_COMPILE([
+#include <sys/types.h>
+#include <sys/signal.h>
+],[int x = SIGWINCH],
+	[cf_cv_define_sigwinch=yes],
+	[AC_TRY_COMPILE([
+#undef _XOPEN_SOURCE
+#undef _POSIX_SOURCE
+#undef _POSIX_C_SOURCE
+#include <sys/types.h>
+#include <sys/signal.h>
+],[int x = SIGWINCH],
+	[cf_cv_define_sigwinch=maybe],
+	[cf_cv_define_sigwinch=no])
+])
+])
+
+if test "$cf_cv_define_sigwinch" = maybe ; then
+AC_CACHE_CHECK(for actual SIGWINCH definition,cf_cv_fixup_sigwinch,[
+cf_cv_fixup_sigwinch=unknown
+cf_sigwinch=32
+while test $cf_sigwinch != 1
+do
+	AC_TRY_COMPILE([
+#undef _XOPEN_SOURCE
+#undef _POSIX_SOURCE
+#undef _POSIX_C_SOURCE
+#include <sys/types.h>
+#include <sys/signal.h>
+],[
+#if SIGWINCH != $cf_sigwinch
+make an error
+#endif
+int x = SIGWINCH],
+	[cf_cv_fixup_sigwinch=$cf_sigwinch
+	 break])
+
+cf_sigwinch=`expr $cf_sigwinch - 1`
+done
+])
+
+	if test "$cf_cv_fixup_sigwinch" != unknown ; then
+		CPPFLAGS="$CPPFLAGS -DSIGWINCH=$cf_cv_fixup_sigwinch"
+	fi
+fi
+])dnl
+dnl ---------------------------------------------------------------------------
 dnl CF_SIG_ARGS version: 2 updated: 1997/08/28 23:57:55
 dnl -----------
 dnl Check for systems that have signal-handlers prototyped with one argument
@@ -4154,7 +4464,7 @@ AC_MSG_RESULT($cf_cv_sig_args)
 AC_DEFINE_UNQUOTED(SIG_ARGS,$cf_cv_sig_args)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_SIG_CONST version: 3 updated: 2007/04/28 09:15:55
+dnl CF_SIG_CONST version: 4 updated: 2010/10/23 15:52:32
 dnl ------------
 dnl Check for systems where the special signal constants aren't prototyped
 dnl (there's a lot of them, and the compiler can generate a lot of warning
@@ -4187,9 +4497,9 @@ int main()
 #define SIG_IGN NEW_IGN
 #define SIG_ERR NEW_ERR
 	 || NEW_DFL != SIG_DFL)
-	 	${cf_cv_main_return-return}(1);
+	 	${cf_cv_main_return:-return}(1);
 	signal(SIGINT, SIG_DFL);
-	${cf_cv_main_return-return}(0);
+	${cf_cv_main_return:-return}(0);
 }],
 	[cf_cv_sig_const=yes],
 	[cf_cv_sig_const=no],
@@ -4200,65 +4510,6 @@ AC_MSG_RESULT($cf_cv_sig_const)
 test "$cf_cv_sig_const" = yes && AC_DEFINE(DECL_SIG_CONST)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_SIGWINCH version: 1 updated: 2006/04/02 16:41:09
-dnl -----------
-dnl Use this macro after CF_XOPEN_SOURCE, but do not require it (not all
-dnl programs need this test).
-dnl
-dnl This is really a MacOS X 10.4.3 workaround.  Defining _POSIX_C_SOURCE
-dnl forces SIGWINCH to be undefined (breaks xterm, ncurses).  Oddly, the struct
-dnl winsize declaration is left alone - we may revisit this if Apple choose to
-dnl break that part of the interface as well.
-AC_DEFUN([CF_SIGWINCH],
-[
-AC_CACHE_CHECK(if SIGWINCH is defined,cf_cv_define_sigwinch,[
-	AC_TRY_COMPILE([
-#include <sys/types.h>
-#include <sys/signal.h>
-],[int x = SIGWINCH],
-	[cf_cv_define_sigwinch=yes],
-	[AC_TRY_COMPILE([
-#undef _XOPEN_SOURCE
-#undef _POSIX_SOURCE
-#undef _POSIX_C_SOURCE
-#include <sys/types.h>
-#include <sys/signal.h>
-],[int x = SIGWINCH],
-	[cf_cv_define_sigwinch=maybe],
-	[cf_cv_define_sigwinch=no])
-])
-])
-
-if test "$cf_cv_define_sigwinch" = maybe ; then
-AC_CACHE_CHECK(for actual SIGWINCH definition,cf_cv_fixup_sigwinch,[
-cf_cv_fixup_sigwinch=unknown
-cf_sigwinch=32
-while test $cf_sigwinch != 1
-do
-	AC_TRY_COMPILE([
-#undef _XOPEN_SOURCE
-#undef _POSIX_SOURCE
-#undef _POSIX_C_SOURCE
-#include <sys/types.h>
-#include <sys/signal.h>
-],[
-#if SIGWINCH != $cf_sigwinch
-make an error
-#endif
-int x = SIGWINCH],
-	[cf_cv_fixup_sigwinch=$cf_sigwinch
-	 break])
-
-cf_sigwinch=`expr $cf_sigwinch - 1`
-done
-])
-
-	if test "$cf_cv_fixup_sigwinch" != unknown ; then
-		CPPFLAGS="$CPPFLAGS -DSIGWINCH=$cf_cv_fixup_sigwinch"
-	fi
-fi
-])dnl
-dnl ---------------------------------------------------------------------------
 dnl CF_SIZECHANGE version: 8 updated: 2000/11/04 12:22:16
 dnl -------------
 dnl Check for definitions & structures needed for window size-changing
@@ -4329,7 +4580,7 @@ if test "$cf_cv_sizechange" != no ; then
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_SOCKS version: 6 updated: 2008/03/23 14:48:54
+dnl CF_SOCKS version: 8 updated: 2010/05/05 20:27:55
 dnl --------
 dnl Check for socks library
 dnl $1 = the [optional] directory in which the library may be found
@@ -4340,11 +4591,9 @@ AC_DEFUN([CF_SOCKS],[
 ],[
       Raccept((char *)0)
 ],
-      socks,
-      cf_cv_have_socks=yes,
-      cf_cv_have_socks=no)
+      socks)
 
-  if test "$cf_cv_have_socks" = yes ; then
+  if test "x$cf_cv_find_linkage_socks" = "xyes" ; then
     AC_DEFINE(SOCKS)
 
     AC_DEFINE(accept,Raccept)
@@ -4355,23 +4604,19 @@ AC_DEFUN([CF_SOCKS],[
     AC_DEFINE(listen,Rlisten)
     AC_DEFINE(recvfrom,Rrecvfrom)
     AC_DEFINE(select,Rselect)
-
-    CF_ADD_INCDIR($cf_cv_header_path_socks)
-    CF_ADD_LIBDIR($cf_cv_library_path_socks)
-    LIBS="$LIBS -lsocks"
   else
     AC_MSG_ERROR(cannot link with socks library)
   fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_SOCKS5 version: 10 updated: 2008/03/23 14:48:54
+dnl CF_SOCKS5 version: 11 updated: 2010/06/20 09:24:28
 dnl ---------
 dnl Check for socks5 configuration
 dnl $1 = the [optional] directory in which the library may be found
 AC_DEFUN([CF_SOCKS5],[
   CF_ADD_OPTIONAL_PATH($1, [socks5 library])
 
-LIBS="$LIBS -lsocks5"
+CF_ADD_LIBS(-lsocks5)
 
 AC_DEFINE(USE_SOCKS5)
 AC_DEFINE(SOCKS)
@@ -4425,16 +4670,18 @@ AC_DEFUN([CF_STRERROR],[
 AC_CHECK_FUNCS(strerror, AC_DEFINE(HAVE_STRERROR),[CF_SYS_ERRLIST])
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_STRUCT_TERMIOS version: 5 updated: 2000/11/04 12:22:46
+dnl CF_STRUCT_TERMIOS version: 6 updated: 2011/04/16 11:52:53
 dnl -----------------
 dnl Some machines require _POSIX_SOURCE to completely define struct termios.
-dnl If so, define SVR4_TERMIO
 AC_DEFUN([CF_STRUCT_TERMIOS],[
+AC_REQUIRE([CF_XOPEN_SOURCE])
+
 AC_CHECK_HEADERS( \
 termio.h \
 termios.h \
 unistd.h \
 )
+
 if test "$ISC" = yes ; then
 	AC_CHECK_HEADERS( sys/termio.h )
 fi
@@ -4454,21 +4701,22 @@ if test "$ac_cv_header_termios_h" = yes 
 #include <termios.h>],
 			[struct termios foo; int x = foo.c_iflag],
 			termios_bad=unknown,
-			termios_bad=yes AC_DEFINE(SVR4_TERMIO))
+			termios_bad=yes AC_DEFINE(_POSIX_SOURCE))
 			])
 	AC_MSG_RESULT($termios_bad)
 	fi
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_SUBDIR_PATH version: 5 updated: 2007/07/29 09:55:12
+dnl CF_SUBDIR_PATH version: 6 updated: 2010/04/21 06:20:50
 dnl --------------
 dnl Construct a search-list for a nonstandard header/lib-file
 dnl	$1 = the variable to return as result
 dnl	$2 = the package name
 dnl	$3 = the subdirectory, e.g., bin, include or lib
 AC_DEFUN([CF_SUBDIR_PATH],
-[$1=""
+[
+$1=
 
 CF_ADD_SUBDIR_PATH($1,$2,$3,/usr,$prefix)
 CF_ADD_SUBDIR_PATH($1,$2,$3,$prefix,NONE)
@@ -4565,7 +4813,7 @@ AC_MSG_RESULT($cf_cv_sys_select_timeval)
 test $cf_cv_sys_select_timeval = yes && AC_DEFINE(NEED_TIMEVAL_FIX)
 ])
 dnl ---------------------------------------------------------------------------
-dnl CF_TERMCAP_LIBS version: 11 updated: 2006/10/28 15:15:38
+dnl CF_TERMCAP_LIBS version: 12 updated: 2010/06/20 09:24:28
 dnl ---------------
 dnl Look for termcap libraries, or the equivalent in terminfo.
 dnl
@@ -4615,8 +4863,8 @@ if test "$cf_cv_termlib" = none; then
 fi
 if test "$cf_cv_termlib" = none; then
 	# allow curses library for broken AIX system.
-	AC_CHECK_LIB(curses, initscr, [LIBS="$LIBS -lcurses" cf_cv_termlib=termcap])
-	AC_CHECK_LIB(termcap, tgoto, [LIBS="$LIBS -ltermcap" cf_cv_termlib=termcap])
+	AC_CHECK_LIB(curses, initscr, [CF_ADD_LIBS(-lcurses)])
+	AC_CHECK_LIB(termcap, tgoto, [CF_ADD_LIBS(-ltermcap) cf_cv_termlib=termcap])
 fi
 ])
 if test "$cf_cv_termlib" = none; then
@@ -4658,7 +4906,7 @@ if test $cf_cv_use_termios_h = yes; then
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_TERM_HEADER version: 1 updated: 2005/12/31 13:26:39
+dnl CF_TERM_HEADER version: 2 updated: 2010/10/23 15:54:49
 dnl --------------
 dnl Look for term.h, which is part of X/Open curses.  It defines the interface
 dnl to terminfo database.  Usually it is in the same include-path as curses.h,
@@ -4677,7 +4925,7 @@ esac
 for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
 do
 AC_TRY_COMPILE([#include <stdio.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <$cf_test>
 ],[int x = auto_left_margin],[
 	cf_cv_term_header="$cf_test"],[
@@ -4705,7 +4953,7 @@ ncursesw/term.h)
 esac
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_TIOCGWINSZ version: 4 updated: 2007/04/28 09:15:55
+dnl CF_TIOCGWINSZ version: 5 updated: 2010/10/23 15:52:32
 dnl -------------
 dnl On some systems ioctl(fd, TIOCGWINSZ, &size) will always return {0,0} until
 dnl ioctl(fd, TIOCSWINSZ, &size) is called to explicitly set the size of the
@@ -4733,16 +4981,16 @@ int main()
 		if (ioctl (0, TIOCGSIZE, &size) == 0
 		 && size.ts_lines > 0
 		 && size.ts_cols > 0)
-			${cf_cv_main_return-return}(0);
+			${cf_cv_main_return:-return}(0);
 #else
 		struct winsize size;
 		if (ioctl(0, TIOCGWINSZ, &size) == 0
 		 && size.ws_row > 0
 		 && size.ws_col > 0)
-			${cf_cv_main_return-return}(0);
+			${cf_cv_main_return:-return}(0);
 #endif
 	}
-	${cf_cv_main_return-return}(0);	/* we cannot guarantee this is run interactively */
+	${cf_cv_main_return:-return}(0);	/* we cannot guarantee this is run interactively */
 }],
 		[cf_cv_use_tiocgwinsz=yes],
 		[cf_cv_use_tiocgwinsz=no],
@@ -4781,6 +5029,31 @@ AC_MSG_RESULT($cf_cv_tm_gmtoff)
 test $cf_cv_tm_gmtoff = no && AC_DEFINE(DONT_HAVE_TM_GMTOFF)
 ])dnl
 dnl ---------------------------------------------------------------------------
+dnl CF_TRY_PKG_CONFIG version: 4 updated: 2010/06/14 17:42:30
+dnl -----------------
+dnl This is a simple wrapper to use for pkg-config, for libraries which may be
+dnl available in that form.
+dnl
+dnl $1 = package name
+dnl $2 = extra logic to use, if any, after updating CFLAGS and LIBS
+dnl $3 = logic to use if pkg-config does not have the package
+AC_DEFUN([CF_TRY_PKG_CONFIG],[
+AC_REQUIRE([CF_PKG_CONFIG])
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists $1; then
+	CF_VERBOSE(found package $1)
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags $1 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   $1 2>/dev/null`"
+	CF_VERBOSE(package $1 CFLAGS: $cf_pkgconfig_incs)
+	CF_VERBOSE(package $1 LIBS: $cf_pkgconfig_libs)
+	CF_ADD_CFLAGS($cf_pkgconfig_incs)
+	CF_ADD_LIBS($cf_pkgconfig_libs)
+	ifelse([$2],,:,[$2])
+else
+	ifelse([$3],,:,[$3])
+fi
+])
+dnl ---------------------------------------------------------------------------
 dnl CF_TYPE_OUTCHAR version: 13 updated: 2002/10/09 20:00:37
 dnl ---------------
 dnl Check for return and param type of 3rd -- OutChar() -- param of tputs().
@@ -4968,19 +5241,31 @@ fi
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_WITH_CURSES_DIR version: 2 updated: 2002/11/10 14:46:59
+dnl CF_WITH_CURSES_DIR version: 3 updated: 2010/11/20 17:02:38
 dnl ------------------
 dnl Wrapper for AC_ARG_WITH to specify directory under which to look for curses
 dnl libraries.
 AC_DEFUN([CF_WITH_CURSES_DIR],[
+
+AC_MSG_CHECKING(for specific curses-directory)
 AC_ARG_WITH(curses-dir,
 	[  --with-curses-dir=DIR   directory in which (n)curses is installed],
-	[CF_PATH_SYNTAX(withval)
-	 cf_cv_curses_dir=$withval],
+	[cf_cv_curses_dir=$withval],
 	[cf_cv_curses_dir=no])
+AC_MSG_RESULT($cf_cv_curses_dir)
+
+if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
+then
+	CF_PATH_SYNTAX(withval)
+	if test -d "$cf_cv_curses_dir"
+	then
+		CF_ADD_INCDIR($cf_cv_curses_dir/include)
+		CF_ADD_LIBDIR($cf_cv_curses_dir/lib)
+	fi
+fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_WITH_DBMALLOC version: 6 updated: 2006/12/16 14:24:05
+dnl CF_WITH_DBMALLOC version: 7 updated: 2010/06/21 17:26:47
 dnl ----------------
 dnl Configure-option for dbmalloc.  The optional parameter is used to override
 dnl the updating of $LIBS, e.g., to avoid conflict with subsequent tests.
@@ -4991,7 +5276,7 @@ CF_NO_LEAKS_OPTION(dbmalloc,
 
 if test "$with_dbmalloc" = yes ; then
 	AC_CHECK_HEADER(dbmalloc.h,
-		[AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse($1,,[],[,$1]))])
+		[AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse([$1],,[],[,$1]))])
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
@@ -5015,7 +5300,7 @@ $3="$withval"
 AC_DEFINE_UNQUOTED($3,"[$]$3")dnl
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_WITH_DMALLOC version: 6 updated: 2006/12/16 14:24:05
+dnl CF_WITH_DMALLOC version: 7 updated: 2010/06/21 17:26:47
 dnl ---------------
 dnl Configure-option for dmalloc.  The optional parameter is used to override
 dnl the updating of $LIBS, e.g., to avoid conflict with subsequent tests.
@@ -5026,11 +5311,11 @@ CF_NO_LEAKS_OPTION(dmalloc,
 
 if test "$with_dmalloc" = yes ; then
 	AC_CHECK_HEADER(dmalloc.h,
-		[AC_CHECK_LIB(dmalloc,[dmalloc_debug]ifelse($1,,[],[,$1]))])
+		[AC_CHECK_LIB(dmalloc,[dmalloc_debug]ifelse([$1],,[],[,$1]))])
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_WITH_PATH version: 8 updated: 2007/05/13 13:16:35
+dnl CF_WITH_PATH version: 10 updated: 2010/10/23 15:44:18
 dnl ------------
 dnl Wrapper for AC_ARG_WITH to ensure that user supplies a pathname, not just
 dnl defaulting to yes/no.
@@ -5042,9 +5327,9 @@ dnl $4 = default value, shown in the hel
 dnl $5 = default value, if it's an expression & cannot be in the help-message
 dnl
 AC_DEFUN([CF_WITH_PATH],
-[AC_ARG_WITH($1,[$2 ](default: ifelse($4,,empty,$4)),,
-ifelse($4,,[withval="${$3}"],[withval="${$3-ifelse($5,,$4,$5)}"]))dnl
-if ifelse($5,,true,[test -n "$5"]) ; then
+[AC_ARG_WITH($1,[$2 ](default: ifelse([$4],,empty,[$4])),,
+ifelse([$4],,[withval="${$3}"],[withval="${$3:-ifelse([$5],,[$4],[$5])}"]))dnl
+if ifelse([$5],,true,[test -n "$5"]) ; then
 CF_PATH_SYNTAX(withval)
 fi
 $3="$withval"
@@ -5102,7 +5387,7 @@ AC_DEFUN([CF_WITH_VALUE],
  AC_DEFINE_UNQUOTED($3,"$withval")dnl
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_XOPEN_CURSES version: 8 updated: 2003/11/07 19:47:46
+dnl CF_XOPEN_CURSES version: 11 updated: 2011/01/18 18:15:30
 dnl ---------------
 dnl Test if we should define X/Open source for curses, needed on Digital Unix
 dnl 4.x, to see the extended functions, but breaks on IRIX 6.x.
@@ -5115,7 +5400,12 @@ AC_REQUIRE([CF_CURSES_CPPFLAGS])dnl
 AC_CACHE_CHECK(if we must define _XOPEN_SOURCE_EXTENDED,cf_cv_need_xopen_extension,[
 AC_TRY_LINK([
 #include <stdlib.h>
-#include <${cf_cv_ncurses_header-curses.h}>],[
+#include <${cf_cv_ncurses_header:-curses.h}>],[
+#if defined(NCURSES_VERSION_PATCH)
+#if (NCURSES_VERSION_PATCH < 20100501) && (NCURSES_VERSION_PATCH >= 20100403)
+	make an error
+#endif
+#endif
 	long x = winnstr(stdscr, "", 0);
 	int x1, y1;
 	getbegyx(stdscr, y1, x1)],
@@ -5123,7 +5413,11 @@ AC_TRY_LINK([
 	[AC_TRY_LINK([
 #define _XOPEN_SOURCE_EXTENDED
 #include <stdlib.h>
-#include <${cf_cv_ncurses_header-curses.h}>],[
+#include <${cf_cv_ncurses_header:-curses.h}>],[
+#ifdef NCURSES_VERSION
+	cchar_t check;
+	int check2 = curs_set((int)sizeof(check));
+#endif
 	long x = winnstr(stdscr, "", 0);
 	int x1, y1;
 	getbegyx(stdscr, y1, x1)],
@@ -5132,7 +5426,7 @@ AC_TRY_LINK([
 test $cf_cv_need_xopen_extension = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_XOPEN_SOURCE version: 30 updated: 2009/12/30 08:32:55
+dnl CF_XOPEN_SOURCE version: 35 updated: 2011/02/20 20:37:37
 dnl ---------------
 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
 dnl or adapt to the vendor's definitions to get equivalent functionality,
@@ -5143,20 +5437,22 @@ dnl	$1 is the nominal value for _XOPEN_S
 dnl	$2 is the nominal value for _POSIX_C_SOURCE
 AC_DEFUN([CF_XOPEN_SOURCE],[
 
-AC_REQUIRE([CF_PROG_CC_U_D])
-
-cf_XOPEN_SOURCE=ifelse($1,,500,$1)
-cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2)
+cf_XOPEN_SOURCE=ifelse([$1],,500,[$1])
+cf_POSIX_C_SOURCE=ifelse([$2],,199506L,[$2])
+cf_xopen_source=
 
 case $host_os in #(vi
 aix[[456]]*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE"
+	cf_xopen_source="-D_ALL_SOURCE"
+	;;
+cygwin) #(vi
+	cf_XOPEN_SOURCE=600
 	;;
 darwin[[0-8]].*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_APPLE_C_SOURCE"
+	cf_xopen_source="-D_APPLE_C_SOURCE"
 	;;
 darwin*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_DARWIN_C_SOURCE"
+	cf_xopen_source="-D_DARWIN_C_SOURCE"
 	;;
 freebsd*|dragonfly*) #(vi
 	# 5.x headers associate
@@ -5164,13 +5460,16 @@ freebsd*|dragonfly*) #(vi
 	#	_XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
 	cf_POSIX_C_SOURCE=200112L
 	cf_XOPEN_SOURCE=600
-	CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+	cf_xopen_source="-D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+	;;
+hpux11*) #(vi
+	cf_xopen_source="-D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
 	;;
 hpux*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
+	cf_xopen_source="-D_HPUX_SOURCE"
 	;;
 irix[[56]].*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
+	cf_xopen_source="-D_SGI_SOURCE"
 	;;
 linux*|gnu*|mint*|k*bsd*-gnu) #(vi
 	CF_GNU_SOURCE
@@ -5185,16 +5484,19 @@ openbsd*) #(vi
 	# setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
 	;;
 osf[[45]]*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_OSF_SOURCE"
+	cf_xopen_source="-D_OSF_SOURCE"
 	;;
 nto-qnx*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_QNX_SOURCE"
+	cf_xopen_source="-D_QNX_SOURCE"
 	;;
 sco*) #(vi
 	# setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
 	;;
-solaris*) #(vi
-	CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
+solaris2.1[[0-9]]) #(vi
+	cf_xopen_source="-D__EXTENSIONS__ -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+	;;
+solaris2.[[1-9]]) #(vi
+	cf_xopen_source="-D__EXTENSIONS__"
 	;;
 *)
 	AC_CACHE_CHECK(if we should define _XOPEN_SOURCE,cf_cv_xopen_source,[
@@ -5217,23 +5519,26 @@ make an error
 	if test "$cf_cv_xopen_source" != no ; then
 		CF_REMOVE_DEFINE(CFLAGS,$CFLAGS,_XOPEN_SOURCE)
 		CF_REMOVE_DEFINE(CPPFLAGS,$CPPFLAGS,_XOPEN_SOURCE)
-		test "$cf_cv_cc_u_d_options" = yes && \
-			CPPFLAGS="$CPPFLAGS -U_XOPEN_SOURCE"
-		CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_cv_xopen_source"
+		cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
+		CF_ADD_CFLAGS($cf_temp_xopen_source)
 	fi
 	CF_POSIX_C_SOURCE($cf_POSIX_C_SOURCE)
 	;;
 esac
+
+if test -n "$cf_xopen_source" ; then
+	CF_ADD_CFLAGS($cf_xopen_source)
+fi
 ])
 dnl ---------------------------------------------------------------------------
-dnl CF_X_ATHENA version: 12 updated: 2004/06/15 21:14:41
+dnl CF_X_ATHENA version: 20 updated: 2010/11/09 05:18:02
 dnl -----------
 dnl Check for Xaw (Athena) libraries
 dnl
 dnl Sets $cf_x_athena according to the flavor of Xaw which is used.
 AC_DEFUN([CF_X_ATHENA],
-[AC_REQUIRE([CF_X_TOOLKIT])
-cf_x_athena=${cf_x_athena-Xaw}
+[
+cf_x_athena=${cf_x_athena:-Xaw}
 
 AC_MSG_CHECKING(if you want to link with Xaw 3d library)
 withval=
@@ -5268,23 +5573,63 @@ else
 	AC_MSG_RESULT(no)
 fi
 
-AC_CHECK_LIB(Xext,XextCreateExtension,
-	[LIBS="-lXext $LIBS"])
-
 cf_x_athena_lib=""
 
-CF_X_ATHENA_CPPFLAGS($cf_x_athena)
-CF_X_ATHENA_LIBS($cf_x_athena)
+if test "$PKG_CONFIG" != none ; then
+	cf_athena_list=
+	test "$cf_x_athena" = Xaw && cf_athena_list="xaw8 xaw7 xaw6"
+	for cf_athena_pkg in \
+		$cf_athena_list \
+		${cf_x_athena} \
+		${cf_x_athena}-devel \
+		lib${cf_x_athena} \
+		lib${cf_x_athena}-devel
+	do
+		CF_TRY_PKG_CONFIG($cf_athena_pkg,[
+			cf_x_athena_lib="$cf_pkgconfig_libs"
+			CF_UPPER(cf_x_athena_LIBS,HAVE_LIB_$cf_x_athena)
+			AC_DEFINE_UNQUOTED($cf_x_athena_LIBS)
+
+AC_CACHE_CHECK(for usable $cf_x_athena/Xmu package,cf_cv_xaw_compat,[
+AC_TRY_LINK([
+#include <X11/Xmu/CharSet.h>
+],[
+int check = XmuCompareISOLatin1("big", "small")
+],[cf_cv_xaw_compat=yes],[cf_cv_xaw_compat=no])])
+
+			if test "$cf_cv_xaw_compat" = no
+			then
+				# workaround for broken ".pc" files...
+				case "$cf_x_athena_lib" in #(vi
+				*-lXmu*) #(vi
+					;;
+				*)
+					CF_VERBOSE(work around broken package)
+					CF_TRY_PKG_CONFIG(xmu,,[CF_ADD_LIB_AFTER(-lXt,-lXmu)])
+					;;
+				esac
+			fi
+
+			break])
+	done
+fi
+
+if test -z "$cf_x_athena_lib" ; then
+	CF_X_EXT
+	CF_X_TOOLKIT
+	CF_X_ATHENA_CPPFLAGS($cf_x_athena)
+	CF_X_ATHENA_LIBS($cf_x_athena)
+fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_X_ATHENA_CPPFLAGS version: 3 updated: 2009/01/11 15:33:39
+dnl CF_X_ATHENA_CPPFLAGS version: 5 updated: 2010/05/26 17:35:30
 dnl --------------------
 dnl Normally invoked by CF_X_ATHENA, with $1 set to the appropriate flavor of
 dnl the Athena widgets, e.g., Xaw, Xaw3d, neXtaw.
 AC_DEFUN([CF_X_ATHENA_CPPFLAGS],
 [
-cf_x_athena_root=ifelse($1,,Xaw,$1)
-cf_x_athena_include=""
+cf_x_athena_root=ifelse([$1],,Xaw,[$1])
+cf_x_athena_inc=""
 
 for cf_path in default \
 	/usr/contrib/X11R6 \
@@ -5292,7 +5637,7 @@ for cf_path in default \
 	/usr/lib/X11R5 \
 	/usr/local
 do
-	if test -z "$cf_x_athena_include" ; then
+	if test -z "$cf_x_athena_inc" ; then
 		cf_save="$CPPFLAGS"
 		cf_test=X11/$cf_x_athena_root/SimpleMenu.h
 		if test $cf_path != default ; then
@@ -5308,7 +5653,7 @@ do
 			[cf_result=no])
 		AC_MSG_RESULT($cf_result)
 		if test "$cf_result" = yes ; then
-			cf_x_athena_include=$cf_path
+			cf_x_athena_inc=$cf_path
 			break
 		else
 			CPPFLAGS="$cf_save"
@@ -5316,21 +5661,21 @@ do
 	fi
 done
 
-if test -z "$cf_x_athena_include" ; then
+if test -z "$cf_x_athena_inc" ; then
 	AC_MSG_WARN(
 [Unable to successfully find Athena header files with test program])
-elif test "$cf_x_athena_include" != default ; then
-	CPPFLAGS="$CPPFLAGS -I$cf_x_athena_include"
+elif test "$cf_x_athena_inc" != default ; then
+	CPPFLAGS="$CPPFLAGS -I$cf_x_athena_inc"
 fi
 ])
 dnl ---------------------------------------------------------------------------
-dnl CF_X_ATHENA_LIBS version: 7 updated: 2008/03/23 14:46:03
+dnl CF_X_ATHENA_LIBS version: 10 updated: 2011/02/13 13:31:33
 dnl ----------------
 dnl Normally invoked by CF_X_ATHENA, with $1 set to the appropriate flavor of
 dnl the Athena widgets, e.g., Xaw, Xaw3d, neXtaw.
 AC_DEFUN([CF_X_ATHENA_LIBS],
 [AC_REQUIRE([CF_X_TOOLKIT])
-cf_x_athena_root=ifelse($1,,Xaw,$1)
+cf_x_athena_root=ifelse([$1],,Xaw,[$1])
 cf_x_athena_lib=""
 
 for cf_path in default \
@@ -5348,13 +5693,17 @@ do
 			cf_save="$LIBS"
 			cf_test=XawSimpleMenuAddGlobalActions
 			if test $cf_path != default ; then
-				LIBS="-L$cf_path/lib $cf_lib $LIBS"
+				CF_ADD_LIBS(-L$cf_path/lib $cf_lib)
 				AC_MSG_CHECKING(for $cf_lib in $cf_path)
 			else
-				LIBS="$cf_lib $LIBS"
+				CF_ADD_LIBS($cf_lib)
 				AC_MSG_CHECKING(for $cf_test in $cf_lib)
 			fi
-			AC_TRY_LINK([],[$cf_test()],
+			AC_TRY_LINK([
+#include <X11/Intrinsic.h>
+#include <X11/$cf_x_athena_root/SimpleMenu.h>
+],[
+$cf_test((XtAppContext) 0)],
 				[cf_result=yes],
 				[cf_result=no])
 			AC_MSG_RESULT($cf_result)
@@ -5376,7 +5725,15 @@ CF_UPPER(cf_x_athena_LIBS,HAVE_LIB_$cf_x
 AC_DEFINE_UNQUOTED($cf_x_athena_LIBS)
 ])
 dnl ---------------------------------------------------------------------------
-dnl CF_X_TOOLKIT version: 12 updated: 2008/03/23 15:04:54
+dnl CF_X_EXT version: 3 updated: 2010/06/02 05:03:05
+dnl --------
+AC_DEFUN([CF_X_EXT],[
+CF_TRY_PKG_CONFIG(Xext,,[
+	AC_CHECK_LIB(Xext,XextCreateExtension,
+		[CF_ADD_LIB(Xext)])])
+])dnl
+dnl ---------------------------------------------------------------------------
+dnl CF_X_TOOLKIT version: 20 updated: 2010/11/19 05:43:04
 dnl ------------
 dnl Check for X Toolkit libraries
 dnl
@@ -5385,24 +5742,76 @@ AC_DEFUN([CF_X_TOOLKIT],
 AC_REQUIRE([AC_PATH_XTRA])
 AC_REQUIRE([CF_CHECK_CACHE])
 
-# SYSTEM_NAME=`echo "$cf_cv_system_name"|tr ' ' -`
-
 cf_have_X_LIBS=no
 
-LDFLAGS="$X_LIBS $LDFLAGS"
-CF_CHECK_CFLAGS($X_CFLAGS)
+CF_TRY_PKG_CONFIG(xt,[
 
-AC_CHECK_FUNC(XOpenDisplay,,[
-AC_CHECK_LIB(X11,XOpenDisplay,
-	[LIBS="-lX11 $LIBS"],,
-	[$X_PRE_LIBS $LIBS $X_EXTRA_LIBS])])
+	case "x$LIBS" in #(vi
+	*-lX11*) #(vi
+		;;
+	*)
+# we have an "xt" package, but it may omit Xt's dependency on X11
+AC_CACHE_CHECK(for usable X dependency,cf_cv_xt_x11_compat,[
+AC_TRY_LINK([
+#include <X11/Xlib.h>
+],[
+	int rc1 = XDrawLine((Display*) 0, (Drawable) 0, (GC) 0, 0, 0, 0, 0);
+	int rc2 = XClearWindow((Display*) 0, (Window) 0);
+	int rc3 = XMoveWindow((Display*) 0, (Window) 0, 0, 0);
+	int rc4 = XMoveResizeWindow((Display*)0, (Window)0, 0, 0, 0, 0);
+],[cf_cv_xt_x11_compat=yes],[cf_cv_xt_x11_compat=no])])
+		if test "$cf_cv_xt_x11_compat" = no
+		then
+			CF_VERBOSE(work around broken X11 dependency)
+			# 2010/11/19 - good enough until a working Xt on Xcb is delivered.
+			CF_TRY_PKG_CONFIG(x11,,[CF_ADD_LIB_AFTER(-lXt,-lX11)])
+		fi
+		;;
+	esac
+
+AC_CACHE_CHECK(for usable X Toolkit package,cf_cv_xt_ice_compat,[
+AC_TRY_LINK([
+#include <X11/Shell.h>
+],[int num = IceConnectionNumber(0)
+],[cf_cv_xt_ice_compat=yes],[cf_cv_xt_ice_compat=no])])
+
+	if test "$cf_cv_xt_ice_compat" = no
+	then
+		# workaround for broken ".pc" files used for X Toolkit.
+		case "x$X_PRE_LIBS" in #(vi
+		*-lICE*)
+			case "x$LIBS" in #(vi
+			*-lICE*) #(vi
+				;;
+			*)
+				CF_VERBOSE(work around broken ICE dependency)
+				CF_TRY_PKG_CONFIG(ice,
+					[CF_TRY_PKG_CONFIG(sm)],
+					[CF_ADD_LIB_AFTER(-lXt,$X_PRE_LIBS)])
+				;;
+			esac
+			;;
+		esac
+	fi
 
-AC_CHECK_FUNC(XtAppInitialize,,[
-AC_CHECK_LIB(Xt, XtAppInitialize,
-	[AC_DEFINE(HAVE_LIBXT)
-	 cf_have_X_LIBS=Xt
-	 LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS"],,
-	[$X_PRE_LIBS $LIBS $X_EXTRA_LIBS])])
+	cf_have_X_LIBS=yes
+],[
+
+	LDFLAGS="$X_LIBS $LDFLAGS"
+	CF_CHECK_CFLAGS($X_CFLAGS)
+
+	AC_CHECK_FUNC(XOpenDisplay,,[
+	AC_CHECK_LIB(X11,XOpenDisplay,
+		[CF_ADD_LIB(X11)],,
+		[$X_PRE_LIBS $LIBS $X_EXTRA_LIBS])])
+
+	AC_CHECK_FUNC(XtAppInitialize,,[
+	AC_CHECK_LIB(Xt, XtAppInitialize,
+		[AC_DEFINE(HAVE_LIBXT)
+		 cf_have_X_LIBS=Xt
+		 LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS"],,
+		[$X_PRE_LIBS $LIBS $X_EXTRA_LIBS])])
+])
 
 if test $cf_have_X_LIBS = no ; then
 	AC_MSG_WARN(
@@ -5479,44 +5888,3 @@ AC_DEFUN([jm_GLIBC21],
     GLIBC21="$ac_cv_gnu_library_2_1"
   ]
 )
-dnl ---------------------------------------------------------------------------
-dnl CF_AR_FLAGS version: 4 updated: 2009/02/07 13:42:23
-dnl -----------
-dnl Check for suitable "ar" (archiver) options for updating an archive.
-AC_DEFUN([CF_AR_FLAGS],[
-AC_REQUIRE([CF_PROG_AR])
-
-AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[
-	cf_cv_ar_flags=unknown
-	for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
-	do
-		rm -f conftest.$ac_cv_objext
-		rm -f conftest.a
-
-		cat >conftest.$ac_ext <<EOF
-#line __oline__ "configure"
-int	testdata[[3]] = { 123, 456, 789 };
-EOF
-		if AC_TRY_EVAL(ac_compile) ; then
-			$AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&AC_FD_CC 1>/dev/null
-			if test -f conftest.a ; then
-				cf_cv_ar_flags=$cf_ar_flags
-				break
-			fi
-		else
-			CF_VERBOSE(cannot compile test-program)
-			break
-		fi
-	done
-	rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
-])
-test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags
-AC_SUBST(ARFLAGS,$cf_cv_ar_flags)
-])
-dnl ---------------------------------------------------------------------------
-dnl CF_PROG_AR version: 1 updated: 2009/01/01 20:15:22
-dnl ----------
-dnl Check for archiver "ar".
-AC_DEFUN([CF_PROG_AR],[
-AC_CHECK_TOOL(AR, ar, ar)
-])
diff -Nurp --exclude='.bzr*' tin-1.9.6/config.guess tin-2.0.0/config.guess
--- tin-1.9.6/config.guess	2010-09-29 01:11:39.000000000 +0200
+++ tin-2.0.0/config.guess	2011-08-21 18:20:45.560262776 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-#   Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+#   2911 Free Software Foundation, Inc.
 
-timestamp='2010-09-24'
+timestamp='2011-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -57,8 +57,8 @@ GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
-Software Foundation, Inc.
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -92,7 +92,7 @@ if test $# != 0; then
   exit 1
 fi
 
-trap 'exit 1' HUP INT TERM
+trap 'exit 1' 1 2 15
 
 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
 # compiler to aid in system detection is discouraged as it requires
@@ -106,7 +106,7 @@ trap 'exit 1' HUP INT TERM
 
 set_cc_for_build='
 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
-trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" HUP INT PIPE TERM ;
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
 : ${TMPDIR=/tmp} ;
  { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
@@ -270,7 +270,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
 	# A Xn.n version is an unreleased experimental baselevel.
 	# 1.2 uses "1.2" for uname -r.
 	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-	exit ;;
+	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
+	exitcode=$?
+	trap '' 0
+	exit $exitcode ;;
     Alpha\ *:Windows_NT*:*)
 	# How do we know it's Interix rather than the generic POSIX subsystem?
 	# Should we change UNAME_MACHINE based on the output of uname instead
@@ -326,8 +329,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
 	    sparc) echo sparc-icl-nx7; exit ;;
 	esac ;;
     s390x:SunOS:*:*)
-    	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-    	exit ;;
+	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
     sun4H:SunOS:5.*:*)
 	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
@@ -495,7 +498,7 @@ EOF
 	else
 	    echo i586-dg-dgux${UNAME_RELEASE}
 	fi
- 	exit ;;
+	exit ;;
     M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
 	echo m88k-dolphin-sysv3
 	exit ;;
@@ -789,13 +792,12 @@ EOF
 	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
 	exit ;;
     *:FreeBSD:*:*)
-	case ${UNAME_MACHINE} in
-	    pc98)
-		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+    	UNAME_PROCESSOR=`/usr/bin/uname -p`
+    	case ${UNAME_PROCESSOR} in
 	    amd64)
 		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 	    *)
-		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 	esac
 	exit ;;
     i*:CYGWIN*:*)
@@ -820,8 +822,8 @@ EOF
 		echo x86_64-unknown-interix${UNAME_RELEASE}
 		exit ;;
 	    IA64)
-	    	echo ia64-unknown-interix${UNAME_RELEASE}
-	    	exit ;;
+		echo ia64-unknown-interix${UNAME_RELEASE}
+		exit ;;
 	esac ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 	echo i${UNAME_MACHINE}-pc-mks
@@ -879,7 +881,13 @@ EOF
 	then
 	    echo ${UNAME_MACHINE}-unknown-linux-gnu
 	else
-	    echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+	    if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
+		| grep -q __ARM_PCS_VFP
+	    then
+		echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+	    else
+		echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
+	    fi
 	fi
 	exit ;;
     avr32*:Linux:*:*)
@@ -934,14 +942,14 @@ EOF
 	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
     or32:Linux:*:*)
-    	echo or32-unknown-linux-gnu
-    	exit ;;
+	echo or32-unknown-linux-gnu
+	exit ;;
     padre:Linux:*:*)
 	echo sparc-unknown-linux-gnu
 	exit ;;
     parisc64:Linux:*:* | hppa64:Linux:*:*)
-    	echo hppa64-unknown-linux-gnu
-    	exit ;;
+	echo hppa64-unknown-linux-gnu
+	exit ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
 	# Look for CPU level
 	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@@ -969,7 +977,7 @@ EOF
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     tile*:Linux:*:*)
-	echo ${UNAME_MACHINE}-tilera-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     vax:Linux:*:*)
 	echo ${UNAME_MACHINE}-dec-linux-gnu
diff -Nurp --exclude='.bzr*' tin-1.9.6/config.sub tin-2.0.0/config.sub
--- tin-1.9.6/config.sub	2010-09-11 00:25:58.000000000 +0200
+++ tin-2.0.0/config.sub	2011-08-17 00:06:14.281816503 +0200
@@ -2,9 +2,9 @@
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-#   Free Software Foundation, Inc.
+#   2011 Free Software Foundation, Inc.
 
-timestamp='2010-09-11'
+timestamp='2011-08-15'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -76,8 +76,8 @@ version="\
 GNU config.sub ($timestamp)
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
-Software Foundation, Inc.
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -175,10 +175,10 @@ case $os in
 		os=-chorusos
 		basic_machine=$1
 		;;
- 	-chorusrdb)
- 		os=-chorusrdb
+	-chorusrdb)
+		os=-chorusrdb
 		basic_machine=$1
- 		;;
+		;;
 	-hiux*)
 		os=-hiuxwe2
 		;;
@@ -246,6 +246,7 @@ case $basic_machine in
 	# Recognize the basic CPU types without company name.
 	# Some are omitted here because they have special meanings below.
 	1750a | 580 \
+	| 32e[bl] | 64e[bl] \
 	| a29k \
 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
@@ -283,12 +284,13 @@ case $basic_machine in
 	| moxie \
 	| mt \
 	| msp430 \
-	| nds32 | nds32le | nds32be\
+	| nds32 | nds32le | nds32be \
 	| nios | nios2 \
 	| ns16k | ns32k \
+	| open8 \
 	| or32 \
 	| pdp10 | pdp11 | pj | pjl \
-	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
+	| powerpc | powerpc64 | powerpc64le | powerpcle \
 	| pyramid \
 	| rx \
 	| score \
@@ -296,12 +298,12 @@ case $basic_machine in
 	| sh64 | sh64le \
 	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
 	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
-	| spu | strongarm \
-	| tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
+	| spu \
+	| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 	| ubicom32 \
-	| v850 | v850e \
+	| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
 	| we32k \
-	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+	| x86 | xc16x | xstormy16 | xtensa \
 	| z8k | z80)
 		basic_machine=$basic_machine-unknown
 		;;
@@ -324,7 +326,15 @@ case $basic_machine in
 	ms1)
 		basic_machine=mt-unknown
 		;;
-
+	strongarm | thumb | xscale)
+		basic_machine=arm-unknown
+		;;
+	xscaleeb)
+		basic_machine=armeb-unknown
+		;;
+	xscaleel)
+		basic_machine=armel-unknown
+		;;
 	# We use `pc' rather than `unknown'
 	# because (1) that's what they normally are, and
 	# (2) the word "unknown" tends to confuse beginning users.
@@ -338,6 +348,7 @@ case $basic_machine in
 		;;
 	# Recognize the basic CPU types with company name.
 	580-* \
+	| 32e[bl]-* | 64e[bl]-* \
 	| a29k-* \
 	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
 	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
@@ -382,24 +393,26 @@ case $basic_machine in
 	| nds32-* | nds32le-* | nds32be-* \
 	| nios-* | nios2-* \
 	| none-* | np1-* | ns16k-* | ns32k-* \
+	| open8-* \
 	| orion-* \
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
-	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
+	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
 	| pyramid-* \
 	| romp-* | rs6000-* | rx-* \
 	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 	| sparclite-* \
-	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
-	| tahoe-* | thumb-* \
+	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+	| tahoe-* \
 	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
-	| tile-* | tilegx-* \
+	| tile-* \
 	| tron-* \
 	| ubicom32-* \
-	| v850-* | v850e-* | vax-* \
+	| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
+	| vax-* \
 	| we32k-* \
-	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+	| x86-* | x86_64-* | xc16x-* | xps100-* \
 	| xstormy16-* | xtensa*-* \
 	| ymp-* \
 	| z8k-* | z80-*)
@@ -539,7 +552,7 @@ case $basic_machine in
 		basic_machine=craynv-cray
 		os=-unicosmp
 		;;
-	cr16)
+	cr16 | cr16-*)
 		basic_machine=cr16-unknown
 		os=-elf
 		;;
@@ -798,6 +811,10 @@ case $basic_machine in
 		basic_machine=i370-ibm
 		os=-mvs
 		;;
+	nacl)
+		basic_machine=32el-unknown
+		os=-nacl
+		;;
 	ncr3000)
 		basic_machine=i486-ncr
 		os=-sysv4
@@ -826,10 +843,10 @@ case $basic_machine in
 		basic_machine=v70-nec
 		os=-sysv
 		;;
-	next | m*-next )
+	next | m*-next)
 		basic_machine=m68k-next
 		case $os in
-		    -nextstep* )
+		    -nextstep*)
 			;;
 		    -ns2*)
 		      os=-nextstep2
@@ -948,11 +965,14 @@ case $basic_machine in
 	pn)
 		basic_machine=pn-gould
 		;;
-	power)	basic_machine=power-ibm
+	power)
+		basic_machine=power-ibm
 		;;
-	ppc)	basic_machine=powerpc-unknown
+	ppc | ppcbe)
+		basic_machine=powerpc-unknown
 		;;
-	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
+	ppc-* | ppcbe-*)
+		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
 		;;
 	ppcle | powerpclittle | ppc-le | powerpc-little)
 		basic_machine=powerpcle-unknown
@@ -960,9 +980,11 @@ case $basic_machine in
 	ppcle-* | powerpclittle-*)
 		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
 		;;
-	ppc64)	basic_machine=powerpc64-unknown
+	ppc64)
+		basic_machine=powerpc64-unknown
 		;;
-	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+	ppc64-*)
+		basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 		;;
 	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
 		basic_machine=powerpc64le-unknown
@@ -1046,6 +1068,9 @@ case $basic_machine in
 		basic_machine=i860-stratus
 		os=-sysv4
 		;;
+	strongarm-* | thumb-*)
+		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
 	sun2)
 		basic_machine=m68000-sun
 		;;
@@ -1102,13 +1127,8 @@ case $basic_machine in
 		basic_machine=t90-cray
 		os=-unicos
 		;;
-	# This must be matched before tile*.
-	tilegx*)
-		basic_machine=tilegx-unknown
-		os=-linux-gnu
-		;;
 	tile*)
-		basic_machine=tile-unknown
+		basic_machine=$basic_machine-unknown
 		os=-linux-gnu
 		;;
 	tx39)
@@ -1178,6 +1198,9 @@ case $basic_machine in
 	xps | xps100)
 		basic_machine=xps100-honeywell
 		;;
+	xscale-* | xscalee[bl]-*)
+		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
+		;;
 	ymp)
 		basic_machine=ymp-cray
 		os=-unicos
@@ -1400,7 +1423,7 @@ case $os in
 	-nova*)
 		os=-rtmk-nova
 		;;
-	-ns2 )
+	-ns2)
 		os=-nextstep2
 		;;
 	-nsk*)
@@ -1597,7 +1620,7 @@ case $basic_machine in
 	m88k-omron*)
 		os=-luna
 		;;
-	*-next )
+	*-next)
 		os=-nextstep
 		;;
 	*-sequent)
diff -Nurp --exclude='.bzr*' tin-1.9.6/configure tin-2.0.0/configure
--- tin-1.9.6/configure	2010-11-26 16:07:59.000000000 +0100
+++ tin-2.0.0/configure	2011-08-23 00:03:55.533379469 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13.20030927 
+# Generated automatically using autoconf version 2.13.20110430 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 #
 # This configure script is free software; the Free Software Foundation
@@ -230,8 +230,8 @@ cat <<\EOF
   --with-curses-dir=DIR   directory in which (n)curses is installed
 EOF
 cat <<\EOF
-  --with-ncurses          link with ncurses if available (depriciated)
-  --enable-curses         use curses interface (depriciated)
+  --with-ncurses          link with ncurses if available (deprecated)
+  --enable-curses         use curses interface (deprecated)
   --with-pcre=PATH        use installed pcre versus bundled
   --with-dbmalloc         test: use Conor Cahill's dbmalloc library
   --with-dmalloc          test: use Gray Watson's dmalloc library
@@ -281,13 +281,15 @@ cat <<\EOF
                           search for libiconv in DIR/include and DIR/lib
   --disable-nls           do not use Native Language Support
   --with-included-gettext use the GNU gettext library included here
-  --disable-included-msgs use included messages, for i18n support
+  --with-textdomain=PKG   NLS text-domain (default is package name)
 EOF
 cat <<\EOF
-  --with-x                use the X Window System
+  --disable-included-msgs use included messages, for i18n support
   --with-Xaw3d            link with Xaw 3d library
   --with-neXtaw           link with neXT Athena library
   --with-XawPlus          link with Athena-Plus library
+  --with-pkg-config{=path} enable/disable use of pkg-config
+  --with-x                use the X Window System
 EOF
     exit 0 ;;
 
@@ -438,7 +440,7 @@ EOF
     verbose=yes ;;
 
   -version | --version | --versio | --versi | --vers)
-    echo "configure generated by autoconf version 2.13.20030927"
+    echo "configure generated by autoconf version 2.13.20110430"
     exit 0 ;;
 
   -with-* | --with-*)
@@ -625,247 +627,12 @@ else
   ac_n= ac_c='\c' ac_t=
 fi
 
-# If we find X, set shell vars x_includes and x_libraries to the
-# paths, otherwise set no_x=yes.
-# Uses ac_ vars as temps to allow command line to override cache and checks.
-# --without-x overrides everything else, but does not touch the cache.
-echo $ac_n "checking for X""... $ac_c" 1>&6
-echo "configure:634: checking for X" >&5
-
-
-# Check whether --with-x or --without-x was given.
-if test "${with_x+set}" = set; then
-  withval="$with_x"
-  :
-fi
-
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-if test "x$with_x" = xno; then
-  # The user explicitly disabled X.
-  have_x=disabled
-else
-  if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
-    # Both variables are already set.
-    have_x=yes
-  else
-if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  # One or both of the vars are not set, and there is no cached value.
-ac_x_includes=NO ac_x_libraries=NO
-rm -fr conftestdir
-if mkdir conftestdir; then
-  cd conftestdir
-  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
-  cat > Imakefile <<'EOF'
-acfindx:
-	@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
-EOF
-  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl; do
-      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
-        test -f $ac_im_libdir/libX11.$ac_extension; then
-        ac_im_usrlibdir=$ac_im_libdir; break
-      fi
-    done
-    # Screen out bogus values from the imake configuration.  They are
-    # bogus both because they are the default anyway, and because
-    # using them would break gcc on systems where it needs fixed includes.
-    case "$ac_im_incroot" in
-	/usr/include) ;;
-	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
-    esac
-    case "$ac_im_usrlibdir" in
-	/usr/lib | /lib) ;;
-	*) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
-    esac
-  fi
-  cd ..
-  rm -fr conftestdir
-fi
-
-if test "$ac_x_includes" = NO; then
-  # Guess where to find include files, by looking for this one X11 .h file.
-  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
-
-  # First, try using that file with no special directory specified.
-cat > conftest.$ac_ext <<EOF
-#line 697 "configure"
-#include "confdefs.h"
-#include <$x_direct_test_include>
-EOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
-if test -z "$ac_err"; then
-  rm -rf conftest*
-  # We can compile using X headers with no special include directory.
-ac_x_includes=
-else
-  echo "$ac_err" >&5
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  # Look for the header file in a standard set of common directories.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-  for ac_dir in               \
-    /usr/X11/include          \
-    /usr/X11R6/include        \
-    /usr/X11R5/include        \
-    /usr/X11R4/include        \
-                              \
-    /usr/include/X11          \
-    /usr/include/X11R6        \
-    /usr/include/X11R5        \
-    /usr/include/X11R4        \
-                              \
-    /usr/local/X11/include    \
-    /usr/local/X11R6/include  \
-    /usr/local/X11R5/include  \
-    /usr/local/X11R4/include  \
-                              \
-    /usr/local/include/X11    \
-    /usr/local/include/X11R6  \
-    /usr/local/include/X11R5  \
-    /usr/local/include/X11R4  \
-                              \
-    /usr/X386/include         \
-    /usr/x386/include         \
-    /usr/XFree86/include/X11  \
-                              \
-    /usr/include              \
-    /usr/local/include        \
-    /usr/unsupported/include  \
-    /usr/athena/include       \
-    /usr/local/x11r5/include  \
-    /usr/lpp/Xamples/include  \
-                              \
-    /usr/openwin/include      \
-    /usr/openwin/share/include \
-    ; \
-  do
-    if test -r "$ac_dir/$x_direct_test_include"; then
-      ac_x_includes=$ac_dir
-      break
-    fi
-  done
-fi
-rm -f conftest*
-fi # $ac_x_includes = NO
-
-if test "$ac_x_libraries" = NO; then
-  # Check for the libraries.
-
-  test -z "$x_direct_test_library" && x_direct_test_library=Xt
-  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
-
-  # See if we find them without any special options.
-  # Don't add to $LIBS permanently.
-  ac_save_LIBS="$LIBS"
-  LIBS="-l$x_direct_test_library $LIBS"
-cat > conftest.$ac_ext <<EOF
-#line 771 "configure"
-#include "confdefs.h"
-
-int main() {
-${x_direct_test_function}()
-; return 0; }
-EOF
-if { (eval echo configure:778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  LIBS="$ac_save_LIBS"
-# We can link X programs with no special library path.
-ac_x_libraries=
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  LIBS="$ac_save_LIBS"
-# First see if replacing the include by lib works.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
-    /usr/X11/lib          \
-    /usr/X11R6/lib        \
-    /usr/X11R5/lib        \
-    /usr/X11R4/lib        \
-                          \
-    /usr/lib/X11          \
-    /usr/lib/X11R6        \
-    /usr/lib/X11R5        \
-    /usr/lib/X11R4        \
-                          \
-    /usr/local/X11/lib    \
-    /usr/local/X11R6/lib  \
-    /usr/local/X11R5/lib  \
-    /usr/local/X11R4/lib  \
-                          \
-    /usr/local/lib/X11    \
-    /usr/local/lib/X11R6  \
-    /usr/local/lib/X11R5  \
-    /usr/local/lib/X11R4  \
-                          \
-    /usr/X386/lib         \
-    /usr/x386/lib         \
-    /usr/XFree86/lib/X11  \
-                          \
-    /usr/lib              \
-    /usr/local/lib        \
-    /usr/unsupported/lib  \
-    /usr/athena/lib       \
-    /usr/local/x11r5/lib  \
-    /usr/lpp/Xamples/lib  \
-    /lib/usr/lib/X11	  \
-                          \
-    /usr/openwin/lib      \
-    /usr/openwin/share/lib \
-    ; \
-do
-  for ac_extension in a so sl; do
-    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
-      ac_x_libraries=$ac_dir
-      break 2
-    fi
-  done
-done
-fi
-rm -f conftest*
-fi # $ac_x_libraries = NO
-
-if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
-  # Didn't find X anywhere.  Cache the known absence of X.
-  ac_cv_have_x="have_x=no"
-else
-  # Record where we found X for the cache.
-  ac_cv_have_x="have_x=yes \
-	        ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
-fi
-fi
-  fi
-  eval "$ac_cv_have_x"
-fi # $with_x != no
-
-if test "$have_x" != yes; then
-  echo "$ac_t""$have_x" 1>&6
-  no_x=yes
-else
-  # If each of the values was on the command line, it overrides each guess.
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
-  # Update the cache value to reflect the command line values.
-  ac_cv_have_x="have_x=yes \
-		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
-  echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
-fi
-
 
 
 
 
 PACKAGE=tin
-VERSION=1.9.6
+VERSION=2.0.0
 cat >> confdefs.h <<EOF
 #define PACKAGE "$PACKAGE"
 EOF
@@ -905,7 +672,7 @@ else { echo "configure: error: can not r
 fi
 
 echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:909: checking host system type" >&5
+echo "configure:676: checking host system type" >&5
 
 host_alias=$host
 case "$host_alias" in
@@ -966,7 +733,7 @@ if test "${with_install_prefix+set}" = s
   withval="$with_install_prefix"
   :
 else
-  withval="${DESTDIR-/}"
+  withval="${DESTDIR:-/}"
 fi
 if true ; then
 
@@ -1037,7 +804,7 @@ case "$host_os" in
 			# Extract the first word of "xlc", so it can be a program name with args.
 set dummy xlc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1041: checking for $ac_word" >&5
+echo "configure:808: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_XLC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1080,14 +847,14 @@ fi
 esac
 
 ### Native Language Support
-ALL_LINGUAS="da de en_GB et fr ru rw sv tr"
+ALL_LINGUAS="da de en_GB et fr ru sv tr"
 
 ### Checks for programs
 save_CFLAGS="$CFLAGS"
 # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1091: checking for $ac_word" >&5
+echo "configure:858: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1117,7 +884,7 @@ if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1121: checking for $ac_word" >&5
+echo "configure:888: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1168,7 +935,7 @@ fi
       # Extract the first word of "cl", so it can be a program name with args.
 set dummy cl; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1172: checking for $ac_word" >&5
+echo "configure:939: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1200,7 +967,7 @@ fi
 fi
 
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:1204: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:971: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
 ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1211,12 +978,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 cat > conftest.$ac_ext << EOF
 
-#line 1215 "configure"
+#line 982 "configure"
 #include "confdefs.h"
 
 main(){return(0);}
 EOF
-if { (eval echo configure:1220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2>/dev/null; then
@@ -1242,12 +1009,12 @@ if test $ac_cv_prog_cc_works = no; then
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
 fi
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:1246: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1013: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
 cross_compiling=$ac_cv_prog_cc_cross
 
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1251: checking whether we are using GNU C" >&5
+echo "configure:1018: checking whether we are using GNU C" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1256,7 +1023,7 @@ else
   yes;
 #endif
 EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
   ac_cv_prog_gcc=yes
 else
   ac_cv_prog_gcc=no
@@ -1275,7 +1042,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
 ac_save_CFLAGS="$CFLAGS"
 CFLAGS=
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1279: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1046: checking whether ${CC-cc} accepts -g" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1307,7 +1074,7 @@ else
 fi
 
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1311: checking how to run the C preprocessor" >&5
+echo "configure:1078: checking how to run the C preprocessor" >&5
 # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then
   CPP=
@@ -1322,13 +1089,13 @@ else
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp.
   cat > conftest.$ac_ext <<EOF
-#line 1326 "configure"
+#line 1093 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1332: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   :
@@ -1339,13 +1106,13 @@ else
   rm -rf conftest*
   CPP="${CC-cc} -E -traditional-cpp"
   cat > conftest.$ac_ext <<EOF
-#line 1343 "configure"
+#line 1110 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   :
@@ -1356,13 +1123,13 @@ else
   rm -rf conftest*
   CPP="${CC-cc} -nologo -E"
   cat > conftest.$ac_ext <<EOF
-#line 1360 "configure"
+#line 1127 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   :
@@ -1388,13 +1155,13 @@ echo "$ac_t""$CPP" 1>&6
 
 if test $ac_cv_prog_gcc = yes; then
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
-echo "configure:1392: checking whether ${CC-cc} needs -traditional" >&5
+echo "configure:1159: checking whether ${CC-cc} needs -traditional" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
     ac_pattern="Autoconf.*'x'"
   cat > conftest.$ac_ext <<EOF
-#line 1398 "configure"
+#line 1165 "configure"
 #include "confdefs.h"
 #include <sgtty.h>
 Autoconf TIOCGETP
@@ -1412,7 +1179,7 @@ rm -f conftest*
 
   if test $ac_cv_prog_gcc_traditional = no; then
     cat > conftest.$ac_ext <<EOF
-#line 1416 "configure"
+#line 1183 "configure"
 #include "confdefs.h"
 #include <termio.h>
 Autoconf TCGETA
@@ -1434,7 +1201,7 @@ echo "$ac_t""$ac_cv_prog_gcc_traditional
 fi
 
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:1438: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:1205: checking whether ${MAKE-make} sets \${MAKE}" >&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -1472,7 +1239,7 @@ fi
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:1476: checking for a BSD compatible install" >&5
+echo "configure:1243: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -1549,14 +1316,14 @@ EOF
   do
     rm -f y.tab.ch
     echo $ac_n "checking for $cf_prog""... $ac_c" 1>&6
-echo "configure:1553: checking for $cf_prog" >&5
+echo "configure:1320: checking for $cf_prog" >&5
     cf_command="$cf_prog conftest.y"
     cf_result=no
-    if { (eval echo configure:1556: \"$cf_command\") 1>&5; (eval $cf_command) 2>&5; } && test -s y.tab.c ; then
+    if { (eval echo configure:1323: \"$cf_command\") 1>&5; (eval $cf_command) 2>&5; } && test -s y.tab.c ; then
       mv y.tab.c conftest.c
       rm -f y.tab.h
       if test "$cf_prog" = 'bison -y' ; then
-        if { (eval echo configure:1560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest ; then
+        if { (eval echo configure:1327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest ; then
           cf_result=yes
         fi
       else
@@ -1580,7 +1347,7 @@ do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1584: checking for $ac_word" >&5
+echo "configure:1351: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LINT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1611,9 +1378,9 @@ done
 test -n "$LINT" || LINT=":"
 
 echo $ac_n "checking for AIX""... $ac_c" 1>&6
-echo "configure:1615: checking for AIX" >&5
+echo "configure:1382: checking for AIX" >&5
 cat > conftest.$ac_ext <<EOF
-#line 1617 "configure"
+#line 1384 "configure"
 #include "confdefs.h"
 #ifdef _AIX
   yes
@@ -1635,63 +1402,23 @@ rm -f conftest*
 
 
 
-echo $ac_n "checking if $CC -U and -D options work together""... $ac_c" 1>&6
-echo "configure:1640: checking if $CC -U and -D options work together" >&5
-if eval "test \"`echo '$''{'cf_cv_cc_u_d_options'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  
-	cf_save_CPPFLAGS="$CPPFLAGS"
-	CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS"
-	cat > conftest.$ac_ext <<EOF
-#line 1648 "configure"
-#include "confdefs.h"
 
-int main() {
-
-#ifndef U_D_OPTIONS
-make an undefined-error
-#endif
-#ifdef  D_U_OPTIONS
-make a defined-error
-#endif
-	
-; return 0; }
-EOF
-if { (eval echo configure:1662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
-  
-	cf_cv_cc_u_d_options=yes
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  
-	cf_cv_cc_u_d_options=no
-fi
-rm -f conftest*
-	CPPFLAGS="$cf_save_CPPFLAGS"
-
-fi
-
-echo "$ac_t""$cf_cv_cc_u_d_options" 1>&6
-
-
-
-
-
-cf_XOPEN_SOURCE=500
-cf_POSIX_C_SOURCE=199506L
+cf_XOPEN_SOURCE=500
+cf_POSIX_C_SOURCE=199506L
+cf_xopen_source=
 
 case $host_os in #(vi
 aix[456]*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE"
+	cf_xopen_source="-D_ALL_SOURCE"
+	;;
+cygwin) #(vi
+	cf_XOPEN_SOURCE=600
 	;;
 darwin[0-8].*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_APPLE_C_SOURCE"
+	cf_xopen_source="-D_APPLE_C_SOURCE"
 	;;
 darwin*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_DARWIN_C_SOURCE"
+	cf_xopen_source="-D_DARWIN_C_SOURCE"
 	;;
 freebsd*|dragonfly*) #(vi
 	# 5.x headers associate
@@ -1699,24 +1426,27 @@ freebsd*|dragonfly*) #(vi
 	#	_XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
 	cf_POSIX_C_SOURCE=200112L
 	cf_XOPEN_SOURCE=600
-	CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+	cf_xopen_source="-D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+	;;
+hpux11*) #(vi
+	cf_xopen_source="-D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
 	;;
 hpux*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
+	cf_xopen_source="-D_HPUX_SOURCE"
 	;;
 irix[56].*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
+	cf_xopen_source="-D_SGI_SOURCE"
 	;;
 linux*|gnu*|mint*|k*bsd*-gnu) #(vi
 	
 echo $ac_n "checking if we must define _GNU_SOURCE""... $ac_c" 1>&6
-echo "configure:1714: checking if we must define _GNU_SOURCE" >&5
+echo "configure:1444: checking if we must define _GNU_SOURCE" >&5
 if eval "test \"`echo '$''{'cf_cv_gnu_source'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cat > conftest.$ac_ext <<EOF
-#line 1720 "configure"
+#line 1450 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1726,7 +1456,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1460: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_gnu_source=no
 else
@@ -1736,7 +1466,7 @@ else
   cf_save="$CPPFLAGS"
 	 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 	 cat > conftest.$ac_ext <<EOF
-#line 1740 "configure"
+#line 1470 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1746,7 +1476,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1480: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_gnu_source=no
 else
@@ -1777,26 +1507,29 @@ openbsd*) #(vi
 	# setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
 	;;
 osf[45]*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_OSF_SOURCE"
+	cf_xopen_source="-D_OSF_SOURCE"
 	;;
 nto-qnx*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_QNX_SOURCE"
+	cf_xopen_source="-D_QNX_SOURCE"
 	;;
 sco*) #(vi
 	# setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
 	;;
-solaris*) #(vi
-	CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
+solaris2.1[0-9]) #(vi
+	cf_xopen_source="-D__EXTENSIONS__ -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+	;;
+solaris2.[1-9]) #(vi
+	cf_xopen_source="-D__EXTENSIONS__"
 	;;
 *)
 	echo $ac_n "checking if we should define _XOPEN_SOURCE""... $ac_c" 1>&6
-echo "configure:1794: checking if we should define _XOPEN_SOURCE" >&5
+echo "configure:1527: checking if we should define _XOPEN_SOURCE" >&5
 if eval "test \"`echo '$''{'cf_cv_xopen_source'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 1800 "configure"
+#line 1533 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1806,7 +1539,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1810: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_xopen_source=no
 else
@@ -1816,7 +1549,7 @@ else
   cf_save="$CPPFLAGS"
 	 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 	 cat > conftest.$ac_ext <<EOF
-#line 1820 "configure"
+#line 1553 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1826,7 +1559,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_xopen_source=no
 else
@@ -1846,20 +1579,98 @@ fi
 echo "$ac_t""$cf_cv_xopen_source" 1>&6
 	if test "$cf_cv_xopen_source" != no ; then
 		
-# remove _XOPEN_SOURCE symbol from $CFLAGS
 CFLAGS=`echo "$CFLAGS" | \
-	sed	-e 's/-[UD]_XOPEN_SOURCE\(=[^ 	]*\)\?[ 	]/ /g' \
-		-e 's/-[UD]_XOPEN_SOURCE\(=[^ 	]*\)\?$//g'`
+	sed	-e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ 	]*\)\?$//g'`
+
+		
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ 	]*\)\?$//g'`
 
+		cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
 		
-# remove _XOPEN_SOURCE symbol from $CPPFLAGS
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_temp_xopen_source
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
 CPPFLAGS=`echo "$CPPFLAGS" | \
-	sed	-e 's/-[UD]_XOPEN_SOURCE\(=[^ 	]*\)\?[ 	]/ /g' \
-		-e 's/-[UD]_XOPEN_SOURCE\(=[^ 	]*\)\?$//g'`
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
+fi
+
+
+
 
-		test "$cf_cv_cc_u_d_options" = yes && \
-			CPPFLAGS="$CPPFLAGS -U_XOPEN_SOURCE"
-		CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_cv_xopen_source"
 	fi
 	
 cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
@@ -1868,29 +1679,27 @@ cf_save_CFLAGS="$CFLAGS"
 cf_save_CPPFLAGS="$CPPFLAGS"
 
 
-# remove _POSIX_C_SOURCE symbol from $cf_save_CFLAGS
 cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
-	sed	-e 's/-[UD]_POSIX_C_SOURCE\(=[^ 	]*\)\?[ 	]/ /g' \
-		-e 's/-[UD]_POSIX_C_SOURCE\(=[^ 	]*\)\?$//g'`
+	sed	-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ 	]*\)\?$//g'`
 
 
-# remove _POSIX_C_SOURCE symbol from $cf_save_CPPFLAGS
 cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \
-	sed	-e 's/-[UD]_POSIX_C_SOURCE\(=[^ 	]*\)\?[ 	]/ /g' \
-		-e 's/-[UD]_POSIX_C_SOURCE\(=[^ 	]*\)\?$//g'`
+	sed	-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ 	]*\)\?$//g'`
 
 
 echo $ac_n "checking if we should define _POSIX_C_SOURCE""... $ac_c" 1>&6
-echo "configure:1885: checking if we should define _POSIX_C_SOURCE" >&5
+echo "configure:1694: checking if we should define _POSIX_C_SOURCE" >&5
 if eval "test \"`echo '$''{'cf_cv_posix_c_source'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	
-echo "${as_me-configure}:1891: testing if the symbol is already defined go no further ..." 1>&5
+echo "${as_me:-configure}:1700: testing if the symbol is already defined go no further ..." 1>&5
 
 	cat > conftest.$ac_ext <<EOF
-#line 1894 "configure"
+#line 1703 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1900,7 +1709,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_posix_c_source=no
 else
@@ -1922,7 +1731,7 @@ else
 	 esac
 	 if test "$cf_want_posix_source" = yes ; then
 		cat > conftest.$ac_ext <<EOF
-#line 1926 "configure"
+#line 1735 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1932,7 +1741,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1745: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -1943,15 +1752,15 @@ fi
 rm -f conftest*
 	 fi
 	 
-echo "${as_me-configure}:1947: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
+echo "${as_me:-configure}:1756: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
 
 	 CFLAGS="$cf_trim_CFLAGS"
 	 CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source"
 	 
-echo "${as_me-configure}:1952: testing if the second compile does not leave our definition intact error ..." 1>&5
+echo "${as_me:-configure}:1761: testing if the second compile does not leave our definition intact error ..." 1>&5
 
 	 cat > conftest.$ac_ext <<EOF
-#line 1955 "configure"
+#line 1764 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int main() {
@@ -1961,7 +1770,7 @@ make an error
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:1965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -1983,27 +1792,188 @@ echo "$ac_t""$cf_cv_posix_c_source" 1>&6
 if test "$cf_cv_posix_c_source" != no ; then
 	CFLAGS="$cf_trim_CFLAGS"
 	CPPFLAGS="$cf_trim_CPPFLAGS"
-	if test "$cf_cv_cc_u_d_options" = yes ; then
-		cf_temp_posix_c_source=`echo "$cf_cv_posix_c_source" | \
-				sed -e 's/-D/-U/g' -e 's/=[^ 	]*//g'`
-		CPPFLAGS="$CPPFLAGS $cf_temp_posix_c_source"
-	fi
-	CPPFLAGS="$CPPFLAGS $cf_cv_posix_c_source"
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_cv_posix_c_source
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
+fi
+
+
+
+
 fi
 
 
 	;;
 esac
 
+if test -n "$cf_xopen_source" ; then
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_xopen_source
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
+fi
+
+
+
+
+fi
+
 
 echo $ac_n "checking if SIGWINCH is defined""... $ac_c" 1>&6
-echo "configure:2001: checking if SIGWINCH is defined" >&5
+echo "configure:1971: checking if SIGWINCH is defined" >&5
 if eval "test \"`echo '$''{'cf_cv_define_sigwinch'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 2007 "configure"
+#line 1977 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2013,7 +1983,7 @@ int main() {
 int x = SIGWINCH
 ; return 0; }
 EOF
-if { (eval echo configure:2017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_define_sigwinch=yes
 else
@@ -2021,7 +1991,7 @@ else
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   cat > conftest.$ac_ext <<EOF
-#line 2025 "configure"
+#line 1995 "configure"
 #include "confdefs.h"
 
 #undef _XOPEN_SOURCE
@@ -2034,7 +2004,7 @@ int main() {
 int x = SIGWINCH
 ; return 0; }
 EOF
-if { (eval echo configure:2038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_define_sigwinch=maybe
 else
@@ -2054,7 +2024,7 @@ echo "$ac_t""$cf_cv_define_sigwinch" 1>&
 
 if test "$cf_cv_define_sigwinch" = maybe ; then
 echo $ac_n "checking for actual SIGWINCH definition""... $ac_c" 1>&6
-echo "configure:2058: checking for actual SIGWINCH definition" >&5
+echo "configure:2028: checking for actual SIGWINCH definition" >&5
 if eval "test \"`echo '$''{'cf_cv_fixup_sigwinch'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2064,7 +2034,7 @@ cf_sigwinch=32
 while test $cf_sigwinch != 1
 do
 	cat > conftest.$ac_ext <<EOF
-#line 2068 "configure"
+#line 2038 "configure"
 #include "confdefs.h"
 
 #undef _XOPEN_SOURCE
@@ -2081,7 +2051,7 @@ make an error
 int x = SIGWINCH
 ; return 0; }
 EOF
-if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2055: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_fixup_sigwinch=$cf_sigwinch
 	 break
@@ -2105,7 +2075,7 @@ fi
 
 
         echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
-echo "configure:2109: checking for strerror in -lcposix" >&5
+echo "configure:2079: checking for strerror in -lcposix" >&5
 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -2113,7 +2083,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lcposix  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 2117 "configure"
+#line 2087 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2124,16 +2094,16 @@ int main() {
 strerror()
 ; return 0; }
 EOF
-if { (eval echo configure:2128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -2147,8 +2117,8 @@ fi
   
 
 
-echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
-echo "configure:2152: checking for ${CC-cc} option to accept ANSI C" >&5
+echo $ac_n "checking for ${CC:-cc} option to accept ANSI C""... $ac_c" 1>&6
+echo "configure:2122: checking for ${CC:-cc} option to accept ANSI C" >&5
 if eval "test \"`echo '$''{'cf_cv_ansi_cc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2188,8 +2158,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -2204,6 +2174,16 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -2219,8 +2199,8 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
@@ -2244,7 +2224,7 @@ fi
 
 
 	cat > conftest.$ac_ext <<EOF
-#line 2248 "configure"
+#line 2228 "configure"
 #include "confdefs.h"
 
 #ifndef CC_HAS_PROTOS
@@ -2260,7 +2240,7 @@ int main() {
 	struct s2 {int (*f) (double a);};
 ; return 0; }
 EOF
-if { (eval echo configure:2264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ansi_cc="$cf_arg"; break
 else
@@ -2295,8 +2275,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -2311,6 +2291,16 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -2326,8 +2316,8 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
@@ -2368,12 +2358,12 @@ You have the following choices:
 fi
 
 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
-echo "configure:2372: checking for Cygwin environment" >&5
+echo "configure:2362: checking for Cygwin environment" >&5
 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2377 "configure"
+#line 2367 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -2384,7 +2374,7 @@ int main() {
 return __CYGWIN__;
 ; return 0; }
 EOF
-if { (eval echo configure:2388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2378: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_cygwin=yes
 else
@@ -2401,19 +2391,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
 CYGWIN=
 test "$ac_cv_cygwin" = yes && CYGWIN=yes
 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
-echo "configure:2405: checking for mingw32 environment" >&5
+echo "configure:2395: checking for mingw32 environment" >&5
 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2410 "configure"
+#line 2400 "configure"
 #include "confdefs.h"
 
 int main() {
 return __MINGW32__;
 ; return 0; }
 EOF
-if { (eval echo configure:2417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_mingw32=yes
 else
@@ -2445,7 +2435,7 @@ esac
 
 
 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
-echo "configure:2449: checking for executable suffix" >&5
+echo "configure:2439: checking for executable suffix" >&5
 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2455,7 +2445,7 @@ else
   rm -f conftest*
   echo 'int main () { return 0; }' > conftest.$ac_ext
   ac_cv_exeext=
-  if { (eval echo configure:2459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+  if { (eval echo configure:2449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     for file in conftest.*; do
       case $file in
       *.c | *.o | *.obj) ;;
@@ -2476,13 +2466,13 @@ echo "$ac_t""${ac_cv_exeext}" 1>&6
 ac_exeext=$EXEEXT
 
 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
-echo "configure:2480: checking for object suffix" >&5
+echo "configure:2470: checking for object suffix" >&5
 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   rm -f conftest*
 echo 'int i = 1;' > conftest.$ac_ext
-if { (eval echo configure:2486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2476: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   for ac_file in conftest.*; do
     case $ac_file in
     *.c) ;;
@@ -2519,7 +2509,7 @@ LIB_PREFIX=$LIB_PREFIX
 	
 
 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:2523: checking whether ln -s works" >&5
+echo "configure:2513: checking whether ln -s works" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2563,7 +2553,7 @@ do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2567: checking for $ac_word" >&5
+echo "configure:2557: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_BUILD_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2595,11 +2585,11 @@ done
 fi
 
 	echo $ac_n "checking for native build C compiler""... $ac_c" 1>&6
-echo "configure:2599: checking for native build C compiler" >&5
+echo "configure:2589: checking for native build C compiler" >&5
 	echo "$ac_t""$BUILD_CC" 1>&6
 
 	echo $ac_n "checking for native build C preprocessor""... $ac_c" 1>&6
-echo "configure:2603: checking for native build C preprocessor" >&5
+echo "configure:2593: checking for native build C preprocessor" >&5
 	
 # Check whether --with-build-cpp or --without-build-cpp was given.
 if test "${with_build_cpp+set}" = set; then
@@ -2612,7 +2602,7 @@ fi
 	echo "$ac_t""$BUILD_CPP" 1>&6
 
 	echo $ac_n "checking for native build C flags""... $ac_c" 1>&6
-echo "configure:2616: checking for native build C flags" >&5
+echo "configure:2606: checking for native build C flags" >&5
 	
 # Check whether --with-build-cflags or --without-build-cflags was given.
 if test "${with_build_cflags+set}" = set; then
@@ -2623,7 +2613,7 @@ fi
 	echo "$ac_t""$BUILD_CFLAGS" 1>&6
 
 	echo $ac_n "checking for native build C preprocessor-flags""... $ac_c" 1>&6
-echo "configure:2627: checking for native build C preprocessor-flags" >&5
+echo "configure:2617: checking for native build C preprocessor-flags" >&5
 	
 # Check whether --with-build-cppflags or --without-build-cppflags was given.
 if test "${with_build_cppflags+set}" = set; then
@@ -2634,7 +2624,7 @@ fi
 	echo "$ac_t""$BUILD_CPPFLAGS" 1>&6
 
 	echo $ac_n "checking for native build linker-flags""... $ac_c" 1>&6
-echo "configure:2638: checking for native build linker-flags" >&5
+echo "configure:2628: checking for native build linker-flags" >&5
 	
 # Check whether --with-build-ldflags or --without-build-ldflags was given.
 if test "${with_build_ldflags+set}" = set; then
@@ -2645,7 +2635,7 @@ fi
 	echo "$ac_t""$BUILD_LDFLAGS" 1>&6
 
 	echo $ac_n "checking for native build linker-libraries""... $ac_c" 1>&6
-echo "configure:2649: checking for native build linker-libraries" >&5
+echo "configure:2639: checking for native build linker-libraries" >&5
 	
 # Check whether --with-build-libs or --without-build-libs was given.
 if test "${with_build_libs+set}" = set; then
@@ -2688,7 +2678,7 @@ fi
 
 
 echo $ac_n "checking build system type""... $ac_c" 1>&6
-echo "configure:2692: checking build system type" >&5
+echo "configure:2682: checking build system type" >&5
 
 build_alias=$build
 case "$build_alias" in
@@ -2714,7 +2704,7 @@ fi
 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2718: checking for $ac_word" >&5
+echo "configure:2708: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2746,7 +2736,7 @@ if test -n "$ac_tool_prefix"; then
   # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2750: checking for $ac_word" >&5
+echo "configure:2740: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2781,7 +2771,7 @@ fi
 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ld; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2785: checking for $ac_word" >&5
+echo "configure:2775: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2813,7 +2803,7 @@ if test -n "$ac_tool_prefix"; then
   # Extract the first word of "ld", so it can be a program name with args.
 set dummy ld; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2817: checking for $ac_word" >&5
+echo "configure:2807: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2849,7 +2839,7 @@ fi
 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ar; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2853: checking for $ac_word" >&5
+echo "configure:2843: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2881,7 +2871,7 @@ if test -n "$ac_tool_prefix"; then
   # Extract the first word of "ar", so it can be a program name with args.
 set dummy ar; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2885: checking for $ac_word" >&5
+echo "configure:2875: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2918,7 +2908,7 @@ fi
 
 
 echo $ac_n "checking for options to update archives""... $ac_c" 1>&6
-echo "configure:2922: checking for options to update archives" >&5
+echo "configure:2912: checking for options to update archives" >&5
 if eval "test \"`echo '$''{'cf_cv_ar_flags'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2926,6 +2916,16 @@ else
 	cf_cv_ar_flags=unknown
 	for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
 	do
+
+		# check if $ARFLAGS already contains this choice
+		if test "x$ARFLAGS" != "x" ; then
+			cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
+			if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
+				cf_cv_ar_flags=
+				break
+			fi
+		fi
+
 		rm -f conftest.$ac_cv_objext
 		rm -f conftest.a
 
@@ -2934,7 +2934,8 @@ else
 int	testdata[3] = { 123, 456, 789 };
 EOF
 		if { (eval echo configure:2937: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } ; then
-			$AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null
+			echo "$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext" >&5
+			$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null
 			if test -f conftest.a ; then
 				cf_cv_ar_flags=$cf_ar_flags
 				break
@@ -2942,7 +2943,7 @@ EOF
 		else
 			test -n "$verbose" && echo "	cannot compile test-program" 1>&6
 
-echo "${as_me-configure}:2946: testing cannot compile test-program ..." 1>&5
+echo "${as_me:-configure}:2947: testing cannot compile test-program ..." 1>&5
 
 
 			break
@@ -2953,9 +2954,17 @@ echo "${as_me-configure}:2946: testing c
 fi
 
 echo "$ac_t""$cf_cv_ar_flags" 1>&6
-test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags
-
-
+
+if test -n "$ARFLAGS" ; then
+	if test -n "$cf_cv_ar_flags" ; then
+		ARFLAGS="$ARFLAGS $cf_cv_ar_flags"
+	fi
+else
+	ARFLAGS=$cf_cv_ar_flags
+fi
+
+
+
 
 case "$host_cpu:$host_vendor:$host_os" in
 	# check for MacOS X, exclude Darwin on ix86
@@ -2990,7 +2999,7 @@ if test "${with_ispell+set}" = set; then
   *)
    # user supplied option-value for "--with-ispell=path"
    echo $ac_n "checking for ispell""... $ac_c" 1>&6
-echo "configure:2994: checking for ispell" >&5
+echo "configure:3003: checking for ispell" >&5
    ac_cv_path_PATH_ISPELL="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_ISPELL "$withval"
@@ -3007,7 +3016,7 @@ else
   # Extract the first word of "ispell", so it can be a program name with args.
 set dummy ispell; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3011: checking for $ac_word" >&5
+echo "configure:3020: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_ISPELL'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3064,7 +3073,7 @@ if test "${with_metamail+set}" = set; th
   *)
    # user supplied option-value for "--with-metamail=path"
    echo $ac_n "checking for metamail""... $ac_c" 1>&6
-echo "configure:3068: checking for metamail" >&5
+echo "configure:3077: checking for metamail" >&5
    ac_cv_path_PATH_METAMAIL="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_METAMAIL "$withval"
@@ -3081,7 +3090,7 @@ else
   # Extract the first word of "metamail", so it can be a program name with args.
 set dummy metamail; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3085: checking for $ac_word" >&5
+echo "configure:3094: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_METAMAIL'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3138,7 +3147,7 @@ if test "${with_sum+set}" = set; then
   *)
    # user supplied option-value for "--with-sum=path"
    echo $ac_n "checking for sum""... $ac_c" 1>&6
-echo "configure:3142: checking for sum" >&5
+echo "configure:3151: checking for sum" >&5
    ac_cv_path_PATH_SUM="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_SUM "$withval"
@@ -3155,7 +3164,7 @@ else
   # Extract the first word of "sum", so it can be a program name with args.
 set dummy sum; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3159: checking for $ac_word" >&5
+echo "configure:3168: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_SUM'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3202,12 +3211,12 @@ fi
 if test $ac_cv_path_PATH_SUM
 then
 echo $ac_n "checking if $ac_cv_path_PATH_SUM takes -r""... $ac_c" 1>&6
-echo "configure:3206: checking if $ac_cv_path_PATH_SUM takes -r" >&5
+echo "configure:3215: checking if $ac_cv_path_PATH_SUM takes -r" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_sum_r'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
-if { ac_try='$ac_cv_path_PATH_SUM -r config.log 1>&5'; { (eval echo configure:3211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
+if { ac_try='$ac_cv_path_PATH_SUM -r config.log 1>&5'; { (eval echo configure:3220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
 then
 	ac_cv_prog_sum_r=yes
 else
@@ -3237,7 +3246,7 @@ fi
 
 
 echo $ac_n "checking for default editor""... $ac_c" 1>&6
-echo "configure:3241: checking for default editor" >&5
+echo "configure:3250: checking for default editor" >&5
 
 # Check whether --with-editor or --without-editor was given.
 if test "${with_editor+set}" = set; then
@@ -3265,7 +3274,7 @@ if test -z "$DEFAULT_EDITOR" ; then
 	# Extract the first word of "vi", so it can be a program name with args.
 set dummy vi; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3269: checking for $ac_word" >&5
+echo "configure:3278: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_DEFAULT_EDITOR'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3310,7 +3319,7 @@ EOF
 # Extract the first word of "sendmail", so it can be a program name with args.
 set dummy sendmail; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3314: checking for $ac_word" >&5
+echo "configure:3323: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_DEFAULT_MAILER'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3364,7 +3373,7 @@ if test -z "$DEFAULT_MAILER" ; then
 # Extract the first word of "mailx", so it can be a program name with args.
 set dummy mailx; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3368: checking for $ac_word" >&5
+echo "configure:3377: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_DEFAULT_MAILER'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3401,7 +3410,7 @@ if test -z "$DEFAULT_MAILER" ; then
 # Extract the first word of "mail", so it can be a program name with args.
 set dummy mail; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3405: checking for $ac_word" >&5
+echo "configure:3414: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_DEFAULT_MAILER'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3435,7 +3444,7 @@ fi
 
 fi
 echo $ac_n "checking for default mailer""... $ac_c" 1>&6
-echo "configure:3439: checking for default mailer" >&5
+echo "configure:3448: checking for default mailer" >&5
 if test -n "$DEFAULT_MAILER" ; then
 	
 case $cf_cv_system_name in #(vi
@@ -3462,7 +3471,7 @@ echo "$ac_t""$DEFAULT_MAILER" 1>&6
 
 
 echo $ac_n "checking for incoming-mail directory""... $ac_c" 1>&6
-echo "configure:3466: checking for incoming-mail directory" >&5
+echo "configure:3475: checking for incoming-mail directory" >&5
 
 # Check whether --with-mailbox or --without-mailbox was given.
 if test "${with_mailbox+set}" = set; then
@@ -3508,7 +3517,7 @@ echo "$ac_t""$DEFAULT_MAILBOX" 1>&6
 
 ## PGP Support
 echo $ac_n "checking if you want PGP/GPG-Support""... $ac_c" 1>&6
-echo "configure:3512: checking if you want PGP/GPG-Support" >&5
+echo "configure:3521: checking if you want PGP/GPG-Support" >&5
 
 # Check whether --enable-pgp-gpg or --disable-pgp-gpg was given.
 if test "${enable_pgp_gpg+set}" = set; then
@@ -3540,7 +3549,7 @@ if test "${with_pgp+set}" = set; then
   *)
    # user supplied option-value for "--with-pgp=path"
    echo $ac_n "checking for pgp""... $ac_c" 1>&6
-echo "configure:3544: checking for pgp" >&5
+echo "configure:3553: checking for pgp" >&5
    ac_cv_path_PATH_PGP="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_PGP "$withval"
@@ -3557,7 +3566,7 @@ else
   # Extract the first word of "pgp", so it can be a program name with args.
 set dummy pgp; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3561: checking for $ac_word" >&5
+echo "configure:3570: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_PGP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3615,7 +3624,7 @@ if test "${with_pgpk+set}" = set; then
   *)
    # user supplied option-value for "--with-pgpk=path"
    echo $ac_n "checking for pgpk""... $ac_c" 1>&6
-echo "configure:3619: checking for pgpk" >&5
+echo "configure:3628: checking for pgpk" >&5
    ac_cv_path_PATH_PGPK="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_PGPK "$withval"
@@ -3632,7 +3641,7 @@ else
   # Extract the first word of "pgpk", so it can be a program name with args.
 set dummy pgpk; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3636: checking for $ac_word" >&5
+echo "configure:3645: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_PGPK'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3690,7 +3699,7 @@ if test "${with_gpg+set}" = set; then
   *)
    # user supplied option-value for "--with-gpg=path"
    echo $ac_n "checking for gpg""... $ac_c" 1>&6
-echo "configure:3694: checking for gpg" >&5
+echo "configure:3703: checking for gpg" >&5
    ac_cv_path_PATH_GPG="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_GPG "$withval"
@@ -3707,7 +3716,7 @@ else
   # Extract the first word of "gpg", so it can be a program name with args.
 set dummy gpg; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3711: checking for $ac_word" >&5
+echo "configure:3720: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_GPG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3766,7 +3775,7 @@ if test "${with_slrnface+set}" = set; th
   *)
    # user supplied option-value for "--with-slrnface=path"
    echo $ac_n "checking for slrnface""... $ac_c" 1>&6
-echo "configure:3770: checking for slrnface" >&5
+echo "configure:3779: checking for slrnface" >&5
    ac_cv_path_PATH_SLRNFACE="$withval"
    cat >> confdefs.h <<EOF
 #define PATH_SLRNFACE "$withval"
@@ -3783,7 +3792,7 @@ else
   # Extract the first word of "slrnface", so it can be a program name with args.
 set dummy slrnface; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3787: checking for $ac_word" >&5
+echo "configure:3796: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PATH_SLRNFACE'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3839,13 +3848,13 @@ fi
 
 
 echo $ac_n "checking for the default shell program""... $ac_c" 1>&6
-echo "configure:3843: checking for the default shell program" >&5
+echo "configure:3852: checking for the default shell program" >&5
 cf_shell_progs="$cf_cv_default_shell"
 if test -z "$cf_shell_progs" ; then
 	cf_shell_progs="sh ksh bash zsh pdksh mksh jsh keysh ash dash"
 	# TIN preferred default shell for BSD systems is csh. Others are sh.
 	cat > conftest.$ac_ext <<EOF
-#line 3849 "configure"
+#line 3858 "configure"
 #include "confdefs.h"
 
 #include <sys/params.h>
@@ -3858,7 +3867,7 @@ make an error
 
 ; return 0; }
 EOF
-if { (eval echo configure:3862: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   $cf_shell_progs="csh tcsh $cf_shell_progs"
 else
@@ -3868,11 +3877,11 @@ fi
 rm -f conftest*
 fi
 
-echo "${as_me-configure}:3872: testing paths of shell programs: $cf_shell_progs ..." 1>&5
+echo "${as_me:-configure}:3881: testing paths of shell programs: $cf_shell_progs ..." 1>&5
 
 if test -s /etc/shells && test `egrep -c -v '^(#| |    |$)' /etc/shells` -gt 0; then
 	
-echo "${as_me-configure}:3876: testing /etc/shells ..." 1>&5
+echo "${as_me:-configure}:3885: testing /etc/shells ..." 1>&5
 
 	for cf_prog in $cf_shell_progs
 	do
@@ -3907,14 +3916,14 @@ echo "${as_me-configure}:3876: testing /
 	echo "$ac_t""$DEFAULT_SHELL" 1>&6
 else
 	
-echo "${as_me-configure}:3911: testing $PATH ..." 1>&5
+echo "${as_me:-configure}:3920: testing $PATH ..." 1>&5
 
 for ac_prog in $cf_shell_progs
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3918: checking for $ac_word" >&5
+echo "configure:3927: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_DEFAULT_SHELL'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3967,7 +3976,7 @@ EOF
 
 ### check for this early, since it'll override several options
 echo $ac_n "checking if NNTP-support will be used""... $ac_c" 1>&6
-echo "configure:3971: checking if NNTP-support will be used" >&5
+echo "configure:3980: checking if NNTP-support will be used" >&5
 
 # Check whether --enable-nntp or --disable-nntp was given.
 if test "${enable_nntp+set}" = set; then
@@ -3989,7 +3998,7 @@ echo "$ac_t""$enableval" 1>&6
 USE_SPOOLDIR=yes
 if test "$USE_NNTP" = "yes" ; then
 echo $ac_n "checking whether to be NNTP_ONLY""... $ac_c" 1>&6
-echo "configure:3993: checking whether to be NNTP_ONLY" >&5
+echo "configure:4002: checking whether to be NNTP_ONLY" >&5
 
 # Check whether --enable-nntp-only or --disable-nntp-only was given.
 if test "${enable_nntp_only+set}" = set; then
@@ -4021,7 +4030,7 @@ fi
 
 ###	use option --enable-debug to compile-in test/development code
 echo $ac_n "checking if you want to compile-in debug support""... $ac_c" 1>&6
-echo "configure:4025: checking if you want to compile-in debug support" >&5
+echo "configure:4034: checking if you want to compile-in debug support" >&5
 
 # Check whether --enable-debug or --disable-debug was given.
 if test "${enable_debug+set}" = set; then
@@ -4048,7 +4057,7 @@ echo "$ac_t""$enableval" 1>&6
 ###	use option --disable-echo to suppress full display compiling commands
 
 echo $ac_n "checking if you want to see long compiling messages""... $ac_c" 1>&6
-echo "configure:4052: checking if you want to see long compiling messages" >&5
+echo "configure:4061: checking if you want to see long compiling messages" >&5
 
 # Check whether --enable-echo or --disable-echo was given.
 if test "${enable_echo+set}" = set; then
@@ -4093,7 +4102,7 @@ echo "$ac_t""$enableval" 1>&6
 
 ### use option --enable-prototypes to turn on optional prototypes
 echo $ac_n "checking if you want to compile with fallback prototypes""... $ac_c" 1>&6
-echo "configure:4097: checking if you want to compile with fallback prototypes" >&5
+echo "configure:4106: checking if you want to compile with fallback prototypes" >&5
 
 # Check whether --enable-prototypes or --disable-prototypes was given.
 if test "${enable_prototypes+set}" = set; then
@@ -4117,7 +4126,7 @@ EXTRA_CFLAGS=""
 if test -n "$GCC"
 then
 echo $ac_n "checking if you want to turn on gcc warnings""... $ac_c" 1>&6
-echo "configure:4121: checking if you want to turn on gcc warnings" >&5
+echo "configure:4130: checking if you want to turn on gcc warnings" >&5
 
 # Check whether --enable-warnings or --disable-warnings was given.
 if test "${enable_warnings+set}" = set; then
@@ -4143,8 +4152,8 @@ then
 GCC_VERSION=none
 if test "$GCC" = yes ; then
 	echo $ac_n "checking version of $CC""... $ac_c" 1>&6
-echo "configure:4147: checking version of $CC" >&5
-	GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
+echo "configure:4156: checking version of $CC" >&5
+	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
 	test -z "$GCC_VERSION" && GCC_VERSION=unknown
 	echo "$ac_t""$GCC_VERSION" 1>&6
 fi
@@ -4158,11 +4167,11 @@ if test "$GCC" = yes ; then
 	case $host_os in
 	linux*|gnu*)
 		echo $ac_n "checking if this is really Intel C compiler""... $ac_c" 1>&6
-echo "configure:4162: checking if this is really Intel C compiler" >&5
+echo "configure:4171: checking if this is really Intel C compiler" >&5
 		cf_save_CFLAGS="$CFLAGS"
 		CFLAGS="$CFLAGS -no-gcc"
 		cat > conftest.$ac_ext <<EOF
-#line 4166 "configure"
+#line 4175 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -4174,7 +4183,7 @@ make an error
 
 ; return 0; }
 EOF
-if { (eval echo configure:4178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   INTEL_COMPILER=yes
 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
@@ -4192,7 +4201,7 @@ fi
 
 
 cat > conftest.$ac_ext <<EOF
-#line 4196 "${as_me-configure}"
+#line 4205 "${as_me:-configure}"
 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
 EOF
 
@@ -4210,7 +4219,7 @@ then
 # warning #279: controlling expression is constant
 
 	echo "checking for $CC warning options" 1>&6
-echo "configure:4214: checking for $CC warning options" >&5
+echo "configure:4223: checking for $CC warning options" >&5
 	cf_save_CFLAGS="$CFLAGS"
 	EXTRA_CFLAGS="-Wall"
 	for cf_opt in \
@@ -4225,7 +4234,7 @@ echo "configure:4214: checking for $CC w
 		wd981
 	do
 		CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
-		if { (eval echo configure:4229: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+		if { (eval echo configure:4238: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 			test -n "$verbose" && echo "$ac_t""... -$cf_opt" 1>&6
 			EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
 		fi
@@ -4235,12 +4244,12 @@ echo "configure:4214: checking for $CC w
 elif test "$GCC" = yes
 then
 	echo "checking for $CC warning options" 1>&6
-echo "configure:4239: checking for $CC warning options" >&5
+echo "configure:4248: checking for $CC warning options" >&5
 	cf_save_CFLAGS="$CFLAGS"
-	EXTRA_CFLAGS="-W -Wall"
+	EXTRA_CFLAGS=
 	cf_warn_CONST=""
 	test "$with_ext_const" = yes && cf_warn_CONST="Wwrite-strings"
-	for cf_opt in \
+	for cf_opt in W Wall \
 		Wbad-function-cast \
 		Wcast-align \
 		Wcast-qual \
@@ -4254,7 +4263,7 @@ echo "configure:4239: checking for $CC w
 		Wundef $cf_warn_CONST 
 	do
 		CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
-		if { (eval echo configure:4258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+		if { (eval echo configure:4267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 			test -n "$verbose" && echo "$ac_t""... -$cf_opt" 1>&6
 			case $cf_opt in #(vi
 			Wcast-qual) #(vi
@@ -4265,7 +4274,7 @@ echo "configure:4239: checking for $CC w
 				[34].*)
 					test -n "$verbose" && echo "	feature is broken in gcc $GCC_VERSION" 1>&6
 
-echo "${as_me-configure}:4269: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
+echo "${as_me:-configure}:4278: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
 
 
 					continue;;
@@ -4277,7 +4286,7 @@ echo "${as_me-configure}:4269: testing f
 	done
 	CFLAGS="$cf_save_CFLAGS"
 fi
-rm -f conftest*
+rm -rf conftest*
 
 
 
@@ -4288,14 +4297,14 @@ fi
 if test "$USE_SPOOLDIR" = "yes"; then
 	## options for directories
 	echo $ac_n "checking for news-library path""... $ac_c" 1>&6
-echo "configure:4292: checking for news-library path" >&5
+echo "configure:4301: checking for news-library path" >&5
 	
 # Check whether --with-libdir or --without-libdir was given.
 if test "${with_libdir+set}" = set; then
   withval="$with_libdir"
   :
 else
-  withval="${NEWSLIBDIR-/usr/lib/news}"
+  withval="${NEWSLIBDIR:-/usr/lib/news}"
 fi
 if true ; then
 
@@ -4334,14 +4343,14 @@ NEWSLIBDIR="$withval"
 	echo "$ac_t""$NEWSLIBDIR" 1>&6
 
 	echo $ac_n "checking for news spool-directory path""... $ac_c" 1>&6
-echo "configure:4338: checking for news spool-directory path" >&5
+echo "configure:4347: checking for news spool-directory path" >&5
 	
 # Check whether --with-spooldir or --without-spooldir was given.
 if test "${with_spooldir+set}" = set; then
   withval="$with_spooldir"
   :
 else
-  withval="${SPOOLDIR-/var/spool/news}"
+  withval="${SPOOLDIR:-/var/spool/news}"
 fi
 if true ; then
 
@@ -4380,14 +4389,14 @@ SPOOLDIR="$withval"
 	echo "$ac_t""$SPOOLDIR" 1>&6
 
 	echo $ac_n "checking for news overview-directory path""... $ac_c" 1>&6
-echo "configure:4384: checking for news overview-directory path" >&5
+echo "configure:4393: checking for news overview-directory path" >&5
 	
 # Check whether --with-nov-dir or --without-nov-dir was given.
 if test "${with_nov_dir+set}" = set; then
   withval="$with_nov_dir"
   :
 else
-  withval="${NOVROOTDIR-$SPOOLDIR}"
+  withval="${NOVROOTDIR:-$SPOOLDIR}"
 fi
 if true ; then
 
@@ -4426,7 +4435,7 @@ NOVROOTDIR="$withval"
 	echo "$ac_t""$NOVROOTDIR" 1>&6
 
 	echo $ac_n "checking for overview filename""... $ac_c" 1>&6
-echo "configure:4430: checking for overview filename" >&5
+echo "configure:4439: checking for overview filename" >&5
 	
 # Check whether --with-nov-fname or --without-nov-fname was given.
 if test "${with_nov_fname+set}" = set; then
@@ -4462,14 +4471,14 @@ fi
 ## TODO: kick the --with-inews-dir= stuff, the check below should be enough
 ## (requires some code rework in tin)
 echo $ac_n "checking for directory containing \"inews\"""... $ac_c" 1>&6
-echo "configure:4466: checking for directory containing \"inews\"" >&5
+echo "configure:4475: checking for directory containing \"inews\"" >&5
 
 # Check whether --with-inews-dir or --without-inews-dir was given.
 if test "${with_inews_dir+set}" = set; then
   withval="$with_inews_dir"
   :
 else
-  withval="${INEWSDIR-$INEWSPATH}"
+  withval="${INEWSDIR:-$INEWSPATH}"
 fi
 if true ; then
 
@@ -4511,7 +4520,7 @@ echo "$ac_t""$INEWSDIR" 1>&6
 # Extract the first word of "inews", so it can be a program name with args.
 set dummy inews; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4515: checking for $ac_word" >&5
+echo "configure:4524: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_INEWS'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -4567,7 +4576,7 @@ fi
 ### Look for network libraries first, since some functions (such as gethostname)
 ### are used in a lot of places.
 echo $ac_n "checking if you want socks library""... $ac_c" 1>&6
-echo "configure:4571: checking if you want socks library" >&5
+echo "configure:4580: checking if you want socks library" >&5
 if eval "test \"`echo '$''{'cf_cv_use_libsocks'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -4587,7 +4596,7 @@ fi
 echo "$ac_t""$cf_cv_use_libsocks" 1>&6
 
 echo $ac_n "checking if you want socks5 library""... $ac_c" 1>&6
-echo "configure:4591: checking if you want socks5 library" >&5
+echo "configure:4600: checking if you want socks5 library" >&5
 if eval "test \"`echo '$''{'cf_cv_use_libsocks5'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -4644,14 +4653,14 @@ if test -n "$cf_searchpath/include" ; th
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 4648 "configure"
+#line 4657 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:4655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4664: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -4668,7 +4677,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:4672: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:4681: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -4710,14 +4719,14 @@ if test -n "$cf_searchpath/../include" ;
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 4714 "configure"
+#line 4723 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:4721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -4734,7 +4743,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:4738: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:4747: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -4774,7 +4783,7 @@ if test -n "$cf_searchpath/lib" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:4778: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:4787: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -4804,7 +4813,7 @@ if test -n "$cf_searchpath" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:4808: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:4817: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -4829,11 +4838,13 @@ cf_cv_header_path_socks=
 cf_cv_library_path_socks=
 
 
-echo "${as_me-configure}:4833: testing Starting FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:4842: testing Starting FIND_LINKAGE(socks,) ..." 1>&5
+
 
+cf_save_LIBS="$LIBS"
 
 cat > conftest.$ac_ext <<EOF
-#line 4837 "configure"
+#line 4848 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -4844,29 +4855,65 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:4848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  cf_cv_find_linkage_socks=yes
+if { (eval echo configure:4859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  
+	cf_cv_find_linkage_socks=yes
+	cf_cv_header_path_socks=/usr/include
+	cf_cv_library_path_socks=/usr/lib
+
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
+  
+
+LIBS="-lsocks  $cf_save_LIBS"
+
+cat > conftest.$ac_ext <<EOF
+#line 4875 "configure"
+#include "confdefs.h"
+
+#include <stdio.h>
+
+int main() {
+
+      Raccept((char *)0)
+
+; return 0; }
+EOF
+if { (eval echo configure:4886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  
+	cf_cv_find_linkage_socks=yes
+	cf_cv_header_path_socks=/usr/include
+	cf_cv_library_path_socks=/usr/lib
+	cf_cv_library_file_socks="-lsocks"
+
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
   
-    cf_cv_find_linkage_socks=no
+	cf_cv_find_linkage_socks=no
+	LIBS="$cf_save_LIBS"
 
     test -n "$verbose" && echo "	find linkage for socks library" 1>&6
 
-echo "${as_me-configure}:4860: testing find linkage for socks library ..." 1>&5
+echo "${as_me:-configure}:4904: testing find linkage for socks library ..." 1>&5
 
 
     
-echo "${as_me-configure}:4864: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:4908: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5
 
 
     cf_save_CPPFLAGS="$CPPFLAGS"
     cf_test_CPPFLAGS="$CPPFLAGS"
 
     
+cf_search=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
@@ -4892,12 +4939,14 @@ test -d "$cf_header_path" && \
 	done
 fi
 
-cf_search=""
+# add the variations for the package we are looking for
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr"
 	test -d /usr/include &&          cf_search="$cf_search /usr/include"
 	test -d /usr/include/socks &&       cf_search="$cf_search /usr/include/socks"
@@ -4921,7 +4970,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr/local"
 	test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
 	test -d /usr/local/include/socks &&       cf_search="$cf_search /usr/local/include/socks"
@@ -4933,7 +4982,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /opt"
 	test -d /opt/include &&          cf_search="$cf_search /opt/include"
 	test -d /opt/include/socks &&       cf_search="$cf_search /opt/include/socks"
@@ -4945,7 +4994,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under $HOME"
 	test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
 	test -d $HOME/include/socks &&       cf_search="$cf_search $HOME/include/socks"
@@ -4970,19 +5019,19 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/socks && cf_search="$cf_search $oldincludedir/socks"
 }
 
-cf_search="$cf_header_path_list $cf_search"
+cf_search="$cf_search $cf_header_path_list"
 
     for cf_cv_header_path_socks in $cf_search
     do
       if test -d $cf_cv_header_path_socks ; then
         test -n "$verbose" && echo "	... testing $cf_cv_header_path_socks" 1>&6
 
-echo "${as_me-configure}:4981: testing ... testing $cf_cv_header_path_socks ..." 1>&5
+echo "${as_me:-configure}:5030: testing ... testing $cf_cv_header_path_socks ..." 1>&5
 
 
         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_socks"
         cat > conftest.$ac_ext <<EOF
-#line 4986 "configure"
+#line 5035 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -4993,12 +5042,12 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:4997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
             test -n "$verbose" && echo "	... found socks headers in $cf_cv_header_path_socks" 1>&6
 
-echo "${as_me-configure}:5002: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5
+echo "${as_me:-configure}:5051: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5
 
 
             cf_cv_find_linkage_socks=maybe
@@ -5019,7 +5068,7 @@ rm -f conftest*
     if test "$cf_cv_find_linkage_socks" = maybe ; then
 
       
-echo "${as_me-configure}:5023: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:5072: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5
 
 
       cf_save_LIBS="$LIBS"
@@ -5029,6 +5078,7 @@ echo "${as_me-configure}:5023: testing S
 
       if test "$cf_cv_find_linkage_socks" != yes ; then
         
+cf_search=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -5054,12 +5104,13 @@ test -d "$cf_library_path" && \
 	done
 fi
 
-cf_search=""
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr"
 	test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
 	test -d /usr/lib/socks &&       cf_search="$cf_search /usr/lib/socks"
@@ -5083,7 +5134,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr/local"
 	test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
 	test -d /usr/local/lib/socks &&       cf_search="$cf_search /usr/local/lib/socks"
@@ -5095,7 +5146,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /opt"
 	test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
 	test -d /opt/lib/socks &&       cf_search="$cf_search /opt/lib/socks"
@@ -5107,7 +5158,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under $HOME"
 	test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
 	test -d $HOME/lib/socks &&       cf_search="$cf_search $HOME/lib/socks"
@@ -5125,14 +5176,14 @@ cf_search="$cf_library_path_list $cf_sea
           if test -d $cf_cv_library_path_socks ; then
             test -n "$verbose" && echo "	... testing $cf_cv_library_path_socks" 1>&6
 
-echo "${as_me-configure}:5129: testing ... testing $cf_cv_library_path_socks ..." 1>&5
+echo "${as_me:-configure}:5180: testing ... testing $cf_cv_library_path_socks ..." 1>&5
 
 
             CPPFLAGS="$cf_test_CPPFLAGS"
             LIBS="-lsocks  $cf_save_LIBS"
             LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_socks"
             cat > conftest.$ac_ext <<EOF
-#line 5136 "configure"
+#line 5187 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -5143,12 +5194,12 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   
                 test -n "$verbose" && echo "	... found socks library in $cf_cv_library_path_socks" 1>&6
 
-echo "${as_me-configure}:5152: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5
+echo "${as_me:-configure}:5203: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5
 
 
                 cf_cv_find_linkage_socks=yes
@@ -5157,17 +5208,16 @@ echo "${as_me-configure}:5152: testing .
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
                 CPPFLAGS="$cf_save_CPPFLAGS"
                 LIBS="$cf_save_LIBS"
                 LDFLAGS="$cf_save_LDFLAGS"
                 
 fi
-rm -f conftest*
+rm -rf conftest*
           fi
         done
-        LIBS="$cf_save_LIBS"
         CPPFLAGS="$cf_save_CPPFLAGS"
         LDFLAGS="$cf_save_LDFLAGS"
       fi
@@ -5177,55 +5227,16 @@ rm -f conftest*
     fi
     
 fi
-rm -f conftest*
+rm -rf conftest*
 
-if test "$cf_cv_find_linkage_socks" = yes ; then
-cf_cv_have_socks=yes
-else
-cf_cv_have_socks=no
 fi
+rm -rf conftest*
 
+LIBS="$cf_save_LIBS"
 
-  if test "$cf_cv_have_socks" = yes ; then
-    cat >> confdefs.h <<\EOF
-#define SOCKS 1
-EOF
-
-
-    cat >> confdefs.h <<\EOF
-#define accept Raccept
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define bind Rbind
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define connect Rconnect
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define getpeername Rgetpeername
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define getsockname Rgetsockname
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define listen Rlisten
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define recvfrom Rrecvfrom
-EOF
-
-    cat >> confdefs.h <<\EOF
-#define select Rselect
-EOF
-
+if test "$cf_cv_find_linkage_socks" = yes ; then
 
-    
+	
 if test -n "$cf_cv_header_path_socks" ; then
   for cf_add_incdir in $cf_cv_header_path_socks
   do
@@ -5250,14 +5261,14 @@ if test -n "$cf_cv_header_path_socks" ; 
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 5254 "configure"
+#line 5265 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:5261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5272: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -5274,7 +5285,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:5278: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:5289: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -5290,7 +5301,7 @@ echo "${as_me-configure}:5278: testing a
   done
 fi
 
-    
+	
 if test -n "$cf_cv_library_path_socks" ; then
   for cf_add_libdir in $cf_cv_library_path_socks
   do
@@ -5310,7 +5321,7 @@ if test -n "$cf_cv_library_path_socks" ;
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:5314: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:5325: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -5319,7 +5330,51 @@ echo "${as_me-configure}:5314: testing a
   done
 fi
 
-    LIBS="$LIBS -lsocks"
+	LIBS="-lsocks $LIBS"
+
+else
+echo "configure: warning: Cannot find socks library" 1>&2
+fi
+
+
+  if test "x$cf_cv_find_linkage_socks" = "xyes" ; then
+    cat >> confdefs.h <<\EOF
+#define SOCKS 1
+EOF
+
+
+    cat >> confdefs.h <<\EOF
+#define accept Raccept
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define bind Rbind
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define connect Rconnect
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define getpeername Rgetpeername
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define getsockname Rgetsockname
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define listen Rlisten
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define recvfrom Rrecvfrom
+EOF
+
+    cat >> confdefs.h <<\EOF
+#define select Rselect
+EOF
+
   else
     { echo "configure: error: cannot link with socks library" 1>&2; exit 1; }
   fi
@@ -5329,7 +5384,7 @@ else
 cf_test_netlibs=no
 
 echo $ac_n "checking for network libraries""... $ac_c" 1>&6
-echo "configure:5333: checking for network libraries" >&5
+echo "configure:5388: checking for network libraries" >&5
 
 if eval "test \"`echo '$''{'cf_cv_netlibs'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5346,17 +5401,17 @@ mingw32) # (vi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:5350: checking for $ac_hdr" >&5
+echo "configure:5405: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 5355 "configure"
+#line 5410 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -5393,7 +5448,7 @@ done
 	LIBS="$cf_winsock_lib $LIBS"
 
 	cat > conftest.$ac_ext <<EOF
-#line 5397 "configure"
+#line 5452 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_WINDOWS_H
@@ -5415,16 +5470,16 @@ int main() {
 	gethostname(buffer, sizeof(buffer));
 ; return 0; }
 EOF
-if { (eval echo configure:5419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_netlibs="$cf_winsock_lib $cf_cv_netlibs"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   { echo "configure: error: Cannot link against winsock library" 1>&2; exit 1; }
 fi
-rm -f conftest*
+rm -rf conftest*
 
 	LIBS="$cf_save_LIBS"
 	;;
@@ -5432,12 +5487,12 @@ rm -f conftest*
 	for ac_func in gethostname
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5436: checking for $ac_func" >&5
+echo "configure:5491: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 5441 "configure"
+#line 5496 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5460,16 +5515,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:5464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -5483,7 +5538,7 @@ else
   echo "$ac_t""no" 1>&6
 
 echo $ac_n "checking for gethostname in -lnsl""... $ac_c" 1>&6
-echo "configure:5487: checking for gethostname in -lnsl" >&5
+echo "configure:5542: checking for gethostname in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5491,7 +5546,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5495 "configure"
+#line 5550 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -5502,16 +5557,16 @@ int main() {
 gethostname()
 ; return 0; }
 EOF
-if { (eval echo configure:5506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -5535,7 +5590,7 @@ else
 	
 			
 echo $ac_n "checking for gethostname in -lsocket""... $ac_c" 1>&6
-echo "configure:5539: checking for gethostname in -lsocket" >&5
+echo "configure:5594: checking for gethostname in -lsocket" >&5
 ac_lib_var=`echo socket'_'gethostname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5543,7 +5598,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5547 "configure"
+#line 5602 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -5554,16 +5609,16 @@ int main() {
 gethostname()
 ; return 0; }
 EOF
-if { (eval echo configure:5558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -5596,7 +5651,7 @@ done
 
 
 	echo $ac_n "checking for main in -linet""... $ac_c" 1>&6
-echo "configure:5600: checking for main in -linet" >&5
+echo "configure:5655: checking for main in -linet" >&5
 ac_lib_var=`echo inet'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5604,23 +5659,23 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-linet  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5608 "configure"
+#line 5663 "configure"
 #include "confdefs.h"
 
 int main() {
 main()
 ; return 0; }
 EOF
-if { (eval echo configure:5615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -5636,12 +5691,12 @@ fi
 	for ac_func in socket
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5640: checking for $ac_func" >&5
+echo "configure:5695: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 5645 "configure"
+#line 5700 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5664,16 +5719,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:5668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -5687,7 +5742,7 @@ else
   echo "$ac_t""no" 1>&6
 
 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
-echo "configure:5691: checking for socket in -lsocket" >&5
+echo "configure:5746: checking for socket in -lsocket" >&5
 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5695,7 +5750,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5699 "configure"
+#line 5754 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -5706,16 +5761,16 @@ int main() {
 socket()
 ; return 0; }
 EOF
-if { (eval echo configure:5710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -5739,7 +5794,7 @@ else
 	
 			
 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
-echo "configure:5743: checking for socket in -lbsd" >&5
+echo "configure:5798: checking for socket in -lbsd" >&5
 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5747,7 +5802,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lbsd $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5751 "configure"
+#line 5806 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -5758,16 +5813,16 @@ int main() {
 socket()
 ; return 0; }
 EOF
-if { (eval echo configure:5762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -5803,12 +5858,12 @@ done
 	for ac_func in gethostbyname
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5807: checking for $ac_func" >&5
+echo "configure:5862: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 5812 "configure"
+#line 5867 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5831,16 +5886,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:5835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -5854,7 +5909,7 @@ else
   echo "$ac_t""no" 1>&6
 
 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:5858: checking for gethostbyname in -lnsl" >&5
+echo "configure:5913: checking for gethostbyname in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5862,7 +5917,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5866 "configure"
+#line 5921 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -5873,16 +5928,16 @@ int main() {
 gethostbyname()
 ; return 0; }
 EOF
-if { (eval echo configure:5877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -5914,12 +5969,12 @@ done
 	for ac_func in gethostbyname
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5918: checking for $ac_func" >&5
+echo "configure:5973: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 5923 "configure"
+#line 5978 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5942,16 +5997,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:5946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -5965,7 +6020,7 @@ else
   echo "$ac_t""no" 1>&6
 
 echo $ac_n "checking for gethostbyname in -lnetwork""... $ac_c" 1>&6
-echo "configure:5969: checking for gethostbyname in -lnetwork" >&5
+echo "configure:6024: checking for gethostbyname in -lnetwork" >&5
 ac_lib_var=`echo network'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5973,7 +6028,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnetwork $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 5977 "configure"
+#line 6032 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -5984,16 +6039,16 @@ int main() {
 gethostbyname()
 ; return 0; }
 EOF
-if { (eval echo configure:5988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -6025,12 +6080,12 @@ done
 	for ac_func in strcasecmp
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6029: checking for $ac_func" >&5
+echo "configure:6084: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6034 "configure"
+#line 6089 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6053,16 +6108,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:6057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -6076,7 +6131,7 @@ else
   echo "$ac_t""no" 1>&6
 
 echo $ac_n "checking for strcasecmp in -lresolv""... $ac_c" 1>&6
-echo "configure:6080: checking for strcasecmp in -lresolv" >&5
+echo "configure:6135: checking for strcasecmp in -lresolv" >&5
 ac_lib_var=`echo resolv'_'strcasecmp | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6084,7 +6139,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lresolv $cf_cv_netlibs $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6088 "configure"
+#line 6143 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6095,16 +6150,16 @@ int main() {
 strcasecmp()
 ; return 0; }
 EOF
-if { (eval echo configure:6099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -6147,7 +6202,7 @@ EOF
 	;;
 esac
 
-LIBS="$LIBS $cf_cv_netlibs"
+LIBS="$cf_cv_netlibs $LIBS"
 test $cf_test_netlibs = no && echo "$cf_cv_netlibs" >&6
 
 	if test "x$cf_cv_use_libsocks5" != xno ; then
@@ -6188,14 +6243,14 @@ if test -n "$cf_searchpath/include" ; th
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 6192 "configure"
+#line 6247 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:6199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -6212,7 +6267,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:6216: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:6271: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -6254,14 +6309,14 @@ if test -n "$cf_searchpath/../include" ;
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 6258 "configure"
+#line 6313 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:6265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -6278,7 +6333,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:6282: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:6337: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -6318,7 +6373,7 @@ if test -n "$cf_searchpath/lib" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:6322: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:6377: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -6348,7 +6403,7 @@ if test -n "$cf_searchpath" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:6352: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:6407: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -6366,7 +6421,7 @@ done
   esac
 
 
-LIBS="$LIBS -lsocks5"
+LIBS="-lsocks5 $LIBS"
 
 cat >> confdefs.h <<\EOF
 #define USE_SOCKS5 1
@@ -6378,10 +6433,10 @@ EOF
 
 
 echo $ac_n "checking if the socks library uses socks4 prefix""... $ac_c" 1>&6
-echo "configure:6382: checking if the socks library uses socks4 prefix" >&5
+echo "configure:6437: checking if the socks library uses socks4 prefix" >&5
 cf_use_socks4=error
 cat > conftest.$ac_ext <<EOF
-#line 6385 "configure"
+#line 6440 "configure"
 #include "confdefs.h"
 
 #include <socks.h>
@@ -6390,8 +6445,8 @@ int main() {
 	Rinit((char *)0)
 ; return 0; }
 EOF
-if { (eval echo configure:6394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cat >> confdefs.h <<\EOF
 #define USE_SOCKS4_PREFIX 1
 EOF
@@ -6400,27 +6455,27 @@ EOF
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cat > conftest.$ac_ext <<EOF
-#line 6406 "configure"
+#line 6461 "configure"
 #include "confdefs.h"
 #include <socks.h>
 int main() {
 SOCKSinit((char *)0)
 ; return 0; }
 EOF
-if { (eval echo configure:6413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_use_socks4=no
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   { echo "configure: error: Cannot link with socks5 library" 1>&2; exit 1; }
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
-rm -f conftest*
+rm -rf conftest*
 echo "$ac_t""$cf_use_socks4" 1>&6
 
 if test "$cf_use_socks4" = "yes" ; then
@@ -6476,9 +6531,9 @@ EOF
 fi
 
 echo $ac_n "checking if socks5p.h is available""... $ac_c" 1>&6
-echo "configure:6480: checking if socks5p.h is available" >&5
+echo "configure:6535: checking if socks5p.h is available" >&5
 cat > conftest.$ac_ext <<EOF
-#line 6482 "configure"
+#line 6537 "configure"
 #include "confdefs.h"
 
 #define INCLUDE_PROTOTYPES
@@ -6488,7 +6543,7 @@ int main() {
 	init((char *)0)
 ; return 0; }
 EOF
-if { (eval echo configure:6492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_use_socks5p_h=yes
 else
@@ -6515,17 +6570,17 @@ for ac_hdr in unistd.h fcntl.h sys/file.
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6519: checking for $ac_hdr" >&5
+echo "configure:6574: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6524 "configure"
+#line 6579 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6529: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6552,12 +6607,12 @@ fi
 done
 
 echo $ac_n "checking for fcntl""... $ac_c" 1>&6
-echo "configure:6556: checking for fcntl" >&5
+echo "configure:6611: checking for fcntl" >&5
 if eval "test \"`echo '$''{'ac_cv_func_fcntl'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6561 "configure"
+#line 6616 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char fcntl(); below.  */
@@ -6580,16 +6635,16 @@ fcntl();
 
 ; return 0; }
 EOF
-if { (eval echo configure:6584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_fcntl=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_fcntl=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'fcntl`\" = yes"; then
@@ -6600,12 +6655,12 @@ else
 fi
 
 echo $ac_n "checking for lockf""... $ac_c" 1>&6
-echo "configure:6604: checking for lockf" >&5
+echo "configure:6659: checking for lockf" >&5
 if eval "test \"`echo '$''{'ac_cv_func_lockf'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6609 "configure"
+#line 6664 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char lockf(); below.  */
@@ -6628,16 +6683,16 @@ lockf();
 
 ; return 0; }
 EOF
-if { (eval echo configure:6632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_lockf=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_lockf=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'lockf`\" = yes"; then
@@ -6648,12 +6703,12 @@ else
 fi
 
 echo $ac_n "checking for flock""... $ac_c" 1>&6
-echo "configure:6652: checking for flock" >&5
+echo "configure:6707: checking for flock" >&5
 if eval "test \"`echo '$''{'ac_cv_func_flock'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6657 "configure"
+#line 6712 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char flock(); below.  */
@@ -6676,16 +6731,16 @@ flock();
 
 ; return 0; }
 EOF
-if { (eval echo configure:6680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_flock=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_flock=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'flock`\" = yes"; then
@@ -6697,7 +6752,7 @@ fi
 
 
 echo $ac_n "checking for file-locking functions""... $ac_c" 1>&6
-echo "configure:6701: checking for file-locking functions" >&5
+echo "configure:6756: checking for file-locking functions" >&5
 if eval "test \"`echo '$''{'cf_cv_lockfile'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -6709,7 +6764,7 @@ if eval 'test ${ac_cv_func_'$cf_lock'+se
 	case $cf_lock in #(vi
 	fcntl) #(vi
 		cat > conftest.$ac_ext <<EOF
-#line 6713 "configure"
+#line 6768 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -6737,7 +6792,7 @@ int main() {
 	
 ; return 0; }
 EOF
-if { (eval echo configure:6741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -6749,7 +6804,7 @@ rm -f conftest*
 		;;
 	lockf) #(vi
 		cat > conftest.$ac_ext <<EOF
-#line 6753 "configure"
+#line 6808 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -6769,7 +6824,7 @@ int main() {
 	
 ; return 0; }
 EOF
-if { (eval echo configure:6773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6828: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -6781,7 +6836,7 @@ rm -f conftest*
 		;;
 	flock)
 		cat > conftest.$ac_ext <<EOF
-#line 6785 "configure"
+#line 6840 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -6804,7 +6859,7 @@ int main() {
 	
 ; return 0; }
 EOF
-if { (eval echo configure:6808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -6825,7 +6880,7 @@ echo "$ac_t""$cf_cv_lockfile" 1>&6
 
 
 echo $ac_n "checking which locking method will be used""... $ac_c" 1>&6
-echo "configure:6829: checking which locking method will be used" >&5
+echo "configure:6884: checking which locking method will be used" >&5
 ### fcntl() is preferred, if the user just disables fcntl()
 ### without specifying an alternative lockf() is preferred
 
@@ -6895,7 +6950,7 @@ fi
 
 
 echo $ac_n "checking for screen type""... $ac_c" 1>&6
-echo "configure:6899: checking for screen type" >&5
+echo "configure:6954: checking for screen type" >&5
 
 # Check whether --with-screen or --without-screen was given.
 if test "${with_screen+set}" = set; then
@@ -6910,14 +6965,24 @@ echo "$ac_t""$cf_with_screen" 1>&6
 use_curses=no
 use_ncurses=no
 
-echo $ac_n "checking if you specified curses install-directory""... $ac_c" 1>&6
-echo "configure:6915: checking if you specified curses install-directory" >&5
 
 
+echo $ac_n "checking for specific curses-directory""... $ac_c" 1>&6
+echo "configure:6972: checking for specific curses-directory" >&5
+
 # Check whether --with-curses-dir or --without-curses-dir was given.
 if test "${with_curses_dir+set}" = set; then
   withval="$with_curses_dir"
-  
+  cf_cv_curses_dir=$withval
+else
+  cf_cv_curses_dir=no
+fi
+
+echo "$ac_t""$cf_cv_curses_dir" 1>&6
+
+if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
+then
+	
 if test "x$prefix" != xNONE; then
   cf_path_syntax="$prefix"
 else
@@ -6947,24 +7012,116 @@ case ".$withval" in #(vi
   ;;
 esac
 
-	 cf_cv_curses_dir=$withval
-else
-  cf_cv_curses_dir=no
-fi
-
-
-echo "$ac_t""$cf_cv_curses_dir" 1>&6
-
-case $cf_with_screen in #(vi
-termcap|terminfo) #(we will determine which it really is
-	;;
-curses) #(vi
-	use_curses=yes
-	;;
-ncurses) #(vi
-	use_curses=yes
-	use_ncurses=yes
-	;;
+	if test -d "$cf_cv_curses_dir"
+	then
+		
+if test -n "$cf_cv_curses_dir/include" ; then
+  for cf_add_incdir in $cf_cv_curses_dir/include
+  do
+	while test $cf_add_incdir != /usr/include
+	do
+	  if test -d $cf_add_incdir
+	  then
+		cf_have_incdir=no
+		if test -n "$CFLAGS$CPPFLAGS" ; then
+		  # a loop is needed to ensure we can add subdirs of existing dirs
+		  for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
+			if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
+			  cf_have_incdir=yes; break
+			fi
+		  done
+		fi
+
+		if test "$cf_have_incdir" = no ; then
+		  if test "$cf_add_incdir" = /usr/local/include ; then
+			if test "$GCC" = yes
+			then
+			  cf_save_CPPFLAGS=$CPPFLAGS
+			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
+			  cat > conftest.$ac_ext <<EOF
+#line 7043 "configure"
+#include "confdefs.h"
+#include <stdio.h>
+int main() {
+printf("Hello")
+; return 0; }
+EOF
+if { (eval echo configure:7050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+  :
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+  rm -rf conftest*
+  cf_have_incdir=yes
+fi
+rm -f conftest*
+			  CPPFLAGS=$cf_save_CPPFLAGS
+			fi
+		  fi
+		fi
+
+		if test "$cf_have_incdir" = no ; then
+		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
+
+echo "${as_me:-configure}:7067: testing adding $cf_add_incdir to include-path ..." 1>&5
+
+
+		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
+
+		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
+		  test "$cf_top_incdir" = "$cf_add_incdir" && break
+		  cf_add_incdir="$cf_top_incdir"
+		else
+		  break
+		fi
+	  fi
+	done
+  done
+fi
+
+		
+if test -n "$cf_cv_curses_dir/lib" ; then
+  for cf_add_libdir in $cf_cv_curses_dir/lib
+  do
+    if test $cf_add_libdir = /usr/lib ; then
+      :
+    elif test -d $cf_add_libdir
+    then
+      cf_have_libdir=no
+      if test -n "$LDFLAGS$LIBS" ; then
+        # a loop is needed to ensure we can add subdirs of existing dirs
+        for cf_test_libdir in $LDFLAGS $LIBS ; do
+          if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
+            cf_have_libdir=yes; break
+          fi
+        done
+      fi
+      if test "$cf_have_libdir" = no ; then
+        test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
+
+echo "${as_me:-configure}:7103: testing adding $cf_add_libdir to library-path ..." 1>&5
+
+
+        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
+      fi
+    fi
+  done
+fi
+
+	fi
+fi
+
+
+case $cf_with_screen in #(vi
+termcap|terminfo) #(we will determine which it really is
+	;;
+curses) #(vi
+	use_curses=yes
+	;;
+ncurses) #(vi
+	use_curses=yes
+	use_ncurses=yes
+	;;
 ncursesw) #(vi
 	use_curses=yes
 	use_ncurses=yes
@@ -6974,7 +7131,7 @@ pdcurses) #(vi
 	;;
 none)
 	echo $ac_n "checking if you want to use ncurses library""... $ac_c" 1>&6
-echo "configure:6978: checking if you want to use ncurses library" >&5
+echo "configure:7135: checking if you want to use ncurses library" >&5
 	
 # Check whether --with-ncurses or --without-ncurses was given.
 if test "${with_ncurses+set}" = set; then
@@ -6987,7 +7144,7 @@ fi
 	echo "$ac_t""$use_ncurses" 1>&6
 
 	echo $ac_n "checking if you want curses rather than termcap interface""... $ac_c" 1>&6
-echo "configure:6991: checking if you want curses rather than termcap interface" >&5
+echo "configure:7148: checking if you want curses rather than termcap interface" >&5
 	
 # Check whether --enable-curses or --disable-curses was given.
 if test "${enable_curses+set}" = set; then
@@ -7016,14 +7173,166 @@ EOF
 	case $cf_with_screen in #(vi
 	ncurses) #(vi
 		
+cf_ncuconfig_root=ncurses
+
+echo "Looking for ${cf_ncuconfig_root}-config"
+for ac_prog in ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config
+do
+# Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:7185: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_path_NCURSES_CONFIG'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  case "$NCURSES_CONFIG" in
+  /*)
+  ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a path.
+  ;;
+  ?:/*)			 
+  ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a dos path.
+  ;;
+  *)
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do 
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  ;;
+esac
+fi
+NCURSES_CONFIG="$ac_cv_path_NCURSES_CONFIG"
+if test -n "$NCURSES_CONFIG"; then
+  echo "$ac_t""$NCURSES_CONFIG" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+test -n "$NCURSES_CONFIG" && break
+done
+test -n "$NCURSES_CONFIG" || NCURSES_CONFIG="none"
+
+
+if test "$NCURSES_CONFIG" != none ; then
+
+CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
+LIBS="`$NCURSES_CONFIG --libs` $LIBS"
+
+# even with config script, some packages use no-override for curses.h
+
+echo $ac_n "checking if we have identified curses headers""... $ac_c" 1>&6
+echo "configure:7230: checking if we have identified curses headers" >&5
+if eval "test \"`echo '$''{'cf_cv_ncurses_header'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  
+cf_cv_ncurses_header=none
+for cf_header in  \
+	ncurses/ncurses.h \
+	ncurses/curses.h \
+	ncurses.h \
+	curses.h 
+do
+cat > conftest.$ac_ext <<EOF
+#line 7243 "configure"
+#include "confdefs.h"
+#include <${cf_header}>
+int main() {
+initscr(); tgoto("?", 0,0)
+; return 0; }
+EOF
+if { (eval echo configure:7250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+  rm -rf conftest*
+  cf_cv_ncurses_header=$cf_header; break
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+fi
+rm -f conftest*
+done
+
+fi
+
+echo "$ac_t""$cf_cv_ncurses_header" 1>&6
+
+if test "$cf_cv_ncurses_header" = none ; then
+	{ echo "configure: error: No curses header-files found" 1>&2; exit 1; }
+fi
+
+# cheat, to get the right #define's for HAVE_NCURSES_H, etc.
+for ac_hdr in $cf_cv_ncurses_header
+do
+ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+echo "configure:7273: checking for $ac_hdr" >&5
+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  cat > conftest.$ac_ext <<EOF
+#line 7278 "configure"
+#include "confdefs.h"
+#include <$ac_hdr>
+EOF
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+{ (eval echo configure:7283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
+if test -z "$ac_err"; then
+  rm -rf conftest*
+  eval "ac_cv_header_$ac_safe=yes"
+else
+  echo "$ac_err" >&5
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+  rm -rf conftest*
+  eval "ac_cv_header_$ac_safe=no"
+fi
+rm -f conftest*
+fi
+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_hdr 1
+EOF
+ 
+else
+  echo "$ac_t""no" 1>&6
+fi
+done
+
+
+
+cat >> confdefs.h <<\EOF
+#define NCURSES 1
+EOF
+
+
+
+cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
+
+cat >> confdefs.h <<EOF
+#define $cf_nculib_ROOT 1
+EOF
+
+
+cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
+
+else
+
+
 
 cf_ncuhdr_root=ncurses
 
 test -n "$cf_cv_curses_dir" && \
 test "$cf_cv_curses_dir" != "no" && { \
   
-if test -n "$cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
-  for cf_add_incdir in $cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root
+if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
+  for cf_add_incdir in $cf_cv_curses_dir/include/$cf_ncuhdr_root
   do
 	while test $cf_add_incdir != /usr/include
 	do
@@ -7046,14 +7355,14 @@ if test -n "$cf_cv_curses_dir/include $c
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 7050 "configure"
+#line 7359 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:7057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -7070,7 +7379,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:7074: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:7383: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -7089,7 +7398,7 @@ fi
 }
 
 echo $ac_n "checking for $cf_ncuhdr_root header in include-path""... $ac_c" 1>&6
-echo "configure:7093: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "configure:7402: checking for $cf_ncuhdr_root header in include-path" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7100,7 +7409,7 @@ else
 	do
 		
 	cat > conftest.$ac_ext <<EOF
-#line 7104 "configure"
+#line 7413 "configure"
 #include "confdefs.h"
 
 
@@ -7121,7 +7430,7 @@ printf("old\n");
 	
 ; return 0; }
 EOF
-if { (eval echo configure:7125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ncurses_h=$cf_header
 	
@@ -7147,13 +7456,16 @@ if test "$cf_cv_ncurses_h" != no ; then
 else
 
 echo $ac_n "checking for $cf_ncuhdr_root include-path""... $ac_c" 1>&6
-echo "configure:7151: checking for $cf_ncuhdr_root include-path" >&5
+echo "configure:7460: checking for $cf_ncuhdr_root include-path" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_h2'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	test -n "$verbose" && echo
 	
+cf_search=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
@@ -7179,12 +7491,14 @@ test -d "$cf_header_path" && \
 	done
 fi
 
-cf_search=""
+# add the variations for the package we are looking for
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr"
 	test -d /usr/include &&          cf_search="$cf_search /usr/include"
 	test -d /usr/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/include/$cf_ncuhdr_root"
@@ -7208,7 +7522,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr/local"
 	test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
 	test -d /usr/local/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/local/include/$cf_ncuhdr_root"
@@ -7220,7 +7534,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /opt"
 	test -d /opt/include &&          cf_search="$cf_search /opt/include"
 	test -d /opt/include/$cf_ncuhdr_root &&       cf_search="$cf_search /opt/include/$cf_ncuhdr_root"
@@ -7232,7 +7546,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under $HOME"
 	test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
 	test -d $HOME/include/$cf_ncuhdr_root &&       cf_search="$cf_search $HOME/include/$cf_ncuhdr_root"
@@ -7257,7 +7571,7 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/$cf_ncuhdr_root && cf_search="$cf_search $oldincludedir/$cf_ncuhdr_root"
 }
 
-cf_search="$cf_header_path_list $cf_search"
+cf_search="$cf_search $cf_header_path_list"
 
 	test -n "$verbose" && echo search path $cf_search
 	cf_save2_CPPFLAGS="$CPPFLAGS"
@@ -7288,14 +7602,14 @@ if test -n "$cf_incdir" ; then
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 7292 "configure"
+#line 7606 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:7299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -7312,7 +7626,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:7316: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:7630: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -7334,7 +7648,7 @@ fi
 		do
 			
 	cat > conftest.$ac_ext <<EOF
-#line 7338 "configure"
+#line 7652 "configure"
 #include "confdefs.h"
 
 
@@ -7355,7 +7669,7 @@ printf("old\n");
 	
 ; return 0; }
 EOF
-if { (eval echo configure:7359: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7673: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ncurses_h2=$cf_header
 	
@@ -7413,14 +7727,14 @@ if test -n "$cf_1st_incdir" ; then
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 7417 "configure"
+#line 7731 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:7424: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -7437,7 +7751,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:7441: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:7755: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -7485,7 +7799,7 @@ esac
 
 
 echo $ac_n "checking for terminfo header""... $ac_c" 1>&6
-echo "configure:7489: checking for terminfo header" >&5
+echo "configure:7803: checking for terminfo header" >&5
 if eval "test \"`echo '$''{'cf_cv_term_header'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7502,17 +7816,17 @@ esac
 for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
 do
 cat > conftest.$ac_ext <<EOF
-#line 7506 "configure"
+#line 7820 "configure"
 #include "confdefs.h"
 #include <stdio.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <$cf_test>
 
 int main() {
 int x = auto_left_margin
 ; return 0; }
 EOF
-if { (eval echo configure:7516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
 	cf_cv_term_header="$cf_test"
@@ -7567,7 +7881,7 @@ EOF
 
 
 echo $ac_n "checking for ncurses version""... $ac_c" 1>&6
-echo "configure:7571: checking for ncurses version" >&5
+echo "configure:7885: checking for ncurses version" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_version'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7581,7 +7895,7 @@ else
 	# This will not work if the preprocessor splits the line after the
 	# Autoconf token.  The 'unproto' program does that.
 	cat > conftest.$ac_ext <<EOF
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #undef Autoconf
 #ifdef NCURSES_VERSION
 Autoconf NCURSES_VERSION
@@ -7593,7 +7907,7 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo configure:7597: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
+	{ (eval echo configure:7911: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
 		test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
@@ -7602,10 +7916,10 @@ EOF
 
 else
   cat > conftest.$ac_ext <<EOF
-#line 7606 "configure"
+#line 7920 "configure"
 #include "confdefs.h"
 
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <stdio.h>
 int main()
 {
@@ -7623,10 +7937,10 @@ int main()
 	make an error
 # endif
 #endif
-	${cf_cv_main_return-return}(0);
+	${cf_cv_main_return:-return}(0);
 }
 EOF
-if { (eval echo configure:7630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:7944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -7648,7 +7962,7 @@ EOF
 
 
 
-		
+
 
 cf_nculib_root=ncurses
 	# This works, except for the special case where we find gpm, but
@@ -7657,7 +7971,7 @@ cf_nculib_root=ncurses
 cf_ncurses_LIBS=""
 cf_ncurses_SAVE="$LIBS"
 echo $ac_n "checking for Gpm_Open in -lgpm""... $ac_c" 1>&6
-echo "configure:7661: checking for Gpm_Open in -lgpm" >&5
+echo "configure:7975: checking for Gpm_Open in -lgpm" >&5
 ac_lib_var=`echo gpm'_'Gpm_Open | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7665,7 +7979,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lgpm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7669 "configure"
+#line 7983 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7676,23 +7990,23 @@ int main() {
 Gpm_Open()
 ; return 0; }
 EOF
-if { (eval echo configure:7680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:7994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for initscr in -lgpm""... $ac_c" 1>&6
-echo "configure:7696: checking for initscr in -lgpm" >&5
+echo "configure:8010: checking for initscr in -lgpm" >&5
 ac_lib_var=`echo gpm'_'initscr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7700,7 +8014,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lgpm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7704 "configure"
+#line 8018 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7711,16 +8025,16 @@ int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:7715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -7743,7 +8057,7 @@ freebsd*)
 	# version of ncurses (but it should do no harm, since it's static).
 	if test "$cf_nculib_root" = ncurses ; then
 		echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6
-echo "configure:7747: checking for tgoto in -lmytinfo" >&5
+echo "configure:8061: checking for tgoto in -lmytinfo" >&5
 ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7751,7 +8065,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lmytinfo  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7755 "configure"
+#line 8069 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7762,16 +8076,16 @@ int main() {
 tgoto()
 ; return 0; }
 EOF
-if { (eval echo configure:7766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -7790,47 +8104,18 @@ LIBS="$cf_ncurses_LIBS $LIBS"
 
 if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
 then
-	
-if test -n "$cf_cv_curses_dir/lib" ; then
-  for cf_add_libdir in $cf_cv_curses_dir/lib
-  do
-    if test $cf_add_libdir = /usr/lib ; then
-      :
-    elif test -d $cf_add_libdir
-    then
-      cf_have_libdir=no
-      if test -n "$LDFLAGS$LIBS" ; then
-        # a loop is needed to ensure we can add subdirs of existing dirs
-        for cf_test_libdir in $LDFLAGS $LIBS ; do
-          if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
-            cf_have_libdir=yes; break
-          fi
-        done
-      fi
-      if test "$cf_have_libdir" = no ; then
-        test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
-
-echo "${as_me-configure}:7814: testing adding $cf_add_libdir to library-path ..." 1>&5
-
-
-        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
-      fi
-    fi
-  done
-fi
-
-	LIBS="-l$cf_nculib_root $LIBS"
-else
+	LIBS="-l$cf_nculib_root $LIBS"
+else
 	
 	eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
 	cf_libdir=""
 	echo $ac_n "checking for initscr""... $ac_c" 1>&6
-echo "configure:7829: checking for initscr" >&5
+echo "configure:8114: checking for initscr" >&5
 if eval "test \"`echo '$''{'ac_cv_func_initscr'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7834 "configure"
+#line 8119 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char initscr(); below.  */
@@ -7853,16 +8138,16 @@ initscr();
 
 ; return 0; }
 EOF
-if { (eval echo configure:7857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_initscr=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_initscr=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'initscr`\" = yes"; then
@@ -7873,27 +8158,28 @@ else
 
 		cf_save_LIBS="$LIBS"
 		echo $ac_n "checking for initscr in -l$cf_nculib_root""... $ac_c" 1>&6
-echo "configure:7877: checking for initscr in -l$cf_nculib_root" >&5
+echo "configure:8162: checking for initscr in -l$cf_nculib_root" >&5
 		LIBS="-l$cf_nculib_root $LIBS"
 		cat > conftest.$ac_ext <<EOF
-#line 7880 "configure"
+#line 8165 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:7887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 			 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 			
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 			
+cf_search=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -7919,12 +8205,13 @@ test -d "$cf_library_path" && \
 	done
 fi
 
-cf_search=""
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr"
 	test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
 	test -d /usr/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/lib/$cf_nculib_root"
@@ -7948,7 +8235,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr/local"
 	test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
 	test -d /usr/local/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/local/lib/$cf_nculib_root"
@@ -7960,7 +8247,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /opt"
 	test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
 	test -d /opt/lib/$cf_nculib_root &&       cf_search="$cf_search /opt/lib/$cf_nculib_root"
@@ -7972,7 +8259,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under $HOME"
 	test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
 	test -d $HOME/lib/$cf_nculib_root &&       cf_search="$cf_search $HOME/lib/$cf_nculib_root"
@@ -7988,33 +8275,33 @@ cf_search="$cf_library_path_list $cf_sea
 			for cf_libdir in $cf_search
 			do
 				echo $ac_n "checking for -l$cf_nculib_root in $cf_libdir""... $ac_c" 1>&6
-echo "configure:7992: checking for -l$cf_nculib_root in $cf_libdir" >&5
+echo "configure:8279: checking for -l$cf_nculib_root in $cf_libdir" >&5
 				LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
 				cat > conftest.$ac_ext <<EOF
-#line 7995 "configure"
+#line 8282 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:8002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 			 		 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 					 break
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 					 LIBS="$cf_save_LIBS"
 fi
-rm -f conftest*
+rm -rf conftest*
 			done
 			
 fi
-rm -f conftest*
+rm -rf conftest*
 		
 fi
 
@@ -8029,7 +8316,7 @@ fi
 
 if test -n "$cf_ncurses_LIBS" ; then
 	echo $ac_n "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS""... $ac_c" 1>&6
-echo "configure:8033: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+echo "configure:8320: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
 	cf_ncurses_SAVE="$LIBS"
 	for p in $cf_ncurses_LIBS ; do
 		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
@@ -8038,24 +8325,24 @@ echo "configure:8033: checking if we can
 		fi
 	done
 	cat > conftest.$ac_ext <<EOF
-#line 8042 "configure"
+#line 8329 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
 ; return 0; }
 EOF
-if { (eval echo configure:8049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 		 LIBS="$cf_ncurses_SAVE"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 
@@ -8066,15 +8353,18 @@ cat >> confdefs.h <<EOF
 EOF
 
 
+
+fi
+
 		;;
 	ncursesw) #(vi
 		
 for cf_hdr in stdlib.h wchar.h wctype.h
 do
 	echo $ac_n "checking for $cf_hdr""... $ac_c" 1>&6
-echo "configure:8076: checking for $cf_hdr" >&5
+echo "configure:8366: checking for $cf_hdr" >&5
 	cat > conftest.$ac_ext <<EOF
-#line 8078 "configure"
+#line 8368 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -8082,7 +8372,7 @@ echo "configure:8076: checking for $cf_h
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8109,12 +8399,12 @@ done
 
 		
   echo $ac_n "checking for wide char and multibyte support""... $ac_c" 1>&6
-echo "configure:8113: checking for wide char and multibyte support" >&5
+echo "configure:8403: checking for wide char and multibyte support" >&5
 if eval "test \"`echo '$''{'am_cv_multibyte_able'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8118 "configure"
+#line 8408 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 #ifdef HAVE_STDLIB_H
@@ -8168,17 +8458,17 @@ const char icb[5] = {0xa4, 0xa4, 0xa4, 0
       wcsncat(wcb2, wcb, 5);
 ; return 0; }
 EOF
-if { (eval echo configure:8172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   am_cv_multibyte_able=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_save_LIBS="$LIBS"
       LIBS="-lutf8 $LIBS"
       cat > conftest.$ac_ext <<EOF
-#line 8182 "configure"
+#line 8472 "configure"
 #include "confdefs.h"
 #include <libutf8.h>
 int main() {
@@ -8222,20 +8512,20 @@ const char icb[5] = {0xa4, 0xa4, 0xa4, 0
         wcsncat(wcb2, wcb, 5);
 ; return 0; }
 EOF
-if { (eval echo configure:8226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:8516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   am_cv_multibyte_able=libutf8
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   am_cv_multibyte_able=no
 fi
-rm -f conftest*
+rm -rf conftest*
       LIBS="$cf_save_LIBS"
    
 fi
-rm -f conftest*
+rm -rf conftest*
   
 fi
 
@@ -8255,14 +8545,166 @@ EOF
   fi
 
 		
+cf_ncuconfig_root=ncursesw
+
+echo "Looking for ${cf_ncuconfig_root}-config"
+for ac_prog in ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config
+do
+# Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:8557: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_path_NCURSES_CONFIG'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  case "$NCURSES_CONFIG" in
+  /*)
+  ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a path.
+  ;;
+  ?:/*)			 
+  ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a dos path.
+  ;;
+  *)
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do 
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  ;;
+esac
+fi
+NCURSES_CONFIG="$ac_cv_path_NCURSES_CONFIG"
+if test -n "$NCURSES_CONFIG"; then
+  echo "$ac_t""$NCURSES_CONFIG" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+test -n "$NCURSES_CONFIG" && break
+done
+test -n "$NCURSES_CONFIG" || NCURSES_CONFIG="none"
+
+
+if test "$NCURSES_CONFIG" != none ; then
+
+CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
+LIBS="`$NCURSES_CONFIG --libs` $LIBS"
+
+# even with config script, some packages use no-override for curses.h
+
+echo $ac_n "checking if we have identified curses headers""... $ac_c" 1>&6
+echo "configure:8602: checking if we have identified curses headers" >&5
+if eval "test \"`echo '$''{'cf_cv_ncurses_header'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  
+cf_cv_ncurses_header=none
+for cf_header in  \
+	ncursesw/ncurses.h \
+	ncursesw/curses.h \
+	ncurses.h \
+	curses.h 
+do
+cat > conftest.$ac_ext <<EOF
+#line 8615 "configure"
+#include "confdefs.h"
+#include <${cf_header}>
+int main() {
+initscr(); tgoto("?", 0,0)
+; return 0; }
+EOF
+if { (eval echo configure:8622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+  rm -rf conftest*
+  cf_cv_ncurses_header=$cf_header; break
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+fi
+rm -f conftest*
+done
+
+fi
+
+echo "$ac_t""$cf_cv_ncurses_header" 1>&6
+
+if test "$cf_cv_ncurses_header" = none ; then
+	{ echo "configure: error: No curses header-files found" 1>&2; exit 1; }
+fi
+
+# cheat, to get the right #define's for HAVE_NCURSES_H, etc.
+for ac_hdr in $cf_cv_ncurses_header
+do
+ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+echo "configure:8645: checking for $ac_hdr" >&5
+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  cat > conftest.$ac_ext <<EOF
+#line 8650 "configure"
+#include "confdefs.h"
+#include <$ac_hdr>
+EOF
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+{ (eval echo configure:8655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
+if test -z "$ac_err"; then
+  rm -rf conftest*
+  eval "ac_cv_header_$ac_safe=yes"
+else
+  echo "$ac_err" >&5
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+  rm -rf conftest*
+  eval "ac_cv_header_$ac_safe=no"
+fi
+rm -f conftest*
+fi
+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_hdr 1
+EOF
+ 
+else
+  echo "$ac_t""no" 1>&6
+fi
+done
+
+
+
+cat >> confdefs.h <<\EOF
+#define NCURSES 1
+EOF
+
+
+
+cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
+
+cat >> confdefs.h <<EOF
+#define $cf_nculib_ROOT 1
+EOF
+
+
+cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
+
+else
+
+
 
 cf_ncuhdr_root=ncursesw
 
 test -n "$cf_cv_curses_dir" && \
 test "$cf_cv_curses_dir" != "no" && { \
   
-if test -n "$cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
-  for cf_add_incdir in $cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root
+if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
+  for cf_add_incdir in $cf_cv_curses_dir/include/$cf_ncuhdr_root
   do
 	while test $cf_add_incdir != /usr/include
 	do
@@ -8285,14 +8727,14 @@ if test -n "$cf_cv_curses_dir/include $c
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 8289 "configure"
+#line 8731 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:8296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -8309,7 +8751,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:8313: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:8755: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -8328,7 +8770,7 @@ fi
 }
 
 echo $ac_n "checking for $cf_ncuhdr_root header in include-path""... $ac_c" 1>&6
-echo "configure:8332: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "configure:8774: checking for $cf_ncuhdr_root header in include-path" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -8339,7 +8781,7 @@ else
 	do
 		
 	cat > conftest.$ac_ext <<EOF
-#line 8343 "configure"
+#line 8785 "configure"
 #include "confdefs.h"
 
 
@@ -8368,7 +8810,7 @@ printf("old\n");
 	
 ; return 0; }
 EOF
-if { (eval echo configure:8372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ncurses_h=$cf_header
 	
@@ -8394,13 +8836,16 @@ if test "$cf_cv_ncurses_h" != no ; then
 else
 
 echo $ac_n "checking for $cf_ncuhdr_root include-path""... $ac_c" 1>&6
-echo "configure:8398: checking for $cf_ncuhdr_root include-path" >&5
+echo "configure:8840: checking for $cf_ncuhdr_root include-path" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_h2'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	test -n "$verbose" && echo
 	
+cf_search=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
@@ -8426,12 +8871,14 @@ test -d "$cf_header_path" && \
 	done
 fi
 
-cf_search=""
+# add the variations for the package we are looking for
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr"
 	test -d /usr/include &&          cf_search="$cf_search /usr/include"
 	test -d /usr/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/include/$cf_ncuhdr_root"
@@ -8455,7 +8902,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr/local"
 	test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
 	test -d /usr/local/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/local/include/$cf_ncuhdr_root"
@@ -8467,7 +8914,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /opt"
 	test -d /opt/include &&          cf_search="$cf_search /opt/include"
 	test -d /opt/include/$cf_ncuhdr_root &&       cf_search="$cf_search /opt/include/$cf_ncuhdr_root"
@@ -8479,7 +8926,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under $HOME"
 	test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
 	test -d $HOME/include/$cf_ncuhdr_root &&       cf_search="$cf_search $HOME/include/$cf_ncuhdr_root"
@@ -8504,7 +8951,7 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/$cf_ncuhdr_root && cf_search="$cf_search $oldincludedir/$cf_ncuhdr_root"
 }
 
-cf_search="$cf_header_path_list $cf_search"
+cf_search="$cf_search $cf_header_path_list"
 
 	test -n "$verbose" && echo search path $cf_search
 	cf_save2_CPPFLAGS="$CPPFLAGS"
@@ -8535,14 +8982,14 @@ if test -n "$cf_incdir" ; then
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 8539 "configure"
+#line 8986 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:8546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -8559,7 +9006,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:8563: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:9010: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -8581,7 +9028,7 @@ fi
 		do
 			
 	cat > conftest.$ac_ext <<EOF
-#line 8585 "configure"
+#line 9032 "configure"
 #include "confdefs.h"
 
 
@@ -8602,7 +9049,7 @@ printf("old\n");
 	
 ; return 0; }
 EOF
-if { (eval echo configure:8606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9053: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ncurses_h2=$cf_header
 	
@@ -8660,14 +9107,14 @@ if test -n "$cf_1st_incdir" ; then
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 8664 "configure"
+#line 9111 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:8671: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -8684,7 +9131,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:8688: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:9135: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -8732,7 +9179,7 @@ esac
 
 
 echo $ac_n "checking for terminfo header""... $ac_c" 1>&6
-echo "configure:8736: checking for terminfo header" >&5
+echo "configure:9183: checking for terminfo header" >&5
 if eval "test \"`echo '$''{'cf_cv_term_header'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -8749,17 +9196,17 @@ esac
 for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
 do
 cat > conftest.$ac_ext <<EOF
-#line 8753 "configure"
+#line 9200 "configure"
 #include "confdefs.h"
 #include <stdio.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <$cf_test>
 
 int main() {
 int x = auto_left_margin
 ; return 0; }
 EOF
-if { (eval echo configure:8763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
 	cf_cv_term_header="$cf_test"
@@ -8814,7 +9261,7 @@ EOF
 
 
 echo $ac_n "checking for ncurses version""... $ac_c" 1>&6
-echo "configure:8818: checking for ncurses version" >&5
+echo "configure:9265: checking for ncurses version" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_version'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -8828,7 +9275,7 @@ else
 	# This will not work if the preprocessor splits the line after the
 	# Autoconf token.  The 'unproto' program does that.
 	cat > conftest.$ac_ext <<EOF
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #undef Autoconf
 #ifdef NCURSES_VERSION
 Autoconf NCURSES_VERSION
@@ -8840,7 +9287,7 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo configure:8844: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
+	{ (eval echo configure:9291: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
 		test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
@@ -8849,10 +9296,10 @@ EOF
 
 else
   cat > conftest.$ac_ext <<EOF
-#line 8853 "configure"
+#line 9300 "configure"
 #include "confdefs.h"
 
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <stdio.h>
 int main()
 {
@@ -8870,10 +9317,10 @@ int main()
 	make an error
 # endif
 #endif
-	${cf_cv_main_return-return}(0);
+	${cf_cv_main_return:-return}(0);
 }
 EOF
-if { (eval echo configure:8877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -8895,7 +9342,7 @@ EOF
 
 
 
-		
+
 
 cf_nculib_root=ncursesw
 	# This works, except for the special case where we find gpm, but
@@ -8904,7 +9351,7 @@ cf_nculib_root=ncursesw
 cf_ncurses_LIBS=""
 cf_ncurses_SAVE="$LIBS"
 echo $ac_n "checking for Gpm_Open in -lgpm""... $ac_c" 1>&6
-echo "configure:8908: checking for Gpm_Open in -lgpm" >&5
+echo "configure:9355: checking for Gpm_Open in -lgpm" >&5
 ac_lib_var=`echo gpm'_'Gpm_Open | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -8912,7 +9359,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lgpm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 8916 "configure"
+#line 9363 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -8923,23 +9370,23 @@ int main() {
 Gpm_Open()
 ; return 0; }
 EOF
-if { (eval echo configure:8927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for initscr in -lgpm""... $ac_c" 1>&6
-echo "configure:8943: checking for initscr in -lgpm" >&5
+echo "configure:9390: checking for initscr in -lgpm" >&5
 ac_lib_var=`echo gpm'_'initscr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -8947,7 +9394,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lgpm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 8951 "configure"
+#line 9398 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -8958,16 +9405,16 @@ int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:8962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -8990,7 +9437,7 @@ freebsd*)
 	# version of ncurses (but it should do no harm, since it's static).
 	if test "$cf_nculib_root" = ncurses ; then
 		echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6
-echo "configure:8994: checking for tgoto in -lmytinfo" >&5
+echo "configure:9441: checking for tgoto in -lmytinfo" >&5
 ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -8998,7 +9445,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lmytinfo  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9002 "configure"
+#line 9449 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9009,16 +9456,16 @@ int main() {
 tgoto()
 ; return 0; }
 EOF
-if { (eval echo configure:9013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -9037,47 +9484,18 @@ LIBS="$cf_ncurses_LIBS $LIBS"
 
 if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
 then
-	
-if test -n "$cf_cv_curses_dir/lib" ; then
-  for cf_add_libdir in $cf_cv_curses_dir/lib
-  do
-    if test $cf_add_libdir = /usr/lib ; then
-      :
-    elif test -d $cf_add_libdir
-    then
-      cf_have_libdir=no
-      if test -n "$LDFLAGS$LIBS" ; then
-        # a loop is needed to ensure we can add subdirs of existing dirs
-        for cf_test_libdir in $LDFLAGS $LIBS ; do
-          if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
-            cf_have_libdir=yes; break
-          fi
-        done
-      fi
-      if test "$cf_have_libdir" = no ; then
-        test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
-
-echo "${as_me-configure}:9061: testing adding $cf_add_libdir to library-path ..." 1>&5
-
-
-        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
-      fi
-    fi
-  done
-fi
-
 	LIBS="-l$cf_nculib_root $LIBS"
 else
 	
 	eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
 	cf_libdir=""
 	echo $ac_n "checking for initscr""... $ac_c" 1>&6
-echo "configure:9076: checking for initscr" >&5
+echo "configure:9494: checking for initscr" >&5
 if eval "test \"`echo '$''{'ac_cv_func_initscr'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9081 "configure"
+#line 9499 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char initscr(); below.  */
@@ -9100,16 +9518,16 @@ initscr();
 
 ; return 0; }
 EOF
-if { (eval echo configure:9104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_initscr=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_initscr=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'initscr`\" = yes"; then
@@ -9120,27 +9538,28 @@ else
 
 		cf_save_LIBS="$LIBS"
 		echo $ac_n "checking for initscr in -l$cf_nculib_root""... $ac_c" 1>&6
-echo "configure:9124: checking for initscr in -l$cf_nculib_root" >&5
+echo "configure:9542: checking for initscr in -l$cf_nculib_root" >&5
 		LIBS="-l$cf_nculib_root $LIBS"
 		cat > conftest.$ac_ext <<EOF
-#line 9127 "configure"
+#line 9545 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:9134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 			 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 			
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 			
+cf_search=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -9166,12 +9585,13 @@ test -d "$cf_library_path" && \
 	done
 fi
 
-cf_search=""
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr"
 	test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
 	test -d /usr/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/lib/$cf_nculib_root"
@@ -9195,7 +9615,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr/local"
 	test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
 	test -d /usr/local/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/local/lib/$cf_nculib_root"
@@ -9207,7 +9627,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /opt"
 	test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
 	test -d /opt/lib/$cf_nculib_root &&       cf_search="$cf_search /opt/lib/$cf_nculib_root"
@@ -9219,7 +9639,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under $HOME"
 	test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
 	test -d $HOME/lib/$cf_nculib_root &&       cf_search="$cf_search $HOME/lib/$cf_nculib_root"
@@ -9235,33 +9655,33 @@ cf_search="$cf_library_path_list $cf_sea
 			for cf_libdir in $cf_search
 			do
 				echo $ac_n "checking for -l$cf_nculib_root in $cf_libdir""... $ac_c" 1>&6
-echo "configure:9239: checking for -l$cf_nculib_root in $cf_libdir" >&5
+echo "configure:9659: checking for -l$cf_nculib_root in $cf_libdir" >&5
 				LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
 				cat > conftest.$ac_ext <<EOF
-#line 9242 "configure"
+#line 9662 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:9249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 			 		 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 					 break
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 					 LIBS="$cf_save_LIBS"
 fi
-rm -f conftest*
+rm -rf conftest*
 			done
 			
 fi
-rm -f conftest*
+rm -rf conftest*
 		
 fi
 
@@ -9276,7 +9696,7 @@ fi
 
 if test -n "$cf_ncurses_LIBS" ; then
 	echo $ac_n "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS""... $ac_c" 1>&6
-echo "configure:9280: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+echo "configure:9700: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
 	cf_ncurses_SAVE="$LIBS"
 	for p in $cf_ncurses_LIBS ; do
 		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
@@ -9285,24 +9705,24 @@ echo "configure:9280: checking if we can
 		fi
 	done
 	cat > conftest.$ac_ext <<EOF
-#line 9289 "configure"
+#line 9709 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
 ; return 0; }
 EOF
-if { (eval echo configure:9296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 		 LIBS="$cf_ncurses_SAVE"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 
@@ -9313,141 +9733,71 @@ cat >> confdefs.h <<EOF
 EOF
 
 
+
+fi
+
 		
-echo $ac_n "checking for ncurses version""... $ac_c" 1>&6
-echo "configure:9319: checking for ncurses version" >&5
-if eval "test \"`echo '$''{'cf_cv_ncurses_version'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  
-	cf_cv_ncurses_version=no
-	cf_tempfile=out$$
-	rm -f $cf_tempfile
-	if test "$cross_compiling" = yes; then
-  
-
-	# This will not work if the preprocessor splits the line after the
-	# Autoconf token.  The 'unproto' program does that.
-	cat > conftest.$ac_ext <<EOF
-#include <${cf_cv_ncurses_header-curses.h}>
-#undef Autoconf
-#ifdef NCURSES_VERSION
-Autoconf NCURSES_VERSION
-#else
-#ifdef __NCURSES_H
-Autoconf "old"
-#endif
-;
-#endif
-EOF
-	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo configure:9345: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
-	if test -f conftest.out ; then
-		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
-		test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
-		rm -f conftest.out
-	fi
-
-else
-  cat > conftest.$ac_ext <<EOF
-#line 9354 "configure"
-#include "confdefs.h"
-
-#include <${cf_cv_ncurses_header-curses.h}>
-#include <stdio.h>
-int main()
-{
-	FILE *fp = fopen("$cf_tempfile", "w");
-#ifdef NCURSES_VERSION
-# ifdef NCURSES_VERSION_PATCH
-	fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
-# else
-	fprintf(fp, "%s\n", NCURSES_VERSION);
-# endif
-#else
-# ifdef __NCURSES_H
-	fprintf(fp, "old\n");
-# else
-	make an error
-# endif
-#endif
-	${cf_cv_main_return-return}(0);
-}
-EOF
-if { (eval echo configure:9378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
-  
-	cf_cv_ncurses_version=`cat $cf_tempfile`
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-fi
-rm -fr conftest*
-fi
-
-	rm -f $cf_tempfile
-
-fi
-
-echo "$ac_t""$cf_cv_ncurses_version" 1>&6
-test "$cf_cv_ncurses_version" = no || cat >> confdefs.h <<\EOF
-#define NCURSES 1
-EOF
-
-
-		
-echo $ac_n "checking if we must define _XOPEN_SOURCE_EXTENDED""... $ac_c" 1>&6
-echo "configure:9401: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
-if eval "test \"`echo '$''{'cf_cv_need_xopen_extension'+set}'`\" = set"; then
+echo $ac_n "checking if we must define _XOPEN_SOURCE_EXTENDED""... $ac_c" 1>&6
+echo "configure:9742: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
+if eval "test \"`echo '$''{'cf_cv_need_xopen_extension'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cat > conftest.$ac_ext <<EOF
-#line 9407 "configure"
+#line 9748 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 
+#if defined(NCURSES_VERSION_PATCH)
+#if (NCURSES_VERSION_PATCH < 20100501) && (NCURSES_VERSION_PATCH >= 20100403)
+	make an error
+#endif
+#endif
 	long x = winnstr(stdscr, "", 0);
 	int x1, y1;
 	getbegyx(stdscr, y1, x1)
 ; return 0; }
 EOF
-if { (eval echo configure:9419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_need_xopen_extension=no
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cat > conftest.$ac_ext <<EOF
-#line 9427 "configure"
+#line 9773 "configure"
 #include "confdefs.h"
 
 #define _XOPEN_SOURCE_EXTENDED
 #include <stdlib.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 
+#ifdef NCURSES_VERSION
+	cchar_t check;
+	int check2 = curs_set((int)sizeof(check));
+#endif
 	long x = winnstr(stdscr, "", 0);
 	int x1, y1;
 	getbegyx(stdscr, y1, x1)
 ; return 0; }
 EOF
-if { (eval echo configure:9440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:9790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_need_xopen_extension=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_need_xopen_extension=unknown
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$cf_cv_need_xopen_extension" 1>&6
@@ -9458,8 +9808,9 @@ test $cf_cv_need_xopen_extension = yes &
 	curses) #(vi
 		
 
+
 echo $ac_n "checking for extra include directories""... $ac_c" 1>&6
-echo "configure:9463: checking for extra include directories" >&5
+echo "configure:9814: checking for extra include directories" >&5
 if eval "test \"`echo '$''{'cf_cv_curses_incdir'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9467,13 +9818,19 @@ else
 cf_cv_curses_incdir=no
 case $host_os in #(vi
 hpux10.*) #(vi
-	test -d /usr/include/curses_colr && \
-	cf_cv_curses_incdir="-I/usr/include/curses_colr"
+	if test "x$cf_cv_screen" = "xcurses_colr"
+	then
+		test -d /usr/include/curses_colr && \
+		cf_cv_curses_incdir="-I/usr/include/curses_colr"
+	fi
 	;;
 sunos3*|sunos4*)
-	test -d /usr/5lib && \
-	test -d /usr/5include && \
-	cf_cv_curses_incdir="-I/usr/5include"
+	if test "x$cf_cv_screen" = "xcurses_5lib"
+	then
+		test -d /usr/5lib && \
+		test -d /usr/5include && \
+		cf_cv_curses_incdir="-I/usr/5include"
+	fi
 	;;
 esac
 
@@ -9484,27 +9841,25 @@ test "$cf_cv_curses_incdir" != no && CPP
 
 
 echo $ac_n "checking if we have identified curses headers""... $ac_c" 1>&6
-echo "configure:9488: checking if we have identified curses headers" >&5
+echo "configure:9845: checking if we have identified curses headers" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_header'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cf_cv_ncurses_header=none
-for cf_header in \
-	curses.h \
+for cf_header in  \
 	ncurses.h \
-	ncurses/curses.h \
-	ncurses/ncurses.h
+	curses.h ncurses/ncurses.h ncurses/curses.h
 do
 cat > conftest.$ac_ext <<EOF
-#line 9501 "configure"
+#line 9856 "configure"
 #include "confdefs.h"
 #include <${cf_header}>
 int main() {
 initscr(); tgoto("?", 0,0)
 ; return 0; }
 EOF
-if { (eval echo configure:9508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ncurses_header=$cf_header; break
 else
@@ -9527,17 +9882,17 @@ for ac_hdr in $cf_cv_ncurses_header
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:9531: checking for $ac_hdr" >&5
+echo "configure:9886: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9536 "configure"
+#line 9891 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -9566,7 +9921,7 @@ done
 
 
 echo $ac_n "checking for terminfo header""... $ac_c" 1>&6
-echo "configure:9570: checking for terminfo header" >&5
+echo "configure:9925: checking for terminfo header" >&5
 if eval "test \"`echo '$''{'cf_cv_term_header'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9583,17 +9938,17 @@ esac
 for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
 do
 cat > conftest.$ac_ext <<EOF
-#line 9587 "configure"
+#line 9942 "configure"
 #include "confdefs.h"
 #include <stdio.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <$cf_test>
 
 int main() {
 int x = auto_left_margin
 ; return 0; }
 EOF
-if { (eval echo configure:9597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
 	cf_cv_term_header="$cf_test"
@@ -9640,35 +9995,117 @@ EOF
 esac
 
 
-		
+
+echo $ac_n "checking for ncurses version""... $ac_c" 1>&6
+echo "configure:10001: checking for ncurses version" >&5
+if eval "test \"`echo '$''{'cf_cv_ncurses_version'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  
+	cf_cv_ncurses_version=no
+	cf_tempfile=out$$
+	rm -f $cf_tempfile
+	if test "$cross_compiling" = yes; then
+  
+
+	# This will not work if the preprocessor splits the line after the
+	# Autoconf token.  The 'unproto' program does that.
+	cat > conftest.$ac_ext <<EOF
+#include <${cf_cv_ncurses_header:-curses.h}>
+#undef Autoconf
+#ifdef NCURSES_VERSION
+Autoconf NCURSES_VERSION
+#else
+#ifdef __NCURSES_H
+Autoconf "old"
+#endif
+;
+#endif
+EOF
+	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
+	{ (eval echo configure:10027: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
+	if test -f conftest.out ; then
+		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
+		test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
+		rm -f conftest.out
+	fi
+
+else
+  cat > conftest.$ac_ext <<EOF
+#line 10036 "configure"
+#include "confdefs.h"
+
+#include <${cf_cv_ncurses_header:-curses.h}>
+#include <stdio.h>
+int main()
+{
+	FILE *fp = fopen("$cf_tempfile", "w");
+#ifdef NCURSES_VERSION
+# ifdef NCURSES_VERSION_PATCH
+	fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
+# else
+	fprintf(fp, "%s\n", NCURSES_VERSION);
+# endif
+#else
+# ifdef __NCURSES_H
+	fprintf(fp, "old\n");
+# else
+	make an error
+# endif
+#endif
+	${cf_cv_main_return:-return}(0);
+}
+EOF
+if { (eval echo configure:10060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+then
+  
+	cf_cv_ncurses_version=`cat $cf_tempfile`
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+fi
+rm -fr conftest*
+fi
+
+	rm -f $cf_tempfile
+
+fi
+
+echo "$ac_t""$cf_cv_ncurses_version" 1>&6
+test "$cf_cv_ncurses_version" = no || cat >> confdefs.h <<\EOF
+#define NCURSES 1
+EOF
+
+
+
 
 echo $ac_n "checking if we have identified curses libraries""... $ac_c" 1>&6
-echo "configure:9647: checking if we have identified curses libraries" >&5
+echo "configure:10084: checking if we have identified curses libraries" >&5
 cat > conftest.$ac_ext <<EOF
-#line 9649 "configure"
+#line 10086 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr(); tgoto("?", 0,0)
 ; return 0; }
 EOF
-if { (eval echo configure:9656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_result=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_result=no
 fi
-rm -f conftest*
+rm -rf conftest*
 echo "$ac_t""$cf_result" 1>&6
 
 if test "$cf_result" = no ; then
 case $host_os in #(vi
 freebsd*) #(vi
     echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6
-echo "configure:9672: checking for tgoto in -lmytinfo" >&5
+echo "configure:10109: checking for tgoto in -lmytinfo" >&5
 ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9676,7 +10113,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lmytinfo  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9680 "configure"
+#line 10117 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9687,16 +10124,16 @@ int main() {
 tgoto()
 ; return 0; }
 EOF
-if { (eval echo configure:9691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -9709,8 +10146,14 @@ fi
 
     ;;
 hpux10.*) #(vi
-    echo $ac_n "checking for initscr in -lcur_colr""... $ac_c" 1>&6
-echo "configure:9714: checking for initscr in -lcur_colr" >&5
+	# Looking at HPUX 10.20, the Hcurses library is the oldest (1997), cur_colr
+	# next (1998), and xcurses "newer" (2000).  There is no header file for
+	# Hcurses; the subdirectory curses_colr has the headers (curses.h and
+	# term.h) for cur_colr
+	if test "x$cf_cv_screen" = "xcurses_colr"
+	then
+		echo $ac_n "checking for initscr in -lcur_colr""... $ac_c" 1>&6
+echo "configure:10157: checking for initscr in -lcur_colr" >&5
 ac_lib_var=`echo cur_colr'_'initscr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9718,7 +10161,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lcur_colr  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9722 "configure"
+#line 10165 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9729,30 +10172,30 @@ int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:9733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
-        LIBS="-lcur_colr $LIBS"
-        ac_cv_func_initscr=yes
-        
+			LIBS="-lcur_colr $LIBS"
+			ac_cv_func_initscr=yes
+			
 else
   echo "$ac_t""no" 1>&6
 
-    echo $ac_n "checking for initscr in -lHcurses""... $ac_c" 1>&6
-echo "configure:9756: checking for initscr in -lHcurses" >&5
+		echo $ac_n "checking for initscr in -lHcurses""... $ac_c" 1>&6
+echo "configure:10199: checking for initscr in -lHcurses" >&5
 ac_lib_var=`echo Hcurses'_'initscr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9760,7 +10203,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lHcurses  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9764 "configure"
+#line 10207 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9771,38 +10214,43 @@ int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:9775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
-        # HP's header uses __HP_CURSES, but user claims _HP_CURSES.
-        LIBS="-lHcurses $LIBS"
-        CPPFLAGS="$CPPFLAGS -D__HP_CURSES -D_HP_CURSES"
-        ac_cv_func_initscr=yes
-        
+			# HP's header uses __HP_CURSES, but user claims _HP_CURSES.
+			LIBS="-lHcurses $LIBS"
+			CPPFLAGS="$CPPFLAGS -D__HP_CURSES -D_HP_CURSES"
+			ac_cv_func_initscr=yes
+			
 else
   echo "$ac_t""no" 1>&6
 fi
 
 fi
 
+	fi
     ;;
-linux*) # Suse Linux does not follow /usr/lib convention
-    
-if test -n "/lib" ; then
-  for cf_add_libdir in /lib
+linux*)
+	case `arch 2>/dev/null` in
+	x86_64)
+		if test -d /lib64
+		then
+			
+if test -n "/lib64" ; then
+  for cf_add_libdir in /lib64
   do
     if test $cf_add_libdir = /usr/lib ; then
       :
@@ -9820,7 +10268,7 @@ if test -n "/lib" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:9824: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:10272: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -9829,12 +10277,10 @@ echo "${as_me-configure}:9824: testing a
   done
 fi
 
-    ;;
-sunos3*|sunos4*)
-    if test -d /usr/5lib ; then
-      
-if test -n "/usr/5lib" ; then
-  for cf_add_libdir in /usr/5lib
+		else
+			
+if test -n "/lib" ; then
+  for cf_add_libdir in /lib
   do
     if test $cf_add_libdir = /usr/lib ; then
       :
@@ -9852,7 +10298,7 @@ if test -n "/usr/5lib" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:9856: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:10302: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -9861,33 +10307,102 @@ echo "${as_me-configure}:9856: testing a
   done
 fi
 
-      LIBS="$LIBS -lcurses -ltermcap"
-    fi
-    ac_cv_func_initscr=yes
-    ;;
-esac
+		fi
+		;;
+	*)
+		
+if test -n "/lib" ; then
+  for cf_add_libdir in /lib
+  do
+    if test $cf_add_libdir = /usr/lib ; then
+      :
+    elif test -d $cf_add_libdir
+    then
+      cf_have_libdir=no
+      if test -n "$LDFLAGS$LIBS" ; then
+        # a loop is needed to ensure we can add subdirs of existing dirs
+        for cf_test_libdir in $LDFLAGS $LIBS ; do
+          if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
+            cf_have_libdir=yes; break
+          fi
+        done
+      fi
+      if test "$cf_have_libdir" = no ; then
+        test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-if test ".$ac_cv_func_initscr" != .yes ; then
-    cf_save_LIBS="$LIBS"
-    cf_term_lib=""
-    cf_curs_lib=""
+echo "${as_me:-configure}:10334: testing adding $cf_add_libdir to library-path ..." 1>&5
 
-    if test ".${cf_cv_ncurses_version-no}" != .no
-    then
-        cf_check_list="ncurses curses cursesX"
-    else
-        cf_check_list="cursesX curses ncurses"
+
+        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
+      fi
     fi
+  done
+fi
 
-    # Check for library containing tgoto.  Do this before curses library
-    # because it may be needed to link the test-case for initscr.
-    echo $ac_n "checking for tgoto""... $ac_c" 1>&6
-echo "configure:9886: checking for tgoto" >&5
-if eval "test \"`echo '$''{'ac_cv_func_tgoto'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
+		;;
+	esac
+    ;;
+sunos3*|sunos4*)
+	if test "x$cf_cv_screen" = "xcurses_5lib"
+	then
+		if test -d /usr/5lib ; then
+			
+if test -n "/usr/5lib" ; then
+  for cf_add_libdir in /usr/5lib
+  do
+    if test $cf_add_libdir = /usr/lib ; then
+      :
+    elif test -d $cf_add_libdir
+    then
+      cf_have_libdir=no
+      if test -n "$LDFLAGS$LIBS" ; then
+        # a loop is needed to ensure we can add subdirs of existing dirs
+        for cf_test_libdir in $LDFLAGS $LIBS ; do
+          if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
+            cf_have_libdir=yes; break
+          fi
+        done
+      fi
+      if test "$cf_have_libdir" = no ; then
+        test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
+
+echo "${as_me:-configure}:10370: testing adding $cf_add_libdir to library-path ..." 1>&5
+
+
+        LDFLAGS="-L$cf_add_libdir $LDFLAGS"
+      fi
+    fi
+  done
+fi
+
+			LIBS="-lcurses -ltermcap $LIBS"
+		fi
+    fi
+    ac_cv_func_initscr=yes
+    ;;
+esac
+
+if test ".$ac_cv_func_initscr" != .yes ; then
+    cf_save_LIBS="$LIBS"
+    cf_term_lib=""
+    cf_curs_lib=""
+
+    if test ".${cf_cv_ncurses_version:-no}" != .no
+    then
+        cf_check_list="ncurses curses cursesX"
+    else
+        cf_check_list="cursesX curses ncurses"
+    fi
+
+    # Check for library containing tgoto.  Do this before curses library
+    # because it may be needed to link the test-case for initscr.
+    echo $ac_n "checking for tgoto""... $ac_c" 1>&6
+echo "configure:10401: checking for tgoto" >&5
+if eval "test \"`echo '$''{'ac_cv_func_tgoto'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
   cat > conftest.$ac_ext <<EOF
-#line 9891 "configure"
+#line 10406 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char tgoto(); below.  */
@@ -9910,16 +10425,16 @@ tgoto();
 
 ; return 0; }
 EOF
-if { (eval echo configure:9914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_tgoto=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_tgoto=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'tgoto`\" = yes"; then
@@ -9931,7 +10446,7 @@ else
         for cf_term_lib in $cf_check_list termcap termlib unknown
         do
             echo $ac_n "checking for tgoto in -l$cf_term_lib""... $ac_c" 1>&6
-echo "configure:9935: checking for tgoto in -l$cf_term_lib" >&5
+echo "configure:10450: checking for tgoto in -l$cf_term_lib" >&5
 ac_lib_var=`echo $cf_term_lib'_'tgoto | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9939,7 +10454,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l$cf_term_lib  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9943 "configure"
+#line 10458 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9950,16 +10465,16 @@ int main() {
 tgoto()
 ; return 0; }
 EOF
-if { (eval echo configure:9954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -9980,7 +10495,7 @@ fi
  	for cf_curs_lib in $cf_check_list xcurses jcurses pdcurses unknown
     do
         echo $ac_n "checking for initscr in -l$cf_curs_lib""... $ac_c" 1>&6
-echo "configure:9984: checking for initscr in -l$cf_curs_lib" >&5
+echo "configure:10499: checking for initscr in -l$cf_curs_lib" >&5
 ac_lib_var=`echo $cf_curs_lib'_'initscr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9988,7 +10503,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l$cf_curs_lib  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9992 "configure"
+#line 10507 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9999,16 +10514,16 @@ int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:10003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -10025,211 +10540,139 @@ fi
     LIBS="-l$cf_curs_lib $cf_save_LIBS"
     if test "$cf_term_lib" = unknown ; then
         echo $ac_n "checking if we can link with $cf_curs_lib library""... $ac_c" 1>&6
-echo "configure:10029: checking if we can link with $cf_curs_lib library" >&5
+echo "configure:10544: checking if we can link with $cf_curs_lib library" >&5
         cat > conftest.$ac_ext <<EOF
-#line 10031 "configure"
+#line 10546 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:10038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_result=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_result=no
 fi
-rm -f conftest*
+rm -rf conftest*
         echo "$ac_t""$cf_result" 1>&6
         test $cf_result = no && { echo "configure: error: Cannot link curses library" 1>&2; exit 1; }
     elif test "$cf_curs_lib" = "$cf_term_lib" ; then
         :
     elif test "$cf_term_lib" != predefined ; then
         echo $ac_n "checking if we need both $cf_curs_lib and $cf_term_lib libraries""... $ac_c" 1>&6
-echo "configure:10054: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
+echo "configure:10569: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
         cat > conftest.$ac_ext <<EOF
-#line 10056 "configure"
+#line 10571 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr(); tgoto((char *)0, 0, 0);
 ; return 0; }
 EOF
-if { (eval echo configure:10063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_result=no
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
             LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"
             cat > conftest.$ac_ext <<EOF
-#line 10073 "configure"
+#line 10588 "configure"
 #include "confdefs.h"
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:10080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_result=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_result=error
 fi
-rm -f conftest*
+rm -rf conftest*
             
 fi
-rm -f conftest*
+rm -rf conftest*
         echo "$ac_t""$cf_result" 1>&6
     fi
 fi
 fi
 
 
-		
-echo $ac_n "checking for ncurses version""... $ac_c" 1>&6
-echo "configure:10101: checking for ncurses version" >&5
-if eval "test \"`echo '$''{'cf_cv_ncurses_version'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  
-	cf_cv_ncurses_version=no
-	cf_tempfile=out$$
-	rm -f $cf_tempfile
-	if test "$cross_compiling" = yes; then
-  
-
-	# This will not work if the preprocessor splits the line after the
-	# Autoconf token.  The 'unproto' program does that.
-	cat > conftest.$ac_ext <<EOF
-#include <${cf_cv_ncurses_header-curses.h}>
-#undef Autoconf
-#ifdef NCURSES_VERSION
-Autoconf NCURSES_VERSION
-#else
-#ifdef __NCURSES_H
-Autoconf "old"
-#endif
-;
-#endif
-EOF
-	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo configure:10127: \"$cf_try\") 1>&5; (eval $cf_try) 2>&5; }
-	if test -f conftest.out ; then
-		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
-		test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
-		rm -f conftest.out
-	fi
-
-else
-  cat > conftest.$ac_ext <<EOF
-#line 10136 "configure"
-#include "confdefs.h"
-
-#include <${cf_cv_ncurses_header-curses.h}>
-#include <stdio.h>
-int main()
-{
-	FILE *fp = fopen("$cf_tempfile", "w");
-#ifdef NCURSES_VERSION
-# ifdef NCURSES_VERSION_PATCH
-	fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
-# else
-	fprintf(fp, "%s\n", NCURSES_VERSION);
-# endif
-#else
-# ifdef __NCURSES_H
-	fprintf(fp, "old\n");
-# else
-	make an error
-# endif
-#endif
-	${cf_cv_main_return-return}(0);
-}
-EOF
-if { (eval echo configure:10160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
-  
-	cf_cv_ncurses_version=`cat $cf_tempfile`
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-fi
-rm -fr conftest*
-fi
-
-	rm -f $cf_tempfile
-
-fi
-
-echo "$ac_t""$cf_cv_ncurses_version" 1>&6
-test "$cf_cv_ncurses_version" = no || cat >> confdefs.h <<\EOF
-#define NCURSES 1
-EOF
-
 
 		
 echo $ac_n "checking if we must define _XOPEN_SOURCE_EXTENDED""... $ac_c" 1>&6
-echo "configure:10183: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
+echo "configure:10617: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
 if eval "test \"`echo '$''{'cf_cv_need_xopen_extension'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cat > conftest.$ac_ext <<EOF
-#line 10189 "configure"
+#line 10623 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 
+#if defined(NCURSES_VERSION_PATCH)
+#if (NCURSES_VERSION_PATCH < 20100501) && (NCURSES_VERSION_PATCH >= 20100403)
+	make an error
+#endif
+#endif
 	long x = winnstr(stdscr, "", 0);
 	int x1, y1;
 	getbegyx(stdscr, y1, x1)
 ; return 0; }
 EOF
-if { (eval echo configure:10201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_need_xopen_extension=no
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cat > conftest.$ac_ext <<EOF
-#line 10209 "configure"
+#line 10648 "configure"
 #include "confdefs.h"
 
 #define _XOPEN_SOURCE_EXTENDED
 #include <stdlib.h>
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 
+#ifdef NCURSES_VERSION
+	cchar_t check;
+	int check2 = curs_set((int)sizeof(check));
+#endif
 	long x = winnstr(stdscr, "", 0);
 	int x1, y1;
 	getbegyx(stdscr, y1, x1)
 ; return 0; }
 EOF
-if { (eval echo configure:10222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_need_xopen_extension=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_need_xopen_extension=unknown
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$cf_cv_need_xopen_extension" 1>&6
@@ -10241,7 +10684,7 @@ fi
 
 ## substitute externally-installed PCRE library for our bundled version
 echo $ac_n "checking if you want to use installed version of pcre""... $ac_c" 1>&6
-echo "configure:10245: checking if you want to use installed version of pcre" >&5
+echo "configure:10688: checking if you want to use installed version of pcre" >&5
 
 # Check whether --with-pcre or --without-pcre was given.
 if test "${with_pcre+set}" = set; then
@@ -10323,7 +10766,7 @@ debug_malloc=none
 
 
 echo $ac_n "checking if you want to use dbmalloc for testing""... $ac_c" 1>&6
-echo "configure:10327: checking if you want to use dbmalloc for testing" >&5
+echo "configure:10770: checking if you want to use dbmalloc for testing" >&5
 
 # Check whether --with-dbmalloc or --without-dbmalloc was given.
 if test "${with_dbmalloc+set}" = set; then
@@ -10366,8 +10809,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -10382,6 +10825,16 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -10397,8 +10850,8 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
@@ -10430,17 +10883,17 @@ esac
 if test "$with_dbmalloc" = yes ; then
 	ac_safe=`echo "dbmalloc.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for dbmalloc.h""... $ac_c" 1>&6
-echo "configure:10434: checking for dbmalloc.h" >&5
+echo "configure:10887: checking for dbmalloc.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10439 "configure"
+#line 10892 "configure"
 #include "confdefs.h"
 #include <dbmalloc.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -10457,7 +10910,7 @@ fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for debug_malloc in -ldbmalloc""... $ac_c" 1>&6
-echo "configure:10461: checking for debug_malloc in -ldbmalloc" >&5
+echo "configure:10914: checking for debug_malloc in -ldbmalloc" >&5
 ac_lib_var=`echo dbmalloc'_'debug_malloc | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10465,7 +10918,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-ldbmalloc  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10469 "configure"
+#line 10922 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10476,16 +10929,16 @@ int main() {
 debug_malloc()
 ; return 0; }
 EOF
-if { (eval echo configure:10480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:10933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -10505,7 +10958,7 @@ fi
 
 
 echo $ac_n "checking if you want to use dmalloc for testing""... $ac_c" 1>&6
-echo "configure:10509: checking if you want to use dmalloc for testing" >&5
+echo "configure:10962: checking if you want to use dmalloc for testing" >&5
 
 # Check whether --with-dmalloc or --without-dmalloc was given.
 if test "${with_dmalloc+set}" = set; then
@@ -10548,8 +11001,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -10564,6 +11017,16 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -10579,8 +11042,8 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
@@ -10612,17 +11075,17 @@ esac
 if test "$with_dmalloc" = yes ; then
 	ac_safe=`echo "dmalloc.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for dmalloc.h""... $ac_c" 1>&6
-echo "configure:10616: checking for dmalloc.h" >&5
+echo "configure:11079: checking for dmalloc.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10621 "configure"
+#line 11084 "configure"
 #include "confdefs.h"
 #include <dmalloc.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10626: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -10639,7 +11102,7 @@ fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for dmalloc_debug in -ldmalloc""... $ac_c" 1>&6
-echo "configure:10643: checking for dmalloc_debug in -ldmalloc" >&5
+echo "configure:11106: checking for dmalloc_debug in -ldmalloc" >&5
 ac_lib_var=`echo dmalloc'_'dmalloc_debug | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10647,7 +11110,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-ldmalloc  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10651 "configure"
+#line 11114 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10658,16 +11121,16 @@ int main() {
 dmalloc_debug()
 ; return 0; }
 EOF
-if { (eval echo configure:10662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:11125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -10692,12 +11155,12 @@ if test "${with_trace+set}" = set; then
   withval="$with_trace"
   
 	echo $ac_n "checking for _tracef""... $ac_c" 1>&6
-echo "configure:10696: checking for _tracef" >&5
+echo "configure:11159: checking for _tracef" >&5
 if eval "test \"`echo '$''{'ac_cv_func__tracef'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10701 "configure"
+#line 11164 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char _tracef(); below.  */
@@ -10720,16 +11183,16 @@ _tracef();
 
 ; return 0; }
 EOF
-if { (eval echo configure:10724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:11187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func__tracef=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func__tracef=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'_tracef`\" = yes"; then
@@ -10742,7 +11205,7 @@ else
   echo "$ac_t""no" 1>&6
 
 	echo $ac_n "checking for _tracef in -l${cf_with_screen}_g""... $ac_c" 1>&6
-echo "configure:10746: checking for _tracef in -l${cf_with_screen}_g" >&5
+echo "configure:11209: checking for _tracef in -l${cf_with_screen}_g" >&5
 ac_lib_var=`echo ${cf_with_screen}_g'_'_tracef | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10750,7 +11213,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l${cf_with_screen}_g  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10754 "configure"
+#line 11217 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10761,16 +11224,16 @@ int main() {
 _tracef()
 ; return 0; }
 EOF
-if { (eval echo configure:10765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:11228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -10807,7 +11270,7 @@ fi
 
 ## options for miscellaneous definitions
 echo $ac_n "checking for domain-name""... $ac_c" 1>&6
-echo "configure:10811: checking for domain-name" >&5
+echo "configure:11274: checking for domain-name" >&5
 
 # Check whether --with-domain-name or --without-domain-name was given.
 if test "${with_domain_name+set}" = set; then
@@ -10836,7 +11299,7 @@ echo "$ac_t""$DOMAIN_NAME" 1>&6
 
 if test "$USE_NNTP" = "yes" ; then
 echo $ac_n "checking for NNTP default-server""... $ac_c" 1>&6
-echo "configure:10840: checking for NNTP default-server" >&5
+echo "configure:11303: checking for NNTP default-server" >&5
 
 # Check whether --with-nntp-default-server or --without-nntp-default-server was given.
 if test "${with_nntp_default_server+set}" = set; then
@@ -10902,7 +11365,7 @@ EOF
 
 ## optional features
 echo $ac_n "checking whether to use MH style mail handling for mailgroups""... $ac_c" 1>&6
-echo "configure:10906: checking whether to use MH style mail handling for mailgroups" >&5
+echo "configure:11369: checking whether to use MH style mail handling for mailgroups" >&5
 
 # Check whether --enable-mh-mail-handling or --disable-mh-mail-handling was given.
 if test "${enable_mh_mail_handling+set}" = set; then
@@ -10923,7 +11386,7 @@ echo "$ac_t""$enableval" 1>&6
 CAN_MAKEFILE=
 CANDIR_MAKE=
 echo $ac_n "checking whether to use Cancel-Locks""... $ac_c" 1>&6
-echo "configure:10927: checking whether to use Cancel-Locks" >&5
+echo "configure:11390: checking whether to use Cancel-Locks" >&5
 
 # Check whether --enable-cancel-locks or --disable-cancel-locks was given.
 if test "${enable_cancel_locks+set}" = set; then
@@ -10954,17 +11417,17 @@ echo "$ac_t""$enableval" 1>&6
 ## gsasl - used for AUTH SASL PLAIN
 ac_safe=`echo "gsasl.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for gsasl.h""... $ac_c" 1>&6
-echo "configure:10958: checking for gsasl.h" >&5
+echo "configure:11421: checking for gsasl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10963 "configure"
+#line 11426 "configure"
 #include "confdefs.h"
 #include <gsasl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11431: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -10981,7 +11444,7 @@ fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for gsasl_check_version in -lgsasl""... $ac_c" 1>&6
-echo "configure:10985: checking for gsasl_check_version in -lgsasl" >&5
+echo "configure:11448: checking for gsasl_check_version in -lgsasl" >&5
 ac_lib_var=`echo gsasl'_'gsasl_check_version | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10989,7 +11452,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lgsasl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10993 "configure"
+#line 11456 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -11000,16 +11463,16 @@ int main() {
 gsasl_check_version()
 ; return 0; }
 EOF
-if { (eval echo configure:11004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:11467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -11056,7 +11519,7 @@ fi
 fi
 
 echo $ac_n "checking whether to enable 8-bit keycodes""... $ac_c" 1>&6
-echo "configure:11060: checking whether to enable 8-bit keycodes" >&5
+echo "configure:11523: checking whether to enable 8-bit keycodes" >&5
 
 # Check whether --enable-8bit-keys or --disable-8bit-keys was given.
 if test "${enable_8bit_keys+set}" = set; then
@@ -11082,7 +11545,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to enable ANSI-color""... $ac_c" 1>&6
-echo "configure:11086: checking whether to enable ANSI-color" >&5
+echo "configure:11549: checking whether to enable ANSI-color" >&5
 
 # Check whether --enable-color or --disable-color was given.
 if test "${enable_color+set}" = set; then
@@ -11099,7 +11562,7 @@ use_color=$enableval
 echo "$ac_t""$use_color" 1>&6
 
 echo $ac_n "checking whether to enable posting-etiquette""... $ac_c" 1>&6
-echo "configure:11103: checking whether to enable posting-etiquette" >&5
+echo "configure:11566: checking whether to enable posting-etiquette" >&5
 
 # Check whether --enable-etiquette or --disable-etiquette was given.
 if test "${enable_etiquette+set}" = set; then
@@ -11118,7 +11581,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to strictly observe RFC2047 and break long lines""... $ac_c" 1>&6
-echo "configure:11122: checking whether to strictly observe RFC2047 and break long lines" >&5
+echo "configure:11585: checking whether to strictly observe RFC2047 and break long lines" >&5
 
 # Check whether --enable-break-long-lines or --disable-break-long-lines was given.
 if test "${enable_break_long_lines+set}" = set; then
@@ -11137,7 +11600,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to force MM_CHARSET obeyance when decoding mime""... $ac_c" 1>&6
-echo "configure:11141: checking whether to force MM_CHARSET obeyance when decoding mime" >&5
+echo "configure:11604: checking whether to force MM_CHARSET obeyance when decoding mime" >&5
 
 # Check whether --enable-mime-strict-charset or --disable-mime-strict-charset was given.
 if test "${enable_mime_strict_charset+set}" = set; then
@@ -11163,7 +11626,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking for MIME character-set""... $ac_c" 1>&6
-echo "configure:11167: checking for MIME character-set" >&5
+echo "configure:11630: checking for MIME character-set" >&5
 
 # Check whether --with-mime-default-charset or --without-mime-default-charset was given.
 if test "${with_mime_default_charset+set}" = set; then
@@ -11185,7 +11648,7 @@ EOF
 echo "$ac_t""$MM_CHARSET" 1>&6
 
 echo $ac_n "checking for default ISO/ASCII table""... $ac_c" 1>&6
-echo "configure:11189: checking for default ISO/ASCII table" >&5
+echo "configure:11652: checking for default ISO/ASCII table" >&5
 
 # Check whether --with-iso-to-ascii or --without-iso-to-ascii was given.
 if test "${with_iso_to_ascii+set}" = set; then
@@ -11207,7 +11670,7 @@ EOF
 echo "$ac_t""$DEFAULT_ISO2ASC" 1>&6
 
 echo $ac_n "checking whether to enable locale support""... $ac_c" 1>&6
-echo "configure:11211: checking whether to enable locale support" >&5
+echo "configure:11674: checking whether to enable locale support" >&5
 
 # Check whether --enable-locale or --disable-locale was given.
 if test "${enable_locale+set}" = set; then
@@ -11226,7 +11689,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to enable posting""... $ac_c" 1>&6
-echo "configure:11230: checking whether to enable posting" >&5
+echo "configure:11693: checking whether to enable posting" >&5
 
 # Check whether --enable-posting or --disable-posting was given.
 if test "${enable_posting+set}" = set; then
@@ -11245,7 +11708,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to enable shell escape""... $ac_c" 1>&6
-echo "configure:11249: checking whether to enable shell escape" >&5
+echo "configure:11712: checking whether to enable shell escape" >&5
 
 # Check whether --enable-shell-escape or --disable-shell-escape was given.
 if test "${enable_shell_escape+set}" = set; then
@@ -11264,7 +11727,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to have fascist newsadmin""... $ac_c" 1>&6
-echo "configure:11268: checking whether to have fascist newsadmin" >&5
+echo "configure:11731: checking whether to have fascist newsadmin" >&5
 
 # Check whether --enable-fascist-newsadmin or --disable-fascist-newsadmin was given.
 if test "${enable_fascist_newsadmin+set}" = set; then
@@ -11283,7 +11746,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to enable inverse video and highlighting""... $ac_c" 1>&6
-echo "configure:11287: checking whether to enable inverse video and highlighting" >&5
+echo "configure:11750: checking whether to enable inverse video and highlighting" >&5
 
 # Check whether --enable-inverse-video or --disable-inverse-video was given.
 if test "${enable_inverse_video+set}" = set; then
@@ -11302,7 +11765,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to enable piping support""... $ac_c" 1>&6
-echo "configure:11306: checking whether to enable piping support" >&5
+echo "configure:11769: checking whether to enable piping support" >&5
 
 # Check whether --enable-piping or --disable-piping was given.
 if test "${enable_piping+set}" = set; then
@@ -11321,7 +11784,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to enable printer support""... $ac_c" 1>&6
-echo "configure:11325: checking whether to enable printer support" >&5
+echo "configure:11788: checking whether to enable printer support" >&5
 
 # Check whether --enable-printing or --disable-printing was given.
 if test "${enable_printing+set}" = set; then
@@ -11340,7 +11803,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to unique tmp-files by appending .pid""... $ac_c" 1>&6
-echo "configure:11344: checking whether to unique tmp-files by appending .pid" >&5
+echo "configure:11807: checking whether to unique tmp-files by appending .pid" >&5
 
 # Check whether --enable-append-pid or --disable-append-pid was given.
 if test "${enable_append_pid+set}" = set; then
@@ -11366,7 +11829,7 @@ fi
 echo "$ac_t""$enableval" 1>&6
 
 echo $ac_n "checking whether to fallback to XHDR XREF if XOVER isn't supported""... $ac_c" 1>&6
-echo "configure:11370: checking whether to fallback to XHDR XREF if XOVER isn't supported" >&5
+echo "configure:11833: checking whether to fallback to XHDR XREF if XOVER isn't supported" >&5
 
 # Check whether --enable-xhdr-xref or --disable-xhdr-xref was given.
 if test "${enable_xhdr_xref+set}" = set; then
@@ -11393,7 +11856,7 @@ echo "$ac_t""$enableval" 1>&6
 
 ### bypass a bug in old versions of leafnode & NNTPcache
 echo $ac_n "checking whether to send a GROUP command before a LISTGROUP""... $ac_c" 1>&6
-echo "configure:11397: checking whether to send a GROUP command before a LISTGROUP" >&5
+echo "configure:11860: checking whether to send a GROUP command before a LISTGROUP" >&5
 
 # Check whether --enable-broken-listgroup-fix or --disable-broken-listgroup-fix was given.
 if test "${enable_broken_listgroup_fix+set}" = set; then
@@ -11413,7 +11876,7 @@ echo "$ac_t""$enableval" 1>&6
 
 ### on some old systems the WIFEXITED()/WEXITSTATUS() macros do not work
 echo $ac_n "checking whether to ignore system()s return value""... $ac_c" 1>&6
-echo "configure:11417: checking whether to ignore system()s return value" >&5
+echo "configure:11880: checking whether to ignore system()s return value" >&5
 
 # Check whether --enable-broken-system-fix or --disable-broken-system-fix was given.
 if test "${enable_broken_system_fix+set}" = set; then
@@ -11433,14 +11896,14 @@ echo "$ac_t""$enableval" 1>&6
 
 ### checks for the location of the system-wide default setting file
 echo $ac_n "checking for directory containing tin.defaults file""... $ac_c" 1>&6
-echo "configure:11437: checking for directory containing tin.defaults file" >&5
+echo "configure:11900: checking for directory containing tin.defaults file" >&5
 
 # Check whether --with-defaults-dir or --without-defaults-dir was given.
 if test "${with_defaults_dir+set}" = set; then
   withval="$with_defaults_dir"
   :
 else
-  withval="${TIN_DEFAULTS_DIR-/etc/tin}"
+  withval="${TIN_DEFAULTS_DIR:-/etc/tin}"
 fi
 if true ; then
 
@@ -11484,7 +11947,7 @@ EOF
 
 ### check for ipv6 support
 echo $ac_n "checking whether to enable IPv6""... $ac_c" 1>&6
-echo "configure:11488: checking whether to enable IPv6" >&5
+echo "configure:11951: checking whether to enable IPv6" >&5
 
 # Check whether --enable-ipv6 or --disable-ipv6 was given.
 if test "${enable_ipv6+set}" = set; then
@@ -11505,7 +11968,7 @@ if test "$enableval" = "yes"; then
 	
 
 echo $ac_n "checking ipv6 stack type""... $ac_c" 1>&6
-echo "configure:11509: checking ipv6 stack type" >&5
+echo "configure:11972: checking ipv6 stack type" >&5
 if eval "test \"`echo '$''{'cf_cv_ipv6type'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -11525,7 +11988,7 @@ do
 		;;
 	inria) #(vi
 				cat > conftest.$ac_ext <<EOF
-#line 11529 "configure"
+#line 11992 "configure"
 #include "confdefs.h"
 
 #include <netinet/in.h>
@@ -11543,7 +12006,7 @@ rm -f conftest*
 		;;
 	kame) #(vi
 				cat > conftest.$ac_ext <<EOF
-#line 11547 "configure"
+#line 12010 "configure"
 #include "confdefs.h"
 
 #include <netinet/in.h>
@@ -11561,7 +12024,7 @@ rm -f conftest*
 		;;
 	linux-glibc) #(vi
 				cat > conftest.$ac_ext <<EOF
-#line 11565 "configure"
+#line 12028 "configure"
 #include "confdefs.h"
 
 #include <features.h>
@@ -11588,7 +12051,7 @@ rm -f conftest*
 		;;
 	toshiba) #(vi
 		cat > conftest.$ac_ext <<EOF
-#line 11592 "configure"
+#line 12055 "configure"
 #include "confdefs.h"
 
 #include <sys/param.h>
@@ -11606,7 +12069,7 @@ rm -f conftest*
 		;;
 	v6d) #(vi
 		cat > conftest.$ac_ext <<EOF
-#line 11610 "configure"
+#line 12073 "configure"
 #include "confdefs.h"
 
 #include </usr/local/v6/include/sys/v6config.h>
@@ -11624,7 +12087,7 @@ rm -f conftest*
 		;;
 	zeta)
 		cat > conftest.$ac_ext <<EOF
-#line 11628 "configure"
+#line 12091 "configure"
 #include "confdefs.h"
 
 #include <sys/param.h>
@@ -11657,7 +12120,7 @@ cf_ipv6lib=none
 cf_ipv6dir=none
 
 echo $ac_n "checking for IPv6 library if required""... $ac_c" 1>&6
-echo "configure:11661: checking for IPv6 library if required" >&5
+echo "configure:12124: checking for IPv6 library if required" >&5
 case $cf_cv_ipv6type in #(vi
 solaris) #(vi
 	;;
@@ -11691,7 +12154,7 @@ echo "$ac_t""$cf_ipv6lib" 1>&6
 if test "$cf_ipv6lib" != "none"; then
 
 	cat > conftest.$ac_ext <<EOF
-#line 11695 "configure"
+#line 12158 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -11702,14 +12165,17 @@ int main() {
 getaddrinfo(0, 0, 0, 0)
 ; return 0; }
 EOF
-if { (eval echo configure:11706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   :
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
 	
+cf_search=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
@@ -11735,12 +12201,14 @@ test -d "$cf_header_path" && \
 	done
 fi
 
-cf_search=""
+# add the variations for the package we are looking for
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr"
 	test -d /usr/include &&          cf_search="$cf_search /usr/include"
 	test -d /usr/include/$cf_ipv6dir &&       cf_search="$cf_search /usr/include/$cf_ipv6dir"
@@ -11764,7 +12232,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr/local"
 	test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
 	test -d /usr/local/include/$cf_ipv6dir &&       cf_search="$cf_search /usr/local/include/$cf_ipv6dir"
@@ -11776,7 +12244,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /opt"
 	test -d /opt/include &&          cf_search="$cf_search /opt/include"
 	test -d /opt/include/$cf_ipv6dir &&       cf_search="$cf_search /opt/include/$cf_ipv6dir"
@@ -11788,7 +12256,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under $HOME"
 	test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
 	test -d $HOME/include/$cf_ipv6dir &&       cf_search="$cf_search $HOME/include/$cf_ipv6dir"
@@ -11813,7 +12281,7 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/$cf_ipv6dir && cf_search="$cf_search $oldincludedir/$cf_ipv6dir"
 }
 
-cf_search="$cf_header_path_list $cf_search"
+cf_search="$cf_search $cf_header_path_list"
 
 	for cf_incdir in $cf_search
 	do
@@ -11845,14 +12313,14 @@ if test -n "$cf_incdir" ; then
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 11849 "configure"
+#line 12317 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:11856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -11869,7 +12337,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:11873: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:12341: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -11892,18 +12360,18 @@ fi
 	done
 	
 fi
-rm -f conftest*
+rm -rf conftest*
 
 	
 	eval 'cf_cv_have_lib_'$cf_ipv6lib'=no'
 	cf_libdir=""
 	echo $ac_n "checking for getaddrinfo""... $ac_c" 1>&6
-echo "configure:11902: checking for getaddrinfo" >&5
+echo "configure:12370: checking for getaddrinfo" >&5
 if eval "test \"`echo '$''{'ac_cv_func_getaddrinfo'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 11907 "configure"
+#line 12375 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char getaddrinfo(); below.  */
@@ -11926,16 +12394,16 @@ getaddrinfo();
 
 ; return 0; }
 EOF
-if { (eval echo configure:11930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:12398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_getaddrinfo=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_getaddrinfo=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'getaddrinfo`\" = yes"; then
@@ -11946,10 +12414,10 @@ else
 
 		cf_save_LIBS="$LIBS"
 		echo $ac_n "checking for getaddrinfo in -l$cf_ipv6lib""... $ac_c" 1>&6
-echo "configure:11950: checking for getaddrinfo in -l$cf_ipv6lib" >&5
+echo "configure:12418: checking for getaddrinfo in -l$cf_ipv6lib" >&5
 		LIBS="-l$cf_ipv6lib $LIBS"
 		cat > conftest.$ac_ext <<EOF
-#line 11953 "configure"
+#line 12421 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -11960,17 +12428,18 @@ int main() {
 getaddrinfo(0, 0, 0, 0)
 ; return 0; }
 EOF
-if { (eval echo configure:11964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:12432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 			 eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes'
 			
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 			
+cf_search=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -11996,12 +12465,13 @@ test -d "$cf_library_path" && \
 	done
 fi
 
-cf_search=""
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr"
 	test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
 	test -d /usr/lib/$cf_ipv6dir &&       cf_search="$cf_search /usr/lib/$cf_ipv6dir"
@@ -12025,7 +12495,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr/local"
 	test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
 	test -d /usr/local/lib/$cf_ipv6dir &&       cf_search="$cf_search /usr/local/lib/$cf_ipv6dir"
@@ -12037,7 +12507,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /opt"
 	test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
 	test -d /opt/lib/$cf_ipv6dir &&       cf_search="$cf_search /opt/lib/$cf_ipv6dir"
@@ -12049,7 +12519,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under $HOME"
 	test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
 	test -d $HOME/lib/$cf_ipv6dir &&       cf_search="$cf_search $HOME/lib/$cf_ipv6dir"
@@ -12065,10 +12535,10 @@ cf_search="$cf_library_path_list $cf_sea
 			for cf_libdir in $cf_search
 			do
 				echo $ac_n "checking for -l$cf_ipv6lib in $cf_libdir""... $ac_c" 1>&6
-echo "configure:12069: checking for -l$cf_ipv6lib in $cf_libdir" >&5
+echo "configure:12539: checking for -l$cf_ipv6lib in $cf_libdir" >&5
 				LIBS="-L$cf_libdir -l$cf_ipv6lib $cf_save_LIBS"
 				cat > conftest.$ac_ext <<EOF
-#line 12072 "configure"
+#line 12542 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -12079,23 +12549,23 @@ int main() {
 getaddrinfo(0, 0, 0, 0)
 ; return 0; }
 EOF
-if { (eval echo configure:12083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:12553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   echo "$ac_t""yes" 1>&6
 			 		 eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes'
 					 break
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "$ac_t""no" 1>&6
 					 LIBS="$cf_save_LIBS"
 fi
-rm -f conftest*
+rm -rf conftest*
 			done
 			
 fi
-rm -f conftest*
+rm -rf conftest*
 		
 fi
 
@@ -12112,7 +12582,7 @@ fi
 
 
 echo $ac_n "checking working getaddrinfo""... $ac_c" 1>&6
-echo "configure:12116: checking working getaddrinfo" >&5
+echo "configure:12586: checking working getaddrinfo" >&5
 if eval "test \"`echo '$''{'cf_cv_getaddrinfo'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -12121,7 +12591,7 @@ if test "$cross_compiling" = yes; then
   cf_cv_getaddrinfo=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 12125 "configure"
+#line 12595 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -12191,16 +12661,16 @@ int main()
 
    if (aitop)
      freeaddrinfo(aitop);
-   ${cf_cv_main_return-return}(0);
+   ${cf_cv_main_return:-return}(0);
 
   bad:
    if (aitop)
      freeaddrinfo(aitop);
-   ${cf_cv_main_return-return}(1);
+   ${cf_cv_main_return:-return}(1);
 }
 
 EOF
-if { (eval echo configure:12204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:12674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_getaddrinfo=yes
 else
@@ -12244,12 +12714,12 @@ fi
 for ac_func in getaddrinfo getnameinfo
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:12248: checking for $ac_func" >&5
+echo "configure:12718: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12253 "configure"
+#line 12723 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -12272,16 +12742,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:12276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:12746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -12301,7 +12771,7 @@ done
 
 ### checks for operator characteristics (should be the last option)
 echo $ac_n "checking whether to make a coffee while compiling""... $ac_c" 1>&6
-echo "configure:12305: checking whether to make a coffee while compiling" >&5
+echo "configure:12775: checking whether to make a coffee while compiling" >&5
 
 # Check whether --with-coffee or --without-coffee was given.
 if test "${with_coffee+set}" = set; then
@@ -12326,7 +12796,7 @@ fi
 ### checks for compiler characteristics
 
 echo $ac_n "checking for makeflags variable""... $ac_c" 1>&6
-echo "configure:12330: checking for makeflags variable" >&5
+echo "configure:12800: checking for makeflags variable" >&5
 if eval "test \"`echo '$''{'cf_cv_makeflags'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -12339,10 +12809,10 @@ SHELL = /bin/sh
 all :
 	@ echo '.$cf_option'
 CF_EOF
-		cf_result=`${MAKE-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[ 	]*$,,'`
+		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[ 	]*$,,'`
 		case "$cf_result" in
 		.*k)
-			cf_result=`${MAKE-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
+			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
 			case "$cf_result" in
 			.*CC=*)	cf_cv_makeflags=
 				;;
@@ -12372,12 +12842,12 @@ ac_link='${CC-cc} -o conftest${ac_exeext
 cross_compiling=$ac_cv_prog_cc_cross
 
 echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:12376: checking for working const" >&5
+echo "configure:12846: checking for working const" >&5
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12381 "configure"
+#line 12851 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -12426,7 +12896,7 @@ ccp = (char const *const *) p;
 
 ; return 0; }
 EOF
-if { (eval echo configure:12430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_const=yes
 else
@@ -12447,21 +12917,21 @@ EOF
 fi
 
 echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:12451: checking for inline" >&5
+echo "configure:12921: checking for inline" >&5
 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do
   cat > conftest.$ac_ext <<EOF
-#line 12458 "configure"
+#line 12928 "configure"
 #include "confdefs.h"
 
 int main() {
 } $ac_kw foo() {
 ; return 0; }
 EOF
-if { (eval echo configure:12465: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_inline=$ac_kw; break
 else
@@ -12488,13 +12958,13 @@ esac
 
 
 echo $ac_n "checking for ansi token expansion/substitution""... $ac_c" 1>&6
-echo "configure:12492: checking for ansi token expansion/substitution" >&5
+echo "configure:12962: checking for ansi token expansion/substitution" >&5
 if eval "test \"`echo '$''{'cf_cv_cpp_expands'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 12498 "configure"
+#line 12968 "configure"
 #include "confdefs.h"
 
 #define string(n) #n
@@ -12502,7 +12972,7 @@ int main() {
 char *s = string(token)
 ; return 0; }
 EOF
-if { (eval echo configure:12506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_cpp_expands=yes
 else
@@ -12523,13 +12993,13 @@ EOF
 
 
 echo $ac_n "checking for ansi token concatenation""... $ac_c" 1>&6
-echo "configure:12527: checking for ansi token concatenation" >&5
+echo "configure:12997: checking for ansi token concatenation" >&5
 if eval "test \"`echo '$''{'cf_cv_cpp_concats'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 12533 "configure"
+#line 13003 "configure"
 #include "confdefs.h"
 
 #define concat(a,b) a ## b
@@ -12537,7 +13007,7 @@ int main() {
 char *firstlast = "y", *s = concat(first,last)
 ; return 0; }
 EOF
-if { (eval echo configure:12541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_cpp_concats=yes
 else
@@ -12558,20 +13028,20 @@ EOF
 
 
 echo $ac_n "checking if nested parameters work""... $ac_c" 1>&6
-echo "configure:12562: checking if nested parameters work" >&5
+echo "configure:13032: checking if nested parameters work" >&5
 if eval "test \"`echo '$''{'cf_cv_nested_params'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 12568 "configure"
+#line 13038 "configure"
 #include "confdefs.h"
 
 int main() {
 extern void (*sigdisp(int sig, void (*func)(int sig)))(int sig)
 ; return 0; }
 EOF
-if { (eval echo configure:12575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13045: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_nested_params=yes
 else
@@ -12594,12 +13064,12 @@ EOF
 
 ###	Checks for header files.
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:12598: checking for ANSI C header files" >&5
+echo "configure:13068: checking for ANSI C header files" >&5
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12603 "configure"
+#line 13073 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -12607,7 +13077,7 @@ else
 #include <float.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:13081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -12624,7 +13094,7 @@ rm -f conftest*
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF
-#line 12628 "configure"
+#line 13098 "configure"
 #include "confdefs.h"
 #include <string.h>
 EOF
@@ -12642,7 +13112,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF
-#line 12646 "configure"
+#line 13116 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 EOF
@@ -12663,7 +13133,7 @@ if test "$cross_compiling" = yes; then
   :
 else
   cat > conftest.$ac_ext <<EOF
-#line 12667 "configure"
+#line 13137 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -12674,7 +13144,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
 exit (0); }
 
 EOF
-if { (eval echo configure:12678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:13148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   :
 else
@@ -12702,12 +13172,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/di
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
-echo "configure:12706: checking for $ac_hdr that defines DIR" >&5
+echo "configure:13176: checking for $ac_hdr that defines DIR" >&5
 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12711 "configure"
+#line 13181 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <$ac_hdr>
@@ -12715,7 +13185,7 @@ int main() {
 DIR *dirp = 0;
 ; return 0; }
 EOF
-if { (eval echo configure:12719: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval "ac_cv_header_dirent_$ac_safe=yes"
 else
@@ -12740,7 +13210,7 @@ done
 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
 if test $ac_header_dirent = dirent.h; then
 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
-echo "configure:12744: checking for opendir in -ldir" >&5
+echo "configure:13214: checking for opendir in -ldir" >&5
 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -12748,7 +13218,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-ldir  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 12752 "configure"
+#line 13222 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -12759,16 +13229,16 @@ int main() {
 opendir()
 ; return 0; }
 EOF
-if { (eval echo configure:12763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:13233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -12781,7 +13251,7 @@ fi
 
 else
 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
-echo "configure:12785: checking for opendir in -lx" >&5
+echo "configure:13255: checking for opendir in -lx" >&5
 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -12789,7 +13259,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lx  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 12793 "configure"
+#line 13263 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -12800,16 +13270,16 @@ int main() {
 opendir()
 ; return 0; }
 EOF
-if { (eval echo configure:12804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:13274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -12823,12 +13293,12 @@ fi
 fi
 
 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
-echo "configure:12827: checking whether time.h and sys/time.h may both be included" >&5
+echo "configure:13297: checking whether time.h and sys/time.h may both be included" >&5
 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12832 "configure"
+#line 13302 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/time.h>
@@ -12837,7 +13307,7 @@ int main() {
 struct tm *tp;
 ; return 0; }
 EOF
-if { (eval echo configure:12841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_header_time=yes
 else
@@ -12858,12 +13328,12 @@ EOF
 fi
 
 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
-echo "configure:12862: checking for sys/wait.h that is POSIX.1 compatible" >&5
+echo "configure:13332: checking for sys/wait.h that is POSIX.1 compatible" >&5
 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12867 "configure"
+#line 13337 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/wait.h>
@@ -12879,7 +13349,7 @@ wait (&s);
 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
 ; return 0; }
 EOF
-if { (eval echo configure:12883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_header_sys_wait_h=yes
 else
@@ -12908,6 +13378,7 @@ for cf_hdr in \
 	fcntl.h \
 	getopt.h \
 	ioctl.h \
+	inttypes.h \
 	langinfo.h \
 	libc.h \
 	locale.h \
@@ -12927,6 +13398,7 @@ for cf_hdr in \
 	stdarg.h \
 	stdbool.h \
 	stddef.h \
+	stdint.h \
 	stdlib.h \
 	string.h \
 	strings.h \
@@ -12958,9 +13430,9 @@ for cf_hdr in \
 
 do
 	echo $ac_n "checking for $cf_hdr""... $ac_c" 1>&6
-echo "configure:12962: checking for $cf_hdr" >&5
+echo "configure:13434: checking for $cf_hdr" >&5
 	cat > conftest.$ac_ext <<EOF
-#line 12964 "configure"
+#line 13436 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -12968,7 +13440,7 @@ echo "configure:12962: checking for $cf_
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12972: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:13444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -12996,6 +13468,8 @@ done
 
 ###	Checks that depend on existence-checks for headers
 
+
+
 for ac_hdr in \
 termio.h \
 termios.h \
@@ -13004,17 +13478,17 @@ unistd.h \
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:13008: checking for $ac_hdr" >&5
+echo "configure:13482: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13013 "configure"
+#line 13487 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:13018: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:13492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -13040,22 +13514,23 @@ else
 fi
 done
 
+
 if test "$ISC" = yes ; then
 	for ac_hdr in sys/termio.h 
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:13049: checking for $ac_hdr" >&5
+echo "configure:13524: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13054 "configure"
+#line 13529 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:13059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:13534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -13090,16 +13565,16 @@ if test "$ac_cv_header_termios_h" = yes 
 	esac
 	if test "$termios_bad" = maybe ; then
 	echo $ac_n "checking whether termios.h needs _POSIX_SOURCE""... $ac_c" 1>&6
-echo "configure:13094: checking whether termios.h needs _POSIX_SOURCE" >&5
+echo "configure:13569: checking whether termios.h needs _POSIX_SOURCE" >&5
 	cat > conftest.$ac_ext <<EOF
-#line 13096 "configure"
+#line 13571 "configure"
 #include "confdefs.h"
 #include <termios.h>
 int main() {
 struct termios foo; int x = foo.c_iflag
 ; return 0; }
 EOF
-if { (eval echo configure:13103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   termios_bad=no
 else
@@ -13108,7 +13583,7 @@ else
   rm -rf conftest*
   
 		cat > conftest.$ac_ext <<EOF
-#line 13112 "configure"
+#line 13587 "configure"
 #include "confdefs.h"
 
 #define _POSIX_SOURCE
@@ -13117,7 +13592,7 @@ int main() {
 struct termios foo; int x = foo.c_iflag
 ; return 0; }
 EOF
-if { (eval echo configure:13121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   termios_bad=unknown
 else
@@ -13125,7 +13600,7 @@ else
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   termios_bad=yes cat >> confdefs.h <<\EOF
-#define SVR4_TERMIO 1
+#define _POSIX_SOURCE 1
 EOF
 
 fi
@@ -13140,7 +13615,7 @@ fi
 
 
 echo $ac_n "checking declaration of size-change""... $ac_c" 1>&6
-echo "configure:13144: checking declaration of size-change" >&5
+echo "configure:13619: checking declaration of size-change" >&5
 if eval "test \"`echo '$''{'cf_cv_sizechange'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -13154,7 +13629,7 @@ do
     CPPFLAGS="$cf_save_CPPFLAGS"
     test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts"
     cat > conftest.$ac_ext <<EOF
-#line 13158 "configure"
+#line 13633 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #ifdef HAVE_TERMIOS_H
@@ -13193,7 +13668,7 @@ int main() {
 	
 ; return 0; }
 EOF
-if { (eval echo configure:13197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_sizechange=yes
 else
@@ -13232,7 +13707,7 @@ fi
 
 
 echo $ac_n "checking if sys/time.h conflicts with sys/select.h""... $ac_c" 1>&6
-echo "configure:13236: checking if sys/time.h conflicts with sys/select.h" >&5
+echo "configure:13711: checking if sys/time.h conflicts with sys/select.h" >&5
 if eval "test \"`echo '$''{'cf_cv_sys_select_timeval'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -13240,7 +13715,7 @@ else
 for cf_opts in no yes
 do
 cat > conftest.$ac_ext <<EOF
-#line 13244 "configure"
+#line 13719 "configure"
 #include "confdefs.h"
 
 #define yes 1
@@ -13268,7 +13743,7 @@ int main() {
 struct timeval foo
 ; return 0; }
 EOF
-if { (eval echo configure:13272: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_sys_select_timeval=$cf_opts
 	 break
@@ -13292,12 +13767,12 @@ EOF
 
 ###	Checks for Datatypes.
 echo $ac_n "checking for gid_t""... $ac_c" 1>&6
-echo "configure:13296: checking for gid_t" >&5
+echo "configure:13771: checking for gid_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_gid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13301 "configure"
+#line 13776 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13325,12 +13800,12 @@ EOF
 fi
 
 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
-echo "configure:13329: checking for mode_t" >&5
+echo "configure:13804: checking for mode_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13334 "configure"
+#line 13809 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13358,12 +13833,12 @@ EOF
 fi
 
 echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:13362: checking for off_t" >&5
+echo "configure:13837: checking for off_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13367 "configure"
+#line 13842 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13391,12 +13866,12 @@ EOF
 fi
 
 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
-echo "configure:13395: checking for pid_t" >&5
+echo "configure:13870: checking for pid_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13400 "configure"
+#line 13875 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13424,12 +13899,12 @@ EOF
 fi
 
 echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:13428: checking for size_t" >&5
+echo "configure:13903: checking for size_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13433 "configure"
+#line 13908 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13457,12 +13932,12 @@ EOF
 fi
 
 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
-echo "configure:13461: checking for ssize_t" >&5
+echo "configure:13936: checking for ssize_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13466 "configure"
+#line 13941 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13490,12 +13965,12 @@ EOF
 fi
 
 echo $ac_n "checking for time_t""... $ac_c" 1>&6
-echo "configure:13494: checking for time_t" >&5
+echo "configure:13969: checking for time_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_time_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13499 "configure"
+#line 13974 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13523,7 +13998,7 @@ EOF
 fi
 
 cat > conftest.$ac_ext <<EOF
-#line 13527 "configure"
+#line 14002 "configure"
 #include "confdefs.h"
 #include <netinet/in.h>
 EOF
@@ -13534,7 +14009,7 @@ else
   rm -rf conftest*
   
 	cat > conftest.$ac_ext <<EOF
-#line 13538 "configure"
+#line 14013 "configure"
 #include "confdefs.h"
 #include <sys/endian.h>
 EOF
@@ -13545,12 +14020,12 @@ else
   rm -rf conftest*
   
 		echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
-echo "configure:13549: checking for in_addr_t" >&5
+echo "configure:14024: checking for in_addr_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_in_addr_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13554 "configure"
+#line 14029 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -13586,12 +14061,12 @@ fi
 rm -f conftest*
 
 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:13590: checking for uid_t in sys/types.h" >&5
+echo "configure:14065: checking for uid_t in sys/types.h" >&5
 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13595 "configure"
+#line 14070 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 EOF
@@ -13621,9 +14096,9 @@ fi
 
 
 echo $ac_n "checking for quad_t""... $ac_c" 1>&6
-echo "configure:13625: checking for quad_t" >&5
+echo "configure:14100: checking for quad_t" >&5
 cat > conftest.$ac_ext <<EOF
-#line 13627 "configure"
+#line 14102 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -13636,7 +14111,7 @@ int main() {
 quad_t x; x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:13640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_quad_t=yes
 else
@@ -13655,9 +14130,9 @@ EOF
 fi
 
 echo $ac_n "checking for long long""... $ac_c" 1>&6
-echo "configure:13659: checking for long long" >&5
+echo "configure:14134: checking for long long" >&5
 cat > conftest.$ac_ext <<EOF
-#line 13661 "configure"
+#line 14136 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -13666,7 +14141,7 @@ int main() {
 long long x; x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:13670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_long_long=yes
 else
@@ -13685,9 +14160,9 @@ EOF
 fi
 
 echo $ac_n "checking for nl_item""... $ac_c" 1>&6
-echo "configure:13689: checking for nl_item" >&5
+echo "configure:14164: checking for nl_item" >&5
 cat > conftest.$ac_ext <<EOF
-#line 13691 "configure"
+#line 14166 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_LANGINFO_H
@@ -13702,7 +14177,7 @@ int main() {
 nl_item x; x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:13706: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_nl_item=yes
 else
@@ -13724,7 +14199,7 @@ fi
 # libuu/uudeview
 # only define HAVE_LIBUU and HAVE_UUDEVIEW_H if both are found
 echo $ac_n "checking for UUInitialize in -luu""... $ac_c" 1>&6
-echo "configure:13728: checking for UUInitialize in -luu" >&5
+echo "configure:14203: checking for UUInitialize in -luu" >&5
 ac_lib_var=`echo uu'_'UUInitialize | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -13732,7 +14207,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-luu  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 13736 "configure"
+#line 14211 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -13743,16 +14218,16 @@ int main() {
 UUInitialize()
 ; return 0; }
 EOF
-if { (eval echo configure:13747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -13760,17 +14235,17 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
   echo "$ac_t""yes" 1>&6
   ac_safe=`echo "uudeview.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for uudeview.h""... $ac_c" 1>&6
-echo "configure:13764: checking for uudeview.h" >&5
+echo "configure:14239: checking for uudeview.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13769 "configure"
+#line 14244 "configure"
 #include "confdefs.h"
 #include <uudeview.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:13774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:14249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -13808,7 +14283,7 @@ fi
 
 # libidn - Internationalized Domain Names
 echo $ac_n "checking for stringprep_check_version in -lidn""... $ac_c" 1>&6
-echo "configure:13812: checking for stringprep_check_version in -lidn" >&5
+echo "configure:14287: checking for stringprep_check_version in -lidn" >&5
 ac_lib_var=`echo idn'_'stringprep_check_version | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -13816,7 +14291,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lidn  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 13820 "configure"
+#line 14295 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -13827,16 +14302,16 @@ int main() {
 stringprep_check_version()
 ; return 0; }
 EOF
-if { (eval echo configure:13831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -13844,17 +14319,17 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
   echo "$ac_t""yes" 1>&6
   ac_safe=`echo "stringprep.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for stringprep.h""... $ac_c" 1>&6
-echo "configure:13848: checking for stringprep.h" >&5
+echo "configure:14323: checking for stringprep.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13853 "configure"
+#line 14328 "configure"
 #include "confdefs.h"
 #include <stringprep.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:13858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:14333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -13877,17 +14352,17 @@ EOF
 
 		ac_safe=`echo "idna.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for idna.h""... $ac_c" 1>&6
-echo "configure:13881: checking for idna.h" >&5
+echo "configure:14356: checking for idna.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 13886 "configure"
+#line 14361 "configure"
 #include "confdefs.h"
 #include <idna.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:13891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:14366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -13909,7 +14384,7 @@ if eval "test \"`echo '$ac_cv_header_'$a
 EOF
 
 			echo $ac_n "checking for idna_to_unicode_lzlz in -lidn""... $ac_c" 1>&6
-echo "configure:13913: checking for idna_to_unicode_lzlz in -lidn" >&5
+echo "configure:14388: checking for idna_to_unicode_lzlz in -lidn" >&5
 ac_lib_var=`echo idn'_'idna_to_unicode_lzlz | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -13917,7 +14392,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lidn  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 13921 "configure"
+#line 14396 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -13928,16 +14403,16 @@ int main() {
 idna_to_unicode_lzlz()
 ; return 0; }
 EOF
-if { (eval echo configure:13932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -13949,9 +14424,9 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
 EOF
 
 				echo $ac_n "checking for IDNA_USE_STD3_ASCII_RULES""... $ac_c" 1>&6
-echo "configure:13953: checking for IDNA_USE_STD3_ASCII_RULES" >&5
+echo "configure:14428: checking for IDNA_USE_STD3_ASCII_RULES" >&5
 				cat > conftest.$ac_ext <<EOF
-#line 13955 "configure"
+#line 14430 "configure"
 #include "confdefs.h"
 #include <idna.h>
 EOF
@@ -14000,17 +14475,17 @@ fi
 # ICU - International Components for Unicode
 ac_safe=`echo "unicode/unorm.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for unicode/unorm.h""... $ac_c" 1>&6
-echo "configure:14004: checking for unicode/unorm.h" >&5
+echo "configure:14479: checking for unicode/unorm.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 14009 "configure"
+#line 14484 "configure"
 #include "confdefs.h"
 #include <unicode/unorm.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:14014: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:14489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -14029,17 +14504,17 @@ if eval "test \"`echo '$ac_cv_header_'$a
   
 	ac_safe=`echo "unicode/ustring.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for unicode/ustring.h""... $ac_c" 1>&6
-echo "configure:14033: checking for unicode/ustring.h" >&5
+echo "configure:14508: checking for unicode/ustring.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 14038 "configure"
+#line 14513 "configure"
 #include "confdefs.h"
 #include <unicode/ustring.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:14043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:14518: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -14065,12 +14540,12 @@ EOF
 EOF
 
 		echo $ac_n "checking for unorm_normalize in libicuuc""... $ac_c" 1>&6
-echo "configure:14069: checking for unorm_normalize in libicuuc" >&5
+echo "configure:14544: checking for unorm_normalize in libicuuc" >&5
 		cf_save_LIBS="$LIBS"
 		cf_try_icuuc="no"
 		LIBS="$LIBS -licuuc"
 		cat > conftest.$ac_ext <<EOF
-#line 14074 "configure"
+#line 14549 "configure"
 #include "confdefs.h"
 #include <unicode/unorm.h>
 int main() {
@@ -14080,8 +14555,8 @@ int main() {
 			needed = unorm_normalize(ustr, -1, UNORM_DEFAULT, 0, NULL, 0, &status);
 ; return 0; }
 EOF
-if { (eval echo configure:14084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   
 			cat >> confdefs.h <<\EOF
 #define HAVE_LIBICUUC 1
@@ -14091,25 +14566,25 @@ EOF
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   LIBS=$cf_save_LIBS
 		
 fi
-rm -f conftest*
+rm -rf conftest*
 		echo "$ac_t""$cf_try_icuuc" 1>&6
 		ac_safe=`echo "unicode/ubidi.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for unicode/ubidi.h""... $ac_c" 1>&6
-echo "configure:14103: checking for unicode/ubidi.h" >&5
+echo "configure:14578: checking for unicode/ubidi.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 14108 "configure"
+#line 14583 "configure"
 #include "confdefs.h"
 #include <unicode/ubidi.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:14113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:14588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -14156,43 +14631,43 @@ else
   
 cf_cv_termlib=none
 cat > conftest.$ac_ext <<EOF
-#line 14160 "configure"
+#line 14635 "configure"
 #include "confdefs.h"
 
 int main() {
 char *x=(char*)tgoto("",0,0)
 ; return 0; }
 EOF
-if { (eval echo configure:14167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cat > conftest.$ac_ext <<EOF
-#line 14170 "configure"
+#line 14645 "configure"
 #include "confdefs.h"
 
 int main() {
 int x=tigetstr("")
 ; return 0; }
 EOF
-if { (eval echo configure:14177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_termlib=terminfo
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_termlib=termcap
 fi
-rm -f conftest*
+rm -rf conftest*
 	test -n "$verbose" && echo "	using functions in predefined $cf_cv_termlib LIBS" 1>&6
 
-echo "${as_me-configure}:14189: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
+echo "${as_me:-configure}:14664: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
 
 
 
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
 
 if test "$cf_cv_termlib" = none; then
@@ -14205,25 +14680,25 @@ if test "$cf_cv_termlib" = none; then
 	for cf_func in tigetstr tgetstr
 	do
 		echo $ac_n "checking for $cf_func in -l$cf_lib""... $ac_c" 1>&6
-echo "configure:14209: checking for $cf_func in -l$cf_lib" >&5
+echo "configure:14684: checking for $cf_func in -l$cf_lib" >&5
 		cat > conftest.$ac_ext <<EOF
-#line 14211 "configure"
+#line 14686 "configure"
 #include "confdefs.h"
 
 int main() {
 int x=$cf_func("")
 ; return 0; }
 EOF
-if { (eval echo configure:14218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_result=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_result=no
 fi
-rm -f conftest*
+rm -rf conftest*
 		echo "$ac_t""$cf_result" 1>&6
 		if test "$cf_result" = yes ; then
 			if test "$cf_func" = tigetstr ; then
@@ -14241,7 +14716,7 @@ fi
 if test "$cf_cv_termlib" = none; then
 	# allow curses library for broken AIX system.
 	echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
-echo "configure:14245: checking for initscr in -lcurses" >&5
+echo "configure:14720: checking for initscr in -lcurses" >&5
 ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -14249,7 +14724,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lcurses  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 14253 "configure"
+#line 14728 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -14260,28 +14735,28 @@ int main() {
 initscr()
 ; return 0; }
 EOF
-if { (eval echo configure:14264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  LIBS="$LIBS -lcurses" cf_cv_termlib=termcap
+  LIBS="-lcurses $LIBS"
 else
   echo "$ac_t""no" 1>&6
 fi
 
 	echo $ac_n "checking for tgoto in -ltermcap""... $ac_c" 1>&6
-echo "configure:14285: checking for tgoto in -ltermcap" >&5
+echo "configure:14760: checking for tgoto in -ltermcap" >&5
 ac_lib_var=`echo termcap'_'tgoto | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -14289,7 +14764,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-ltermcap  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 14293 "configure"
+#line 14768 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -14300,22 +14775,22 @@ int main() {
 tgoto()
 ; return 0; }
 EOF
-if { (eval echo configure:14304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  LIBS="$LIBS -ltermcap" cf_cv_termlib=termcap
+  LIBS="-ltermcap $LIBS" cf_cv_termlib=termcap
 else
   echo "$ac_t""no" 1>&6
 fi
@@ -14323,7 +14798,7 @@ fi
 fi
 
 fi
-rm -f conftest*
+rm -rf conftest*
 if test "$cf_cv_termlib" = none; then
 	echo "configure: warning: Cannot find -ltermlib, -lcurses, or -ltermcap" 1>&2
 fi
@@ -14333,11 +14808,11 @@ fi
 	# terminfo-based termcap interfaces may be prototyped in <curses.h>,
 	# which may/may not be compatible with <termcap.h>
 	echo $ac_n "checking if we should include termcap.h""... $ac_c" 1>&6
-echo "configure:14337: checking if we should include termcap.h" >&5
+echo "configure:14812: checking if we should include termcap.h" >&5
 	cf_save_CFLAGS="$CFLAGS"
 	CFLAGS="$CFLAGS -I$srcdir/include"
 	cat > conftest.$ac_ext <<EOF
-#line 14341 "configure"
+#line 14816 "configure"
 #include "confdefs.h"
 
 #define HAVE_TERMCAP_H 1
@@ -14350,7 +14825,7 @@ make an error
 
 ; return 0; }
 EOF
-if { (eval echo configure:14354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_result=yes
 else
@@ -14367,8 +14842,9 @@ rm -f conftest*
 EOF
 
 	
+
 echo $ac_n "checking for term.h""... $ac_c" 1>&6
-echo "configure:14372: checking for term.h" >&5
+echo "configure:14848: checking for term.h" >&5
 if eval "test \"`echo '$''{'cf_cv_term_header'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -14376,21 +14852,29 @@ else
 
 # If we found <ncurses/curses.h>, look for <ncurses/term.h>, but always look
 # for <term.h> if we do not find the variant.
-for cf_header in \
-	`echo ${cf_cv_ncurses_header-curses.h} | sed -e 's%/.*%/%'`term.h \
-	term.h
+
+cf_header_list="term.h ncurses/term.h ncursesw/term.h"
+
+case ${cf_cv_ncurses_header:-curses.h} in #(vi
+*/*)
+	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`term.h
+	cf_header_list="$cf_header_item $cf_header_list"
+	;;
+esac
+
+for cf_header in $cf_header_list
 do
 	cat > conftest.$ac_ext <<EOF
-#line 14385 "configure"
+#line 14869 "configure"
 #include "confdefs.h"
 
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 #include <${cf_header}>
 int main() {
 WINDOW *x
 ; return 0; }
 EOF
-if { (eval echo configure:14394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_term_header=$cf_header
 	 break
@@ -14403,6 +14887,41 @@ fi
 rm -f conftest*
 done
 
+case $cf_cv_term_header in #(vi
+no)
+	# If curses is ncurses, some packagers still mess it up by trying to make
+	# us use GNU termcap.  This handles the most common case.
+	for cf_header in ncurses/term.h ncursesw/term.h
+	do
+		cat > conftest.$ac_ext <<EOF
+#line 14898 "configure"
+#include "confdefs.h"
+
+#include <${cf_cv_ncurses_header:-curses.h}>
+#ifdef NCURSES_VERSION
+#include <${cf_header}>
+#else
+make an error
+#endif
+int main() {
+WINDOW *x
+; return 0; }
+EOF
+if { (eval echo configure:14911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+  rm -rf conftest*
+  cf_cv_term_header=$cf_header
+			 break
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+  rm -rf conftest*
+  cf_cv_term_header=no
+fi
+rm -f conftest*
+	done
+	;;
+esac
+
 fi
 
 echo "$ac_t""$cf_cv_term_header" 1>&6
@@ -14414,7 +14933,7 @@ term.h) #(vi
 EOF
 
 	;;
-ncurses/term.h)
+ncurses/term.h) #(vi
 	cat >> confdefs.h <<\EOF
 #define HAVE_NCURSES_TERM_H 1
 EOF
@@ -14431,7 +14950,7 @@ esac
 
 
 echo $ac_n "checking if we should include curses.h or termcap.h""... $ac_c" 1>&6
-echo "configure:14435: checking if we should include curses.h or termcap.h" >&5
+echo "configure:14954: checking if we should include curses.h or termcap.h" >&5
 if eval "test \"`echo '$''{'cf_cv_need_curses_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -14449,7 +14968,7 @@ do
     test -n "$cf_t_opts" && CPPFLAGS="$CPPFLAGS -D$cf_t_opts"
 
     cat > conftest.$ac_ext <<EOF
-#line 14453 "configure"
+#line 14972 "configure"
 #include "confdefs.h"
 /* $cf_c_opts $cf_t_opts */
 $CHECK_DECL_HDRS
@@ -14457,8 +14976,8 @@ int main() {
 char *x = (char *)tgoto("")
 ; return 0; }
 EOF
-if { (eval echo configure:14461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:14980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   test "$cf_cv_need_curses_h" = no && {
 	     cf_cv_need_curses_h=maybe
 	     cf_ok_c_opts=$cf_c_opts
@@ -14467,10 +14986,10 @@ if { (eval echo configure:14461: \"$ac_l
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   echo "Recompiling with corrected call (C:$cf_c_opts, T:$cf_t_opts)" >&5
 	cat > conftest.$ac_ext <<EOF
-#line 14474 "configure"
+#line 14993 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -14478,8 +14997,8 @@ int main() {
 char *x = (char *)tgoto("",0,0)
 ; return 0; }
 EOF
-if { (eval echo configure:14482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_need_curses_h=yes
 	 cf_ok_c_opts=$cf_c_opts
 	 cf_ok_t_opts=$cf_t_opts
@@ -14487,9 +15006,9 @@ else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
-rm -f conftest*
+rm -rf conftest*
 
 	CPPFLAGS="$cf_save_CPPFLAGS"
 	test "$cf_cv_need_curses_h" = yes && break
@@ -14554,7 +15073,7 @@ esac
 
 
 echo $ac_n "checking declaration of tputs 3rd param""... $ac_c" 1>&6
-echo "configure:14558: checking declaration of tputs 3rd param" >&5
+echo "configure:15077: checking declaration of tputs 3rd param" >&5
 if eval "test \"`echo '$''{'cf_cv_type_outchar'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -14570,10 +15089,10 @@ for Q in int void; do
 for R in int char; do
 for S in "" const; do
 	
-echo "${as_me-configure}:14574: testing loop variables P:$P, Q:$Q, R:$R, S:$S ..." 1>&5
+echo "${as_me:-configure}:15093: testing loop variables P:$P, Q:$Q, R:$R, S:$S ..." 1>&5
 
 	cat > conftest.$ac_ext <<EOF
-#line 14577 "configure"
+#line 15096 "configure"
 #include "confdefs.h"
 $CHECK_DECL_HDRS
 int main() {
@@ -14582,7 +15101,7 @@ extern $Q OutChar($R);
 	tputs("", 1, OutChar)
 ; return 0; }
 EOF
-if { (eval echo configure:14586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_type_outchar="$Q OutChar($R)"
 	 cf_cv_found=yes
@@ -14637,15 +15156,15 @@ EOF
 elif test ".$cf_cv_termlib" = .termcap ; then
 	# BSD 'tputs()' may need 'PC' to be set.
 	cat > conftest.$ac_ext <<EOF
-#line 14641 "configure"
+#line 15160 "configure"
 #include "confdefs.h"
 
 int main() {
 extern char PC; PC = 0
 ; return 0; }
 EOF
-if { (eval echo configure:14648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cat >> confdefs.h <<\EOF
 #define HAVE_EXTERN_TCAP_PC 1
 EOF
@@ -14654,7 +15173,7 @@ else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
 fi
-rm -f conftest*
+rm -rf conftest*
 	cf_tc_funcs="tgetint tgetnum tparam tparm"
 	cf_tc_externs="$cf_tc_funcs tgoto tgetstr tputs tgetent tgetflag"
 fi
@@ -14663,13 +15182,13 @@ fi
 
 
 echo $ac_n "checking if external errno is declared""... $ac_c" 1>&6
-echo "configure:14667: checking if external errno is declared" >&5
+echo "configure:15186: checking if external errno is declared" >&5
 if eval "test \"`echo '$''{'cf_cv_dcl_errno'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 14673 "configure"
+#line 15192 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -14682,7 +15201,7 @@ int main() {
 int x = (int) errno
 ; return 0; }
 EOF
-if { (eval echo configure:14686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_dcl_errno=yes
 else
@@ -14710,13 +15229,13 @@ fi
 # It's possible (for near-UNIX clones) that the data doesn't exist
 
 echo $ac_n "checking if external errno exists""... $ac_c" 1>&6
-echo "configure:14714: checking if external errno exists" >&5
+echo "configure:15233: checking if external errno exists" >&5
 if eval "test \"`echo '$''{'cf_cv_have_errno'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 14720 "configure"
+#line 15239 "configure"
 #include "confdefs.h"
 
 #undef errno
@@ -14726,16 +15245,16 @@ int main() {
 errno = 2
 ; return 0; }
 EOF
-if { (eval echo configure:14730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_have_errno=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_have_errno=no
 fi
-rm -f conftest*
+rm -rf conftest*
 
 fi
 
@@ -14758,12 +15277,12 @@ fi
 for ac_func in strerror
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:14762: checking for $ac_func" >&5
+echo "configure:15281: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 14767 "configure"
+#line 15286 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -14786,16 +15305,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:14790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -14813,13 +15332,13 @@ else
 
     
 echo $ac_n "checking if external sys_nerr is declared""... $ac_c" 1>&6
-echo "configure:14817: checking if external sys_nerr is declared" >&5
+echo "configure:15336: checking if external sys_nerr is declared" >&5
 if eval "test \"`echo '$''{'cf_cv_dcl_sys_nerr'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 14823 "configure"
+#line 15342 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -14832,7 +15351,7 @@ int main() {
 int x = (int) sys_nerr
 ; return 0; }
 EOF
-if { (eval echo configure:14836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_dcl_sys_nerr=yes
 else
@@ -14860,13 +15379,13 @@ fi
 # It's possible (for near-UNIX clones) that the data doesn't exist
 
 echo $ac_n "checking if external sys_nerr exists""... $ac_c" 1>&6
-echo "configure:14864: checking if external sys_nerr exists" >&5
+echo "configure:15383: checking if external sys_nerr exists" >&5
 if eval "test \"`echo '$''{'cf_cv_have_sys_nerr'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 14870 "configure"
+#line 15389 "configure"
 #include "confdefs.h"
 
 #undef sys_nerr
@@ -14876,16 +15395,16 @@ int main() {
 sys_nerr = 2
 ; return 0; }
 EOF
-if { (eval echo configure:14880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_have_sys_nerr=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_have_sys_nerr=no
 fi
-rm -f conftest*
+rm -rf conftest*
 
 fi
 
@@ -14905,13 +15424,13 @@ fi
 
     
 echo $ac_n "checking if external sys_errlist is declared""... $ac_c" 1>&6
-echo "configure:14909: checking if external sys_errlist is declared" >&5
+echo "configure:15428: checking if external sys_errlist is declared" >&5
 if eval "test \"`echo '$''{'cf_cv_dcl_sys_errlist'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 14915 "configure"
+#line 15434 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -14924,7 +15443,7 @@ int main() {
 int x = (int) sys_errlist
 ; return 0; }
 EOF
-if { (eval echo configure:14928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_dcl_sys_errlist=yes
 else
@@ -14952,13 +15471,13 @@ fi
 # It's possible (for near-UNIX clones) that the data doesn't exist
 
 echo $ac_n "checking if external sys_errlist exists""... $ac_c" 1>&6
-echo "configure:14956: checking if external sys_errlist exists" >&5
+echo "configure:15475: checking if external sys_errlist exists" >&5
 if eval "test \"`echo '$''{'cf_cv_have_sys_errlist'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 14962 "configure"
+#line 15481 "configure"
 #include "confdefs.h"
 
 #undef sys_errlist
@@ -14968,16 +15487,16 @@ int main() {
 sys_errlist = 2
 ; return 0; }
 EOF
-if { (eval echo configure:14972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_have_sys_errlist=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_have_sys_errlist=no
 fi
-rm -f conftest*
+rm -rf conftest*
 
 fi
 
@@ -15015,6 +15534,7 @@ for ac_func in \
 	fork \
 	ftime \
 	ftruncate \
+	fsync \
 	getcwd \
 	gettimeofday \
 	getwd \
@@ -15048,6 +15568,7 @@ for ac_func in \
 	strdup \
 	strftime \
 	strpbrk \
+	strrchr \
 	strrstr \
 	strsep \
 	strstr \
@@ -15064,12 +15585,12 @@ for ac_func in \
 $cf_tc_funcs 
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:15068: checking for $ac_func" >&5
+echo "configure:15589: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15073 "configure"
+#line 15594 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -15092,16 +15613,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:15096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -15118,12 +15639,12 @@ done
 
 
 echo $ac_n "checking for flock""... $ac_c" 1>&6
-echo "configure:15122: checking for flock" >&5
+echo "configure:15643: checking for flock" >&5
 if eval "test \"`echo '$''{'ac_cv_func_flock'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15127 "configure"
+#line 15648 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char flock(); below.  */
@@ -15146,16 +15667,16 @@ flock();
 
 ; return 0; }
 EOF
-if { (eval echo configure:15150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_flock=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_flock=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'flock`\" = yes"; then
@@ -15168,7 +15689,7 @@ else
   echo "$ac_t""no" 1>&6
 
 	echo $ac_n "checking for flock in -lbsd""... $ac_c" 1>&6
-echo "configure:15172: checking for flock in -lbsd" >&5
+echo "configure:15693: checking for flock in -lbsd" >&5
 ac_lib_var=`echo bsd'_'flock | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -15176,7 +15697,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lbsd  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 15180 "configure"
+#line 15701 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -15187,16 +15708,16 @@ int main() {
 flock()
 ; return 0; }
 EOF
-if { (eval echo configure:15191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -15216,12 +15737,12 @@ fi
 
 
   echo $ac_n "checking for wide char and multibyte support""... $ac_c" 1>&6
-echo "configure:15220: checking for wide char and multibyte support" >&5
+echo "configure:15741: checking for wide char and multibyte support" >&5
 if eval "test \"`echo '$''{'am_cv_multibyte_able'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15225 "configure"
+#line 15746 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 #ifdef HAVE_STDLIB_H
@@ -15275,17 +15796,17 @@ const char icb[5] = {0xa4, 0xa4, 0xa4, 0
       wcsncat(wcb2, wcb, 5);
 ; return 0; }
 EOF
-if { (eval echo configure:15279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   am_cv_multibyte_able=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_save_LIBS="$LIBS"
       LIBS="-lutf8 $LIBS"
       cat > conftest.$ac_ext <<EOF
-#line 15289 "configure"
+#line 15810 "configure"
 #include "confdefs.h"
 #include <libutf8.h>
 int main() {
@@ -15329,20 +15850,20 @@ const char icb[5] = {0xa4, 0xa4, 0xa4, 0
         wcsncat(wcb2, wcb, 5);
 ; return 0; }
 EOF
-if { (eval echo configure:15333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:15854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   am_cv_multibyte_able=libutf8
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   am_cv_multibyte_able=no
 fi
-rm -f conftest*
+rm -rf conftest*
       LIBS="$cf_save_LIBS"
    
 fi
-rm -f conftest*
+rm -rf conftest*
   
 fi
 
@@ -15363,9 +15884,9 @@ EOF
 
 
 echo $ac_n "checking if gettimeofday takes two arguments""... $ac_c" 1>&6
-echo "configure:15367: checking if gettimeofday takes two arguments" >&5
+echo "configure:15888: checking if gettimeofday takes two arguments" >&5
 cat > conftest.$ac_ext <<EOF
-#line 15369 "configure"
+#line 15890 "configure"
 #include "confdefs.h"
 
 #if HAVE_SYS_TIME_H
@@ -15374,10 +15895,10 @@ cat > conftest.$ac_ext <<EOF
 int main() {
 struct timeval *tv;
 struct timezone *tz;
-gettimeofday(tv, tz);
+gettimeofday(&tv, &tz);
 ; return 0; }
 EOF
-if { (eval echo configure:15381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_func_gettimeofday_2args=yes
 else
@@ -15396,12 +15917,12 @@ EOF
 fi
 
 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
-echo "configure:15400: checking return type of signal handlers" >&5
+echo "configure:15921: checking return type of signal handlers" >&5
 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15405 "configure"
+#line 15926 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <signal.h>
@@ -15418,7 +15939,7 @@ int main() {
 int i;
 ; return 0; }
 EOF
-if { (eval echo configure:15422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_type_signal=void
 else
@@ -15438,7 +15959,7 @@ EOF
 
 
 echo $ac_n "checking declaration of signal arguments""... $ac_c" 1>&6
-echo "configure:15442: checking declaration of signal arguments" >&5
+echo "configure:15963: checking declaration of signal arguments" >&5
 if eval "test \"`echo '$''{'cf_cv_sig_args'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -15447,7 +15968,7 @@ cf_cv_sig_args=
 for cf_test in "int sig" "int sig, ..."
 do
 	cat > conftest.$ac_ext <<EOF
-#line 15451 "configure"
+#line 15972 "configure"
 #include "confdefs.h"
 
 #include <signal.h>
@@ -15455,7 +15976,7 @@ int main() {
 extern RETSIGTYPE catch($cf_test); signal(SIGINT, catch)
 ; return 0; }
 EOF
-if { (eval echo configure:15459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_sig_args="$cf_test";break
 else
@@ -15481,13 +16002,13 @@ EOF
 if test "$ac_cv_func_sigaction" = yes; then
 
 echo $ac_n "checking whether sigaction needs _POSIX_SOURCE""... $ac_c" 1>&6
-echo "configure:15485: checking whether sigaction needs _POSIX_SOURCE" >&5
+echo "configure:16006: checking whether sigaction needs _POSIX_SOURCE" >&5
 if eval "test \"`echo '$''{'cf_cv_sigact_bad'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cat > conftest.$ac_ext <<EOF
-#line 15491 "configure"
+#line 16012 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -15496,7 +16017,7 @@ int main() {
 struct sigaction act
 ; return 0; }
 EOF
-if { (eval echo configure:15500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_sigact_bad=no
 else
@@ -15517,13 +16038,13 @@ EOF
 
 
 echo $ac_n "checking if we have sigaction/related functions""... $ac_c" 1>&6
-echo "configure:15521: checking if we have sigaction/related functions" >&5
+echo "configure:16042: checking if we have sigaction/related functions" >&5
 if eval "test \"`echo '$''{'cf_cv_sigaction_funcs'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cat > conftest.$ac_ext <<EOF
-#line 15527 "configure"
+#line 16048 "configure"
 #include "confdefs.h"
 
 #ifdef SVR4_ACTION
@@ -15541,16 +16062,16 @@ int main() {
     sigaction (SIGBUS,&sa,&osa);
 ; return 0; }
 EOF
-if { (eval echo configure:15545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_sigaction_funcs=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_sigaction_funcs=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$cf_cv_sigaction_funcs" 1>&6
@@ -15563,7 +16084,7 @@ EOF
 fi
 
 echo $ac_n "checking for fork""... $ac_c" 1>&6
-echo "configure:15567: checking for fork" >&5
+echo "configure:16088: checking for fork" >&5
 if eval "test \"`echo '$''{'cf_cv_func_fork'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -15572,17 +16093,17 @@ if test "$cross_compiling" = yes; then
   cf_cv_func_fork=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 15576 "configure"
+#line 16097 "configure"
 #include "confdefs.h"
 
 int main()
 {
 	if (fork() < 0)
-		${cf_cv_main_return-return}(1);
-	${cf_cv_main_return-return}(0);
+		${cf_cv_main_return:-return}(1);
+	${cf_cv_main_return:-return}(0);
 }
 EOF
-if { (eval echo configure:15586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:16107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_func_fork=yes
 else
@@ -15604,12 +16125,12 @@ EOF
 
 
 echo $ac_n "checking for memmove""... $ac_c" 1>&6
-echo "configure:15608: checking for memmove" >&5
+echo "configure:16129: checking for memmove" >&5
 if eval "test \"`echo '$''{'ac_cv_func_memmove'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15613 "configure"
+#line 16134 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char memmove(); below.  */
@@ -15632,16 +16153,16 @@ memmove();
 
 ; return 0; }
 EOF
-if { (eval echo configure:15636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_memmove=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_memmove=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'memmove`\" = yes"; then
@@ -15651,12 +16172,12 @@ else
   echo "$ac_t""no" 1>&6
 
 echo $ac_n "checking for bcopy""... $ac_c" 1>&6
-echo "configure:15655: checking for bcopy" >&5
+echo "configure:16176: checking for bcopy" >&5
 if eval "test \"`echo '$''{'ac_cv_func_bcopy'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15660 "configure"
+#line 16181 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char bcopy(); below.  */
@@ -15679,23 +16200,23 @@ bcopy();
 
 ; return 0; }
 EOF
-if { (eval echo configure:15683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_bcopy=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_bcopy=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'bcopy`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
 	echo $ac_n "checking if bcopy does overlapping moves""... $ac_c" 1>&6
-echo "configure:15699: checking if bcopy does overlapping moves" >&5
+echo "configure:16220: checking if bcopy does overlapping moves" >&5
 if eval "test \"`echo '$''{'cf_cv_good_bcopy'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -15704,7 +16225,7 @@ else
   cf_cv_good_bcopy=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 15708 "configure"
+#line 16229 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -15717,7 +16238,7 @@ int main() {
 }
 		
 EOF
-if { (eval echo configure:15721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:16242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_good_bcopy=yes
 else
@@ -15755,9 +16276,9 @@ fi
 
 
 echo $ac_n "checking if select expects int * arguments""... $ac_c" 1>&6
-echo "configure:15759: checking if select expects int * arguments" >&5
+echo "configure:16280: checking if select expects int * arguments" >&5
 cat > conftest.$ac_ext <<EOF
-#line 15761 "configure"
+#line 16282 "configure"
 #include "confdefs.h"
 #include <time.h>
 EOF
@@ -15777,7 +16298,7 @@ rm -f conftest*
 
 
 echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&6
-echo "configure:15781: checking whether closedir returns void" >&5
+echo "configure:16302: checking whether closedir returns void" >&5
 if eval "test \"`echo '$''{'ac_cv_func_closedir_void'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -15785,13 +16306,13 @@ else
   ac_cv_func_closedir_void=yes
 else
   cat > conftest.$ac_ext <<EOF
-#line 15789 "configure"
+#line 16310 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <$ac_header_dirent>
 int closedir(); main() { exit(closedir(opendir(".")) != 0); }
 EOF
-if { (eval echo configure:15795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:16316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_func_closedir_void=no
 else
@@ -15817,7 +16338,7 @@ fi
 # autoconf 2.5x assumes setvbuf is not reversed when cross-compiling
 if test "$cross_compiling" != yes ; then
 	echo $ac_n "checking whether setvbuf arguments are reversed""... $ac_c" 1>&6
-echo "configure:15821: checking whether setvbuf arguments are reversed" >&5
+echo "configure:16342: checking whether setvbuf arguments are reversed" >&5
 if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -15825,7 +16346,7 @@ else
     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
 else
   cat > conftest.$ac_ext <<EOF
-#line 15829 "configure"
+#line 16350 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 /* If setvbuf has the reversed format, exit 0. */
@@ -15839,7 +16360,7 @@ main () {
   exit(0);			/* Non-reversed systems segv here.  */
 }
 EOF
-if { (eval echo configure:15843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:16364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_func_setvbuf_reversed=yes
 else
@@ -15877,12 +16398,12 @@ for ac_func in \
 
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:15881: checking for $ac_func" >&5
+echo "configure:16402: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 15886 "configure"
+#line 16407 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -15905,16 +16426,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:15909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -15932,13 +16453,13 @@ done
 
 
 echo $ac_n "checking for type sigaction_t""... $ac_c" 1>&6
-echo "configure:15936: checking for type sigaction_t" >&5
+echo "configure:16457: checking for type sigaction_t" >&5
 if eval "test \"`echo '$''{'cf_cv_type_sigaction'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 15942 "configure"
+#line 16463 "configure"
 #include "confdefs.h"
 
 #include <signal.h>
@@ -15946,7 +16467,7 @@ int main() {
 sigaction_t x
 ; return 0; }
 EOF
-if { (eval echo configure:15950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_type_sigaction=yes
 else
@@ -15966,13 +16487,13 @@ EOF
 
 
 echo $ac_n "checking for nonconflicting termios.h""... $ac_c" 1>&6
-echo "configure:15970: checking for nonconflicting termios.h" >&5
+echo "configure:16491: checking for nonconflicting termios.h" >&5
 if eval "test \"`echo '$''{'cf_cv_use_termios_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 15976 "configure"
+#line 16497 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_IOCTL_H
@@ -15994,16 +16515,16 @@ int main() {
 	(void) tcgetattr (0, &save_tty)
 ; return 0; }
 EOF
-if { (eval echo configure:15998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_use_termios_h=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_use_termios_h=no
 fi
-rm -f conftest*
+rm -rf conftest*
 
 fi
 
@@ -16025,13 +16546,13 @@ fi
 
 
 echo $ac_n "checking for passwd.pw_gecos""... $ac_c" 1>&6
-echo "configure:16029: checking for passwd.pw_gecos" >&5
+echo "configure:16550: checking for passwd.pw_gecos" >&5
 if eval "test \"`echo '$''{'cf_cv_pw_gecos'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 16035 "configure"
+#line 16556 "configure"
 #include "confdefs.h"
 
 #include <pwd.h>
@@ -16042,7 +16563,7 @@ int main() {
 	char bar = foo.pw_gecos
 ; return 0; }
 EOF
-if { (eval echo configure:16046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_pw_gecos=yes
 else
@@ -16062,13 +16583,13 @@ EOF
 
 
 echo $ac_n "checking for tm.tm_gmtoff""... $ac_c" 1>&6
-echo "configure:16066: checking for tm.tm_gmtoff" >&5
+echo "configure:16587: checking for tm.tm_gmtoff" >&5
 if eval "test \"`echo '$''{'cf_cv_tm_gmtoff'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 16072 "configure"
+#line 16593 "configure"
 #include "confdefs.h"
 
 #ifdef TIME_WITH_SYS_TIME
@@ -16088,7 +16609,7 @@ int main() {
 	long bar = foo.tm_gmtoff
 ; return 0; }
 EOF
-if { (eval echo configure:16092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_tm_gmtoff=yes
 else
@@ -16108,7 +16629,7 @@ EOF
 
 
 echo $ac_n "checking for long file names""... $ac_c" 1>&6
-echo "configure:16112: checking for long file names" >&5
+echo "configure:16633: checking for long file names" >&5
 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -16156,17 +16677,17 @@ for ac_hdr in sys/wait.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:16160: checking for $ac_hdr" >&5
+echo "configure:16681: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 16165 "configure"
+#line 16686 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:16170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:16691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -16203,17 +16724,17 @@ for ac_hdr in wait.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:16207: checking for $ac_hdr" >&5
+echo "configure:16728: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 16212 "configure"
+#line 16733 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:16217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:16738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -16243,17 +16764,17 @@ for ac_hdr in waitstatus.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:16247: checking for $ac_hdr" >&5
+echo "configure:16768: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 16252 "configure"
+#line 16773 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:16257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:16778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -16294,13 +16815,13 @@ fi
 
 
 echo $ac_n "checking for union wait""... $ac_c" 1>&6
-echo "configure:16298: checking for union wait" >&5
+echo "configure:16819: checking for union wait" >&5
 if eval "test \"`echo '$''{'cf_cv_type_unionwait'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 16304 "configure"
+#line 16825 "configure"
 #include "confdefs.h"
 $cf_wait_headers
 int main() {
@@ -16311,18 +16832,18 @@ int x;
 	
 ; return 0; }
 EOF
-if { (eval echo configure:16315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_type_unionwait=no
 	 echo compiles ok w/o union wait 1>&5
 	
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
 	cat > conftest.$ac_ext <<EOF
-#line 16326 "configure"
+#line 16847 "configure"
 #include "confdefs.h"
 $cf_wait_headers
 int main() {
@@ -16337,20 +16858,20 @@ union wait x;
 	
 ; return 0; }
 EOF
-if { (eval echo configure:16341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:16862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_type_unionwait=yes
 	 echo compiles ok with union wait and possibly macros too 1>&5
 	
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_type_unionwait=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$cf_cv_type_unionwait" 1>&6
@@ -16362,7 +16883,7 @@ EOF
 
 
 echo $ac_n "checking if the system function returns usable child-status""... $ac_c" 1>&6
-echo "configure:16366: checking if the system function returns usable child-status" >&5
+echo "configure:16887: checking if the system function returns usable child-status" >&5
 if eval "test \"`echo '$''{'cf_cv_system_status'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -16371,7 +16892,7 @@ else
   cf_cv_system_status=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 16375 "configure"
+#line 16896 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -16390,7 +16911,7 @@ RETSIGTYPE signal_handler (int sig)
 	int system_status;
 	wait (&wait_status);
 	system_status = WEXITSTATUS(wait_status); /* should be nonzero */
-	${cf_cv_main_return-return}(system_status != 23);
+	${cf_cv_main_return:-return}(system_status != 23);
 }
 
 int main()
@@ -16400,11 +16921,11 @@ int main()
 	 */
 	signal (SIGCHLD, signal_handler);
 	system("exit 23");
-	${cf_cv_main_return-return}(1);
+	${cf_cv_main_return:-return}(1);
 }
 
 EOF
-if { (eval echo configure:16408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:16929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_system_status=no
 else
@@ -16415,11 +16936,11 @@ else
   cf_cv_system_status=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 16419 "configure"
+#line 16940 "configure"
 #include "confdefs.h"
-int main() { ${cf_cv_main_return-return}(system("exit 23") != (23 << 8)); }
+int main() { ${cf_cv_main_return:-return}(system("exit 23") != (23 << 8)); }
 EOF
-if { (eval echo configure:16423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:16944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_system_status=yes
 else
@@ -16462,16 +16983,16 @@ EOF
 
 if test "$cf_cv_ncurses_version" != no ; then
 echo $ac_n "checking for obsolete/broken version of ncurses""... $ac_c" 1>&6
-echo "configure:16466: checking for obsolete/broken version of ncurses" >&5
+echo "configure:16987: checking for obsolete/broken version of ncurses" >&5
 if eval "test \"`echo '$''{'cf_cv_ncurses_broken'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 cat > conftest.$ac_ext <<EOF
-#line 16472 "configure"
+#line 16993 "configure"
 #include "confdefs.h"
 
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 int main() {
 
 #if defined(NCURSES_VERSION) && defined(wgetbkgd)
@@ -16482,7 +17003,7 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:16486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_ncurses_broken=no
 else
@@ -16507,16 +17028,16 @@ fi
 
 		
 echo $ac_n "checking if curses supports color attributes""... $ac_c" 1>&6
-echo "configure:16511: checking if curses supports color attributes" >&5
+echo "configure:17032: checking if curses supports color attributes" >&5
 if eval "test \"`echo '$''{'cf_cv_color_curses'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 16517 "configure"
+#line 17038 "configure"
 #include "confdefs.h"
 
-#include <${cf_cv_ncurses_header-curses.h}>
+#include <${cf_cv_ncurses_header:-curses.h}>
 
 int main() {
 chtype x = COLOR_BLUE;
@@ -16528,16 +17049,16 @@ chtype x = COLOR_BLUE;
 	
 ; return 0; }
 EOF
-if { (eval echo configure:16532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_color_curses=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_color_curses=no
 fi
-rm -f conftest*
+rm -rf conftest*
 	
 fi
 
@@ -16579,7 +17100,7 @@ if test $check_sig_const = yes ; then
 	
 
 echo $ac_n "checking for redefinable signal constants""... $ac_c" 1>&6
-echo "configure:16583: checking for redefinable signal constants" >&5
+echo "configure:17104: checking for redefinable signal constants" >&5
 if eval "test \"`echo '$''{'cf_cv_sig_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -16591,7 +17112,7 @@ if test -n "$cf_cv_sig_args"; then
   cf_cv_sig_const=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 16595 "configure"
+#line 17116 "configure"
 #include "confdefs.h"
 
 #define NEW_DFL	((RETSIGTYPE (*)($cf_test))0)
@@ -16613,12 +17134,12 @@ int main()
 #define SIG_IGN NEW_IGN
 #define SIG_ERR NEW_ERR
 	 || NEW_DFL != SIG_DFL)
-	 	${cf_cv_main_return-return}(1);
+	 	${cf_cv_main_return:-return}(1);
 	signal(SIGINT, SIG_DFL);
-	${cf_cv_main_return-return}(0);
+	${cf_cv_main_return:-return}(0);
 }
 EOF
-if { (eval echo configure:16622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:17143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_sig_const=yes
 else
@@ -16644,13 +17165,13 @@ fi
 
 
 echo $ac_n "checking for ANSI qsort""... $ac_c" 1>&6
-echo "configure:16648: checking for ANSI qsort" >&5
+echo "configure:17169: checking for ANSI qsort" >&5
 if eval "test \"`echo '$''{'cf_cv_comptype'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 	cat > conftest.$ac_ext <<EOF
-#line 16654 "configure"
+#line 17175 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -16662,7 +17183,7 @@ extern int compare(const void *, const v
 	 qsort(foo, sizeof(foo)/sizeof(*foo), sizeof(*foo), compare)
 ; return 0; }
 EOF
-if { (eval echo configure:16666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_cv_comptype=yes
 else
@@ -16690,7 +17211,7 @@ fi
 
 
 echo $ac_n "checking if application can dump core""... $ac_c" 1>&6
-echo "configure:16694: checking if application can dump core" >&5
+echo "configure:17215: checking if application can dump core" >&5
 if eval "test \"`echo '$''{'cf_cv_corefile'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -16699,7 +17220,7 @@ else
   cf_cv_corefile=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 16703 "configure"
+#line 17224 "configure"
 #include "confdefs.h"
 
 #include <signal.h>
@@ -16719,13 +17240,13 @@ int main()
 /* Nicholas d'Alterio (nagd@ic.ac.uk) reports that the check for ability to
  * core dump causes the machine to crash - reason unknown (gcc 2.7.2)
  */
-	${cf_cv_main_return-return}(1);
+	${cf_cv_main_return:-return}(1);
 #else
 	int	pid, status;
 	if (found())
 		unlink("core");
 	if (found())
-		${cf_cv_main_return-return}(1);
+		${cf_cv_main_return:-return}(1);
 	if ((pid = fork()) != 0) {
 		while (wait(&status) <= 0)
 			;
@@ -16734,13 +17255,13 @@ int main()
 	}
 	if (found()) {
 		unlink("core");
-		${cf_cv_main_return-return}(0);
+		${cf_cv_main_return:-return}(0);
 	}
-	${cf_cv_main_return-return}(1);
+	${cf_cv_main_return:-return}(1);
 #endif
 }
 EOF
-if { (eval echo configure:16744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:17265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_corefile=yes
 else
@@ -16788,18 +17309,18 @@ ac_tr_func=`echo "$ac_func" | sed y%abcd
 
 
 echo $ac_n "checking for missing "${ac_func}" extern""... $ac_c" 1>&6
-echo "configure:16792: checking for missing "${ac_func}" extern" >&5
+echo "configure:17313: checking for missing "${ac_func}" extern" >&5
 if eval "test \"`echo '$''{'cf_cv_func_${ac_func}'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 
-echo "${as_me-configure}:16798: testing for missing "${ac_func}" external ..." 1>&5
+echo "${as_me:-configure}:17319: testing for missing "${ac_func}" external ..." 1>&5
 
 cf_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $CHECK_DECL_FLAG"
 cat > conftest.$ac_ext <<EOF
-#line 16803 "configure"
+#line 17324 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -16813,15 +17334,15 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:16817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   if test -n "$CHECK_DECL_HDRS" ; then
 # try to work around system headers which are infested with non-standard syntax
 
 cf_1_up=`echo "${ac_func}" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
 cat > conftest.$ac_ext <<EOF
-#line 16825 "configure"
+#line 17346 "configure"
 #include "confdefs.h"
 
 #define DECL_${cf_1_up}
@@ -16831,7 +17352,7 @@ int main() {
 long x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:16835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17356: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval 'cf_cv_func_'${ac_func}'=yes'
 else
@@ -16848,10 +17369,10 @@ fi
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval 'cf_cv_func_'${ac_func}'=no'
 fi
-rm -f conftest*
+rm -rf conftest*
 CFLAGS="$cf_save_CFLAGS"
 
 fi
@@ -16880,18 +17401,18 @@ ac_tr_func=`echo "$ac_func" | sed y%abcd
 
 
 echo $ac_n "checking for missing "${ac_func}" extern""... $ac_c" 1>&6
-echo "configure:16884: checking for missing "${ac_func}" extern" >&5
+echo "configure:17405: checking for missing "${ac_func}" extern" >&5
 if eval "test \"`echo '$''{'cf_cv_func_${ac_func}'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 
-echo "${as_me-configure}:16890: testing for missing "${ac_func}" external ..." 1>&5
+echo "${as_me:-configure}:17411: testing for missing "${ac_func}" external ..." 1>&5
 
 cf_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $CHECK_DECL_FLAG"
 cat > conftest.$ac_ext <<EOF
-#line 16895 "configure"
+#line 17416 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -16905,15 +17426,15 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:16909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   if test -n "$CHECK_DECL_HDRS" ; then
 # try to work around system headers which are infested with non-standard syntax
 
 cf_1_up=`echo "${ac_func}" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
 cat > conftest.$ac_ext <<EOF
-#line 16917 "configure"
+#line 17438 "configure"
 #include "confdefs.h"
 
 #define DECL_${cf_1_up}
@@ -16923,7 +17444,7 @@ int main() {
 long x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:16927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17448: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval 'cf_cv_func_'${ac_func}'=yes'
 else
@@ -16940,10 +17461,10 @@ fi
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval 'cf_cv_func_'${ac_func}'=no'
 fi
-rm -f conftest*
+rm -rf conftest*
 CFLAGS="$cf_save_CFLAGS"
 
 fi
@@ -16970,18 +17491,18 @@ ac_tr_func=`echo "$ac_func" | sed y%abcd
 
 
 echo $ac_n "checking for missing "${ac_func}" extern""... $ac_c" 1>&6
-echo "configure:16974: checking for missing "${ac_func}" extern" >&5
+echo "configure:17495: checking for missing "${ac_func}" extern" >&5
 if eval "test \"`echo '$''{'cf_cv_func_${ac_func}'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 
-echo "${as_me-configure}:16980: testing for missing "${ac_func}" external ..." 1>&5
+echo "${as_me:-configure}:17501: testing for missing "${ac_func}" external ..." 1>&5
 
 cf_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $CHECK_DECL_FLAG"
 cat > conftest.$ac_ext <<EOF
-#line 16985 "configure"
+#line 17506 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -16995,15 +17516,15 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:16999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   if test -n "$CHECK_DECL_HDRS" ; then
 # try to work around system headers which are infested with non-standard syntax
 
 cf_1_up=`echo "${ac_func}" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
 cat > conftest.$ac_ext <<EOF
-#line 17007 "configure"
+#line 17528 "configure"
 #include "confdefs.h"
 
 #define DECL_${cf_1_up}
@@ -17013,7 +17534,7 @@ int main() {
 long x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:17017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17538: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval 'cf_cv_func_'${ac_func}'=yes'
 else
@@ -17030,10 +17551,10 @@ fi
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval 'cf_cv_func_'${ac_func}'=no'
 fi
-rm -f conftest*
+rm -rf conftest*
 CFLAGS="$cf_save_CFLAGS"
 
 fi
@@ -17073,7 +17594,6 @@ for ac_func in \
 	fwrite \
 	getcwd \
 	getopt \
-	getpass \
 	getwd \
 	ioctl \
 	isascii \
@@ -17113,18 +17633,18 @@ ac_tr_func=`echo "$ac_func" | sed y%abcd
 
 
 echo $ac_n "checking for missing "${ac_func}" extern""... $ac_c" 1>&6
-echo "configure:17117: checking for missing "${ac_func}" extern" >&5
+echo "configure:17637: checking for missing "${ac_func}" extern" >&5
 if eval "test \"`echo '$''{'cf_cv_func_${ac_func}'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 
-echo "${as_me-configure}:17123: testing for missing "${ac_func}" external ..." 1>&5
+echo "${as_me:-configure}:17643: testing for missing "${ac_func}" external ..." 1>&5
 
 cf_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $CHECK_DECL_FLAG"
 cat > conftest.$ac_ext <<EOF
-#line 17128 "configure"
+#line 17648 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -17138,15 +17658,15 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:17142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   if test -n "$CHECK_DECL_HDRS" ; then
 # try to work around system headers which are infested with non-standard syntax
 
 cf_1_up=`echo "${ac_func}" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
 cat > conftest.$ac_ext <<EOF
-#line 17150 "configure"
+#line 17670 "configure"
 #include "confdefs.h"
 
 #define DECL_${cf_1_up}
@@ -17156,7 +17676,7 @@ int main() {
 long x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:17160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval 'cf_cv_func_'${ac_func}'=yes'
 else
@@ -17173,10 +17693,10 @@ fi
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval 'cf_cv_func_'${ac_func}'=no'
 fi
-rm -f conftest*
+rm -rf conftest*
 CFLAGS="$cf_save_CFLAGS"
 
 fi
@@ -17200,18 +17720,18 @@ ac_tr_func=`echo "$ac_func" | sed y%abcd
 
 
 echo $ac_n "checking for missing "${ac_func}" extern""... $ac_c" 1>&6
-echo "configure:17204: checking for missing "${ac_func}" extern" >&5
+echo "configure:17724: checking for missing "${ac_func}" extern" >&5
 if eval "test \"`echo '$''{'cf_cv_func_${ac_func}'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 
-echo "${as_me-configure}:17210: testing for missing "${ac_func}" external ..." 1>&5
+echo "${as_me:-configure}:17730: testing for missing "${ac_func}" external ..." 1>&5
 
 cf_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $CHECK_DECL_FLAG"
 cat > conftest.$ac_ext <<EOF
-#line 17215 "configure"
+#line 17735 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -17225,15 +17745,15 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:17229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   if test -n "$CHECK_DECL_HDRS" ; then
 # try to work around system headers which are infested with non-standard syntax
 
 cf_1_up=`echo "${ac_func}" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
 cat > conftest.$ac_ext <<EOF
-#line 17237 "configure"
+#line 17757 "configure"
 #include "confdefs.h"
 
 #define DECL_${cf_1_up}
@@ -17243,7 +17763,7 @@ int main() {
 long x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:17247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval 'cf_cv_func_'${ac_func}'=yes'
 else
@@ -17260,10 +17780,10 @@ fi
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval 'cf_cv_func_'${ac_func}'=no'
 fi
-rm -f conftest*
+rm -rf conftest*
 CFLAGS="$cf_save_CFLAGS"
 
 fi
@@ -17290,18 +17810,18 @@ ac_tr_func=`echo "$ac_func" | sed y%abcd
 
 
 echo $ac_n "checking for missing "${ac_func}" extern""... $ac_c" 1>&6
-echo "configure:17294: checking for missing "${ac_func}" extern" >&5
+echo "configure:17814: checking for missing "${ac_func}" extern" >&5
 if eval "test \"`echo '$''{'cf_cv_func_${ac_func}'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 
-echo "${as_me-configure}:17300: testing for missing "${ac_func}" external ..." 1>&5
+echo "${as_me:-configure}:17820: testing for missing "${ac_func}" external ..." 1>&5
 
 cf_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $CHECK_DECL_FLAG"
 cat > conftest.$ac_ext <<EOF
-#line 17305 "configure"
+#line 17825 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -17315,15 +17835,15 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:17319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:17839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   if test -n "$CHECK_DECL_HDRS" ; then
 # try to work around system headers which are infested with non-standard syntax
 
 cf_1_up=`echo "${ac_func}" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
 cat > conftest.$ac_ext <<EOF
-#line 17327 "configure"
+#line 17847 "configure"
 #include "confdefs.h"
 
 #define DECL_${cf_1_up}
@@ -17333,7 +17853,7 @@ int main() {
 long x = 0
 ; return 0; }
 EOF
-if { (eval echo configure:17337: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   eval 'cf_cv_func_'${ac_func}'=yes'
 else
@@ -17350,10 +17870,10 @@ fi
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval 'cf_cv_func_'${ac_func}'=no'
 fi
-rm -f conftest*
+rm -rf conftest*
 CFLAGS="$cf_save_CFLAGS"
 
 fi
@@ -17371,7 +17891,7 @@ fi
 
 
 echo $ac_n "checking for working TIOCGWINSZ""... $ac_c" 1>&6
-echo "configure:17375: checking for working TIOCGWINSZ" >&5
+echo "configure:17895: checking for working TIOCGWINSZ" >&5
 if eval "test \"`echo '$''{'cf_cv_use_tiocgwinsz'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -17382,7 +17902,7 @@ else
   cf_cv_use_tiocgwinsz=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 17386 "configure"
+#line 17906 "configure"
 #include "confdefs.h"
 
 $CHECK_DECL_HDRS
@@ -17395,19 +17915,19 @@ int main()
 		if (ioctl (0, TIOCGSIZE, &size) == 0
 		 && size.ts_lines > 0
 		 && size.ts_cols > 0)
-			${cf_cv_main_return-return}(0);
+			${cf_cv_main_return:-return}(0);
 #else
 		struct winsize size;
 		if (ioctl(0, TIOCGWINSZ, &size) == 0
 		 && size.ws_row > 0
 		 && size.ws_col > 0)
-			${cf_cv_main_return-return}(0);
+			${cf_cv_main_return:-return}(0);
 #endif
 	}
-	${cf_cv_main_return-return}(0);	/* we cannot guarantee this is run interactively */
+	${cf_cv_main_return:-return}(0);	/* we cannot guarantee this is run interactively */
 }
 EOF
-if { (eval echo configure:17411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:17931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cf_cv_use_tiocgwinsz=yes
 else
@@ -17454,7 +17974,7 @@ esac
 # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:17458: checking for $ac_word" >&5
+echo "configure:17978: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -17484,28 +18004,28 @@ fi
 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
 # for constant arguments.  Useless!
 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:17488: checking for working alloca.h" >&5
+echo "configure:18008: checking for working alloca.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17493 "configure"
+#line 18013 "configure"
 #include "confdefs.h"
 #include <alloca.h>
 int main() {
 char *p = alloca(2 * sizeof(int));
 ; return 0; }
 EOF
-if { (eval echo configure:17500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:18020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   ac_cv_header_alloca_h=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   ac_cv_header_alloca_h=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
@@ -17517,12 +18037,12 @@ EOF
 fi
 
 echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:17521: checking for alloca" >&5
+echo "configure:18041: checking for alloca" >&5
 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17526 "configure"
+#line 18046 "configure"
 #include "confdefs.h"
 
 #ifdef __GNUC__
@@ -17550,16 +18070,16 @@ int main() {
 char *p = (char *) alloca(1);
 ; return 0; }
 EOF
-if { (eval echo configure:17554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:18074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   ac_cv_func_alloca_works=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   ac_cv_func_alloca_works=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
@@ -17582,12 +18102,12 @@ EOF
 
 
 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:17586: checking whether alloca needs Cray hooks" >&5
+echo "configure:18106: checking whether alloca needs Cray hooks" >&5
 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17591 "configure"
+#line 18111 "configure"
 #include "confdefs.h"
 #if defined(CRAY) && ! defined(CRAY2)
 webecray
@@ -17612,12 +18132,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
 if test $ac_cv_os_cray = yes; then
 for ac_func in _getb67 GETB67 getb67; do
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:17616: checking for $ac_func" >&5
+echo "configure:18136: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17621 "configure"
+#line 18141 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -17640,16 +18160,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:17644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:18164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -17667,7 +18187,7 @@ done
 fi
 
 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:17671: checking stack direction for C alloca" >&5
+echo "configure:18191: checking stack direction for C alloca" >&5
 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -17675,7 +18195,7 @@ else
   ac_cv_c_stack_direction=0
 else
   cat > conftest.$ac_ext <<EOF
-#line 17679 "configure"
+#line 18199 "configure"
 #include "confdefs.h"
 find_stack_direction ()
 {
@@ -17694,7 +18214,7 @@ main ()
   exit (find_stack_direction() < 0);
 }
 EOF
-if { (eval echo configure:17698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:18218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_c_stack_direction=1
 else
@@ -17719,17 +18239,17 @@ for ac_hdr in unistd.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:17723: checking for $ac_hdr" >&5
+echo "configure:18243: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17728 "configure"
+#line 18248 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:17733: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:18253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -17758,12 +18278,12 @@ done
 for ac_func in getpagesize
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:17762: checking for $ac_func" >&5
+echo "configure:18282: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17767 "configure"
+#line 18287 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -17786,16 +18306,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:17790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:18310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -17811,7 +18331,7 @@ fi
 done
 
 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
-echo "configure:17815: checking for working mmap" >&5
+echo "configure:18335: checking for working mmap" >&5
 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -17819,7 +18339,7 @@ else
   ac_cv_func_mmap_fixed_mapped=no
 else
   cat > conftest.$ac_ext <<EOF
-#line 17823 "configure"
+#line 18343 "configure"
 #include "confdefs.h"
 
 /* Thanks to Mike Haertel and Jim Avera for this test.
@@ -17959,7 +18479,7 @@ main()
 }
 
 EOF
-if { (eval echo configure:17963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:18483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_func_mmap_fixed_mapped=yes
 else
@@ -17983,12 +18503,12 @@ fi
 
 
     echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6
-echo "configure:17987: checking whether we are using the GNU C Library 2.1 or newer" >&5
+echo "configure:18507: checking whether we are using the GNU C Library 2.1 or newer" >&5
 if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 17992 "configure"
+#line 18512 "configure"
 #include "confdefs.h"
 
 #include <features.h>
@@ -18024,8 +18544,12 @@ cf_makefile=Makefile
 test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
 
 # Allow override of "config.h" definition:
-: ${CONFIG_H=config.h}
+: ${CONFIG_H:=config.h}
+
 
+if test -z "$PACKAGE" ; then
+	{ echo "configure: error: CF_BUNDLED_INTL used without setting PACKAGE variable" 1>&2; exit 1; }
+fi
 
 if test -z "$VERSION" ; then
 if test -f $srcdir/VERSION ; then
@@ -18042,17 +18566,17 @@ stdlib.h string.h unistd.h sys/param.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:18046: checking for $ac_hdr" >&5
+echo "configure:18570: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 18051 "configure"
+#line 18575 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:18056: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:18580: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -18083,12 +18607,12 @@ getgid getuid mempcpy munmap putenv sete
 strdup strtoul tsearch __argz_count __argz_stringify __argz_next
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:18087: checking for $ac_func" >&5
+echo "configure:18611: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 18092 "configure"
+#line 18616 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -18111,16 +18635,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:18115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:18639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -18179,14 +18703,14 @@ if test -n "$cf_searchpath/include" ; th
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 18183 "configure"
+#line 18707 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:18190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:18714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -18203,7 +18727,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:18207: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18731: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18245,14 +18769,14 @@ if test -n "$cf_searchpath/../include" ;
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 18249 "configure"
+#line 18773 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:18256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:18780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -18269,7 +18793,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:18273: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18797: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18309,7 +18833,7 @@ if test -n "$cf_searchpath/lib" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:18313: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18837: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -18339,7 +18863,7 @@ if test -n "$cf_searchpath" ; then
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:18343: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18867: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -18361,7 +18885,7 @@ fi
 
 
   echo $ac_n "checking for iconv""... $ac_c" 1>&6
-echo "configure:18365: checking for iconv" >&5
+echo "configure:18889: checking for iconv" >&5
 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -18374,11 +18898,13 @@ cf_cv_header_path_iconv=
 cf_cv_library_path_iconv=
 
 
-echo "${as_me-configure}:18378: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:18902: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
+
 
+cf_save_LIBS="$LIBS"
 
 cat > conftest.$ac_ext <<EOF
-#line 18382 "configure"
+#line 18908 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -18392,30 +18918,69 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:18396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  cf_cv_find_linkage_iconv=yes
+if { (eval echo configure:18922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  
+	cf_cv_find_linkage_iconv=yes
+	cf_cv_header_path_iconv=/usr/include
+	cf_cv_library_path_iconv=/usr/lib
+
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
-    cf_cv_find_linkage_iconv=no
 
-    test -n "$verbose" && echo "	find linkage for iconv library" 1>&6
+LIBS="-liconv  $cf_save_LIBS"
 
-echo "${as_me-configure}:18408: testing find linkage for iconv library ..." 1>&5
+cat > conftest.$ac_ext <<EOF
+#line 18938 "configure"
+#include "confdefs.h"
 
+#include <stdlib.h>
+#include <iconv.h>
 
-    
-echo "${as_me-configure}:18412: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
+int main() {
 
+	iconv_t cd = iconv_open("","");
+	iconv(cd,NULL,NULL,NULL,NULL);
+	iconv_close(cd);
 
-    cf_save_CPPFLAGS="$CPPFLAGS"
-    cf_test_CPPFLAGS="$CPPFLAGS"
+; return 0; }
+EOF
+if { (eval echo configure:18952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  
+	cf_cv_find_linkage_iconv=yes
+	cf_cv_header_path_iconv=/usr/include
+	cf_cv_library_path_iconv=/usr/lib
+	cf_cv_library_file_iconv="-liconv"
 
-    
-cf_header_path_list=""
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  
+	cf_cv_find_linkage_iconv=no
+	LIBS="$cf_save_LIBS"
+
+    test -n "$verbose" && echo "	find linkage for iconv library" 1>&6
+
+echo "${as_me:-configure}:18970: testing find linkage for iconv library ..." 1>&5
+
+
+    
+echo "${as_me:-configure}:18974: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
+
+
+    cf_save_CPPFLAGS="$CPPFLAGS"
+    cf_test_CPPFLAGS="$CPPFLAGS"
+
+    
+cf_search=
+
+# collect the current set of include-directories from compiler flags
+cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
 	do
@@ -18440,12 +19005,14 @@ test -d "$cf_header_path" && \
 	done
 fi
 
-cf_search=""
+# add the variations for the package we are looking for
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr"
 	test -d /usr/include &&          cf_search="$cf_search /usr/include"
 	test -d /usr/include/iconv &&       cf_search="$cf_search /usr/include/iconv"
@@ -18469,7 +19036,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr/local"
 	test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
 	test -d /usr/local/include/iconv &&       cf_search="$cf_search /usr/local/include/iconv"
@@ -18481,7 +19048,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /opt"
 	test -d /opt/include &&          cf_search="$cf_search /opt/include"
 	test -d /opt/include/iconv &&       cf_search="$cf_search /opt/include/iconv"
@@ -18493,7 +19060,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under $HOME"
 	test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
 	test -d $HOME/include/iconv &&       cf_search="$cf_search $HOME/include/iconv"
@@ -18518,19 +19085,19 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/iconv && cf_search="$cf_search $oldincludedir/iconv"
 }
 
-cf_search="$cf_header_path_list $cf_search"
+cf_search="$cf_search $cf_header_path_list"
 
     for cf_cv_header_path_iconv in $cf_search
     do
       if test -d $cf_cv_header_path_iconv ; then
         test -n "$verbose" && echo "	... testing $cf_cv_header_path_iconv" 1>&6
 
-echo "${as_me-configure}:18529: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:19096: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
 
 
         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_iconv"
         cat > conftest.$ac_ext <<EOF
-#line 18534 "configure"
+#line 19101 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -18544,12 +19111,12 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:18548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:19115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
             test -n "$verbose" && echo "	... found iconv headers in $cf_cv_header_path_iconv" 1>&6
 
-echo "${as_me-configure}:18553: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:19120: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
 
 
             cf_cv_find_linkage_iconv=maybe
@@ -18570,7 +19137,7 @@ rm -f conftest*
     if test "$cf_cv_find_linkage_iconv" = maybe ; then
 
       
-echo "${as_me-configure}:18574: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:19141: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
 
 
       cf_save_LIBS="$LIBS"
@@ -18580,6 +19147,7 @@ echo "${as_me-configure}:18574: testing 
 
       if test "$cf_cv_find_linkage_iconv" != yes ; then
         
+cf_search=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -18605,12 +19173,13 @@ test -d "$cf_library_path" && \
 	done
 fi
 
-cf_search=""
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr"
 	test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
 	test -d /usr/lib/iconv &&       cf_search="$cf_search /usr/lib/iconv"
@@ -18634,7 +19203,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr/local"
 	test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
 	test -d /usr/local/lib/iconv &&       cf_search="$cf_search /usr/local/lib/iconv"
@@ -18646,7 +19215,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /opt"
 	test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
 	test -d /opt/lib/iconv &&       cf_search="$cf_search /opt/lib/iconv"
@@ -18658,7 +19227,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under $HOME"
 	test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
 	test -d $HOME/lib/iconv &&       cf_search="$cf_search $HOME/lib/iconv"
@@ -18676,14 +19245,14 @@ cf_search="$cf_library_path_list $cf_sea
           if test -d $cf_cv_library_path_iconv ; then
             test -n "$verbose" && echo "	... testing $cf_cv_library_path_iconv" 1>&6
 
-echo "${as_me-configure}:18680: testing ... testing $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:19249: testing ... testing $cf_cv_library_path_iconv ..." 1>&5
 
 
             CPPFLAGS="$cf_test_CPPFLAGS"
             LIBS="-liconv  $cf_save_LIBS"
             LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_iconv"
             cat > conftest.$ac_ext <<EOF
-#line 18687 "configure"
+#line 19256 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -18697,12 +19266,12 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:18701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:19270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   
                 test -n "$verbose" && echo "	... found iconv library in $cf_cv_library_path_iconv" 1>&6
 
-echo "${as_me-configure}:18706: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:19275: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
 
 
                 cf_cv_find_linkage_iconv=yes
@@ -18711,17 +19280,16 @@ echo "${as_me-configure}:18706: testing 
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
                 CPPFLAGS="$cf_save_CPPFLAGS"
                 LIBS="$cf_save_LIBS"
                 LDFLAGS="$cf_save_LDFLAGS"
                 
 fi
-rm -f conftest*
+rm -rf conftest*
           fi
         done
-        LIBS="$cf_save_LIBS"
         CPPFLAGS="$cf_save_CPPFLAGS"
         LDFLAGS="$cf_save_LDFLAGS"
       fi
@@ -18731,7 +19299,12 @@ rm -f conftest*
     fi
     
 fi
-rm -f conftest*
+rm -rf conftest*
+
+fi
+rm -rf conftest*
+
+LIBS="$cf_save_LIBS"
 
 if test "$cf_cv_find_linkage_iconv" = yes ; then
 am_cv_func_iconv=yes
@@ -18750,13 +19323,13 @@ EOF
 
 
     echo $ac_n "checking if the declaration of iconv() needs const.""... $ac_c" 1>&6
-echo "configure:18754: checking if the declaration of iconv() needs const." >&5
+echo "configure:19327: checking if the declaration of iconv() needs const." >&5
 if eval "test \"`echo '$''{'am_cv_proto_iconv_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
       cat > conftest.$ac_ext <<EOF
-#line 18760 "configure"
+#line 19333 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -18776,7 +19349,7 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:18780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:19353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   am_cv_proto_iconv_const=no
 else
@@ -18829,14 +19402,14 @@ if test -n "$cf_cv_header_path_iconv" ; 
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 18833 "configure"
+#line 19406 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:18840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:19413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -18853,7 +19426,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:18857: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:19430: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18891,7 +19464,7 @@ if test -n "$cf_cv_library_path_iconv" ;
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:18895: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:19468: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
@@ -18907,28 +19480,28 @@ fi
 
    
   echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
-echo "configure:18911: checking for nl_langinfo and CODESET" >&5
+echo "configure:19484: checking for nl_langinfo and CODESET" >&5
 if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 18916 "configure"
+#line 19489 "configure"
 #include "confdefs.h"
 #include <langinfo.h>
 int main() {
 char* cs = nl_langinfo(CODESET);
 ; return 0; }
 EOF
-if { (eval echo configure:18923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:19496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   am_cv_langinfo_codeset=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   am_cv_langinfo_codeset=no
 fi
-rm -f conftest*
+rm -rf conftest*
     
 fi
 
@@ -18942,28 +19515,28 @@ EOF
 
    if test $ac_cv_header_locale_h = yes; then
     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
-echo "configure:18946: checking for LC_MESSAGES" >&5
+echo "configure:19519: checking for LC_MESSAGES" >&5
 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 18951 "configure"
+#line 19524 "configure"
 #include "confdefs.h"
 #include <locale.h>
 int main() {
 return LC_MESSAGES
 ; return 0; }
 EOF
-if { (eval echo configure:18958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:19531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   am_cv_val_LC_MESSAGES=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   am_cv_val_LC_MESSAGES=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
@@ -18975,7 +19548,7 @@ EOF
     fi
   fi
    echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
-echo "configure:18979: checking whether NLS is requested" >&5
+echo "configure:19552: checking whether NLS is requested" >&5
     
   
 # Check whether --enable-nls or --disable-nls was given.
@@ -18999,7 +19572,7 @@ fi
 EOF
 
     echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
-echo "configure:19003: checking whether included gettext is requested" >&5
+echo "configure:19576: checking whether included gettext is requested" >&5
     
 # Check whether --with-included-gettext or --without-included-gettext was given.
 if test "${with_included_gettext+set}" = set; then
@@ -19018,7 +19591,7 @@ fi
       cf_save_LIBS_1="$LIBS"
       LIBS="$LIBICONV $LIBS"
       echo $ac_n "checking for libintl.h and gettext()""... $ac_c" 1>&6
-echo "configure:19022: checking for libintl.h and gettext()" >&5
+echo "configure:19595: checking for libintl.h and gettext()" >&5
 if eval "test \"`echo '$''{'cf_cv_func_gettext'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19031,11 +19604,13 @@ cf_cv_header_path_intl=
 cf_cv_library_path_intl=
 
 
-echo "${as_me-configure}:19035: testing Starting FIND_LINKAGE(intl,) ..." 1>&5
+echo "${as_me:-configure}:19608: testing Starting FIND_LINKAGE(intl,) ..." 1>&5
 
 
+cf_save_LIBS="$LIBS"
+
 cat > conftest.$ac_ext <<EOF
-#line 19039 "configure"
+#line 19614 "configure"
 #include "confdefs.h"
 
 #include <libintl.h>
@@ -19050,29 +19625,69 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:19054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  cf_cv_find_linkage_intl=yes
+if { (eval echo configure:19629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  
+	cf_cv_find_linkage_intl=yes
+	cf_cv_header_path_intl=/usr/include
+	cf_cv_library_path_intl=/usr/lib
+
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
+  
+
+LIBS="-lintl  $cf_save_LIBS"
+
+cat > conftest.$ac_ext <<EOF
+#line 19645 "configure"
+#include "confdefs.h"
+
+#include <libintl.h>
+extern int _nl_msg_cat_cntr;
+
+int main() {
+
+    bindtextdomain ("", "");
+    return (int) gettext ("")
+            
+             + _nl_msg_cat_cntr
+
+; return 0; }
+EOF
+if { (eval echo configure:19660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  
+	cf_cv_find_linkage_intl=yes
+	cf_cv_header_path_intl=/usr/include
+	cf_cv_library_path_intl=/usr/lib
+	cf_cv_library_file_intl="-lintl"
+
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
   
-    cf_cv_find_linkage_intl=no
+	cf_cv_find_linkage_intl=no
+	LIBS="$cf_save_LIBS"
 
     test -n "$verbose" && echo "	find linkage for intl library" 1>&6
 
-echo "${as_me-configure}:19066: testing find linkage for intl library ..." 1>&5
+echo "${as_me:-configure}:19678: testing find linkage for intl library ..." 1>&5
 
 
     
-echo "${as_me-configure}:19070: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5
+echo "${as_me:-configure}:19682: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5
 
 
     cf_save_CPPFLAGS="$CPPFLAGS"
     cf_test_CPPFLAGS="$CPPFLAGS"
 
     
+cf_search=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
 	for cf_header_path in $CPPFLAGS $CFLAGS
@@ -19098,12 +19713,14 @@ test -d "$cf_header_path" && \
 	done
 fi
 
-cf_search=""
+# add the variations for the package we are looking for
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr"
 	test -d /usr/include &&          cf_search="$cf_search /usr/include"
 	test -d /usr/include/intl &&       cf_search="$cf_search /usr/include/intl"
@@ -19127,7 +19744,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /usr/local"
 	test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
 	test -d /usr/local/include/intl &&       cf_search="$cf_search /usr/local/include/intl"
@@ -19139,7 +19756,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under /opt"
 	test -d /opt/include &&          cf_search="$cf_search /opt/include"
 	test -d /opt/include/intl &&       cf_search="$cf_search /opt/include/intl"
@@ -19151,7 +19768,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for include-directories under $HOME"
 	test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
 	test -d $HOME/include/intl &&       cf_search="$cf_search $HOME/include/intl"
@@ -19176,19 +19793,19 @@ test -d "$oldincludedir" && {
 	test -d $oldincludedir/intl && cf_search="$cf_search $oldincludedir/intl"
 }
 
-cf_search="$cf_header_path_list $cf_search"
+cf_search="$cf_search $cf_header_path_list"
 
     for cf_cv_header_path_intl in $cf_search
     do
       if test -d $cf_cv_header_path_intl ; then
         test -n "$verbose" && echo "	... testing $cf_cv_header_path_intl" 1>&6
 
-echo "${as_me-configure}:19187: testing ... testing $cf_cv_header_path_intl ..." 1>&5
+echo "${as_me:-configure}:19804: testing ... testing $cf_cv_header_path_intl ..." 1>&5
 
 
         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_intl"
         cat > conftest.$ac_ext <<EOF
-#line 19192 "configure"
+#line 19809 "configure"
 #include "confdefs.h"
 
 #include <libintl.h>
@@ -19203,12 +19820,12 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:19207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:19824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
             test -n "$verbose" && echo "	... found intl headers in $cf_cv_header_path_intl" 1>&6
 
-echo "${as_me-configure}:19212: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5
+echo "${as_me:-configure}:19829: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5
 
 
             cf_cv_find_linkage_intl=maybe
@@ -19229,7 +19846,7 @@ rm -f conftest*
     if test "$cf_cv_find_linkage_intl" = maybe ; then
 
       
-echo "${as_me-configure}:19233: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5
+echo "${as_me:-configure}:19850: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5
 
 
       cf_save_LIBS="$LIBS"
@@ -19239,6 +19856,7 @@ echo "${as_me-configure}:19233: testing 
 
       if test "$cf_cv_find_linkage_intl" != yes ; then
         
+cf_search=
 cf_library_path_list=""
 if test -n "${LDFLAGS}${LIBS}" ; then
 	for cf_library_path in $LDFLAGS $LIBS
@@ -19264,12 +19882,13 @@ test -d "$cf_library_path" && \
 	done
 fi
 
-cf_search=""
+
+cf_search=
 
 
 test "/usr" != "$prefix" && \
 test -d "/usr" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr"
 	test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
 	test -d /usr/lib/intl &&       cf_search="$cf_search /usr/lib/intl"
@@ -19293,7 +19912,7 @@ test -d "$prefix" && \
 
 test "/usr/local" != "$prefix" && \
 test -d "/usr/local" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/usr/local" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /usr/local"
 	test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
 	test -d /usr/local/lib/intl &&       cf_search="$cf_search /usr/local/lib/intl"
@@ -19305,7 +19924,7 @@ test -d "/usr/local" && \
 
 test "/opt" != "$prefix" && \
 test -d "/opt" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "/opt" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under /opt"
 	test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
 	test -d /opt/lib/intl &&       cf_search="$cf_search /opt/lib/intl"
@@ -19317,7 +19936,7 @@ test -d "/opt" && \
 
 test "$HOME" != "$prefix" && \
 test -d "$HOME" && \
-(test $prefix = NONE || test -d $prefix) && {
+(test $prefix = NONE || test "$HOME" != "$prefix") && {
 	test -n "$verbose" && echo "	... testing for lib-directories under $HOME"
 	test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
 	test -d $HOME/lib/intl &&       cf_search="$cf_search $HOME/lib/intl"
@@ -19335,14 +19954,14 @@ cf_search="$cf_library_path_list $cf_sea
           if test -d $cf_cv_library_path_intl ; then
             test -n "$verbose" && echo "	... testing $cf_cv_library_path_intl" 1>&6
 
-echo "${as_me-configure}:19339: testing ... testing $cf_cv_library_path_intl ..." 1>&5
+echo "${as_me:-configure}:19958: testing ... testing $cf_cv_library_path_intl ..." 1>&5
 
 
             CPPFLAGS="$cf_test_CPPFLAGS"
             LIBS="-lintl  $cf_save_LIBS"
             LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_intl"
             cat > conftest.$ac_ext <<EOF
-#line 19346 "configure"
+#line 19965 "configure"
 #include "confdefs.h"
 
 #include <libintl.h>
@@ -19357,12 +19976,12 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:19361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:19980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   
                 test -n "$verbose" && echo "	... found intl library in $cf_cv_library_path_intl" 1>&6
 
-echo "${as_me-configure}:19366: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5
+echo "${as_me:-configure}:19985: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5
 
 
                 cf_cv_find_linkage_intl=yes
@@ -19371,17 +19990,16 @@ echo "${as_me-configure}:19366: testing 
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   
                 CPPFLAGS="$cf_save_CPPFLAGS"
                 LIBS="$cf_save_LIBS"
                 LDFLAGS="$cf_save_LDFLAGS"
                 
 fi
-rm -f conftest*
+rm -rf conftest*
           fi
         done
-        LIBS="$cf_save_LIBS"
         CPPFLAGS="$cf_save_CPPFLAGS"
         LDFLAGS="$cf_save_LDFLAGS"
       fi
@@ -19391,7 +20009,12 @@ rm -f conftest*
     fi
     
 fi
-rm -f conftest*
+rm -rf conftest*
+
+fi
+rm -rf conftest*
+
+LIBS="$cf_save_LIBS"
 
 if test "$cf_cv_find_linkage_intl" = yes ; then
 cf_cv_func_gettext=yes
@@ -19442,14 +20065,14 @@ if test -n "$cf_cv_header_path_intl" ; t
 			  cf_save_CPPFLAGS=$CPPFLAGS
 			  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 			  cat > conftest.$ac_ext <<EOF
-#line 19446 "configure"
+#line 20069 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello")
 ; return 0; }
 EOF
-if { (eval echo configure:19453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:20076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   :
 else
   echo "configure: failed program was:" >&5
@@ -19466,7 +20089,7 @@ rm -f conftest*
 		if test "$cf_have_incdir" = no ; then
 		  test -n "$verbose" && echo "	adding $cf_add_incdir to include-path" 1>&6
 
-echo "${as_me-configure}:19470: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:20093: testing adding $cf_add_incdir to include-path ..." 1>&5
 
 
 		  CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -19505,7 +20128,7 @@ if test -n "$cf_cv_library_path_intl" ; 
       if test "$cf_have_libdir" = no ; then
         test -n "$verbose" && echo "	adding $cf_add_libdir to library-path" 1>&6
 
-echo "${as_me-configure}:19509: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:20132: testing adding $cf_add_libdir to library-path ..." 1>&5
 
 
         INTLLIBS="-L$cf_add_libdir $INTLLIBS"
@@ -19521,12 +20144,12 @@ fi
           for ac_func in dcgettext
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:19525: checking for $ac_func" >&5
+echo "configure:20148: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 19530 "configure"
+#line 20153 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -19549,16 +20172,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:19553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:20176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -19579,7 +20202,7 @@ done
 
 set dummy msgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19583: checking for $ac_word" >&5
+echo "configure:20206: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19588,7 +20211,7 @@ else
   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
   for ac_dir in $PATH; do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word$ac_exeext; then
@@ -19613,7 +20236,7 @@ fi
           # Extract the first word of "gmsgfmt", so it can be a program name with args.
 set dummy gmsgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19617: checking for $ac_word" >&5
+echo "configure:20240: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19651,7 +20274,7 @@ fi
 
 set dummy xgettext; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19655: checking for $ac_word" >&5
+echo "configure:20278: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19660,7 +20283,7 @@ else
   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
   for ac_dir in $PATH; do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word$ac_exeext; then
@@ -19701,7 +20324,7 @@ fi
 
 set dummy msgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19705: checking for $ac_word" >&5
+echo "configure:20328: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19710,7 +20333,7 @@ else
   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
   for ac_dir in $PATH; do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word$ac_exeext; then
@@ -19735,7 +20358,7 @@ fi
       # Extract the first word of "gmsgfmt", so it can be a program name with args.
 set dummy gmsgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19739: checking for $ac_word" >&5
+echo "configure:20362: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19772,7 +20395,7 @@ fi
 
 set dummy xgettext; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19776: checking for $ac_word" >&5
+echo "configure:20399: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19781,7 +20404,7 @@ else
   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
   for ac_dir in $PATH; do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word$ac_exeext; then
@@ -19844,7 +20467,7 @@ do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:19848: checking for $ac_word" >&5
+echo "configure:20471: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -19877,7 +20500,7 @@ done
       ac_verc_fail=yes
     else
             echo $ac_n "checking version of bison""... $ac_c" 1>&6
-echo "configure:19881: checking version of bison" >&5
+echo "configure:20504: checking version of bison" >&5
       ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
       case $ac_prog_version in
         '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
@@ -19925,7 +20548,7 @@ echo "configure:19881: checking version 
        LINGUAS=
      else
        echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
-echo "configure:19929: checking for catalogs to be installed" >&5
+echo "configure:20552: checking for catalogs to be installed" >&5
        NEW_LINGUAS=
        for presentlang in $ALL_LINGUAS; do
          useit=no
@@ -19952,24 +20575,27 @@ echo "configure:19929: checking for cata
      fi
    fi
 
-                  MKINSTALLDIRS=
-   if test -n "$ac_aux_dir"; then
-     MKINSTALLDIRS="$ac_aux_dir/mkdirs.sh"
-   fi
-   if test -z "$MKINSTALLDIRS"; then
-     MKINSTALLDIRS="\$(top_srcdir)/mkdirs.sh"
-   fi
-   if test -n "$GNUSYSTEM_AUX_DIR" ; then
-     if test -e "${GNUSYSTEM_AUX_DIR}/mkinstalldirs"; then
-       MKINSTALLDIRS="${GNUSYSTEM_AUX_DIR}/mkinstalldirs"
-     fi
-   fi
-   
-
       INTL_LIBTOOL_SUFFIX_PREFIX=
    
 
 
+if test "$USE_NLS" = yes ; then
+	
+# Check whether --with-textdomain or --without-textdomain was given.
+if test "${with_textdomain+set}" = set; then
+  withval="$with_textdomain"
+  NLS_TEXTDOMAIN=$withval
+else
+  NLS_TEXTDOMAIN=$PACKAGE
+fi
+
+	cat >> confdefs.h <<EOF
+#define NLS_TEXTDOMAIN "$NLS_TEXTDOMAIN"
+EOF
+
+	
+fi
+
 INTLDIR_MAKE=
 MSG_DIR_MAKE=
 SUB_MAKEFILE=
@@ -19981,7 +20607,7 @@ use_our_messages=no
 if test "$USE_NLS" = yes ; then
 if test -d $srcdir/po ; then
 echo $ac_n "checking if we should use included message-library""... $ac_c" 1>&6
-echo "configure:19985: checking if we should use included message-library" >&5
+echo "configure:20611: checking if we should use included message-library" >&5
 	
 # Check whether --enable-included-msgs or --disable-included-msgs was given.
 if test "${enable_included_msgs+set}" = set; then
@@ -20036,17 +20662,17 @@ else
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:20040: checking for $ac_hdr" >&5
+echo "configure:20666: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20045 "configure"
+#line 20671 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:20050: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:20676: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -20130,28 +20756,28 @@ if test ".$use_alloca" = .yes ; then
 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
 # for constant arguments.  Useless!
 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:20134: checking for working alloca.h" >&5
+echo "configure:20760: checking for working alloca.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20139 "configure"
+#line 20765 "configure"
 #include "confdefs.h"
 #include <alloca.h>
 int main() {
 char *p = alloca(2 * sizeof(int));
 ; return 0; }
 EOF
-if { (eval echo configure:20146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:20772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   ac_cv_header_alloca_h=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   ac_cv_header_alloca_h=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
@@ -20163,12 +20789,12 @@ EOF
 fi
 
 echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:20167: checking for alloca" >&5
+echo "configure:20793: checking for alloca" >&5
 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20172 "configure"
+#line 20798 "configure"
 #include "confdefs.h"
 
 #ifdef __GNUC__
@@ -20196,16 +20822,16 @@ int main() {
 char *p = (char *) alloca(1);
 ; return 0; }
 EOF
-if { (eval echo configure:20200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:20826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   ac_cv_func_alloca_works=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   ac_cv_func_alloca_works=no
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
@@ -20228,12 +20854,12 @@ EOF
 
 
 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:20232: checking whether alloca needs Cray hooks" >&5
+echo "configure:20858: checking whether alloca needs Cray hooks" >&5
 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20237 "configure"
+#line 20863 "configure"
 #include "confdefs.h"
 #if defined(CRAY) && ! defined(CRAY2)
 webecray
@@ -20258,12 +20884,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
 if test $ac_cv_os_cray = yes; then
 for ac_func in _getb67 GETB67 getb67; do
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:20262: checking for $ac_func" >&5
+echo "configure:20888: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20267 "configure"
+#line 20893 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -20286,16 +20912,16 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:20290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:20916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_$ac_func=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_$ac_func=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
@@ -20313,7 +20939,7 @@ done
 fi
 
 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:20317: checking stack direction for C alloca" >&5
+echo "configure:20943: checking stack direction for C alloca" >&5
 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -20321,7 +20947,7 @@ else
   ac_cv_c_stack_direction=0
 else
   cat > conftest.$ac_ext <<EOF
-#line 20325 "configure"
+#line 20951 "configure"
 #include "confdefs.h"
 find_stack_direction ()
 {
@@ -20340,7 +20966,7 @@ main ()
   exit (find_stack_direction() < 0);
 }
 EOF
-if { (eval echo configure:20344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:20970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_c_stack_direction=1
 else
@@ -20385,9 +21011,9 @@ fi
 for cf_hdr in iconv.h
 do
 	echo $ac_n "checking for $cf_hdr""... $ac_c" 1>&6
-echo "configure:20389: checking for $cf_hdr" >&5
+echo "configure:21015: checking for $cf_hdr" >&5
 	cat > conftest.$ac_ext <<EOF
-#line 20391 "configure"
+#line 21017 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -20395,7 +21021,7 @@ echo "configure:20389: checking for $cf_
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:20399: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:21025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -20421,13 +21047,13 @@ fi
 done
 
 echo $ac_n "checking for iconv_open() //TRANSLIT extension""... $ac_c" 1>&6
-echo "configure:20425: checking for iconv_open() //TRANSLIT extension" >&5
+echo "configure:21051: checking for iconv_open() //TRANSLIT extension" >&5
 if test "$cross_compiling" = yes; then
   echo "$ac_t""unknown" 1>&6
 
 else
   cat > conftest.$ac_ext <<EOF
-#line 20431 "configure"
+#line 21057 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_ICONV_H
@@ -20444,7 +21070,7 @@ int main() {
 	exit(0);
 }
 EOF
-if { (eval echo configure:20448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:21074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   cat >> confdefs.h <<\EOF
 #define HAVE_ICONV_OPEN_TRANSLIT 1
@@ -20500,12 +21126,12 @@ EOF
 		;;
 	*)
 		echo $ac_n "checking for link""... $ac_c" 1>&6
-echo "configure:20504: checking for link" >&5
+echo "configure:21130: checking for link" >&5
 if eval "test \"`echo '$''{'ac_cv_func_link'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20509 "configure"
+#line 21135 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char link(); below.  */
@@ -20528,16 +21154,16 @@ link();
 
 ; return 0; }
 EOF
-if { (eval echo configure:20532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:21158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_link=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_link=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'link`\" = yes"; then
@@ -20552,236 +21178,563 @@ fi
 
 esac
 
-# tin has mkdirs.sh instead of mkinstalldirs, overwrite the result of test
-# in gettext.m4
-MKINSTALLDIRS="\$(top_srcdir)/mkdirs.sh"
-
-
 if test "$cf_cv_termlib" = pdcurses ; then
-	if test "$no_x" = yes; then
-  # Not all programs may use this symbol, but it does not hurt to define it.
-  cat >> confdefs.h <<\EOF
-#define X_DISPLAY_MISSING 1
-EOF
-
-  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
-else
-  if test -n "$x_includes"; then
-    X_CFLAGS="$X_CFLAGS -I$x_includes"
-  fi
+	# If we find X, set shell vars x_includes and x_libraries to the
+# paths, otherwise set no_x=yes.
+# Uses ac_ vars as temps to allow command line to override cache and checks.
+# --without-x overrides everything else, but does not touch the cache.
+echo $ac_n "checking for X""... $ac_c" 1>&6
+echo "configure:21188: checking for X" >&5
 
-  # It would also be nice to do this for all -L options, not just this one.
-  if test -n "$x_libraries"; then
-    X_LIBS="$X_LIBS -L$x_libraries"
-    # For Solaris; some versions of Sun CC require a space after -R and
-    # others require no space.  Words are not sufficient . . . .
-    case "`(uname -sr) 2>/dev/null`" in
-    "SunOS 5"*)
-      echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
-echo "configure:20582: checking whether -R must be followed by a space" >&5
-      ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
-      cat > conftest.$ac_ext <<EOF
-#line 20585 "configure"
-#include "confdefs.h"
 
-int main() {
+# Check whether --with-x or --without-x was given.
+if test "${with_x+set}" = set; then
+  withval="$with_x"
+  :
+fi
 
-; return 0; }
-EOF
-if { (eval echo configure:20592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  ac_R_nospace=yes
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
+if test "x$with_x" = xno; then
+  # The user explicitly disabled X.
+  have_x=disabled
 else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  ac_R_nospace=no
+  if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
+    # Both variables are already set.
+    have_x=yes
+  else
+if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  # One or both of the vars are not set, and there is no cached value.
+ac_x_includes=NO ac_x_libraries=NO
+rm -fr conftestdir
+if mkdir conftestdir; then
+  cd conftestdir
+  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
+  cat > Imakefile <<'EOF'
+acfindx:
+	@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
+EOF
+  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
+    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+    for ac_extension in a so sl; do
+      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
+        test -f $ac_im_libdir/libX11.$ac_extension; then
+        ac_im_usrlibdir=$ac_im_libdir; break
+      fi
+    done
+    # Screen out bogus values from the imake configuration.  They are
+    # bogus both because they are the default anyway, and because
+    # using them would break gcc on systems where it needs fixed includes.
+    case "$ac_im_incroot" in
+	/usr/include) ;;
+	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
+    esac
+    case "$ac_im_usrlibdir" in
+	/usr/lib | /lib) ;;
+	*) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
+    esac
+  fi
+  cd ..
+  rm -fr conftestdir
 fi
-rm -f conftest*
-      if test $ac_R_nospace = yes; then
-	echo "$ac_t""no" 1>&6
-	X_LIBS="$X_LIBS -R$x_libraries"
-      else
-	LIBS="$ac_xsave_LIBS -R $x_libraries"
-	cat > conftest.$ac_ext <<EOF
-#line 20608 "configure"
-#include "confdefs.h"
 
-int main() {
+if test "$ac_x_includes" = NO; then
+  # Guess where to find include files, by looking for this one X11 .h file.
+  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
 
-; return 0; }
+  # First, try using that file with no special directory specified.
+cat > conftest.$ac_ext <<EOF
+#line 21251 "configure"
+#include "confdefs.h"
+#include <$x_direct_test_include>
 EOF
-if { (eval echo configure:20615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+{ (eval echo configure:21256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
+if test -z "$ac_err"; then
   rm -rf conftest*
-  ac_R_space=yes
+  # We can compile using X headers with no special include directory.
+ac_x_includes=
 else
+  echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  ac_R_space=no
-fi
-rm -f conftest*
-	if test $ac_R_space = yes; then
-	  echo "$ac_t""yes" 1>&6
-	  X_LIBS="$X_LIBS -R $x_libraries"
-	else
-	  echo "$ac_t""neither works" 1>&6
-	fi
-      fi
-      LIBS="$ac_xsave_LIBS"
-    esac
-  fi
-
-  # Check for system-dependent libraries X programs must link with.
-  # Do this before checking for the system-independent R6 libraries
-  # (-lICE), since we may need -lsocket or whatever for X linking.
-
-  if test "$ISC" = yes; then
-    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
-  else
-    # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
-    # libraries were built with DECnet support.  And karl@cs.umb.edu says
-    # the Alpha needs dnet_stub (dnet does not exist).
-    echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
-echo "configure:20647: checking for dnet_ntoa in -ldnet" >&5
-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  ac_save_LIBS="$LIBS"
-LIBS="-ldnet  $LIBS"
-cat > conftest.$ac_ext <<EOF
-#line 20655 "configure"
-#include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char dnet_ntoa();
-
-int main() {
-dnet_ntoa()
-; return 0; }
-EOF
-if { (eval echo configure:20666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=yes"
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=no"
+  # Look for the header file in a standard set of common directories.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+  for ac_dir in               \
+    /usr/X11/include          \
+    /usr/X11R6/include        \
+    /usr/X11R5/include        \
+    /usr/X11R4/include        \
+                              \
+    /usr/include/X11          \
+    /usr/include/X11R6        \
+    /usr/include/X11R5        \
+    /usr/include/X11R4        \
+                              \
+    /usr/local/X11/include    \
+    /usr/local/X11R6/include  \
+    /usr/local/X11R5/include  \
+    /usr/local/X11R4/include  \
+                              \
+    /usr/local/include/X11    \
+    /usr/local/include/X11R6  \
+    /usr/local/include/X11R5  \
+    /usr/local/include/X11R4  \
+                              \
+    /usr/X386/include         \
+    /usr/x386/include         \
+    /usr/XFree86/include/X11  \
+                              \
+    /usr/include              \
+    /usr/local/include        \
+    /usr/unsupported/include  \
+    /usr/athena/include       \
+    /usr/local/x11r5/include  \
+    /usr/lpp/Xamples/include  \
+                              \
+    /usr/openwin/include      \
+    /usr/openwin/share/include \
+    ; \
+  do
+    if test -r "$ac_dir/$x_direct_test_include"; then
+      ac_x_includes=$ac_dir
+      break
+    fi
+  done
 fi
 rm -f conftest*
-LIBS="$ac_save_LIBS"
+fi # $ac_x_includes = NO
 
-fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
-else
-  echo "$ac_t""no" 1>&6
-fi
+if test "$ac_x_libraries" = NO; then
+  # Check for the libraries.
 
-    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
-      echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
-echo "configure:20688: checking for dnet_ntoa in -ldnet_stub" >&5
-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
+  test -z "$x_direct_test_library" && x_direct_test_library=Xt
+  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
+
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
   ac_save_LIBS="$LIBS"
-LIBS="-ldnet_stub  $LIBS"
+  LIBS="-l$x_direct_test_library $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 20696 "configure"
+#line 21325 "configure"
 #include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char dnet_ntoa();
 
 int main() {
-dnet_ntoa()
+${x_direct_test_function}()
 ; return 0; }
 EOF
-if { (eval echo configure:20707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=yes"
+if { (eval echo configure:21332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  LIBS="$ac_save_LIBS"
+# We can link X programs with no special library path.
+ac_x_libraries=
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=no"
-fi
-rm -f conftest*
-LIBS="$ac_save_LIBS"
 
+  LIBS="$ac_save_LIBS"
+# First see if replacing the include by lib works.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
+    /usr/X11/lib          \
+    /usr/X11R6/lib        \
+    /usr/X11R5/lib        \
+    /usr/X11R4/lib        \
+                          \
+    /usr/lib/X11          \
+    /usr/lib/X11R6        \
+    /usr/lib/X11R5        \
+    /usr/lib/X11R4        \
+                          \
+    /usr/local/X11/lib    \
+    /usr/local/X11R6/lib  \
+    /usr/local/X11R5/lib  \
+    /usr/local/X11R4/lib  \
+                          \
+    /usr/local/lib/X11    \
+    /usr/local/lib/X11R6  \
+    /usr/local/lib/X11R5  \
+    /usr/local/lib/X11R4  \
+                          \
+    /usr/X386/lib         \
+    /usr/x386/lib         \
+    /usr/XFree86/lib/X11  \
+                          \
+    /usr/lib              \
+    /usr/local/lib        \
+    /usr/unsupported/lib  \
+    /usr/athena/lib       \
+    /usr/local/x11r5/lib  \
+    /usr/lpp/Xamples/lib  \
+    /lib/usr/lib/X11	  \
+                          \
+    /usr/openwin/lib      \
+    /usr/openwin/share/lib \
+    ; \
+do
+  for ac_extension in a so sl; do
+    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
+      ac_x_libraries=$ac_dir
+      break 2
+    fi
+  done
+done
 fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
+rm -rf conftest*
+fi # $ac_x_libraries = NO
+
+if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
+  # Didn't find X anywhere.  Cache the known absence of X.
+  ac_cv_have_x="have_x=no"
 else
-  echo "$ac_t""no" 1>&6
+  # Record where we found X for the cache.
+  ac_cv_have_x="have_x=yes \
+	        ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
 fi
+fi
+  fi
+  eval "$ac_cv_have_x"
+fi # $with_x != no
 
-    fi
-
-    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
-    # to get the SysV transport functions.
-    # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
-    # needs -lnsl.
-    # The nsl library prevents programs from opening the X display
-    # on Irix 5.2, according to dickey@clark.net.
-    echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
-echo "configure:20736: checking for gethostbyname" >&5
-if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+if test "$have_x" != yes; then
+  echo "$ac_t""$have_x" 1>&6
+  no_x=yes
 else
-  cat > conftest.$ac_ext <<EOF
-#line 20741 "configure"
-#include "confdefs.h"
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char gethostbyname(); below.  */
-#include <assert.h>
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char gethostbyname();
+  # If each of the values was on the command line, it overrides each guess.
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
+  # Update the cache value to reflect the command line values.
+  ac_cv_have_x="have_x=yes \
+		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
+  echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
+fi
 
-int main() {
 
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
-choke me
-#else
-gethostbyname();
-#endif
+echo $ac_n "checking if you want to use pkg-config""... $ac_c" 1>&6
+echo "configure:21420: checking if you want to use pkg-config" >&5
 
-; return 0; }
-EOF
-if { (eval echo configure:20764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_func_gethostbyname=yes"
+# Check whether --with-pkg-config or --without-pkg-config was given.
+if test "${with_pkg_config+set}" = set; then
+  withval="$with_pkg_config"
+  cf_pkg_config=$withval
 else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_func_gethostbyname=no"
-fi
-rm -f conftest*
+  cf_pkg_config=yes
 fi
 
-if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  :
+echo "$ac_t""$cf_pkg_config" 1>&6
+
+case $cf_pkg_config in #(vi
+no) #(vi
+	PKG_CONFIG=none
+	;;
+yes) #(vi
+	# Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:21440: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  case "$PKG_CONFIG" in
+  /*)
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  ?:/*)			 
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
+  ;;
+  *)
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do 
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="none"
+  ;;
+esac
+fi
+PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
+if test -n "$PKG_CONFIG"; then
+  echo "$ac_t""$PKG_CONFIG" 1>&6
 else
   echo "$ac_t""no" 1>&6
 fi
 
-    if test $ac_cv_func_gethostbyname = no; then
-      echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:20785: checking for gethostbyname in -lnsl" >&5
+	;;
+*)
+	PKG_CONFIG=$withval
+	;;
+esac
+
+test -z "$PKG_CONFIG" && PKG_CONFIG=none
+if test "$PKG_CONFIG" != none ; then
+	
+if test "x$prefix" != xNONE; then
+  cf_path_syntax="$prefix"
+else
+  cf_path_syntax="$ac_default_prefix"
+fi
+
+case ".$PKG_CONFIG" in #(vi
+.\$\(*\)*|.\'*\'*) #(vi
+  ;;
+..|./*|.\\*) #(vi
+  ;;
+.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
+  ;;
+.\${*prefix}*) #(vi
+  eval PKG_CONFIG="$PKG_CONFIG"
+  case ".$PKG_CONFIG" in #(vi
+  .NONE/*)
+    PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
+    ;;
+  esac
+  ;; #(vi
+.no|.NONE/*)
+  PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
+  ;;
+*)
+  { echo "configure: error: expected a pathname, not \"$PKG_CONFIG\"" 1>&2; exit 1; }
+  ;;
+esac
+
+fi
+
+
+
+if test "$no_x" = yes; then
+  # Not all programs may use this symbol, but it does not hurt to define it.
+  cat >> confdefs.h <<\EOF
+#define X_DISPLAY_MISSING 1
+EOF
+
+  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
+else
+  if test -n "$x_includes"; then
+    X_CFLAGS="$X_CFLAGS -I$x_includes"
+  fi
+
+  # It would also be nice to do this for all -L options, not just this one.
+  if test -n "$x_libraries"; then
+    X_LIBS="$X_LIBS -L$x_libraries"
+    # For Solaris; some versions of Sun CC require a space after -R and
+    # others require no space.  Words are not sufficient . . . .
+    case "`(uname -sr) 2>/dev/null`" in
+    "SunOS 5"*)
+      echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
+echo "configure:21535: checking whether -R must be followed by a space" >&5
+      ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
+      cat > conftest.$ac_ext <<EOF
+#line 21538 "configure"
+#include "confdefs.h"
+
+int main() {
+
+; return 0; }
+EOF
+if { (eval echo configure:21545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  ac_R_nospace=yes
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  ac_R_nospace=no
+fi
+rm -rf conftest*
+      if test $ac_R_nospace = yes; then
+	echo "$ac_t""no" 1>&6
+	X_LIBS="$X_LIBS -R$x_libraries"
+      else
+	LIBS="$ac_xsave_LIBS -R $x_libraries"
+	cat > conftest.$ac_ext <<EOF
+#line 21561 "configure"
+#include "confdefs.h"
+
+int main() {
+
+; return 0; }
+EOF
+if { (eval echo configure:21568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  ac_R_space=yes
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  ac_R_space=no
+fi
+rm -rf conftest*
+	if test $ac_R_space = yes; then
+	  echo "$ac_t""yes" 1>&6
+	  X_LIBS="$X_LIBS -R $x_libraries"
+	else
+	  echo "$ac_t""neither works" 1>&6
+	fi
+      fi
+      LIBS="$ac_xsave_LIBS"
+    esac
+  fi
+
+  # Check for system-dependent libraries X programs must link with.
+  # Do this before checking for the system-independent R6 libraries
+  # (-lICE), since we may need -lsocket or whatever for X linking.
+
+  if test "$ISC" = yes; then
+    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
+  else
+    # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
+    # libraries were built with DECnet support.  And karl@cs.umb.edu says
+    # the Alpha needs dnet_stub (dnet does not exist).
+    echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
+echo "configure:21600: checking for dnet_ntoa in -ldnet" >&5
+ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-ldnet  $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 21608 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char dnet_ntoa();
+
+int main() {
+dnet_ntoa()
+; return 0; }
+EOF
+if { (eval echo configure:21619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -rf conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
+      echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
+echo "configure:21641: checking for dnet_ntoa in -ldnet_stub" >&5
+ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-ldnet_stub  $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 21649 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char dnet_ntoa();
+
+int main() {
+dnet_ntoa()
+; return 0; }
+EOF
+if { (eval echo configure:21660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -rf conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    fi
+
+    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
+    # to get the SysV transport functions.
+    # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
+    # needs -lnsl.
+    # The nsl library prevents programs from opening the X display
+    # on Irix 5.2, according to dickey@clark.net.
+    echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
+echo "configure:21689: checking for gethostbyname" >&5
+if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  cat > conftest.$ac_ext <<EOF
+#line 21694 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+    which can conflict with char gethostbyname(); below.  */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char gethostbyname();
+
+int main() {
+
+/* The GNU C library defines this for functions which it implements
+    to always fail with ENOSYS.  Some functions are actually named
+    something starting with __ and the normal name is an alias.  */
+#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
+choke me
+#else
+gethostbyname();
+#endif
+
+; return 0; }
+EOF
+if { (eval echo configure:21717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_func_gethostbyname=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_func_gethostbyname=no"
+fi
+rm -rf conftest*
+fi
+
+if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  :
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    if test $ac_cv_func_gethostbyname = no; then
+      echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
+echo "configure:21738: checking for gethostbyname in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -20789,7 +21742,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 20793 "configure"
+#line 21746 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -20800,16 +21753,16 @@ int main() {
 gethostbyname()
 ; return 0; }
 EOF
-if { (eval echo configure:20804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:21757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -20830,12 +21783,12 @@ fi
     # -lsocket must be given before -lnsl if both are needed.
     # We assume that if connect needs -lnsl, so does gethostbyname.
     echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:20834: checking for connect" >&5
+echo "configure:21787: checking for connect" >&5
 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 20839 "configure"
+#line 21792 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect(); below.  */
@@ -20858,319 +21811,1389 @@ connect();
 
 ; return 0; }
 EOF
-if { (eval echo configure:20862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:21815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_connect=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_connect=no"
 fi
-rm -f conftest*
+rm -rf conftest*
+fi
+
+if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  :
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    if test $ac_cv_func_connect = no; then
+      echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
+echo "configure:21836: checking for connect in -lsocket" >&5
+ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 21844 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char connect();
+
+int main() {
+connect()
+; return 0; }
+EOF
+if { (eval echo configure:21855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -rf conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    fi
+
+    # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
+    echo $ac_n "checking for remove""... $ac_c" 1>&6
+echo "configure:21879: checking for remove" >&5
+if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  cat > conftest.$ac_ext <<EOF
+#line 21884 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+    which can conflict with char remove(); below.  */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char remove();
+
+int main() {
+
+/* The GNU C library defines this for functions which it implements
+    to always fail with ENOSYS.  Some functions are actually named
+    something starting with __ and the normal name is an alias.  */
+#if defined (__stub_remove) || defined (__stub___remove)
+choke me
+#else
+remove();
+#endif
+
+; return 0; }
+EOF
+if { (eval echo configure:21907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_func_remove=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_func_remove=no"
+fi
+rm -rf conftest*
+fi
+
+if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  :
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    if test $ac_cv_func_remove = no; then
+      echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
+echo "configure:21928: checking for remove in -lposix" >&5
+ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-lposix  $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 21936 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char remove();
+
+int main() {
+remove()
+; return 0; }
+EOF
+if { (eval echo configure:21947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -rf conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    fi
+
+    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
+    echo $ac_n "checking for shmat""... $ac_c" 1>&6
+echo "configure:21971: checking for shmat" >&5
+if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  cat > conftest.$ac_ext <<EOF
+#line 21976 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+    which can conflict with char shmat(); below.  */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char shmat();
+
+int main() {
+
+/* The GNU C library defines this for functions which it implements
+    to always fail with ENOSYS.  Some functions are actually named
+    something starting with __ and the normal name is an alias.  */
+#if defined (__stub_shmat) || defined (__stub___shmat)
+choke me
+#else
+shmat();
+#endif
+
+; return 0; }
+EOF
+if { (eval echo configure:21999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_func_shmat=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_func_shmat=no"
+fi
+rm -rf conftest*
+fi
+
+if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  :
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    if test $ac_cv_func_shmat = no; then
+      echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
+echo "configure:22020: checking for shmat in -lipc" >&5
+ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-lipc  $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 22028 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char shmat();
+
+int main() {
+shmat()
+; return 0; }
+EOF
+if { (eval echo configure:22039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -rf conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+    fi
+  fi
+
+  # Check for libraries that X11R6 Xt/Xaw programs need.
+  ac_save_LDFLAGS="$LDFLAGS"
+  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
+  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
+  # check for ICE first), but we must link in the order -lSM -lICE or
+  # we get undefined symbols.  So assume we have SM if we have ICE.
+  # These have to be linked with before -lX11, unlike the other
+  # libraries we check for below, so use a different variable.
+  #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
+  echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
+echo "configure:22072: checking for IceConnectionNumber in -lICE" >&5
+ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-lICE $X_EXTRA_LIBS $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 22080 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char IceConnectionNumber();
+
+int main() {
+IceConnectionNumber()
+; return 0; }
+EOF
+if { (eval echo configure:22091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -rf conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+  LDFLAGS="$ac_save_LDFLAGS"
+
+fi
+
+
+cf_x_athena=${cf_x_athena:-Xaw}
+
+echo $ac_n "checking if you want to link with Xaw 3d library""... $ac_c" 1>&6
+echo "configure:22119: checking if you want to link with Xaw 3d library" >&5
+withval=
+
+# Check whether --with-Xaw3d or --without-Xaw3d was given.
+if test "${with_Xaw3d+set}" = set; then
+  withval="$with_Xaw3d"
+  :
+fi
+
+if test "$withval" = yes ; then
+	cf_x_athena=Xaw3d
+	echo "$ac_t""yes" 1>&6
+else
+	echo "$ac_t""no" 1>&6
+fi
+
+echo $ac_n "checking if you want to link with neXT Athena library""... $ac_c" 1>&6
+echo "configure:22136: checking if you want to link with neXT Athena library" >&5
+withval=
+
+# Check whether --with-neXtaw or --without-neXtaw was given.
+if test "${with_neXtaw+set}" = set; then
+  withval="$with_neXtaw"
+  :
+fi
+
+if test "$withval" = yes ; then
+	cf_x_athena=neXtaw
+	echo "$ac_t""yes" 1>&6
+else
+	echo "$ac_t""no" 1>&6
+fi
+
+echo $ac_n "checking if you want to link with Athena-Plus library""... $ac_c" 1>&6
+echo "configure:22153: checking if you want to link with Athena-Plus library" >&5
+withval=
+
+# Check whether --with-XawPlus or --without-XawPlus was given.
+if test "${with_XawPlus+set}" = set; then
+  withval="$with_XawPlus"
+  :
+fi
+
+if test "$withval" = yes ; then
+	cf_x_athena=XawPlus
+	echo "$ac_t""yes" 1>&6
+else
+	echo "$ac_t""no" 1>&6
+fi
+
+cf_x_athena_lib=""
+
+if test "$PKG_CONFIG" != none ; then
+	cf_athena_list=
+	test "$cf_x_athena" = Xaw && cf_athena_list="xaw8 xaw7 xaw6"
+	for cf_athena_pkg in \
+		$cf_athena_list \
+		${cf_x_athena} \
+		${cf_x_athena}-devel \
+		lib${cf_x_athena} \
+		lib${cf_x_athena}-devel
+	do
+		
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists $cf_athena_pkg; then
+	test -n "$verbose" && echo "	found package $cf_athena_pkg" 1>&6
+
+echo "${as_me:-configure}:22187: testing found package $cf_athena_pkg ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags $cf_athena_pkg 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   $cf_athena_pkg 2>/dev/null`"
+	test -n "$verbose" && echo "	package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:22194: testing package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package $cf_athena_pkg LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:22199: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
+fi
+
+
+
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	
+			cf_x_athena_lib="$cf_pkgconfig_libs"
+			
+cf_x_athena_LIBS=`echo "HAVE_LIB_$cf_x_athena" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
+
+			cat >> confdefs.h <<EOF
+#define $cf_x_athena_LIBS 1
+EOF
+
+
+echo $ac_n "checking for usable $cf_x_athena/Xmu package""... $ac_c" 1>&6
+echo "configure:22296: checking for usable $cf_x_athena/Xmu package" >&5
+if eval "test \"`echo '$''{'cf_cv_xaw_compat'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  
+cat > conftest.$ac_ext <<EOF
+#line 22302 "configure"
+#include "confdefs.h"
+
+#include <X11/Xmu/CharSet.h>
+
+int main() {
+
+int check = XmuCompareISOLatin1("big", "small")
+
+; return 0; }
+EOF
+if { (eval echo configure:22313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  cf_cv_xaw_compat=yes
+else
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+
+  cf_cv_xaw_compat=no
+fi
+rm -rf conftest*
+fi
+
+echo "$ac_t""$cf_cv_xaw_compat" 1>&6
+
+			if test "$cf_cv_xaw_compat" = no
+			then
+				# workaround for broken ".pc" files...
+				case "$cf_x_athena_lib" in #(vi
+				*-lXmu*) #(vi
+					;;
+				*)
+					test -n "$verbose" && echo "	work around broken package" 1>&6
+
+echo "${as_me:-configure}:22336: testing work around broken package ..." 1>&5
+
+
+					
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists xmu; then
+	test -n "$verbose" && echo "	found package xmu" 1>&6
+
+echo "${as_me:-configure}:22345: testing found package xmu ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xmu 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xmu 2>/dev/null`"
+	test -n "$verbose" && echo "	package xmu CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:22352: testing package xmu CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package xmu LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:22357: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
+fi
+
+
+
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	:
+else
+	
+test -n "$verbose" && echo "	...before $LIBS" 1>&6
+
+echo "${as_me:-configure}:22448: testing ...before $LIBS ..." 1>&5
+
+
+LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s,-lXt ,-lXt -lXmu ," -e 's/  / /g'`
+test -n "$verbose" && echo "	...after  $LIBS" 1>&6
+
+echo "${as_me:-configure}:22454: testing ...after  $LIBS ..." 1>&5
+
+
+
+fi
+
+					;;
+				esac
+			fi
+
+			break
+else
+	:
+fi
+
+	done
+fi
+
+if test -z "$cf_x_athena_lib" ; then
+	
+
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists Xext; then
+	test -n "$verbose" && echo "	found package Xext" 1>&6
+
+echo "${as_me:-configure}:22480: testing found package Xext ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags Xext 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   Xext 2>/dev/null`"
+	test -n "$verbose" && echo "	package Xext CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:22487: testing package Xext CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package Xext LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:22492: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
 fi
 
-if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  :
-else
-  echo "$ac_t""no" 1>&6
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
 fi
 
-    if test $ac_cv_func_connect = no; then
-      echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:20883: checking for connect in -lsocket" >&5
-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
+
+
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	:
+else
+	
+	echo $ac_n "checking for XextCreateExtension in -lXext""... $ac_c" 1>&6
+echo "configure:22582: checking for XextCreateExtension in -lXext" >&5
+ac_lib_var=`echo Xext'_'XextCreateExtension | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
+LIBS="-lXext  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 20891 "configure"
+#line 22590 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char connect();
+char XextCreateExtension();
 
 int main() {
-connect()
+XextCreateExtension()
 ; return 0; }
 EOF
-if { (eval echo configure:20902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:22601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
+  LIBS="-lXext $LIBS"
 else
   echo "$ac_t""no" 1>&6
 fi
 
-    fi
+fi
 
-    # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
-    echo $ac_n "checking for remove""... $ac_c" 1>&6
-echo "configure:20926: checking for remove" >&5
-if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
+
+	
+
+
+
+cf_have_X_LIBS=no
+
+
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists xt; then
+	test -n "$verbose" && echo "	found package xt" 1>&6
+
+echo "${as_me:-configure}:22636: testing found package xt ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xt 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xt 2>/dev/null`"
+	test -n "$verbose" && echo "	package xt CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:22643: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package xt LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:22648: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
+fi
+
+
+
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	
+
+	case "x$LIBS" in #(vi
+	*-lX11*) #(vi
+		;;
+	*)
+# we have an "xt" package, but it may omit Xt's dependency on X11
+echo $ac_n "checking for usable X dependency""... $ac_c" 1>&6
+echo "configure:22742: checking for usable X dependency" >&5
+if eval "test \"`echo '$''{'cf_cv_xt_x11_compat'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
-  cat > conftest.$ac_ext <<EOF
-#line 20931 "configure"
+  
+cat > conftest.$ac_ext <<EOF
+#line 22748 "configure"
 #include "confdefs.h"
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char remove(); below.  */
-#include <assert.h>
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char remove();
+
+#include <X11/Xlib.h>
 
 int main() {
 
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_remove) || defined (__stub___remove)
-choke me
-#else
-remove();
-#endif
+	int rc1 = XDrawLine((Display*) 0, (Drawable) 0, (GC) 0, 0, 0, 0, 0);
+	int rc2 = XClearWindow((Display*) 0, (Window) 0);
+	int rc3 = XMoveWindow((Display*) 0, (Window) 0, 0, 0);
+	int rc4 = XMoveResizeWindow((Display*)0, (Window)0, 0, 0, 0, 0);
 
 ; return 0; }
 EOF
-if { (eval echo configure:20954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_func_remove=yes"
+if { (eval echo configure:22762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  cf_cv_xt_x11_compat=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_func_remove=no"
+
+  cf_cv_xt_x11_compat=no
 fi
-rm -f conftest*
+rm -rf conftest*
+fi
+
+echo "$ac_t""$cf_cv_xt_x11_compat" 1>&6
+		if test "$cf_cv_xt_x11_compat" = no
+		then
+			test -n "$verbose" && echo "	work around broken X11 dependency" 1>&6
+
+echo "${as_me:-configure}:22779: testing work around broken X11 dependency ..." 1>&5
+
+
+			# 2010/11/19 - good enough until a working Xt on Xcb is delivered.
+			
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists x11; then
+	test -n "$verbose" && echo "	found package x11" 1>&6
+
+echo "${as_me:-configure}:22789: testing found package x11 ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags x11 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   x11 2>/dev/null`"
+	test -n "$verbose" && echo "	package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:22796: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package x11 LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:22801: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
+fi
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
 fi
 
-if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  :
+
+
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	:
 else
-  echo "$ac_t""no" 1>&6
+	
+test -n "$verbose" && echo "	...before $LIBS" 1>&6
+
+echo "${as_me:-configure}:22892: testing ...before $LIBS ..." 1>&5
+
+
+LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s,-lXt ,-lXt -lX11 ," -e 's/  / /g'`
+test -n "$verbose" && echo "	...after  $LIBS" 1>&6
+
+echo "${as_me:-configure}:22898: testing ...after  $LIBS ..." 1>&5
+
+
+
 fi
 
-    if test $ac_cv_func_remove = no; then
-      echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
-echo "configure:20975: checking for remove in -lposix" >&5
-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+		fi
+		;;
+	esac
+
+echo $ac_n "checking for usable X Toolkit package""... $ac_c" 1>&6
+echo "configure:22909: checking for usable X Toolkit package" >&5
+if eval "test \"`echo '$''{'cf_cv_xt_ice_compat'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
-  ac_save_LIBS="$LIBS"
-LIBS="-lposix  $LIBS"
+  
 cat > conftest.$ac_ext <<EOF
-#line 20983 "configure"
+#line 22915 "configure"
 #include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char remove();
+
+#include <X11/Shell.h>
 
 int main() {
-remove()
+int num = IceConnectionNumber(0)
+
 ; return 0; }
 EOF
-if { (eval echo configure:20994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=yes"
+if { (eval echo configure:22925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
+  cf_cv_xt_ice_compat=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=no"
-fi
-rm -f conftest*
-LIBS="$ac_save_LIBS"
 
+  cf_cv_xt_ice_compat=no
 fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
-else
-  echo "$ac_t""no" 1>&6
+rm -rf conftest*
 fi
 
-    fi
+echo "$ac_t""$cf_cv_xt_ice_compat" 1>&6
 
-    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
-    echo $ac_n "checking for shmat""... $ac_c" 1>&6
-echo "configure:21018: checking for shmat" >&5
-if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  cat > conftest.$ac_ext <<EOF
-#line 21023 "configure"
-#include "confdefs.h"
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char shmat(); below.  */
-#include <assert.h>
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char shmat();
+	if test "$cf_cv_xt_ice_compat" = no
+	then
+		# workaround for broken ".pc" files used for X Toolkit.
+		case "x$X_PRE_LIBS" in #(vi
+		*-lICE*)
+			case "x$LIBS" in #(vi
+			*-lICE*) #(vi
+				;;
+			*)
+				test -n "$verbose" && echo "	work around broken ICE dependency" 1>&6
 
-int main() {
+echo "${as_me:-configure}:22950: testing work around broken ICE dependency ..." 1>&5
 
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_shmat) || defined (__stub___shmat)
-choke me
-#else
-shmat();
-#endif
 
-; return 0; }
-EOF
-if { (eval echo configure:21046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_func_shmat=yes"
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_func_shmat=no"
+				
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists ice; then
+	test -n "$verbose" && echo "	found package ice" 1>&6
+
+echo "${as_me:-configure}:22959: testing found package ice ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags ice 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   ice 2>/dev/null`"
+	test -n "$verbose" && echo "	package ice CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:22966: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package ice LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:22971: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
 fi
-rm -f conftest*
+
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
 fi
 
-if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  :
-else
-  echo "$ac_t""no" 1>&6
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
 fi
 
-    if test $ac_cv_func_shmat = no; then
-      echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
-echo "configure:21067: checking for shmat in -lipc" >&5
-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  ac_save_LIBS="$LIBS"
-LIBS="-lipc  $LIBS"
-cat > conftest.$ac_ext <<EOF
-#line 21075 "configure"
-#include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char shmat();
 
-int main() {
-shmat()
-; return 0; }
-EOF
-if { (eval echo configure:21086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=yes"
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=no"
+
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	
+
+
+if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists sm; then
+	test -n "$verbose" && echo "	found package sm" 1>&6
+
+echo "${as_me:-configure}:23063: testing found package sm ..." 1>&5
+
+
+	cf_pkgconfig_incs="`$PKG_CONFIG --cflags sm 2>/dev/null`"
+	cf_pkgconfig_libs="`$PKG_CONFIG --libs   sm 2>/dev/null`"
+	test -n "$verbose" && echo "	package sm CFLAGS: $cf_pkgconfig_incs" 1>&6
+
+echo "${as_me:-configure}:23070: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+
+
+	test -n "$verbose" && echo "	package sm LIBS: $cf_pkgconfig_libs" 1>&6
+
+echo "${as_me:-configure}:23075: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
+
+
+	
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_pkgconfig_incs
+do
+case $cf_fix_cppflags in
+no)
+	case $cf_add_cflags in #(vi
+	-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
+		case $cf_add_cflags in
+		-D*)
+			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
+
+			if test $cf_fix_cppflags = yes ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			elif test "${cf_tst_cflags}" = "\"'" ; then
+				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+				continue
+			fi
+			;;
+		esac
+		case "$CPPFLAGS" in
+		*$cf_add_cflags) #(vi
+			;;
+		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
+			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
+			;;
+		esac
+		;;
+	*)
+		cf_new_cflags="$cf_new_cflags $cf_add_cflags"
+		;;
+	esac
+	;;
+yes)
+	cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
+
+	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
+
+	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
+	;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+	
+	CFLAGS="$CFLAGS $cf_new_cflags"
 fi
-rm -f conftest*
-LIBS="$ac_save_LIBS"
 
+if test -n "$cf_new_cppflags" ; then
+	
+	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
 fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
-else
-  echo "$ac_t""no" 1>&6
+
+if test -n "$cf_new_extra_cppflags" ; then
+	
+	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
 fi
 
-    fi
-  fi
 
-  # Check for libraries that X11R6 Xt/Xaw programs need.
-  ac_save_LDFLAGS="$LDFLAGS"
-  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
-  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
-  # check for ICE first), but we must link in the order -lSM -lICE or
-  # we get undefined symbols.  So assume we have SM if we have ICE.
-  # These have to be linked with before -lX11, unlike the other
-  # libraries we check for below, so use a different variable.
-  #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
-  echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
-echo "configure:21119: checking for IceConnectionNumber in -lICE" >&5
-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  ac_save_LIBS="$LIBS"
-LIBS="-lICE $X_EXTRA_LIBS $LIBS"
-cat > conftest.$ac_ext <<EOF
-#line 21127 "configure"
-#include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char IceConnectionNumber();
 
-int main() {
-IceConnectionNumber()
-; return 0; }
-EOF
-if { (eval echo configure:21138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=yes"
+
+	LIBS="$cf_pkgconfig_libs $LIBS"
+	:
 else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=no"
+	:
 fi
-rm -f conftest*
-LIBS="$ac_save_LIBS"
 
-fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 else
-  echo "$ac_t""no" 1>&6
-fi
+	
+test -n "$verbose" && echo "	...before $LIBS" 1>&6
 
-  LDFLAGS="$ac_save_LDFLAGS"
+echo "${as_me:-configure}:23170: testing ...before $LIBS ..." 1>&5
 
-fi
 
+LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s,-lXt ,-lXt $X_PRE_LIBS ," -e 's/  / /g'`
+test -n "$verbose" && echo "	...after  $LIBS" 1>&6
+
+echo "${as_me:-configure}:23176: testing ...after  $LIBS ..." 1>&5
 
 
 
+fi
 
-# SYSTEM_NAME=`echo "$cf_cv_system_name"|tr ' ' -`
+				;;
+			esac
+			;;
+		esac
+	fi
 
-cf_have_X_LIBS=no
+	cf_have_X_LIBS=yes
 
-LDFLAGS="$X_LIBS $LDFLAGS"
+else
+	
 
+	LDFLAGS="$X_LIBS $LDFLAGS"
+	
 test -n "$verbose" && echo "	checking additions to CFLAGS" 1>&6
 
-echo "${as_me-configure}:21174: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:23197: testing checking additions to CFLAGS ..." 1>&5
 
 
 cf_check_cflags="$CFLAGS"
@@ -21192,8 +23215,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -21208,6 +23231,16 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -21223,8 +23256,8 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
@@ -21232,7 +23265,7 @@ done
 if test -n "$cf_new_cflags" ; then
 	test -n "$verbose" && echo "	add to \$CFLAGS $cf_new_cflags" 1>&6
 
-echo "${as_me-configure}:21236: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:23269: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
 
 
 	CFLAGS="$CFLAGS $cf_new_cflags"
@@ -21241,7 +23274,7 @@ fi
 if test -n "$cf_new_cppflags" ; then
 	test -n "$verbose" && echo "	add to \$CPPFLAGS $cf_new_cppflags" 1>&6
 
-echo "${as_me-configure}:21245: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:23278: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
 
 
 	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
@@ -21250,7 +23283,7 @@ fi
 if test -n "$cf_new_extra_cppflags" ; then
 	test -n "$verbose" && echo "	add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6
 
-echo "${as_me-configure}:21254: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:23287: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
 
 
 	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
@@ -21261,44 +23294,44 @@ fi
 
 if test "$cf_check_cflags" != "$CFLAGS" ; then
 cat > conftest.$ac_ext <<EOF
-#line 21265 "configure"
+#line 23298 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello world");
 ; return 0; }
 EOF
-if { (eval echo configure:21272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   :
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   test -n "$verbose" && echo "	test-compile failed.  Undoing change to \$CFLAGS" 1>&6
 
-echo "${as_me-configure}:21280: testing test-compile failed.  Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:23313: testing test-compile failed.  Undoing change to \$CFLAGS ..." 1>&5
 
 
 	 if test "$cf_check_cppflags" != "$CPPFLAGS" ; then
 		 test -n "$verbose" && echo "	but keeping change to \$CPPFLAGS" 1>&6
 
-echo "${as_me-configure}:21286: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:23319: testing but keeping change to \$CPPFLAGS ..." 1>&5
 
 
 	 fi
 	 CFLAGS="$cf_check_flags"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 
-echo $ac_n "checking for XOpenDisplay""... $ac_c" 1>&6
-echo "configure:21297: checking for XOpenDisplay" >&5
+	echo $ac_n "checking for XOpenDisplay""... $ac_c" 1>&6
+echo "configure:23330: checking for XOpenDisplay" >&5
 if eval "test \"`echo '$''{'ac_cv_func_XOpenDisplay'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 21302 "configure"
+#line 23335 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char XOpenDisplay(); below.  */
@@ -21321,16 +23354,16 @@ XOpenDisplay();
 
 ; return 0; }
 EOF
-if { (eval echo configure:21325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_XOpenDisplay=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_XOpenDisplay=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'XOpenDisplay`\" = yes"; then
@@ -21339,8 +23372,8 @@ if eval "test \"`echo '$ac_cv_func_'XOpe
 else
   echo "$ac_t""no" 1>&6
 
-echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6
-echo "configure:21344: checking for XOpenDisplay in -lX11" >&5
+	echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6
+echo "configure:23377: checking for XOpenDisplay in -lX11" >&5
 ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -21348,7 +23381,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 21352 "configure"
+#line 23385 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -21359,16 +23392,16 @@ int main() {
 XOpenDisplay()
 ; return 0; }
 EOF
-if { (eval echo configure:21363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -21382,13 +23415,13 @@ fi
 fi
 
 
-echo $ac_n "checking for XtAppInitialize""... $ac_c" 1>&6
-echo "configure:21387: checking for XtAppInitialize" >&5
+	echo $ac_n "checking for XtAppInitialize""... $ac_c" 1>&6
+echo "configure:23420: checking for XtAppInitialize" >&5
 if eval "test \"`echo '$''{'ac_cv_func_XtAppInitialize'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 21392 "configure"
+#line 23425 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char XtAppInitialize(); below.  */
@@ -21411,16 +23444,16 @@ XtAppInitialize();
 
 ; return 0; }
 EOF
-if { (eval echo configure:21415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_func_XtAppInitialize=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_func_XtAppInitialize=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 if eval "test \"`echo '$ac_cv_func_'XtAppInitialize`\" = yes"; then
@@ -21429,8 +23462,8 @@ if eval "test \"`echo '$ac_cv_func_'XtAp
 else
   echo "$ac_t""no" 1>&6
 
-echo $ac_n "checking for XtAppInitialize in -lXt""... $ac_c" 1>&6
-echo "configure:21434: checking for XtAppInitialize in -lXt" >&5
+	echo $ac_n "checking for XtAppInitialize in -lXt""... $ac_c" 1>&6
+echo "configure:23467: checking for XtAppInitialize in -lXt" >&5
 ac_lib_var=`echo Xt'_'XtAppInitialize | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -21438,7 +23471,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 21442 "configure"
+#line 23475 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -21449,16 +23482,16 @@ int main() {
 XtAppInitialize()
 ; return 0; }
 EOF
-if { (eval echo configure:21453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -21468,8 +23501,8 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
 #define HAVE_LIBXT 1
 EOF
 
-	 cf_have_X_LIBS=Xt
-	 LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS"
+		 cf_have_X_LIBS=Xt
+		 LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS"
 else
   echo "$ac_t""no" 1>&6
 fi
@@ -21477,112 +23510,18 @@ fi
 fi
 
 
+fi
+
+
 if test $cf_have_X_LIBS = no ; then
 	echo "configure: warning: Unable to successfully link X Toolkit library (-lXt) with
 test program.  You will have to check and add the proper libraries by hand
 to makefile." 1>&2
 fi
 
-
-cf_x_athena=${cf_x_athena-Xaw}
-
-echo $ac_n "checking if you want to link with Xaw 3d library""... $ac_c" 1>&6
-echo "configure:21491: checking if you want to link with Xaw 3d library" >&5
-withval=
-
-# Check whether --with-Xaw3d or --without-Xaw3d was given.
-if test "${with_Xaw3d+set}" = set; then
-  withval="$with_Xaw3d"
-  :
-fi
-
-if test "$withval" = yes ; then
-	cf_x_athena=Xaw3d
-	echo "$ac_t""yes" 1>&6
-else
-	echo "$ac_t""no" 1>&6
-fi
-
-echo $ac_n "checking if you want to link with neXT Athena library""... $ac_c" 1>&6
-echo "configure:21508: checking if you want to link with neXT Athena library" >&5
-withval=
-
-# Check whether --with-neXtaw or --without-neXtaw was given.
-if test "${with_neXtaw+set}" = set; then
-  withval="$with_neXtaw"
-  :
-fi
-
-if test "$withval" = yes ; then
-	cf_x_athena=neXtaw
-	echo "$ac_t""yes" 1>&6
-else
-	echo "$ac_t""no" 1>&6
-fi
-
-echo $ac_n "checking if you want to link with Athena-Plus library""... $ac_c" 1>&6
-echo "configure:21525: checking if you want to link with Athena-Plus library" >&5
-withval=
-
-# Check whether --with-XawPlus or --without-XawPlus was given.
-if test "${with_XawPlus+set}" = set; then
-  withval="$with_XawPlus"
-  :
-fi
-
-if test "$withval" = yes ; then
-	cf_x_athena=XawPlus
-	echo "$ac_t""yes" 1>&6
-else
-	echo "$ac_t""no" 1>&6
-fi
-
-echo $ac_n "checking for XextCreateExtension in -lXext""... $ac_c" 1>&6
-echo "configure:21542: checking for XextCreateExtension in -lXext" >&5
-ac_lib_var=`echo Xext'_'XextCreateExtension | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  ac_save_LIBS="$LIBS"
-LIBS="-lXext  $LIBS"
-cat > conftest.$ac_ext <<EOF
-#line 21550 "configure"
-#include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error.  */
-/* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
-char XextCreateExtension();
-
-int main() {
-XextCreateExtension()
-; return 0; }
-EOF
-if { (eval echo configure:21561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=yes"
-else
-  echo "configure: failed program was:" >&5
-  cat conftest.$ac_ext >&5
-  rm -rf conftest*
-  eval "ac_cv_lib_$ac_lib_var=no"
-fi
-rm -f conftest*
-LIBS="$ac_save_LIBS"
-
-fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  LIBS="-lXext $LIBS"
-else
-  echo "$ac_t""no" 1>&6
-fi
-
-
-cf_x_athena_lib=""
-
-
+	
 cf_x_athena_root=$cf_x_athena
-cf_x_athena_include=""
+cf_x_athena_inc=""
 
 for cf_path in default \
 	/usr/contrib/X11R6 \
@@ -21590,19 +23529,19 @@ for cf_path in default \
 	/usr/lib/X11R5 \
 	/usr/local
 do
-	if test -z "$cf_x_athena_include" ; then
+	if test -z "$cf_x_athena_inc" ; then
 		cf_save="$CPPFLAGS"
 		cf_test=X11/$cf_x_athena_root/SimpleMenu.h
 		if test $cf_path != default ; then
 			CPPFLAGS="$cf_save -I$cf_path/include"
 			echo $ac_n "checking for $cf_test in $cf_path""... $ac_c" 1>&6
-echo "configure:21600: checking for $cf_test in $cf_path" >&5
+echo "configure:23539: checking for $cf_test in $cf_path" >&5
 		else
 			echo $ac_n "checking for $cf_test""... $ac_c" 1>&6
-echo "configure:21603: checking for $cf_test" >&5
+echo "configure:23542: checking for $cf_test" >&5
 		fi
 		cat > conftest.$ac_ext <<EOF
-#line 21606 "configure"
+#line 23545 "configure"
 #include "confdefs.h"
 
 #include <X11/Intrinsic.h>
@@ -21611,7 +23550,7 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:21615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:23554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cf_result=yes
 else
@@ -21623,7 +23562,7 @@ fi
 rm -f conftest*
 		echo "$ac_t""$cf_result" 1>&6
 		if test "$cf_result" = yes ; then
-			cf_x_athena_include=$cf_path
+			cf_x_athena_inc=$cf_path
 			break
 		else
 			CPPFLAGS="$cf_save"
@@ -21631,13 +23570,13 @@ rm -f conftest*
 	fi
 done
 
-if test -z "$cf_x_athena_include" ; then
+if test -z "$cf_x_athena_inc" ; then
 	echo "configure: warning: Unable to successfully find Athena header files with test program" 1>&2
-elif test "$cf_x_athena_include" != default ; then
-	CPPFLAGS="$CPPFLAGS -I$cf_x_athena_include"
+elif test "$cf_x_athena_inc" != default ; then
+	CPPFLAGS="$CPPFLAGS -I$cf_x_athena_inc"
 fi
 
-
+	
 cf_x_athena_root=$cf_x_athena
 cf_x_athena_lib=""
 
@@ -21658,30 +23597,34 @@ do
 			if test $cf_path != default ; then
 				LIBS="-L$cf_path/lib $cf_lib $LIBS"
 				echo $ac_n "checking for $cf_lib in $cf_path""... $ac_c" 1>&6
-echo "configure:21662: checking for $cf_lib in $cf_path" >&5
+echo "configure:23601: checking for $cf_lib in $cf_path" >&5
 			else
 				LIBS="$cf_lib $LIBS"
 				echo $ac_n "checking for $cf_test in $cf_lib""... $ac_c" 1>&6
-echo "configure:21666: checking for $cf_test in $cf_lib" >&5
+echo "configure:23605: checking for $cf_test in $cf_lib" >&5
 			fi
 			cat > conftest.$ac_ext <<EOF
-#line 21669 "configure"
+#line 23608 "configure"
 #include "confdefs.h"
 
+#include <X11/Intrinsic.h>
+#include <X11/$cf_x_athena_root/SimpleMenu.h>
+
 int main() {
-$cf_test()
+
+$cf_test((XtAppContext) 0)
 ; return 0; }
 EOF
-if { (eval echo configure:21676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_result=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_result=no
 fi
-rm -f conftest*
+rm -rf conftest*
 			echo "$ac_t""$cf_result" 1>&6
 			if test "$cf_result" = yes ; then
 				cf_x_athena_lib="$cf_lib"
@@ -21704,6 +23647,7 @@ cat >> confdefs.h <<EOF
 EOF
 
 
+fi
 
 
 
@@ -21713,7 +23657,7 @@ do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:21717: checking for $ac_word" >&5
+echo "configure:23661: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_XCURSES_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -21763,7 +23707,7 @@ LDFLAGS="$LDFLAGS $X_LIBS"
 
 test -n "$verbose" && echo "	checking additions to CFLAGS" 1>&6
 
-echo "${as_me-configure}:21767: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:23711: testing checking additions to CFLAGS ..." 1>&5
 
 
 cf_check_cflags="$CFLAGS"
@@ -21785,8 +23729,8 @@ no)
 			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
 
 			test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-			&& test -z "${cf_tst_cflags}" \
-			&& cf_fix_cppflags=yes
+				&& test -z "${cf_tst_cflags}" \
+				&& cf_fix_cppflags=yes
 
 			if test $cf_fix_cppflags = yes ; then
 				cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
@@ -21801,6 +23745,16 @@ no)
 		*$cf_add_cflags) #(vi
 			;;
 		*) #(vi
+			case $cf_add_cflags in #(vi
+			-D*)
+				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+				
+CPPFLAGS=`echo "$CPPFLAGS" | \
+	sed	-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?[ 	]/ /g' \
+		-e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ 	]*\)\?$//g'`
+
+				;;
+			esac
 			cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
 			;;
 		esac
@@ -21816,8 +23770,8 @@ yes)
 	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
 
 	test "${cf_add_cflags}" != "${cf_tst_cflags}" \
-	&& test -z "${cf_tst_cflags}" \
-	&& cf_fix_cppflags=no
+		&& test -z "${cf_tst_cflags}" \
+		&& cf_fix_cppflags=no
 	;;
 esac
 done
@@ -21825,7 +23779,7 @@ done
 if test -n "$cf_new_cflags" ; then
 	test -n "$verbose" && echo "	add to \$CFLAGS $cf_new_cflags" 1>&6
 
-echo "${as_me-configure}:21829: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:23783: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
 
 
 	CFLAGS="$CFLAGS $cf_new_cflags"
@@ -21834,7 +23788,7 @@ fi
 if test -n "$cf_new_cppflags" ; then
 	test -n "$verbose" && echo "	add to \$CPPFLAGS $cf_new_cppflags" 1>&6
 
-echo "${as_me-configure}:21838: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:23792: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
 
 
 	CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
@@ -21843,7 +23797,7 @@ fi
 if test -n "$cf_new_extra_cppflags" ; then
 	test -n "$verbose" && echo "	add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6
 
-echo "${as_me-configure}:21847: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:23801: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
 
 
 	EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
@@ -21854,38 +23808,38 @@ fi
 
 if test "$cf_check_cflags" != "$CFLAGS" ; then
 cat > conftest.$ac_ext <<EOF
-#line 21858 "configure"
+#line 23812 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() {
 printf("Hello world");
 ; return 0; }
 EOF
-if { (eval echo configure:21865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   :
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   test -n "$verbose" && echo "	test-compile failed.  Undoing change to \$CFLAGS" 1>&6
 
-echo "${as_me-configure}:21873: testing test-compile failed.  Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:23827: testing test-compile failed.  Undoing change to \$CFLAGS ..." 1>&5
 
 
 	 if test "$cf_check_cppflags" != "$CPPFLAGS" ; then
 		 test -n "$verbose" && echo "	but keeping change to \$CPPFLAGS" 1>&6
 
-echo "${as_me-configure}:21879: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:23833: testing but keeping change to \$CPPFLAGS ..." 1>&5
 
 
 	 fi
 	 CFLAGS="$cf_check_flags"
 fi
-rm -f conftest*
+rm -rf conftest*
 fi
 
 echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6
-echo "configure:21889: checking for XOpenDisplay in -lX11" >&5
+echo "configure:23843: checking for XOpenDisplay in -lX11" >&5
 ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -21893,7 +23847,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 21897 "configure"
+#line 23851 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -21904,16 +23858,16 @@ int main() {
 XOpenDisplay()
 ; return 0; }
 EOF
-if { (eval echo configure:21908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   eval "ac_cv_lib_$ac_lib_var=no"
 fi
-rm -f conftest*
+rm -rf conftest*
 LIBS="$ac_save_LIBS"
 
 fi
@@ -21925,14 +23879,14 @@ else
 fi
 
 echo $ac_n "checking for XCurses library""... $ac_c" 1>&6
-echo "configure:21929: checking for XCurses library" >&5
+echo "configure:23883: checking for XCurses library" >&5
 if eval "test \"`echo '$''{'cf_cv_lib_XCurses'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
 LIBS="-lXCurses $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 21936 "configure"
+#line 23890 "configure"
 #include "confdefs.h"
 
 #include <xcurses.h>
@@ -21942,16 +23896,16 @@ int main() {
 XCursesExit();
 ; return 0; }
 EOF
-if { (eval echo configure:21946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:23900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+  
   cf_cv_lib_XCurses=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
+
   cf_cv_lib_XCurses=no
 fi
-rm -f conftest*
+rm -rf conftest*
 
 fi
 
@@ -21968,11 +23922,43 @@ EOF
 #define XCURSES 1
 EOF
 
-	cat >> confdefs.h <<\EOF
+	ac_safe=`echo "xcurses.h" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for xcurses.h""... $ac_c" 1>&6
+echo "configure:23928: checking for xcurses.h" >&5
+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  cat > conftest.$ac_ext <<EOF
+#line 23933 "configure"
+#include "confdefs.h"
+#include <xcurses.h>
+EOF
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+{ (eval echo configure:23938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
+if test -z "$ac_err"; then
+  rm -rf conftest*
+  eval "ac_cv_header_$ac_safe=yes"
+else
+  echo "$ac_err" >&5
+  echo "configure: failed program was:" >&5
+  cat conftest.$ac_ext >&5
+  rm -rf conftest*
+  eval "ac_cv_header_$ac_safe=no"
+fi
+rm -f conftest*
+fi
+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+  cat >> confdefs.h <<\EOF
 #define HAVE_XCURSES 1
 EOF
 
 else
+  echo "$ac_t""no" 1>&6
+fi
+
+else
 	{ echo "configure: error: Cannot link with XCurses" 1>&2; exit 1; }
 fi
 
@@ -21980,13 +23966,13 @@ fi
 
 ### sum up warnings
 if test "$cf_cv_termlib" = none ; then
-	echo "configure: warning: no term-lib found" 1>&2
+	echo "configure: warning: no term-lib found, you might run into trouble later." 1>&2
 fi
 if test "$YACC" = "" ; then
-	echo "configure: warning: no yacc-parser found" 1>&2
+	echo "configure: warning: no yacc-parser found, you might run into trouble later." 1>&2
 fi
 if test "$RANLIB" = "" ; then
-        echo "configure: warning: no library archive builder found" 1>&2
+	echo "configure: warning: no library archive builder found, you might run into trouble later." 1>&2
 fi
 
 ### Finally, build autoconf.h and the makefiles
@@ -22135,7 +24121,7 @@ do
     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
-    echo "$CONFIG_STATUS generated by autoconf version 2.13.20030927"
+    echo "$CONFIG_STATUS generated by autoconf version 2.13.20110430"
     exit 0 ;;
   -help | --help | --hel | --he | --h)
     echo "\$ac_cs_usage"; exit 0 ;;
@@ -22244,6 +24230,7 @@ s%@SPOOLDIR@%$SPOOLDIR%g
 s%@NOVROOTDIR@%$NOVROOTDIR%g
 s%@INEWSDIR@%$INEWSDIR%g
 s%@INEWS@%$INEWS%g
+s%@NCURSES_CONFIG@%$NCURSES_CONFIG%g
 s%@PCRE_MAJOR@%$PCRE_MAJOR%g
 s%@PCRE_MINOR@%$PCRE_MINOR%g
 s%@PCRE_DATE@%$PCRE_DATE%g
@@ -22280,13 +24267,14 @@ s%@POSUB@%$POSUB%g
 s%@DATADIRNAME@%$DATADIRNAME%g
 s%@INSTOBJEXT@%$INSTOBJEXT%g
 s%@GENCAT@%$GENCAT%g
-s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
 s%@INTL_LIBTOOL_SUFFIX_PREFIX@%$INTL_LIBTOOL_SUFFIX_PREFIX%g
+s%@NLS_TEXTDOMAIN@%$NLS_TEXTDOMAIN%g
 s%@MSG_DIR_MAKE@%$MSG_DIR_MAKE%g
 s%@SUB_MAKEFILE@%$SUB_MAKEFILE%g
 s%@INTLDIR_MAKE@%$INTLDIR_MAKE%g
 s%@GT_YES@%$GT_YES%g
 s%@GT_NO@%$GT_NO%g
+s%@PKG_CONFIG@%$PKG_CONFIG%g
 s%@X_CFLAGS@%$X_CFLAGS%g
 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
 s%@X_LIBS@%$X_LIBS%g
diff -Nurp --exclude='.bzr*' tin-1.9.6/configure.in tin-2.0.0/configure.in
--- tin-1.9.6/configure.in	2010-11-26 16:07:59.000000000 +0100
+++ tin-2.0.0/configure.in	2011-08-23 00:03:55.029301209 +0200
@@ -2,10 +2,10 @@ dnl Project   : tin - a Usenet reader
 dnl Module    : configure.in
 dnl Author    : Thomas E. Dickey <dickey@invisible-island.net>
 dnl Created   : 1995-08-24
-dnl Updated   : 2010-04-06
+dnl Updated   : 2011-08-07
 dnl Notes     :
 dnl
-dnl Copyright (c) 1995-2010 Thomas E. Dickey <dickey@invisible-island.net>
+dnl Copyright (c) 1995-2011 Thomas E. Dickey <dickey@invisible-island.net>
 dnl All rights reserved.
 dnl
 dnl Redistribution and use in source and binary forms, with or without
@@ -34,14 +34,14 @@ dnl SOFTWARE, EVEN IF ADVISED OF THE POS
 dnl
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.13.20020210)
+AC_PREREQ(2.13.20110430)
 AC_INIT(include/tin.h)
 AC_CONFIG_HEADER(include/autoconf.h:include/autoconf.hin)
 AC_PREFIX_DEFAULT(/usr/local)
 
 dnl PACKAGE is required for GNU gettext
 PACKAGE=tin
-VERSION=1.9.6
+VERSION=2.0.0
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)
@@ -79,7 +79,7 @@ case "$host_os" in
 esac
 
 ### Native Language Support
-ALL_LINGUAS="da de en_GB et fr ru rw sv tr"
+ALL_LINGUAS="da de en_GB et fr ru sv tr"
 
 ### Checks for programs
 save_CFLAGS="$CFLAGS"
@@ -358,9 +358,7 @@ AC_MSG_RESULT($cf_with_screen)
 use_curses=no
 use_ncurses=no
 
-AC_MSG_CHECKING(if you specified curses install-directory)
 CF_WITH_CURSES_DIR($cf_with_screen)
-AC_MSG_RESULT($cf_cv_curses_dir)
 
 case $cf_with_screen in #(vi
 termcap|terminfo) #(we will determine which it really is
@@ -382,14 +380,14 @@ pdcurses) #(vi
 none)
 	AC_MSG_CHECKING(if you want to use ncurses library)
 	AC_ARG_WITH(ncurses,
-		[  --with-ncurses          link with ncurses if available (depriciated)],
+		[  --with-ncurses          link with ncurses if available (deprecated)],
 		[use_ncurses=$withval],
 		[use_ncurses=no])
 	AC_MSG_RESULT($use_ncurses)
 
 	AC_MSG_CHECKING(if you want curses rather than termcap interface)
 	CF_ARG_ENABLE(curses,
-		[  --enable-curses         use curses interface (depriciated)],
+		[  --enable-curses         use curses interface (deprecated)],
 		[cf_with_screen=curses;  use_curses=$withval],
 		[cf_with_screen=termcap; use_curses=no])
 	AC_MSG_RESULT($enableval)
@@ -400,22 +398,17 @@ if test $use_curses != no ; then
 	AC_DEFINE(USE_CURSES)
 	case $cf_with_screen in #(vi
 	ncurses) #(vi
-		CF_NCURSES_CPPFLAGS
-		CF_NCURSES_LIBS
+		CF_NCURSES_CONFIG
 		;;
 	ncursesw) #(vi
 		CF_CHECK_HEADERS(stdlib.h wchar.h wctype.h)
 		AM_MULTIBYTE_ABLE
-		CF_NCURSES_CPPFLAGS(ncursesw)
-		CF_NCURSES_LIBS(ncursesw)
-		CF_NCURSES_VERSION
+		CF_NCURSES_CONFIG(ncursesw)
 		CF_XOPEN_CURSES
 		test "$cf_cv_need_xopen_extension" = unknown && AC_ERROR(X/Open curses not found)
 		;;
 	curses) #(vi
-		CF_CURSES_CPPFLAGS
-		CF_CURSES_LIBS
-		CF_NCURSES_VERSION
+		CF_CURSES_CONFIG
 		CF_XOPEN_CURSES
 		;;
 	esac
@@ -719,6 +712,7 @@ CF_CHECK_HEADERS(\
 	fcntl.h \
 	getopt.h \
 	ioctl.h \
+	inttypes.h \
 	langinfo.h \
 	libc.h \
 	locale.h \
@@ -738,6 +732,7 @@ CF_CHECK_HEADERS(\
 	stdarg.h \
 	stdbool.h \
 	stddef.h \
+	stdint.h \
 	stdlib.h \
 	string.h \
 	strings.h \
@@ -942,6 +937,7 @@ AC_CHECK_FUNCS(\
 	fork \
 	ftime \
 	ftruncate \
+	fsync \
 	getcwd \
 	gettimeofday \
 	getwd \
@@ -975,6 +971,7 @@ AC_CHECK_FUNCS(\
 	strdup \
 	strftime \
 	strpbrk \
+	strrchr \
 	strrstr \
 	strsep \
 	strstr \
@@ -1005,7 +1002,7 @@ AC_TRY_COMPILE([
 #endif],
 [struct timeval *tv;
 struct timezone *tz;
-gettimeofday(tv, tz);],
+gettimeofday(&tv, &tz);],
 ac_cv_func_gettimeofday_2args=yes, ac_cv_func_gettimeofday_2args=no)
 AC_MSG_RESULT($ac_cv_func_gettimeofday_2args)
 if test $ac_cv_func_gettimeofday_2args = yes; then
@@ -1152,7 +1149,6 @@ CF_CHECK_DECL(\
 	fwrite \
 	getcwd \
 	getopt \
-	getpass \
 	getwd \
 	ioctl \
 	isascii \
@@ -1287,24 +1283,19 @@ case "$host_os" in
 		AC_CHECK_FUNC(link, AC_DEFINE(HAVE_LINK))
 esac
 
-# tin has mkdirs.sh instead of mkinstalldirs, overwrite the result of test
-# in gettext.m4
-MKINSTALLDIRS="\$(top_srcdir)/mkdirs.sh"
-AC_SUBST(MKINSTALLDIRS)
-
 if test "$cf_cv_termlib" = pdcurses ; then
 	CF_PDCURSES_X11
 fi
 
 ### sum up warnings
 if test "$cf_cv_termlib" = none ; then
-	AC_MSG_WARN(no term-lib found, you might run into trouble later.)
+	AC_MSG_WARN([no term-lib found, you might run into trouble later.])
 fi
 if test "$YACC" = "" ; then
-	AC_MSG_WARN(no yacc-parser found, you might run into trouble later.)
+	AC_MSG_WARN([no yacc-parser found, you might run into trouble later.])
 fi
 if test "$RANLIB" = "" ; then
-        AC_MSG_WARN(no library archive builder found, you might run into trouble later.)
+	AC_MSG_WARN([no library archive builder found, you might run into trouble later.])
 fi
 
 ### Finally, build autoconf.h and the makefiles
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/CHANGES tin-2.0.0/doc/CHANGES
--- tin-1.9.6/doc/CHANGES	2010-11-26 15:51:54.000000000 +0100
+++ tin-2.0.0/doc/CHANGES	2011-08-22 00:17:19.035286979 +0200
@@ -1,3 +1,72 @@
+-- 2.0.0 release 20110823 "Ardenistiel" --
+
+U029) Thomas E. Dickey <dickey@invisible-island.net>
+      ADD. update configure macros; switch to 2.13.20110430
+      ADD. --with-pkg-config configure switch
+      ADD. --with-textdomain configure switch
+      ADD. don't use hardcoded number of available colors; don't try to set
+           colors out of identified range
+      FIX. color.c, curses.c, init.c, main.c, tcurses.c, autoconf.h[in]
+           proto.h aclocal.m4, configure[.in], Makefile, Makefile.in
+           install-sh
+
+U028) Dennis Preiser <dennis@d--p.de>
+      BUG. used preprocessor directives within snprintf which may be
+           implemented as a macro
+      BUG. fixed a typo
+      BUG. fixed several display problems in the !USE_CURSES case
+      BUG. fixed several display problems with non default foreground and
+           background colors.
+      BUG. dead increment
+      BUG. didn't unfold structured news_headers_to_display before calling
+           convert_to_printable which replaces \n with ?
+      BUG. scopes with just quick_{kill,select}_* rules got lost when
+           entering the scopes menu
+      BUG. last option in options 'M'enu may be invisible
+      BUG. unnecessary screen redraw in options 'M'enu
+      ADD. reject out of range background colors in menu/tinrc
+      ADD. removed some unnecessary variables
+      ADD. PageToggleAllHeaders
+      ADD. do not strip tabs from Subject or Organization in page header
+      ADD. tinrc.utf8_graphics to use UTF-8 characters for various graphics
+      FIX. extern.h, keymap.h, proto.h, tcurses.h, tin.h, tinrc.h, art.c
+           attrib.c, charset.c, color.c, config.c, cook.c, curses.c, feed.c
+           filter.c, group.c, help.c, init.c, keymap.c, lang.c, mail.c, misc.c
+           nntplib.c, options_menu.c, page.c, pgp.c, post.c, prompt.c, read.c
+           rfc2046.c, save.c, screen.c, select.c, string.c, tcurses.c, thread.c
+           tincfg.tbl, tin.1, tin.5, keymap.sample
+
+U027) Urs Janssen <urs@tin.org>
+      BUG. used preprocessor directives within snprintf which may be
+           implemented as a macro
+      BUG. tinrc.ask_for_metamail had no effect
+      BUG. CHECK_SIGN for gpg was wrong (at least for gpg 1.4.x)
+      BUG. .so TLD wasn't allowed but is in use since 11/2010
+      BUG. .xxx gTLD wasn't allowed but is in use since 04/2011
+      BUG. .yu TLD was still allowed but is defunct since 04/2010
+      BUG. forged supersedes (-DFORGERY) were only allowed via 'x'(repost)
+           but not via 'D'(cancel)
+      BUG. superseding own articles in forgery conf. didn't add Cancel-Key
+      BUG. possible double fclose
+      ADD. allow -- in domain names in URL_REGEX and NEWS_REGEX
+      ADD. allow new IDN ccTLDs of Algeria, India, Korea, Morocco, Serbia
+           Singapore and Syria
+      REM. Kinyarwanda po files
+      REM. configure check for unused getpass(3)
+      ADD. cache getenv("NNTPSERVER") result early
+      ADD. -4 / -6 cmd. line switch
+      ADD. config.guess, config.sub update
+      ADD. configure check for stdint.h and inttypes.h
+      ADD. configure check for fsync()
+      FIX. help.c, init.c, lang.c, main.c, newsrc.c, nntplib.c, pgp.c, post.c
+           prompt.c save.c, extern.h, policy.h, tin.h, tincfg.tbl
+           Makefile[.in], autoconf.h[in], configure[.in], config.guess
+           config.sub, tin.1, rw.po
+
+U026) Matt Anton <tin@syrius.org>
+      ADD. updated french translation
+      FIX. fr.po
+
 -- 1.9.6 release 20101126 "Burnside" --
 
 U025) Matt Anton <tin@syrius.org>
@@ -17,11 +86,11 @@ U022) Thomas E. Dickey <dickey@invisible
       ADD. CF_SIGWINCH - compile check for SIGWINCH
       FIX. aclocal.m4, configure[.in], Makefile[.in]
 
-U021) Dennis Preiser <onkelp@gmx.de>
+U021) Dennis Preiser <dennis@d--p.de>
       BUG. SIGWINCH at page level after a connection timeout lead to a crash
       BUG. no SIGWINCH hadling in setup_check_article()
       BUG. comments in references were not skipped
-      BUG. fixed some display problem in the !USE_CURSES case
+      BUG. fixed some display problems in the !USE_CURSES case
       ADD. info message on SearchRepeat without previous search
       ADD. attachment level 'V' at the article-pager
       ADD. URL level 'U' at the article-pager
@@ -100,7 +169,7 @@ U016) Volker Borchert <v.borchert@vistec
       ADD. fallback for missing sys_errlist declaration
       FIX. prompt.c, string.c, pcre/Makefile[.in]
 
-U015) Dennis Preiser <onkelp@gmx.de>
+U015) Dennis Preiser <dennis@d--p.de>
       ADD. scope and attributes menu
       ADD. help pages to the various menus
       ADD. PageSkipIncludedText now skips over the next quoted block
@@ -186,11 +255,11 @@ U013) Thomas E. Dickey <dickey@invisible
       ADD. configure check to guess $ARFLAGS
       FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in
 
- 021) Dennis Preiser <onkelp@gmx.de>
+ 021) Dennis Preiser <dennis@d--p.de>
       BUG. memleak in free_attributes()
       FIX. memory.c
 
-U012) Dennis Preiser <onkelp@gmx.de>
+U012) Dennis Preiser <dennis@d--p.de>
       ADD. enhance attributes documentation
       ADD. menu-option/attribute to turn verbatim block handling on and off
       ADD. menu-option to color the lines between the verbatim marks
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/CHANGES.old tin-2.0.0/doc/CHANGES.old
--- tin-1.9.6/doc/CHANGES.old	2010-09-27 15:48:39.000000000 +0200
+++ tin-2.0.0/doc/CHANGES.old	2011-06-09 11:08:42.387736075 +0200
@@ -92,7 +92,7 @@ U043) Urs Janssen <urs@tin.org>
       BUG. PGP_INCLUDE_KEY in the pgp-2 case didn't work
       ADD. pcre update (5.0 -> 6.1)
       ADD. warning about lines exceeding 998 octets
-      ADD. try LIST MOTD at start and show it's output if any
+      ADD. try LIST MOTD at start and show its output if any
       ADD. merged GroupBugReport, SelectBugReport, ThreadBugReport to
            BugReport; GroupMarkArtUnread, PageMarkArtUnread,
            ThreadMarkArtUnread to MarkArticleUnread; GroupMarkThdUnread,
@@ -5611,7 +5611,7 @@ U001) Urs Janssen <urs@tin.org>
 
 151) Dirk Nimmich <nimmich@uni-muenster.de>
      ADD. rewrote options 'M'enu, add several configurable options
-     ADD. getline() now allows to set maximum number of characters to type
+     ADD. getline() now allows one to set maximum number of characters to type
           in.
      FIX. several supplied patches
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/INSTALL tin-2.0.0/doc/INSTALL
--- tin-1.9.6/doc/INSTALL	2009-09-16 16:42:00.000000000 +0200
+++ tin-2.0.0/doc/INSTALL	2011-06-09 13:22:12.043119931 +0200
@@ -69,8 +69,7 @@ TIN related:
   DEBUG                                   MATCH_TAR_PATTERN
   JUST_TESTING                            NEW_HASH_METHOD
   OPTIMIZE_JUST_STAR                      REREAD_ACTIVE_FILE_SECS
-  USE_UTF8_HORIZONTAL_ELLIPSIS            NO_LOCKING
-  FILE_MODE_BROKEN
+  NO_LOCKING                              FILE_MODE_BROKEN
 
 System related:
   --datadir                               --localstatedir
@@ -85,6 +84,7 @@ System related:
   --with-build-cppflags                   --with-build-ldflags
   --with-build-libs                       --build
   --host                                  --target
+  --with-pkg-config                       --with-textdomain
 
 News machine names
 ------------------
@@ -376,7 +376,7 @@ environment variable ISO2ASC.
 
 --with-curses-dir=dir (default: empty)
 If (n)curses is not installed in a standard location (i.e below /usr) you
-can specify it's installation directory here.
+can specify its installation directory here.
 
 --with-screen=type (default: termcap)
 This is a simpler way (than --with-ncurses and --enable-curses) to specify
@@ -390,7 +390,7 @@ Define this if you want to link with ncu
 is required on some Linux distributions (i.e., SuSE) where there is either a
 curses or termcap library which is not ncurses. If ncurses is installed as
 the curses library, this option is usually not needed. This option is
-depriciated, use --with-screen=ncurses (see above) instead.
+deprecated, use --with-screen=ncurses (see above) instead.
 
 --enable-curses (default: off)
 Enable this if you wish to use the curses screen optimizing rather than
@@ -399,7 +399,7 @@ termcap. This has been tested well start
 is known to have a bug in libc which prevents use of curses, ncurses works
 well on that platform). To build with ncurses screen optimizing, you must
 give both the --with-ncurses and --enable-curses options. This option is
-depriciated, use --with-screen=ncurses (see above) instead.
+deprecated, use --with-screen=ncurses (see above) instead.
 
 --enable-inverse-video (default: on)
 Disable if you want inverse video and highlighted bar disabled by default.
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/TODO tin-2.0.0/doc/TODO
--- tin-1.9.6/doc/TODO	2010-11-25 23:24:09.000000000 +0100
+++ tin-2.0.0/doc/TODO	2011-08-16 22:02:07.311190484 +0200
@@ -31,9 +31,6 @@ o  unexpected multiline responses confus
    (the servers response should be a single line (INN 2.2))
    [20050207 Urs Janssen <urs@tin.org>]
 
-o  piping/printing articles grabbles screen
-   [20030501 Urs Janssen <urs@tin.org>]
-
 o  better integrate saving of MIME/non-MIME articles when not using libuu.
    MIME sections are saved by the 's'ave operations, uuencoded sections
    are saved as part of the postprocess backend
@@ -104,6 +101,11 @@ o  mailers other than sendmail (f.e. elm
 
 New features
 ------------
+o  as libidn only does IDNA 2003 but not IDNA 2008 (RFC 5890-5894) add
+   a configure check for libidnkit2.x (<http://jprs.co.jp/idn/index-e.html>)
+   and if found use idn_decodename() in misc.c:idna_decode()
+   [20110120 Urs Janssen <urs@tin.org>]
+
 o  add nntp_default_server to tin.defaults to override compile time setting.
    if given strings starts with / or ~ the value is taken from the referenced
    file, if it starts with $ it is read from the referenced variable.
@@ -114,9 +116,6 @@ o  the old space_goto_next_article=ON &&
    an additional goto_next_read rc-var
    [20101101 Urs Janssen <urs@tin.org>]
 
-o  key to show all article headers but not switch into raw mode like ^H does
-   [20100911 Urs Janssen <urs@tin.org>]
-
 o  add DEFAULT_SIGDASHES_REGEX and related 'M'enu-entry for signature
    detection in cook.c
    [20080925 Urs Janssen <urs@tin.org>]
@@ -299,11 +298,17 @@ o  unify Fcc and posted_articles_file
 o  MIME-pgp support according to RFC 2015, RFC 3156 - (should be easy now)
    and/or in the format that used by signcontrol/pgpverify (see also
    tinews.pl)
-   As MIME-pgp verification needs the undecoded mime-part with it's headers
+   As MIME-pgp verification needs the undecoded mime-part with its headers
    storing the raw-offset of each part in the article would be very helpful.
 
+o  pgpverify invocation with a single key instead of '|''a''pgpverify' or a
+   buildin pgpverify solution.
+
 o  pgp-{6,7} support
 
+o  add check for GPGME (<http://www.gnupg.org/related_software/gpgme/>) and if
+   found use it for pgp actions.
+
 o  add feature Cc:
 
 o  add feature show_new_newsgroups_since
@@ -349,10 +354,6 @@ o  Add to the 'M'enu:
      '&'  (GLOBAL_TOGGLE_COLOR)
      and maybe a way to change built in path like DEFAULT_MAILER, PATH_PGP, ...
 
-     '?','/','\' search (partly done, currently only the displayed page is
-                         searched which is not that useful)
-     'h'  (GLOBAL_HELP)
-
 o  Add to the attachment menu ('V'):
      'F'  post followup to current article, not including current attachment
      'R'  reply through mail to author, not including current attachment
@@ -400,13 +401,12 @@ o  add check for liblzma/libbzip2/zlib (
    and add an option to write/read {g,b,l}zipped local overviews.
    liblzma, zlib, libbzip2 and lzo might also be used for post-processing.
 
-o  add check for GPGME (<http://www.gnupg.org/related_software/gpgme/>) and if
-   found use it for pgp actions.
-
 o  rewrite/cleanup all the debugging code, the output in /tmp is messy; the
    on screen output either slows down things dramatically or is unreadable;
    add timestamps to at least the NNTP-log; split DEBUG_MISC?
 
+o  Add 'M'enu option to define chars for utf8_graphics.
+
 Posting enhancements
 --------------------
 o  sort Followup-To:/Newsgroups: after stripping doubled newsgroups and
@@ -478,6 +478,17 @@ o  add 'autoview' (spawn external viewer
 o  integrate multi-part tagging with regular tagging, eg.
    "This article appears to have multi-parts, try and find them (y/n)?"
 
+o  do RFC 2231 decoding of non us-ascii MIME-parameter values
+   (rfc2046.c:parse_params())
+   [20110428 Urs Janssen <urs@tin.org>]
+
+o  allow RFC 2231 parameter value continuations
+   [20110428 Urs Janssen <urs@tin.org>]
+
+o  allow RFC 2231 language specification in encoded words
+   (rfc2047.c:rfc1522_decode())
+   [20110428 Urs Janssen <urs@tin.org>]
+
 o  add Content-Language (RFC 3282) analysis
 
 o  suppress hide_uue=2 checking unless first line in an article or following
@@ -485,6 +496,22 @@ o  suppress hide_uue=2 checking unless f
 
 Internal Changes
 ----------------
+o  curses.c:input_pending() and curses.c:get_arrow_key() have
+   #ifdef HAVE_SELECT and a code path for the case when we don't have
+   select(2), but read.c:wait_for_input() has no code path the the
+   !HAVE_SELECT case. we should add a !HAVE_SELECT case there (or at
+   least have adjusted messages in txt_reading_article and txt_group)
+   [20110506 Urs Janssen <urs@tin.org>]
+
+o  ditch MAX_MSG_HEADERS (post.c)
+   [20110212 Urs Janssen <urs@tin.org>]
+
+o  always display (also) the servers error response string to the user,
+   currently tin sometimes gives generic messages (i.e. when authentication
+   fails), but the servers response may include additional infos (like
+   bandwidth exceeded)
+   [20101230 Urs Janssen <urs@tin.org>]
+
 o  rewrite mini-help, remove the long strings and generate them dynamicly
    one help text for each key makes translations more easy and uniq and can
    use the available space on the screen much better if not running on 80
@@ -530,7 +557,9 @@ o  remove untranslatable constructs like
    [20050413 Urs Janssen <urs@tin.org>]
 
 o  keys which could be renamed/merged:
+   - 'l' GroupListThd, PageListThd
    - 'm' GroupMail, PageMail, PostMail, ThreadMail
+   - 'D' GroupCancel, PageCancel, ThreadCancel
    - 'N' GroupNextUnreadArt, PageNextUnreadArt, (SelectNextUnreadGrp)
    - 'S' GroupAutoSave, PageAutoSave, ThreadAutoSave
    - 'P' GroupPrevUnreadArt, PagePrevUnreadArt
@@ -655,6 +684,10 @@ o  add configure-switch for DISABLE_PIPE
 o  mask inline PGP SIGNATURE/KEY BLOCK like we do for uu-sections
    [20090722 Urs Janssen <urs@tin.org>]
 
+o  some non fixed width strings could be formatted nicer (warp on last space
+   before cCOLS), i.e. txt_warn_downgrade
+   [20110325 Urs Janssen <urs@tin.org>]
+
 Unicode
 -------
 o  add UTF-8 (unicode) support (RFC 2279)
@@ -742,6 +775,14 @@ o  integrate doc/auth.txt into tin.1-man
 
 Not yet classified
 ------------------
+o  make --with-defaults-dir= default to $sysconfdir/tin
+   (=/usr/local/etc/tin)?
+   [20110809 Urs Janssen <urs@tin.org>]
+
+o  Supersedes (and repost) don't reuse the Reply-To: header of the original
+   article
+   [20110808 Urs Janssen <urs@tin.org>]
+
 o  what about !us-ascii chars in username/password when using
    AUTHINFO USER/PASS? Currently they are sent as is, RFC 3977 says
    "The character set for all NNTP commands is UTF-8", RFC 4643 doesn't
@@ -885,11 +926,7 @@ o  check_article_to_be_posted() needs a 
 
 o  update gettext stuff to > gettext-0.12.1
 
-o  clean up included pcre stuff and update to >= pcre-8.10
-
-o  what is with conflicting tinrc settings? should we disallow those, or leave
-   it to the user to realise that e.g. strip_blanks=ON && inverse_okay=ON
-   looks ugly?
+o  clean up included pcre stuff and update to >= pcre-8.13
 
 o  shows up cross-postings multiple times even if read once before getting
    a resync/reread active/newsrc-file
@@ -901,6 +938,10 @@ o  think about group numbering in "only 
 o  remove tinrc.strip_blanks? IMHO it's not needed anymore
    [20020305 Urs Janssen <urs@tin.org>]
 
+o  what is with conflicting tinrc settings? should we disallow those, or leave
+   it to the user to realise that e.g. strip_blanks=ON && inverse_okay=ON
+   looks ugly?
+
 o  doesn't handle symlinks for .oldnewsrc
    (see <20021003021508.GA28021@akk10.akk.uni-karlsruhe.de> for details, urs.
     if we're going to 'fix' this we must be careful to avoid symlink
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/WHATSNEW tin-2.0.0/doc/WHATSNEW
--- tin-1.9.6/doc/WHATSNEW	2010-11-26 15:48:21.000000000 +0100
+++ tin-2.0.0/doc/WHATSNEW	2011-04-17 16:04:26.674498085 +0200
@@ -12,6 +12,8 @@ New features
 . writes out newsrc if getting SIGUSR2
 . authentication via SASL PLAIN (RFC 4643) is preferred over USER/PASS
 . prefer LIST COUNTS (RFC 6048) over LIST ACTIVE if supported
+. danish translation
+. -4 / -6 cmd. line switches to force IPv4 / IPv6 connection
 
 Changes
 -------
@@ -31,7 +33,9 @@ Changes
     show_only_unread      -> show_only_unread_arts
     sort_art_type         -> sort_article_type
     thread_arts           -> thread_articles
-. '-s', '-m' and '-G' cmd-line options no longer changes the corresponding
+. changed names in keymap:
+    PageToggleHeaders     -> PageToggleRaw
+. '-s', '-m' and '-G' cmd-line options no longer change the corresponding
   tinrc values
 . '-w' uses the first given cmd-line group as default group to post to
 . with positive getart_limit all unread articles less than getart_limit are
@@ -45,3 +49,4 @@ Retired Features
 . VMS support
 . libinn support (was broken for ages)
 . AUTHINFO GENERIC (deprecated by RFC 4643)
+. Kinyarwanda translation (unmaintained since initial commit)
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/config-anomalies tin-2.0.0/doc/config-anomalies
--- tin-1.9.6/doc/config-anomalies	2010-11-19 17:13:32.000000000 +0100
+++ tin-2.0.0/doc/config-anomalies	2011-05-08 11:53:02.432430682 +0200
@@ -32,10 +32,6 @@ art_marked_selected, art_marked_recent, 
 art_marked_killed and art_marked_read_selected must be converted by
 SPACE_TO_DASH() before writing to tinrc file.
 
-default_filter_kill_case and default_filter_select_case write inverted values
-to tinrc file (not really a problem -- these are not in option_table and must
-be handled explicitly anyway)
-
 -----------------------------------------------------------------------------
 
 tinrc variables that should be removed because they can be used in the
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/keymap.sample tin-2.0.0/doc/keymap.sample
--- tin-1.9.6/doc/keymap.sample	2010-10-01 22:12:37.000000000 +0200
+++ tin-2.0.0/doc/keymap.sample	2011-04-17 16:04:27.074558965 +0200
@@ -1,4 +1,4 @@
-# Keymap file V1.0.8 for the TIN newsreader
+# Keymap file V1.0.9 for the TIN newsreader
 #
 # Sample keymap file
 # This file contains the default key mappings
@@ -127,7 +127,7 @@ HelpFirstPage			g
 
 PageReplyQuoteHeaders		^E
 PagePGPCheckArticle		^G
-PageToggleHeaders		^H
+PageToggleRaw			^H
 PageNextUnread			TAB
 PageNextThd			^J	^M
 PageToggleTabs			^T
@@ -136,6 +136,7 @@ PageToggleTex2iso		"
 PageToggleRot			%
 PageToggleUue			(
 PageReveal			)
+PageToggleAllHeaders		*
 PageSkipIncludedText		:
 PageTopThd			<
 PageBotThd			>
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/de/tin.1 tin-2.0.0/doc/l10n/de/tin.1
--- tin-1.9.6/doc/l10n/de/tin.1	2010-11-26 15:46:20.000000000 +0100
+++ tin-2.0.0/doc/l10n/de/tin.1	2011-08-22 00:21:06.738589017 +0200
@@ -3,7 +3,7 @@
 .\" Module    : tin.1
 .\" Author    : I. Lea, U. Janssen
 .\" Created   : 1991-08-23
-.\" Updated   : 2010-11-26
+.\" Updated   : 2011-08-23
 .\" Notes     : use american english; still needs some work, e.g.:
 .\"             - document authorization (.newsauth)
 .\"             - document random organization feature
@@ -14,7 +14,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH tin 1 "26. November 2010" 1.9.6 "Usenet Newsreader"
+.TH tin 1 "23. August 2011" 2.0.0 "Usenet Newsreader"
 .\"
 .\"
 .SH NAME
@@ -26,10 +26,11 @@ tin, rtin \- Ein Usenet Newsreader
 .\"
 \fBtin\fP [\|[\|\fB\-h\fP\||\|\fB\-H\fP\||\|\fB\-V\fP\|]\ \|| [\|[\|[\|\fB\-a\fP\|]
 [\|\fB\-dlnq\fP\||\|\fB\-Q\fP\|] [\|\fB\-ArzxX\fP\|]\|] [\|[\|\fB\-R\fP\||\|\fB\-S\fP\|]
-\|\|\fB\-s\fP \fINews\-Verz.\fP\|] [\|\fB\-cuvZ\fP\|] [\|\fB\-N\fP\||\|\fB\-M\fP \fIAdresse\fP\|]
-[\|\fB\-o\fP\||\|\fB\-w\fP\|]\|] [\|\fB\-D\fP \fIDebuggrad\fP\|] [\|\fB\-G\fP
-\fIArtikellimit\fP\|] [\|\fB\-f\fP \fInewsrc\-Datei\fP\|] [\|\fB\-g\fP \fIServer\fP\|]
-[\|\fB\-m\fP \fIMail\-Verz.\fP\|] [\|\fB\-p\fP \fIPort\fP\|] [\|\fB\-I\fP \fIindex\-Verz.\fP\|]\ \|[\fINewsgruppe\fP\|[\|,.\|.\|.\|]\|]\|]
+\|\|\fB\-s\fP \fINews\-Verz.\fP\|] [\|\fB\-cuvZ\fP\|] [\|\fB\-4\fP\||\|\fB\-6\fP\|]
+[\|\fB\-N\fP\||\|\fB\-M\fP \fIAdresse\fP\|] [\|\fB\-o\fP\||\|\fB\-w\fP\|]\|] [\|\fB\-D\fP
+\fIDebuggrad\fP\|] [\|\fB\-G\fP \fIArtikellimit\fP\|] [\|\fB\-f\fP \fInewsrc\-Datei\fP\|]
+[\|\fB\-g\fP \fIServer\fP\|] [\|\fB\-m\fP \fIMail\-Verz.\fP\|] [\|\fB\-p\fP \fIPort\fP\|] [\|\fB\-I\fP
+\fIindex\-Verz.\fP\|]\ \|[\fINewsgruppe\fP\|[\|,.\|.\|.\|]\|]\|]
 .SH BESCHREIBUNG
 \fBtin\fP ist ein einfach zu bedienender Newsreader für das Usenet. Er kann
 Artikel von einem lokalen (z. B. aus \fI/var/spool/news\fP) oder entfernten
@@ -81,6 +82,12 @@ Ungelesene Nachrichten vorhanden
 .\"
 .SH OPTIONEN
 .TP  12
+\fB\-4\fP
+Verbindung via IPv4 zum NNTP Server erzwingen.
+.TP 
+\fB\-6\fP
+Verbindung via IPv6 zum NNTP Server erzwingen.
+.TP 
 \fB\-a\fP
 ANSI\-Farben ein/\-ausschalten (Standard ist aus).
 .TP 
@@ -289,7 +296,7 @@ unread articles displayed on the same li
   X    5   124  news.software.readers   Discussion of software used to r
 .fi
 .PP
-Eventuell steht am Anfang der Zeile noch eines def folgende Zeichen:
+Eventuell steht am Anfang der Zeile noch eines der folgende Zeichen:
 .TP  10
 \fBu\fP
 This group is unsubscribed. To see only your subscribed groups use the
@@ -921,7 +928,7 @@ Select the current thread for later proc
 Toggle selection of current article.
 .TP 
 \fBThreadReverseSel '@'\fP
-Reverse article selections.
+Artikelauswahl invertieren.
 .TP 
 \fBThreadUndoSel '~'\fP
 Undo all selections on current thread.
@@ -1054,7 +1061,7 @@ article with all headers included.
 \fBPagePGPCheckArticle '^G'\fP
 Perform \fBpgp\fP(1)  operations on article.
 .TP 
-\fBPageToggleHeaders '^H'\fP
+\fBPageToggleRaw '^H'\fP
 Toggles the display mode (raw including all headers vs. cooked).
 .TP 
 \fBMenuFilterKill '^K'\fP
@@ -1062,7 +1069,7 @@ Kill article(s) using a menu. Read the s
 information.
 .TP 
 \fBPageToggleTabs '^T'\fP
-Toggle the TAB width between 4 and 8 characters.
+Tabulatorbreite zwischen 4 und 8 Zeichen Umschalten.
 .TP 
 \fBPageFollowupQuoteHeaders '^W'\fP
 Post a followup to the current article with a copy of the article with all
@@ -1072,6 +1079,10 @@ headers included.
 Toggle TeX to ISO decoding for current article. The default behavior is
 taken from the \fBtex2iso_conv\fP variable in the tinrc file.
 .TP 
+\fBPageToggleAllHeaders '*'\fP
+Toggles the display of all headers vs. headers in
+\fBnews_headers_to_display\fP.
+.TP 
 \fBPageToggleRot '%'\fP
 Toggle ROT\-13 decoding for this article.
 .TP 
@@ -1104,10 +1115,10 @@ is everything which matches \fBquote_reg
 \fBquote_regex3\fP.
 .TP 
 \fBPageTopThd '<'\fP
-Goto the first article in the current thread.
+Go to the first article in the current thread.
 .TP 
 \fBPageBotThd '>'\fP
-Goto the last article in the current thread.
+Go to the last article in the current thread.
 .TP 
 \fBPageToggleHighlight '_'\fP
 Toggle word highlighting on/off.
@@ -1135,10 +1146,10 @@ TINRC CONFIGURABLE VARIABLES" for a full
 "FILTERING ARTICLES" for more information on filtering.
 .TP 
 \fBPageNextThd '^J' '<CR>'\fP
-Goto next base article.
+Go to next base article.
 .TP 
 \fBPageNextUnread '<TAB>'\fP
-Goto next unread article. If the tinrc variable \fBgoto_next_unread\fP doesn't
+Go to next unread article. If the tinrc variable \fBgoto_next_unread\fP doesn't
 contain PageNextUnread, then this key will first page through the current
 article.
 .TP 
@@ -1179,7 +1190,7 @@ Post a followup to the current article w
 article.
 .TP 
 \fBPageFirstPage 'g'\fP
-Goto the start of the article.
+Zum Anfang des Artikels springen.
 .TP 
 \fBPageLastPage 'G'\fP
 Zum Ende des Artikels springen.
@@ -1255,7 +1266,7 @@ or reposting.
 Return to group selection level.
 .TP 
 \fBPageGotoParent 'u'\fP
-Goto parent article.
+Go to parent article.
 .TP 
 \fBPageViewUrl 'U'\fP
 Display a list of URLs in the current article. See the section "URL LISTING"
@@ -1284,7 +1295,7 @@ Alle Artikel als ungelesen markieren.
 .\"--------------------------------------------------------------------
 .\"
 Markiere den aktuellen Thread als ungelesen.
-.SS "URL LISTING"
+.SS "URL LISTE"
 \fBPageViewUrl\fP ('\fBU\fP') displays a list of URLs in the current
 article. Besides the common moving keys, the following commands are
 available:
@@ -1628,13 +1639,13 @@ OFF=apply to current group. Default is O
 Default for quick (1 key) kill filter header.
 .RS +.5i
 .IP 0 4
- \*(rqSubject:\*(rq (Gross/Kleinschreibung beachten)
+ \*(rqSubject:\*(rq (Groß/Kleinschreibung beachten)
 .IP 1
- \*(rqSubject:\*(rq (Gross/Kleinschreibung ignorieren)
+ \*(rqSubject:\*(rq (Groß/Kleinschreibung ignorieren)
 .IP 2
- \*(rqFrom:\*(rq (Gross/Kleinschreibung beachten)
+ \*(rqFrom:\*(rq (Groß/Kleinschreibung beachten)
 .IP 3
- \*(rqFrom:\*(rq (Gross/Kleinschreibung ignorieren)
+ \*(rqFrom:\*(rq (Groß/Kleinschreibung ignorieren)
 .IP 4
  \*(rqMessage\-ID:\*(rq & alle \*(rqReferences:\*(rq Einträge
 .IP 5
@@ -1661,13 +1672,13 @@ groups OFF=apply to current group. Defau
 Default for quick (1 key) auto\-selection filter header.
 .RS +.5i
 .IP 0 4
- \*(rqSubject:\*(rq (Gross/Kleinschreibung beachten)
+ \*(rqSubject:\*(rq (Groß/Kleinschreibung beachten)
 .IP 1
- \*(rqSubject:\*(rq (Gross/Kleinschreibung ignorieren)
+ \*(rqSubject:\*(rq (Groß/Kleinschreibung ignorieren)
 .IP 2
- \*(rqFrom:\*(rq (Gross/Kleinschreibung beachten)
+ \*(rqFrom:\*(rq (Groß/Kleinschreibung beachten)
 .IP 3
- \*(rqFrom:\*(rq (Gross/Kleinschreibung ignorieren)
+ \*(rqFrom:\*(rq (Groß/Kleinschreibung ignorieren)
 .IP 4
  \*(rqMessage\-ID:\*(rq & alle \*(rqReferences:\*(rq Einträge
 .IP 5
@@ -2283,7 +2294,7 @@ The default is Both Subject and Referenc
 If ON catchup group/thread when leaving with the left arrow key. Default is
 ON.
 .TP 
-\fBProzentualer Subject vergleich (thread_perc)\fP
+\fBProzentualer Subject Vergleich (thread_perc)\fP
 How closely the subjects must match for two threads to be considered part of
 the same thread. This is a percentage and the default if 75%.
 .TP 
@@ -2361,6 +2372,10 @@ If enabled \fBtin\fP uses \fBslrnface\fP
 header. For this option to have any effect, \fBtin\fP must be running in an
 \fBxterm\fP(1x)  and \fBslrnface\fP(1)  must be in your $\fBPATH\fP. Default is OFF.
 .TP 
+\fBUse UTF\-8 graphics (utf8_graphics)\fP
+If ON use UTF\-8 characters for indicator ('\->'), thread/attachment tree
+and ellipsis ('...'). Default is OFF.
+.TP 
 \fBReg. Ausd. für den Anfang e. wortgetreuen Textblock (verbatim_begin_regex)\fP
 A regular expression that tin will use to find the begin of a verbatim
 block.
@@ -2871,7 +2886,8 @@ groups you are not reading anymore with 
 .\"       $TMPDIR/REFS.info  (-D 8)
 .\"       $TMPDIR/MALLOC     (-D 16)
 .\"       $TMPDIR/ATTRIBUTES (-D 32)
-.\"       $TMPDIR/SCOPES     (-D 32)
+.\"       $TMPDIR/SCOPES-R   (-D 32)
+.\"       $TMPDIR/SCOPES-W   (-D 32)
 .\"       $TMPDIR/ACTIVE     (-D 64)
 Für eine ausführlich Beschreibung siehe \fBtin\fP(5).
 .PP
@@ -3092,9 +3108,29 @@ Set the article header field \*(rqDistri
 variable instead of the system default.
 .TP 
 \fBISO2ASC\fP
-.\" TODO: short document the different tables (doc/iso2asc.txt) here
 Set the ISO to ASCII charset decoding table character to use in decoding an
 article text. Values can range from 0 to 6.
+.RS +.5i
+.TP 
+\fB0\fP
+universal table for many languages
+.TP 
+\fB1\fP
+single\-spacing universal table
+.TP 
+\fB2\fP
+table for Danish, Dutch, German, Norwegian and Swedish
+.TP 
+\fB3\fP
+table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO
+646 variant
+.TP 
+\fB4\fP
+table with RFC 1345 codes in brackets
+.TP 
+\fB5\fP
+table for printers that allow overstriking with backspace
+.RE
 .TP 
 \fBORGANIZATION\fP
 Set the article header field \*(rqOrganization:\*(rq to the contents of the
@@ -3126,7 +3162,7 @@ This variable has precedence over the de
 mailing operations within \fBtin\fP.
 .TP 
 \fBMAIL\fP
-Full path to the users mailbox.
+Full path to the user's mailbox.
 .TP 
 \fBVISUAL\fP
 This variable has precedence over the default editor (i.e., \fBvi\fP(1))  that
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/de/tin.5 tin-2.0.0/doc/l10n/de/tin.5
--- tin-1.9.6/doc/l10n/de/tin.5	2010-11-26 15:46:21.000000000 +0100
+++ tin-2.0.0/doc/l10n/de/tin.5	2011-08-22 00:21:07.766748414 +0200
@@ -2,7 +2,7 @@
 .\" Module    : tin.5
 .\" Author    : U. Janssen
 .\" Created   : 2000-07-10
-.\" Updated   : 2010-11-26
+.\" Updated   : 2011-08-23
 .\" Notes     : needs a some work
 .\"
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH tin 5 "26. November 2010" 1.9.6 "Usenet Newsreader"
+.TH tin 5 "23. August 2011" 2.0.0 "Usenet Newsreader"
 
 .SH NAME
 tin, rtin \- zugehörige Dateien
@@ -37,7 +37,8 @@ Zeilenenden ('\en' aka LF) haben.
 .\" $TMPDIR/REFS.info  (-D 8)
 .\" $TMPDIR/MALLOC     (-D 16)
 .\" $TMPDIR/ATTRIBUTES (-D 32)
-.\" $TMPDIR/SCOPES     (-D 32)
+.\" $TMPDIR/SCOPES-R   (-D 32)
+.\" $TMPDIR/SCOPES-W   (-D 32)
 .\" $TMPDIR/ACTIVE     (-D 64)
 .PP
 \fI$MAILCAPS\fP
@@ -250,7 +251,7 @@ authorization. If the password contains 
 in doublequotes ("). Usernames must not be enclosed in doublequotes and thus
 can't contain spaces or tabs. Any line that starts with "#" is a
 comment. Blank lines are ignored. This file should be readable only for the
-user as it contains the users uncrypted password for reading news!
+user as it contains the user's uncrypted password for reading news!
 .TP 
 \fBNNTPServer\fP
 Vollständiger Name (FQDN) des Newsservers.
@@ -409,7 +410,7 @@ active file of user's saved newsgroups, 
 .RS
 The group attributes files may be used to override some global settings from
 \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fP on a per group basis. Order is
-important as last match counts; this allows to refine attributes for
+important as last match counts; this allows one to refine attributes for
 narrowed scopes. Note that the \fIscope=<grouplist>\fP line has to be
 specified before the attributes are specified for that list and each
 attribute can only be set once per scope section. All attributes are set to
@@ -744,7 +745,7 @@ the filter rule will be applied. This li
 Score value of the rule; can also be one of the magic words "kill" or "hot".
 .TP 
 \fBsubj\fP
-Match against \*(rqSubject:\*(rq
+Vergleiche mit \*(rqSubject:\*(rq
 .TP 
 \fBfrom\fP
 Match against \*(rqFrom:\*(rq.  \fBtin\fP(1)  converts the contents of the \*(rqFrom:\*(rq
@@ -759,10 +760,10 @@ Match against \*(rqMessage\-ID:\*(rq and
 Match against \*(rqMessage\-ID:\*(rq and last \*(rqReferences:\*(rq entry only
 .TP 
 \fBmsgid_only\fP
-Match against \*(rqMessage\-ID:\*(rq
+Vergleiche mit \*(rqMessage\-ID:\*(rq
 .TP 
 \fBrefs_only\fP
-Match against \*(rqReferences:\*(rq
+Vergleiche mit \*(rqReferences:\*(rq
 .TP 
 \fBlines\fP
 Match against \*(rqLines:\*(rq, <num matches less than, >num matches more
@@ -919,12 +920,13 @@ defaults. If a keyname is bound to NULL 
 .sp
 \fBPageReplyQuoteHeaders\fP	^E
 \fBPagePGPCheckArticle\fP	^G
-\fBPageToggleHeaders\fP	^H
+\fBPageToggleRaw\fP	^H
 \fBPageNextUnread\fP	TAB
 \fBPageNextThd\fP	^J	^M
 \fBPageToggleTabs\fP	^T
 \fBPageFollowupQuoteHeaders\fP	^W
 \fBPageToggleTex2iso\fP	"
+\fBPageToggleAllHeaders\fP	*
 \fBPageToggleRot\fP	%
 \fBPageToggleUue\fP	(
 \fBPageReveal\fP	)
@@ -1110,7 +1112,7 @@ copy exists. Each line consist of two ta
 \fBgroup.name\fP
 ist der Name der Newsgruppe
 .TP 
-\fBone\-line description\fP
+\fBKurzbeschreibung\fP
 ist die zugehörige Kurzbeschreibung
 .RE
 .PP
@@ -1146,7 +1148,7 @@ server.
 At startup, \fBtin\fP(1)  reads in the configuration file. This contains a list
 of "\fIvariable\fP=\fIvalue\fP" pairs that can be used to configure the way
 \fBtin\fP(1)  works. If it exists, the global configuration file,
-\fI${TIN_LIBDIR:\-NEWSLIBDIR}/tinrc\fP is read first. After that, the users own
+\fI${TIN_LIBDIR:\-NEWSLIBDIR}/tinrc\fP is read first. After that, the user's own
 configuration file \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fP is read.  The
 global file is useful for distributing system\-wide defaults to new users who
 have no private tinrc yet (see also \fB/etc/tin/tin.defaults\fP).
@@ -1363,10 +1365,10 @@ Default for quick (1 key) kill filter he
 .in +.3i
 .nf
 .ta \w'0,1   'u +\w'\'\'Message\-ID:\'\' & last \'\'References:\'\' entry only'u
-0	\*(rqSubject:\*(rq (Gross/Kleinschreibung beachten)
-1	\*(rqSubject:\*(rq (Gross/Kleinschreibung ignorieren)
-2	\*(rqFrom:\*(rq (Gross/Kleinschreibung beachten)
-3	\*(rqFrom:\*(rq (Gross/Kleinschreibung ignorieren)
+0	\*(rqSubject:\*(rq (Groß/Kleinschreibung beachten)
+1	\*(rqSubject:\*(rq (Groß/Kleinschreibung ignorieren)
+2	\*(rqFrom:\*(rq (Groß/Kleinschreibung beachten)
+3	\*(rqFrom:\*(rq (Groß/Kleinschreibung ignorieren)
 4	\*(rqMessage\-ID:\*(rq & alle \*(rqReferences:\*(rq Einträge
 5	\*(rqMessage\-ID:\*(rq & letzter \*(rqReferences:\*(rq Eintrag
 6	\*(rqMessage\-ID:\*(rq allein
@@ -1391,10 +1393,10 @@ Default for quick (1 key) auto\-selectio
 .in +.3i
 .nf
 .ta \w'0,1   'u +\w'\'\'Message\-ID:\'\' & last \'\'References:\'\' entry only'u
-0	\*(rqSubject:\*(rq (Gross/Kleinschreibung beachten)
-1	\*(rqSubject:\*(rq (Gross/Kleinschreibung ignorieren)
-2	\*(rqFrom:\*(rq (Gross/Kleinschreibung beachten)
-3	\*(rqFrom:\*(rq (Gross/Kleinschreibung ignorieren)
+0	\*(rqSubject:\*(rq (Groß/Kleinschreibung beachten)
+1	\*(rqSubject:\*(rq (Groß/Kleinschreibung ignorieren)
+2	\*(rqFrom:\*(rq (Groß/Kleinschreibung beachten)
+3	\*(rqFrom:\*(rq (Groß/Kleinschreibung ignorieren)
 4	\*(rqMessage\-ID:\*(rq & alle \*(rqReferences:\*(rq Einträge
 5	\*(rqMessage\-ID:\*(rq & letzter \*(rqReferences:\*(rq Eintrag
 6	\*(rqMessage\-ID:\*(rq allein
@@ -1561,18 +1563,24 @@ filename to save to. Default is \fI${TIN
 The format string used to create the mailer command with parameters that is
 used for mailing articles to other people. Default is '%M "%T" < %F'
 (e.g., /bin/mail "iain" < .article). The flexible format allows other
-mailers with different command line parameters to be used such as 'elm \-s
-"%S" "%T" < "%F"' (e.g., elm \-s "subject" "iain" < .article) or
-\&'sendmail \-oem \-t < %F' (e.g. sendmail \-oem \-t < .article). The
-following substitutions are supported:
+mailers with different command line parameters to be used such as
+.in +.3i
+.nf
+sendmail \-oem \-t < %F
+elm \-s "%S" "%T" < "%F"
+claws\-mail \-\-compose "mailto:%T?subject=%S&insert=%F"
+.fi
+.in -.3i
+\fBinteractive_mailer\fP muss passend dazu gesetzt sein. Folgende Ersetzungen
+werden unterstützt:
 .in +.3i
 .nf
 .ta \w'%S'u +\w'subject\-field'u
-%F	filename
+%F	Dateiname
 %M	default_mailer
-%S	subject\-field
-%T	to\-filed
-%U	username
+%S	Subject\-Feld
+%T	To\-Feld
+%U	Username
 %%	%
 .fi
 .in -.3i
@@ -1767,8 +1775,8 @@ times (for example, '> > >' will be turn
 .IP 2
 \fBQuote Signatures\fP This option is off by default. Signatures are always
 quoted regardless of this option when you are viewing an article in raw mode
-\fBPageToggleHeaders\fP ('\fB^H\fP') and followup or reply to it. Signatures are
-never quoted regardless of this option when \fBshow_signatures\fP is off.
+\fBPageToggleRaw\fP ('\fB^H\fP') and followup or reply to it. Signatures are never
+quoted regardless of this option when \fBshow_signatures\fP is off.
 .IP 4
 \fBLeerzeilen zitieren\fP Diese Option ist standardmäßig aktiviert.
 .RE
@@ -2084,6 +2092,10 @@ If enabled \fBslrnface\fP(1)  will be us
 header. For this option to have any effect, \fBtin\fP(1)  must be running in an
 \fBxterm\fP(1x)  and \fBslrnface\fP(1)  must be in your $\fBPATH\fP. Default is OFF.
 .TP 
+\fButf8_graphics\fP
+If ON use UTF\-8 characters for indicator ('\->'), thread/attachment tree
+and ellipsis ('...'). Default is OFF.
+.TP 
 \fBverbatim_begin_regex\fP
 A regular expression that tin will use to find the begin of a verbatim
 block.  Default is #v+
@@ -2204,7 +2216,7 @@ same dir as \fIspooldir\fP), common valu
 specified value.
 .TP 
 \fBoverviewfile\fP
-Names einer Overview\-Datei, übliche Namen sind \fI.overview\fP oder
+Name einer Overview\-Datei, übliche Namen sind \fI.overview\fP oder
 \fIover.view\fP.
 .TP 
 \fBoverviewfmtfile\fP
@@ -2342,7 +2354,7 @@ created. Each line consist of two tab\-s
 \fBgroup.name\fP
 ist der Name der Newsgruppe
 .TP 
-\fBone\-line description\fP
+\fBKurzbeschreibung\fP
 ist die zugehörige Kurzbeschreibung
 .TP 
 \fBtin\fP(1)
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/de.po tin-2.0.0/doc/l10n/de.po
--- tin-1.9.6/doc/l10n/de.po	2010-11-26 15:46:17.000000000 +0100
+++ tin-2.0.0/doc/l10n/de.po	2011-08-22 00:21:02.773974368 +0200
@@ -1,11 +1,11 @@
 # German translations for tin manpages
 # This file is distributed under the same license as the tin package.
-# Urs Janssen <urs@tin.org>, 2008-2010.
+# Urs Janssen <urs@tin.org>, 2008-2011.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: tin 1.9.5\n"
-"POT-Creation-Date: 2010-11-26 15:44+0100\n"
+"POT-Creation-Date: 2011-08-22 00:19+0200\n"
 "PO-Revision-Date: 2009-10-01 16:17+0200\n"
 "Last-Translator: Urs Janssen <urs@tin.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22,14 +22,14 @@ msgstr "tin"
 # type: TH
 #: ../tin.1:12 ../tin.5:9
 #, no-wrap
-msgid "November 26th, 2010"
-msgstr "26. November 2010"
+msgid "August 23rd, 2011"
+msgstr "23. August 2011"
 
 # type: TH
 #: ../tin.1:12 ../tin.5:9
 #, no-wrap
-msgid "1.9.6"
-msgstr "1.9.6"
+msgid "2.0.0"
+msgstr "2.0.0"
 
 # type: TH
 #: ../tin.1:12 ../tin.5:9
@@ -55,32 +55,34 @@ msgid "SYNOPSIS"
 msgstr "ÜBERSICHT"
 
 # type: Plain text
-#: ../tin.1:48
+#: ../tin.1:49
 msgid ""
 "B<tin> [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| [\\|[\\|[\\|B<-a>"
 "\\|] [\\|B<-dlnq>\\||\\|B<-Q>\\|] [\\|B<-ArzxX>\\|]\\|] [\\|[\\|B<-R>\\||\\|"
-"B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] [\\|B<-N>\\||\\|B<-M> "
-"I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|B<-D> I<debug_level>\\|] "
-"[\\|B<-G> I<article_limit>\\|] [\\|B<-f> I<newsrc_file>\\|] [\\|B<-g> "
-"I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] [\\|B<-p> I<port>\\|] [\\|B<-I> "
-"I<index_dir>\\|]\\ \\|[I<newsgroup>\\|[\\|,.\\|.\\|.\\|]\\|]\\|]"
+"B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] [\\|B<-4>\\||\\|B<-6>"
+"\\|] [\\|B<-N>\\||\\|B<-M> I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|"
+"B<-D> I<debug_level>\\|] [\\|B<-G> I<article_limit>\\|] [\\|B<-f> "
+"I<newsrc_file>\\|] [\\|B<-g> I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] [\\|B<-"
+"p> I<port>\\|] [\\|B<-I> I<index_dir>\\|]\\ \\|[I<newsgroup>\\|[\\|,.\\|.\\|."
+"\\|]\\|]\\|]"
 msgstr ""
 "B<tin> [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| [\\|[\\|[\\|B<-a>"
 "\\|] [\\|B<-dlnq>\\||\\|B<-Q>\\|] [\\|B<-ArzxX>\\|]\\|] [\\|[\\|B<-R>\\||\\|"
-"B<-S>\\|] \\|\\|B<-s> I<News-Verz.>\\|] [\\|B<-cuvZ>\\|] [\\|B<-N>\\||\\|B<-"
-"M> I<Adresse>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|B<-D> I<Debuggrad>\\|] "
-"[\\|B<-G> I<Artikellimit>\\|] [\\|B<-f> I<newsrc-Datei>\\|] [\\|B<-g> "
-"I<Server>\\|] [\\|B<-m> I<Mail-Verz.>\\|] [\\|B<-p> I<Port>\\|] [\\|B<-I> "
-"I<index-Verz.>\\|]\\ \\|[I<Newsgruppe>\\|[\\|,.\\|.\\|.\\|]\\|]\\|]"
+"B<-S>\\|] \\|\\|B<-s> I<News-Verz.>\\|] [\\|B<-cuvZ>\\|] [\\|B<-4>\\||\\|B<-"
+"6>\\|] [\\|B<-N>\\||\\|B<-M> I<Adresse>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] "
+"[\\|B<-D> I<Debuggrad>\\|] [\\|B<-G> I<Artikellimit>\\|] [\\|B<-f> I<newsrc-"
+"Datei>\\|] [\\|B<-g> I<Server>\\|] [\\|B<-m> I<Mail-Verz.>\\|] [\\|B<-p> "
+"I<Port>\\|] [\\|B<-I> I<index-Verz.>\\|]\\ \\|[I<Newsgruppe>\\|[\\|,.\\|.\\|."
+"\\|]\\|]\\|]"
 
 # type: SH
-#: ../tin.1:48 ../tin.5:14
+#: ../tin.1:49 ../tin.5:14
 #, no-wrap
 msgid "DESCRIPTION"
 msgstr "BESCHREIBUNG"
 
 # type: Plain text
-#: ../tin.1:57
+#: ../tin.1:58
 msgid ""
 "B<tin> is a full-screen easy to use Usenet newsreader. It can read news "
 "locally (e.g., I</var/spool/news>) or remotely (B<rtin> or B<tin -r> option) "
@@ -95,7 +97,7 @@ msgstr ""
 "Indexdateien bzw. den [X]OVER NNTP-Befehl (B<RFC2980>, B<RFC3977>)."
 
 # type: Plain text
-#: ../tin.1:63
+#: ../tin.1:64
 msgid ""
 "B<tin> has four separate levels of operation: Selection level, Group level, "
 "Thread level and Article level. Use the B<Help> ('B<h>')  command to view a "
@@ -106,7 +108,7 @@ msgstr ""
 "jeweils verfügbaren Befehle angezeigt werden."
 
 # type: Plain text
-#: ../tin.1:71
+#: ../tin.1:72
 msgid ""
 "On startup B<tin> will show a list of the newsgroups found in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>. An arrow '-E<gt>' or highlighted bar "
@@ -126,7 +128,7 @@ msgstr ""
 "'B<E<lt>CRE<gt>>' betreten."
 
 # type: Plain text
-#: ../tin.1:76
+#: ../tin.1:77
 msgid ""
 "The B<GroupNextUnreadArtOrGrp> ('B<E<lt>TABE<gt>>') key enters the next "
 "newsgroup with unread articles."
@@ -135,95 +137,117 @@ msgstr ""
 "die nächste Newsgruppe mit ungelesenen Artikeln betreten."
 
 # type: SH
-#: ../tin.1:76
+#: ../tin.1:77
 #, no-wrap
 msgid "EXIT STATUS"
 msgstr "EXIT-STATUS"
 
 # type: Plain text
-#: ../tin.1:78
+#: ../tin.1:79
 msgid "Interactive mode:"
 msgstr "Interaktiver-Modus:"
 
 # type: TP
-#: ../tin.1:79 ../tin.1:89 ../tin.1:1059
+#: ../tin.1:80 ../tin.1:90 ../tin.1:1066 ../tin.1:3230
 #, no-wrap
 msgid "B<0>"
 msgstr "B<0>"
 
 # type: Plain text
-#: ../tin.1:82
+#: ../tin.1:83
 msgid "Successful program execution."
 msgstr "Programm erfolgreich beendet."
 
 # type: TP
-#: ../tin.1:82 ../tin.1:92
+#: ../tin.1:83 ../tin.1:93 ../tin.1:3233
 #, no-wrap
 msgid "B<1>"
 msgstr "B<1>"
 
 # type: Plain text
-#: ../tin.1:85 ../tin.1:95
+#: ../tin.1:86 ../tin.1:96
 msgid "Usage, syntax, configuration file or network error."
 msgstr "Bedien-, Syntax-, Konfigurations- oder Netzwerk-Fehler."
 
 # type: Plain text
-#: ../tin.1:88
+#: ../tin.1:89
 msgid "Batch mode (''B<-Z>''):"
 msgstr "Batch-Modus (''B<-Z>''):"
 
 # type: Plain text
-#: ../tin.1:92
+#: ../tin.1:93
 msgid "No unread news"
 msgstr "Keine ungelesenen Nachrichten vorhanden"
 
 # type: TP
-#: ../tin.1:95
+#: ../tin.1:96 ../tin.1:3236
 #, no-wrap
 msgid "B<2>"
 msgstr "B<2>"
 
 # type: Plain text
-#: ../tin.1:98
+#: ../tin.1:99
 msgid "Unread news"
 msgstr "Ungelesene Nachrichten vorhanden"
 
 # type: SH
-#: ../tin.1:101
+#: ../tin.1:102
 #, no-wrap
 msgid "OPTIONS"
 msgstr "OPTIONEN"
 
 # type: TP
-#: ../tin.1:102
+#: ../tin.1:103
+#, no-wrap
+msgid "B<-4>"
+msgstr "B<-4>"
+
+# type: Plain text
+#: ../tin.1:106
+msgid "Force connecting via IPv4 to the remote NNTP server."
+msgstr "Verbindung via IPv4 zum NNTP Server erzwingen."
+
+# type: TP
+#: ../tin.1:106
+#, no-wrap
+msgid "B<-6>"
+msgstr "B<-6>"
+
+# type: Plain text
+#: ../tin.1:109
+msgid "Force connecting via IPv6 to the remote NNTP server."
+msgstr "Verbindung via IPv6 zum NNTP Server erzwingen."
+
+# type: TP
+#: ../tin.1:109
 #, no-wrap
 msgid "B<-a>"
 msgstr "B<-a>"
 
 # type: Plain text
-#: ../tin.1:105
+#: ../tin.1:112
 msgid "Toggle ANSI color (default is off)."
 msgstr "ANSI-Farben ein/-ausschalten (Standard ist aus)."
 
 # type: TP
-#: ../tin.1:105
+#: ../tin.1:112
 #, no-wrap
 msgid "B<-A>"
 msgstr "B<-A>"
 
 # type: Plain text
-#: ../tin.1:108
+#: ../tin.1:115
 msgid "Force authentication on initial connect."
 msgstr "Erzwinge Authentifikation beim Verbindungsaufbau."
 
 # type: TP
-#: ../tin.1:108
+#: ../tin.1:115
 #, no-wrap
 msgid "B<-c>"
 msgstr "B<-c>"
 
 # type: Plain text
-#: ../tin.1:113
+#: ../tin.1:120
 msgid ""
 "Create/update index files for every group in I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "newsrc> or file specified by the ''B<-f>'' option and mark all articles as "
@@ -234,24 +258,24 @@ msgstr ""
 "Datei und markiere alle Artikel als gelesen."
 
 # type: TP
-#: ../tin.1:113
+#: ../tin.1:120
 #, no-wrap
 msgid "B<-d>"
 msgstr "B<-d>"
 
 # type: Plain text
-#: ../tin.1:116
+#: ../tin.1:123
 msgid "Don't load newsgroup descriptions (interactive mode)."
 msgstr "Keine Gruppenbeschreibungen laden (Interaktiver-Modus)."
 
 # type: TP
-#: ../tin.1:116
+#: ../tin.1:123
 #, no-wrap
 msgid "B<-D>I< debug-level>"
 msgstr "B<-D>I< Debuggrad>"
 
 # type: Plain text
-#: ../tin.1:120
+#: ../tin.1:127
 msgid ""
 "Enter debug-level (1 = NNTP, 2 = filter, 4 = newsrc, 8 = threading, 16 = "
 "memory, 32 = attributes, 64 = misc)."
@@ -260,13 +284,13 @@ msgstr ""
 "Speicher, 32 = attributes, 64 = Diverses)."
 
 # type: TP
-#: ../tin.1:120
+#: ../tin.1:127
 #, no-wrap
 msgid "B<-f>I< file>"
 msgstr "B<-f>I< Datei>"
 
 # type: Plain text
-#: ../tin.1:124
+#: ../tin.1:131
 msgid ""
 "Use the specified file of subscribed to newsgroups in place of I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>."
@@ -275,13 +299,13 @@ msgstr ""
 "\"}/.newsrc>."
 
 # type: TP
-#: ../tin.1:124
+#: ../tin.1:131
 #, no-wrap
 msgid "B<-g>I< server>"
 msgstr "B<-g>I< Server>"
 
 # type: Plain text
-#: ../tin.1:128
+#: ../tin.1:135
 msgid ""
 "Use the server and newsrc specified in I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/"
 "newsrctable>."
@@ -290,48 +314,48 @@ msgstr ""
 "newsrctable> benutzen."
 
 # type: TP
-#: ../tin.1:128
+#: ../tin.1:135
 #, no-wrap
 msgid "B<-G>I< article-limit>"
 msgstr "B<-G>I< Artikellimit>"
 
 # type: Plain text
-#: ../tin.1:131
+#: ../tin.1:138
 msgid "Limit the number of articles/group to retrieve from the server."
 msgstr "Beschränkt die Anzahl der zu ladenden Artikel pro Gruppe."
 
 # type: TP
-#: ../tin.1:131
+#: ../tin.1:138
 #, no-wrap
 msgid "B<-h>"
 msgstr "B<-h>"
 
 # type: Plain text
-#: ../tin.1:134
+#: ../tin.1:141
 msgid "Help listing all command-line options."
 msgstr "Kurzübersicht der verfügbaren Komandozeilenoptionen."
 
 # type: TP
-#: ../tin.1:134
+#: ../tin.1:141
 #, no-wrap
 msgid "B<-H>"
 msgstr "B<-H>"
 
 # type: Plain text
-#: ../tin.1:138
+#: ../tin.1:145
 msgid ""
 "Brief introduction to B<tin> that is also shown the first time it is started."
 msgstr ""
 "Kurzeinführung in B<tin> welche auch beim allerersten Start ausgegeben wird."
 
 # type: TP
-#: ../tin.1:138
+#: ../tin.1:145
 #, no-wrap
 msgid "B<-I>I< dir>"
 msgstr "B<-I>I< Verzeichnis>"
 
 # type: Plain text
-#: ../tin.1:144
+#: ../tin.1:151
 msgid ""
 "Directory in which to store newsgroup index files. Default is I<"
 "${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news>.  This "
@@ -340,13 +364,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:144
+#: ../tin.1:151
 #, no-wrap
 msgid "B<-l>"
 msgstr "B<-l>"
 
 # type: Plain text
-#: ../tin.1:154
+#: ../tin.1:161
 msgid ""
 "Get number of articles per group from the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/"
 "\"${TIN_ACTIVEFILE:-active}> file. If reading via NNTP this is done with the "
@@ -358,26 +382,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:154
+#: ../tin.1:161
 #, no-wrap
 msgid "B<-m>I< dir>"
 msgstr "B<-m>I< Verzeichnis>"
 
 # type: Plain text
-#: ../tin.1:157
+#: ../tin.1:164
 msgid "Mailbox directory to use. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>."
 msgstr ""
 "Zu benutzendes Mailbox-Verzeichnis. Standard ist I<${TIN_HOMEDIR:-\"$HOME\"}/"
 "Mail>."
 
 # type: TP
-#: ../tin.1:157
+#: ../tin.1:164
 #, no-wrap
 msgid "B<-M>I< user>"
 msgstr "B<-M>I< Benutzer>"
 
 # type: Plain text
-#: ../tin.1:161
+#: ../tin.1:168
 msgid ""
 "Mail unread articles to specified user for later reading. For more "
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
@@ -387,13 +411,13 @@ msgstr ""
 "UND SPEICHERN VON UNGELESENEN ARTIKELN\"."
 
 # type: TP
-#: ../tin.1:161
+#: ../tin.1:168
 #, no-wrap
 msgid "B<-n>"
 msgstr "B<-n>"
 
 # type: Plain text
-#: ../tin.1:168
+#: ../tin.1:175
 msgid ""
 "Only load groups from the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-"
 "active}> file that are subscribed to in the user's I<${TIN_HOMEDIR:-\"$HOME"
@@ -402,13 +426,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:168
+#: ../tin.1:175
 #, no-wrap
 msgid "B<-N>"
 msgstr "B<-N>"
 
 # type: Plain text
-#: ../tin.1:172
+#: ../tin.1:179
 msgid ""
 "Mail unread articles to yourself for later reading. For more information "
 "read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
@@ -418,26 +442,26 @@ msgstr ""
 "SPEICHERN VON UNGELESENEN ARTIKELN\"."
 
 # type: TP
-#: ../tin.1:172
+#: ../tin.1:179
 #, no-wrap
 msgid "B<-o>"
 msgstr "B<-o>"
 
 # type: Plain text
-#: ../tin.1:176
+#: ../tin.1:183
 msgid ""
 "Quick post all postponed articles and exit. In order for this to be really "
 "quick, it should be used with ''B<-n>'' if possible."
 msgstr ""
 
 # type: TP
-#: ../tin.1:176
+#: ../tin.1:183
 #, no-wrap
 msgid "B<-p>I< port>"
 msgstr "B<-p>I< Port>"
 
 # type: Plain text
-#: ../tin.1:180
+#: ../tin.1:187
 msgid ""
 "Port to use if reading via NNTP (default is 119). This also overrides the "
 "environment variable $B<NNTPPORT> if set."
@@ -446,24 +470,24 @@ msgstr ""
 "Übersteuert die Umgebungsvariable $B<NNTPPORT>."
 
 # type: TP
-#: ../tin.1:180
+#: ../tin.1:187
 #, no-wrap
 msgid "B<-q>"
 msgstr "B<-q>"
 
 # type: Plain text
-#: ../tin.1:183
+#: ../tin.1:190
 msgid "Don't check for new newsgroups."
 msgstr "Nicht prüfen ob neue Newsgruppen vorhanden sind."
 
 # type: TP
-#: ../tin.1:183
+#: ../tin.1:190
 #, no-wrap
 msgid "B<-Q>"
 msgstr "B<-Q>"
 
 # type: Plain text
-#: ../tin.1:187
+#: ../tin.1:194
 msgid ""
 "Quick start. Start B<tin> as quickly as possible. Currently this is "
 "equivalent to ''B<-nqd>''."
@@ -472,50 +496,50 @@ msgstr ""
 "diese Option ''B<-nqd>''."
 
 # type: TP
-#: ../tin.1:187
+#: ../tin.1:194
 #, no-wrap
 msgid "B<-r>"
 msgstr "B<-r>"
 
 # type: Plain text
-#: ../tin.1:192
+#: ../tin.1:199
 msgid ""
 "Read news remotely from the default NNTP server specified in the environment "
 "variable $B<NNTPSERVER> or contained in the file I</etc/nntpserver>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:192
+#: ../tin.1:199
 #, no-wrap
 msgid "B<-R>"
 msgstr "B<-R>"
 
 # type: Plain text
-#: ../tin.1:195
+#: ../tin.1:202
 msgid "Read news saved by the ''B<-S>'' option."
 msgstr "Lese mittels ''B<-S>'' gespeicherte Artikel."
 
 # type: TP
-#: ../tin.1:195
+#: ../tin.1:202
 #, no-wrap
 msgid "B<-s>I< dir>"
 msgstr "B<-s>I< Verzeichnis>"
 
 # type: Plain text
-#: ../tin.1:199
+#: ../tin.1:206
 msgid ""
 "Save/read articles to/in directory. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/"
 "News>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:199
+#: ../tin.1:206
 #, no-wrap
 msgid "B<-S>"
 msgstr "B<-S>"
 
 # type: Plain text
-#: ../tin.1:203
+#: ../tin.1:210
 msgid ""
 "Save unread articles for later reading by the ''B<-R>'' option. For more "
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
@@ -525,13 +549,13 @@ msgstr ""
 "SPEICHERN VON UNGELESENEN ARTIKELN\"."
 
 # type: TP
-#: ../tin.1:203
+#: ../tin.1:210
 #, no-wrap
 msgid "B<-u>"
 msgstr "B<-u>"
 
 # type: Plain text
-#: ../tin.1:209
+#: ../tin.1:216
 msgid ""
 "Create/update index files for every group in I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "newsrc> or file specified by the ''B<-f>'' option. This option is disabled "
@@ -540,13 +564,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:209
+#: ../tin.1:216
 #, no-wrap
 msgid "B<-v>"
 msgstr "B<-v>"
 
 # type: Plain text
-#: ../tin.1:213
+#: ../tin.1:220
 msgid ""
 "Verbose mode for ''B<-c>'', ''B<-M>'', ''B<-N>'', ''B<-S>'', \\&''B<-u>'' "
 "and ''B<-Z>'' options."
@@ -555,24 +579,24 @@ msgstr ""
 "u>'' und ''B<-Z>''-Optionen."
 
 # type: TP
-#: ../tin.1:213
+#: ../tin.1:220
 #, no-wrap
 msgid "B<-V>"
 msgstr "B<-V>"
 
 # type: Plain text
-#: ../tin.1:216
+#: ../tin.1:223
 msgid "Print version and date information."
 msgstr "Versionsinformationen ausgeben."
 
 # type: TP
-#: ../tin.1:216
+#: ../tin.1:223
 #, no-wrap
 msgid "B<-w>"
 msgstr "B<-w>"
 
 # type: Plain text
-#: ../tin.1:220
+#: ../tin.1:227
 msgid ""
 "Quick mode to post an article and then exit. In order for this to be really "
 "quick, it should be used with ''B<-n>'' if possible."
@@ -581,24 +605,24 @@ msgstr ""
 "kombinieren."
 
 # type: TP
-#: ../tin.1:220
+#: ../tin.1:227
 #, no-wrap
 msgid "B<-x>"
 msgstr "B<-x>"
 
 # type: Plain text
-#: ../tin.1:223
+#: ../tin.1:230
 msgid "No posting mode. You cannot post articles if you use this option."
 msgstr ""
 
 # type: TP
-#: ../tin.1:223
+#: ../tin.1:230
 #, no-wrap
 msgid "B<-X>"
 msgstr "B<-X>"
 
 # type: Plain text
-#: ../tin.1:228
+#: ../tin.1:235
 msgid ""
 "No overwrite mode. I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> and files in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin> will not be overwritten but may be created "
@@ -606,13 +630,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:228
+#: ../tin.1:235
 #, no-wrap
 msgid "B<-z>"
 msgstr "B<-z>"
 
 # type: Plain text
-#: ../tin.1:233
+#: ../tin.1:240
 msgid ""
 "Only start B<tin> if there is any new/unread news. If there is news B<tin> "
 "will position cursor at first group with unread news. Useful for putting in "
@@ -620,13 +644,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:233
+#: ../tin.1:240
 #, no-wrap
 msgid "B<-Z>"
 msgstr "B<-Z>"
 
 # type: Plain text
-#: ../tin.1:239
+#: ../tin.1:246
 msgid ""
 "Check if there is any new/unread news and exit with appropriate status. If "
 "\\&''B<-v>'' option is specified the number of unread articles in each group "
@@ -635,7 +659,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:245
+#: ../tin.1:252
 msgid ""
 "B<tin> can also dynamically change its options by the B<OptionMenu> ('B<M>') "
 "command. Any changes are written to I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>. "
@@ -644,7 +668,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:250
+#: ../tin.1:257
 msgid ""
 "A list of groups can be specified after the other command-line options. This "
 "can be useful if you wish to yank in or subscribe to a hand-picked subset of "
@@ -653,7 +677,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:255
+#: ../tin.1:262
 msgid ""
 "If you specify a single group-name, or a wildcard that matches a single "
 "group, then you will automatically enter that group. Otherwise the normal "
@@ -662,7 +686,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:259
+#: ../tin.1:266
 msgid ""
 "With the ''B<-w>'' flag a given group-name is used as default group to post "
 "to. If more than one group or a wildcard is specified only the first group "
@@ -670,7 +694,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:266
+#: ../tin.1:273
 msgid ""
 "Once you use B<SelectYankActive> ('B<y>') to yank in all active groups, or "
 "B<SelectToggleReadDisplay> ('B<r>') to toggle the read/unread status, then "
@@ -680,7 +704,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:271
+#: ../tin.1:278
 msgid ""
 "NB: With the ''B<-n>'' flag, only unsubscribed groups in the I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file (or the newsrc-file given by the "
@@ -689,7 +713,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:276
+#: ../tin.1:283
 msgid ""
 "Command-line options have higher priority than attributes and tinrc "
 "options.  Thus, command-line option takes precedence over configured values."
@@ -698,19 +722,19 @@ msgstr ""
 "Optionen und übersteuern daher die konfigurierten Werte."
 
 # type: SH
-#: ../tin.1:276
+#: ../tin.1:283
 #, no-wrap
 msgid "USAGE"
 msgstr "GEBRAUCH"
 
 # type: SS
-#: ../tin.1:279
+#: ../tin.1:286
 #, no-wrap
 msgid "NEWS ADMINISTRATION"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:283
+#: ../tin.1:290
 msgid ""
 "Maintaining Netnews on large networks of machines can be a pretty time "
 "consuming job as I discovered when I was given the job of maintaining our "
@@ -718,7 +742,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:293
+#: ../tin.1:300
 msgid ""
 "A user starting B<tin> for the first time can be automatically subscribed to "
 "a list of newsgroups that are deemed appropriate by the news administrator. "
@@ -730,13 +754,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:293
+#: ../tin.1:300
 #, no-wrap
 msgid "SCREEN FORMAT"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:296
+#: ../tin.1:303
 msgid ""
 "B<tin> has four separate levels of operation: Selection level, Group level, "
 "Thread level and Article level."
@@ -745,7 +769,7 @@ msgstr ""
 "Threadebene und Artikelebene."
 
 # type: Plain text
-#: ../tin.1:301
+#: ../tin.1:308
 msgid ""
 "At the Selection level the title displays (the name of the newsserver and) "
 "the number of subscribed groups (containing new unread articles). The "
@@ -754,7 +778,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:309
+#: ../tin.1:316
 #, no-wrap
 msgid ""
 "-E<gt>M    1     2  comp.security.announce  Announcements from the CERT abou\n"
@@ -770,19 +794,19 @@ msgstr ""
 "  X    5   124  news.software.readers   Discussion of software used to r\n"
 
 # type: Plain text
-#: ../tin.1:312
+#: ../tin.1:319
 msgid ""
 "There may also be a character prefixing the line. An explanation follows:"
-msgstr "Eventuell steht am Anfang der Zeile noch eines def folgende Zeichen:"
+msgstr "Eventuell steht am Anfang der Zeile noch eines der folgende Zeichen:"
 
 # type: TP
-#: ../tin.1:312
+#: ../tin.1:319
 #, no-wrap
 msgid "B<u>"
 msgstr "B<u>"
 
 # type: Plain text
-#: ../tin.1:317
+#: ../tin.1:324
 msgid ""
 "This group is unsubscribed. To see only your subscribed groups use the "
 "B<SelectToggleReadDisplay> ('B<r>') or B<SelectYankActive> ('B<y>') toggle "
@@ -790,13 +814,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:317
+#: ../tin.1:324
 #, no-wrap
 msgid "B<M>"
 msgstr "B<M>"
 
 # type: Plain text
-#: ../tin.1:322
+#: ../tin.1:329
 msgid ""
 "This is a moderated group. Any posts you make will have to be approved by "
 "the group administrator before it will be made public. B<tin> will ask for "
@@ -804,13 +828,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:322
+#: ../tin.1:329
 #, no-wrap
 msgid "B<N>"
 msgstr "B<N>"
 
 # type: Plain text
-#: ../tin.1:331
+#: ../tin.1:338
 msgid ""
 "This is a new newsgroup which has been created since you last used B<tin>. "
 "New newsgroups are not subscribed to by default (However, see the "
@@ -822,13 +846,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:331
+#: ../tin.1:338
 #, no-wrap
 msgid "B<D>"
 msgstr "B<D>"
 
 # type: Plain text
-#: ../tin.1:336
+#: ../tin.1:343
 msgid ""
 "This group no longer exists. If you no longer wish to see this group then "
 "unsubscribe from it in the normal way. This flag will only appear if you "
@@ -836,26 +860,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:336
+#: ../tin.1:343
 #, no-wrap
 msgid "B<X>"
 msgstr "B<X>"
 
 # type: Plain text
-#: ../tin.1:340
+#: ../tin.1:347
 msgid ""
 "You may no longer make posts to this group. Often a group will be superseded "
 "by a more appropriately named one."
 msgstr ""
 
 # type: TP
-#: ../tin.1:340
+#: ../tin.1:347
 #, no-wrap
 msgid "B<=>"
 msgstr "B<=>"
 
 # type: Plain text
-#: ../tin.1:345
+#: ../tin.1:352
 msgid ""
 "This group has been renamed and you may no longer post to it. If you do, "
 "then you will receive an error from your newsserver telling you the correct "
@@ -863,7 +887,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:350
+#: ../tin.1:357
 msgid ""
 "At the Group level the title contains the name of the group, the number of "
 "conversation threads, the threading method, the limit of articles to get, "
@@ -873,13 +897,13 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - make this autocenter
-#: ../tin.1:354
+#: ../tin.1:361
 #, no-wrap
 msgid "            alt.sources (5B -50/23+ 0* 3o 0K)\n"
 msgstr "            alt.sources (5B -50/23+ 0* 3o 0K)\n"
 
 # type: Plain text
-#: ../tin.1:362
+#: ../tin.1:369
 msgid ""
 "The characters after the numbers are depending to the configuration and if "
 "your are in B<show_only_unread_arts> mode or not. Some numbers could be "
@@ -890,7 +914,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:373
+#: ../tin.1:380
 msgid ""
 "If a thread has unread articles in it it's marked with a "
 "B<art_marked_unread> in front of the total number of articles in the thread. "
@@ -905,13 +929,13 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:377
+#: ../tin.1:384
 #, no-wrap
 msgid "                de.admin.net-abuse.announce (11B 13+ 1* 1o 0K) M\n"
 msgstr "                de.admin.net-abuse.announce (11B 13+ 1* 1o 0K) M\n"
 
 # type: Plain text
-#: ../tin.1:382
+#: ../tin.1:389
 #, no-wrap
 msgid ""
 "-E<gt>   1   +   3  108 bincancels in de.talk.sex        Christopher Lueg E<lt>l\n"
@@ -926,14 +950,14 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - add description of fields
-#: ../tin.1:387
+#: ../tin.1:394
 msgid ""
 "At the Thread level the screen usually (depends on the threading method "
 "used) looks like this:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:394
+#: ../tin.1:401
 #, no-wrap
 msgid ""
 "-E<gt>   1      [   7]  What is this funny tree in the thr  Robert F. Simmig\n"
@@ -948,12 +972,12 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - add description of fields
-#: ../tin.1:399
+#: ../tin.1:406
 msgid "At the Article level the page header has the following format:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:405
+#: ../tin.1:412
 #, no-wrap
 msgid ""
 "Sun, 28 Dec 1997 21:21:01   de.admin.news.groups      Thread   20 of 86\n"
@@ -965,32 +989,32 @@ msgstr ""
 "Urs Janssen E<lt>urs@akk.orgE<gt>       bei Arbeitskreis Kultur und Kommunikati\n"
 
 # type: Plain text
-#: ../tin.1:407
+#: ../tin.1:414
 #, no-wrap
 msgid "article-body\n"
 msgstr "Artikel-Körper\n"
 
 # type: SS
-#: ../tin.1:410
+#: ../tin.1:417
 #, no-wrap
 msgid "COMMON MOVING KEYS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:413
+#: ../tin.1:420
 msgid ""
 "This table shows the common keys used for moving around all levels within "
 "B<tin>."
 msgstr ""
 
 # type: ta
-#: ../tin.1:415
+#: ../tin.1:422
 #, no-wrap
 msgid "\\w'Beg. of list/article  'u +\\w'ANSI/vt100   'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:423
+#: ../tin.1:430
 #, no-wrap
 msgid ""
 "\tANSI/vt100\tOther Terminals\n"
@@ -1003,13 +1027,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:427
+#: ../tin.1:434
 #, no-wrap
 msgid "COMMON EDITING COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:432
+#: ../tin.1:439
 msgid ""
 "An emacs style editing package allows the easy editing of input strings.  An "
 "history list allows the easy reuse of previously entered strings.  In "
@@ -1018,116 +1042,116 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:433
+#: ../tin.1:440
 #, no-wrap
 msgid "B<^A, ^E>"
 msgstr "B<^A, ^E>"
 
 # type: Plain text
-#: ../tin.1:436
+#: ../tin.1:443
 msgid "move to beginning or end of line, respectively."
 msgstr ""
 
 # type: TP
-#: ../tin.1:436
+#: ../tin.1:443
 #, no-wrap
 msgid "B<^F, ^B>"
 msgstr "B<^F, ^B>"
 
 # type: Plain text
-#: ../tin.1:439
+#: ../tin.1:446
 msgid "non-destructive move forward or back one location, respectively."
 msgstr ""
 
 # type: TP
-#: ../tin.1:439
+#: ../tin.1:446
 #, no-wrap
 msgid "B<^D>"
 msgstr "B<^D>"
 
 # type: Plain text
-#: ../tin.1:443
+#: ../tin.1:450
 msgid ""
 "delete the character currently under the cursor, or send EOF if no "
 "characters in the buffer."
 msgstr ""
 
 # type: TP
-#: ../tin.1:443
+#: ../tin.1:450
 #, no-wrap
 msgid "B<^H, E<lt>DELE<gt>>"
 msgstr "B<^H, E<lt>ENTFE<gt>>"
 
 # type: Plain text
-#: ../tin.1:446
+#: ../tin.1:453
 msgid "delete character left of the cursor."
 msgstr "Zeichen links vom Cursor löschen."
 
 # type: TP
-#: ../tin.1:446
+#: ../tin.1:453
 #, no-wrap
 msgid "B<^K>"
 msgstr "B<^K>"
 
 # type: Plain text
-#: ../tin.1:449
+#: ../tin.1:456
 msgid "delete from cursor to end of line."
 msgstr "Lösche vom Cursor bis zum Zeilenende."
 
 # type: TP
-#: ../tin.1:449
+#: ../tin.1:456
 #, no-wrap
 msgid "B<^P, ^N>"
 msgstr "B<^P, ^N>"
 
 # type: Plain text
-#: ../tin.1:452
+#: ../tin.1:459
 msgid "move through history, previous and next, respectively."
 msgstr ""
 
 # type: TP
-#: ../tin.1:452
+#: ../tin.1:459
 #, no-wrap
 msgid "B<^L, ^R>"
 msgstr "B<^L, ^R>"
 
 # type: Plain text
-#: ../tin.1:455
+#: ../tin.1:462
 msgid "redraw the current line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:455
+#: ../tin.1:462
 #, no-wrap
 msgid "B<E<lt>CRE<gt>>"
 msgstr "B<E<lt>CRE<gt>>"
 
 # type: Plain text
-#: ../tin.1:459
+#: ../tin.1:466
 msgid ""
 "places line on history list if non-blank, appends newline and returns to the "
 "caller."
 msgstr ""
 
 # type: TP
-#: ../tin.1:459
+#: ../tin.1:466
 #, no-wrap
 msgid "B<E<lt>ESCE<gt>>"
 msgstr "B<E<lt>ESCE<gt>>"
 
 # type: Plain text
-#: ../tin.1:464
+#: ../tin.1:471
 msgid "aborts the present editing operation."
 msgstr ""
 
 # type: SS
-#: ../tin.1:464
+#: ../tin.1:471
 #, no-wrap
 msgid "GLOBAL COMMANDS"
 msgstr "ALLGEMEINE BEFEHLE"
 
 # type: Plain text
-#: ../tin.1:467
+#: ../tin.1:474
 msgid ""
 "The following commands are available at all 4 menu levels and always have "
 "the same effect."
@@ -1136,13 +1160,13 @@ msgstr ""
 "überall das Gleichen."
 
 # type: TP
-#: ../tin.1:468 ../tin.1:1328 ../tin.1:1381
+#: ../tin.1:475 ../tin.1:1338 ../tin.1:1391
 #, no-wrap
 msgid "B<ShellEscape '!'>"
 msgstr "B<ShellEscape '!'>"
 
 # type: Plain text
-#: ../tin.1:473
+#: ../tin.1:480
 msgid ""
 "Shell escape. B<ShellEscape> by itself will launch a shell, B<ShellEscape> "
 "E<lt>commandE<gt> will run an external E<lt>commandE<gt>. This facility may "
@@ -1150,57 +1174,57 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:473
+#: ../tin.1:480
 #, no-wrap
 msgid "B<ToggleColor '&'>"
 msgstr "B<ToggleColor '&'>"
 
 # type: Plain text
-#: ../tin.1:476
+#: ../tin.1:483
 msgid "Toggle use of ANSI color."
 msgstr ""
 
 # type: TP
-#: ../tin.1:476
+#: ../tin.1:483
 #, no-wrap
 msgid "B<RedrawScr '^L'>"
 msgstr "B<RedrawScr '^L'>"
 
 # type: Plain text
-#: ../tin.1:479
+#: ../tin.1:486
 msgid "Redraw the current screen."
 msgstr "Bildschirminhalt neu aufbauen."
 
 # type: TP
-#: ../tin.1:479
+#: ../tin.1:486
 #, no-wrap
 msgid "B<ScrollUp 'E<lt>'>"
 msgstr "B<ScrollUp 'E<lt>'>"
 
 # type: Plain text
-#: ../tin.1:482
+#: ../tin.1:489
 msgid "Scroll screen up by one line."
 msgstr "Eine Zeile nach oben blättern (scrollen)."
 
 # type: TP
-#: ../tin.1:482
+#: ../tin.1:489
 #, no-wrap
 msgid "B<ScrollDown 'E<gt>'>"
 msgstr "B<ScrollDown 'E<gt>'>"
 
 # type: Plain text
-#: ../tin.1:485
+#: ../tin.1:492
 msgid "Scroll screen down by one line."
 msgstr "Eine Zeile nach unten blättern (scrollen)."
 
 # type: TP
-#: ../tin.1:485
+#: ../tin.1:492
 #, no-wrap
 msgid "B<Postponed 'O' '^O'>"
 msgstr "B<Postponed 'O' '^O'>"
 
 # type: Plain text
-#: ../tin.1:499
+#: ../tin.1:506
 msgid ""
 "Reload postponed article. If your system blocks the B<Postponed> key you "
 "must quote it by pressing 'B<^V>' (CTRL-V) first. The postpone-menu offers "
@@ -1216,13 +1240,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:499 ../tin.1:1334 ../tin.1:1388
+#: ../tin.1:506 ../tin.1:1344 ../tin.1:1398
 #, no-wrap
 msgid "B<Help 'h'>"
 msgstr "B<Help 'h'>"
 
 # type: Plain text
-#: ../tin.1:505
+#: ../tin.1:512
 msgid ""
 "Help screen of commands available on the current menu. You can use "
 "B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and B<SearchRepeat> ('B<"
@@ -1230,24 +1254,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:505 ../tin.1:1337 ../tin.1:1391
+#: ../tin.1:512 ../tin.1:1347 ../tin.1:1401
 #, no-wrap
 msgid "B<ToggleHelpDisplay 'H'>"
 msgstr "B<ToggleHelpDisplay 'H'>"
 
 # type: Plain text
-#: ../tin.1:508 ../tin.1:1340 ../tin.1:1394
+#: ../tin.1:515 ../tin.1:1350 ../tin.1:1404
 msgid "Toggle the display of help mini menu at the bottom of the screen."
 msgstr ""
 
 # type: TP
-#: ../tin.1:508
+#: ../tin.1:515
 #, no-wrap
 msgid "B<DisplayPostHist 'W'>"
 msgstr "B<DisplayPostHist 'W'>"
 
 # type: Plain text
-#: ../tin.1:514
+#: ../tin.1:521
 msgid ""
 "List articles posted by user. The date posted, the newsgroup and the subject "
 "are listed. You can use B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and "
@@ -1256,55 +1280,55 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:514
+#: ../tin.1:521
 #, no-wrap
 msgid "B<Version 'v'>"
 msgstr "B<Version 'v'>"
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:519
+#: ../tin.1:526
 msgid "Print B<tin> version information."
 msgstr "Versions-Informationen ausgeben."
 
 # type: SS
-#: ../tin.1:519
+#: ../tin.1:526
 #, no-wrap
 msgid "NEWSGROUP SELECTION COMMANDS"
 msgstr ""
 
 # type: TP
-#: ../tin.1:520 ../tin.1:648 ../tin.1:898 ../tin.1:1062
+#: ../tin.1:527 ../tin.1:655 ../tin.1:905 ../tin.1:1069 ../tin.1:3242
 #, no-wrap
 msgid "B<4>"
 msgstr "B<4>"
 
 # type: Plain text
-#: ../tin.1:523
+#: ../tin.1:530
 msgid "Select group 4."
 msgstr "Gruppe 4 auswählen."
 
 # type: TP
-#: ../tin.1:523
+#: ../tin.1:530
 #, no-wrap
 msgid "B<SelectResetNewsrc '^R'>"
 msgstr "B<SelectResetNewsrc '^R'>"
 
 # type: Plain text
-#: ../tin.1:527
+#: ../tin.1:534
 msgid ""
 "Reset I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. This will destroy all "
 "records of which articles have been read, so use this carefully."
 msgstr ""
 
 # type: TP
-#: ../tin.1:527 ../tin.1:669 ../tin.1:919
+#: ../tin.1:534 ../tin.1:676 ../tin.1:926
 #, no-wrap
 msgid "B<SetRange '#'>"
 msgstr "B<SetRange '#'>"
 
 # type: Plain text
-#: ../tin.1:531 ../tin.1:673 ../tin.1:923
+#: ../tin.1:538 ../tin.1:680 ../tin.1:930
 msgid ""
 "Choose a range of articles to be affected by the next command. See the "
 "section \"RANGES\" for more information."
@@ -1313,148 +1337,148 @@ msgstr ""
 "wird. Siehe Abschnitt \"BEREICHE\" für weitere Informationen."
 
 # type: TP
-#: ../tin.1:531
+#: ../tin.1:538
 #, no-wrap
 msgid "B<SelectSortActive '.'>"
 msgstr "B<SelectSortActive '.'>"
 
 # type: Plain text
-#: ../tin.1:534
+#: ../tin.1:541
 msgid "Sort the list of newsgroups."
 msgstr "Liste vorhandener Newsgroups sortieren."
 
 # type: TP
-#: ../tin.1:534 ../tin.1:676 ../tin.1:926 ../tin.1:1113 ../tin.1:1325
-#: ../tin.1:1375
+#: ../tin.1:541 ../tin.1:683 ../tin.1:933 ../tin.1:1123 ../tin.1:1335
+#: ../tin.1:1385
 #, no-wrap
 msgid "B<SearchRepeat '\\e'>"
 msgstr "B<SearchRepeat '\\e'>"
 
 # type: Plain text
-#: ../tin.1:537 ../tin.1:929 ../tin.1:1116 ../tin.1:1328 ../tin.1:1378
+#: ../tin.1:544 ../tin.1:936 ../tin.1:1126 ../tin.1:1338 ../tin.1:1388
 msgid "Repeat the previous search."
 msgstr "Vorherige Suche wiederholen."
 
 # type: TP
-#: ../tin.1:537 ../tin.1:679 ../tin.1:929 ../tin.1:1116 ../tin.1:1319
-#: ../tin.1:1369
+#: ../tin.1:544 ../tin.1:686 ../tin.1:936 ../tin.1:1126 ../tin.1:1329
+#: ../tin.1:1379
 #, no-wrap
 msgid "B<SearchSubjF '/'>"
 msgstr "B<SearchSubjF '/'>"
 
 # type: Plain text
-#: ../tin.1:540
+#: ../tin.1:547
 msgid "Search for a group by name and description (if displayed)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:540 ../tin.1:682 ../tin.1:932 ../tin.1:1119 ../tin.1:1322
-#: ../tin.1:1372
+#: ../tin.1:547 ../tin.1:689 ../tin.1:939 ../tin.1:1129 ../tin.1:1332
+#: ../tin.1:1382
 #, no-wrap
 msgid "B<SearchSubjB '?'>"
 msgstr "B<SearchSubjB '?'>"
 
 # type: Plain text
-#: ../tin.1:543
+#: ../tin.1:550
 msgid "Backward search through the group names and descriptions."
 msgstr ""
 
 # type: TP
-#: ../tin.1:543
+#: ../tin.1:550
 #, no-wrap
 msgid "B<SelectReadGrp '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<SelectReadGrp '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:546
+#: ../tin.1:553
 msgid "Read current group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:546
+#: ../tin.1:553
 #, no-wrap
 msgid "B<SelectEnterNextUnreadGrp 'E<lt>TABE<gt>' 'n'>"
 msgstr "B<SelectEnterNextUnreadGrp 'E<lt>TABE<gt>' 'n'>"
 
 # type: Plain text
-#: ../tin.1:550
+#: ../tin.1:557
 msgid ""
 "Enter next group with unread news. Will wrap around to the beginning of the "
 "group selection list looking for unread groups."
 msgstr ""
 
 # type: TP
-#: ../tin.1:550 ../tin.1:757 ../tin.1:970 ../tin.1:1177
+#: ../tin.1:557 ../tin.1:764 ../tin.1:977 ../tin.1:1187
 #, no-wrap
 msgid "B<Catchup 'c'>"
 msgstr "B<Catchup 'c'>"
 
 # type: Plain text
-#: ../tin.1:554
+#: ../tin.1:561
 msgid ""
 "Make current group as all read [after confirmation] and move to the next "
 "group in the group selection list."
 msgstr ""
 
 # type: TP
-#: ../tin.1:554 ../tin.1:761 ../tin.1:974 ../tin.1:1181
+#: ../tin.1:561 ../tin.1:768 ../tin.1:981 ../tin.1:1191
 #, no-wrap
 msgid "B<CatchupNextUnread 'C'>"
 msgstr "B<CatchupNextUnread 'C'>"
 
 # type: Plain text
-#: ../tin.1:558
+#: ../tin.1:565
 msgid ""
 "Mark current group as all read [after confirmation] and enter the next "
 "unread group in the group selection list."
 msgstr ""
 
 # type: TP
-#: ../tin.1:558
+#: ../tin.1:565
 #, no-wrap
 msgid "B<SelectToggleDescriptions 'd'>"
 msgstr "B<SelectToggleDescriptions 'd'>"
 
 # type: Plain text
-#: ../tin.1:562
+#: ../tin.1:569
 msgid ""
 "Toggle display to show just the group name or the group name and the group "
 "descriptions."
 msgstr ""
 
 # type: TP
-#: ../tin.1:562 ../tin.1:774 ../tin.1:987 ../tin.1:1193
+#: ../tin.1:569 ../tin.1:781 ../tin.1:994 ../tin.1:1203
 #, no-wrap
 msgid "B<EditFilter 'E'>"
 msgstr "B<EditFilter 'E'>"
 
 # type: Plain text
-#: ../tin.1:565 ../tin.1:777 ../tin.1:990 ../tin.1:1196
+#: ../tin.1:572 ../tin.1:784 ../tin.1:997 ../tin.1:1206
 msgid "Edit the filter file and reload it afterwards."
 msgstr "Filter-Datei bearbeiten und danach anwenden."
 
 # type: TP
-#: ../tin.1:565
+#: ../tin.1:572
 #, no-wrap
 msgid "B<SelectGoto 'g'>"
 msgstr "B<SelectGoto 'g'>"
 
 # type: Plain text
-#: ../tin.1:569 ../tin.1:781
+#: ../tin.1:576 ../tin.1:788
 msgid ""
 "Choose a new group by name. This command can be used to access any group, "
 "even those not currently yanked in."
 msgstr ""
 
 # type: TP
-#: ../tin.1:569 ../tin.1:784 ../tin.1:990 ../tin.1:1209 ../tin.1:1331
-#: ../tin.1:1384
+#: ../tin.1:576 ../tin.1:791 ../tin.1:997 ../tin.1:1219 ../tin.1:1341
+#: ../tin.1:1394
 #, no-wrap
 msgid "B<ToggleInfoLastLine 'i'>"
 msgstr "B<ToggleInfoLastLine 'i'>"
 
 # type: Plain text
-#: ../tin.1:574
+#: ../tin.1:581
 msgid ""
 "Toggle the display of the description of the current newsgroup in the last "
 "line. This will not be available if B<tin> was started with the \\&''B<-d>'' "
@@ -1462,24 +1486,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:574 ../tin.1:788 ../tin.1:993 ../tin.1:1212
+#: ../tin.1:581 ../tin.1:795 ../tin.1:1000 ../tin.1:1222
 #, no-wrap
 msgid "B<ToggleInverseVideo 'I'>"
 msgstr "B<ToggleInverseVideo 'I'>"
 
 # type: Plain text
-#: ../tin.1:577 ../tin.1:791 ../tin.1:996 ../tin.1:1215
+#: ../tin.1:584 ../tin.1:798 ../tin.1:1003 ../tin.1:1225
 msgid "Toggle inverse video."
 msgstr ""
 
 # type: TP
-#: ../tin.1:577
+#: ../tin.1:584
 #, no-wrap
 msgid "B<SelectMoveGrp 'm'>"
 msgstr "B<SelectMoveGrp 'm'>"
 
 # type: Plain text
-#: ../tin.1:583
+#: ../tin.1:590
 msgid ""
 "Move the current group within the group selection list. By entering '1' the "
 "group will become the first displayed group in the list, by entering '8' the "
@@ -1488,61 +1512,61 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:583 ../tin.1:808 ../tin.1:1229
+#: ../tin.1:590 ../tin.1:815 ../tin.1:1239
 #, no-wrap
 msgid "B<OptionMenu 'M'>"
 msgstr "B<OptionMenu 'M'>"
 
 # type: Plain text
-#: ../tin.1:587 ../tin.1:812 ../tin.1:1233
+#: ../tin.1:594 ../tin.1:819 ../tin.1:1243
 msgid ""
 "User configurable options menu (for more information see section \"GLOBAL "
 "OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES\")."
 msgstr ""
 
 # type: TP
-#: ../tin.1:587
+#: ../tin.1:594
 #, no-wrap
 msgid "B<SelectNextUnreadGrp 'N'>"
 msgstr "B<SelectNextUnreadGrp 'N'>"
 
 # type: Plain text
-#: ../tin.1:590
+#: ../tin.1:597
 msgid "Positions the cursor on the next group with unread articles in it."
 msgstr ""
 
 # type: TP
-#: ../tin.1:590 ../tin.1:829 ../tin.1:1015 ../tin.1:1250
+#: ../tin.1:597 ../tin.1:836 ../tin.1:1022 ../tin.1:1260
 #, no-wrap
 msgid "B<Quit 'q'>"
 msgstr "B<Quit 'q'>"
 
 # type: Plain text
-#: ../tin.1:594
+#: ../tin.1:601
 msgid ""
 "Quit B<tin> - ask the user to confirm if B<confirm_choice> is set "
 "accordingly."
 msgstr ""
 
 # type: TP
-#: ../tin.1:594 ../tin.1:832 ../tin.1:1018 ../tin.1:1253
+#: ../tin.1:601 ../tin.1:839 ../tin.1:1025 ../tin.1:1263
 #, no-wrap
 msgid "B<QuitTin 'Q'>"
 msgstr "B<QuitTin 'Q'>"
 
 # type: Plain text
-#: ../tin.1:597 ../tin.1:835 ../tin.1:1021 ../tin.1:1256
+#: ../tin.1:604 ../tin.1:842 ../tin.1:1028 ../tin.1:1266
 msgid "Quit B<tin> - don't ask the user to confirm."
 msgstr "Beendet B<tin> sofort, ohne Bestätigungsnachfrage."
 
 # type: TP
-#: ../tin.1:597
+#: ../tin.1:604
 #, no-wrap
 msgid "B<SelectToggleReadDisplay 'r'>"
 msgstr "B<SelectToggleReadDisplay 'r'>"
 
 # type: Plain text
-#: ../tin.1:602
+#: ../tin.1:609
 msgid ""
 "Toggle display of all subscribed to groups and just those groups containing "
 "unread articles. Command has no effect if groups were specified on the "
@@ -1550,13 +1574,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:602 ../tin.1:838 ../tin.1:1021
+#: ../tin.1:609 ../tin.1:845 ../tin.1:1028
 #, no-wrap
 msgid "B<BugReport 'R'>"
 msgstr "B<BugReport 'R'>"
 
 # type: Plain text
-#: ../tin.1:606 ../tin.1:842 ../tin.1:1025
+#: ../tin.1:613 ../tin.1:849 ../tin.1:1032
 msgid ""
 "Mail a bug report or comment to E<lt>tin-bugs@tin.orgE<gt>. This is the best "
 "way of getting bugs fixed and features added/changed."
@@ -1566,24 +1590,24 @@ msgstr ""
 "bzw. nach neuen Funktionen zu fragen."
 
 # type: TP
-#: ../tin.1:606
+#: ../tin.1:613
 #, no-wrap
 msgid "B<SelectSubscribe 's'>"
 msgstr "B<SelectSubscribe 's'>"
 
 # type: Plain text
-#: ../tin.1:609
+#: ../tin.1:616
 msgid "Subscribe to current group."
 msgstr "Ausgewählte Gruppe abonnieren."
 
 # type: TP
-#: ../tin.1:609
+#: ../tin.1:616
 #, no-wrap
 msgid "B<SelectSubscribePat 'S'>"
 msgstr "B<SelectSubscribePat 'S'>"
 
 # type: Plain text
-#: ../tin.1:614
+#: ../tin.1:621
 msgid ""
 "Subscribe to groups matching user specified pattern. See the section "
 "\"NEWSGROUP LISTS & WILDCARDS\" for the types of pattern that B<tin> "
@@ -1591,13 +1615,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:614
+#: ../tin.1:621
 #, no-wrap
 msgid "B<SelectUnsubscribe 'u'>"
 msgstr "B<SelectUnsubscribe 'u'>"
 
 # type: Plain text
-#: ../tin.1:619
+#: ../tin.1:626
 msgid ""
 "Unsubscribe to current group. This can be used to remove bogus groups.  See "
 "B<strip_bogus> in the \"GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES"
@@ -1605,13 +1629,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:619
+#: ../tin.1:626
 #, no-wrap
 msgid "B<SelectUnsubscribePat 'U'>"
 msgstr "B<SelectUnsubscribePat 'U'>"
 
 # type: Plain text
-#: ../tin.1:624
+#: ../tin.1:631
 msgid ""
 "Unsubscribe to groups matching user specified pattern. See the section "
 "\"NEWSGROUP LISTS & WILDCARDS\" for the types of pattern that B<tin> "
@@ -1619,13 +1643,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:624 ../tin.1:866 ../tin.1:1040 ../tin.1:1290
+#: ../tin.1:631 ../tin.1:873 ../tin.1:1047 ../tin.1:1300
 #, no-wrap
 msgid "B<Post 'w'>"
 msgstr "B<Post 'w'>"
 
 # type: Plain text
-#: ../tin.1:630
+#: ../tin.1:637
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to B<PostEdit> ('B<e>') the article again, B<PostPostpone> "
@@ -1634,24 +1658,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:630
+#: ../tin.1:637
 #, no-wrap
 msgid "B<SelectQuitNoWrite 'X'>"
 msgstr "B<SelectQuitNoWrite 'X'>"
 
 # type: Plain text
-#: ../tin.1:633
+#: ../tin.1:640
 msgid "Quit B<tin> without saving any changes to the configuration."
 msgstr ""
 
 # type: TP
-#: ../tin.1:633
+#: ../tin.1:640
 #, no-wrap
 msgid "B<SelectYankActive 'y'>"
 msgstr "B<SelectYankActive 'y'>"
 
 # type: Plain text
-#: ../tin.1:638
+#: ../tin.1:645
 msgid ""
 "Yanks in all groups. Toggles the displayed groups between all the groups in "
 "the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file and just "
@@ -1659,75 +1683,75 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:638
+#: ../tin.1:645
 #, no-wrap
 msgid "B<SelectSyncWithActive 'Y'>"
 msgstr "B<SelectSyncWithActive 'Y'>"
 
 # type: Plain text
-#: ../tin.1:642
+#: ../tin.1:649
 msgid ""
 "Reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file "
 "to see if any new news has arrived since starting B<tin>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:642
+#: ../tin.1:649
 #, no-wrap
 msgid "B<SelectMarkGrpUnread 'z' 'Z'>"
 msgstr "B<SelectMarkGrpUnread 'z' 'Z'>"
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:647
+#: ../tin.1:654
 msgid "Mark all articles in the current group as unread."
 msgstr "Alle Artikel in der aktuellen Gruppe als ungelesen markieren."
 
 # type: SS
-#: ../tin.1:647
+#: ../tin.1:654
 #, no-wrap
 msgid "GROUP INDEX COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:651
+#: ../tin.1:658
 msgid "Select article 4."
 msgstr "Artikel 4 auswählen."
 
 # type: TP
-#: ../tin.1:651 ../tin.1:901 ../tin.1:1065
+#: ../tin.1:658 ../tin.1:908 ../tin.1:1072
 #, no-wrap
 msgid "B<MenuFilterSelect '^A'>"
 msgstr "B<MenuFilterSelect '^A'>"
 
 # type: Plain text
-#: ../tin.1:655 ../tin.1:905 ../tin.1:1069
+#: ../tin.1:662 ../tin.1:912 ../tin.1:1076
 msgid ""
 "Auto select article(s) using a menu. Read the section \"FILTERING ARTICLES\" "
 "for more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:655 ../tin.1:905 ../tin.1:1081
+#: ../tin.1:662 ../tin.1:912 ../tin.1:1088
 #, no-wrap
 msgid "B<MenuFilterKill '^K'>"
 msgstr "B<MenuFilterKill '^K'>"
 
 # type: Plain text
-#: ../tin.1:659 ../tin.1:909 ../tin.1:1085
+#: ../tin.1:666 ../tin.1:916 ../tin.1:1092
 msgid ""
 "Kill article(s) using a menu. Read the section \"FILTERING ARTICLES\" for "
 "more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:659 ../tin.1:909
+#: ../tin.1:666 ../tin.1:916
 #, no-wrap
 msgid "B<MarkFeedRead '^X'>"
 msgstr "B<MarkFeedRead '^X'>"
 
 # type: Plain text
-#: ../tin.1:664 ../tin.1:914
+#: ../tin.1:671 ../tin.1:921
 msgid ""
 "Mark current article, thread, range, auto-selected (hot) articles, articles "
 "matching pattern or tagged articles as read. A prompt asks which type should "
@@ -1735,13 +1759,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:664 ../tin.1:914
+#: ../tin.1:671 ../tin.1:921
 #, no-wrap
 msgid "B<MarkFeedUnread '^W'>"
 msgstr "B<MarkFeedUnread '^W'>"
 
 # type: Plain text
-#: ../tin.1:669 ../tin.1:919
+#: ../tin.1:676 ../tin.1:926
 msgid ""
 "Mark current article, thread, range, auto-selected (hot) articles, articles "
 "matching pattern or tagged articles as unread. A prompt asks which type "
@@ -1749,63 +1773,63 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:673 ../tin.1:923 ../tin.1:1110
+#: ../tin.1:680 ../tin.1:930 ../tin.1:1120
 #, no-wrap
 msgid "B<LastViewed '-'>"
 msgstr "B<LastViewed '-'>"
 
 # type: Plain text
-#: ../tin.1:676 ../tin.1:926 ../tin.1:1113
+#: ../tin.1:683 ../tin.1:933 ../tin.1:1123
 msgid "Re-enter the last message that was viewed."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:679
+#: ../tin.1:686
 msgid "Repeat the previous search"
 msgstr "Vorherige Suche wiederholen."
 
 # type: Plain text
-#: ../tin.1:682
+#: ../tin.1:689
 msgid "Search forward for specified subject."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:685
+#: ../tin.1:692
 msgid "Search backward for specified subject."
 msgstr ""
 
 # type: TP
-#: ../tin.1:685
+#: ../tin.1:692
 #, no-wrap
 msgid "B<GroupSelThd '*'>"
 msgstr "B<GroupSelThd '*'>"
 
 # type: Plain text
-#: ../tin.1:688
+#: ../tin.1:695
 msgid "Select current thread for later processing."
 msgstr ""
 
 # type: TP
-#: ../tin.1:688
+#: ../tin.1:695
 #, no-wrap
 msgid "B<GroupDoAutoSel '+'>"
 msgstr "B<GroupDoAutoSel '+'>"
 
 # type: Plain text
-#: ../tin.1:692
+#: ../tin.1:699
 msgid ""
 "Selects all threads in current group. It is a shortcut for calling "
 "B<GroupSelPattern> with a pattern of ''*''."
 msgstr ""
 
 # type: TP
-#: ../tin.1:692
+#: ../tin.1:699
 #, no-wrap
 msgid "B<GroupToggleThdSel '.'>"
 msgstr "B<GroupToggleThdSel '.'>"
 
 # type: Plain text
-#: ../tin.1:697
+#: ../tin.1:704
 msgid ""
 "Toggle selection of current thread. If at least one unread article, (but not "
 "every unread article) in the current thread is selected, then all unread "
@@ -1813,13 +1837,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:697
+#: ../tin.1:704
 #, no-wrap
 msgid "B<GroupSelThdIfUnreadSelected ';'>"
 msgstr "B<GroupSelThdIfUnreadSelected ';'>"
 
 # type: Plain text
-#: ../tin.1:702
+#: ../tin.1:709
 msgid ""
 "For each thread in current group, if it at least one unread article is "
 "selected, all unread articles become selected. This is useful for auto-"
@@ -1827,13 +1851,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:702
+#: ../tin.1:709
 #, no-wrap
 msgid "B<GroupSelPattern '='>"
 msgstr "B<GroupSelPattern '='>"
 
 # type: Plain text
-#: ../tin.1:708
+#: ../tin.1:715
 msgid ""
 "Prompts for a pattern with which to match on. All threads whose subjects "
 "match the pattern will be marked selected. A pattern of ''*'' will match all "
@@ -1842,24 +1866,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:708
+#: ../tin.1:715
 #, no-wrap
 msgid "B<GroupReverseSel '@'>"
 msgstr "B<GroupReverseSel '@'>"
 
 # type: Plain text
-#: ../tin.1:711
+#: ../tin.1:718
 msgid "Reverse all selections on all articles."
 msgstr ""
 
 # type: TP
-#: ../tin.1:711
+#: ../tin.1:718
 #, no-wrap
 msgid "B<GroupUndoSel '~'>"
 msgstr "B<GroupUndoSel '~'>"
 
 # type: Plain text
-#: ../tin.1:717
+#: ../tin.1:724
 msgid ""
 "Undo all selections on all articles. It clears the toggle effect of "
 "B<GroupMarkUnselArtRead> ('B<X>') command. Thus after first doing a "
@@ -1868,13 +1892,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:717 ../tin.1:947 ../tin.1:1136
+#: ../tin.1:724 ../tin.1:954 ../tin.1:1146
 #, no-wrap
 msgid "B<Pipe '|'>"
 msgstr "B<Pipe '|'>"
 
 # type: Plain text
-#: ../tin.1:722 ../tin.1:952 ../tin.1:1141
+#: ../tin.1:729 ../tin.1:959 ../tin.1:1151
 msgid ""
 "Pipe current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles into command. See the section \"MAILING "
@@ -1882,13 +1906,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:722 ../tin.1:1141
+#: ../tin.1:729 ../tin.1:1151
 #, no-wrap
 msgid "B<QuickFilterSelect '['>"
 msgstr "B<QuickFilterSelect '['>"
 
 # type: Plain text
-#: ../tin.1:731
+#: ../tin.1:738
 msgid ""
 "Auto select article(s) with a single key [after confirmation]. The defaults "
 "used for selection are based upon the following four tinrc config variables: "
@@ -1900,13 +1924,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:731 ../tin.1:1150
+#: ../tin.1:738 ../tin.1:1160
 #, no-wrap
 msgid "B<QuickFilterKill ']'>"
 msgstr "B<QuickFilterKill ']'>"
 
 # type: Plain text
-#: ../tin.1:740
+#: ../tin.1:747
 msgid ""
 "Kill article(s) with a single key [after confirmation]. The defaults used "
 "for killing are based upon the following four tinrc config variables: "
@@ -1918,99 +1942,99 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:740
+#: ../tin.1:747
 #, no-wrap
 msgid "B<GroupReadBasenote '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<GroupReadBasenote '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:743
+#: ../tin.1:750
 msgid "Read current article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:743
+#: ../tin.1:750
 #, no-wrap
 msgid "B<GroupNextUnreadArtOrGrp 'E<lt>TABE<gt>'>"
 msgstr "B<GroupNextUnreadArtOrGrp 'E<lt>TABE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:746
+#: ../tin.1:753
 msgid "View next unread article or group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:746 ../tin.1:958 ../tin.1:1167
+#: ../tin.1:753 ../tin.1:965 ../tin.1:1177
 #, no-wrap
 msgid "B<SearchAuthF 'a'>"
 msgstr "B<SearchAuthF 'a'>"
 
 # type: Plain text
-#: ../tin.1:750
+#: ../tin.1:757
 msgid ""
 "Author forward search. This searches for articles with a specific ''From:'' "
 "line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:750 ../tin.1:963 ../tin.1:1170
+#: ../tin.1:757 ../tin.1:970 ../tin.1:1180
 #, no-wrap
 msgid "B<SearchAuthB 'A'>"
 msgstr "B<SearchAuthB 'A'>"
 
 # type: Plain text
-#: ../tin.1:753 ../tin.1:966
+#: ../tin.1:760 ../tin.1:973
 msgid "Author backward search. Otherwise, see B<SearchAuthF> ('B<a>') above."
 msgstr ""
 
 # type: TP
-#: ../tin.1:753 ../tin.1:966 ../tin.1:1173
+#: ../tin.1:760 ../tin.1:973 ../tin.1:1183
 #, no-wrap
 msgid "B<SearchBody 'B'>"
 msgstr "B<SearchBody 'B'>"
 
 # type: Plain text
-#: ../tin.1:757 ../tin.1:970 ../tin.1:1177
+#: ../tin.1:764 ../tin.1:977 ../tin.1:1187
 msgid ""
 "Search the body of all articles in group (can be slow). You can abort the "
 "search using B<Quit> ('B<q>')."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:761
+#: ../tin.1:768
 msgid ""
 "Mark all articles as read [after confirmation] then return to the group "
 "selection list. Move cursor to next group."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:765
+#: ../tin.1:772
 msgid ""
 "Mark all articles as read [after confirmation] and enter the next group with "
 "unread news."
 msgstr ""
 
 # type: TP
-#: ../tin.1:765
+#: ../tin.1:772
 #, no-wrap
 msgid "B<GroupToggleSubjDisplay 'd'>"
 msgstr "B<GroupToggleSubjDisplay 'd'>"
 
 # type: Plain text
-#: ../tin.1:769 ../tin.1:982
+#: ../tin.1:776 ../tin.1:989
 msgid ""
 "Cycle the display of the author through all the possible options for the "
 "tinrc variable B<show_author>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:769
+#: ../tin.1:776
 #, no-wrap
 msgid "B<GroupCancel 'D'>"
 msgstr "B<GroupCancel 'D'>"
 
 # type: Plain text
-#: ../tin.1:774 ../tin.1:987 ../tin.1:1190
+#: ../tin.1:781 ../tin.1:994 ../tin.1:1200
 msgid ""
 "Cancel (delete) or supersede (overwrite) the current article. It must have "
 "been posted by the same user. The cancel message can be seen in the "
@@ -2018,37 +2042,37 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:777
+#: ../tin.1:784
 #, no-wrap
 msgid "B<GroupGoto 'g'>"
 msgstr "B<GroupGoto 'g'>"
 
 # type: TP
-#: ../tin.1:781
+#: ../tin.1:788
 #, no-wrap
 msgid "B<GroupToggleGetartLimit 'G'>"
 msgstr "B<GroupToggleGetartLimit 'G'>"
 
 # type: Plain text
-#: ../tin.1:784
+#: ../tin.1:791
 msgid "Toggle article/group limit."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:788
+#: ../tin.1:795
 msgid ""
 "Display the subject of the first article in the current thread in the last "
 "line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:791
+#: ../tin.1:798
 #, no-wrap
 msgid "B<GroupMarkThdRead 'K'>"
 msgstr "B<GroupMarkThdRead 'K'>"
 
 # type: Plain text
-#: ../tin.1:797
+#: ../tin.1:804
 msgid ""
 "Mark article/thread as read and move onto the next unread article/thread. If "
 "a range of articles/threads is set, the range will be marked as read instead "
@@ -2057,35 +2081,35 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:797
+#: ../tin.1:804
 #, no-wrap
 msgid "B<GroupListThd 'l'>"
 msgstr "B<GroupListThd 'l'>"
 
 # type: Plain text
-#: ../tin.1:800
+#: ../tin.1:807
 msgid "Open the thread under the current cursor position."
 msgstr ""
 
 # type: TP
-#: ../tin.1:800 ../tin.1:1002 ../tin.1:1221
+#: ../tin.1:807 ../tin.1:1009 ../tin.1:1231
 #, no-wrap
 msgid "B<LookupMessage 'L'>"
 msgstr "B<LookupMessage 'L'>"
 
 # type: Plain text
-#: ../tin.1:803 ../tin.1:1005 ../tin.1:1224
+#: ../tin.1:810 ../tin.1:1012 ../tin.1:1234
 msgid "Look up article by ''Message-ID:''."
 msgstr "Artikel anhand der ''Message-ID:'' nachschlagen."
 
 # type: TP
-#: ../tin.1:803
+#: ../tin.1:810
 #, no-wrap
 msgid "B<GroupMail 'm'>"
 msgstr "B<GroupMail 'm'>"
 
 # type: Plain text
-#: ../tin.1:808 ../tin.1:1010 ../tin.1:1229
+#: ../tin.1:815 ../tin.1:1017 ../tin.1:1239
 msgid ""
 "Mail current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles to someone. See the section \"MAILING "
@@ -2093,35 +2117,35 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:812
+#: ../tin.1:819
 #, no-wrap
 msgid "B<GroupNextGroup 'n'>"
 msgstr "B<GroupNextGroup 'n'>"
 
 # type: Plain text
-#: ../tin.1:815
+#: ../tin.1:822
 msgid "Go to next group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:815
+#: ../tin.1:822
 #, no-wrap
 msgid "B<GroupNextUnreadArt 'N'>"
 msgstr "B<GroupNextUnreadArt 'N'>"
 
 # type: Plain text
-#: ../tin.1:818
+#: ../tin.1:825
 msgid "Go to next unread article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:818 ../tin.1:1010 ../tin.1:1239
+#: ../tin.1:825 ../tin.1:1017 ../tin.1:1249
 #, no-wrap
 msgid "B<Print 'o'>"
 msgstr "B<Print 'o'>"
 
 # type: Plain text
-#: ../tin.1:823 ../tin.1:1015 ../tin.1:1244
+#: ../tin.1:830 ../tin.1:1022 ../tin.1:1254
 msgid ""
 "Send current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles to printer. See the section \"MAILING "
@@ -2129,51 +2153,51 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:823
+#: ../tin.1:830
 #, no-wrap
 msgid "B<GroupPrevGroup 'p'>"
 msgstr "B<GroupPrevGroup 'p'>"
 
 # type: Plain text
-#: ../tin.1:826
+#: ../tin.1:833
 msgid "Go to previous group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:826
+#: ../tin.1:833
 #, no-wrap
 msgid "B<GroupPrevUnreadArt 'P'>"
 msgstr "B<GroupPrevUnreadArt 'P'>"
 
 # type: Plain text
-#: ../tin.1:829
+#: ../tin.1:836
 msgid "Go to previous unread article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:832 ../tin.1:1018
+#: ../tin.1:839 ../tin.1:1025
 msgid "Return to previous level."
 msgstr ""
 
 # type: TP
-#: ../tin.1:835
+#: ../tin.1:842
 #, no-wrap
 msgid "B<GroupToggleReadUnread 'r'>"
 msgstr "B<GroupToggleReadUnread 'r'>"
 
 # type: Plain text
-#: ../tin.1:838
+#: ../tin.1:845
 msgid "Toggle the display between all articles and unread articles."
 msgstr ""
 
 # type: TP
-#: ../tin.1:842
+#: ../tin.1:849
 #, no-wrap
 msgid "B<GroupSave 's'>"
 msgstr "B<GroupSave 's'>"
 
 # type: Plain text
-#: ../tin.1:847 ../tin.1:1030 ../tin.1:1269
+#: ../tin.1:854 ../tin.1:1037 ../tin.1:1279
 msgid ""
 "Save current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles. See the section \"MAILING PIPING "
@@ -2181,24 +2205,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:847
+#: ../tin.1:854
 #, no-wrap
 msgid "B<GroupAutoSave 'S'>"
 msgstr "B<GroupAutoSave 'S'>"
 
 # type: Plain text
-#: ../tin.1:850 ../tin.1:1033 ../tin.1:1272
+#: ../tin.1:857 ../tin.1:1040 ../tin.1:1282
 msgid "Save marked articles automatically without further prompting."
 msgstr "Markierte Artikel automatisch ohne weiteres Nachfragen speichern."
 
 # type: TP
-#: ../tin.1:850
+#: ../tin.1:857
 #, no-wrap
 msgid "B<GroupTag 't'>"
 msgstr "B<GroupTag 't'>"
 
 # type: Plain text
-#: ../tin.1:855
+#: ../tin.1:862
 msgid ""
 "Toggle tag-status of current article / thread for B<GroupMail> ('B<m>')  / "
 "B<Pipe> ('B<|>') / B<Print> ('B<o>') / B<GroupSave> ('B<s>') / "
@@ -2206,25 +2230,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:855
+#: ../tin.1:862
 #, no-wrap
 msgid "B<GroupTagParts 'T'>"
 msgstr "B<GroupTagParts 'T'>"
 
 # type: Plain text
-#: ../tin.1:858
+#: ../tin.1:865
 msgid ""
 "Automatically tag in order all the parts of the current multi-part message."
 msgstr ""
 
 # type: TP
-#: ../tin.1:858
+#: ../tin.1:865
 #, no-wrap
 msgid "B<GroupToggleThreading 'u'>"
 msgstr "B<GroupToggleThreading 'u'>"
 
 # type: Plain text
-#: ../tin.1:863
+#: ../tin.1:870
 msgid ""
 "Cycle the threading mode through no threading, threading by subject, "
 "threading by references, threading on both subject and references, group "
@@ -2232,18 +2256,18 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:863
+#: ../tin.1:870
 #, no-wrap
 msgid "B<GroupUntag 'U'>"
 msgstr "B<GroupUntag 'U'>"
 
 # type: Plain text
-#: ../tin.1:866
+#: ../tin.1:873
 msgid "Untag all articles that were tagged."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:872
+#: ../tin.1:879
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to edit the article again via B<PostEdit> ('B<e>'), postpone "
@@ -2252,13 +2276,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:872
+#: ../tin.1:879
 #, no-wrap
 msgid "B<GroupRepost 'x'>"
 msgstr "B<GroupRepost 'x'>"
 
 # type: Plain text
-#: ../tin.1:878
+#: ../tin.1:885
 msgid ""
 "Repost an already posted article / thread / auto-selected (hot) articles / "
 "articles matching pattern / tagged articles to another newsgroup(s). Useful "
@@ -2267,13 +2291,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:878
+#: ../tin.1:885
 #, no-wrap
 msgid "B<GroupMarkUnselArtRead 'X'>"
 msgstr "B<GroupMarkUnselArtRead 'X'>"
 
 # type: Plain text
-#: ../tin.1:886
+#: ../tin.1:893
 msgid ""
 "Mark all unread articles that have not been selected as read, redraw screen "
 "to reflect changes and put index at the first thread to begin reading.  "
@@ -2284,25 +2308,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:886 ../tin.1:1047 ../tin.1:1303
+#: ../tin.1:893 ../tin.1:1054 ../tin.1:1313
 #, no-wrap
 msgid "B<MarkArtUnread 'z'>"
 msgstr "B<MarkArtUnread 'z'>"
 
 # type: Plain text
-#: ../tin.1:889
+#: ../tin.1:896
 msgid "Mark current article as unread."
 msgstr "Aktuellen Artikel als ungelesen markieren."
 
 # type: TP
-#: ../tin.1:889 ../tin.1:1052 ../tin.1:1306
+#: ../tin.1:896 ../tin.1:1059 ../tin.1:1316
 #, no-wrap
 msgid "B<MarkThdUnread 'Z'>"
 msgstr "B<MarkThdUnread 'Z'>"
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:896
+#: ../tin.1:903
 msgid ""
 "Mark current thread as unread. If a range of threads is set, the range will "
 "be marked as unread instead of the current thread. When tagged threads are "
@@ -2310,94 +2334,94 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:896
+#: ../tin.1:903
 #, no-wrap
 msgid "THREAD LISTING COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:901
+#: ../tin.1:908
 msgid "Select article 4 within thread."
 msgstr "Artikel 4 aus dem Thread auswählen."
 
 # type: Plain text
-#: ../tin.1:932
+#: ../tin.1:939
 msgid "Search forward for a specified subject."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:935
+#: ../tin.1:942
 msgid "Search backwards for a specified subject."
 msgstr ""
 
 # type: TP
-#: ../tin.1:935
+#: ../tin.1:942
 #, no-wrap
 msgid "B<ThreadSelArt '*'>"
 msgstr "B<ThreadSelArt '*'>"
 
 # type: Plain text
-#: ../tin.1:938
+#: ../tin.1:945
 msgid "Select the current thread for later processing."
 msgstr ""
 
 # type: TP
-#: ../tin.1:938
+#: ../tin.1:945
 #, no-wrap
 msgid "B<ThreadToggleArtSel '.'>"
 msgstr "B<ThreadToggleArtSel '.'>"
 
 # type: Plain text
-#: ../tin.1:941
+#: ../tin.1:948
 msgid "Toggle selection of current article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:941
+#: ../tin.1:948
 #, no-wrap
 msgid "B<ThreadReverseSel '@'>"
 msgstr "B<ThreadReverseSel '@'>"
 
 # type: Plain text
-#: ../tin.1:944
+#: ../tin.1:951
 msgid "Reverse article selections."
-msgstr ""
+msgstr "Artikelauswahl invertieren."
 
 # type: TP
-#: ../tin.1:944
+#: ../tin.1:951
 #, no-wrap
 msgid "B<ThreadUndoSel '~'>"
 msgstr "B<ThreadUndoSel '~'>"
 
 # type: Plain text
-#: ../tin.1:947
+#: ../tin.1:954
 msgid "Undo all selections on current thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:952
+#: ../tin.1:959
 #, no-wrap
 msgid "B<ThreadReadArt '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<ThreadReadArt '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:955
+#: ../tin.1:962
 msgid "Read current article within thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:955
+#: ../tin.1:962
 #, no-wrap
 msgid "B<ThreadReadNextArtOrThread 'E<lt>TABE<gt>'>"
 msgstr "B<ThreadReadNextArtOrThread 'E<lt>TABE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:958
+#: ../tin.1:965
 msgid "View next unread article within thread."
 msgstr "Nächsten ungelesenen Artikel im Thread anzeigen."
 
 # type: Plain text
-#: ../tin.1:963
+#: ../tin.1:970
 msgid ""
 "Author forward search. This searches for articles with a specific ''From:'' "
 "line. The search will wrap over into the next thread if nothing is found in "
@@ -2405,44 +2429,44 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:974
+#: ../tin.1:981
 msgid ""
 "Mark thread as read [after confirmation] and return to the group index "
 "page.  Move cursor to next thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:978
+#: ../tin.1:985
 msgid ""
 "Mark thread as read [after confirmation] and enter the next thread "
 "containing unread news."
 msgstr ""
 
 # type: TP
-#: ../tin.1:978
+#: ../tin.1:985
 #, no-wrap
 msgid "B<ThreadToggleSubjDisplay 'd'>"
 msgstr "B<ThreadToggleSubjDisplay 'd'>"
 
 # type: TP
-#: ../tin.1:982
+#: ../tin.1:989
 #, no-wrap
 msgid "B<ThreadCancel 'D'>"
 msgstr "B<ThreadCancel 'D'>"
 
 # type: Plain text
-#: ../tin.1:993 ../tin.1:1212
+#: ../tin.1:1000 ../tin.1:1222
 msgid "Display the subject of the current article in the last line."
 msgstr "Subject des geöffneten Artikels in der untersten Zeile anzeigen."
 
 # type: TP
-#: ../tin.1:996
+#: ../tin.1:1003
 #, no-wrap
 msgid "B<ThreadMarkArtRead 'K'>"
 msgstr "B<ThreadMarkArtRead 'K'>"
 
 # type: Plain text
-#: ../tin.1:1002
+#: ../tin.1:1009
 msgid ""
 "Mark article as read and move onto the next unread article. If a range of "
 "articles is set, the range will be marked as read instead of the current "
@@ -2450,49 +2474,49 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1005
+#: ../tin.1:1012
 #, no-wrap
 msgid "B<ThreadMail 'm'>"
 msgstr "B<ThreadMail 'm'>"
 
 # type: TP
-#: ../tin.1:1025
+#: ../tin.1:1032
 #, no-wrap
 msgid "B<ThreadSave 's'>"
 msgstr "B<ThreadSave 's'>"
 
 # type: TP
-#: ../tin.1:1030
+#: ../tin.1:1037
 #, no-wrap
 msgid "B<ThreadAutoSave 'S'>"
 msgstr "B<ThreadAutoSave 'S'>"
 
 # type: TP
-#: ../tin.1:1033
+#: ../tin.1:1040
 #, no-wrap
 msgid "B<ThreadTag 't'>"
 msgstr "B<ThreadTag 't'>"
 
 # type: Plain text
-#: ../tin.1:1037 ../tin.1:1276
+#: ../tin.1:1044 ../tin.1:1286
 msgid ""
 "Toggle tag status of current article for mailing, piping, printing, saving "
 "or reposting."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1037
+#: ../tin.1:1044
 #, no-wrap
 msgid "B<ThreadUntag 'U'>"
 msgstr "B<ThreadUntag 'U'>"
 
 # type: Plain text
-#: ../tin.1:1040
+#: ../tin.1:1047
 msgid "Untag all tagged threads."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1047
+#: ../tin.1:1054
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to edit the article again via B<PostEdit> ('B<e>'), postpone "
@@ -2501,7 +2525,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1052
+#: ../tin.1:1059
 msgid ""
 "Mark current article in thread as unread. If a range of articles is set, the "
 "range will be marked as unread instead of the current article. When tagged "
@@ -2510,130 +2534,142 @@ msgstr ""
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:1057
+#: ../tin.1:1064
 msgid "Mark all articles in thread as unread."
 msgstr "Alle Artikel im aktuellen Thread as ungelesen markieren."
 
 # type: SS
-#: ../tin.1:1057
+#: ../tin.1:1064
 #, no-wrap
 msgid "ARTICLE VIEWER COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1062
+#: ../tin.1:1069
 msgid "Read the first (base) article in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1065
+#: ../tin.1:1072
 msgid "Read response 4 in this thread."
 msgstr "Antwort 4 im diesem Thread lesen."
 
 # type: TP
-#: ../tin.1:1069
+#: ../tin.1:1076
 #, no-wrap
 msgid "B<PageReplyQuoteHeaders '^E'>"
 msgstr "B<PageReplyQuoteHeaders '^E'>"
 
 # type: Plain text
-#: ../tin.1:1073
+#: ../tin.1:1080
 msgid ""
 "Reply through mail to the author of the current article with a copy of the "
 "article with all headers included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1073
+#: ../tin.1:1080
 #, no-wrap
 msgid "B<PagePGPCheckArticle '^G'>"
 msgstr "B<PagePGPCheckArticle '^G'>"
 
 # type: Plain text
-#: ../tin.1:1078
+#: ../tin.1:1085
 msgid "Perform B<pgp>(1)  operations on article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1078
+#: ../tin.1:1085
 #, no-wrap
-msgid "B<PageToggleHeaders '^H'>"
-msgstr "B<PageToggleHeaders '^H'>"
+msgid "B<PageToggleRaw '^H'>"
+msgstr "B<PageToggleRaw '^H'>"
 
 # type: Plain text
-#: ../tin.1:1081
+#: ../tin.1:1088
 msgid "Toggles the display mode (raw including all headers vs. cooked)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1085
+#: ../tin.1:1092
 #, no-wrap
 msgid "B<PageToggleTabs '^T'>"
 msgstr "B<PageToggleTabs '^T'>"
 
 # type: Plain text
-#: ../tin.1:1088
+#: ../tin.1:1095
 msgid "Toggle the TAB width between 4 and 8 characters."
-msgstr ""
+msgstr "Tabulatorbreite zwischen 4 und 8 Zeichen Umschalten."
 
 # type: TP
-#: ../tin.1:1088
+#: ../tin.1:1095
 #, no-wrap
 msgid "B<PageFollowupQuoteHeaders '^W'>"
 msgstr "B<PageFollowupQuoteHeaders '^W'>"
 
 # type: Plain text
-#: ../tin.1:1092
+#: ../tin.1:1099
 msgid ""
 "Post a followup to the current article with a copy of the article with all "
 "headers included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1092
+#: ../tin.1:1099
 #, no-wrap
 msgid "B<PageToggleTex2iso '\"'>"
 msgstr "B<PageToggleTex2iso '\"'>"
 
 # type: Plain text
-#: ../tin.1:1096
+#: ../tin.1:1103
 msgid ""
 "Toggle TeX to ISO decoding for current article. The default behavior is "
 "taken from the B<tex2iso_conv> variable in the tinrc file."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1096
+#: ../tin.1:1103
+#, no-wrap
+msgid "B<PageToggleAllHeaders '*'>"
+msgstr "B<PageToggleAllHeaders '*'>"
+
+# type: TP
+#: ../tin.1:1106
+msgid ""
+"Toggles the display of all headers vs. headers in B<news_headers_to_display>."
+msgstr ""
+
+# type: TP
+#: ../tin.1:1106
 #, no-wrap
 msgid "B<PageToggleRot '%'>"
 msgstr "B<PageToggleRot '%'>"
 
 # type: Plain text
-#: ../tin.1:1099
+#: ../tin.1:1109
 msgid "Toggle ROT-13 decoding for this article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1099
+#: ../tin.1:1109
 #, no-wrap
 msgid "B<PageToggleUue '('>"
 msgstr "B<PageToggleUue '('>"
 
 # type: Plain text
-#: ../tin.1:1103
+#: ../tin.1:1113
 msgid ""
 "Toggle the display of uuencoded sections. The default behavior is taken from "
 "the B<hide_uue> variable in the tinrc file."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1103
+#: ../tin.1:1113
 #, no-wrap
 msgid "B<PageReveal ')'>"
 msgstr "B<PageReveal ')'>"
 
 # type: Plain text
-#: ../tin.1:1110
+#: ../tin.1:1120
 msgid ""
 "The formfeed character (^L) is often used to hide 'spoilers' that the reader "
 "may not initially wish to see when viewing an article. Any text after a "
@@ -2643,23 +2679,23 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1119
+#: ../tin.1:1129
 msgid "Forward search the text of this article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1122
+#: ../tin.1:1132
 msgid "Backward search the text of this article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1122
+#: ../tin.1:1132
 #, no-wrap
 msgid "B<PageSkipIncludedText ':'>"
 msgstr "B<PageSkipIncludedText ':'>"
 
 # type: Plain text
-#: ../tin.1:1127
+#: ../tin.1:1137
 msgid ""
 "Skip to the end of the next quoted text-block in this article. Quoted text "
 "is everything which matches B<quote_regex>, B<quote_regex2> or "
@@ -2667,40 +2703,40 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1127
+#: ../tin.1:1137
 #, no-wrap
 msgid "B<PageTopThd 'E<lt>'>"
 msgstr "B<PageTopThd 'E<lt>'>"
 
 # type: Plain text
-#: ../tin.1:1130
-msgid "Goto the first article in the current thread."
+#: ../tin.1:1140
+msgid "Go to the first article in the current thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1130
+#: ../tin.1:1140
 #, no-wrap
 msgid "B<PageBotThd 'E<gt>'>"
 msgstr "B<PageBotThd 'E<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1133
-msgid "Goto the last article in the current thread."
+#: ../tin.1:1143
+msgid "Go to the last article in the current thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1133
+#: ../tin.1:1143
 #, no-wrap
 msgid "B<PageToggleHighlight '_'>"
 msgstr "B<PageToggleHighlight '_'>"
 
 # type: Plain text
-#: ../tin.1:1136
+#: ../tin.1:1146
 msgid "Toggle word highlighting on/off."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1150
+#: ../tin.1:1160
 msgid ""
 "Auto select article(s) with a single key. The defaults used for selection "
 "are set based upon the following four tinrc config variables: "
@@ -2712,7 +2748,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1159
+#: ../tin.1:1169
 msgid ""
 "Kill article(s) with a single key. The defaults used for killing are based "
 "upon the following four tinrc config variables: B<default_filter_kill_case>, "
@@ -2723,290 +2759,290 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1159
+#: ../tin.1:1169
 #, no-wrap
 msgid "B<PageNextThd '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<PageNextThd '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1162
-msgid "Goto next base article."
+#: ../tin.1:1172
+msgid "Go to next base article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1162
+#: ../tin.1:1172
 #, no-wrap
 msgid "B<PageNextUnread 'E<lt>TABE<gt>'>"
 msgstr "B<PageNextUnread 'E<lt>TABE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1167
+#: ../tin.1:1177
 msgid ""
-"Goto next unread article. If the tinrc variable B<goto_next_unread> doesn't "
+"Go to next unread article. If the tinrc variable B<goto_next_unread> doesn't "
 "contain PageNextUnread, then this key will first page through the current "
 "article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1170
+#: ../tin.1:1180
 msgid "Author forward search."
 msgstr "Suche nach Autor (vorwärts)."
 
 # type: Plain text
-#: ../tin.1:1173
+#: ../tin.1:1183
 msgid "Author backward search."
 msgstr "Suche nach Autor (rückwärts)."
 
 # type: Plain text
-#: ../tin.1:1181
+#: ../tin.1:1191
 msgid ""
 "Mark the current thread as read [after confirmation] and return to the "
 "previous menu. Move cursor to next item."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1185
+#: ../tin.1:1195
 msgid ""
 "Mark the rest of the current thread as read [after confirmation] and enter "
 "the next thread with unread articles."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1185
+#: ../tin.1:1195
 #, no-wrap
 msgid "B<PageCancel 'D'>"
 msgstr "B<PageCancel 'D'>"
 
 # type: TP
-#: ../tin.1:1190
+#: ../tin.1:1200
 #, no-wrap
 msgid "B<PageEditArticle 'e'>"
 msgstr "B<PageEditArticle 'e'>"
 
 # type: Plain text
-#: ../tin.1:1193
+#: ../tin.1:1203
 msgid ""
 "Edit the current article. This is restricted to mailgroups and saved news."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1196
+#: ../tin.1:1206
 #, no-wrap
 msgid "B<PageFollowupQuote 'f'>"
 msgstr "B<PageFollowupQuote 'f'>"
 
 # type: Plain text
-#: ../tin.1:1199
+#: ../tin.1:1209
 msgid ""
 "Post a followup to the current article with a copy of the article included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1199
+#: ../tin.1:1209
 #, no-wrap
 msgid "B<PageFollowup 'F'>"
 msgstr "B<PageFollowup 'F'>"
 
 # type: Plain text
-#: ../tin.1:1203
+#: ../tin.1:1213
 msgid ""
 "Post a followup to the current article without including a copy of the "
 "article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1203
+#: ../tin.1:1213
 #, no-wrap
 msgid "B<PageFirstPage 'g'>"
 msgstr "B<PageFirstPage 'g'>"
 
 # type: Plain text
-#: ../tin.1:1206
-msgid "Goto the start of the article."
-msgstr ""
+#: ../tin.1:1216
+msgid "Go to the start of the article."
+msgstr "Zum Anfang des Artikels springen."
 
 # type: TP
-#: ../tin.1:1206
+#: ../tin.1:1216
 #, no-wrap
 msgid "B<PageLastPage 'G'>"
 msgstr "B<PageLastPage 'G'>"
 
 # type: Plain text
-#: ../tin.1:1209
-msgid "Goto the end of the article."
+#: ../tin.1:1219
+msgid "Go to the end of the article."
 msgstr "Zum Ende des Artikels springen."
 
 # type: TP
-#: ../tin.1:1215
+#: ../tin.1:1225
 #, no-wrap
 msgid "B<PageKillThd 'K'>"
 msgstr "B<PageKillThd 'K'>"
 
 # type: Plain text
-#: ../tin.1:1218
+#: ../tin.1:1228
 msgid "Mark rest of thread as read and move onto the next unread thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1218
+#: ../tin.1:1228
 #, no-wrap
 msgid "B<PageListThd 'l'>"
 msgstr "B<PageListThd 'l'>"
 
 # type: Plain text
-#: ../tin.1:1221
+#: ../tin.1:1231
 msgid "Show the thread menu that the current article is a part of."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1224
+#: ../tin.1:1234
 #, no-wrap
 msgid "B<PageMail 'm'>"
 msgstr "B<PageMail 'm'>"
 
 # type: TP
-#: ../tin.1:1233
+#: ../tin.1:1243
 #, no-wrap
 msgid "B<PageNextArt 'n'>"
 msgstr "B<PageNextArt 'n'>"
 
 # type: Plain text
-#: ../tin.1:1236
+#: ../tin.1:1246
 msgid "Go to the next article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1236
+#: ../tin.1:1246
 #, no-wrap
 msgid "B<PageNextUnreadArt 'N'>"
 msgstr "B<PageNextUnreadArt 'N'>"
 
 # type: Plain text
-#: ../tin.1:1239
+#: ../tin.1:1249
 msgid "Go to the next unread article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1244
+#: ../tin.1:1254
 #, no-wrap
 msgid "B<PagePrevArt 'p'>"
 msgstr "B<PagePrevArt 'p'>"
 
 # type: Plain text
-#: ../tin.1:1247
+#: ../tin.1:1257
 msgid "Go to the previous article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1247
+#: ../tin.1:1257
 #, no-wrap
 msgid "B<PagePrevUnreadArt 'P'>"
 msgstr "B<PagePrevUnreadArt 'P'>"
 
 # type: Plain text
-#: ../tin.1:1250
+#: ../tin.1:1260
 msgid "Go to the previous unread article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1253
+#: ../tin.1:1263
 msgid "Return to the previous level."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1256
+#: ../tin.1:1266
 #, no-wrap
 msgid "B<PageReplyQuote 'r'>"
 msgstr "B<PageReplyQuote 'r'>"
 
 # type: Plain text
-#: ../tin.1:1260
+#: ../tin.1:1270
 msgid ""
 "Reply through mail to the author of the current article with a copy of the "
 "article included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1260
+#: ../tin.1:1270
 #, no-wrap
 msgid "B<PageReply 'R'>"
 msgstr "B<PageReply 'R'>"
 
 # type: Plain text
-#: ../tin.1:1264
+#: ../tin.1:1274
 msgid ""
 "Reply through mail to the author of the current article without including "
 "the original article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1264
+#: ../tin.1:1274
 #, no-wrap
 msgid "B<PageSave 's'>"
 msgstr "B<PageSave 's'>"
 
 # type: TP
-#: ../tin.1:1269
+#: ../tin.1:1279
 #, no-wrap
 msgid "B<PageAutoSave 'S'>"
 msgstr "B<PageAutoSave 'S'>"
 
 # type: TP
-#: ../tin.1:1272
+#: ../tin.1:1282
 #, no-wrap
 msgid "B<PageTag 't'>"
 msgstr "B<PageTag 't'>"
 
 # type: TP
-#: ../tin.1:1276
+#: ../tin.1:1286
 #, no-wrap
 msgid "B<PageGroupSel 'T'>"
 msgstr "B<PageGroupSel 'T'>"
 
 # type: Plain text
-#: ../tin.1:1279
+#: ../tin.1:1289
 msgid "Return to group selection level."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1279
+#: ../tin.1:1289
 #, no-wrap
 msgid "B<PageGotoParent 'u'>"
 msgstr "B<PageGotoParent 'u'>"
 
 # type: Plain text
-#: ../tin.1:1282
-msgid "Goto parent article."
+#: ../tin.1:1292
+msgid "Go to parent article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1282
+#: ../tin.1:1292
 #, no-wrap
 msgid "B<PageViewUrl 'U'>"
 msgstr "B<PageViewUrl 'U'>"
 
 # type: Plain text
-#: ../tin.1:1286
+#: ../tin.1:1296
 msgid ""
 "Display a list of URLs in the current article. See the section \"URL LISTING"
 "\" for more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1286
+#: ../tin.1:1296
 #, no-wrap
 msgid "B<PageViewAttach 'V'>"
 msgstr "B<PageViewAttach 'V'>"
 
 # type: Plain text
-#: ../tin.1:1290
+#: ../tin.1:1300
 msgid ""
 "Display a list of attachments of the current article. See the section "
 "\"ATTACHMENT LISTING\" for more information."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1297
+#: ../tin.1:1307
 msgid ""
 "Post an article to the current group. If posting fails for some reason, "
 "you'll get the chance to edit the article again via B<PostEdit> ('B<e>'), "
@@ -3015,13 +3051,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1297
+#: ../tin.1:1307
 #, no-wrap
 msgid "B<PageRepost 'x'>"
 msgstr "B<PageRepost 'x'>"
 
 # type: Plain text
-#: ../tin.1:1303
+#: ../tin.1:1313
 msgid ""
 "Repost an already posted article / thread / auto-selected (hot) articles / "
 "articles matching pattern / tagged articles to another newsgroup(s). Useful "
@@ -3030,76 +3066,76 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1306
+#: ../tin.1:1316
 msgid "Mark article as unread."
 msgstr "Alle Artikel als ungelesen markieren."
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:1311
+#: ../tin.1:1321
 msgid "Mark the current thread as unread."
 msgstr "Markiere den aktuellen Thread als ungelesen."
 
 # type: SS
-#: ../tin.1:1311
+#: ../tin.1:1321
 #, no-wrap
 msgid "URL LISTING"
-msgstr ""
+msgstr "URL LISTE"
 
 # type: Plain text
-#: ../tin.1:1314
+#: ../tin.1:1324
 msgid ""
 "B<PageViewUrl> ('B<U>') displays a list of URLs in the current article. "
 "Besides the common moving keys, the following commands are available:"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1315
+#: ../tin.1:1325
 #, no-wrap
 msgid "B<UrlSelect '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<UrlSelect '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1319
+#: ../tin.1:1329
 msgid ""
 "The current URL will be prompted and opened using the B<url_handler>. "
 "'B<E<lt>ESCE<gt>>' or no input will skip the URL."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1322
+#: ../tin.1:1332
 msgid "URL forward search."
 msgstr "Suche nach URL (vorwärts)."
 
 # type: Plain text
-#: ../tin.1:1325
+#: ../tin.1:1335
 msgid "URL backward search."
 msgstr "Suche nach URL (rückwärts)."
 
 # type: TP
-#: ../tin.1:1331 ../tin.1:1384
+#: ../tin.1:1341 ../tin.1:1394
 msgid "Shell escape."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1334
+#: ../tin.1:1344
 msgid "Toggle the display of the current URL in the last line."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1337 ../tin.1:1391
+#: ../tin.1:1347 ../tin.1:1401
 msgid "Help screen of commands available."
 msgstr ""
 
 # type: SS
 #. --------------------------------------------------------------------
-#: ../tin.1:1343
+#: ../tin.1:1353
 #, no-wrap
 msgid "ATTACHMENT LISTING"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1346
+#: ../tin.1:1356
 msgid ""
 "B<PageViewAttach> ('B<V>') displays a list of attachments of the current "
 "article. Besides the common moving keys, the following commands are "
@@ -3107,108 +3143,108 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1347
+#: ../tin.1:1357
 #, no-wrap
 msgid "B<AttachPipe 'p'>"
 msgstr "B<AttachPipe 'p'>"
 
 # type: Plain text
-#: ../tin.1:1350
+#: ../tin.1:1360
 msgid "Pipe attachment into command."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1350
+#: ../tin.1:1360
 #, no-wrap
 msgid "B<AttachSave 's'>"
 msgstr "B<AttachSave 's'>"
 
 # type: Plain text
-#: ../tin.1:1353
+#: ../tin.1:1363
 msgid "Save current attachment / tagged attachments to disk."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1353
+#: ../tin.1:1363
 #, no-wrap
 msgid "B<AttachSelect '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<AttachSelect '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1356
+#: ../tin.1:1366
 msgid "View attachment."
 msgstr "Multimediaanhänge anzeigen."
 
 # type: TP
-#: ../tin.1:1356
+#: ../tin.1:1366
 #, no-wrap
 msgid "B<AttachTag 't'>"
 msgstr "B<AttachTag 't'>"
 
 # type: Plain text
-#: ../tin.1:1359
+#: ../tin.1:1369
 msgid "Tag one or more attachments for saving."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1359
+#: ../tin.1:1369
 #, no-wrap
 msgid "B<AttachTagPattern '='>"
 msgstr "B<AttachTagPattern '='>"
 
 # type: Plain text
-#: ../tin.1:1363
+#: ../tin.1:1373
 msgid ""
 "Prompts for a pattern to match. All attachments whose name/description or "
 "content type/transfer encoding match the pattern will be tagged."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1363
+#: ../tin.1:1373
 #, no-wrap
 msgid "B<AttachToggleTagged '@'>"
 msgstr "B<AttachToggleTagged '@'>"
 
 # type: Plain text
-#: ../tin.1:1366
+#: ../tin.1:1376
 msgid "Reverse tagging of all attachments."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1366
+#: ../tin.1:1376
 #, no-wrap
 msgid "B<AttachUntag 'U'>"
 msgstr "B<AttachUntag 'U'>"
 
 # type: Plain text
-#: ../tin.1:1369
+#: ../tin.1:1379
 msgid "Untag all tagged attachments."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1372
+#: ../tin.1:1382
 msgid "Attachment forward search."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1375
+#: ../tin.1:1385
 msgid "Attachment backward search."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1378
+#: ../tin.1:1388
 #, no-wrap
 msgid "B<GlobalPipe '|'>"
 msgstr "B<GlobalPipe '|'>"
 
 # type: Plain text
-#: ../tin.1:1381
+#: ../tin.1:1391
 msgid ""
 "Pipe attachment into command. Uses the raw attachment, no decoding is done."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1388
+#: ../tin.1:1398
 msgid ""
 "Toggle the display of the name/description of the current attachment in the "
 "last line."
@@ -3216,14 +3252,14 @@ msgstr "Names oder Beschreibung des Anha
 
 # type: SS
 #. --------------------------------------------------------------------
-#: ../tin.1:1397
+#: ../tin.1:1407
 #, no-wrap
 msgid "GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES"
 msgstr ""
 
 # type: Plain text
 #.  FIXME - add missing descriptions
-#: ../tin.1:1407
+#: ../tin.1:1417
 msgid ""
 "At startup, B<tin> reads in the configuration files (see also B<tin>(5)).  "
 "They contain a list of variables that can be used to configure the way "
@@ -3235,7 +3271,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1415
+#: ../tin.1:1425
 msgid ""
 "The variables are user configurable by editing I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "tin/tinrc> directly. Most of them can also be set in the GLOBAL OPTIONS MENU "
@@ -3246,7 +3282,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1421
+#: ../tin.1:1431
 msgid ""
 "In the options menu use the cursor keys in the usual way to move around. Use "
 "B<ConfigSelect> ('B<^J>' or 'B<E<lt>CRE<gt>>') to 'open' the option you wish "
@@ -3256,7 +3292,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1428
+#: ../tin.1:1438
 msgid ""
 "As with the other menus, B<RedrawScr> ('B<^L>') will redraw the screen. You "
 "can use B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and B<SearchRepeat> "
@@ -3266,7 +3302,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1433
+#: ../tin.1:1443
 msgid ""
 "The options menu provides access to the attributes menu for the current "
 "group by the B<ConfigToggleAttrib> ('B<E<lt>TABE<gt>>') command. Pressing "
@@ -3275,14 +3311,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1436
+#: ../tin.1:1446
 msgid ""
 "The B<ConfigScopeMenu> ('B<S>') command brings up the scopes menu. For more "
 "information see section \"SCOPES MENU\"."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1440
+#: ../tin.1:1450
 msgid ""
 "Here is a full list of all the available variables. The name in braces is "
 "the name of the corresponding setting in I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/"
@@ -3290,13 +3326,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1440
+#: ../tin.1:1450
 #, no-wrap
 msgid "B<Abbreviate long newsgroup names (abbreviate_groupname)>"
 msgstr "B<Lange Newsgruppennamen abkürzen (abbreviate_groupname)>"
 
 # type: Plain text
-#: ../tin.1:1446 ../tin.5:1183
+#: ../tin.1:1456 ../tin.5:1185
 msgid ""
 "If ON abbreviate long newsgroup names at group selection level and article "
 "level (if necessary) like this: news.software.readers -E<gt> n.software."
@@ -3304,161 +3340,161 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1446
+#: ../tin.1:1456
 #, no-wrap
 msgid "B<Add posted articles to filter (add_posted_to_filter)>"
 msgstr "B<Füge gepostete Artikel zum Filter (add_posted_to_filter)>"
 
 # type: Plain text
-#: ../tin.1:1450 ../tin.5:1187
+#: ../tin.1:1460 ../tin.5:1189
 msgid ""
 "If ON add posted articles which start a new thread to filter for "
 "highlighting follow-ups. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1450
+#: ../tin.1:1460
 #, no-wrap
 msgid "B<Insert 'User-Agent:'-header (advertising)>"
 msgstr "B<Füge 'User-Agent:'-header ein (advertising)>"
 
 # type: Plain text
-#: ../tin.1:1453 ../tin.5:1190
+#: ../tin.1:1463 ../tin.5:1192
 msgid "Turn ON advertising in header (''User-Agent:''). Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1453
+#: ../tin.1:1463
 #, no-wrap
 msgid "B<Skip multipart/alternative parts (alternative_handling)>"
 msgstr "B<Übersp. multipart/alternative-Teile (alternative_handling)>"
 
 # type: Plain text
-#: ../tin.1:1456 ../tin.5:1193
+#: ../tin.1:1466 ../tin.5:1195
 msgid ""
 "If ON strip multipart/alternative messages automatically. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1456
+#: ../tin.1:1466
 #, no-wrap
 msgid "B<Character to show deleted articles (art_marked_deleted)>"
 msgstr "B<Zeichen für gelöschte Artikel (art_marked_deleted)>"
 
 # type: Plain text
-#: ../tin.1:1459 ../tin.5:1196
+#: ../tin.1:1469 ../tin.5:1198
 msgid "The character used to show that an article was deleted. Default is 'D'."
 msgstr "Zeichen das anzeigt, dass ein Artikel gelöscht wurde. Standard is 'D'."
 
 # type: TP
-#: ../tin.1:1459
+#: ../tin.1:1469
 #, no-wrap
 msgid "B<Character to show inrange articles (art_marked_inrange)>"
 msgstr "B<Zeichen für Artikel im Bereich (art_marked_inrange)>"
 
 # type: Plain text
-#: ../tin.1:1462 ../tin.5:1199
+#: ../tin.1:1472 ../tin.5:1201
 msgid ""
 "The character used to show that an article is in a range. Default is '#'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1462
+#: ../tin.1:1472
 #, no-wrap
 msgid "B<Character to show returning arts (art_marked_return)>"
 msgstr "B<Zeichen für wiederkehrende Artikel (art_marked_return)>"
 
 # type: Plain text
-#: ../tin.1:1466 ../tin.5:1203
+#: ../tin.1:1476 ../tin.5:1205
 msgid ""
 "The character used to show that an article will return as an unread article "
 "when the group is next entered. Default is '-'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1466
+#: ../tin.1:1476
 #, no-wrap
 msgid "B<Character to show selected articles (art_marked_selected)>"
 msgstr "B<Zeichen für wichtige Artikel (art_marked_selected)>"
 
 # type: Plain text
-#: ../tin.1:1470 ../tin.5:1207
+#: ../tin.1:1480 ../tin.5:1209
 msgid ""
 "The character used to show that an article/thread is auto-selected (hot).  "
 "Default is '*'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1470
+#: ../tin.1:1480
 #, no-wrap
 msgid "B<Character to show recent articles (art_marked_recent)>"
 msgstr "B<Zeichen für aktuelle Artikel (art_marked_recent)>"
 
 # type: Plain text
-#: ../tin.1:1474 ../tin.5:1211
+#: ../tin.1:1484 ../tin.5:1213
 msgid ""
 "The character used to show that an article/thread is recent (not older than "
 "X days). See also B<recent_time>. Default is 'o'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1474
+#: ../tin.1:1484
 #, no-wrap
 msgid "B<Character to show unread articles (art_marked_unread)>"
 msgstr "B<Zeichen für ungelesene Artikel (art_marked_unread)>"
 
 # type: Plain text
-#: ../tin.1:1478
+#: ../tin.1:1488
 msgid ""
 "The character used to show that an article has not been read. Default is "
 "\\&'+'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1478
+#: ../tin.1:1488
 #, no-wrap
 msgid "B<Character to show read articles (art_marked_read)>"
 msgstr "B<Zeichen für gelesene Artikel (art_marked_read)>"
 
 # type: Plain text
-#: ../tin.1:1481 ../tin.5:1218
+#: ../tin.1:1491 ../tin.5:1220
 msgid "The character used to show that an article was read. Default is ' '."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1481
+#: ../tin.1:1491
 #, no-wrap
 msgid "B<Character to show killed articles (art_marked_killed)>"
 msgstr "B<Zeichen für gekillte Artikel (art_marked_killed)>"
 
 # type: Plain text
-#: ../tin.1:1485 ../tin.5:1222
+#: ../tin.1:1495 ../tin.5:1224
 msgid ""
 "The character used to show that an article was killed. Default is 'K'.  "
 "B<kill_level> must be set accordingly."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1485
+#: ../tin.1:1495
 #, no-wrap
 msgid "B<Character to show read selected arts (art_marked_read_selected)>"
 msgstr "B<Zeichen für gelesene wichtige Art. (art_marked_read_selected)>"
 
 # type: Plain text
-#: ../tin.1:1489 ../tin.5:1226
+#: ../tin.1:1499 ../tin.5:1228
 msgid ""
 "The character used to show that an article was hot before it was read.  "
 "Default is ':'. B<kill_level> must be set accordingly."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1489 ../tin.5:1226
+#: ../tin.1:1499 ../tin.5:1228
 #, no-wrap
 msgid "B<Ask before using MIME viewer (ask_for_metamail)>"
 msgstr "B<Start des MIME-Viewers bestätigen (ask_for_metamail)>"
 
 # type: Plain text
-#: ../tin.1:1494
+#: ../tin.1:1504
 msgid ""
 "If ON B<tin> will ask before using a MIME viewer (B<metamail_prog>) to "
 "display MIME messages. This only occurs if a MIME viewer is set. Default is "
@@ -3466,50 +3502,50 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1494
+#: ../tin.1:1504
 #, no-wrap
 msgid "B<Send you a cc and/or bcc automatically (auto_cc_bcc)>"
 msgstr "B<Sendet Ihnen eine cc und/oder eine blinde cc autom. (auto_cc_bcc)>"
 
 # type: Plain text
-#: ../tin.1:1498 ../tin.5:1237
+#: ../tin.1:1508 ../tin.5:1239
 msgid ""
 "Automatically put your name in the ''Cc:'' and/or ''Bcc:'' field when "
 "mailing an article. Default is No."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1498
+#: ../tin.1:1508
 #, no-wrap
 msgid "B<List thread using right arrow key (auto_list_thread)>"
 msgstr "B<Zeige Thread mit rechter Pfeilt. an (auto_list_thread)>"
 
 # type: Plain text
-#: ../tin.1:1502 ../tin.5:1241
+#: ../tin.1:1512 ../tin.5:1243
 msgid ""
 "If ON automatically list thread when entering it using right arrow key.  "
 "Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1502
+#: ../tin.1:1512
 #, no-wrap
 msgid "B<Reconnect to server automatically (auto_reconnect)>"
 msgstr "B<Autom. Wiederverbindung zum Server (auto_reconnect)>"
 
 # type: Plain text
-#: ../tin.1:1505 ../tin.1:2420
+#: ../tin.1:1515 ../tin.1:2430
 msgid "Default is OFF."
 msgstr "Standard ist OFF."
 
 # type: TP
-#: ../tin.1:1505
+#: ../tin.1:1515
 #, no-wrap
 msgid "B<Use Archive-name: header for save (auto_save)>"
 msgstr "B<Nutze Archive-name: zum Speichern (auto_save)>"
 
 # type: Plain text
-#: ../tin.1:1511 ../tin.5:1250
+#: ../tin.1:1521 ../tin.5:1252
 msgid ""
 "If ON articles/threads with ''Archive-name:'' in header will be "
 "automatically saved with the Archive-name & part/patch no and post processed "
@@ -3517,13 +3553,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1511
+#: ../tin.1:1521
 #, no-wrap
 msgid "B<Save articles in batch mode (batch_save)>"
 msgstr "B<Speicher Artikel im Batchmode (-S) (batch_save)>"
 
 # type: Plain text
-#: ../tin.1:1516 ../tin.5:1255
+#: ../tin.1:1526 ../tin.5:1257
 msgid ""
 "If set ON articles/threads will be saved in batch mode when save \\&''B<-"
 "S>'' or mail ''B<-M>, B<-N>'' is specified on the command line. Default is "
@@ -3531,13 +3567,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1516
+#: ../tin.1:1526
 #, no-wrap
 msgid "B<Show mini menu & posting etiquette (beginner_level)>"
 msgstr "B<Zeigt Minimenü & Posting etiquette (beginner_level)>"
 
 # type: Plain text
-#: ../tin.1:1521 ../tin.5:1260
+#: ../tin.1:1531 ../tin.5:1262
 msgid ""
 "If set ON a mini menu of the most useful commands will be displayed at the "
 "bottom of the screen for each level. Also a short posting etiquette will be "
@@ -3545,13 +3581,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1521
+#: ../tin.1:1531
 #, no-wrap
 msgid "B<Cache NNTP overview files locally (cache_overview_files)>"
 msgstr "B<Speichere NNTP Overview Daten lokal (cache_overview_files)>"
 
 # type: Plain text
-#: ../tin.1:1526
+#: ../tin.1:1536
 msgid ""
 "If ON, create local copies of NNTP overview files. This can be used to "
 "considerably speed up accessing large groups when using a slow connection.  "
@@ -3559,302 +3595,302 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1526
+#: ../tin.1:1536
 #, no-wrap
 msgid "B<Catchup read groups when quitting (catchup_read_groups)>"
 msgstr "B<Catchup der Gruppen beim Beenden (catchup_read_groups)>"
 
 # type: Plain text
-#: ../tin.1:1532 ../tin.5:1269
+#: ../tin.1:1542 ../tin.5:1271
 msgid ""
 "If set ON the user is asked when quitting if all groups read during the "
 "current session should be marked read. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1532
+#: ../tin.1:1542
 #, no-wrap
 msgid "B<Standard background color (col_back)>"
 msgstr "B<Standard Hintergrundfarbe (col_back)>"
 
 # type: Plain text
-#: ../tin.1:1535 ../tin.5:1272
+#: ../tin.1:1545 ../tin.5:1274
 msgid "Standard background color"
 msgstr "Standard Hintergrundfarbe"
 
 # type: TP
-#: ../tin.1:1535
+#: ../tin.1:1545
 #, no-wrap
 msgid "B<Color of sender (From:) (col_from)>"
 msgstr "B<Farbe des Autors (From:) (col_from)>"
 
 # type: Plain text
-#: ../tin.1:1538 ../tin.5:1275
+#: ../tin.1:1548 ../tin.5:1277
 msgid "Color of sender (From:)"
 msgstr "Farbe des Autors (From:)"
 
 # type: TP
-#: ../tin.1:1538
+#: ../tin.1:1548
 #, no-wrap
 msgid "B<Color of article header lines (col_head)>"
 msgstr "B<Farbe der Artikelheaderzeilen (col_head)>"
 
 # type: Plain text
-#: ../tin.1:1541 ../tin.5:1278
+#: ../tin.1:1551 ../tin.5:1280
 msgid "Color of header-lines"
 msgstr "Farbe der Artikelheaderzeilen"
 
 # type: TP
-#: ../tin.1:1541
+#: ../tin.1:1551
 #, no-wrap
 msgid "B<Color of help text (col_help)>"
 msgstr "B<Farbe des Hilfstext (col_help)>"
 
 # type: Plain text
-#: ../tin.1:1544 ../tin.5:1281
+#: ../tin.1:1554 ../tin.5:1283
 msgid "Color of help pages"
 msgstr "Farbe des Hilfstext"
 
 # type: TP
-#: ../tin.1:1544
+#: ../tin.1:1554
 #, no-wrap
 msgid "B<Color for inverse text (background) (col_invers_bg)>"
 msgstr "B<Farbe des inversen Text (Hinterg.) (col_invers_bg)>"
 
 # type: Plain text
-#: ../tin.1:1547 ../tin.5:1284
+#: ../tin.1:1557 ../tin.5:1286
 msgid "Color of background for inverse text"
 msgstr "Hintergrundfarbe für inversen Text"
 
 # type: TP
-#: ../tin.1:1547
+#: ../tin.1:1557
 #, no-wrap
 msgid "B<Color for inverse text (foreground) (col_invers_fg)>"
 msgstr "B<Farbe des inversen Text (Vordergr.) (col_invers_fg)>"
 
 # type: Plain text
-#: ../tin.1:1550 ../tin.5:1287
+#: ../tin.1:1560 ../tin.5:1289
 msgid "Color of foreground for inverse text"
 msgstr "Vordergrundfarbe für inversen Text"
 
 # type: TP
-#: ../tin.1:1550
+#: ../tin.1:1560
 #, no-wrap
 msgid "B<Color of highlighting with _dash_ (col_markdash)>"
 msgstr "B<Farbe der Hervorhebung _Striche_ (col_markdash)>"
 
 # type: Plain text
-#: ../tin.1:1554 ../tin.5:1291
+#: ../tin.1:1564 ../tin.5:1293
 msgid ""
 "Color of words emphasized like _this_. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1554
+#: ../tin.1:1564
 #, no-wrap
 msgid "B<Color of highlighting with /slash/ (col_markslash)>"
 msgstr "B<Farbe der Hervorhebung /Schrägstr./ (col_markslash)>"
 
 # type: Plain text
-#: ../tin.1:1558 ../tin.5:1295
+#: ../tin.1:1568 ../tin.5:1297
 msgid ""
 "Color of words emphasized like /this/. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1558
+#: ../tin.1:1568
 #, no-wrap
 msgid "B<Color of highlighting with *stars* (col_markstar)>"
 msgstr "B<Farbe der Hervorhebung *Sterne* (col_markstar)>"
 
 # type: Plain text
-#: ../tin.1:1562 ../tin.5:1299
+#: ../tin.1:1572 ../tin.5:1301
 msgid ""
 "Color of words emphasized like *this*. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1562
+#: ../tin.1:1572
 #, no-wrap
 msgid "B<Color of highlighting with -stroke- (col_markstroke)>"
 msgstr "B<Farbe der Hervorhebung -Durchstr.- (col_markstroke)>"
 
 # type: Plain text
-#: ../tin.1:1566 ../tin.5:1303
+#: ../tin.1:1576 ../tin.5:1305
 msgid ""
 "Color of words emphasized like -this-. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1566
+#: ../tin.1:1576
 #, no-wrap
 msgid "B<Color of mini help menu (col_minihelp)>"
 msgstr "B<Farbe des Minihilfemenü (col_minihelp)>"
 
 # type: Plain text
-#: ../tin.1:1569 ../tin.5:1306
+#: ../tin.1:1579 ../tin.5:1308
 msgid "Color of mini help menu"
 msgstr "Farbe des Minihilfemenü"
 
 # type: TP
-#: ../tin.1:1569
+#: ../tin.1:1579
 #, no-wrap
 msgid "B<Color of actual news header fields (col_newsheaders)>"
 msgstr "B<Farbe des angezeigten Headers (col_newsheaders)>"
 
 # type: Plain text
-#: ../tin.1:1572 ../tin.5:1309
+#: ../tin.1:1582 ../tin.5:1311
 msgid "Color of actual news header fields"
 msgstr "Farbe des angezeigten Headers"
 
 # type: TP
-#: ../tin.1:1572
+#: ../tin.1:1582
 #, no-wrap
 msgid "B<Standard foreground color (col_normal)>"
 msgstr "B<Standard Vordergrundfarbe (col_normal)>"
 
 # type: Plain text
-#: ../tin.1:1575 ../tin.5:1312
+#: ../tin.1:1585 ../tin.5:1314
 msgid "Standard foreground color"
 msgstr "Standard Vordergrundfarbe"
 
 # type: TP
-#: ../tin.1:1575
+#: ../tin.1:1585
 #, no-wrap
 msgid "B<Color of quoted lines (col_quote)>"
 msgstr "B<Farbe der zitierten Zeilen (col_quote)>"
 
 # type: Plain text
-#: ../tin.1:1578 ../tin.5:1315
+#: ../tin.1:1588 ../tin.5:1317
 msgid "Color of quoted lines"
 msgstr "Farbe der zitierten Zeilen"
 
 # type: TP
-#: ../tin.1:1578
+#: ../tin.1:1588
 #, no-wrap
 msgid "B<Color of twice quoted line (col_quote2)>"
 msgstr "B<Farbe von zweifach zitierten Zeilen (col_quote2)>"
 
 # type: Plain text
-#: ../tin.1:1581 ../tin.5:1318
+#: ../tin.1:1591 ../tin.5:1320
 msgid "Color of twice quoted lines"
 msgstr "Farbe von zweifach zitierten Zeilen"
 
 # type: TP
-#: ../tin.1:1581
+#: ../tin.1:1591
 #, no-wrap
 msgid "B<Color of =E<gt>3 times quoted line (col_quote3)>"
 msgstr "B<Farbe von =E<gt>3-fach zitierten Zeilen (col_quote3)>"
 
 # type: Plain text
-#: ../tin.1:1584 ../tin.5:1321
+#: ../tin.1:1594 ../tin.5:1323
 msgid "Color of E<gt>=3 times quoted lines"
 msgstr "Farbe von =E<gt>3-fach zitierten Zeilen"
 
 # type: TP
-#: ../tin.1:1584
+#: ../tin.1:1594
 #, no-wrap
 msgid "B<Color of response counter (col_response)>"
 msgstr "B<Farbe des Antwortzählers (col_response)>"
 
 # type: Plain text
-#: ../tin.1:1588
+#: ../tin.1:1598
 msgid ""
 "Color of response counter. This is the text that says \"Response x of y\" in "
 "the article viewer."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1588
+#: ../tin.1:1598
 #, no-wrap
 msgid "B<Color of signatures (col_signature)>"
 msgstr "B<Farbe von Signaturen (col_signature)>"
 
 # type: Plain text
-#: ../tin.1:1591 ../tin.5:1328
+#: ../tin.1:1601 ../tin.5:1330
 msgid "Color of signatures"
 msgstr "Farbe von Signaturen"
 
 # type: TP
-#: ../tin.1:1591
+#: ../tin.1:1601
 #, no-wrap
 msgid "B<Color of urls highlight (col_urls)>"
 msgstr "B<Farbe der hervorgehobenen URLs (col_urls)>"
 
 # type: Plain text
-#: ../tin.1:1594 ../tin.5:1331
+#: ../tin.1:1604 ../tin.5:1333
 msgid "Color of urls highlight"
 msgstr "Farbe der hervorgehobenen URLs"
 
 # type: TP
-#: ../tin.1:1594
+#: ../tin.1:1604
 #, no-wrap
 msgid "B<Color of verbatim blocks (col_verbatim)>"
 msgstr "B<Farbe des wortgetreu darzustellenden Textes (col_verbatim)>"
 
 # type: Plain text
 #
-#: ../tin.1:1597 ../tin.5:1334
+#: ../tin.1:1607 ../tin.5:1336
 msgid "Color of verbatim blocks"
 msgstr "Farbe des wortgetreu darzustellenden Textes"
 
 # type: TP
-#: ../tin.1:1597
+#: ../tin.1:1607
 #, no-wrap
 msgid "B<Color of article subject lines (col_subject)>"
 msgstr "B<Farbe der Subjectzeile (col_subject)>"
 
 # type: Plain text
-#: ../tin.1:1600 ../tin.5:1337
+#: ../tin.1:1610 ../tin.5:1339
 msgid "Color of article subject"
 msgstr "Farbe der Subjectzeile"
 
 # type: TP
-#: ../tin.1:1600
+#: ../tin.1:1610
 #, no-wrap
 msgid "B<Color of text lines (col_text)>"
 msgstr "B<Farbe der Textzeilen (col_text)>"
 
 # type: Plain text
-#: ../tin.1:1603 ../tin.5:1340
+#: ../tin.1:1613 ../tin.5:1342
 msgid "Color of text-lines"
 msgstr "Farbe der Textzeilen"
 
 # type: TP
-#: ../tin.1:1603
+#: ../tin.1:1613
 #, no-wrap
 msgid "B<Color of help/mail sign (col_title)>"
 msgstr "B<Farbe des Hilfe/Mail-Zeichens (col_title)>"
 
 # type: Plain text
-#: ../tin.1:1606 ../tin.5:1343
+#: ../tin.1:1616 ../tin.5:1345
 msgid "Color of help/mail sign"
 msgstr "Farbe des Hilfe/Mail-Zeichens"
 
 # type: TP
-#: ../tin.1:1606
+#: ../tin.1:1616
 #, no-wrap
 msgid "B<Which actions require confirmation (confirm_choice)>"
 msgstr "B<Bestätigung erforderlich für (confirm_choice)>"
 
 # type: Plain text
-#: ../tin.1:1609
+#: ../tin.1:1619
 msgid "Ask for manual confirmation to protect the user."
 msgstr ""
 
 # type: IP
-#: ../tin.1:1610 ../tin.1:1616 ../tin.1:1620
+#: ../tin.1:1620 ../tin.1:1626 ../tin.1:1630
 #, no-wrap
 msgid "\\(bu"
 msgstr "\\(bu"
 
 # type: Plain text
 #.  TODO: check if all affected commands are marked [after confirmation]
-#: ../tin.1:1616
+#: ../tin.1:1626
 msgid ""
 "B<commands> Ask for confirmation before executing certain dangerous commands "
 "(e.g., B<Catchup> ('B<c>')). Commands that this affects are marked in this "
@@ -3862,21 +3898,21 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1620
+#: ../tin.1:1630
 msgid ""
 "B<quit> You'll be asked to confirm that you wish to exit B<tin> when you use "
 "the B<Quit> ('B<q>') command."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1624
+#: ../tin.1:1634
 msgid ""
 "B<select> Ask for confirmation before marking all not selected (with "
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1625
+#: ../tin.1:1635
 #, no-wrap
 msgid "B<Format string for display of dates (date_format)>"
 msgstr "B<Datums Format-Zeichenkette (date_format)>"
@@ -3885,7 +3921,7 @@ msgstr "B<Datums Format-Zeichenkette (da
 # type: Plain text
 #.  most of these default_* settings are not available from the menu
 #.  as they are intended for internal use only.
-#: ../tin.1:1637
+#: ../tin.1:1647
 msgid ""
 "Format string B<tin> uses for date representation. A description of the "
 "different format options can be found at B<strftime>(3).  B<tin> uses "
@@ -3894,403 +3930,403 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1637
+#: ../tin.1:1647
 #, no-wrap
 msgid "B<(default_art_search)>"
 msgstr "B<(default_art_search)>"
 
 # type: TP
-#: ../tin.1:1639
+#: ../tin.1:1649
 #, no-wrap
 msgid "B<(default_author_search)>"
 msgstr "B<(default_author_search)>"
 
 # type: TP
-#: ../tin.1:1641
+#: ../tin.1:1651
 #, no-wrap
 msgid "B<(default_config_search)>"
 msgstr "B<(default_config_search)>"
 
 # type: Plain text
-#: ../tin.1:1644 ../tin.5:1382
+#: ../tin.1:1654 ../tin.5:1384
 msgid "The last article/author/config option that was searched for."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1644
+#: ../tin.1:1654
 #, no-wrap
 msgid "B<(default_filter_days)>"
 msgstr "B<(default_filter_days)>"
 
 # type: Plain text
-#: ../tin.1:1647 ../tin.5:1385
+#: ../tin.1:1657 ../tin.5:1387
 msgid "Default is 28."
 msgstr "Standard ist 28."
 
 # type: TP
-#: ../tin.1:1647
+#: ../tin.1:1657
 #, no-wrap
 msgid "B<(default_filter_kill_case)>"
 msgstr "B<(default_filter_kill_case)>"
 
 # type: Plain text
-#: ../tin.1:1651
+#: ../tin.1:1661
 msgid ""
 "Default for quick (1 key) kill filter case.  ON = filter case sensitive, OFF "
 "= ignore case. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1651
+#: ../tin.1:1661
 #, no-wrap
 msgid "B<(default_filter_kill_expire)>"
 msgstr "B<(default_filter_kill_expire)>"
 
 # type: Plain text
-#: ../tin.1:1656
+#: ../tin.1:1666
 msgid ""
 "Default for quick (1 key) kill filter expire.  ON = limit to "
 "B<default_filter_days>, OFF = don't ever expire. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1656
+#: ../tin.1:1666
 #, no-wrap
 msgid "B<(default_filter_kill_global)>"
 msgstr "B<(default_filter_kill_global)>"
 
 # type: Plain text
-#: ../tin.1:1660
+#: ../tin.1:1670
 msgid ""
 "Default for quick (1 key) kill filter global.  ON=apply to all groups, "
 "OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1660
+#: ../tin.1:1670
 #, no-wrap
 msgid "B<(default_filter_kill_header)>"
 msgstr "B<(default_filter_kill_header)>"
 
 # type: Plain text
-#: ../tin.1:1663 ../tin.5:1400
+#: ../tin.1:1673 ../tin.5:1402
 msgid "Default for quick (1 key) kill filter header."
 msgstr ""
 
 # type: IP
-#: ../tin.1:1664 ../tin.1:1698 ../tin.1:1829 ../tin.1:1999 ../tin.1:2042
-#: ../tin.1:2154 ../tin.1:2180 ../tin.1:2231 ../tin.1:2261 ../tin.1:2332
-#: ../tin.1:2360 ../tin.1:2380 ../tin.1:2464 ../tin.5:1553 ../tin.5:1736
-#: ../tin.5:1785 ../tin.5:1916 ../tin.5:1942 ../tin.5:1995 ../tin.5:2024
-#: ../tin.5:2105 ../tin.5:2125 ../tin.5:2217
+#: ../tin.1:1674 ../tin.1:1708 ../tin.1:1839 ../tin.1:2009 ../tin.1:2052
+#: ../tin.1:2164 ../tin.1:2190 ../tin.1:2241 ../tin.1:2271 ../tin.1:2342
+#: ../tin.1:2370 ../tin.1:2390 ../tin.1:2478 ../tin.5:1555 ../tin.5:1744
+#: ../tin.5:1793 ../tin.5:1924 ../tin.5:1950 ../tin.5:2003 ../tin.5:2032
+#: ../tin.5:2113 ../tin.5:2133 ../tin.5:2229
 #, no-wrap
 msgid "0"
 msgstr "0"
 
 # type: Plain text
-#: ../tin.1:1666 ../tin.1:1700
+#: ../tin.1:1676 ../tin.1:1710
 #, no-wrap
 msgid " ''Subject:'' (case sensitive)\n"
-msgstr " ''Subject:'' (Gross/Kleinschreibung beachten)\n"
+msgstr " ''Subject:'' (Groß/Kleinschreibung beachten)\n"
 
 # type: IP
-#: ../tin.1:1666 ../tin.1:1700 ../tin.1:1835 ../tin.1:2001 ../tin.1:2044
-#: ../tin.1:2156 ../tin.1:2182 ../tin.1:2233 ../tin.1:2263 ../tin.1:2334
-#: ../tin.1:2362 ../tin.1:2382 ../tin.1:2466 ../tin.5:1560 ../tin.5:1738
-#: ../tin.5:1787 ../tin.5:1836 ../tin.5:1918 ../tin.5:1944 ../tin.5:1997
-#: ../tin.5:2026 ../tin.5:2107 ../tin.5:2127 ../tin.5:2219
+#: ../tin.1:1676 ../tin.1:1710 ../tin.1:1845 ../tin.1:2011 ../tin.1:2054
+#: ../tin.1:2166 ../tin.1:2192 ../tin.1:2243 ../tin.1:2273 ../tin.1:2344
+#: ../tin.1:2372 ../tin.1:2392 ../tin.1:2480 ../tin.5:1562 ../tin.5:1746
+#: ../tin.5:1795 ../tin.5:1844 ../tin.5:1926 ../tin.5:1952 ../tin.5:2005
+#: ../tin.5:2034 ../tin.5:2115 ../tin.5:2135 ../tin.5:2231
 #, no-wrap
 msgid "1"
 msgstr "1"
 
 # type: Plain text
-#: ../tin.1:1668 ../tin.1:1702
+#: ../tin.1:1678 ../tin.1:1712
 #, no-wrap
 msgid " ''Subject:'' (ignore case)\n"
-msgstr " ''Subject:'' (Gross/Kleinschreibung ignorieren)\n"
+msgstr " ''Subject:'' (Groß/Kleinschreibung ignorieren)\n"
 
 # type: IP
-#: ../tin.1:1668 ../tin.1:1702 ../tin.1:1840 ../tin.1:2003 ../tin.1:2048
-#: ../tin.1:2159 ../tin.1:2186 ../tin.1:2235 ../tin.1:2266 ../tin.1:2336
-#: ../tin.1:2364 ../tin.1:2384 ../tin.1:2468 ../tin.5:1565 ../tin.5:1740
-#: ../tin.5:1792 ../tin.5:1840 ../tin.5:1921 ../tin.5:1948 ../tin.5:1999
-#: ../tin.5:2029 ../tin.5:2109 ../tin.5:2129 ../tin.5:2221
+#: ../tin.1:1678 ../tin.1:1712 ../tin.1:1850 ../tin.1:2013 ../tin.1:2058
+#: ../tin.1:2169 ../tin.1:2196 ../tin.1:2245 ../tin.1:2276 ../tin.1:2346
+#: ../tin.1:2374 ../tin.1:2394 ../tin.1:2482 ../tin.5:1567 ../tin.5:1748
+#: ../tin.5:1800 ../tin.5:1848 ../tin.5:1929 ../tin.5:1956 ../tin.5:2007
+#: ../tin.5:2037 ../tin.5:2117 ../tin.5:2137 ../tin.5:2233
 #, no-wrap
 msgid "2"
 msgstr "2"
 
 # type: Plain text
-#: ../tin.1:1670 ../tin.1:1704
+#: ../tin.1:1680 ../tin.1:1714
 #, no-wrap
 msgid " ''From:'' (case sensitive)\n"
-msgstr " ''From:'' (Gross/Kleinschreibung beachten)\n"
+msgstr " ''From:'' (Groß/Kleinschreibung beachten)\n"
 
 # type: IP
-#: ../tin.1:1670 ../tin.1:1704 ../tin.1:2005 ../tin.1:2162 ../tin.1:2190
-#: ../tin.1:2237 ../tin.1:2268 ../tin.1:2338 ../tin.1:2386 ../tin.5:1742
-#: ../tin.5:1924 ../tin.5:1952 ../tin.5:2001 ../tin.5:2031 ../tin.5:2131
+#: ../tin.1:1680 ../tin.1:1714 ../tin.1:2015 ../tin.1:2172 ../tin.1:2200
+#: ../tin.1:2247 ../tin.1:2278 ../tin.1:2348 ../tin.1:2396 ../tin.5:1750
+#: ../tin.5:1932 ../tin.5:1960 ../tin.5:2009 ../tin.5:2039 ../tin.5:2139
 #, no-wrap
 msgid "3"
 msgstr "3"
 
 # type: Plain text
-#: ../tin.1:1672 ../tin.1:1706
+#: ../tin.1:1682 ../tin.1:1716
 #, no-wrap
 msgid " ''From:'' (ignore case)\n"
-msgstr " ''From:'' (Gross/Kleinschreibung ignorieren)\n"
+msgstr " ''From:'' (Groß/Kleinschreibung ignorieren)\n"
 
 # type: IP
-#: ../tin.1:1672 ../tin.1:1706 ../tin.1:2007 ../tin.1:2239 ../tin.1:2270
-#: ../tin.1:2341 ../tin.1:2388 ../tin.5:1744 ../tin.5:1846 ../tin.5:2003
-#: ../tin.5:2033 ../tin.5:2133
+#: ../tin.1:1682 ../tin.1:1716 ../tin.1:2017 ../tin.1:2249 ../tin.1:2280
+#: ../tin.1:2351 ../tin.1:2398 ../tin.5:1752 ../tin.5:1854 ../tin.5:2011
+#: ../tin.5:2041 ../tin.5:2141
 #, no-wrap
 msgid "4"
 msgstr "4"
 
 # type: Plain text
-#: ../tin.1:1674 ../tin.1:1708
+#: ../tin.1:1684 ../tin.1:1718
 #, no-wrap
 msgid " ''Message-ID:'' & full ''References:'' line\n"
 msgstr " ''Message-ID:'' & alle ''References:'' Einträge\n"
 
 # type: IP
-#: ../tin.1:1674 ../tin.1:1708 ../tin.1:2241 ../tin.1:2343 ../tin.1:2391
-#: ../tin.5:2005 ../tin.5:2136
+#: ../tin.1:1684 ../tin.1:1718 ../tin.1:2251 ../tin.1:2353 ../tin.1:2401
+#: ../tin.5:2013 ../tin.5:2144
 #, no-wrap
 msgid "5"
 msgstr "5"
 
 # type: Plain text
-#: ../tin.1:1676 ../tin.1:1710
+#: ../tin.1:1686 ../tin.1:1720
 #, no-wrap
 msgid " ''Message-ID:'' & last ''References:'' entry only\n"
 msgstr "''Message-ID:'' & letzter ''References:'' Eintrag\n"
 
 # type: IP
-#: ../tin.1:1676 ../tin.1:1710 ../tin.1:2243 ../tin.1:2393 ../tin.5:2007
-#: ../tin.5:2138
+#: ../tin.1:1686 ../tin.1:1720 ../tin.1:2253 ../tin.1:2403 ../tin.5:2015
+#: ../tin.5:2146
 #, no-wrap
 msgid "6"
 msgstr "6"
 
 # type: Plain text
-#: ../tin.1:1678 ../tin.1:1712
+#: ../tin.1:1688 ../tin.1:1722
 #, no-wrap
 msgid " ''Message-ID:'' entry only\n"
 msgstr " ''Message-ID:'' allein\n"
 
 # type: IP
-#: ../tin.1:1678 ../tin.1:1712 ../tin.1:2246 ../tin.1:2395 ../tin.5:2010
-#: ../tin.5:2140
+#: ../tin.1:1688 ../tin.1:1722 ../tin.1:2256 ../tin.1:2405 ../tin.5:2018
+#: ../tin.5:2148
 #, no-wrap
 msgid "7"
 msgstr "7"
 
 # type: Plain text
-#: ../tin.1:1680 ../tin.1:1714
+#: ../tin.1:1690 ../tin.1:1724
 #, no-wrap
 msgid " ''Lines:''\n"
 msgstr " ''Lines:''\n"
 
 # type: TP
-#: ../tin.1:1681
+#: ../tin.1:1691
 #, no-wrap
 msgid "B<(default_filter_select_case)>"
 msgstr "B<(default_filter_select_case)>"
 
 # type: Plain text
-#: ../tin.1:1685 ../tin.5:1417
+#: ../tin.1:1695 ../tin.5:1419
 msgid ""
 "Default for quick (1 key) auto-selection filter case. ON=filter case "
 "sensitive, OFF=ignore case. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1685
+#: ../tin.1:1695
 #, no-wrap
 msgid "B<(default_filter_select_expire)>"
 msgstr "B<(default_filter_select_expire)>"
 
 # type: Plain text
-#: ../tin.1:1690
+#: ../tin.1:1700
 msgid ""
 "Default for quick (1 key) auto-selection filter expire.  ON = limit to "
 "B<default_filter_days>, OFF = don't ever expire.  Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1690
+#: ../tin.1:1700
 #, no-wrap
 msgid "B<(default_filter_select_global)>"
 msgstr "B<(default_filter_select_global)>"
 
 # type: Plain text
-#: ../tin.1:1694
+#: ../tin.1:1704
 msgid ""
 "Default for quick (1 key) auto-selection filter global.  ON=apply to all "
 "groups OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1694
+#: ../tin.1:1704
 #, no-wrap
 msgid "B<(default_filter_select_header)>"
 msgstr "B<(default_filter_select_header)>"
 
 # type: Plain text
-#: ../tin.1:1697 ../tin.5:1428
+#: ../tin.1:1707 ../tin.5:1430
 msgid "Default for quick (1 key) auto-selection filter header."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1715
+#: ../tin.1:1725
 #, no-wrap
 msgid "B<(default_goto_group)>"
 msgstr "B<(default_goto_group)>"
 
 # type: TP
-#: ../tin.1:1717
+#: ../tin.1:1727
 #, no-wrap
 msgid "B<(default_group_search)>"
 msgstr "B<(default_group_search)>"
 
 # type: TP
-#: ../tin.1:1719
+#: ../tin.1:1729
 #, no-wrap
 msgid "B<(default_mail_address)>"
 msgstr "B<(default_mail_address)>"
 
 # type: TP
-#: ../tin.1:1721
+#: ../tin.1:1731
 #, no-wrap
 msgid "B<(default_move_group)>"
 msgstr "B<(default_move_group)>"
 
 # type: TP
-#: ../tin.1:1723
+#: ../tin.1:1733
 #, no-wrap
 msgid "B<(default_pattern)>"
 msgstr "B<(default_pattern)>"
 
 # type: TP
-#: ../tin.1:1725
+#: ../tin.1:1735
 #, no-wrap
 msgid "B<(default_pipe_command)>"
 msgstr "B<(default_pipe_command)>"
 
 # type: TP
-#: ../tin.1:1727
+#: ../tin.1:1737
 #, no-wrap
 msgid "B<(default_post_newsgroups)>"
 msgstr "B<(default_post_newsgroups)>"
 
 # type: TP
-#: ../tin.1:1729
+#: ../tin.1:1739
 #, no-wrap
 msgid "B<(default_post_subject)>"
 msgstr "B<(default_post_subject)>"
 
 # type: TP
-#: ../tin.1:1731
+#: ../tin.1:1741
 #, no-wrap
 msgid "B<(default_range_group)>"
 msgstr "B<(default_range_group)>"
 
 # type: TP
-#: ../tin.1:1733
+#: ../tin.1:1743
 #, no-wrap
 msgid "B<(default_range_select)>"
 msgstr "B<(default_range_select)>"
 
 # type: TP
-#: ../tin.1:1735
+#: ../tin.1:1745
 #, no-wrap
 msgid "B<(default_range_thread)>"
 msgstr "B<(default_range_thread)>"
 
 # type: TP
-#: ../tin.1:1737
+#: ../tin.1:1747
 #, no-wrap
 msgid "B<(default_repost_group)>"
 msgstr "B<(default_repost_group)>"
 
 # type: TP
-#: ../tin.1:1739
+#: ../tin.1:1749
 #, no-wrap
 msgid "B<(default_save_file)>"
 msgstr "B<(default_save_file)>"
 
 # type: TP
-#: ../tin.1:1741
+#: ../tin.1:1751
 #, no-wrap
 msgid "B<(default_save_mode)>"
 msgstr "B<(default_save_mode)>"
 
 # type: TP
-#: ../tin.1:1743
+#: ../tin.1:1753
 #, no-wrap
 msgid "B<(default_select_pattern)>"
 msgstr "B<(default_select_pattern)>"
 
 # type: TP
-#: ../tin.1:1745
+#: ../tin.1:1755
 #, no-wrap
 msgid "B<(default_shell_command)>"
 msgstr "B<(default_shell_command)>"
 
 # type: TP
-#: ../tin.1:1747
+#: ../tin.1:1757
 #, no-wrap
 msgid "B<(default_subject_search)>"
 msgstr "B<(default_subject_search)>"
 
 # type: TP
-#: ../tin.1:1749
+#: ../tin.1:1759
 #, no-wrap
 msgid "B<Draw -E<gt> instead of highlighted bar (draw_arrow)>"
 msgstr "B<Zeige -E<gt> anstatt einer Markierung (draw_arrow)>"
 
 # type: Plain text
-#: ../tin.1:1753
+#: ../tin.1:1763
 msgid ""
 "Allows groups/articles to be selected by an arrow '-E<gt>' if set ON or by "
 "an highlighted bar if set OFF. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1753
+#: ../tin.1:1763
 #, no-wrap
 msgid "B<Invocation of your editor (editor_format)>"
 msgstr "B<Aufruf Ihres Editors (editor_format)>"
 
 # type: Plain text
-#: ../tin.1:1757
+#: ../tin.1:1767
 msgid ""
 "The format string used to create the editor start command with parameters.  "
 "Default is \"%E +%N %F\" (i.e., /bin/vi +7 .article)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1757
+#: ../tin.1:1767
 #, no-wrap
 msgid "B<Force redraw after certain commands (force_screen_redraw)>"
 msgstr "B<Anzeigeauffrischung nach Kommandos (force_screen_redraw)>"
 
 # type: Plain text
-#: ../tin.1:1761 ../tin.5:1488
+#: ../tin.1:1771 ../tin.5:1490
 msgid ""
 "Specifies whether a screen redraw should always be done after certain "
 "external commands. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1761
+#: ../tin.1:1771
 #, no-wrap
 msgid "B<Number of articles to get (getart_limit)>"
 msgstr "B<Anzahl der zu holenden Artikel (getart_limit)>"
 
 # type: Plain text
-#: ../tin.1:1767
+#: ../tin.1:1777
 msgid ""
 "If B<getart_limit> is E<gt> 0 not more than B<getart_limit> articles/group "
 "are fetched from the server. If B<getart_limit> is E<lt> 0 B<tin> will start "
@@ -4299,25 +4335,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1767
+#: ../tin.1:1777
 #, no-wrap
 msgid "B<Catchup group using left key (group_catchup_on_exit)>"
 msgstr "B<Catchup der Gruppe mit l. Cursor (group_catchup_on_exit)>"
 
 # type: Plain text
-#: ../tin.1:1770 ../tin.5:1506
+#: ../tin.1:1780 ../tin.5:1508
 msgid ""
 "If ON catchup group when leaving with the left arrow key. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1770
+#: ../tin.1:1780
 #, no-wrap
 msgid "B<Go to the next unread article with (goto_next_unread)>"
 msgstr "B<Zum nächsten ungelesenen Artikel... (goto_next_unread)>"
 
 # type: Plain text
-#: ../tin.1:1778 ../tin.5:1503
+#: ../tin.1:1788 ../tin.5:1505
 msgid ""
 "Which keys B<tin> should accept to jump to the next unread article.  "
 "Possible is any combination of B<PageDown> and B<PageNextUnread>.  When "
@@ -4328,26 +4364,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1778
+#: ../tin.1:1788
 #, no-wrap
 msgid "B<Max. length of group names shown (groupname_max_length)>"
 msgstr "B<Max. Länge angezeigter Gruppennamen (groupname_max_length)>"
 
 # type: Plain text
-#: ../tin.1:1782 ../tin.5:1510
+#: ../tin.1:1792 ../tin.5:1512
 msgid ""
 "Maximum length of the names of newsgroups to be displayed so that more of "
 "the newsgroup description can be displayed. Default is 32."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1782
+#: ../tin.1:1792
 #, no-wrap
 msgid "B<Display uue data as an attachment (hide_uue)>"
 msgstr "B<Zeige uue-Teile als Anhang (hide_uue)>"
 
 # type: Plain text
-#: ../tin.1:1791
+#: ../tin.1:1801
 msgid ""
 "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then "
 "sections of uuencoded data will be shown with a single tag line showing the "
@@ -4359,13 +4395,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1791
+#: ../tin.1:1801
 #, no-wrap
 msgid "B<External inews (inews_prog)>"
 msgstr "B<Externes inews-Programm (inews_prog)>"
 
 # type: Plain text
-#: ../tin.1:1798
+#: ../tin.1:1808
 msgid ""
 "Path, name and options of external B<inews>(1).  If you are reading via NNTP "
 "the default value is --internal (use built-in NNTP inews), else it is "
@@ -4374,14 +4410,14 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1798
+#: ../tin.1:1808
 #, no-wrap
 msgid "B<(info_in_last_line)>"
 msgstr "B<(info_in_last_line)>"
 
 # type: Plain text
 #.  this is missing from the Menu
-#: ../tin.1:1805
+#: ../tin.1:1815
 msgid ""
 "If ON, show current group description or article subject in the last line "
 "(not in the pager and global menu) - B<ToggleInfoLastLine> ('B<i>')  toggles "
@@ -4390,13 +4426,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1805
+#: ../tin.1:1815
 #, no-wrap
 msgid "B<Use interactive mail reader (interactive_mailer)>"
 msgstr "B<Benutze interaktives Mailprogramm (interactive_mailer)>"
 
 # type: Plain text
-#: ../tin.1:1812
+#: ../tin.1:1822
 msgid ""
 "Interactive mailreader: if greater than 0 your mailreader will be invoked "
 "earlier for reply so you can use more of its features (e.g. MIME, pgp, ...). "
@@ -4409,26 +4445,26 @@ msgstr ""
 #.  TODO: fix menu description
 #.        mono_mark* currently do allow "Reverse video" even if
 #.        inverse_okay=FALSE
-#: ../tin.1:1812
+#: ../tin.1:1822
 #, no-wrap
 msgid "B<Use inverse video for page headers (inverse_okay)>"
 msgstr "B<Inverse Darstellung für die Header (inverse_okay)>"
 
 # type: Plain text
-#: ../tin.1:1819 ../tin.5:1543
+#: ../tin.1:1829 ../tin.5:1545
 msgid ""
 "If ON use inverse video for page headers and URL highlighting.  Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1819
+#: ../tin.1:1829
 #, no-wrap
 msgid "B<Keep failed arts in ~/dead.articles (keep_dead_articles)>"
 msgstr "B<Halte Fehlschl. in ~/dead.articles (keep_dead_articles)>"
 
 # type: Plain text
-#: ../tin.1:1824 ../tin.5:1548
+#: ../tin.1:1834 ../tin.5:1550
 msgid ""
 "If ON keep all failed postings in I<${TIN_HOMEDIR:-\"$HOME\"}/dead.articles> "
 "besides keeping the last failed posting in I<${TIN_HOMEDIR:-\"$HOME\"}/dead."
@@ -4436,20 +4472,20 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1824
+#: ../tin.1:1834
 #, no-wrap
 msgid "B<Filter which articles (kill_level)>"
 msgstr "B<Filter (kill) anwenden auf (kill_level)>"
 
 # type: Plain text
-#: ../tin.1:1828
+#: ../tin.1:1838
 msgid ""
 "This option controls the processing and display of articles that are "
 "killed.  There are 3 options:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1835
+#: ../tin.1:1845
 msgid ""
 "B<Kill only unread arts> is the 'traditional' behavior of B<tin>. Only "
 "unread articles are killed once only by marking them read. As filtering only "
@@ -4459,7 +4495,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1840 ../tin.5:1565
+#: ../tin.1:1850 ../tin.5:1567
 msgid ""
 "B<Kill all arts & show with K> will process all articles in the group and "
 "therefore there is a processing overhead when using this option. Killed "
@@ -4468,7 +4504,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1844 ../tin.5:1569
+#: ../tin.1:1854 ../tin.5:1571
 msgid ""
 "B<Kill all arts and never show> will process all articles in the group and "
 "therefore there is a processing overhead when using this option. Killed "
@@ -4476,18 +4512,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1846
+#: ../tin.1:1856
 msgid "Default is 0 (B<Kill only unread arts>)."
 msgstr "Voreinstellung ist 0 (B<Killt nur ungelesene Artikel>)."
 
 # type: TP
-#: ../tin.1:1846
+#: ../tin.1:1856
 #, no-wrap
 msgid "B<Use 8bit characters in mail headers (mail_8bit_header)>"
 msgstr "B<Benutze 8bit Zeichen im Mail Header (mail_8bit_header)>"
 
 # type: Plain text
-#: ../tin.1:1852 ../tin.5:1576
+#: ../tin.1:1862 ../tin.5:1578
 msgid ""
 "Allows 8bit characters unencoded in the header of mail message. Default is "
 "OFF. Turning it ON is effective only if B<mail_mime_encoding> is also set to "
@@ -4496,39 +4532,39 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1852
+#: ../tin.1:1862
 #, no-wrap
 msgid "B<Mail address (mail_address)>"
 msgstr "B<Mailadresse (und Name) (mail_address)>"
 
 # type: Plain text
-#: ../tin.1:1858 ../tin.5:1582
+#: ../tin.1:1868 ../tin.5:1584
 msgid ""
 "User's mail address (and full name), if not username@host. This is used when "
 "creating articles, sending mail and when B<pgp>(1)  signing."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1858
+#: ../tin.1:1868
 #, no-wrap
 msgid "B<MIME encoding in mail messages (mail_mime_encoding)>"
 msgstr "B<MIME-Kodierung für E-Mails (mail_mime_encoding)>"
 
 # type: Plain text
-#: ../tin.1:1862 ../tin.5:1586
+#: ../tin.1:1872 ../tin.5:1588
 msgid ""
 "MIME encoding of the body in mail message, if necessary (8bit, base64, "
 "quoted-printable, 7bit). Default is quoted-printable."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1862
+#: ../tin.1:1872
 #, no-wrap
 msgid "B<Quote line when mailing (mail_quote_format)>"
 msgstr "B<Einleitungszeile bei Mailantwort (mail_quote_format)>"
 
 # type: Plain text
-#: ../tin.1:1867 ../tin.5:1591
+#: ../tin.1:1877 ../tin.5:1593
 msgid ""
 "Format of quote line when replying (via mail) to an article (%A=Address, %"
 "D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, %"
@@ -4536,13 +4572,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1867
+#: ../tin.1:1877
 #, no-wrap
 msgid "B<Format of the mailbox (mailbox_format)>"
 msgstr "B<Mailbox-Format (mailbox_format)>"
 
 # type: Plain text
-#: ../tin.1:1875
+#: ../tin.1:1885
 msgid ""
 "Select one of the following mailbox-formats: MBOXO (default, except for "
 "SCO), MBOXRD or MMDF (default on SCO). See B<mbox>(5)  for more details on "
@@ -4550,13 +4586,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1875
+#: ../tin.1:1885
 #, no-wrap
 msgid "B<Mail directory (maildir)>"
 msgstr "B<Mail Verzeichnis (maildir)>"
 
 # type: Plain text
-#: ../tin.1:1884
+#: ../tin.1:1894
 msgid ""
 "The directory where articles/threads are to be saved in B<mbox>(5)  format. "
 "This feature is mainly for use with the B<elm>(1)  mail program. It allows "
@@ -4565,14 +4601,14 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1884
+#: ../tin.1:1894
 #, no-wrap
 msgid "B<Invocation of your mail command (mailer_format)>"
 msgstr "B<Aufruf Ihres Mailkommandos (mailer_format)>"
 
 # type: Plain text
 #.  TODO: document %S, %T, %M, %F, %U ...
-#: ../tin.1:1893
+#: ../tin.1:1903
 msgid ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %"
@@ -4584,13 +4620,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1893
+#: ../tin.1:1903
 #, no-wrap
 msgid "B<'Mark as (un)read' ignores tags (mark_ignore_tags)>"
 msgstr "B<'Art. (un)gelesen markieren' ignorie... (mark_ignore_tags)>"
 
 # type: Plain text
-#: ../tin.1:1901 ../tin.5:1639
+#: ../tin.1:1911 ../tin.5:1647
 msgid ""
 "When this is ON, the B<GroupMarkThdRead> ('B<K>'), B<ThreadMarkArtRead> "
 "('B<K>'), B<MarkThdUnread> ('B<Z>') at Group level and B<MarkArtUnread> "
@@ -4601,24 +4637,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1901
+#: ../tin.1:1911
 #, no-wrap
 msgid "B<Mark saved articles/threads as read (mark_saved_read)>"
 msgstr "B<Mark. gesp. Artikel/Threads gelesen (mark_saved_read)>"
 
 # type: Plain text
-#: ../tin.1:1904 ../tin.5:1631
+#: ../tin.1:1914 ../tin.5:1639
 msgid "If ON mark articles that are saved as read. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1904
+#: ../tin.1:1914
 #, no-wrap
 msgid "B<Viewer program for MIME articles (metamail_prog)>"
 msgstr "B<MIME-Viewer (metamail_prog)>"
 
 # type: Plain text
-#: ../tin.1:1916
+#: ../tin.1:1926
 msgid ""
 "Path, name and options of external B<metamail>(1)  program used to view non-"
 "textual parts of articles.  To use the built-in viewer, set to --internal. "
@@ -4629,13 +4665,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1916
+#: ../tin.1:1926
 #, no-wrap
 msgid "B<MM_CHARSET (mm_charset)>"
 msgstr "B<MM_CHARSET (mm_charset)>"
 
 # type: Plain text
-#: ../tin.1:1929
+#: ../tin.1:1939
 msgid ""
 "Charset supported locally, which is also used for MIME header (charset "
 "parameter and charset name in header encoding) in mail and news postings. If "
@@ -4649,13 +4685,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1929
+#: ../tin.1:1939
 #, no-wrap
 msgid "B<MM_NETWORK_CHARSET (mm_network_charset)>"
 msgstr "B<MM_NETWORK_CHARSET (mm_network_charset)>"
 
 # type: Plain text
-#: ../tin.1:1940
+#: ../tin.1:1950
 msgid ""
 "Charset used for posting and MIME headers; replaces B<mm_charset>.  "
 "Conversion between B<mm_network_charset> and local charset (determined via "
@@ -4666,7 +4702,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1943 ../tin.5:1678
+#: ../tin.1:1953 ../tin.5:1686
 msgid ""
 "US-ASCII, ISO-8859-{1,2,3,4,5,7,9,10,13,14,15,16}, KOI8-{R,U,RU} EUC-{CN,JP,"
 "KR,TW}, ISO-2022-{CN,CN-EXT,JP,JP-1,JP-2}, Big5, UTF-8"
@@ -4675,7 +4711,7 @@ msgstr ""
 "KR,TW}, ISO-2022-{CN,CN-EXT,JP,JP-1,JP-2}, Big5, UTF-8"
 
 # type: Plain text
-#: ../tin.1:1949 ../tin.5:1684
+#: ../tin.1:1959 ../tin.5:1692
 msgid ""
 "Not all values might work on your system, see B<iconv_open>(3)  for more "
 "details. If it's not set, the value of the environment variable "
@@ -4684,13 +4720,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1949
+#: ../tin.1:1959
 #, no-wrap
 msgid "B<Attribute of highlighting with _dash_ (mono_markdash)>"
 msgstr "B<Hervorhebungsattr. _Unterstriche_ (mono_markdash)>"
 
 # type: Plain text
-#: ../tin.1:1954
+#: ../tin.1:1964
 msgid ""
 "Character attribute of words emphasized like _this_. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4698,13 +4734,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1954
+#: ../tin.1:1964
 #, no-wrap
 msgid "B<Attribute of highlighting with /slash/ (mono_markslash)>"
 msgstr "B<Hervorhebungsattr. /Schrägstriche/ (mono_markslash)>"
 
 # type: Plain text
-#: ../tin.1:1959
+#: ../tin.1:1969
 msgid ""
 "Character attribute of words emphasized like /this/. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4712,13 +4748,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1959
+#: ../tin.1:1969
 #, no-wrap
 msgid "B<Attribute of highlighting with *stars* (mono_markstar)>"
 msgstr "B<Hervorhebungsattribute *Sterne* (mono_markstar)>"
 
 # type: Plain text
-#: ../tin.1:1964
+#: ../tin.1:1974
 msgid ""
 "Character attribute of words emphasized like *this*. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4726,13 +4762,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1964
+#: ../tin.1:1974
 #, no-wrap
 msgid "B<Attribute of highlighting with -stroke- (mono_markstroke)>"
 msgstr "B<Hervorhebungsattr. -Durchstreich.- (mono_markstroke)>"
 
 # type: Plain text
-#: ../tin.1:1969
+#: ../tin.1:1979
 msgid ""
 "Character attribute of words emphasized like -this-. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4740,26 +4776,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1969
+#: ../tin.1:1979
 #, no-wrap
 msgid "B<(newnews)>"
 msgstr "B<(newnews)>"
 
 # type: Plain text
-#: ../tin.1:1973
+#: ../tin.1:1983
 msgid ""
 "These are internal timers used by B<tin> to keep track of new newsgroups.  "
 "Do not change them unless you understand what they are for."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1973
+#: ../tin.1:1983
 #, no-wrap
 msgid "B<Display these header fields (or *) (news_headers_to_display)>"
 msgstr "B<or *) (news_headers_to_display>"
 
 # type: Plain text
-#: ../tin.1:1980
+#: ../tin.1:1990
 msgid ""
 "Which news headers you wish to see. If you want to see _all_ the headers, "
 "place an '*' as this value. This is the only way a wildcard can be used.  If "
@@ -4769,13 +4805,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1980
+#: ../tin.1:1990
 #, no-wrap
 msgid "B<Do not display these header fields (news_headers_to_not_display)>"
 msgstr "B<Zeige folgende Header nicht an (news_headers_to_not_display)>"
 
 # type: Plain text
-#: ../tin.1:1989
+#: ../tin.1:1999
 msgid ""
 "Same as B<news_headers_to_display> except it denotes the opposite. An "
 "example of using both options might be if you thought X- headers were A Good "
@@ -4786,13 +4822,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1989
+#: ../tin.1:1999
 #, no-wrap
 msgid "B<Quote line when following up (news_quote_format)>"
 msgstr "B<Einleitungszeile beim Antworten (news_quote_format)>"
 
 # type: Plain text
-#: ../tin.1:1994 ../tin.5:1731
+#: ../tin.1:2004 ../tin.5:1739
 msgid ""
 "Format of quote line when posting/following up an article (%A=Address, %"
 "D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, %"
@@ -4800,71 +4836,71 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1994
+#: ../tin.1:2004
 #, no-wrap
 msgid "B<Unicode normalization form (normalization_form)>"
 msgstr "B<Unicode Normalisierungsart (normalization_form)>"
 
 # type: Plain text
-#: ../tin.1:1998
+#: ../tin.1:2008
 msgid ""
 "The normalization form B<tin> should use to normalize unicode input.  The "
 "possible values are:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2001 ../tin.5:1738
+#: ../tin.1:2011 ../tin.5:1746
 msgid "B<None>: no normalization"
 msgstr "B<None>: keine Normalisierung"
 
 # type: Plain text
-#: ../tin.1:2003 ../tin.5:1740
+#: ../tin.1:2013 ../tin.5:1748
 msgid "B<NFKC>: Compatibility Decomposition, followed by Canonical Composition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2005 ../tin.5:1742
+#: ../tin.1:2015 ../tin.5:1750
 msgid "B<NFKD>: Compatibility Decomposition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2007 ../tin.5:1744
+#: ../tin.1:2017 ../tin.5:1752
 msgid "B<NFC>: Canonical Decomposition, followed by Canonical Composition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2009 ../tin.5:1746
+#: ../tin.1:2019 ../tin.5:1754
 msgid "B<NFD>: Canonical Decomposition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2012
+#: ../tin.1:2022
 msgid ""
 "Some normalization modes are only available if they are supported by the "
 "library B<tin> uses to do the normalization. Default is NFKC."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2012
+#: ../tin.1:2022
 #, no-wrap
-msgid "B<Goto first unread article in group (pos_first_unread)>"
+msgid "B<Go to first unread article in group (pos_first_unread)>"
 msgstr "B<Setze Cursor auf ersten ungel. Art. (pos_first_unread)>"
 
 # type: Plain text
-#: ../tin.1:2016
+#: ../tin.1:2026
 msgid ""
 "If ON put cursor at first unread article in group otherwise at last article. "
 "Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2016
+#: ../tin.1:2026
 #, no-wrap
 msgid "B<Use 8bit characters in news headers (post_8bit_header)>"
 msgstr "B<Benutze 8bit-Zeichen im Newsheader (post_8bit_header)>"
 
 # type: Plain text
-#: ../tin.1:2027 ../tin.5:1766
+#: ../tin.1:2037 ../tin.5:1774
 msgid ""
 "Allows 8bit characters unencoded in the header of a news article, if set "
 "this also disables the generation of MIME-headers when they are usually "
@@ -4877,13 +4913,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2027
+#: ../tin.1:2037
 #, no-wrap
 msgid "B<MIME encoding in news messages (post_mime_encoding)>"
 msgstr "B<MIME-Kodierung in Newsartikeln (post_mime_encoding)>"
 
 # type: Plain text
-#: ../tin.1:2032
+#: ../tin.1:2042
 msgid ""
 "MIME encoding of the body in news message, if necessary. (8bit, base64, "
 "quoted-printable, 7bit). Default is 8bit, which leads to no encoding. base64 "
@@ -4891,13 +4927,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2032
+#: ../tin.1:2042
 #, no-wrap
 msgid "B<View post-processed files (post_process_view)>"
 msgstr "B<Nachbearbeitete Artikel anzeigen (post_process_view)>"
 
 # type: Plain text
-#: ../tin.1:2037
+#: ../tin.1:2047
 msgid ""
 "If ON, then B<tin> will start an appropriate viewer program to display any "
 "files that were post processed and uudecoded. The program is determined "
@@ -4905,41 +4941,41 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2037
+#: ../tin.1:2047
 #, no-wrap
 msgid "B<Post process saved articles (post_process_type)>"
 msgstr "B<Nachbearbeiten gespeichert. Artikel (post_process_type)>"
 
 # type: Plain text
-#: ../tin.1:2041
+#: ../tin.1:2051
 msgid ""
 "This specifies whether to perform post processing on saved articles.  The "
 "following values are allowed:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2044 ../tin.5:1787
+#: ../tin.1:2054 ../tin.5:1795
 msgid "B<No> (default), no post processing is done."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2048
+#: ../tin.1:2058
 msgid "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2050 ../tin.5:1794
+#: ../tin.1:2060 ../tin.5:1802
 msgid "B<Yes>, binary attachments and data will be decoded and saved."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2051
+#: ../tin.1:2061
 #, no-wrap
 msgid "B<Filename to be used for storing posted articles (posted_articles_file)>"
 msgstr "B<Gepostete Artikel speichern in (posted_articles_file)>"
 
 # type: Plain text
-#: ../tin.1:2057 ../tin.5:1801
+#: ../tin.1:2067 ../tin.5:1809
 msgid ""
 "Keep posted articles in I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/"
 ">B<posted_articles_file>.  If no filename is set then postings will not be "
@@ -4947,26 +4983,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2057
+#: ../tin.1:2067
 #, no-wrap
 msgid "B<Print all headers when printing (print_header)>"
 msgstr "B<Alle Header beim Drucken ausgeben (print_header)>"
 
 # type: Plain text
-#: ../tin.1:2061 ../tin.5:1805
+#: ../tin.1:2071 ../tin.5:1813
 msgid ""
 "If ON, then the full article header is sent to the printer. Otherwise only "
 "the ''Subject:'' and ''From:'' fields are output. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2061
+#: ../tin.1:2071
 #, no-wrap
 msgid "B<Printer program with options (printer)>"
 msgstr "B<Druckprogramm mit Optionen (printer)>"
 
 # type: Plain text
-#: ../tin.1:2070
+#: ../tin.1:2080
 msgid ""
 "The printer program with options that is to be used to print articles.  The "
 "default is B<lpr>(1)  for BSD machines and B<lp>(1)  for SysV machines. "
@@ -4974,40 +5010,40 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2070
+#: ../tin.1:2080
 #, no-wrap
 msgid "B<Process only unread articles (process_only_unread)>"
 msgstr "B<Bearbeite nur ungelesene Artikel (process_only_unread)>"
 
 # type: Plain text
-#: ../tin.1:2074 ../tin.5:1819
+#: ../tin.1:2084 ../tin.5:1827
 msgid ""
 "If ON only save/print/pipe/mail unread articles (tagged articles excepted).  "
 "Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2074
+#: ../tin.1:2084
 #, no-wrap
 msgid "B<Show empty Followup-To in editor (prompt_followupto)>"
 msgstr "B<Leeres Fup'2 im Editor anzeigen (prompt_followupto)>"
 
 # type: Plain text
-#: ../tin.1:2077
+#: ../tin.1:2087
 msgid ""
 "If ON show empty ''Followup-To:'' header when editing an article. Default is "
 "OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2077
+#: ../tin.1:2087
 #, no-wrap
 msgid "B<Characters used as quote-marks (quote_chars)>"
 msgstr "B<Zitatzeichen (quote_chars)>"
 
 # type: Plain text
 #.  TODO: document %s
-#: ../tin.1:2082 ../tin.5:1829
+#: ../tin.1:2092 ../tin.5:1837
 msgid ""
 "The character used in quoting included text to article followups and mail "
 "replies. The '_' character represents a blank character and is replaced with "
@@ -5015,13 +5051,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2082
+#: ../tin.1:2092
 #, no-wrap
 msgid "B<Quoting behavior (quote_style)>"
 msgstr "B<Zitierverhalten (quote_style)>"
 
 # type: Plain text
-#: ../tin.1:2089
+#: ../tin.1:2099
 msgid ""
 "How articles should be quoted when following up or replying to them. There "
 "are a number of things that can be done: empty lines can be quoted, "
@@ -5032,7 +5068,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2093
+#: ../tin.1:2103
 msgid ""
 "When you are viewing an article in raw mode ('B<^H>'), and follow up or "
 "reply to it, the signature will be quoted even if it would otherwise not "
@@ -5040,13 +5076,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2093
+#: ../tin.1:2103
 #, no-wrap
 msgid "B<Regex used to show quoted lines (quote_regex)>"
 msgstr "B<Regulärer Ausd. für zit. Zeilen (quote_regex)>"
 
 # type: Plain text
-#: ../tin.1:2098
+#: ../tin.1:2108
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote>. If B<quote_regex> is blank, then "
@@ -5054,13 +5090,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2098
+#: ../tin.1:2108
 #, no-wrap
 msgid "B<Regex used to show twice quoted l. (quote_regex2)>"
 msgstr "B<Reg. Ausd. für zweifach zitierte Z. (quote_regex2)>"
 
 # type: Plain text
-#: ../tin.1:2103
+#: ../tin.1:2113
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote2>. If B<quote_regex2> is blank, then "
@@ -5068,13 +5104,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2103
+#: ../tin.1:2113
 #, no-wrap
 msgid "B<Regex used to show E<gt>= 3 times q.l. (quote_regex3)>"
 msgstr "B<Reg. Ausd. für E<gt>=3-fach zitierte Z. (quote_regex3)>"
 
 # type: Plain text
-#: ../tin.1:2108
+#: ../tin.1:2118
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote3>. If B<quote_regex3> is blank, then "
@@ -5082,39 +5118,39 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2108
+#: ../tin.1:2118
 #, no-wrap
 msgid "B<Article recentness time limit (recent_time)>"
 msgstr "B<Artikel Neuheitszeit-Limit (recent_time)>"
 
 # type: Plain text
-#: ../tin.1:2112 ../tin.5:1874
+#: ../tin.1:2122 ../tin.5:1882
 msgid ""
 "If set to 0, this feature is deactivated, otherwise it means the number of "
 "days. Default is 2."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2112
+#: ../tin.1:2122
 #, no-wrap
 msgid "B<Render BiDi (render_bidi)>"
 msgstr "B<BiDi wiedergeben (render_bidi)>"
 
 # type: Plain text
-#: ../tin.1:2116 ../tin.5:1878
+#: ../tin.1:2126 ../tin.5:1886
 msgid ""
 "If ON B<tin> does the rendering of bi-directional text. If OFF B<tin> leaves "
 "the rendering of bi-directional text to the terminal. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2116
+#: ../tin.1:2126
 #, no-wrap
 msgid "B<Interval in seconds to reread active (reread_active_file_secs)>"
 msgstr "B<Active alle ... Sekunden neu lesen (reread_active_file_secs)>"
 
 # type: Plain text
-#: ../tin.1:2121 ../tin.5:1883
+#: ../tin.1:2131 ../tin.5:1891
 msgid ""
 "The news I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file is "
 "reread at regular intervals to show if any new news has arrived. Default is "
@@ -5122,78 +5158,78 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2121
+#: ../tin.1:2131
 #, no-wrap
 msgid "B<Directory to save arts/threads in (savedir)>"
 msgstr "B<Verz. um Art/Threads zu speichern (savedir)>"
 
 # type: Plain text
-#: ../tin.1:2125 ../tin.5:1887
+#: ../tin.1:2135 ../tin.5:1895
 msgid ""
 "Directory where articles/threads are saved. Default is I<${TIN_HOMEDIR:-"
 "\"$HOME\"}/News>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2125
+#: ../tin.1:2135
 #, no-wrap
 msgid "B<Score limit (kill) (score_limit_kill)>"
 msgstr "B<kill) (score_limit_kill>"
 
 # type: Plain text
-#: ../tin.1:2129 ../tin.5:1891
+#: ../tin.1:2139 ../tin.5:1899
 msgid ""
 "If the score of an article is below or equal this value the article gets "
 "marked as killed."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2129
+#: ../tin.1:2139
 #, no-wrap
 msgid "B<Score limit (select) (score_limit_select)>"
 msgstr "B<select) (score_limit_select>"
 
 # type: Plain text
-#: ../tin.1:2133 ../tin.5:1895
+#: ../tin.1:2143 ../tin.5:1903
 msgid ""
 "If the score of an article is above or equal this value the article gets "
 "marked as hot."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2133
+#: ../tin.1:2143
 #, no-wrap
 msgid "B<Default score to kill articles (score_kill)>"
 msgstr "B<Bewertung für gekillte Artikel (score_kill)>"
 
 # type: Plain text
-#: ../tin.1:2137 ../tin.5:1899
+#: ../tin.1:2147 ../tin.5:1907
 msgid ""
 "Score of an article which should be killed, this must be E<lt>= "
 "B<score_limit_kill>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2137
+#: ../tin.1:2147
 #, no-wrap
 msgid "B<Default score to select articles (score_select)>"
 msgstr "B<Bewertung für wichtige Artikel (score_select)>"
 
 # type: Plain text
-#: ../tin.1:2141 ../tin.5:1903
+#: ../tin.1:2151 ../tin.5:1911
 msgid ""
 "Score of an article which should be marked hot, this must be E<gt>= "
 "B<score_limit_select>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2141
+#: ../tin.1:2151
 #, no-wrap
 msgid "B<Number of lines to scroll in pager (scroll_lines)>"
 msgstr "B<Blättere Artikel um ... Zeilen (scroll_lines)>"
 
 # type: Plain text
-#: ../tin.1:2149
+#: ../tin.1:2159
 msgid ""
 "The number of lines that will be scrolled up/down in the article pager when "
 "using cursor-up/down. The default is 1 (line-by-line). Set to 0 to get "
@@ -5204,52 +5240,52 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2149
+#: ../tin.1:2159
 #, no-wrap
 msgid "B<In group menu, show author by (show_author)>"
 msgstr "B<Im Gruppenmenü, zeige Autor an nach (show_author)>"
 
 # type: Plain text
-#: ../tin.1:2153 ../tin.5:1915
+#: ../tin.1:2163 ../tin.5:1923
 msgid ""
 "Which information about the author should be shown. Default is 2, authors "
 "full name."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2156 ../tin.5:1918
+#: ../tin.1:2166 ../tin.5:1926
 msgid "B<None>, only the ''Subject:'' line will be displayed."
 msgstr "B<Nichts>, nur die ''Subject:'' Zeile wird angezeigt."
 
 # type: Plain text
-#: ../tin.1:2159 ../tin.5:1921
+#: ../tin.1:2169 ../tin.5:1929
 msgid ""
 "B<Address>, ''Subject:'' line & the address part of the ''From:'' line are "
 "displayed."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2162 ../tin.5:1924
+#: ../tin.1:2172 ../tin.5:1932
 msgid ""
 "B<Full Name>, ''Subject:'' line & the authors full name part of the "
 "\\&''From:'' line are displayed (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2165 ../tin.5:1927
+#: ../tin.1:2175 ../tin.5:1935
 msgid ""
 "B<Address and Name>, ''Subject:'' line & all of the ''From:'' line are "
 "displayed."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2166
+#: ../tin.1:2176
 #, no-wrap
 msgid "B<Show description of each newsgroup (show_description)>"
 msgstr "B<Zeige Beschreibung der Newsgruppen (show_description)>"
 
 # type: Plain text
-#: ../tin.1:2175
+#: ../tin.1:2185
 msgid ""
 "If ON show a short group description text after newsgroup name at the group "
 "selection level. The ''B<-d>'' command-line flag will override the setting "
@@ -5260,25 +5296,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2175
+#: ../tin.1:2185
 #, no-wrap
 msgid "B<Show lines/score in listings (show_info)>"
 msgstr "B<Zeige Zeilenz./Bewert. in Übersicht (show_info)>"
 
 # type: Plain text
-#: ../tin.1:2179 ../tin.5:1941
+#: ../tin.1:2189 ../tin.5:1949
 msgid ""
 "Which information about the thread or article should be shown. Default is 1, "
 "show only the line count."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2182 ../tin.5:1944
+#: ../tin.1:2192 ../tin.5:1952
 msgid "B<None>, no information will be displayed."
 msgstr "B<Nichts>. Keine weiteren Informationen werden angezeigt."
 
 # type: Plain text
-#: ../tin.1:2186
+#: ../tin.1:2196
 msgid ""
 "B<Lines>, in article listing the line count of an article will be displayed "
 "and in thread listing the line count of first (unread) article will be "
@@ -5286,7 +5322,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2190 ../tin.5:1952
+#: ../tin.1:2200 ../tin.5:1960
 msgid ""
 "B<Score>, in article listing the score of an article will be displayed and "
 "in thread listing the score of the thread will be displayed - see also "
@@ -5294,66 +5330,66 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2192 ../tin.5:1954
+#: ../tin.1:2202 ../tin.5:1962
 msgid "B<Lines & Score>, display line count and score."
 msgstr "B<Zeilen und Bewertung>, Zeilenzahl und Bewertung zusätzlich anzeigen."
 
 # type: TP
-#: ../tin.1:2193
+#: ../tin.1:2203
 #, no-wrap
 msgid "B<Show only unread articles (show_only_unread_arts)>"
 msgstr "B<Zeige nur ungelesene Artikel (show_only_unread_arts)>"
 
 # type: Plain text
-#: ../tin.1:2197
+#: ../tin.1:2207
 msgid ""
 "If ON show only new/unread articles otherwise show all articles.  Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2197
+#: ../tin.1:2207
 #, no-wrap
 msgid "B<Show only groups with unread arts (show_only_unread_groups)>"
 msgstr "B<Zeige nur Gruppen mit ungel. Art. (show_only_unread_groups)>"
 
 # type: Plain text
-#: ../tin.1:2201 ../tin.5:1963
+#: ../tin.1:2211 ../tin.5:1971
 msgid ""
 "If ON show only subscribed groups that contain unread articles. Default is "
 "OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2201
+#: ../tin.1:2211
 #, no-wrap
 msgid "B<Display signatures (show_signatures)>"
 msgstr "B<Zeige Signaturen an (show_signatures)>"
 
 # type: Plain text
-#: ../tin.1:2205
+#: ../tin.1:2215
 msgid "If OFF don't show signatures when displaying articles.  Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2205
+#: ../tin.1:2215
 #, no-wrap
 msgid "B<Prepend signature with '\\en-- \\en' (sigdashes)>"
 msgstr "B<Trenne Sig mit '\\en-- \\en' ab (sigdashes)>"
 
 # type: Plain text
-#: ../tin.1:2208 ../tin.5:1969
+#: ../tin.1:2218 ../tin.5:1977
 msgid "If ON prepend the signature with sigdashes. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2208
+#: ../tin.1:2218
 #, no-wrap
 msgid "B<Create signature from path/command (sigfile)>"
 msgstr "B<Erzeuge Signatur aus Pfad/Kommando (sigfile)>"
 
 # type: Plain text
-#: ../tin.1:2218
+#: ../tin.1:2228
 msgid ""
 "The path that specifies the signature file to use when posting, following up "
 "to or replying to an article. If the path is a directory then the signature "
@@ -5365,24 +5401,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2218
+#: ../tin.1:2228
 #, no-wrap
 msgid "B<Add signature when reposting (signature_repost)>"
 msgstr "B<Signatur beim Reposten anhängen (signature_repost)>"
 
 # type: Plain text
-#: ../tin.1:2221 ../tin.5:1983
+#: ../tin.1:2231 ../tin.5:1991
 msgid "If ON add signature to reposted articles. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2221
+#: ../tin.1:2231
 #, no-wrap
 msgid "B<Regex used to highlight /slashes/ (slashes_regex)>"
 msgstr "B<Reg. für /Schrägst./ Hervorhebungen (slashes_regex)>"
 
 # type: Plain text
-#: ../tin.1:2226
+#: ../tin.1:2236
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markslash> or B<mono_markslash>. If "
@@ -5390,147 +5426,147 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2226
+#: ../tin.1:2236
 #, no-wrap
 msgid "B<Sort articles by (sort_article_type)>"
 msgstr "B<Sortiere Artikel nach (sort_article_type)>"
 
 # type: Plain text
-#: ../tin.1:2230 ../tin.5:1994
+#: ../tin.1:2240 ../tin.5:2002
 msgid ""
 "This specifies how articles should be sorted. Sort by ascending Date (6) is "
 "the default. The following sort types are allowed:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2233 ../tin.5:1997
+#: ../tin.1:2243 ../tin.5:2005
 msgid "B<Nothing>, don't sort articles."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2235 ../tin.5:1999
+#: ../tin.1:2245 ../tin.5:2007
 msgid ""
 "B<Subject: (descending)>, sort articles by ''Subject:'' field descending."
 msgstr ""
 "B<Subject: (absteigend)>, Artikel absteigend nach ''Subject:'' sortieren."
 
 # type: Plain text
-#: ../tin.1:2237 ../tin.5:2001
+#: ../tin.1:2247 ../tin.5:2009
 msgid "B<Subject: (ascending)>, sort articles by ''Subject:'' field ascending."
 msgstr ""
 "B<Subject: (aufsteigend)>, Artikel aufsteigend nach ''Subject:'' sortieren."
 
 # type: Plain text
-#: ../tin.1:2239 ../tin.5:2003
+#: ../tin.1:2249 ../tin.5:2011
 msgid "B<From: (descending)>, sort articles by ''From:'' field descending."
 msgstr "B<From: (absteigend)>, Artikel absteigend nach ''From:'' sortieren."
 
 # type: Plain text
-#: ../tin.1:2241 ../tin.5:2005
+#: ../tin.1:2251 ../tin.5:2013
 msgid "B<From: (ascending)>, sort articles by ''From:'' field ascending."
 msgstr "B<From: (aufsteigend)>, Artikel aufsteigend nach ''From:'' sortieren."
 
 # type: Plain text
-#: ../tin.1:2243 ../tin.5:2007
+#: ../tin.1:2253 ../tin.5:2015
 msgid "B<Date: (descending)>, sort articles by ''Date:'' field descending."
 msgstr "B<Date: (absteigend)>, Artikel absteigend nach ''Date:'' sortieren."
 
 # type: Plain text
-#: ../tin.1:2246 ../tin.5:2010
+#: ../tin.1:2256 ../tin.5:2018
 msgid ""
 "B<Date: (ascending)>, sort articles by ''Date:'' field ascending (default)."
 msgstr "B<Date: (aufsteigend)>, Artikel aufsteigend nach ''Date:'' sortieren."
 
 # type: Plain text
-#: ../tin.1:2248 ../tin.5:2012
+#: ../tin.1:2258 ../tin.5:2020
 msgid "B<Score (descending)>, sort articles by filtering score descending."
 msgstr "B<Score (absteigend)>, Artikel absteigend nach Score sortieren."
 
 # type: IP
-#: ../tin.1:2248 ../tin.5:2012
+#: ../tin.1:2258 ../tin.5:2020
 #, no-wrap
 msgid "8"
 msgstr "8"
 
 # type: Plain text
-#: ../tin.1:2250 ../tin.5:2014
+#: ../tin.1:2260 ../tin.5:2022
 msgid "B<Score (ascending)>, sort articles by filtering score ascending."
 msgstr "B<Score (aufsteigend)>, Artikel aufsteigend nach Score sortieren."
 
 # type: IP
-#: ../tin.1:2250 ../tin.5:2014
+#: ../tin.1:2260 ../tin.5:2022
 #, no-wrap
 msgid "9"
 msgstr "9"
 
 # type: Plain text
-#: ../tin.1:2252 ../tin.5:2016
+#: ../tin.1:2262 ../tin.5:2024
 msgid "B<Lines: (descending)>, sort articles by ''Lines:'' field descending."
 msgstr "B<Lines: (absteigend)>, Artikel absteigend nach ''Lines:'' sortieren."
 
 # type: IP
-#: ../tin.1:2252 ../tin.5:2016
+#: ../tin.1:2262 ../tin.5:2024
 #, no-wrap
 msgid "10"
 msgstr "10"
 
 # type: Plain text
-#: ../tin.1:2254 ../tin.5:2018
+#: ../tin.1:2264 ../tin.5:2026
 msgid "B<Lines: (ascending)>, sort articles by ''Lines:'' field ascending."
 msgstr ""
 "B<Lines: (aufsteigend)>, Artikel aufsteigend nach ''Lines:'' sortieren."
 
 # type: TP
-#: ../tin.1:2255
+#: ../tin.1:2265
 #, no-wrap
 msgid "B<Sort threads by (sort_threads_type)>"
 msgstr "B<Sortiere Threads nach (sort_threads_type)>"
 
 # type: Plain text
-#: ../tin.1:2260 ../tin.5:2023
+#: ../tin.1:2270 ../tin.5:2031
 msgid ""
 "This specifies how threads will be sorted. Sort by descending Score (1) is "
 "the default. The following sort types are allowed:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2263 ../tin.5:2026
+#: ../tin.1:2273 ../tin.5:2034
 msgid "B<Nothing>, don't sort threads."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2266 ../tin.5:2029
+#: ../tin.1:2276 ../tin.5:2037
 msgid ""
 "B<Score (descending)>, sort threads by filtering score descending (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2268 ../tin.5:2031
+#: ../tin.1:2278 ../tin.5:2039
 msgid "B<Score (ascending)>, sort threads by filtering score ascending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2270 ../tin.5:2033
+#: ../tin.1:2280 ../tin.5:2041
 msgid ""
 "B<Last posting date (descending)>, sort threads by date of last posting "
 "descending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2272 ../tin.5:2035
+#: ../tin.1:2282 ../tin.5:2043
 msgid ""
 "B<Last posting date (ascending)>, sort threads by date of last posting "
 "ascending."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2273
+#: ../tin.1:2283
 #, no-wrap
 msgid "B<Spamtrap warning address parts (spamtrap_warning_addresses)>"
 msgstr "B<Spamfallenwarnung in Adresse (spamtrap_warning_addresses)>"
 
 # type: Plain text
-#: ../tin.1:2278
+#: ../tin.1:2288
 msgid ""
 "Set this option to a list of comma-separated strings to be warned if you are "
 "replying to an article by mail where the e-mail address contains one of "
@@ -5538,18 +5574,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2280
+#: ../tin.1:2290
 msgid "I<spam,delete,remove>"
 msgstr "I<spam,delete,remove>"
 
 # type: TP
-#: ../tin.1:2280
+#: ../tin.1:2290
 #, no-wrap
 msgid "B<Regex used to highlight *stars* (stars_regex)>"
 msgstr "B<Regu. A. für *Stern* Hervorhebungen (stars_regex)>"
 
 # type: Plain text
-#: ../tin.1:2285
+#: ../tin.1:2295
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstar> or B<mono_markstar>. If "
@@ -5557,13 +5593,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2285
+#: ../tin.1:2295
 #, no-wrap
 msgid "B<Start editor with line offset (start_editor_offset)>"
 msgstr "B<Starte Editor mit Einrückung (start_editor_offset)>"
 
 # type: Plain text
-#: ../tin.1:2290 ../tin.5:2053
+#: ../tin.1:2300 ../tin.5:2061
 msgid ""
 "Set ON if the editor used for posting, follow-ups and bug reports has the "
 "capability of starting and positioning the cursor at a specified line within "
@@ -5571,26 +5607,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2290
+#: ../tin.1:2300
 #, no-wrap
 msgid "B<Strip blanks of end of lines (strip_blanks)>"
 msgstr "B<Leerzeichen am Zeilenende entfernen (strip_blanks)>"
 
 # type: Plain text
-#: ../tin.1:2296 ../tin.5:2057
+#: ../tin.1:2306 ../tin.5:2065
 msgid ""
 "Strips the blanks from the end of each line therefore speeding up the "
 "display when reading on a slow terminal or via modem. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2296
+#: ../tin.1:2306
 #, no-wrap
 msgid "B<Remove bogus groups from newsrc (strip_bogus)>"
 msgstr "B<Lösche nicht vorhan. G. aus newsrc (strip_bogus)>"
 
 # type: Plain text
-#: ../tin.1:2305 ../tin.5:2065
+#: ../tin.1:2315 ../tin.5:2073
 msgid ""
 "Bogus groups are groups that are present in your I<${TIN_HOMEDIR:-\"$HOME"
 "\"}/.newsrc> file that no longer exist on the news server. There are 3 "
@@ -5601,26 +5637,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2305
+#: ../tin.1:2315
 #, no-wrap
 msgid "B<No unsubscribed groups in newsrc (strip_newsrc)>"
 msgstr "B<Nur abonnierte Gruppen in newsrc (strip_newsrc)>"
 
 # type: Plain text
-#: ../tin.1:2309 ../tin.5:2069
+#: ../tin.1:2319 ../tin.5:2077
 msgid ""
 "If ON, then unsubscribed groups will be permanently removed from your I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2309
+#: ../tin.1:2319
 #, no-wrap
 msgid "B<Regex used to highlight -strokes- (strokes_regex)>"
 msgstr "B<Reg. für -Durchstr.- Hervorhebungen (strokes_regex)>"
 
 # type: Plain text
-#: ../tin.1:2314
+#: ../tin.1:2324
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstroke> or B<mono_markstroke>.  If "
@@ -5628,13 +5664,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2314
+#: ../tin.1:2324
 #, no-wrap
 msgid "B<Wrap around threads on next unread (wrap_on_next_unread)>"
 msgstr "B<Nä.ungel.-kein Abbr. am Listenende? (wrap_on_next_unread)>"
 
 # type: Plain text
-#: ../tin.1:2319 ../tin.5:2248
+#: ../tin.1:2329 ../tin.5:2260
 msgid ""
 "If enabled a search for the next unread article will wrap around all "
 "articles to find also previous unread articles. If disabled the search stops "
@@ -5642,26 +5678,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2319
+#: ../tin.1:2329
 #, no-wrap
 msgid "B<Display \"a as Umlaut-a (tex2iso_conv)>"
 msgstr "B<Wandle TeX-Umlaute automatisch um (tex2iso_conv)>"
 
 # type: Plain text
-#: ../tin.1:2323
+#: ../tin.1:2333
 msgid ""
 "If ON, show \"a as Umlaut-a, etc. Default is OFF. This behavior can also be "
 "toggled in the article viewer via B<PageToggleTex2iso> ('B<\">')."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2323
+#: ../tin.1:2333
 #, no-wrap
 msgid "B<Thread articles by (thread_articles)>"
 msgstr "B<Threade Artikel anhand (thread_articles)>"
 
 # type: Plain text
-#: ../tin.1:2331
+#: ../tin.1:2341
 msgid ""
 "Defines which threading method to use. It's possible to set the threading "
 "type on a per group basis by setting the group attribute variable "
@@ -5671,101 +5707,101 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2334
+#: ../tin.1:2344
 msgid "B<None>, don't thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2336
+#: ../tin.1:2346
 msgid "B<Subject>, thread on ''Subject:'' only."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2338
+#: ../tin.1:2348
 msgid "B<References>, thread on ''References:'' only."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2341
+#: ../tin.1:2351
 msgid ""
 "B<Both Subject and References>, thread on ''References:'' then "
 "\\&''Subject:'' (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2343
+#: ../tin.1:2353
 msgid "B<Multipart Subject>, thread multipart articles on ''Subject:''."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2346
+#: ../tin.1:2356
 msgid ""
 "B<Percentage Match>, thread base upon a partial character match on "
 "\\&''Subject:''."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2347
+#: ../tin.1:2357
 #, no-wrap
 msgid "B<Catchup thread by using left key (thread_catchup_on_exit)>"
 msgstr "B<Catchup mit der linken Cursort. (thread_catchup_on_exit)>"
 
 # type: Plain text
-#: ../tin.1:2351 ../tin.5:2100
+#: ../tin.1:2361 ../tin.5:2108
 msgid ""
 "If ON catchup group/thread when leaving with the left arrow key. Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2351
+#: ../tin.1:2361
 #, no-wrap
 msgid "B<Matchingness of a thread (thread_perc)>"
-msgstr "B<Prozentualer Subject vergleich (thread_perc)>"
+msgstr "B<Prozentualer Subject Vergleich (thread_perc)>"
 
 # type: Plain text
-#: ../tin.1:2355
+#: ../tin.1:2365
 msgid ""
 "How closely the subjects must match for two threads to be considered part of "
 "the same thread. This is a percentage and the default if 75%."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2355
+#: ../tin.1:2365
 #, no-wrap
 msgid "B<Score of a thread (thread_score)>"
 msgstr "B<Bewertung eines Threads (thread_score)>"
 
 # type: Plain text
-#: ../tin.1:2359 ../tin.5:2104
+#: ../tin.1:2369 ../tin.5:2112
 msgid ""
 "How the total score of a thread is computed. Default is 0, the maximum score "
 "in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2362 ../tin.5:2107
+#: ../tin.1:2372 ../tin.5:2115
 msgid "B<Max>, the maximum score in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2364 ../tin.5:2109
+#: ../tin.1:2374 ../tin.5:2117
 msgid "B<Sum>, the sum of all scores in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2366 ../tin.5:2111
+#: ../tin.1:2376 ../tin.5:2119
 msgid "B<Average>, the average score in this thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2367
+#: ../tin.1:2377
 #, no-wrap
 msgid "B<Transliteration (translit)>"
 msgstr "B<Verwende Umschreibungen (translit)>"
 
 # type: Plain text
-#: ../tin.1:2375 ../tin.5:2120
+#: ../tin.1:2385 ../tin.5:2128
 msgid ""
 "If ON append //TRANSLIT to the first argument of B<iconv_open>(3)  to enable "
 "transliteration. This means that when a character cannot be represented in "
@@ -5775,69 +5811,69 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2375
+#: ../tin.1:2385
 #, no-wrap
 msgid "B<How to treat blank lines (trim_article_body)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2379 ../tin.5:2124
+#: ../tin.1:2389 ../tin.5:2132
 msgid ""
 "Allows you to select how B<tin> treats blank lines in article bodies.  "
 "Default is 0. This option does not affect lines within verbatim blocks."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2382 ../tin.5:2127
+#: ../tin.1:2392 ../tin.5:2135
 msgid "B<Don't trim article body>, do nothing."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2384 ../tin.5:2129
+#: ../tin.1:2394 ../tin.5:2137
 msgid "B<Skip leading blank lines>."
 msgstr "B<Führende Leerzeilen überspringen>."
 
 # type: Plain text
-#: ../tin.1:2386 ../tin.5:2131
+#: ../tin.1:2396 ../tin.5:2139
 msgid "B<Skip trailing blank lines>."
 msgstr "B<Abschliessende Leerzeilen überspr.>."
 
 # type: Plain text
-#: ../tin.1:2388 ../tin.5:2133
+#: ../tin.1:2398 ../tin.5:2141
 msgid ""
 "B<Skip leading and trailing blank l.>, skip leading and trailing blank lines."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2391 ../tin.5:2136
+#: ../tin.1:2401 ../tin.5:2144
 msgid ""
 "B<Compact multiple between text>, replace multiple blank lines between "
 "textblocks with one blank line."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2393 ../tin.5:2138
+#: ../tin.1:2403 ../tin.5:2146
 msgid "B<Compact multiple and skip leading>, 4 + 1"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2395 ../tin.5:2140
+#: ../tin.1:2405 ../tin.5:2148
 msgid "B<Compact multiple and skip trailing>, 4 + 2"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2397 ../tin.5:2142
+#: ../tin.1:2407 ../tin.5:2150
 msgid "B<Compact mltpl., skip lead. & trai.>, 4 + 3"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2398
+#: ../tin.1:2408
 #, no-wrap
 msgid "B<Regex used to highlight _underline_ (underscores_regex)>"
 msgstr "B<Reg. für _Unterstr._ Hervorhebungen (underscores_regex)>"
 
 # type: Plain text
-#: ../tin.1:2403
+#: ../tin.1:2413
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markdash> or B<mono_markdash>. If "
@@ -5845,24 +5881,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2403
+#: ../tin.1:2413
 #, no-wrap
 msgid "B<Remove ~/.article after posting (unlink_article)>"
 msgstr "B<Entferne ~/.article nach dem posten (unlink_article)>"
 
 # type: Plain text
-#: ../tin.1:2406
+#: ../tin.1:2416
 msgid "If ON remove I<~/.article> after posting. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2406
+#: ../tin.1:2416
 #, no-wrap
 msgid "B<Program that opens URL's (url_handler)>"
 msgstr "B<Öffne URLs mit ... (url_handler)>"
 
 # type: Plain text
-#: ../tin.1:2411
+#: ../tin.1:2421
 msgid ""
 "The program that will be run when launching URL's in the article viewer "
 "using B<PageViewUrl> ('B<U>'). The actual URL will be appended to this.  "
@@ -5870,54 +5906,54 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2411
+#: ../tin.1:2421
 #, no-wrap
 msgid "B<URL highlighting in message body (url_highlight)>"
 msgstr "B<URL-Hervorhebung im Artikel (url_highlight)>"
 
 # type: Plain text
-#: ../tin.1:2414 ../tin.5:2162
+#: ../tin.1:2424 ../tin.5:2170
 msgid "Enable highlighting URLs in message body. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2414
+#: ../tin.1:2424
 #, no-wrap
 msgid "B<Use ANSI color (use_color)>"
 msgstr "B<Benutze ANSI-Farben (use_color)>"
 
 # type: Plain text
-#: ../tin.1:2417
+#: ../tin.1:2427
 msgid "If enabled B<tin> uses ANSI-colors. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2417
+#: ../tin.1:2427
 #, no-wrap
 msgid "B<Use scroll keys on keypad (use_keypad)>"
 msgstr "B<Scrollt. vom Nummernblock nutzen (use_keypad)>"
 
 # type: TP
-#: ../tin.1:2420
+#: ../tin.1:2430
 #, no-wrap
 msgid "B<Use mouse in xterm (use_mouse)>"
 msgstr "B<Maus in xterm nutzen (use_mouse)>"
 
 # type: Plain text
-#: ../tin.1:2426 ../tin.5:2176
+#: ../tin.1:2436 ../tin.5:2184
 msgid ""
 "Allows the mouse button support in a B<xterm>(1x)  to be enabled/disabled.  "
 "Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2426
+#: ../tin.1:2436
 #, no-wrap
 msgid "B<Use slrnface to show ''X-Face:''s (use_slrnface)>"
 msgstr "B<''X-Face:''s mit slrnface Anzeigen (use_slrnface)>"
 
 # type: Plain text
-#: ../tin.1:2436
+#: ../tin.1:2446
 msgid ""
 "If enabled B<tin> uses B<slrnface>(1)  to interpret the ''X-Face:'' header. "
 "For this option to have any effect, B<tin> must be running in an B<xterm>"
@@ -5925,48 +5961,61 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2436
+#: ../tin.1:2446
+#, no-wrap
+msgid "B<Use UTF-8 graphics (utf8_graphics)>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:2450 ../tin.5:2200
+msgid ""
+"If ON use UTF-8 characters for indicator ('-E<gt>'), thread/attachment tree "
+"and ellipsis ('...'). Default is OFF."
+msgstr ""
+
+# type: TP
+#: ../tin.1:2450
 #, no-wrap
 msgid "B<Regex for begin of a verbatim block (verbatim_begin_regex)>"
 msgstr "B<Reg. Ausd. für den Anfang e. wortgetreuen Textblock (verbatim_begin_regex)>"
 
 # type: Plain text
-#: ../tin.1:2439
+#: ../tin.1:2453
 msgid ""
 "A regular expression that tin will use to find the begin of a verbatim block."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2439
+#: ../tin.1:2453
 #, no-wrap
 msgid "B<Regex for end of a verbatim block (verbatim_end_regex)>"
 msgstr "B<Reg. Ausd. für das Ende eines wortgetreuen Textblocks (verbatim_end_regex)>"
 
 # type: Plain text
-#: ../tin.1:2442
+#: ../tin.1:2456
 msgid ""
 "A regular expression that tin will use to find the end of a verbatim block."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2442
+#: ../tin.1:2456
 #, no-wrap
 msgid "B<Detection of verbatim blocks (verbatim_handling)>"
 msgstr "B<Wortgetreue Textblöcke erkennen (verbatim_handling)>"
 
 # type: Plain text
-#: ../tin.1:2445
+#: ../tin.1:2459
 msgid "If ON verbatim blocks will be detected. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2445
+#: ../tin.1:2459
 #, no-wrap
 msgid "B<Wildcard matching (wildcard)>"
 msgstr "B<Wildcardprüfung (wildcard)>"
 
 # type: Plain text
-#: ../tin.1:2459
+#: ../tin.1:2473
 msgid ""
 "Allows you to select how B<tin> matches strings. The default is 0 and uses "
 "the wildmat notation, which is how this has traditionally been handled.  "
@@ -5977,41 +6026,41 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2459
+#: ../tin.1:2473
 #, no-wrap
 msgid "B<What to display instead of mark (word_h_display_marks)>"
 msgstr "B<Anstelle der Markierung anzeigen (word_h_display_marks)>"
 
 # type: Plain text
-#: ../tin.1:2463 ../tin.5:2216
+#: ../tin.1:2477 ../tin.5:2228
 msgid ""
 "Should the leading and ending stars, slashes, strokes and dashes also be "
 "displayed, even when they are highlighting marks?"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2466 ../tin.5:2219
+#: ../tin.1:2480 ../tin.5:2231
 msgid "B<no>"
 msgstr "B<nein>"
 
 # type: Plain text
-#: ../tin.1:2468 ../tin.5:2221
+#: ../tin.1:2482 ../tin.5:2233
 msgid "yes, B<display mark>"
 msgstr "ja, B<Markierung> anzeigen"
 
 # type: Plain text
-#: ../tin.1:2470 ../tin.5:2223
+#: ../tin.1:2484 ../tin.5:2235
 msgid "print a B<space> instead"
 msgstr "ein B<Leerzeichen> ausgeben"
 
 # type: TP
-#: ../tin.1:2471
+#: ../tin.1:2485
 #, no-wrap
 msgid "B<Word highlighting in message body (word_highlight)>"
 msgstr "B<Wort-Hervorhebung im Artikel (word_highlight)>"
 
 # type: Plain text
-#: ../tin.1:2479
+#: ../tin.1:2493
 msgid ""
 "Enable word highlighting. See B<word_h_display_marks> for the options "
 "available. If B<use_color> is enabled the colors specified in "
@@ -6022,13 +6071,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2479
+#: ../tin.1:2493
 #, no-wrap
 msgid "B<Page line wrap column (wrap_column)>"
 msgstr "B<Zeilen umbrechen nach (wrap_column)>"
 
 # type: Plain text
-#: ../tin.1:2490 ../tin.5:2243
+#: ../tin.1:2504 ../tin.5:2255
 msgid ""
 "Sets the column at which a displayed article body should be wrapped.  If "
 "this value is equal to 0, it defaults to the current screen width.  If this "
@@ -6041,26 +6090,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2490
+#: ../tin.1:2504
 #, no-wrap
 msgid "B<Quote line when cross-posting (xpost_quote_format)>"
 msgstr "B<Einleitungszeile beim Crossposten (xpost_quote_format)>"
 
 # type: Plain text
-#: ../tin.1:2497 ../tin.5:2253
+#: ../tin.1:2511 ../tin.5:2265
 msgid ""
 "Format is the same as for B<news_quote_format>, this is used when answering "
 "to a crossposting to several groups with no ''Followup-To:'' set."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2497
+#: ../tin.1:2511
 #, no-wrap
 msgid "ATTRIBUTES MENU AND GROUP ATTRIBUTES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2504
+#: ../tin.1:2518
 msgid ""
 "B<tin> allows certain attributes to be set on a per group basis. If it "
 "exists, the global attributes file, I<${TIN_LIBDIR:-NEWSLIBDIR}/attributes> "
@@ -6071,7 +6120,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2512
+#: ../tin.1:2526
 msgid ""
 "Note that the I<scope=E<lt>grouplistE<gt>> line has to be specified before "
 "the attributes are specified for that list. All attributes are set to a "
@@ -6082,7 +6131,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2519
+#: ../tin.1:2533
 msgid ""
 "Attributes can also be changed from the attributes menu which can be "
 "accessed by B<ConfigToggleAttrib> ('B<E<lt>TABE<gt>>') from the options menu "
@@ -6093,7 +6142,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2526
+#: ../tin.1:2540
 msgid ""
 "Besides the keys for moving around and changing values known from the "
 "options menu the attributes menu provides the following command: "
@@ -6101,13 +6150,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2526
+#: ../tin.1:2540
 #, no-wrap
 msgid "SCOPES MENU"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2531
+#: ../tin.1:2545
 msgid ""
 "The scopes menu (accessible from the options menu with B<ConfigScopeMenu> "
 "('B<S>')) shows all scopes read from the global and local attributes file.  "
@@ -6116,7 +6165,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2542
+#: ../tin.1:2556
 msgid ""
 "In addition to the common moving keys the following commands are available: "
 "B<ScopeSelect> ('B<^J>' or 'B<E<lt>CRE<gt>>') enter the attributes menu for "
@@ -6129,14 +6178,14 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2542
+#: ../tin.1:2556
 #, no-wrap
 msgid "FILTERING ARTICLES"
 msgstr "ARTIKEL FILTERN"
 
 # type: Plain text
 #.  FIXME - add scoring description
-#: ../tin.1:2549
+#: ../tin.1:2563
 msgid ""
 "When there is a subject or an author which you are either very interested "
 "in, or find completely uninteresting, you can easily instruct B<tin> to "
@@ -6146,7 +6195,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2555
+#: ../tin.1:2569
 msgid ""
 "When B<tin> starts up the user's kill-file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/"
 "filter> (see also B<tin>(5))  is read. Each time a newsgroup is entered the "
@@ -6155,7 +6204,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2560
+#: ../tin.1:2574
 msgid ""
 "The degree to which rules are applied depend on the B<kill_level> tinrc "
 "setting. By default killed articles will only be marked read. Adjust "
@@ -6164,7 +6213,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2565
+#: ../tin.1:2579
 msgid ""
 "Filtering rules can be manually entered into I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "tin/filter> (but don't do this whilst running B<tin> else you will lose your "
@@ -6172,7 +6221,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2571
+#: ../tin.1:2585
 msgid ""
 "The filtering capabilities of B<tin> have been significantly enhanced over "
 "previous versions to include scoring and better pattern matching. It is "
@@ -6183,7 +6232,7 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - Next paragraph is out of date
-#: ../tin.1:2583
+#: ../tin.1:2597
 msgid ""
 "The on-screen filtering menu is accessed by pressing 'B<^K>' at the Group "
 "and Article levels. It allows the user to kill or select an article that "
@@ -6196,20 +6245,20 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2583
+#: ../tin.1:2597
 #, no-wrap
 msgid "POSTING ARTICLES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2586
+#: ../tin.1:2600
 msgid ""
 "B<tin> allows posting of articles, follow-up to already posted articles and "
 "replying direct through mail to the author of an article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2596
+#: ../tin.1:2610
 msgid ""
 "Use the B<Post> ('B<w>') command to post an article to a newsgroup.  After "
 "entering the post subject the default editor (i.e., B<vi>(1))  or the editor "
@@ -6222,7 +6271,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2601
+#: ../tin.1:2615
 msgid ""
 "Use the B<DisplayPostHist> ('B<W>') command to display a history of the "
 "articles you have posted. The date the article was posted, which newsgroups "
@@ -6230,7 +6279,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2609
+#: ../tin.1:2623
 msgid ""
 "Use the B<PageFollowupQuote> ('B<f>'), B<PageFollowup> ('B<F>')  or "
 "B<PageFollowupQuoteHeaders> ('B<^W>') command to post a follow-up article to "
@@ -6242,7 +6291,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2623
+#: ../tin.1:2637
 msgid ""
 "Use the B<PageReplyQuote> ('B<r>'), B<PageReply> ('B<R>') or "
 "B<PageReplyQuoteHeaders> ('B<^E>') command to reply direct through mail to "
@@ -6257,13 +6306,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2623
+#: ../tin.1:2637
 #, no-wrap
 msgid "CUSTOMIZING THE ARTICLE QUOTE STRING"
 msgstr "EINLEITUNGSZEILE ANPASSEN"
 
 # type: Plain text
-#: ../tin.1:2631
+#: ../tin.1:2645
 msgid ""
 "When posting a followup to an article or replying direct to the author of an "
 "article via email the text of the article can be quoted. The beginning of "
@@ -6275,13 +6324,13 @@ msgid ""
 msgstr ""
 
 # type: ta
-#: ../tin.1:2633
+#: ../tin.1:2647
 #, no-wrap
 msgid "\\w'%A  'u +\\w'Address'u"
 msgstr "\\w'%A  'u +\\w'Mailadresse'u"
 
 # type: Plain text
-#: ../tin.1:2642
+#: ../tin.1:2656
 #, no-wrap
 msgid ""
 "B<%A>\tAddress (Email)\n"
@@ -6303,12 +6352,12 @@ msgstr ""
 "B<%I>\tInitialen des Autor\n"
 
 # type: Plain text
-#: ../tin.1:2645
+#: ../tin.1:2659
 msgid "e.g.,"
 msgstr "z. B."
 
 # type: Plain text
-#: ../tin.1:2650
+#: ../tin.1:2664
 #, no-wrap
 msgid ""
 "CW<mail_quote_format=On %D in %G you wrote:\n"
@@ -6318,12 +6367,12 @@ msgstr ""
 "news_quote_format=In %M schreib %F:>\n"
 
 # type: Plain text
-#: ../tin.1:2654
+#: ../tin.1:2668
 msgid "would expand to:"
 msgstr "ergäbe folgendes:"
 
 # type: Plain text
-#: ../tin.1:2659
+#: ../tin.1:2673
 #, no-wrap
 msgid ""
 "CW<On 21 Sep 1993 09:45:51 -0400 in alt.sources you wrote:\n"
@@ -6333,7 +6382,7 @@ msgstr ""
 "In E<lt>abcINN123@example.orgE<gt> schreib Joe Bar E<lt>joe@example.orgE<gt>:>\n"
 
 # type: Plain text
-#: ../tin.1:2669
+#: ../tin.1:2683
 msgid ""
 "The quoted text section of an article is marked by a preceding quote string "
 "at the beginning of each quoted line. The default quote string is set to "
@@ -6343,13 +6392,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2669
+#: ../tin.1:2683
 #, no-wrap
 msgid "MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2676
+#: ../tin.1:2690
 msgid ""
 "The command interface to B<GroupMail>, B<PageMail>, B<PostMail> or "
 "B<ThreadMail> ('B<m>'), B<Pipe> ('B<|>'), B<Print> ('B<o>'), B<PageRepost> "
@@ -6359,7 +6408,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2681
+#: ../tin.1:2695
 msgid ""
 "Auto-saving with B<*AutoSave> ('B<S>') is a special case and operates only "
 "on marked articles. They will processed without any further prompting "
@@ -6368,7 +6417,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2685
+#: ../tin.1:2699
 msgid ""
 "Otherwise, the initial prompt will ask you to select which article, thread, "
 "hot (auto-selected), regex pattern, tagged articles you wish to mail, pipe "
@@ -6376,7 +6425,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2689
+#: ../tin.1:2703
 msgid ""
 "Tagged articles must have already been tagged with a B<*Tag> ('B<t>')  "
 "command. All tagged articles can be untagged by a B<*Untag> ('B<U>')  untag "
@@ -6384,7 +6433,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2695
+#: ../tin.1:2709
 msgid ""
 "If a regex pattern is selected you are asked to enter a pattern (e.g., to "
 "match all articles subject lines containing 'net News' you enter \"net News"
@@ -6394,7 +6443,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2700
+#: ../tin.1:2714
 msgid ""
 "Various expansion characters are recognized when entering the directory and "
 "file to save to. Environment variables (prefixed with '$') and user home "
@@ -6403,7 +6452,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2705
+#: ../tin.1:2719
 msgid ""
 "To save articles to a mailbox enter '=E<lt>mailbox nameE<gt>' when asked for "
 "the save filename. If you enter just '=' then articles will be saved to a "
@@ -6412,7 +6461,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2709
+#: ../tin.1:2723
 msgid ""
 "To save in savedir/E<lt>news.group.nameE<gt>/E<lt>filenameE<gt> format enter "
 "'+E<lt>filenameE<gt>'.  Environment variables are allowed within a filename "
@@ -6420,20 +6469,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2715
+#: ../tin.1:2729
 msgid ""
 "When saving articles you can specify whether the saved files should be post "
 "processed. A default process type can be set via B<post_process_type>."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2715
+#: ../tin.1:2729
 #, no-wrap
 msgid "AUTOMATIC MAILING AND SAVING NEW NEWS"
 msgstr "AUTOMATISCHES MAILEN UND SPEICHERN VON UNGELESENEN ARTIKELN"
 
 # type: Plain text
-#: ../tin.1:2727
+#: ../tin.1:2741
 msgid ""
 "B<tin> allows new/unread news articles to be mailed (''B<-M>'' and \\&''B<-"
 "N>'' option) or saved (''B<-S>'' option) in batch mode for later reading. "
@@ -6448,7 +6497,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2731
+#: ../tin.1:2745
 msgid ""
 "When using ''B<-S>'' together with a given directory to save to (''B<-s>'' "
 "option), the same directory must be specified when reading the articles by "
@@ -6456,7 +6505,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2738
+#: ../tin.1:2752
 msgid ""
 "If you only want to save some of your groups use the B<batch_save> tinrc "
 "variable. Set to ON or OFF in tinrc to enable/disable saving of all groups "
@@ -6467,50 +6516,50 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2739
+#: ../tin.1:2753
 #, no-wrap
 msgid "B<tin -M iain -c -f newsrc.mail>"
 msgstr "B<tin -M iain -c -f newsrc.mail>"
 
 # type: Plain text
-#: ../tin.1:2743
+#: ../tin.1:2757
 msgid ""
 "(mail any unread articles in newsgroups specified in file newsrc.mail to the "
 "local user iain and mark them as read)"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2744
+#: ../tin.1:2758
 #, no-wrap
 msgid "B<tin -S -c -f newsrc.save>"
 msgstr "B<tin -S -c -f newsrc.save>"
 
 # type: Plain text
-#: ../tin.1:2748
+#: ../tin.1:2762
 msgid ""
 "(save any unread articles in newsgroups specified in file newsrc.save and "
 "mark them as read)"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2749
+#: ../tin.1:2763
 #, no-wrap
 msgid "B<tin -R>"
 msgstr "B<tin -R>"
 
 # type: Plain text
-#: ../tin.1:2754
+#: ../tin.1:2768
 msgid "(read any articles saved by B<tin -S>)"
 msgstr ""
 
 # type: SS
-#: ../tin.1:2754
+#: ../tin.1:2768
 #, no-wrap
 msgid "RANGES"
 msgstr "BEREICHE"
 
 # type: Plain text
-#: ../tin.1:2765
+#: ../tin.1:2779
 msgid ""
 "A range is simply a group of items marked using the B<SetRange> (B<'#'>) "
 "key. Certain B<tin> commands will operate on a range if one exists rather "
@@ -6524,13 +6573,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2766
+#: ../tin.1:2780
 #, no-wrap
 msgid "NEWSGROUP LISTS & WILDCARDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2777
+#: ../tin.1:2791
 msgid ""
 "Several places in B<tin> allow you to specify a list of newsgroups. These "
 "include command-line groups, (un)subscribe groups, the AUTO[UN]SUBSCRIBE "
@@ -6543,30 +6592,30 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2779
+#: ../tin.1:2793
 msgid "I<alt.config,news.*,!news.test>"
 msgstr "I<alt.config,news.*,!news.test>"
 
 # type: Plain text
-#: ../tin.1:2781
+#: ../tin.1:2795
 msgid ""
 "Matches alt.config and everything in the 'news' hierarchy except news.test"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2786
+#: ../tin.1:2800
 msgid ""
 "See the explanation for the $B<AUTOSUBSCRIBE> variables for further examples."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2786
+#: ../tin.1:2800
 #, no-wrap
 msgid "SIGNATURES"
 msgstr "SIGNATUREN"
 
 # type: Plain text
-#: ../tin.1:2795
+#: ../tin.1:2809
 msgid ""
 "B<tin> will recognize a signature in either I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "signature> or I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>.  If I<${TIN_HOMEDIR:-\"$HOME"
@@ -6577,19 +6626,19 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2798
+#: ../tin.1:2812
 msgid ""
 "A signature in I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig> will be pulled into the "
 "editor for both posting and mailing commands."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2800
+#: ../tin.1:2814
 msgid "The following is an example of a I<.Sig> file:"
 msgstr "Nachstehend eine Beispiel I<.Sig> Datei:"
 
 # type: Plain text
-#: ../tin.1:2805
+#: ../tin.1:2819
 #, no-wrap
 msgid ""
 "CW<NAMES  Joe Bar E<lt>joe@example.orgE<gt>\n"
@@ -6599,7 +6648,7 @@ msgstr ""
 "SNAIL  Heidestraße 17, 99999 Notreal, Germany>\n"
 
 # type: Plain text
-#: ../tin.1:2820
+#: ../tin.1:2834
 msgid ""
 "B<tin> also has the capability to generate random signatures on a per "
 "newsgroup basis if so desired. The way to accomplish this is to specify the "
@@ -6613,13 +6662,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2820
+#: ../tin.1:2834
 #, no-wrap
 msgid "TIPS AND TRICKS"
 msgstr "TIPS UND TRICKS"
 
 # type: Plain text
-#: ../tin.1:2824
+#: ../tin.1:2838
 msgid ""
 "B<tin> can be pretty much be navigated by using the four cursor keys.  The "
 "left arrow key goes up a level, the right arrow key goes down a level, the "
@@ -6627,7 +6676,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2826
+#: ../tin.1:2840
 msgid ""
 "The following newsgroups provide useful information concerning news software:"
 msgstr ""
@@ -6635,7 +6684,7 @@ msgstr ""
 "Newssoftware:"
 
 # type: Plain text
-#: ../tin.1:2829
+#: ../tin.1:2843
 msgid ""
 "\\(emnews.software.readers (info. about news user agents tin, rn, nn, slrn "
 "etc.)"
@@ -6644,19 +6693,19 @@ msgstr ""
 "slrn, ...)"
 
 # type: Plain text
-#: ../tin.1:2831
+#: ../tin.1:2845
 msgid "\\(emnews.software.nntp (info. about NNTP)"
 msgstr "\\(emnews.software.nntp (Informationen über NNTP)"
 
 # type: Plain text
-#: ../tin.1:2833
+#: ../tin.1:2847
 msgid ""
 "\\(emnews.answers (Frequently Asked Questions (FAQ) about many different "
 "themes)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2837
+#: ../tin.1:2851
 msgid ""
 "Many prompts within B<tin> offer a default choice that the cursor is "
 "positioned on. By pressing 'B<E<lt>CRE<gt>>' the default value is taken.  "
@@ -6664,14 +6713,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2844
+#: ../tin.1:2858
 msgid ""
 "When B<tin> is run in an B<xterm>(1x)  it will resize itself each time the "
 "B<xterm>(1x)  is resized."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2848
+#: ../tin.1:2862
 msgid ""
 "B<tin> will reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-"
 "active}> file at set intervals (B<reread_active_file_secs>) to show any "
@@ -6679,20 +6728,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2853
+#: ../tin.1:2867
 msgid ""
 "If you find large number of new newsgroups cluttering up your screen, "
 "pressing B<SelectToggleReadDisplay> ('B<r>') will make them go away."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2853
+#: ../tin.1:2867
 #, no-wrap
 msgid "XTERM BUTTONS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2859
+#: ../tin.1:2873
 msgid ""
 "If the environment variable B<$TERM> is set to B<xterm>(1x), then button "
 "pressing can be used to select groups and articles. In this discussion, the "
@@ -6701,103 +6750,103 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2861
+#: ../tin.1:2875
 msgid "In general (i.e., for the group, thread and article menus),"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2861
+#: ../tin.1:2875
 #, no-wrap
 msgid "Button1 (left)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2864
+#: ../tin.1:2878
 msgid ""
 "enters next (lower) level if you click on an article, otherwise pages down."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2864
+#: ../tin.1:2878
 #, no-wrap
 msgid "Button2 (center)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2868
+#: ../tin.1:2882
 msgid ""
 "returns to the previous (upper) level if you click on an article, otherwise "
 "pages up."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2868
+#: ../tin.1:2882
 #, no-wrap
 msgid "Button3 (right)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2872
+#: ../tin.1:2886
 msgid ""
 "positions on the article line under mouse cursor, or pages down if you've "
 "clicked outside the list of articles."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2874
+#: ../tin.1:2888
 msgid "In the group selection menu, if the mouse is pointing at a group then:"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2874 ../tin.1:2886 ../tin.1:2900
+#: ../tin.1:2888 ../tin.1:2900 ../tin.1:2914
 #, no-wrap
 msgid "left button"
 msgstr "Linke Maustaste"
 
 # type: Plain text
-#: ../tin.1:2878
+#: ../tin.1:2892
 msgid ""
 "moves to and selects the group pointed at, just like B<SelectReadGrp> "
 "('B<E<lt>CRE<gt>>')."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2878 ../tin.1:2890 ../tin.1:2903
+#: ../tin.1:2892 ../tin.1:2904 ../tin.1:2917
 #, no-wrap
 msgid "center button"
 msgstr "Mittlere Maustaste"
 
 # type: Plain text
-#: ../tin.1:2881
+#: ../tin.1:2895
 msgid "quits the program, just like B<Quit> ('B<q>')."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2881 ../tin.1:2895 ../tin.1:2908
+#: ../tin.1:2895 ../tin.1:2909 ../tin.1:2922
 #, no-wrap
 msgid "right button"
 msgstr "Rechte Maustaste"
 
 # type: Plain text
-#: ../tin.1:2884
+#: ../tin.1:2898
 msgid "moves to the group pointed at."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2886
+#: ../tin.1:2900
 msgid ""
 "In the article menu, if the mouse is pointing at an article (or thread) then:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2890
+#: ../tin.1:2904
 msgid ""
 "reads the article pointed at, just like B<GroupReadBasenote> "
 "('B<E<lt>CRE<gt>>'), or the thread, just like B<GroupListThd> ('B<l>')."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2895
+#: ../tin.1:2909
 msgid ""
 "exits the menu, catching up on the group if you have "
 "B<group_catchup_on_exit> set in your configuration, just like B<Quit> "
@@ -6805,23 +6854,23 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2898
+#: ../tin.1:2912
 msgid "moves to the article (or thread) pointed at."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2900
+#: ../tin.1:2914
 msgid "In the thread menu, if the mouse is pointing at an article then:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2903
+#: ../tin.1:2917
 msgid ""
 "reads article pointed at, just like B<ThreadReadArt> ('B<E<lt>CRE<gt>>')."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2908
+#: ../tin.1:2922
 msgid ""
 "exits the menu, catching up on the thread if you have "
 "B<thread_catchup_on_exit> set in your configuration, just like B<Quit> "
@@ -6829,25 +6878,25 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2911
+#: ../tin.1:2925
 msgid "moves to the article pointed at."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2918
+#: ../tin.1:2932
 msgid ""
 "In other menus and areas button pressing reverts back to usual cut and paste "
 "of B<xterm>(1x), but after one click of any button."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2918
+#: ../tin.1:2932
 #, no-wrap
 msgid "INDEX FILES"
 msgstr "INDEX DATEIEN"
 
 # type: Plain text
-#: ../tin.1:2923
+#: ../tin.1:2937
 msgid ""
 "If your news server supports NOV index files (see B<newsoverview>(5), most "
 "modern installations will) and you have a fast connection to your news "
@@ -6855,7 +6904,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2929
+#: ../tin.1:2943
 msgid ""
 "If your news server doesn't support NOV index files or you have a very slow "
 "connection to your news server then B<tin> can cache the index for each "
@@ -6865,7 +6914,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2938
+#: ../tin.1:2952
 msgid ""
 "Each user creates/updates his/her own index files that are stored in I<"
 "${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news/>. If you are "
@@ -6877,7 +6926,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2945
+#: ../tin.1:2959
 msgid ""
 "Entering a group the first time tends to be slow because the index file must "
 "be built from scratch. To alleviate the slowness start B<tin> to create all "
@@ -6888,20 +6937,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2950
+#: ../tin.1:2964
 msgid ""
 "As indexing might take some time you may want to run B<tin> form the system "
 "batcher B<cron>(1)  with the ''B<-u>'' option:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2955
+#: ../tin.1:2969
 #, no-wrap
 msgid "CW<30 6 * * * /usr/local/bin/tin -u>\n"
 msgstr "CW<30 6 * * * /usr/local/bin/tin -u>\n"
 
 # type: Plain text
-#: ../tin.1:2963
+#: ../tin.1:2977
 msgid ""
 "If you are low on local disk space you should consider using B<getart_limit> "
 "to limit the size of cached indexes and also manually purge cached data for "
@@ -6909,7 +6958,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2969
+#: ../tin.1:2983
 #, no-wrap
 msgid ""
 "CW<find ${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news* \\e\n"
@@ -6919,7 +6968,7 @@ msgstr ""
 "-type f -name \"[0-9]*.[0-9]\" -atime +28 | xargs rm -f>\n"
 
 # type: SH
-#: ../tin.1:2974 ../tin.5:20
+#: ../tin.1:2988 ../tin.5:20
 #, no-wrap
 msgid "FILES"
 msgstr "DATEIEN"
@@ -6936,126 +6985,127 @@ msgstr "DATEIEN"
 #.        $TMPDIR/REFS.info  (-D 8)
 #.        $TMPDIR/MALLOC     (-D 16)
 #.        $TMPDIR/ATTRIBUTES (-D 32)
-#.        $TMPDIR/SCOPES     (-D 32)
+#.        $TMPDIR/SCOPES-R   (-D 32)
+#.        $TMPDIR/SCOPES-W   (-D 32)
 #.        $TMPDIR/ACTIVE     (-D 64)
-#: ../tin.1:2990
+#: ../tin.1:3005
 msgid "For a detailed description see B<tin>(5)."
 msgstr "Für eine ausführlich Beschreibung siehe B<tin>(5)."
 
 # type: Plain text
-#: ../tin.1:2992 ../tin.5:40
+#: ../tin.1:3007 ../tin.5:41
 msgid "I<$MAILCAPS>"
 msgstr "I<$MAILCAPS>"
 
 # type: Plain text
-#: ../tin.1:2994 ../tin.5:42
+#: ../tin.1:3009 ../tin.5:43
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>"
 
 # type: Plain text
-#: ../tin.1:2996 ../tin.5:44
+#: ../tin.1:3011 ../tin.5:45
 msgid "I</etc/mailcap>"
 msgstr "I</etc/mailcap>"
 
 # type: Plain text
-#: ../tin.1:2998 ../tin.5:46
+#: ../tin.1:3013 ../tin.5:47
 msgid "I</usr/etc/mailcap>"
 msgstr "I</usr/etc/mailcap>"
 
 # type: Plain text
-#: ../tin.1:3000 ../tin.5:48
+#: ../tin.1:3015 ../tin.5:49
 msgid "I</usr/local/etc/mailcap>"
 msgstr "I</usr/local/etc/mailcap>"
 
 # type: Plain text
-#: ../tin.1:3002 ../tin.5:50
+#: ../tin.1:3017 ../tin.5:51
 msgid "I</etc/mail/mailcap>"
 msgstr "I</etc/mail/mailcap>"
 
 # type: Plain text
-#: ../tin.1:3005 ../tin.5:219
+#: ../tin.1:3020 ../tin.5:220
 msgid "I</etc/nntpserver>"
 msgstr "I</etc/nntpserver>"
 
 # type: Plain text
-#: ../tin.1:3008 ../tin.5:229
+#: ../tin.1:3023 ../tin.5:230
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>"
 
 # type: Plain text
-#: ../tin.1:3011 ../tin.5:236
+#: ../tin.1:3026 ../tin.5:237
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>"
 
 # type: Plain text
-#: ../tin.1:3013 ../tin.5:238
+#: ../tin.1:3028 ../tin.5:239
 msgid "I</etc/mime.types>"
 msgstr "I</etc/mime.types>"
 
 # type: Plain text
-#: ../tin.1:3015 ../tin.5:240
+#: ../tin.1:3030 ../tin.5:241
 msgid "I</etc/tin/mime.types>"
 msgstr "I</etc/tin/mime.types>"
 
 # type: Plain text
-#: ../tin.1:3018 ../tin.5:247
+#: ../tin.1:3033 ../tin.5:248
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>"
 
 # type: Plain text
-#: ../tin.1:3021 ../tin.5:280
+#: ../tin.1:3036 ../tin.5:281
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 
 # type: Plain text
-#: ../tin.1:3025 ../tin.5:309
+#: ../tin.1:3040 ../tin.5:310
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/.oldnewsrc>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/.oldnewsrc>\n"
 
 # type: Plain text
-#: ../tin.1:3029 ../tin.5:317
+#: ../tin.1:3044 ../tin.5:318
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>"
 
 # type: Plain text
-#: ../tin.1:3031 ../tin.5:319
+#: ../tin.1:3046 ../tin.5:320
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>"
 
 # type: Plain text
-#: ../tin.1:3034 ../tin.5:326
+#: ../tin.1:3049 ../tin.5:327
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>"
 
 # type: Plain text
-#: ../tin.1:3037 ../tin.5:333
+#: ../tin.1:3052 ../tin.5:334
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>"
 
 # type: Plain text
-#: ../tin.1:3040 ../tin.5:340
+#: ../tin.1:3055 ../tin.5:341
 msgid "I<${TIN_INDEX_MAILDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.mail/>"
 msgstr "I<${TIN_INDEX_MAILDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.mail/>"
 
 # type: Plain text
-#: ../tin.1:3044 ../tin.5:348
+#: ../tin.1:3059 ../tin.5:349
 #, no-wrap
 msgid "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news${NNTPSERVER:+\"-$NNTPSERVER\"}/>\n"
 msgstr "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news${NNTPSERVER:+\"-$NNTPSERVER\"}/>\n"
 
 # type: Plain text
-#: ../tin.1:3048 ../tin.5:356
+#: ../tin.1:3063 ../tin.5:357
 msgid "I<${TIN_INDEX_SAVEDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.save/>"
 msgstr "I<${TIN_INDEX_SAVEDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.save/>"
 
 # type: Plain text
-#: ../tin.1:3051 ../tin.5:363
+#: ../tin.1:3066 ../tin.5:364
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>"
 
 # type: Plain text
-#: ../tin.1:3054 ../tin.5:397
+#: ../tin.1:3069 ../tin.5:398
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>"
 
@@ -7064,66 +7114,66 @@ msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin
 #.  as with inn >= 2.2.x getting more and more popular
 #.  we should think about checking for the new Paths (/news/etc/)
 #.  ${TIN_LIBDIR\-/news/etc"}/attributes
-#: ../tin.1:3058 ../tin.5:408
+#: ../tin.1:3073 ../tin.5:409
 msgid "I</etc/tin/attributes>"
 msgstr "I</etc/tin/attributes>"
 
 # type: Plain text
-#: ../tin.1:3060 ../tin.5:410
+#: ../tin.1:3075 ../tin.5:411
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/attributes>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/attributes>"
 
 # type: Plain text
 #.  TODO: add missing descriptions and explain things in detail.
-#: ../tin.1:3063 ../tin.5:735
+#: ../tin.1:3078 ../tin.5:736
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>"
 
 # type: Plain text
-#: ../tin.1:3067 ../tin.5:817
+#: ../tin.1:3082 ../tin.5:818
 #, no-wrap
 msgid "I</etc/tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 msgstr "I</etc/tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 
 # type: Plain text
-#: ../tin.1:3069 ../tin.5:819
+#: ../tin.1:3084 ../tin.5:820
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 
 # type: Plain text
-#: ../tin.1:3073 ../tin.5:1051
+#: ../tin.1:3088 ../tin.5:1053
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>"
 
 # type: Plain text
-#: ../tin.1:3076 ../tin.5:1067
+#: ../tin.1:3091 ../tin.5:1069
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>"
 
 # type: Plain text
-#: ../tin.1:3079 ../tin.5:1093
+#: ../tin.1:3094 ../tin.5:1095
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>"
 
 # type: Plain text
-#: ../tin.1:3082 ../tin.5:1100
+#: ../tin.1:3097 ../tin.5:1102
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>"
 
 # type: Plain text
-#: ../tin.1:3085 ../tin.5:1110
+#: ../tin.1:3100 ../tin.5:1112
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>"
 
 # type: Plain text
-#: ../tin.1:3089
+#: ../tin.1:3104
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 
 # type: Plain text
-#: ../tin.1:3094
+#: ../tin.1:3109
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
@@ -7133,22 +7183,22 @@ msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin
 #.  as with inn >= 2.2.x getting more and more popular
 #.  we should think about checking for the new Paths (/news/etc/)
 #.  .IR ${TIN_LIBDIR\-"/news/etc"}/tinrc
-#: ../tin.1:3099 ../tin.5:1163
+#: ../tin.1:3114 ../tin.5:1165
 msgid "I</etc/tin/tinrc>"
 msgstr "I</etc/tin/tinrc>"
 
 # type: Plain text
-#: ../tin.1:3101 ../tin.5:1165
+#: ../tin.1:3116 ../tin.5:1167
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>"
 
 # type: Plain text
-#: ../tin.1:3104 ../tin.5:2257
+#: ../tin.1:3119 ../tin.5:2269
 msgid "I</etc/tin/tin.defaults>"
 msgstr "I</etc/tin/tin.defaults>"
 
 # type: Plain text
-#: ../tin.1:3107
+#: ../tin.1:3122
 msgid "I</usr/local/share/locale/${LC_MESSAGES}/LC_MESSAGES/tin.mo>"
 msgstr "I</usr/local/share/locale/${LC_MESSAGES}/LC_MESSAGES/tin.mo>"
 
@@ -7157,51 +7207,51 @@ msgstr "I</usr/local/share/locale/${LC_M
 #.  as with inn >= 2.2.x getting more and more popular
 #.  we should think about checking for the new Paths
 #.  (described shown below).
-#: ../tin.1:3110 ../tin.5:2364
+#: ../tin.1:3125 ../tin.5:2376
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>"
 
 # type: Plain text
-#: ../tin.1:3113 ../tin.5:2424
+#: ../tin.1:3128 ../tin.5:2436
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>"
 
 # type: Plain text
-#: ../tin.1:3116 ../tin.5:2451
+#: ../tin.1:3131 ../tin.5:2463
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>"
 
 # type: Plain text
-#: ../tin.1:3119 ../tin.5:2474
+#: ../tin.1:3134 ../tin.5:2486
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/organization>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/organization>"
 
 # type: Plain text
 #.  is the Path correct? or is it /news/etc/overview.fmt
-#: ../tin.1:3122 ../tin.5:2484
+#: ../tin.1:3137 ../tin.5:2496
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/overview.fmt>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/overview.fmt>"
 
 # type: Plain text
 #.  is the Path correct? or is it /news/etc/subscriptions
-#: ../tin.1:3125 ../tin.5:2502
+#: ../tin.1:3140 ../tin.5:2514
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>"
 
 # type: SH
-#: ../tin.1:3128
+#: ../tin.1:3143
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr "UMGEBUNGSVARIABLEN"
 
 # type: TP
-#: ../tin.1:3142
+#: ../tin.1:3157
 #, no-wrap
 msgid "B<TINRC>"
 msgstr "B<TINRC>"
 
 # type: Plain text
-#: ../tin.1:3150
+#: ../tin.1:3165
 msgid ""
 "Define this variable if you want to specify command-line options that B<tin> "
 "should be started with to save typing them each time it is started. The "
@@ -7211,13 +7261,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3150
+#: ../tin.1:3165
 #, no-wrap
 msgid "B<TIN_HOMEDIR>"
 msgstr "B<TIN_HOMEDIR>"
 
 # type: Plain text
-#: ../tin.1:3155
+#: ../tin.1:3170
 msgid ""
 "Define this variable if you do not want the I<.tin> directory in I<$HOME/>. "
 "E.g., if you want all B<tin>'s private files in I</tmp/.tin> you would set "
@@ -7225,13 +7275,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3155
+#: ../tin.1:3170
 #, no-wrap
 msgid "B<TIN_INDEX_NEWSDIR>"
 msgstr "B<TIN_INDEX_NEWSDIR>"
 
 # type: Plain text
-#: ../tin.1:3161
+#: ../tin.1:3176
 msgid ""
 "Define this variable if you do not want the I<.news> directory in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s news index "
@@ -7239,13 +7289,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3161
+#: ../tin.1:3176
 #, no-wrap
 msgid "B<TIN_INDEX_MAILDIR>"
 msgstr "B<TIN_INDEX_MAILDIR>"
 
 # type: Plain text
-#: ../tin.1:3167
+#: ../tin.1:3182
 msgid ""
 "Define this variable if you do not want the I<.mail> directory in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s mail index "
@@ -7253,13 +7303,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3167
+#: ../tin.1:3182
 #, no-wrap
 msgid "B<TIN_INDEX_SAVEDIR>"
 msgstr "B<TIN_INDEX_SAVEDIR>"
 
 # type: Plain text
-#: ../tin.1:3173
+#: ../tin.1:3188
 msgid ""
 "Define this variable if you do not want the I<.save> directory in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s save index "
@@ -7267,13 +7317,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3173
+#: ../tin.1:3188
 #, no-wrap
 msgid "B<TIN_LIBDIR>"
 msgstr "B<TIN_LIBDIR>"
 
 # type: Plain text
-#: ../tin.1:3178
+#: ../tin.1:3193
 msgid ""
 "Define this variable if you want to override the B<NEWSLIBDIR> path that was "
 "compiled into the B<tin> binary, default is I</usr/lib/news>.  If tin is "
@@ -7281,13 +7331,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3178
+#: ../tin.1:3193
 #, no-wrap
 msgid "B<TIN_SPOOLDIR>"
 msgstr "B<TIN_SPOOLDIR>"
 
 # type: Plain text
-#: ../tin.1:3183
+#: ../tin.1:3198
 msgid ""
 "Define this variable if you want to override the B<SPOOLDIR> path that was "
 "compiled into the B<tin> binary, default is I</var/spool/news>.  If tin is "
@@ -7295,13 +7345,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3183
+#: ../tin.1:3198
 #, no-wrap
 msgid "B<TIN_NOVROOTDIR>"
 msgstr "B<TIN_NOVROOTDIR>"
 
 # type: Plain text
-#: ../tin.1:3189
+#: ../tin.1:3204
 msgid ""
 "Define this variable if you want to override the B<NOVROOTDIR> path that was "
 "compiled into the B<tin> binary, default is B<SPOOLDIR> (see above). If tin "
@@ -7309,13 +7359,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3189
+#: ../tin.1:3204
 #, no-wrap
 msgid "B<TIN_ACTIVEFILE>"
 msgstr "B<TIN_ACTIVEFILE>"
 
 # type: Plain text
-#: ../tin.1:3195
+#: ../tin.1:3210
 msgid ""
 "Define this variable if you want to override the B<NEWSLIBDIR/active> path "
 "that was compiled into the B<tin> binary. If tin is running in NNTP mode "
@@ -7324,13 +7374,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3195
+#: ../tin.1:3210
 #, no-wrap
 msgid "B<NNTPSERVER>"
 msgstr "B<NNTPSERVER>"
 
 # type: Plain text
-#: ../tin.1:3201
+#: ../tin.1:3216
 msgid ""
 "The default NNTP server to remotely read news from. This variable only needs "
 "to be set if the ''B<-r>'' command-line option is specified and the file I</"
@@ -7339,13 +7389,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3201
+#: ../tin.1:3216
 #, no-wrap
 msgid "B<NNTPPORT>"
 msgstr "B<NNTPPORT>"
 
 # type: Plain text
-#: ../tin.1:3206
+#: ../tin.1:3221
 msgid ""
 "The NNTP TCP-port to read news from. This variable only needs to be set if "
 "the TCP-port is not 119 (the default).  The ''B<-p>'' command-line option "
@@ -7353,40 +7403,83 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3206
+#: ../tin.1:3221
 #, no-wrap
 msgid "B<DISTRIBUTION>"
 msgstr "B<DISTRIBUTION>"
 
 # type: Plain text
-#: ../tin.1:3210
+#: ../tin.1:3225
 msgid ""
 "Set the article header field ''Distribution:'' to the contents of the "
 "variable instead of the system default."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3210
+#: ../tin.1:3225
 #, no-wrap
 msgid "B<ISO2ASC>"
 msgstr "B<ISO2ASC>"
 
 # type: Plain text
-#.  TODO: short document the different tables (doc/iso2asc.txt) here
-#: ../tin.1:3215
+#: ../tin.1:3229
 msgid ""
 "Set the ISO to ASCII charset decoding table character to use in decoding an "
 "article text. Values can range from 0 to 6."
 msgstr ""
 
+# type: Plain text
+#: ../tin.1:3233
+msgid "universal table for many languages"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3236
+msgid "single-spacing universal table"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3239
+msgid "table for Danish, Dutch, German, Norwegian and Swedish"
+msgstr ""
+
+# type: TP
+#: ../tin.1:3239
+#, no-wrap
+msgid "B<3>"
+msgstr "B<3>"
+
+# type: Plain text
+#: ../tin.1:3242
+msgid ""
+"table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO "
+"646 variant"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3245
+msgid "table with RFC 1345 codes in brackets"
+msgstr ""
+
+# type: TP
+#: ../tin.1:3245
+#, no-wrap
+msgid "B<5>"
+msgstr "B<5>"
+
+# type: Plain text
+#: ../tin.1:3248
+msgid "table for printers that allow overstriking with backspace"
+msgstr ""
+
 # type: TP
-#: ../tin.1:3215
+#: ../tin.1:3249
 #, no-wrap
 msgid "B<ORGANIZATION>"
 msgstr "B<ORGANIZATION>"
 
 # type: Plain text
-#: ../tin.1:3221
+#: ../tin.1:3255
 msgid ""
 "Set the article header field ''Organization:'' to the contents of the "
 "variable instead of the system default. If reading news on an Apollo "
@@ -7395,24 +7488,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3221
+#: ../tin.1:3255
 #, no-wrap
 msgid "B<NEWSORG (DomainOS)>"
 msgstr "B<NEWSORG (DomainOS)>"
 
 # type: Plain text
-#: ../tin.1:3224
+#: ../tin.1:3258
 msgid "DomainOS specific, same as $B<ORGANIZATION> on other OSs (see above)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3224
+#: ../tin.1:3258
 #, no-wrap
 msgid "B<REPLYTO>"
 msgstr "B<REPLYTO>"
 
 # type: Plain text
-#: ../tin.1:3229
+#: ../tin.1:3263
 msgid ""
 "Set the article header field ''Reply-To:'' to the return address specified "
 "by the variable. This is useful if you wish to receive replies at a "
@@ -7420,37 +7513,37 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3229
+#: ../tin.1:3263
 #, no-wrap
 msgid "B<NAME>"
 msgstr "B<NAME>"
 
 # type: Plain text
-#: ../tin.1:3233
+#: ../tin.1:3267
 msgid ""
 "Overrides the full name given in the gecos-files in I</etc/passwd>, see also "
 "B<mail_address>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3233
+#: ../tin.1:3267
 #, no-wrap
 msgid "B<REALNAME>"
 msgstr "B<REALNAME>"
 
 # type: Plain text
-#: ../tin.1:3236
+#: ../tin.1:3270
 msgid "Same as $B<NAME>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3236
+#: ../tin.1:3270
 #, no-wrap
 msgid "B<HOME>"
 msgstr "B<HOME>"
 
 # type: Plain text
-#: ../tin.1:3241
+#: ../tin.1:3275
 msgid ""
 "Pathname of the user's home directory. See B<environ>(5)  for more info."
 msgstr ""
@@ -7458,37 +7551,37 @@ msgstr ""
 "B<environ>(5)."
 
 # type: TP
-#: ../tin.1:3241
+#: ../tin.1:3275
 #, no-wrap
 msgid "B<MAILER>"
 msgstr "B<MAILER>"
 
 # type: Plain text
-#: ../tin.1:3245
+#: ../tin.1:3279
 msgid ""
 "This variable has precedence over the default mailer that is used in all "
 "mailing operations within B<tin>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3245
+#: ../tin.1:3279
 #, no-wrap
 msgid "B<MAIL>"
 msgstr "B<MAIL>"
 
 # type: Plain text
-#: ../tin.1:3248
-msgid "Full path to the users mailbox."
+#: ../tin.1:3282
+msgid "Full path to the user's mailbox."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3248
+#: ../tin.1:3282
 #, no-wrap
 msgid "B<VISUAL>"
 msgstr "B<VISUAL>"
 
 # type: Plain text
-#: ../tin.1:3257
+#: ../tin.1:3291
 msgid ""
 "This variable has precedence over the default editor (i.e., B<vi>(1))  that "
 "is used in all editing operations within B<tin> (e.g., posting, replying, "
@@ -7497,13 +7590,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3257
+#: ../tin.1:3291
 #, no-wrap
 msgid "B<EDITOR>"
 msgstr "B<EDITOR>"
 
 # type: Plain text
-#: ../tin.1:3266
+#: ../tin.1:3300
 msgid ""
 "If $B<VISUAL> is unset, then this variable is looked up for a default "
 "editor. If $B<EDITOR> and $B<VISUAL> are both unset, B<tin> uses the systems "
@@ -7512,13 +7605,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3266
+#: ../tin.1:3300
 #, no-wrap
 msgid "B<AUTOSUBSCRIBE>"
 msgstr "B<AUTOSUBSCRIBE>"
 
 # type: Plain text
-#: ../tin.1:3272
+#: ../tin.1:3306
 msgid ""
 "A new group is checked against the list of patterns; if it matches, B<tin> "
 "subscribes the user to the group without further query.  See the section "
@@ -7527,12 +7620,12 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3274
+#: ../tin.1:3308
 msgid "I<AUTOSUBSCRIBE=comp.os.unix.*,talk.*,!talk.politics.*>"
 msgstr "I<AUTOSUBSCRIBE=comp.os.unix.*,talk.*,!talk.politics.*>"
 
 # type: Plain text
-#: ../tin.1:3279
+#: ../tin.1:3313
 msgid ""
 "will automatically subscribe the user to all new groups in the comp.os.unix "
 "hierarchy, and all talk groups other than talk.politics groups (which will "
@@ -7541,25 +7634,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3279
+#: ../tin.1:3313
 #, no-wrap
 msgid "B<AUTOUNSUBSCRIBE>"
 msgstr "B<AUTOUNSUBSCRIBE>"
 
 # type: Plain text
-#: ../tin.1:3283
+#: ../tin.1:3317
 msgid ""
 "Is handled like the $B<AUTOSUBSCRIBE> variable, but groups matching the list "
 "are unsubscribed from without further query. For example, setting"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3285
+#: ../tin.1:3319
 msgid "I<AUTOUNSUBSCRIBE=alt.flame.*,u*,!uk.*>"
 msgstr "I<AUTOUNSUBSCRIBE=alt.flame.*,u*,!uk.*>"
 
 # type: Plain text
-#: ../tin.1:3289
+#: ../tin.1:3323
 msgid ""
 "will automatically unsubscribe the user from all new alt.flame groups and "
 "all groups starting with u (university groups) other than UK groups (which "
@@ -7567,104 +7660,104 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3289
+#: ../tin.1:3323
 #, no-wrap
 msgid "B<TMPDIR>"
 msgstr "B<TMPDIR>"
 
 # type: Plain text
-#: ../tin.1:3293
+#: ../tin.1:3327
 msgid ""
 "A pathname of a directory made available for B<tin> to create temporary "
 "files."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3293
+#: ../tin.1:3327
 #, no-wrap
 msgid "B<MAILCAPS>"
 msgstr "B<MAILCAPS>"
 
 # type: Plain text
-#: ../tin.1:3298
+#: ../tin.1:3332
 msgid ""
 "This variable can be used to override the default path search for mailcap "
 "files. See also B<tin>(5)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3298
+#: ../tin.1:3332
 #, no-wrap
 msgid "B<NOMETAMAIL>"
 msgstr "B<NOMETAMAIL>"
 
 # type: Plain text
-#: ../tin.1:3303
+#: ../tin.1:3337
 msgid ""
 "Set this variable to disable the use of B<metamail>(1)  or a replacement (e."
 "g. metamutt)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3303
+#: ../tin.1:3337
 #, no-wrap
 msgid "B<MM_CHARSET>"
 msgstr "B<MM_CHARSET>"
 
 # type: TP
-#: ../tin.1:3305
+#: ../tin.1:3339
 #, no-wrap
 msgid "B<ISPELL>"
 msgstr "B<ISPELL>"
 
 # type: Plain text
-#: ../tin.1:3310
+#: ../tin.1:3344
 msgid ""
 "Set this variable to point to B<ispell>(1)  or a replacement and its cmd-"
 "line options."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3310
+#: ../tin.1:3344
 #, no-wrap
 msgid "B<PGPOPTS>"
 msgstr "B<PGPOPTS>"
 
 # type: Plain text
-#: ../tin.1:3317
+#: ../tin.1:3351
 msgid ""
 "Define any additional options that you wish to pass to your B<pgp>(1)  or "
 "B<gpg>(1)  program."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3317
+#: ../tin.1:3351
 #, no-wrap
 msgid "B<PGPPATH>"
 msgstr "B<PGPPATH>"
 
 # type: Plain text
-#: ../tin.1:3322
+#: ../tin.1:3356
 msgid ""
 "Override the name of the B<pgp>(1)  directory in B<$HOME> that holds your "
 "keys etc.."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3322
+#: ../tin.1:3356
 #, no-wrap
 msgid "B<GNUPGHOME>"
 msgstr "B<GNUPGHOME>"
 
 # type: Plain text
-#: ../tin.1:3327
+#: ../tin.1:3361
 msgid ""
 "Override the name of the B<gpg>(1)  directory in B<$HOME> that holds your "
 "keys etc.."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3327
+#: ../tin.1:3361
 #, no-wrap
 msgid "B<LC_CTYPE>"
 msgstr "B<LC_CTYPE>"
@@ -7672,7 +7765,7 @@ msgstr "B<LC_CTYPE>"
 # type: Plain text
 #.  TODO: document LC_CTYPEs influence on
 #.        ~/.tin/keymap.*, 8bit char display, ...
-#: ../tin.1:3341
+#: ../tin.1:3375
 msgid ""
 "This variable determines the B<locale>(5)  category for character handling "
 "functions. Usually it determines the character classes for pattern matching "
@@ -7684,13 +7777,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3341
+#: ../tin.1:3375
 #, no-wrap
 msgid "B<LC_MESSAGES>"
 msgstr "B<LC_MESSAGES>"
 
 # type: Plain text
-#: ../tin.1:3350
+#: ../tin.1:3384
 msgid ""
 "Formats of informative and diagnostic messages and interactive responses.  "
 "It's value should be of the form I<language>[I<_territory>][I<.codeset>]"
@@ -7698,13 +7791,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3350
+#: ../tin.1:3384
 #, no-wrap
 msgid "B<LC_TIME>"
 msgstr "B<LC_TIME>"
 
 # type: Plain text
-#: ../tin.1:3358
+#: ../tin.1:3392
 msgid ""
 "Date and time formats. It's value should be of the form I<language>"
 "[I<_territory>][I<.codeset>][I<@modifier>]. See B<locale>(5)  and B<environ>"
@@ -7712,13 +7805,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3358
+#: ../tin.1:3392
 #, no-wrap
 msgid "B<LC_ALL>"
 msgstr "B<LC_ALL>"
 
 # type: Plain text
-#: ../tin.1:3367
+#: ../tin.1:3401
 msgid ""
 "This variable overrides the value of the B<$LANG> variable and any other B<"
 "$LC_> variable. It's value should be of the form I<language>[I<_territory>]"
@@ -7726,13 +7819,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3367
+#: ../tin.1:3401
 #, no-wrap
 msgid "B<LANG>"
 msgstr "B<LANG>"
 
 # type: Plain text
-#: ../tin.1:3376
+#: ../tin.1:3410
 msgid ""
 "This variable determines the B<locale>(5)  category for any category not "
 "specifically selected with a variable starting with B<$LC_>. It's value "
@@ -7741,13 +7834,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3376
+#: ../tin.1:3410
 #, no-wrap
 msgid "B<LANGUAGE>"
 msgstr "B<LANGUAGE>"
 
 # type: Plain text
-#: ../tin.1:3384
+#: ../tin.1:3418
 msgid ""
 "This variable defines a priority list for translations. Whenever a "
 "translation is not available in the language selected via B<$LC_ALL> or B<"
@@ -7757,13 +7850,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3384
+#: ../tin.1:3418
 #, no-wrap
 msgid "B<COLUMNS>"
 msgstr "B<COLUMNS>"
 
 # type: Plain text
-#: ../tin.1:3394
+#: ../tin.1:3428
 msgid ""
 "A decimal integer E<gt> 0 used to indicate the user's preferred width in "
 "column positions for the terminal screen or window. If this variable is "
@@ -7776,13 +7869,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3394
+#: ../tin.1:3428
 #, no-wrap
 msgid "B<LINES>"
 msgstr "B<LINES>"
 
 # type: Plain text
-#: ../tin.1:3404
+#: ../tin.1:3438
 msgid ""
 "A decimal integer E<gt> 0 used to indicate the user's preferred number of "
 "lines on a page or the vertical screen or window size in lines. A line in "
@@ -7795,7 +7888,7 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3404
+#: ../tin.1:3438
 #, no-wrap
 msgid "B<TERM>"
 msgstr "B<TERM>"
@@ -7804,7 +7897,7 @@ msgstr "B<TERM>"
 #
 # type: Plain text
 #.  TODO: add missing, sort useful, document in detail
-#: ../tin.1:3413
+#: ../tin.1:3447
 msgid ""
 "The type of terminal in use. This is used when looking up termcap "
 "sequences.  See B<environ>(5)  for more information."
@@ -7813,46 +7906,46 @@ msgstr ""
 "(5)."
 
 # type: SH
-#: ../tin.1:3413
+#: ../tin.1:3447
 #, no-wrap
 msgid "SIGNALS"
 msgstr "SIGNALE"
 
 # type: Plain text
-#: ../tin.1:3416
+#: ../tin.1:3450
 msgid "B<tin> handles a couple of signals:"
 msgstr "B<tin> verarbeitet folgende Signale:"
 
 # type: TP
-#: ../tin.1:3416
+#: ../tin.1:3450
 #, no-wrap
 msgid "B<SIGHUP>"
 msgstr "B<SIGHUP>"
 
 # type: Plain text
-#: ../tin.1:3419 ../tin.1:3422
+#: ../tin.1:3453 ../tin.1:3456
 msgid "Terminate gracefully."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3419
+#: ../tin.1:3453
 #, no-wrap
 msgid "B<SIGTERM>"
 msgstr "B<SIGTERM>"
 
 # type: TP
-#: ../tin.1:3422
+#: ../tin.1:3456
 #, no-wrap
 msgid "B<SIGUSR1>"
 msgstr "B<SIGUSR1>"
 
 # type: Plain text
-#: ../tin.1:3425
+#: ../tin.1:3459
 msgid "Terminate gracefully but do not restore tty."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3425
+#: ../tin.1:3459
 #, no-wrap
 msgid "B<SIGUSR2>"
 msgstr "B<SIGUSR2>"
@@ -7863,18 +7956,18 @@ msgstr "B<SIGUSR2>"
 #.  .SH DIAGNOSTICS
 #.  give an overview of the most common error messages and how to cope with
 #.  them.
-#: ../tin.1:3436
+#: ../tin.1:3470
 msgid "Write out I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>-file."
 msgstr ""
 
 # type: SH
-#: ../tin.1:3436
+#: ../tin.1:3470
 #, no-wrap
 msgid "SECURITY"
 msgstr "SICHERHEIT"
 
 # type: Plain text
-#: ../tin.1:3444
+#: ../tin.1:3478
 msgid ""
 "When B<tin> is started in debug mode (''B<-D n>'') it will create world "
 "readable files in B<$TMPDIR> which may contain the users NNTP password in "
@@ -7883,7 +7976,7 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3444
+#: ../tin.1:3478
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr "KONFORM ZU"
@@ -7891,7 +7984,7 @@ msgstr "KONFORM ZU"
 # type: Plain text
 #.  - RFC2045, RFC2047, RFC2980, RFC3977, RFC4643, RFC5322
 #.    RFC5536, RFC5537, RFC6048 or whatever
-#: ../tin.1:3452
+#: ../tin.1:3486
 msgid ""
 "B<tin> does conform to the Base Definitions volume of IEEE Std 1003.1-2001, "
 "Section 12, Utility Conventions (Utility Argument Syntax, Utility Syntax "
@@ -7899,13 +7992,13 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3452
+#: ../tin.1:3486
 #, no-wrap
 msgid "NOTES"
 msgstr "ANMERKUNGEN"
 
 # type: Plain text
-#: ../tin.1:3457
+#: ../tin.1:3491
 msgid ""
 "Regular expression support is provided by the PCRE library package B<pcre>"
 "(3), which is open source software, written by Philip Hazel, and copyright "
@@ -7913,18 +8006,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3461
+#: ../tin.1:3495
 msgid "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"
 msgstr "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"
 
 # type: SH
-#: ../tin.1:3461
+#: ../tin.1:3495
 #, no-wrap
 msgid "BUGS"
 msgstr "BUGS"
 
 # type: Plain text
-#: ../tin.1:3469
+#: ../tin.1:3503
 msgid ""
 "B<CNews> NNTPd, B<noffle>(1)  (E<lt>= V1.0-pre5) and B<NewsCache> (E<lt>= "
 "V1.1.91) can't handle pipelined GROUP commands. If you run into trouble with "
@@ -7933,7 +8026,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3478
+#: ../tin.1:3512
 msgid ""
 "Before mailing a bug-report to E<lt>tin-bugs@tin.orgE<gt> please check if "
 "you are using the latest (stable) release, and if not, please upgrade first! "
@@ -7944,13 +8037,13 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3478
+#: ../tin.1:3512
 #, no-wrap
 msgid "HISTORY"
 msgstr "GESCHICHTE"
 
 # type: Plain text
-#: ../tin.1:3490
+#: ../tin.1:3524
 msgid ""
 "B<tin> is based on the B<tass>(1)  newsreader that was developed by Rich "
 "Skrenta and posted to alt.sources in March 1991; its first version was "
@@ -7968,166 +8061,166 @@ msgstr ""
 "findet sich unter E<lt>http://www.tin.org/history.htmlE<gt>."
 
 # type: SH
-#: ../tin.1:3490
+#: ../tin.1:3524
 #, no-wrap
 msgid "CREDITS"
 msgstr "DANKSAGUNGEN"
 
 # type: IP
-#: ../tin.1:3492
+#: ../tin.1:3526
 #, no-wrap
 msgid "Rich Skrenta"
 msgstr "Rich Skrenta"
 
 # type: Plain text
-#: ../tin.1:3496
+#: ../tin.1:3530
 msgid "author of B<tass>(1)  v3.2 which this newsreader used as its base."
 msgstr "Autor von B<tass>(1)  v3.2, der Basis für diesen Newsreader."
 
 # type: IP
-#: ../tin.1:3496
+#: ../tin.1:3530
 #, no-wrap
 msgid "Bill Davidsen"
 msgstr "Bill Davidsen"
 
 # type: Plain text
-#: ../tin.1:3498
+#: ../tin.1:3532
 msgid "author of envarg.c environment variable reading routine."
 msgstr "Autor von envarg.c, Umgebungsvariablenleseroutine."
 
 # type: IP
-#: ../tin.1:3498
+#: ../tin.1:3532
 #, no-wrap
 msgid "Mike Gleason"
 msgstr "Mike Gleason"
 
 # type: Plain text
-#: ../tin.1:3500
+#: ../tin.1:3534
 msgid "author of sigfile.c random signature generation routines."
 msgstr "Autor von sigfile.c, Zufallssignaturengenerierungsroutine."
 
 # type: IP
-#: ../tin.1:3500
+#: ../tin.1:3534
 #, no-wrap
 msgid "Markus Kuhn E<lt>Markus.Kuhn@cl.cam.ac.ukE<gt>"
 msgstr "Markus Kuhn E<lt>Markus.Kuhn@cl.cam.ac.ukE<gt>"
 
 # type: Plain text
-#: ../tin.1:3502
+#: ../tin.1:3536
 msgid ""
 "author of langinfo.c, charset.c and iso2asc.txt ISO-8859-1 documentation."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3502
+#: ../tin.1:3536
 #, no-wrap
 msgid "Arnold Robbins"
 msgstr "Arnold Robbins"
 
 # type: Plain text
-#: ../tin.1:3504
+#: ../tin.1:3538
 msgid "author of strftime.c date formatting routine."
 msgstr "Autor von strftime.c, Datumsfromatierungsroutine."
 
 # type: IP
-#: ../tin.1:3504
+#: ../tin.1:3538
 #, no-wrap
 msgid "Rich Salz"
 msgstr "Rich Salz"
 
 # type: Plain text
-#: ../tin.1:3506
+#: ../tin.1:3540
 msgid ""
 "author of wildmat.c pattern matching and parsdate.y date parsing routines."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3506
+#: ../tin.1:3540
 #, no-wrap
 msgid "Dave Taylor"
 msgstr "Dave Taylor"
 
 # type: Plain text
-#: ../tin.1:3510
+#: ../tin.1:3544
 msgid "author of curses.c from the B<elm>(1)  mailreader."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3510
+#: ../tin.1:3544
 #, no-wrap
 msgid "Chris Thewalt"
 msgstr "Chris Thewalt"
 
 # type: Plain text
-#: ../tin.1:3514
+#: ../tin.1:3548
 msgid "author of getline.c B<emacs>(1)  style editing routine."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3514
+#: ../tin.1:3548
 #, no-wrap
 msgid "Steven Madsen"
 msgstr "Steven Madsen"
 
 # type: Plain text
-#: ../tin.1:3518
+#: ../tin.1:3552
 msgid "for adding B<pgp>(1)  (Pretty Good Privacy) support."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3518
+#: ../tin.1:3552
 #, no-wrap
 msgid "Philip Hazel E<lt>ph10@cam.ac.ukE<gt>"
 msgstr "Philip Hazel E<lt>ph10@cam.ac.ukE<gt>"
 
 # type: Plain text
-#: ../tin.1:3522
+#: ../tin.1:3556
 msgid "for B<pcre>(3)  (Perl-compatible regular expression library)."
 msgstr "für B<pcre>(3) (Library für Perl-kompatible reguläre Ausdrücke)."
 
 # type: IP
-#: ../tin.1:3522
+#: ../tin.1:3556
 #, no-wrap
 msgid "Patrick Powell E<lt>papowell@astart.comE<gt>"
 msgstr "Patrick Powell E<lt>papowell@astart.comE<gt>"
 
 # type: Plain text
-#: ../tin.1:3530
+#: ../tin.1:3564
 msgid "for B<snprintf>(3)  and B<vsnprintf>(3)  fallbacks."
 msgstr "für B<snprintf>(3)  und B<vsnprintf>(3)  Fallbacks."
 
 # type: SH
-#: ../tin.1:3530
+#: ../tin.1:3564
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 # type: TP
-#: ../tin.1:3531
+#: ../tin.1:3565
 #, no-wrap
 msgid "Iain Lea E<lt>iain@bricbrac.deE<gt>"
 msgstr "Iain Lea E<lt>iain@bricbrac.deE<gt>"
 
 # type: SH
-#: ../tin.1:3535
+#: ../tin.1:3569
 #, no-wrap
 msgid "MAINTAINER"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3536
+#: ../tin.1:3570
 #, no-wrap
 msgid "Urs Janssen E<lt>urs@tin.orgE<gt>"
 msgstr "Urs Janßen E<lt>urs@tin.orgE<gt>"
 
 # type: SH
-#: ../tin.1:3540 ../tin.5:2515
+#: ../tin.1:3574 ../tin.5:2527
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 # type: Plain text
-#: ../tin.1:3589
+#: ../tin.1:3623
 msgid ""
 "B<cron>(1), B<elm>(1), B<emacs>(1), B<gpg>(1), B<inews>(1), B<ispell>(1), "
 "B<lp>(1), B<lpr>(1), B<metamail>(1), B<noffle>(1), B<perl>(1), B<perlre>(1), "
@@ -8166,7 +8259,7 @@ msgstr ""
 "Zeilenenden ('\\en' aka LF) haben."
 
 # type: Plain text
-#: ../tin.5:59
+#: ../tin.5:60
 msgid ""
 "B<mailcap>(4)  files as defined in B<RFC1524>. The Mailcap files are read by "
 "B<tin>(1)  to determine how to display non-text messages at the local site. "
@@ -8177,14 +8270,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:62
+#: ../tin.5:63
 msgid ""
 "Each individual mailcap entry consists of a content-type specification, a "
 "command to execute, and (possibly) a set of optional \"flag\" values."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:67
+#: ../tin.5:68
 msgid ""
 "The \"type\" field is simply any legal content type name. It is the string "
 "that will be matched against the ''Content-Type:'' header to decide if this "
@@ -8193,7 +8286,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:73
+#: ../tin.5:74
 msgid ""
 "The \"command\" field is any UNIX command and is used to specify the "
 "interpreter for the given type of message. It will be passed to the shell "
@@ -8207,7 +8300,7 @@ msgstr ""
 #.  the number of parts within the multipart object. %F will be replaced by a
 #.  series of arguments, two for each part, giving first the content-type and
 #.  then the name of the temporary file where the decoded part has been stored.
-#: ../tin.5:90
+#: ../tin.5:91
 msgid ""
 "Semicolons and backslashes within the command or any flag field must be "
 "quoted with backslashes. If the field contains \"%s\", those two characters "
@@ -8221,18 +8314,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:92
+#: ../tin.5:93
 msgid "Besides the type and command field the following \"flags\" are defined:"
 msgstr ""
 
 # type: TP
-#: ../tin.5:92
+#: ../tin.5:93
 #, no-wrap
 msgid "B<compose>"
 msgstr "B<compose>"
 
 # type: Plain text
-#: ../tin.5:102
+#: ../tin.5:103
 msgid ""
 "The \"compose\" field may be used to specify a program that can be used to "
 "compose a new body or body part in the given format. Its intended use is to "
@@ -8245,13 +8338,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:102
+#: ../tin.5:103
 #, no-wrap
 msgid "B<composetyped>"
 msgstr "B<composetyped>"
 
 # type: Plain text
-#: ../tin.5:112
+#: ../tin.5:113
 msgid ""
 "The \"composetyped\" field is similar to the \"compose\" field, but is to be "
 "used when the composing program needs to specify the ''Content-Type:'' "
@@ -8264,13 +8357,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:112
+#: ../tin.5:113
 #, no-wrap
 msgid "B<edit>"
 msgstr "B<edit>"
 
 # type: Plain text
-#: ../tin.5:118
+#: ../tin.5:119
 msgid ""
 "The \"edit\" field may be used to specify a program that can be used to edit "
 "a body or body part in the given format. In many cases, it may be identical "
@@ -8279,13 +8372,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:118
+#: ../tin.5:119
 #, no-wrap
 msgid "B<print>"
 msgstr "B<print>"
 
 # type: Plain text
-#: ../tin.5:123
+#: ../tin.5:124
 msgid ""
 "The \"print\" field may be used to specify a program that can be used to "
 "print a message or body part in the given format. As with the view-command, "
@@ -8293,13 +8386,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:123
+#: ../tin.5:124
 #, no-wrap
 msgid "B<test>"
 msgstr "B<test>"
 
 # type: Plain text
-#: ../tin.5:132
+#: ../tin.5:133
 msgid ""
 "The \"test\" field may be used to test some external condition (e.g., the "
 "machine architecture, or the window system in use) to determine whether or "
@@ -8311,13 +8404,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:132
+#: ../tin.5:133
 #, no-wrap
 msgid "B<needsterminal>"
 msgstr "B<needsterminal>"
 
 # type: Plain text
-#: ../tin.5:144
+#: ../tin.5:145
 msgid ""
 "The \"needsterminal\" field indicates that the view-command must be run on "
 "an interactive terminal. This is needed to inform window-oriented user "
@@ -8332,13 +8425,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:144
+#: ../tin.5:145
 #, no-wrap
 msgid "B<copiousoutput>"
 msgstr "B<copiousoutput>"
 
 # type: Plain text
-#: ../tin.5:151
+#: ../tin.5:152
 msgid ""
 "The \"copiousoutput\" field indicates that the output from the view-command "
 "will be an extended stream of output, and is to be interpreted as advice to "
@@ -8348,13 +8441,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:151 ../tin.5:1060
+#: ../tin.5:152 ../tin.5:1062
 #, no-wrap
 msgid "B<description>"
 msgstr "B<description>"
 
 # type: Plain text
-#: ../tin.5:156
+#: ../tin.5:157
 msgid ""
 "The \"description\" field simply provides a textual description, optionally "
 "quoted, that describes the type of data, to be used optionally by mail "
@@ -8362,13 +8455,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:156
+#: ../tin.5:157
 #, no-wrap
 msgid "B<textualnewlines>"
 msgstr "B<textualnewlines>"
 
 # type: Plain text
-#: ../tin.5:164
+#: ../tin.5:165
 msgid ""
 "The \"textualnewlines\" field, if set to any non-zero value, indicates that "
 "this type of data is line-oriented and that, if encoded in base64, all "
@@ -8379,13 +8472,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:164
+#: ../tin.5:165
 #, no-wrap
 msgid "B<x11-bitmap>"
 msgstr "B<x11-bitmap>"
 
 # type: Plain text
-#: ../tin.5:169
+#: ../tin.5:170
 msgid ""
 "The \"x11-bitmap\" field names a file, in X11 bitmap (xbm) format, which "
 "points to an appropriate icon to be used to visually denote the presence of "
@@ -8393,13 +8486,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:169
+#: ../tin.5:170
 #, no-wrap
 msgid "B<nametemplate>"
 msgstr "B<nametemplate>"
 
 # type: Plain text
-#: ../tin.5:177
+#: ../tin.5:178
 msgid ""
 "The \"nametemplate\" field gives a file name format, in which %s will be "
 "replaced by a short unique string to give the name of the temporary file to "
@@ -8410,7 +8503,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:182
+#: ../tin.5:183
 msgid ""
 "B<tin>(1)  currently only respects the \"test\", \"description\", "
 "\"nametemplate\" and partly the \"needsterminal\" flags, all other flags are "
@@ -8419,86 +8512,86 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:182 ../tin.5:265 ../tin.5:293 ../tin.5:383 ../tin.5:692
-#: ../tin.5:799 ../tin.5:1080
+#: ../tin.5:183 ../tin.5:266 ../tin.5:294 ../tin.5:384 ../tin.5:693
+#: ../tin.5:800 ../tin.5:1082
 #, no-wrap
 msgid "Example:"
 msgstr "Beispiel:"
 
 # type: Plain text
-#: ../tin.5:187
+#: ../tin.5:188
 #, no-wrap
 msgid "# mailcap file example\n"
 msgstr "# mailcap Beispiel-Datei\n"
 
 # type: Plain text
-#: ../tin.5:189
+#: ../tin.5:190
 #, no-wrap
 msgid "image/*;\\e\n"
 msgstr "image/*;\\e\n"
 
 # type: Plain text
-#: ../tin.5:192
+#: ../tin.5:193
 #, no-wrap
 msgid "xv -8 -geometry +0 '%s';\\e\n"
 msgstr "xv -8 -geometry +0 '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:194
+#: ../tin.5:195
 #, no-wrap
 msgid "description=%{name} %t-Image;\\e\n"
 msgstr "description=%{name} %t-Image;\\e\n"
 
 # type: Plain text
-#: ../tin.5:196
+#: ../tin.5:197
 #, no-wrap
 msgid "test=test \"$DISPLAY\" != \"\";\\e\n"
 msgstr "test=test \"$DISPLAY\" != \"\";\\e\n"
 
 # type: Plain text
-#: ../tin.5:198
+#: ../tin.5:199
 #, no-wrap
 msgid "nametemplate=%s.IMAGE\n"
 msgstr "nametemplate=%s.IMAGE\n"
 
 # type: Plain text
-#: ../tin.5:201
+#: ../tin.5:202
 #, no-wrap
 msgid "message/rfc822;\\e\n"
 msgstr "message/rfc822;\\e\n"
 
 # type: Plain text
-#: ../tin.5:204
+#: ../tin.5:205
 #, no-wrap
 msgid "${PAGER:-\"more\"} '%s';\\e\n"
 msgstr "${PAGER:-\"more\"} '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:206
+#: ../tin.5:207
 #, no-wrap
 msgid "edit=${EDITOR:-\"vi\"} '%s';\\e\n"
 msgstr "edit=${EDITOR:-\"vi\"} '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:208
+#: ../tin.5:209
 #, no-wrap
 msgid "compose=${EDITOR:-\"vi\"} '%s';\\e\n"
 msgstr "compose=${EDITOR:-\"vi\"} '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:210
+#: ../tin.5:211
 #, no-wrap
 msgid "print=a2ps '%s';\\e\n"
 msgstr "print=a2ps '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:212
+#: ../tin.5:213
 #, no-wrap
 msgid "needsterminal\n"
 msgstr "needsterminal\n"
 
 # type: Plain text
-#: ../tin.5:225
+#: ../tin.5:226
 msgid ""
 "default NNTP-server to read news from if not reading from the local spool.  "
 "\\&'B<-g> I<server>', $B<NNTPSERVER> have higher priority (in that order), "
@@ -8506,56 +8599,56 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:232
+#: ../tin.5:233
 msgid "secret to be used for canlocks"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:243
+#: ../tin.5:244
 msgid "mime type / filename extension pairs"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:255
+#: ../tin.5:256
 msgid ""
 "\"I<nntpserver> I<password> [I<user>]\" pairs for NNTP servers that require "
 "authorization. If the password contains a space or a tab it must be enclosed "
 "in doublequotes (\"). Usernames must not be enclosed in doublequotes and "
 "thus can't contain spaces or tabs. Any line that starts with \"#\" is a "
 "comment. Blank lines are ignored. This file should be readable only for the "
-"user as it contains the users uncrypted password for reading news!"
+"user as it contains the user's uncrypted password for reading news!"
 msgstr ""
 
 # type: TP
-#: ../tin.5:255 ../tin.5:1071
+#: ../tin.5:256 ../tin.5:1073
 #, no-wrap
 msgid "B<nntpserver>"
 msgstr "B<NNTPServer>"
 
 # type: Plain text
-#: ../tin.5:258 ../tin.5:1074
+#: ../tin.5:259 ../tin.5:1076
 msgid "full qualified domain name of the newsserver."
 msgstr "Vollständiger Name (FQDN) des Newsservers."
 
 # type: TP
-#: ../tin.5:258
+#: ../tin.5:259
 #, no-wrap
 msgid "B<password>"
 msgstr "B<Passwort>"
 
 # type: Plain text
-#: ../tin.5:261
-msgid "users uncrypted password for reading news."
+#: ../tin.5:262
+msgid "user's uncrypted password for reading news."
 msgstr "Unverschlüsseltes Passwort für den Newsserver."
 
 # type: TP
-#: ../tin.5:261
+#: ../tin.5:262
 #, no-wrap
 msgid "B<user>"
 msgstr "B<User>"
 
 # type: Plain text
-#: ../tin.5:265
+#: ../tin.5:266
 msgid ""
 "username on the newsserver if it differs from the local login. This field is "
 "optional."
@@ -8564,123 +8657,123 @@ msgstr ""
 "Dieses Feld ist optional."
 
 # type: Plain text
-#: ../tin.5:269
+#: ../tin.5:270
 msgid "# sample .newsauth file"
 msgstr "# Beispiel .newsauth-Datei"
 
 # type: Plain text
-#: ../tin.5:271
+#: ../tin.5:272
 msgid "news.example.org secret"
 msgstr "news.example.org geheim"
 
 # type: Plain text
-#: ../tin.5:273
+#: ../tin.5:274
 msgid "news.example.net arcane guest"
 msgstr "news.example.net verborgen gast"
 
 # type: Plain text
-#: ../tin.5:275
+#: ../tin.5:276
 msgid "news.example.com \"top secret\" james.bond@example.com"
 msgstr "news.example.com \"streng geheim\" james.bond@example.com"
 
 # type: Plain text
-#: ../tin.5:283
+#: ../tin.5:284
 msgid ""
 "\"I<newsgroup>I<flag> [I<article>[,I<article> | -I<article>]...]\" lines."
 msgstr ""
 
 # type: TP
-#: ../tin.5:283
+#: ../tin.5:284
 #, no-wrap
 msgid "B<newsgroup>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:286
+#: ../tin.5:287
 msgid "the name of the newsgroup."
 msgstr ""
 
 # type: TP
-#: ../tin.5:286
+#: ../tin.5:287
 #, no-wrap
 msgid "B<flag>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:289
+#: ../tin.5:290
 msgid "a flag indicating if the group is subscribed ':' or not '!'."
 msgstr ""
 
 # type: TP
-#: ../tin.5:289
+#: ../tin.5:290
 #, no-wrap
 msgid "B<article>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:293
+#: ../tin.5:294
 msgid ""
 "range of already read articles from that group; numbers separated by commas "
 "with sequential numbers collapsed with hyphens."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:297
+#: ../tin.5:298
 msgid "# sample .newsrc file"
 msgstr "# .newsrc Beispiel-Datei"
 
 # type: Plain text
-#: ../tin.5:299
+#: ../tin.5:300
 msgid "news.software.b! 1-666,669"
 msgstr "news.software.b! 1-666,669"
 
 # type: Plain text
-#: ../tin.5:301
+#: ../tin.5:302
 msgid "news.software.nntp: 1-13245,13247,13249"
 msgstr "news.software.nntp: 1-13245,13247,13249"
 
 # type: Plain text
-#: ../tin.5:303
+#: ../tin.5:304
 msgid "news.software.readers: 1-19567,19571-19597"
 msgstr "news.software.readers: 1-19567,19571-19597"
 
 # type: Plain text
-#: ../tin.5:313
+#: ../tin.5:314
 msgid "backup of I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 msgstr "Sicherungskopie von I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 
 # type: Plain text
-#: ../tin.5:322
+#: ../tin.5:323
 msgid "signature"
 msgstr "Signatur"
 
 # type: Plain text
-#: ../tin.5:329
+#: ../tin.5:330
 msgid "fixed part of a randomly generated signature"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:336
+#: ../tin.5:337
 msgid "history of last used strings"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:343
+#: ../tin.5:344
 msgid "mailgroups index files"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:352
+#: ../tin.5:353
 msgid "newsgroups index files"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:359
+#: ../tin.5:360
 msgid "saved newsgroups index files"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:369
+#: ../tin.5:370
 msgid ""
 "active file (\"I<mail_group_name> I<maxnum> I<minnum> I<mailspool>\" "
 "quadruples) of user's mailgroups (requires B<tin>(1)  to be build with mh-"
@@ -8688,82 +8781,82 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:369
+#: ../tin.5:370
 #, no-wrap
 msgid "B<mail_group_name>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:372
+#: ../tin.5:373
 msgid ""
 "must be the pathname of the mailbox relative to field #4 with / changed to ."
 msgstr ""
 
 # type: TP
-#: ../tin.5:372
+#: ../tin.5:373
 #, no-wrap
 msgid "B<maxnum>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:376
+#: ../tin.5:377
 msgid ""
 "just put a large number here, something higher than the highest message in "
 "the mailbox"
 msgstr ""
 
 # type: TP
-#: ../tin.5:376
+#: ../tin.5:377
 #, no-wrap
 msgid "B<minnum>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:379
+#: ../tin.5:380
 msgid "put 0 here"
 msgstr "hier 0 angeben"
 
 # type: TP
-#: ../tin.5:379
+#: ../tin.5:380
 #, no-wrap
 msgid "B<mailspool>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:383
+#: ../tin.5:384
 msgid ""
 "path of mail spool directory. This must be the full pathname to the root of "
 "the mail folder area."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:387
+#: ../tin.5:388
 msgid "Mail.inbox 12345 00000 /home/foo"
 msgstr "Mail.inbox 12345 00000 /home/foo"
 
 # type: Plain text
-#: ../tin.5:389
+#: ../tin.5:390
 msgid "Mail.outbox 23456 00000 /home/foo"
 msgstr "Mail.outbox 23456 00000 /home/foo"
 
 # type: Plain text
-#: ../tin.5:393
+#: ../tin.5:394
 msgid ""
 "This allows access to the 'inbox' and 'outbox' folders of user foo.  They "
 "are accessed via /home/foo/Mail/inbox and /home/foo/Mail/outbox"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:400
+#: ../tin.5:401
 msgid "active file of user's saved newsgroups, used by B<tin -R>."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:422
+#: ../tin.5:423
 msgid ""
 "The group attributes files may be used to override some global settings from "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> on a per group basis. Order is "
-"important as last match counts; this allows to refine attributes for "
+"important as last match counts; this allows one to refine attributes for "
 "narrowed scopes. Note that the I<scope=E<lt>grouplistE<gt>> line has to be "
 "specified before the attributes are specified for that list and each "
 "attribute can only be set once per scope section. All attributes are set to "
@@ -8774,13 +8867,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:422
+#: ../tin.5:423
 #, no-wrap
 msgid "B<scope>"
 msgstr "B<scope>"
 
 # type: Plain text
-#: ../tin.5:428
+#: ../tin.5:429
 msgid ""
 "This changes the list of groups to which the attributes that follow will be "
 "applied. See the section NEWSGROUP LISTS & WILDCARDS in B<tin>(1)  for the "
@@ -8788,81 +8881,81 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:428 ../tin.5:1183
+#: ../tin.5:429 ../tin.5:1185
 #, no-wrap
 msgid "B<add_posted_to_filter>"
 msgstr "B<add_posted_to_filter>"
 
 # type: Plain text
-#: ../tin.5:431 ../tin.5:434 ../tin.5:437 ../tin.5:440 ../tin.5:443
-#: ../tin.5:446 ../tin.5:449 ../tin.5:462 ../tin.5:472 ../tin.5:485
-#: ../tin.5:488 ../tin.5:491 ../tin.5:494 ../tin.5:501 ../tin.5:504
-#: ../tin.5:531 ../tin.5:534 ../tin.5:537 ../tin.5:547 ../tin.5:550
-#: ../tin.5:553 ../tin.5:556 ../tin.5:559 ../tin.5:562 ../tin.5:565
-#: ../tin.5:568 ../tin.5:571 ../tin.5:574 ../tin.5:580 ../tin.5:583
-#: ../tin.5:586 ../tin.5:589 ../tin.5:592 ../tin.5:595 ../tin.5:598
-#: ../tin.5:604 ../tin.5:607 ../tin.5:610 ../tin.5:613 ../tin.5:616
-#: ../tin.5:619 ../tin.5:622 ../tin.5:625 ../tin.5:628 ../tin.5:682
+#: ../tin.5:432 ../tin.5:435 ../tin.5:438 ../tin.5:441 ../tin.5:444
+#: ../tin.5:447 ../tin.5:450 ../tin.5:463 ../tin.5:473 ../tin.5:486
+#: ../tin.5:489 ../tin.5:492 ../tin.5:495 ../tin.5:502 ../tin.5:505
+#: ../tin.5:532 ../tin.5:535 ../tin.5:538 ../tin.5:548 ../tin.5:551
+#: ../tin.5:554 ../tin.5:557 ../tin.5:560 ../tin.5:563 ../tin.5:566
+#: ../tin.5:569 ../tin.5:572 ../tin.5:575 ../tin.5:581 ../tin.5:584
+#: ../tin.5:587 ../tin.5:590 ../tin.5:593 ../tin.5:596 ../tin.5:599
+#: ../tin.5:605 ../tin.5:608 ../tin.5:611 ../tin.5:614 ../tin.5:617
+#: ../tin.5:620 ../tin.5:623 ../tin.5:626 ../tin.5:629 ../tin.5:683
 msgid "Identical to the tinrc variable of the same name"
 msgstr "Identisch mit der tinrc-Variable gleichen Namens"
 
 # type: TP
-#: ../tin.5:431 ../tin.5:1187
+#: ../tin.5:432 ../tin.5:1189
 #, no-wrap
 msgid "B<advertising>"
 msgstr "B<advertising>"
 
 # type: TP
-#: ../tin.5:434 ../tin.5:1190
+#: ../tin.5:435 ../tin.5:1192
 #, no-wrap
 msgid "B<alternative_handling>"
 msgstr "B<alternative_handling>"
 
 # type: TP
-#: ../tin.5:437
+#: ../tin.5:438
 #, no-wrap
 msgid "B<ask_for_metamail>"
 msgstr "B<ask_for_metamail>"
 
 # type: TP
-#: ../tin.5:440 ../tin.5:1233
+#: ../tin.5:441 ../tin.5:1235
 #, no-wrap
 msgid "B<auto_cc_bcc>"
 msgstr "B<auto_cc_bcc>"
 
 # type: TP
-#: ../tin.5:443 ../tin.5:1237
+#: ../tin.5:444 ../tin.5:1239
 #, no-wrap
 msgid "B<auto_list_thread>"
 msgstr "B<auto_list_thread>"
 
 # type: TP
-#: ../tin.5:446 ../tin.5:1244
+#: ../tin.5:447 ../tin.5:1246
 #, no-wrap
 msgid "B<auto_save>"
 msgstr "B<auto_save>"
 
 # type: TP
-#: ../tin.5:449
+#: ../tin.5:450
 #, no-wrap
 msgid "B<auto_select>"
 msgstr "B<auto_select>"
 
 # type: Plain text
-#: ../tin.5:453
+#: ../tin.5:454
 msgid ""
 "Automatically perform the B<GroupMarkUnselArtRead> ('B<X>') command after "
 "entering the group."
 msgstr ""
 
 # type: TP
-#: ../tin.5:453 ../tin.5:1250
+#: ../tin.5:454 ../tin.5:1252
 #, no-wrap
 msgid "B<batch_save>"
 msgstr "B<batch_save>"
 
 # type: Plain text
-#: ../tin.5:459
+#: ../tin.5:460
 msgid ""
 "Can be used to override the global setting in tinrc on a per group basis. "
 "For more information read section AUTOMATIC MAILING AND SAVING NEW NEWS in "
@@ -8870,19 +8963,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:459 ../tin.5:1364
+#: ../tin.5:460 ../tin.5:1366
 #, no-wrap
 msgid "B<date_format>"
 msgstr "B<date_format>"
 
 # type: TP
-#: ../tin.5:462
+#: ../tin.5:463
 #, no-wrap
 msgid "B<delete_tmp_files>"
 msgstr "B<delete_tmp_files>"
 
 # type: Plain text
-#: ../tin.5:469
+#: ../tin.5:470
 msgid ""
 "If this is set to ON, then saved article files that have been post-processed "
 "will be automatically deleted, otherwise the user will be asked whether to "
@@ -8891,103 +8984,103 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:469 ../tin.5:1479
+#: ../tin.5:470 ../tin.5:1481
 #, no-wrap
 msgid "B<editor_format>"
 msgstr "B<editor_format>"
 
 # type: TP
-#: ../tin.5:472
+#: ../tin.5:473
 #, no-wrap
 msgid "B<fcc>"
 msgstr "B<fcc>"
 
 # type: Plain text
-#: ../tin.5:476
+#: ../tin.5:477
 msgid ""
 "Mailbox to save sent mails. The format of the mailbox is controlled via the "
 "tinrc B<mailbox_format> variable."
 msgstr ""
 
 # type: TP
-#: ../tin.5:476
+#: ../tin.5:477
 #, no-wrap
 msgid "B<followup_to>"
 msgstr "B<followup_to>"
 
 # type: Plain text
-#: ../tin.5:479
+#: ../tin.5:480
 msgid "Set ''Followup-To:'' header to the specified group(s)."
 msgstr ""
 
 # type: TP
-#: ../tin.5:479 ../tin.5:762
+#: ../tin.5:480 ../tin.5:763
 #, no-wrap
 msgid "B<from>"
 msgstr "B<from>"
 
 # type: Plain text
-#: ../tin.5:482
+#: ../tin.5:483
 msgid "Identical to the tinrc variable B<mail_address>"
 msgstr "Identisch mit der tinrc-Variable B<mail_address>"
 
 # type: TP
-#: ../tin.5:482 ../tin.5:1503
+#: ../tin.5:483 ../tin.5:1505
 #, no-wrap
 msgid "B<group_catchup_on_exit>"
 msgstr "B<group_catchup_on_exit>"
 
 # type: TP
-#: ../tin.5:485 ../tin.5:1570
+#: ../tin.5:486 ../tin.5:1572
 #, no-wrap
 msgid "B<mail_8bit_header>"
 msgstr "B<mail_8bit_header>"
 
 # type: TP
-#: ../tin.5:488 ../tin.5:1582 ../tin.5:2294
+#: ../tin.5:489 ../tin.5:1584 ../tin.5:2306
 #, no-wrap
 msgid "B<mail_mime_encoding>"
 msgstr "B<mail_mime_encoding>"
 
 # type: TP
-#: ../tin.5:491 ../tin.5:1599
+#: ../tin.5:492 ../tin.5:1601
 #, no-wrap
 msgid "B<maildir>"
 msgstr "B<maildir>"
 
 # type: TP
-#: ../tin.5:494
+#: ../tin.5:495
 #, no-wrap
 msgid "B<mailing_list>"
 msgstr "B<mailing_list>"
 
 # type: Plain text
-#: ../tin.5:498
+#: ../tin.5:499
 msgid ""
 "Used when a group is a mailing list. All responses to the group will be "
 "directed to this email address instead"
 msgstr ""
 
 # type: TP
-#: ../tin.5:498 ../tin.5:1631
+#: ../tin.5:499 ../tin.5:1639
 #, no-wrap
 msgid "B<mark_ignore_tags>"
 msgstr "B<mark_ignore_tags>"
 
 # type: TP
-#: ../tin.5:501 ../tin.5:1628
+#: ../tin.5:502 ../tin.5:1636
 #, no-wrap
 msgid "B<mark_saved_read>"
 msgstr "B<mark_saved_read>"
 
 # type: TP
-#: ../tin.5:504
+#: ../tin.5:505
 #, no-wrap
 msgid "B<mime_forward>"
 msgstr "B<mime_forward>"
 
 # type: Plain text
-#: ../tin.5:521
+#: ../tin.5:522
 msgid ""
 "Determines whether usenet articles are forwarded as attachment or inline. "
 "When set to OFF, the forwarded article will be included in the body of the "
@@ -9006,13 +9099,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:521
+#: ../tin.5:522
 #, no-wrap
 msgid "B<mime_types_to_save>"
 msgstr "B<mime_types_to_save>"
 
 # type: Plain text
-#: ../tin.5:528
+#: ../tin.5:529
 msgid ""
 "A comma separated list of MIME major/minor Content-Types that will be saved "
 "when using the view/save and save/autosave features.  A single * can be used "
@@ -9021,31 +9114,31 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:528 ../tin.5:1710
+#: ../tin.5:529 ../tin.5:1718
 #, no-wrap
 msgid "B<news_headers_to_display>"
 msgstr "B<news_headers_to_display>"
 
 # type: TP
-#: ../tin.5:531 ../tin.5:1717
+#: ../tin.5:532 ../tin.5:1725
 #, no-wrap
 msgid "B<news_headers_to_not_display>"
 msgstr "B<news_headers_to_not_display>"
 
 # type: TP
-#: ../tin.5:534 ../tin.5:1726
+#: ../tin.5:535 ../tin.5:1734
 #, no-wrap
 msgid "B<news_quote_format>"
 msgstr "B<news_quote_format>"
 
 # type: TP
-#: ../tin.5:537 ../tin.5:2267
+#: ../tin.5:538 ../tin.5:2279
 #, no-wrap
 msgid "B<organization>"
 msgstr "B<organization>"
 
 # type: Plain text
-#: ../tin.5:544
+#: ../tin.5:545
 msgid ""
 "This can be used to set the article header field ''Organization:''. It "
 "overrides the setting (if any) of organization in I</etc/tin/tin.defaults> "
@@ -9054,187 +9147,187 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:544 ../tin.5:1751
+#: ../tin.5:545 ../tin.5:1759
 #, no-wrap
 msgid "B<pos_first_unread>"
 msgstr "B<pos_first_unread>"
 
 # type: TP
-#: ../tin.5:547 ../tin.5:1755
+#: ../tin.5:548 ../tin.5:1763
 #, no-wrap
 msgid "B<post_8bit_header>"
 msgstr "B<post_8bit_header>"
 
 # type: TP
-#: ../tin.5:550 ../tin.5:1766 ../tin.5:2291
+#: ../tin.5:551 ../tin.5:1774 ../tin.5:2303
 #, no-wrap
 msgid "B<post_mime_encoding>"
 msgstr "B<post_mime_encoding>"
 
 # type: TP
-#: ../tin.5:553 ../tin.5:1778
+#: ../tin.5:554 ../tin.5:1786
 #, no-wrap
 msgid "B<post_process_type>"
 msgstr "B<post_process_type>"
 
 # type: TP
-#: ../tin.5:556 ../tin.5:1771
+#: ../tin.5:557 ../tin.5:1779
 #, no-wrap
 msgid "B<post_process_view>"
 msgstr "B<post_process_view>"
 
 # type: TP
-#: ../tin.5:559 ../tin.5:1801
+#: ../tin.5:560 ../tin.5:1809
 #, no-wrap
 msgid "B<print_header>"
 msgstr "B<print_header>"
 
 # type: TP
-#: ../tin.5:562 ../tin.5:1815
+#: ../tin.5:563 ../tin.5:1823
 #, no-wrap
 msgid "B<process_only_unread>"
 msgstr "B<process_only_unread>"
 
 # type: TP
-#: ../tin.5:565 ../tin.5:1819
+#: ../tin.5:566 ../tin.5:1827
 #, no-wrap
 msgid "B<prompt_followupto>"
 msgstr "B<prompt_followupto>"
 
 # type: TP
-#: ../tin.5:568 ../tin.5:1823
+#: ../tin.5:569 ../tin.5:1831
 #, no-wrap
 msgid "B<quote_chars>"
 msgstr "B<quote_chars>"
 
 # type: TP
-#: ../tin.5:571 ../tin.5:1883
+#: ../tin.5:572 ../tin.5:1891
 #, no-wrap
 msgid "B<savedir>"
 msgstr "B<savedir>"
 
 # type: TP
 #.  TODO: document option
-#: ../tin.5:574
+#: ../tin.5:575
 #, no-wrap
 msgid "B<savefile>"
 msgstr "B<savefile>"
 
 # type: TP
-#: ../tin.5:577 ../tin.5:1911
+#: ../tin.5:578 ../tin.5:1919
 #, no-wrap
 msgid "B<show_author>"
 msgstr "B<show_author>"
 
 # type: TP
-#: ../tin.5:580 ../tin.5:1937
+#: ../tin.5:581 ../tin.5:1945
 #, no-wrap
 msgid "B<show_info>"
 msgstr "B<show_info>"
 
 # type: TP
-#: ../tin.5:583 ../tin.5:1955
+#: ../tin.5:584 ../tin.5:1963
 #, no-wrap
 msgid "B<show_only_unread_arts>"
 msgstr "B<show_only_unread_arts>"
 
 # type: TP
-#: ../tin.5:586 ../tin.5:1963
+#: ../tin.5:587 ../tin.5:1971
 #, no-wrap
 msgid "B<show_signatures>"
 msgstr "B<show_signatures>"
 
 # type: TP
-#: ../tin.5:589 ../tin.5:1966
+#: ../tin.5:590 ../tin.5:1974
 #, no-wrap
 msgid "B<sigdashes>"
 msgstr "B<sigdashes>"
 
 # type: TP
-#: ../tin.5:592 ../tin.5:1969
+#: ../tin.5:593 ../tin.5:1977
 #, no-wrap
 msgid "B<sigfile>"
 msgstr "B<sigfile>"
 
 # type: TP
-#: ../tin.5:595 ../tin.5:1980
+#: ../tin.5:596 ../tin.5:1988
 #, no-wrap
 msgid "B<signature_repost>"
 msgstr "B<signature_repost>"
 
 # type: TP
-#: ../tin.5:598 ../tin.5:1990
+#: ../tin.5:599 ../tin.5:1998
 #, no-wrap
 msgid "B<sort_article_type>"
 msgstr "B<sort_article_type>"
 
 # type: Plain text
-#: ../tin.5:601
+#: ../tin.5:602
 msgid "Identical to the tinrc variable B<sort_article_type>"
 msgstr "Identisch mit der tinrc-Variable B<sort_article_type>"
 
 # type: TP
-#: ../tin.5:601 ../tin.5:2019
+#: ../tin.5:602 ../tin.5:2027
 #, no-wrap
 msgid "B<sort_threads_type>"
 msgstr "B<sort_threads_type>"
 
 # type: TP
-#: ../tin.5:604 ../tin.5:2048
+#: ../tin.5:605 ../tin.5:2056
 #, no-wrap
 msgid "B<start_editor_offset>"
 msgstr "B<start_editor_offset>"
 
 # type: TP
-#: ../tin.5:607 ../tin.5:2076
+#: ../tin.5:608 ../tin.5:2084
 #, no-wrap
 msgid "B<tex2iso_conv>"
 msgstr "B<tex2iso_conv>"
 
 # type: TP
-#: ../tin.5:610 ../tin.5:2081
+#: ../tin.5:611 ../tin.5:2089
 #, no-wrap
 msgid "B<thread_articles>"
 msgstr "B<thread_articles>"
 
 # type: TP
-#: ../tin.5:613 ../tin.5:2096
+#: ../tin.5:614 ../tin.5:2104
 #, no-wrap
 msgid "B<thread_catchup_on_exit>"
 msgstr "B<thread_catchup_on_exit>"
 
 # type: TP
-#: ../tin.5:616 ../tin.5:2091
+#: ../tin.5:617 ../tin.5:2099
 #, no-wrap
 msgid "B<thread_perc>"
 msgstr "B<thread_perc>"
 
 # type: TP
-#: ../tin.5:619 ../tin.5:2120
+#: ../tin.5:620 ../tin.5:2128
 #, no-wrap
 msgid "B<trim_article_body>"
 msgstr "B<trim_article_body>"
 
 # type: TP
-#: ../tin.5:622 ../tin.5:2196
+#: ../tin.5:623 ../tin.5:2208
 #, no-wrap
 msgid "B<verbatim_handling>"
 msgstr "B<verbatim_handling>"
 
 # type: TP
-#: ../tin.5:625 ../tin.5:2243
+#: ../tin.5:626 ../tin.5:2255
 #, no-wrap
 msgid "B<wrap_on_next_unread>"
 msgstr "B<wrap_on_next_unread>"
 
 # type: TP
-#: ../tin.5:628
+#: ../tin.5:629
 #, no-wrap
 msgid "B<x_body>"
 msgstr "B<x_body>"
 
 # type: Plain text
-#: ../tin.5:633
+#: ../tin.5:634
 msgid ""
 "A piece of text that will be added at the start of a message body. If this "
 "string starts with a / or ~ then it is assumed to be the name of a file "
@@ -9242,24 +9335,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:633
+#: ../tin.5:634
 #, no-wrap
 msgid "B<x_comment_to>"
 msgstr "B<x_comment_to>"
 
 # type: Plain text
-#: ../tin.5:636
+#: ../tin.5:637
 msgid "Insert ''X-Comment-To:'' header, this is only useful in FIDO groups."
 msgstr ""
 
 # type: TP
-#: ../tin.5:636
+#: ../tin.5:637
 #, no-wrap
 msgid "B<x_headers>"
 msgstr "B<x_headers>"
 
 # type: Plain text
-#: ../tin.5:644
+#: ../tin.5:645
 msgid ""
 "A string including header-name and the contents of the header that will be "
 "automatically added when posting. If the string starts with a / or ~ then it "
@@ -9270,13 +9363,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:644
+#: ../tin.5:645
 #, no-wrap
 msgid "B<quick_kill_scope>"
 msgstr "B<quick_kill_scope>"
 
 # type: Plain text
-#: ../tin.5:650
+#: ../tin.5:651
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule added by B<QuickFilterKill> will be applied.  If unset the "
@@ -9284,46 +9377,46 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:650
+#: ../tin.5:651
 #, no-wrap
 msgid "B<quick_kill_expire>"
 msgstr "B<quick_kill_expire>"
 
 # type: Plain text
-#: ../tin.5:653
+#: ../tin.5:654
 msgid "Identical to the tinrc variable B<default_filter_kill_expire>"
 msgstr "Identisch mit der tinrc-Variable B<default_filter_kill_expire>"
 
 # type: TP
-#: ../tin.5:653
+#: ../tin.5:654
 #, no-wrap
 msgid "B<quick_kill_case>"
 msgstr "B<quick_kill_case>"
 
 # type: Plain text
-#: ../tin.5:656
+#: ../tin.5:657
 msgid "Identical to the tinrc variable B<default_filter_kill_case>"
 msgstr "Identisch mit der tinrc-Variable B<default_filter_kill_case>"
 
 # type: TP
-#: ../tin.5:656
+#: ../tin.5:657
 #, no-wrap
 msgid "B<quick_kill_header>"
 msgstr "B<quick_kill_header>"
 
 # type: Plain text
-#: ../tin.5:659
+#: ../tin.5:660
 msgid "Identical to the tinrc variable B<default_filter_kill_header>"
 msgstr "Identisch mit der tinrc-Variable B<default_filter_kill_header>"
 
 # type: TP
-#: ../tin.5:659
+#: ../tin.5:660
 #, no-wrap
 msgid "B<quick_select_scope>"
 msgstr "B<quick_select_scope>"
 
 # type: Plain text
-#: ../tin.5:665
+#: ../tin.5:666
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule added by B<QuickFilterSelect> will be applied. If unset the "
@@ -9331,65 +9424,65 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:665
+#: ../tin.5:666
 #, no-wrap
 msgid "B<quick_select_expire>"
 msgstr "B<quick_select_expire>"
 
 # type: Plain text
-#: ../tin.5:668
+#: ../tin.5:669
 msgid "Identical to the tinrc variable B<default_filter_select_expire>"
 msgstr "Identisch mit der tinrc-Variable B<default_filter_select_expire>"
 
 # type: TP
-#: ../tin.5:668
+#: ../tin.5:669
 #, no-wrap
 msgid "B<quick_select_case>"
 msgstr "B<quick_select_case>"
 
 # type: Plain text
-#: ../tin.5:671
+#: ../tin.5:672
 msgid "Identical to the tinrc variable B<default_filter_select_case>"
 msgstr "Identisch mit der tinrc-Variable B<default_filter_select_case>"
 
 # type: TP
-#: ../tin.5:671
+#: ../tin.5:672
 #, no-wrap
 msgid "B<quick_select_header>"
 msgstr "B<quick_select_header>"
 
 # type: Plain text
-#: ../tin.5:674
+#: ../tin.5:675
 msgid "Identical to the tinrc variable B<default_filter_select_header>"
 msgstr "Identisch mit der tinrc-Variable B<default_filter_select_header>"
 
 # type: TP
-#: ../tin.5:674
+#: ../tin.5:675
 #, no-wrap
 msgid "B<ispell>"
 msgstr "B<ispell>"
 
 # type: Plain text
-#: ../tin.5:679
+#: ../tin.5:680
 msgid ""
 "Path and options for B<ispell>(1)-like spell-checker, e.g. \"aspell --"
 "mode=email --dont-backup check\""
 msgstr ""
 
 # type: TP
-#: ../tin.5:679 ../tin.5:1664
+#: ../tin.5:680 ../tin.5:1672
 #, no-wrap
 msgid "B<mm_network_charset>"
 msgstr "B<mm_network_charset>"
 
 # type: TP
-#: ../tin.5:682
+#: ../tin.5:683
 #, no-wrap
 msgid "B<undeclared_charset>"
 msgstr "B<undeclared_charset>"
 
 # type: Plain text
-#: ../tin.5:691
+#: ../tin.5:692
 msgid ""
 "Assume (broken) articles without MIME charset declaration have this charset "
 "- default is US-ASCII. This attribute works only on systems with working "
@@ -9398,7 +9491,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:701
+#: ../tin.5:702
 #, no-wrap
 msgid ""
 "# include extra headers\n"
@@ -9414,7 +9507,7 @@ msgstr ""
 "undeclared_charset=ISO-8859-1\n"
 
 # type: Plain text
-#: ../tin.5:705
+#: ../tin.5:706
 #, no-wrap
 msgid ""
 "# in *sources* set post process type to shar only\n"
@@ -9423,7 +9516,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:712
+#: ../tin.5:713
 #, no-wrap
 msgid ""
 "# in *binaries* turn on full post processing,\n"
@@ -9435,7 +9528,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:718
+#: ../tin.5:719
 #, no-wrap
 msgid ""
 "# in fido.* newsgroups change quote_chars\n"
@@ -9446,7 +9539,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:724
+#: ../tin.5:725
 #, no-wrap
 msgid ""
 "# in *.test newsgroups, don't append signature\n"
@@ -9457,7 +9550,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:728
+#: ../tin.5:729
 #, no-wrap
 msgid ""
 "# assume ISO-2022-JP-2 as charset\n"
@@ -9469,7 +9562,7 @@ msgstr ""
 "undeclared_charset=ISO-2022-JP-2\n"
 
 # type: Plain text
-#: ../tin.5:740
+#: ../tin.5:741
 msgid ""
 "The filter file is used to assign scores to certain articles. Based on the "
 "score an article can be filtered out (hidden) or marked hot. Empty lines or "
@@ -9477,13 +9570,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:740
+#: ../tin.5:741
 #, no-wrap
 msgid "B<comment>"
 msgstr "B<comment>"
 
 # type: Plain text
-#: ../tin.5:749
+#: ../tin.5:750
 msgid ""
 "Every entry (rule) in the filter file might get a comment. Multiple lines "
 "are allowed (but only for comments yet). Every line must start with the "
@@ -9494,55 +9587,55 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:749
+#: ../tin.5:750
 #, no-wrap
 msgid "B<group>"
 msgstr "B<group>"
 
 # type: Plain text
-#: ../tin.5:753
+#: ../tin.5:754
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule will be applied. This line is mandatory!"
 msgstr ""
 
 # type: TP
-#: ../tin.5:753
+#: ../tin.5:754
 #, no-wrap
 msgid "B<case>"
 msgstr "B<case>"
 
 # type: Plain text
-#: ../tin.5:756
+#: ../tin.5:757
 msgid "0=case-sensitive, 1=case-insensitive"
 msgstr ""
 
 # type: TP
-#: ../tin.5:756
+#: ../tin.5:757
 #, no-wrap
 msgid "B<score>"
 msgstr "B<score>"
 
 # type: Plain text
-#: ../tin.5:759
+#: ../tin.5:760
 msgid ""
 "Score value of the rule; can also be one of the magic words \"kill\" or \"hot"
 "\"."
 msgstr ""
 
 # type: TP
-#: ../tin.5:759
+#: ../tin.5:760
 #, no-wrap
 msgid "B<subj>"
 msgstr "B<subj>"
 
 # type: Plain text
-#: ../tin.5:762
+#: ../tin.5:763
 msgid "Match against ''Subject:''"
-msgstr ""
+msgstr "Vergleiche mit ''Subject:''"
 
 # type: Plain text
-#: ../tin.5:770
+#: ../tin.5:771
 msgid ""
 "Match against ''From:''.  B<tin>(1)  converts the contents of the ''From:'' "
 "header to an old style e-mail address, e.g. ''some@body.example (John Doe)'' "
@@ -9551,57 +9644,57 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:770
+#: ../tin.5:771
 #, no-wrap
 msgid "B<msgid>"
 msgstr "B<msgid>"
 
 # type: Plain text
-#: ../tin.5:773
+#: ../tin.5:774
 msgid "Match against ''Message-ID:'' and full ''References:''"
 msgstr ""
 
 # type: TP
-#: ../tin.5:773
+#: ../tin.5:774
 #, no-wrap
 msgid "B<msgid_last>"
 msgstr "B<msgid_last>"
 
 # type: Plain text
-#: ../tin.5:776
+#: ../tin.5:777
 msgid "Match against ''Message-ID:'' and last ''References:'' entry only"
 msgstr ""
 
 # type: TP
-#: ../tin.5:776
+#: ../tin.5:777
 #, no-wrap
 msgid "B<msgid_only>"
 msgstr "B<msgid_only>"
 
 # type: Plain text
-#: ../tin.5:779
+#: ../tin.5:780
 msgid "Match against ''Message-ID:''"
-msgstr ""
+msgstr "Vergleiche mit ''Message-ID:''"
 
 # type: TP
-#: ../tin.5:779
+#: ../tin.5:780
 #, no-wrap
 msgid "B<refs_only>"
 msgstr "B<refs_only>"
 
 # type: Plain text
-#: ../tin.5:782
+#: ../tin.5:783
 msgid "Match against ''References:''"
-msgstr ""
+msgstr "Vergleiche mit ''References:''"
 
 # type: TP
-#: ../tin.5:782
+#: ../tin.5:783
 #, no-wrap
 msgid "B<lines>"
 msgstr "B<lines>"
 
 # type: Plain text
-#: ../tin.5:785
+#: ../tin.5:786
 msgid ""
 "Match against ''Lines:'', E<lt>num matches less than, E<gt>num matches more "
 "than."
@@ -9609,24 +9702,24 @@ msgstr ""
 
 # type: TP
 #.  TODO: document option in detail
-#: ../tin.5:785
+#: ../tin.5:786
 #, no-wrap
 msgid "B<gnksa>"
 msgstr "B<gnksa>"
 
 # type: Plain text
-#: ../tin.5:789
+#: ../tin.5:790
 msgid "Match against ''From:'' address parser return codes."
 msgstr ""
 
 # type: TP
-#: ../tin.5:789
+#: ../tin.5:790
 #, no-wrap
 msgid "B<xref>"
 msgstr "B<xref>"
 
 # type: Plain text
-#: ../tin.5:795
+#: ../tin.5:796
 msgid ""
 "Match against ''Xref:'' line. Before any matching is done the line is turned "
 "into the same format ''Newsgroups:'' has that is it is turned into a comma "
@@ -9635,18 +9728,18 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:795 ../tin.5:2434
+#: ../tin.5:796 ../tin.5:2446
 #, no-wrap
 msgid "B<time>"
 msgstr "B<time>"
 
 # type: Plain text
-#: ../tin.5:798
+#: ../tin.5:799
 msgid "time_t value when rule expires"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:809
+#: ../tin.5:810
 #, no-wrap
 msgid ""
 "comment=mark all articles about tin, rtin,\n"
@@ -9658,7 +9751,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:825
+#: ../tin.5:826
 msgid ""
 "Keymap-file, containing \"I<keyname> I<value> I<[value]>\" pairs separated "
 "by spaces or tabs. Below is a list of all rebindable keynames and their "
@@ -9666,13 +9759,13 @@ msgid ""
 msgstr ""
 
 # type: ta
-#: ../tin.5:827
+#: ../tin.5:828
 #, no-wrap
 msgid "\\w'GroupSelThdIfUnreadSelected    'u +\\w'SPACE'u +\\w'SPACE'u"
 msgstr "\\w'GroupSelThdIfUnreadSelected    'u +\\w'SPACE'u +\\w'SPACE'u"
 
 # type: Plain text
-#: ../tin.5:874
+#: ../tin.5:875
 #, no-wrap
 msgid ""
 "B<ShellEscape>\t!\n"
@@ -9770,7 +9863,7 @@ msgstr ""
 "B<MarkFeedUnread>\t^W\n"
 
 # type: Plain text
-#: ../tin.5:882
+#: ../tin.5:883
 #, no-wrap
 msgid ""
 "B<AttachSelect>\t^J\t^M\n"
@@ -9790,7 +9883,7 @@ msgstr ""
 "B<AttachToggleTagged>\t@\n"
 
 # type: Plain text
-#: ../tin.5:890
+#: ../tin.5:891
 #, no-wrap
 msgid ""
 "B<ConfigToggleAttrib>\tTAB\n"
@@ -9810,7 +9903,7 @@ msgstr ""
 "B<ConfigResetAttrib>\tr\n"
 
 # type: Plain text
-#: ../tin.5:898
+#: ../tin.5:899
 #, no-wrap
 msgid ""
 "B<FeedTag>\tT\n"
@@ -9830,7 +9923,7 @@ msgstr ""
 "B<FeedThd>\tt\n"
 
 # type: Plain text
-#: ../tin.5:901
+#: ../tin.5:902
 #, no-wrap
 msgid ""
 "B<FilterEdit>\te\n"
@@ -9840,7 +9933,7 @@ msgstr ""
 "B<FilterSave>\ts\n"
 
 # type: Plain text
-#: ../tin.5:931
+#: ../tin.5:932
 #, no-wrap
 msgid ""
 "B<GroupNextUnreadArtOrGrp>\tTAB\n"
@@ -9904,7 +9997,7 @@ msgstr ""
 "B<GroupUndoSel>\t~\n"
 
 # type: Plain text
-#: ../tin.5:934
+#: ../tin.5:935
 #, no-wrap
 msgid ""
 "B<HelpLastPage>\tG\n"
@@ -9914,17 +10007,18 @@ msgstr ""
 "B<HelpFirstPage>\tg\n"
 
 # type: Plain text
-#: ../tin.5:973
+#: ../tin.5:975
 #, no-wrap
 msgid ""
 "B<PageReplyQuoteHeaders>\t^E\n"
 "B<PagePGPCheckArticle>\t^G\n"
-"B<PageToggleHeaders>\t^H\n"
+"B<PageToggleRaw>\t^H\n"
 "B<PageNextUnread>\tTAB\n"
 "B<PageNextThd>\t^J\t^M\n"
 "B<PageToggleTabs>\t^T\n"
 "B<PageFollowupQuoteHeaders>\t^W\n"
 "B<PageToggleTex2iso>\t\"\n"
+"B<PageToggleAllHeaders>\t*\n"
 "B<PageToggleRot>\t%\n"
 "B<PageToggleUue>\t(\n"
 "B<PageReveal>\t)\n"
@@ -9958,12 +10052,13 @@ msgid ""
 msgstr ""
 "B<PageReplyQuoteHeaders>\t^E\n"
 "B<PagePGPCheckArticle>\t^G\n"
-"B<PageToggleHeaders>\t^H\n"
+"B<PageToggleRaw>\t^H\n"
 "B<PageNextUnread>\tTAB\n"
 "B<PageNextThd>\t^J\t^M\n"
 "B<PageToggleTabs>\t^T\n"
 "B<PageFollowupQuoteHeaders>\t^W\n"
 "B<PageToggleTex2iso>\t\"\n"
+"B<PageToggleAllHeaders>\t*\n"
 "B<PageToggleRot>\t%\n"
 "B<PageToggleUue>\t(\n"
 "B<PageReveal>\t)\n"
@@ -9996,7 +10091,7 @@ msgstr ""
 "B<PageRepost>\tx\n"
 
 # type: Plain text
-#: ../tin.5:978
+#: ../tin.5:980
 #, no-wrap
 msgid ""
 "B<PgpEncSign>\tb\n"
@@ -10010,7 +10105,7 @@ msgstr ""
 "B<PgpSign>\ts\n"
 
 # type: Plain text
-#: ../tin.5:991
+#: ../tin.5:993
 #, no-wrap
 msgid ""
 "B<PostAbort>\ta\n"
@@ -10040,7 +10135,7 @@ msgstr ""
 "B<PostSend>\ts\ty\n"
 
 # type: Plain text
-#: ../tin.5:994
+#: ../tin.5:996
 #, no-wrap
 msgid ""
 "B<PostponeOverride>\tY\n"
@@ -10050,7 +10145,7 @@ msgstr ""
 "B<PostponeAll>\tA\n"
 
 # type: Plain text
-#: ../tin.5:997
+#: ../tin.5:999
 #, no-wrap
 msgid ""
 "B<PromptYes>\ty\tY\n"
@@ -10060,7 +10155,7 @@ msgstr ""
 "B<PromptNo>\tn\tN\n"
 
 # type: Plain text
-#: ../tin.5:1000
+#: ../tin.5:1002
 #, no-wrap
 msgid ""
 "B<SaveAppendFile>\ta\n"
@@ -10070,7 +10165,7 @@ msgstr ""
 "B<SaveOverwriteFile>\to\n"
 
 # type: Plain text
-#: ../tin.5:1004
+#: ../tin.5:1006
 #, no-wrap
 msgid ""
 "B<PProcNone>\tn\n"
@@ -10082,7 +10177,7 @@ msgstr ""
 "B<PProcYes>\ty\n"
 
 # type: Plain text
-#: ../tin.5:1022
+#: ../tin.5:1024
 #, no-wrap
 msgid ""
 "B<SelectEnterNextUnreadGrp>\tTAB\tn\n"
@@ -10122,7 +10217,7 @@ msgstr ""
 "B<SelectMarkGrpUnread>\tz\tZ\n"
 
 # type: Plain text
-#: ../tin.5:1029
+#: ../tin.5:1031
 #, no-wrap
 msgid ""
 "B<ScopeSelect>\t^J\t^M\n"
@@ -10140,7 +10235,7 @@ msgstr ""
 "B<ScopeRename>\tr\n"
 
 # type: Plain text
-#: ../tin.5:1044
+#: ../tin.5:1046
 #, no-wrap
 msgid ""
 "B<ThreadReadNextArtOrThread>\tTAB\n"
@@ -10174,13 +10269,13 @@ msgstr ""
 "B<ThreadUndoSel>\t~\n"
 
 # type: Plain text
-#: ../tin.5:1046
+#: ../tin.5:1048
 #, no-wrap
 msgid "B<UrlSelect>\t^J\t^M\n"
 msgstr "B<UrlSelect>\t^J\t^M\n"
 
 # type: Plain text
-#: ../tin.5:1057
+#: ../tin.5:1059
 msgid ""
 "This file provides short descriptions of each mailgroup. (requires B<tin>"
 "(1)  to be build with mh-mail-handling support). Each line consist of two "
@@ -10188,92 +10283,92 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1057
+#: ../tin.5:1059
 #, no-wrap
 msgid "B<mailgroupname>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1060 ../tin.5:1131 ../tin.5:2381 ../tin.5:2434 ../tin.5:2461
+#: ../tin.5:1062 ../tin.5:1133 ../tin.5:2393 ../tin.5:2446 ../tin.5:2473
 msgid "is the name of the newsgroup"
 msgstr "ist der Name der Newsgruppe"
 
 # type: Plain text
-#: ../tin.5:1063 ../tin.5:1134 ../tin.5:2464
+#: ../tin.5:1065 ../tin.5:1136 ../tin.5:2476
 msgid "is a short single-line description of the group"
 msgstr "ist die zugehörige Kurzbeschreibung"
 
 # type: Plain text
-#: ../tin.5:1071
+#: ../tin.5:1073
 msgid ""
 "\"I<nntpserver> I<newsrc> [I<shortname> [I<...>]]\" pairs to use with the "
 "''B<-g>'' command-line switch."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1074
+#: ../tin.5:1076
 #, no-wrap
 msgid "B<newsrc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1077
+#: ../tin.5:1079
 msgid "related newsrc."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1077
+#: ../tin.5:1079
 #, no-wrap
 msgid "B<shortname>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1080
+#: ../tin.5:1082
 msgid "nickname(s) for the nntpserver."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1084
+#: ../tin.5:1086
 msgid "# sample newsrctable file"
 msgstr "# Beispiel newsrctable-Datei"
 
 # type: Plain text
-#: ../tin.5:1086
+#: ../tin.5:1088
 msgid "news.tin.org .newsrc-tin.org tinorg"
 msgstr "news.tin.org .newsrc-tin.org tinorg"
 
 # type: Plain text
-#: ../tin.5:1088
+#: ../tin.5:1090
 msgid "news.example.org /tmp/nrc-ex example ex"
 msgstr "news.example.org /tmp/nrc-ex example ex"
 
 # type: Plain text
-#: ../tin.5:1096
+#: ../tin.5:1098
 msgid "posting history"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1106
+#: ../tin.5:1108
 msgid ""
 "Copy of all posted articles in B<mbox>(5)  format. The filename can be "
 "changed by setting B<posted_articles_file>."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1115
+#: ../tin.5:1117
 msgid "Pool of postponed articles. This file is in B<mbox>(5)  format."
 msgstr ""
 "Vorrat an zurückgestellten Artikeln. Diese Datei benutzt das B<mbox>(5) "
 "Format."
 
 # type: Plain text
-#: ../tin.5:1120
+#: ../tin.5:1122
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 
 # type: Plain text
-#: ../tin.5:1128
+#: ../tin.5:1130
 msgid ""
 "This file a copy of the servers newsgroups file which provides short "
 "descriptions of each newsgroup. It is automatically updated on startup "
@@ -10283,25 +10378,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1128 ../tin.5:2458
+#: ../tin.5:1130 ../tin.5:2470
 #, no-wrap
 msgid "B<group.name>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1131 ../tin.5:2461
+#: ../tin.5:1133 ../tin.5:2473
 #, no-wrap
 msgid "B<one-line description>"
-msgstr ""
+msgstr "B<Kurzbeschreibung>"
 
 # type: Plain text
-#: ../tin.5:1140
+#: ../tin.5:1142
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 
 # type: Plain text
-#: ../tin.5:1147
+#: ../tin.5:1149
 msgid ""
 "File to store $B<NNTPSERVER> and $B<NNTPPORT> related data via a list of "
 "\"I<variable>=I<value>\" pairs. Currently there are only two variables, both "
@@ -10309,110 +10404,110 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1147
+#: ../tin.5:1149
 #, no-wrap
 msgid "B<version>"
 msgstr "B<version>"
 
 # type: Plain text
-#: ../tin.5:1150
+#: ../tin.5:1152
 msgid "Internal version number."
 msgstr "Interne Versionsnummer."
 
 # type: TP
-#: ../tin.5:1150
+#: ../tin.5:1152
 #, no-wrap
 msgid "B<last_newnews>"
 msgstr "B<last_newnews>"
 
 # type: Plain text
-#: ../tin.5:1155
+#: ../tin.5:1157
 msgid ""
 "Internal timestamp used by B<tin>(1)  to keep track of new newsgroups on the "
 "server."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1177
+#: ../tin.5:1179
 msgid ""
 "At startup, B<tin>(1)  reads in the configuration file. This contains a list "
 "of \"I<variable>=I<value>\" pairs that can be used to configure the way "
 "B<tin>(1)  works. If it exists, the global configuration file, I<"
-"${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the users own "
+"${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the user's own "
 "configuration file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> is read.  The "
 "global file is useful for distributing system-wide defaults to new users who "
 "have no private tinrc yet (see also B</etc/tin/tin.defaults>)."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1177
+#: ../tin.5:1179
 #, no-wrap
 msgid "B<abbreviate_groupname>"
 msgstr "B<abbreviate_groupname>"
 
 # type: TP
-#: ../tin.5:1193
+#: ../tin.5:1195
 #, no-wrap
 msgid "B<art_marked_deleted>"
 msgstr "B<art_marked_deleted>"
 
 # type: TP
-#: ../tin.5:1196
+#: ../tin.5:1198
 #, no-wrap
 msgid "B<art_marked_inrange>"
 msgstr "B<art_marked_inrange>"
 
 # type: TP
-#: ../tin.5:1199
+#: ../tin.5:1201
 #, no-wrap
 msgid "B<art_marked_return>"
 msgstr "B<art_marked_return>"
 
 # type: TP
-#: ../tin.5:1203
+#: ../tin.5:1205
 #, no-wrap
 msgid "B<art_marked_selected>"
 msgstr "B<art_marked_selected>"
 
 # type: TP
-#: ../tin.5:1207
+#: ../tin.5:1209
 #, no-wrap
 msgid "B<art_marked_recent>"
 msgstr "B<art_marked_recent>"
 
 # type: TP
-#: ../tin.5:1211
+#: ../tin.5:1213
 #, no-wrap
 msgid "B<art_marked_unread>"
 msgstr "B<art_marked_unread>"
 
 # type: Plain text
-#: ../tin.5:1215
+#: ../tin.5:1217
 msgid ""
 "The character used to show that an article has not been read.  Default is "
 "'+'."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1215
+#: ../tin.5:1217
 #, no-wrap
 msgid "B<art_marked_read>"
 msgstr "B<art_marked_read>"
 
 # type: TP
-#: ../tin.5:1218
+#: ../tin.5:1220
 #, no-wrap
 msgid "B<art_marked_killed>"
 msgstr "B<art_marked_killed>"
 
 # type: TP
-#: ../tin.5:1222
+#: ../tin.5:1224
 #, no-wrap
 msgid "B<art_marked_read_selected>"
 msgstr "B<art_marked_read_selected>"
 
 # type: Plain text
-#: ../tin.5:1233
+#: ../tin.5:1235
 msgid ""
 "If ON B<tin>(1)  will ask before using a MIME viewer (B<metamail_prog>) to "
 "display MIME messages. This only occurs if a MIME viewer is set. Default is "
@@ -10420,30 +10515,30 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1241
+#: ../tin.5:1243
 #, no-wrap
 msgid "B<auto_reconnect>"
 msgstr "B<auto_reconnect>"
 
 # type: Plain text
-#: ../tin.5:1244
+#: ../tin.5:1246
 msgid "Reconnect to server automatically. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1255
+#: ../tin.5:1257
 #, no-wrap
 msgid "B<beginner_level>"
 msgstr "B<beginner_level>"
 
 # type: TP
-#: ../tin.5:1260
+#: ../tin.5:1262
 #, no-wrap
 msgid "B<cache_overview_files>"
 msgstr "B<cache_overview_files>"
 
 # type: Plain text
-#: ../tin.5:1265
+#: ../tin.5:1267
 msgid ""
 "If ON, create local copies of NNTP overview files. This can be used to "
 "considerably speed up accessing large groups when using a slow connection.  "
@@ -10451,164 +10546,164 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1265
+#: ../tin.5:1267
 #, no-wrap
 msgid "B<catchup_read_groups>"
 msgstr "B<catchup_read_groups>"
 
 # type: TP
-#: ../tin.5:1269
+#: ../tin.5:1271
 #, no-wrap
 msgid "B<col_back>"
 msgstr "B<col_back>"
 
 # type: TP
-#: ../tin.5:1272
+#: ../tin.5:1274
 #, no-wrap
 msgid "B<col_from>"
 msgstr "B<col_from>"
 
 # type: TP
-#: ../tin.5:1275
+#: ../tin.5:1277
 #, no-wrap
 msgid "B<col_head>"
 msgstr "B<col_head>"
 
 # type: TP
-#: ../tin.5:1278
+#: ../tin.5:1280
 #, no-wrap
 msgid "B<col_help>"
 msgstr "B<col_help>"
 
 # type: TP
-#: ../tin.5:1281
+#: ../tin.5:1283
 #, no-wrap
 msgid "B<col_invers_bg>"
 msgstr "B<col_invers_bg>"
 
 # type: TP
-#: ../tin.5:1284
+#: ../tin.5:1286
 #, no-wrap
 msgid "B<col_invers_fg>"
 msgstr "B<col_invers_fg>"
 
 # type: TP
-#: ../tin.5:1287
+#: ../tin.5:1289
 #, no-wrap
 msgid "B<col_markdash>"
 msgstr "B<col_markdash>"
 
 # type: TP
-#: ../tin.5:1291
+#: ../tin.5:1293
 #, no-wrap
 msgid "B<col_markslash>"
 msgstr "B<col_markslash>"
 
 # type: TP
-#: ../tin.5:1295
+#: ../tin.5:1297
 #, no-wrap
 msgid "B<col_markstar>"
 msgstr "B<col_markstar>"
 
 # type: TP
-#: ../tin.5:1299
+#: ../tin.5:1301
 #, no-wrap
 msgid "B<col_markstroke>"
 msgstr "B<col_markstroke>"
 
 # type: TP
-#: ../tin.5:1303
+#: ../tin.5:1305
 #, no-wrap
 msgid "B<col_minihelp>"
 msgstr "B<col_minihelp>"
 
 # type: TP
-#: ../tin.5:1306
+#: ../tin.5:1308
 #, no-wrap
 msgid "B<col_newsheaders>"
 msgstr "B<col_newsheaders>"
 
 # type: TP
-#: ../tin.5:1309
+#: ../tin.5:1311
 #, no-wrap
 msgid "B<col_normal>"
 msgstr "B<col_normal>"
 
 # type: TP
-#: ../tin.5:1312
+#: ../tin.5:1314
 #, no-wrap
 msgid "B<col_quote>"
 msgstr "B<col_quote>"
 
 # type: TP
-#: ../tin.5:1315
+#: ../tin.5:1317
 #, no-wrap
 msgid "B<col_quote2>"
 msgstr "B<col_quote2>"
 
 # type: TP
-#: ../tin.5:1318
+#: ../tin.5:1320
 #, no-wrap
 msgid "B<col_quote3>"
 msgstr "B<col_quote3>"
 
 # type: TP
-#: ../tin.5:1321
+#: ../tin.5:1323
 #, no-wrap
 msgid "B<col_response>"
 msgstr "B<col_response>"
 
 # type: Plain text
-#: ../tin.5:1325
+#: ../tin.5:1327
 msgid ""
 "Color of response counter. This is the text that says 'Response x of y' in "
 "the article viewer."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1325
+#: ../tin.5:1327
 #, no-wrap
 msgid "B<col_signature>"
 msgstr "B<col_signature>"
 
 # type: TP
-#: ../tin.5:1328
+#: ../tin.5:1330
 #, no-wrap
 msgid "B<col_urls>"
 msgstr "B<col_urls>"
 
 # type: TP
-#: ../tin.5:1331
+#: ../tin.5:1333
 #, no-wrap
 msgid "B<col_verbatim>"
 msgstr "B<col_verbatim>"
 
 # type: TP
-#: ../tin.5:1334
+#: ../tin.5:1336
 #, no-wrap
 msgid "B<col_subject>"
 msgstr "B<col_subject>"
 
 # type: TP
-#: ../tin.5:1337
+#: ../tin.5:1339
 #, no-wrap
 msgid "B<col_text>"
 msgstr "B<col_text>"
 
 # type: TP
-#: ../tin.5:1340
+#: ../tin.5:1342
 #, no-wrap
 msgid "B<col_title>"
 msgstr "B<col_title>"
 
 # type: TP
-#: ../tin.5:1343
+#: ../tin.5:1345
 #, no-wrap
 msgid "B<confirm_choice>"
 msgstr "B<confirm_choice>"
 
 # type: Plain text
-#: ../tin.5:1347
+#: ../tin.5:1349
 msgid ""
 "B<tin>(1)  can ask for manual confirmation to protect the user. Available "
 "choices:"
@@ -10616,7 +10711,7 @@ msgstr ""
 
 # type: Plain text
 #.  TODO: check if all affected commands are marked [after confirmation]
-#: ../tin.5:1353
+#: ../tin.5:1355
 msgid ""
 "B<commands:> Ask for confirmation before executing certain dangerous "
 "commands (e.g., B<Catchup> ('B<c>')). Commands that this affects are marked "
@@ -10624,26 +10719,26 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1358
+#: ../tin.5:1360
 msgid ""
 "B<quit:> You'll be asked to confirm that you wish to exit B<tin>(1)  when "
 "you use the B<Quit> ('B<q>') command."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1362
+#: ../tin.5:1364
 msgid ""
 "B<select:> Ask for confirmation before marking all not selected (with "
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1364
+#: ../tin.5:1366
 msgid "Default is commands & quit."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1375
+#: ../tin.5:1377
 msgid ""
 "Format string used for date representation. A description of the different "
 "format options can be found at B<strftime>(3).  B<tin>(1)  uses B<strftime>"
@@ -10652,82 +10747,82 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1375
+#: ../tin.5:1377
 #, no-wrap
 msgid "B<default_art_search>"
 msgstr "B<default_art_search>"
 
 # type: TP
-#: ../tin.5:1377
+#: ../tin.5:1379
 #, no-wrap
 msgid "B<default_author_search>"
 msgstr "B<default_author_search>"
 
 # type: TP
-#: ../tin.5:1379
+#: ../tin.5:1381
 #, no-wrap
 msgid "B<default_config_search>"
 msgstr "B<default_config_search>"
 
 # type: TP
-#: ../tin.5:1382
+#: ../tin.5:1384
 #, no-wrap
 msgid "B<default_filter_days>"
 msgstr "B<default_filter_days>"
 
 # type: TP
-#: ../tin.5:1385
+#: ../tin.5:1387
 #, no-wrap
 msgid "B<default_filter_kill_case>"
 msgstr "B<default_filter_kill_case>"
 
 # type: Plain text
-#: ../tin.5:1389
+#: ../tin.5:1391
 msgid ""
 "Default for quick (1 key) kill filter case. ON = filter case sensitive, OFF "
 "= ignore case. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1389
+#: ../tin.5:1391
 #, no-wrap
 msgid "B<default_filter_kill_expire>"
 msgstr "B<default_filter_kill_expire>"
 
 # type: Plain text
-#: ../tin.5:1393
+#: ../tin.5:1395
 msgid ""
 "Default for quick (1 key) kill filter expire. ON = limit to "
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1393
+#: ../tin.5:1395
 #, no-wrap
 msgid "B<default_filter_kill_global>"
 msgstr "B<default_filter_kill_global>"
 
 # type: Plain text
-#: ../tin.5:1397
+#: ../tin.5:1399
 msgid ""
 "Default for quick (1 key) kill filter global. ON=apply to all groups, "
 "OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1397
+#: ../tin.5:1399
 #, no-wrap
 msgid "B<default_filter_kill_header>"
 msgstr "B<default_filter_kill_header>"
 
 # type: ta
-#: ../tin.5:1402 ../tin.5:1430
+#: ../tin.5:1404 ../tin.5:1432
 #, no-wrap
 msgid "\\w'0,1   'u +\\w'\\'\\'Message-ID:\\'\\' & last \\'\\'References:\\'\\' entry only'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1411 ../tin.5:1439
+#: ../tin.5:1413 ../tin.5:1441
 #, no-wrap
 msgid ""
 "0\t''Subject:'' (case sensitive)\n"
@@ -10739,170 +10834,170 @@ msgid ""
 "6\t''Message-ID:'' entry only\n"
 "7\t''Lines:''\n"
 msgstr ""
-"0\t''Subject:'' (Gross/Kleinschreibung beachten)\n"
-"1\t''Subject:'' (Gross/Kleinschreibung ignorieren)\n"
-"2\t''From:'' (Gross/Kleinschreibung beachten)\n"
-"3\t''From:'' (Gross/Kleinschreibung ignorieren)\n"
+"0\t''Subject:'' (Groß/Kleinschreibung beachten)\n"
+"1\t''Subject:'' (Groß/Kleinschreibung ignorieren)\n"
+"2\t''From:'' (Groß/Kleinschreibung beachten)\n"
+"3\t''From:'' (Groß/Kleinschreibung ignorieren)\n"
 "4\t''Message-ID:'' & alle ''References:'' Einträge\n"
 "5\t''Message-ID:'' & letzter ''References:'' Eintrag\n"
 "6\t''Message-ID:'' allein\n"
 "7\t''Lines:''\n"
 
 # type: TP
-#: ../tin.5:1413
+#: ../tin.5:1415
 #, no-wrap
 msgid "B<default_filter_select_case>"
 msgstr "B<default_filter_select_case>"
 
 # type: TP
-#: ../tin.5:1417
+#: ../tin.5:1419
 #, no-wrap
 msgid "B<default_filter_select_expire>"
 msgstr "B<default_filter_select_expire>"
 
 # type: Plain text
-#: ../tin.5:1421
+#: ../tin.5:1423
 msgid ""
 "Default for quick (1 key) auto-selection filter expire. ON = limit to "
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1421
+#: ../tin.5:1423
 #, no-wrap
 msgid "B<default_filter_select_global>"
 msgstr "B<default_filter_select_global>"
 
 # type: Plain text
-#: ../tin.5:1425
+#: ../tin.5:1427
 msgid ""
 "Default for quick (1 key) auto-selection filter global. ON=apply to all "
 "groups, OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1425
+#: ../tin.5:1427
 #, no-wrap
 msgid "B<default_filter_select_header>"
 msgstr "B<default_filter_select_header>"
 
 # type: TP
-#: ../tin.5:1441
+#: ../tin.5:1443
 #, no-wrap
 msgid "B<default_goto_group>"
 msgstr "B<default_goto_group>"
 
 # type: TP
-#: ../tin.5:1443
+#: ../tin.5:1445
 #, no-wrap
 msgid "B<default_group_search>"
 msgstr "B<default_group_search>"
 
 # type: TP
-#: ../tin.5:1445
+#: ../tin.5:1447
 #, no-wrap
 msgid "B<default_mail_address>"
 msgstr "B<default_mail_address>"
 
 # type: TP
-#: ../tin.5:1447
+#: ../tin.5:1449
 #, no-wrap
 msgid "B<default_move_group>"
 msgstr "B<default_move_group>"
 
 # type: TP
-#: ../tin.5:1449
+#: ../tin.5:1451
 #, no-wrap
 msgid "B<default_pattern>"
 msgstr "B<default_pattern>"
 
 # type: TP
-#: ../tin.5:1451
+#: ../tin.5:1453
 #, no-wrap
 msgid "B<default_pipe_command>"
 msgstr "B<default_pipe_command>"
 
 # type: TP
-#: ../tin.5:1453
+#: ../tin.5:1455
 #, no-wrap
 msgid "B<default_post_newsgroups>"
 msgstr "B<default_post_newsgroups>"
 
 # type: TP
-#: ../tin.5:1455
+#: ../tin.5:1457
 #, no-wrap
 msgid "B<default_post_subject>"
 msgstr "B<default_post_subject>"
 
 # type: TP
-#: ../tin.5:1457
+#: ../tin.5:1459
 #, no-wrap
 msgid "B<default_range_group>"
 msgstr "B<default_range_group>"
 
 # type: TP
-#: ../tin.5:1459
+#: ../tin.5:1461
 #, no-wrap
 msgid "B<default_range_select>"
 msgstr "B<default_range_select>"
 
 # type: TP
-#: ../tin.5:1461
+#: ../tin.5:1463
 #, no-wrap
 msgid "B<default_range_thread>"
 msgstr "B<default_range_thread>"
 
 # type: TP
-#: ../tin.5:1463
+#: ../tin.5:1465
 #, no-wrap
 msgid "B<default_repost_group>"
 msgstr "B<default_repost_group>"
 
 # type: TP
-#: ../tin.5:1465
+#: ../tin.5:1467
 #, no-wrap
 msgid "B<default_save_file>"
 msgstr "B<default_save_file>"
 
 # type: TP
-#: ../tin.5:1467
+#: ../tin.5:1469
 #, no-wrap
 msgid "B<default_save_mode>"
 msgstr "B<default_save_mode>"
 
 # type: TP
-#: ../tin.5:1469
+#: ../tin.5:1471
 #, no-wrap
 msgid "B<default_select_pattern>"
 msgstr "B<default_select_pattern>"
 
 # type: TP
-#: ../tin.5:1471
+#: ../tin.5:1473
 #, no-wrap
 msgid "B<default_shell_command>"
 msgstr "B<default_shell_command>"
 
 # type: TP
-#: ../tin.5:1473
+#: ../tin.5:1475
 #, no-wrap
 msgid "B<default_subject_search>"
 msgstr "B<default_subject_search>"
 
 # type: TP
-#: ../tin.5:1475
+#: ../tin.5:1477
 #, no-wrap
 msgid "B<draw_arrow>"
 msgstr "B<draw_arrow>"
 
 # type: Plain text
-#: ../tin.5:1479
+#: ../tin.5:1481
 msgid ""
 "Allows groups/articles to be selected by an arrow '-E<gt>' if set ON or by "
 "an highlighted bar if set OFF."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1484
+#: ../tin.5:1486
 msgid ""
 "The format string used to create the editor start command with parameters.  "
 "Default is '%E +%N %F' with %E=Editor, %N=Linenumber and %F=Filename (e.g., /"
@@ -10910,19 +11005,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1484
+#: ../tin.5:1486
 #, no-wrap
 msgid "B<force_screen_redraw>"
 msgstr "B<force_screen_redraw>"
 
 # type: TP
-#: ../tin.5:1488
+#: ../tin.5:1490
 #, no-wrap
 msgid "B<getart_limit>"
 msgstr "B<getart_limit>"
 
 # type: Plain text
-#: ../tin.5:1495
+#: ../tin.5:1497
 msgid ""
 "If B<getart_limit> is E<gt> 0 not more than B<getart_limit> articles/group "
 "are fetched from the server. If B<getart_limit> is E<lt> 0 B<tin>(1)  will "
@@ -10931,25 +11026,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1495
+#: ../tin.5:1497
 #, no-wrap
 msgid "B<goto_next_unread>"
 msgstr "B<goto_next_unread>"
 
 # type: TP
-#: ../tin.5:1506
+#: ../tin.5:1508
 #, no-wrap
 msgid "B<groupname_max_length>"
 msgstr "B<groupname_max_length>"
 
 # type: TP
-#: ../tin.5:1510
+#: ../tin.5:1512
 #, no-wrap
 msgid "B<hide_uue>"
 msgstr "B<hide_uue>"
 
 # type: Plain text
-#: ../tin.5:1520
+#: ../tin.5:1522
 msgid ""
 "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then "
 "sections of uuencoded data will be shown with a single tag line showing the "
@@ -10961,13 +11056,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1520
+#: ../tin.5:1522
 #, no-wrap
 msgid "B<inews_prog>"
 msgstr "B<inews_prog>"
 
 # type: Plain text
-#: ../tin.5:1527
+#: ../tin.5:1529
 msgid ""
 "Path, name and options of external B<inews>(1).  If you are reading via NNTP "
 "the default value is \"--internal\" (use built-in NNTP inews), else it is "
@@ -10976,13 +11071,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1527
+#: ../tin.5:1529
 #, no-wrap
 msgid "B<info_in_last_line>"
 msgstr "B<info_in_last_line>"
 
 # type: Plain text
-#: ../tin.5:1533
+#: ../tin.5:1535
 msgid ""
 "If ON, show current group description or article subject in the last line "
 "(not in the pager and global menu) - B<ToggleInfoLastLine> ('B<i>' toggles "
@@ -10991,13 +11086,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1533
+#: ../tin.5:1535
 #, no-wrap
 msgid "B<interactive_mailer>"
 msgstr "B<interactive_mailer>"
 
 # type: Plain text
-#: ../tin.5:1539
+#: ../tin.5:1541
 msgid ""
 "If greater than 0 your mailreader will be invoked earlier for reply so you "
 "can use more of its features (e.g. MIME, pgp, ...). 1 means include headers, "
@@ -11006,32 +11101,32 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1539
+#: ../tin.5:1541
 #, no-wrap
 msgid "B<inverse_okay>"
 msgstr "B<inverse_okay>"
 
 # type: TP
-#: ../tin.5:1543
+#: ../tin.5:1545
 #, no-wrap
 msgid "B<keep_dead_articles>"
 msgstr "B<keep_dead_articles>"
 
 # type: TP
-#: ../tin.5:1548
+#: ../tin.5:1550
 #, no-wrap
 msgid "B<kill_level>"
 msgstr "B<kill_level>"
 
 # type: Plain text
-#: ../tin.5:1552
+#: ../tin.5:1554
 msgid ""
 "This option controls the processing and display of articles that are killed. "
 "There are 3 options, default is 0 (B<Kill only unread arts>)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1560
+#: ../tin.5:1562
 msgid ""
 "B<Kill only unread arts> is the 'traditional' behavior of B<tin>(1).  Only "
 "unread articles are killed once only by marking them read. As filtering only "
@@ -11041,25 +11136,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1576
+#: ../tin.5:1578
 #, no-wrap
 msgid "B<mail_address>"
 msgstr "B<mail_address>"
 
 # type: TP
-#: ../tin.5:1586
+#: ../tin.5:1588
 #, no-wrap
 msgid "B<mail_quote_format>"
 msgstr "B<mail_quote_format>"
 
 # type: TP
-#: ../tin.5:1591
+#: ../tin.5:1593
 #, no-wrap
 msgid "B<mailbox_format>"
 msgstr "B<mailbox_format>"
 
 # type: Plain text
-#: ../tin.5:1599
+#: ../tin.5:1601
 msgid ""
 "Select one of the following mailbox-formats: MBOXO (default, except on SCO), "
 "MBOXRD or MMDF (default on SCO). See B<mbox>(5)  for more details on MBOXO "
@@ -11067,7 +11162,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1608
+#: ../tin.5:1610
 msgid ""
 "The directory where articles/threads are to be saved in B<mbox>(5)  format. "
 "This feature is mainly for use with the B<elm>(1)  mail program. It allows "
@@ -11076,31 +11171,49 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1608
+#: ../tin.5:1610
 #, no-wrap
 msgid "B<mailer_format>"
 msgstr "B<mailer_format>"
 
 # type: Plain text
-#: ../tin.5:1617
+#: ../tin.5:1616
 msgid ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %"
 "F' (e.g., /bin/mail \"iain\" E<lt> .article). The flexible format allows "
-"other mailers with different command line parameters to be used such as 'elm "
-"-s \"%S\" \"%T\" E<lt> \"%F\"' (e.g., elm -s \"subject\" \"iain\" E<lt> ."
-"article) or 'sendmail -oem -t E<lt> %F' (e.g. sendmail -oem -t E<lt> ."
-"article). The following substitutions are supported:"
+"other mailers with different command line parameters to be used such as"
+msgstr ""
+
+# type: Plain text
+#: ../tin.5:1621
+#, no-wrap
+msgid ""
+"sendmail -oem -t E<lt> %F\n"
+"elm -s \"%S\" \"%T\" E<lt> \"%F\"\n"
+"claws-mail --compose \"mailto:%T?subject=%S&insert=%F\"\n"
+msgstr ""
+"sendmail -oem -t E<lt> %F\n"
+"elm -s \"%S\" \"%T\" E<lt> \"%F\"\n"
+"claws-mail --compose \"mailto:%T?subject=%S&insert=%F\"\n"
+
+# type: Plain text
+#: ../tin.5:1625
+msgid ""
+"B<interactive_mailer> must be set adequate. The following substitutions are "
+"supported:"
 msgstr ""
+"B<interactive_mailer> muss passend dazu gesetzt sein. Folgende Ersetzungen "
+"werden unterstützt:"
 
 # type: ta
-#: ../tin.5:1619
+#: ../tin.5:1627
 #, no-wrap
 msgid "\\w'%S'u +\\w'subject-field'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1626
+#: ../tin.5:1634
 #, no-wrap
 msgid ""
 "%F\tfilename\n"
@@ -11110,15 +11223,21 @@ msgid ""
 "%U\tusername\n"
 "%%\t%\n"
 msgstr ""
+"%F\tDateiname\n"
+"%M\tdefault_mailer\n"
+"%S\tSubject-Feld\n"
+"%T\tTo-Feld\n"
+"%U\tUsername\n"
+"%%\t%\n"
 
 # type: TP
-#: ../tin.5:1639
+#: ../tin.5:1647
 #, no-wrap
 msgid "B<metamail_prog>"
 msgstr "B<metamail_prog>"
 
 # type: Plain text
-#: ../tin.5:1651
+#: ../tin.5:1659
 msgid ""
 "Path, name and options of external B<metamail>(1)  program used to view non-"
 "textual parts of articles.  To use the built-in viewer, set to --internal. "
@@ -11129,13 +11248,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1651 ../tin.5:2287
+#: ../tin.5:1659 ../tin.5:2299
 #, no-wrap
 msgid "B<mm_charset>"
 msgstr "B<mm_charset>"
 
 # type: Plain text
-#: ../tin.5:1664
+#: ../tin.5:1672
 msgid ""
 "Charset supported locally, which is also used for MIME header (charset "
 "parameter and charset name in header encoding) in mail and news postings. If "
@@ -11149,7 +11268,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1675
+#: ../tin.5:1683
 msgid ""
 "Charset used for posting and MIME headers; replaces B<mm_charset>.  "
 "Conversion between B<mm_network_charset> and local charset (determined via "
@@ -11160,13 +11279,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1684
+#: ../tin.5:1692
 #, no-wrap
 msgid "B<mono_markdash>"
 msgstr "B<mono_markdash>"
 
 # type: Plain text
-#: ../tin.5:1689
+#: ../tin.5:1697
 msgid ""
 "Character attribute of words emphasized like _this_. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -11174,13 +11293,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1689
+#: ../tin.5:1697
 #, no-wrap
 msgid "B<mono_markslash>"
 msgstr "B<mono_markslash>"
 
 # type: Plain text
-#: ../tin.5:1694
+#: ../tin.5:1702
 msgid ""
 "Character attribute of words emphasized like /this/. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -11188,13 +11307,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1694
+#: ../tin.5:1702
 #, no-wrap
 msgid "B<mono_markstar>"
 msgstr "B<mono_markstar>"
 
 # type: Plain text
-#: ../tin.5:1699
+#: ../tin.5:1707
 msgid ""
 "Character attribute of words emphasized like *this*. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -11202,13 +11321,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1699
+#: ../tin.5:1707
 #, no-wrap
 msgid "B<mono_markstroke>"
 msgstr "B<mono_markstroke>"
 
 # type: Plain text
-#: ../tin.5:1704
+#: ../tin.5:1712
 msgid ""
 "Character attribute of words emphasized like -this-. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -11216,20 +11335,20 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1704
+#: ../tin.5:1712
 #, no-wrap
 msgid "B<newnews>"
 msgstr "B<newnews>"
 
 # type: Plain text
-#: ../tin.5:1710
+#: ../tin.5:1718
 msgid ""
 "These are internal timers used by B<tin>(1)  to keep track of new "
 "newsgroups. Do not change them unless you understand what they are for."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1717
+#: ../tin.5:1725
 msgid ""
 "Which news headers you wish to see. If you want to see _all_ the headers, "
 "place an '*' as this value. This is the only way a wildcard can be used. If "
@@ -11239,7 +11358,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1726
+#: ../tin.5:1734
 msgid ""
 "Same as B<news_headers_to_display> except it denotes the opposite. An "
 "example of using both options might be if you thought 'X-' headers were A "
@@ -11250,34 +11369,34 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1731
+#: ../tin.5:1739
 #, no-wrap
 msgid "B<normalization_form>"
 msgstr "B<normalization_form>"
 
 # type: Plain text
-#: ../tin.5:1735
+#: ../tin.5:1743
 msgid ""
 "The normalization form which should be used to normalize unicode input.  The "
 "possible values are:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1751
+#: ../tin.5:1759
 msgid ""
 "Some normalization modes are only available if they are supported by the "
 "library B<tin>(1)  uses to do the normalization. Default is NFKC."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1755
+#: ../tin.5:1763
 msgid ""
 "If ON put cursor at first unread article in group otherwise at last "
 "article.  Default is ON."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1771
+#: ../tin.5:1779
 msgid ""
 "MIME encoding of the body in news message, if necessary. (8bit, base64, "
 "quoted-printable, 7bit). Default is 8bit, which leads to no encoding.  "
@@ -11285,7 +11404,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1778
+#: ../tin.5:1786
 msgid ""
 "If ON, then B<tin>(1)  will start an appropriate viewer program to display "
 "any files that were post processed and uudecoded. The program is determined "
@@ -11293,7 +11412,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1784
+#: ../tin.5:1792
 msgid ""
 "This specifies whether to perform post processing on saved articles.  "
 "Because the shell archive may contain commands you may not want to be "
@@ -11302,7 +11421,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1792
+#: ../tin.5:1800
 msgid ""
 "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only. Because "
 "the shell archive may contain commands you may not want to be executed, be "
@@ -11310,19 +11429,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1795
+#: ../tin.5:1803
 #, no-wrap
 msgid "B<posted_articles_file>"
 msgstr "B<posted_articles_file>"
 
 # type: TP
-#: ../tin.5:1805
+#: ../tin.5:1813
 #, no-wrap
 msgid "B<printer>"
 msgstr "B<printer>"
 
 # type: Plain text
-#: ../tin.5:1815
+#: ../tin.5:1823
 msgid ""
 "The printer program with options that is to be used to print articles. The "
 "default is B<lpr>(1)  for BSD machines and B<lp>(1)  for SysV machines. "
@@ -11330,20 +11449,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1823
+#: ../tin.5:1831
 msgid ""
 "If ON show empty ''Followup-To:'' header when editing an article.  Default "
 "is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1829
+#: ../tin.5:1837
 #, no-wrap
 msgid "B<quote_style>"
 msgstr "B<quote_style>"
 
 # type: Plain text
-#: ../tin.5:1835
+#: ../tin.5:1843
 msgid ""
 "This bit coded integer value controls how articles are to be quoted when "
 "following up or replying to them. Any of the following options can be "
@@ -11352,7 +11471,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1840
+#: ../tin.5:1848
 msgid ""
 "B<Compress quotes> Compress quote characters together when quoting multiple "
 "times (for example, 'E<gt> E<gt> E<gt>' will be turned into "
@@ -11360,27 +11479,27 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1846
+#: ../tin.5:1854
 msgid ""
 "B<Quote Signatures> This option is off by default. Signatures are always "
 "quoted regardless of this option when you are viewing an article in raw mode "
-"B<PageToggleHeaders> ('B<^H>') and followup or reply to it. Signatures are "
-"never quoted regardless of this option when B<show_signatures> is off."
+"B<PageToggleRaw> ('B<^H>') and followup or reply to it. Signatures are never "
+"quoted regardless of this option when B<show_signatures> is off."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1848
+#: ../tin.5:1856
 msgid "B<Quote empty lines> This option is on by default."
 msgstr "B<Leerzeilen zitieren> Diese Option ist standardmäßig aktiviert."
 
 # type: TP
-#: ../tin.5:1849
+#: ../tin.5:1857
 #, no-wrap
 msgid "B<quote_regex>"
 msgstr "B<quote_regex>"
 
 # type: Plain text
-#: ../tin.5:1856
+#: ../tin.5:1864
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote>. If B<quote_regex> is blank, then "
@@ -11388,13 +11507,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1856
+#: ../tin.5:1864
 #, no-wrap
 msgid "B<quote_regex2>"
 msgstr "B<quote_regex2>"
 
 # type: Plain text
-#: ../tin.5:1863
+#: ../tin.5:1871
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote2>. If B<quote_regex2> is blank, then "
@@ -11402,13 +11521,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1863
+#: ../tin.5:1871
 #, no-wrap
 msgid "B<quote_regex3>"
 msgstr "B<quote_regex3>"
 
 # type: Plain text
-#: ../tin.5:1870
+#: ../tin.5:1878
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote3>. If B<quote_regex3> is blank, then "
@@ -11416,55 +11535,55 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1870
+#: ../tin.5:1878
 #, no-wrap
 msgid "B<recent_time>"
 msgstr "B<recent_time>"
 
 # type: TP
-#: ../tin.5:1874
+#: ../tin.5:1882
 #, no-wrap
 msgid "B<render_bidi>"
 msgstr "B<render_bidi>"
 
 # type: TP
-#: ../tin.5:1878
+#: ../tin.5:1886
 #, no-wrap
 msgid "B<reread_active_file_secs>"
 msgstr "B<reread_active_file_secs>"
 
 # type: TP
-#: ../tin.5:1887
+#: ../tin.5:1895
 #, no-wrap
 msgid "B<score_limit_kill>"
 msgstr "B<score_limit_kill>"
 
 # type: TP
-#: ../tin.5:1891
+#: ../tin.5:1899
 #, no-wrap
 msgid "B<score_limit_select>"
 msgstr "B<score_limit_select>"
 
 # type: TP
-#: ../tin.5:1895
+#: ../tin.5:1903
 #, no-wrap
 msgid "B<score_kill>"
 msgstr "B<score_kill>"
 
 # type: TP
-#: ../tin.5:1899
+#: ../tin.5:1907
 #, no-wrap
 msgid "B<score_select>"
 msgstr "B<score_select>"
 
 # type: TP
-#: ../tin.5:1903
+#: ../tin.5:1911
 #, no-wrap
 msgid "B<scroll_lines>"
 msgstr "B<scroll_lines>"
 
 # type: Plain text
-#: ../tin.5:1911
+#: ../tin.5:1919
 msgid ""
 "The number of lines that will be scrolled up/down in the article pager when "
 "using cursor-up/down. The default is 1 (line-by-line). Set to 0 to get "
@@ -11475,13 +11594,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1928
+#: ../tin.5:1936
 #, no-wrap
 msgid "B<show_description>"
 msgstr "B<show_description>"
 
 # type: Plain text
-#: ../tin.5:1937
+#: ../tin.5:1945
 msgid ""
 "If ON show a short group description text after newsgroup name at the group "
 "selection level. The ''B<-d>'' command-line flag will override the setting "
@@ -11492,7 +11611,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1948
+#: ../tin.5:1956
 msgid ""
 "B<Lines>, in article listing the line count of an article will be displayed "
 "and in thread listing the line count of first (unread)  article will be "
@@ -11500,25 +11619,25 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1959
+#: ../tin.5:1967
 msgid ""
 "If ON show only new/unread articles otherwise show all articles. Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1959
+#: ../tin.5:1967
 #, no-wrap
 msgid "B<show_only_unread_groups>"
 msgstr "B<show_only_unread_groups>"
 
 # type: Plain text
-#: ../tin.5:1966
+#: ../tin.5:1974
 msgid "If OFF don't show signatures when displaying articles. Default is ON."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1980
+#: ../tin.5:1988
 msgid ""
 "The path that specifies the signature file to use when posting, following up "
 "to or replying to an article. If the path is a directory then the signature "
@@ -11530,13 +11649,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1983
+#: ../tin.5:1991
 #, no-wrap
 msgid "B<slashes_regex>"
 msgstr "B<slashes_regex>"
 
 # type: Plain text
-#: ../tin.5:1990
+#: ../tin.5:1998
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markslash> or B<mono_markslash>. If "
@@ -11544,13 +11663,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2036
+#: ../tin.5:2044
 #, no-wrap
 msgid "B<spamtrap_warning_addresses>"
 msgstr "B<spamtrap_warning_addresses>"
 
 # type: Plain text
-#: ../tin.5:2041
+#: ../tin.5:2049
 msgid ""
 "Set this option to a list of comma-separated strings to be warned if you are "
 "replying to an article by mail where the e-mail address contains one of "
@@ -11558,13 +11677,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2041
+#: ../tin.5:2049
 #, no-wrap
 msgid "B<stars_regex>"
 msgstr "B<stars_regex>"
 
 # type: Plain text
-#: ../tin.5:2048
+#: ../tin.5:2056
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstar> or B<mono_markstar>. If "
@@ -11572,31 +11691,31 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2053
+#: ../tin.5:2061
 #, no-wrap
 msgid "B<strip_blanks>"
 msgstr "B<strip_blanks>"
 
 # type: TP
-#: ../tin.5:2057
+#: ../tin.5:2065
 #, no-wrap
 msgid "B<strip_bogus>"
 msgstr "B<strip_bogus>"
 
 # type: TP
-#: ../tin.5:2065
+#: ../tin.5:2073
 #, no-wrap
 msgid "B<strip_newsrc>"
 msgstr "B<strip_newsrc>"
 
 # type: TP
-#: ../tin.5:2069
+#: ../tin.5:2077
 #, no-wrap
 msgid "B<strokes_regex>"
 msgstr "B<strokes_regex>"
 
 # type: Plain text
-#: ../tin.5:2076
+#: ../tin.5:2084
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstroke> or B<mono_markstroke>.  If "
@@ -11604,7 +11723,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2081
+#: ../tin.5:2089
 msgid ""
 "Decode German style TeX umlaut codes to ISO If ON, show \"a as Umlaut-a, "
 "etc. Default is OFF. This behavior can also be toggled in the article viewer "
@@ -11612,7 +11731,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2091
+#: ../tin.5:2099
 msgid ""
 "Defines which threading method to use. The choices are: 0) Don't thread, 1) "
 "Thread on Subject only 2) Thread on References only, 3) Thread on References "
@@ -11624,7 +11743,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2096
+#: ../tin.5:2104
 msgid ""
 "Defines how close the subjects must match while threading by Percentage "
 "Match for threads to be considered part of a single thread. This value is in "
@@ -11632,25 +11751,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2100
+#: ../tin.5:2108
 #, no-wrap
 msgid "B<thread_score>"
 msgstr "B<thread_score>"
 
 # type: TP
-#: ../tin.5:2112
+#: ../tin.5:2120
 #, no-wrap
 msgid "B<translit>"
 msgstr "B<translit>"
 
 # type: TP
-#: ../tin.5:2143
+#: ../tin.5:2151
 #, no-wrap
 msgid "B<underscores_regex>"
 msgstr "B<underscores_regex>"
 
 # type: Plain text
-#: ../tin.5:2150
+#: ../tin.5:2158
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markdash> or B<mono_markdash>. If "
@@ -11658,26 +11777,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2150
+#: ../tin.5:2158
 #, no-wrap
 msgid "B<unlink_article>"
 msgstr "B<unlink_article>"
 
 # type: Plain text
-#: ../tin.5:2154
+#: ../tin.5:2162
 msgid ""
 "If ON remove I<${TIN_HOMEDIR:-\"$HOME\"}/.article> after posting. Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2154
+#: ../tin.5:2162
 #, no-wrap
 msgid "B<url_handler>"
 msgstr "B<url_handler>"
 
 # type: Plain text
-#: ../tin.5:2159
+#: ../tin.5:2167
 msgid ""
 "The program that will be run when launching URLs in the article viewer using "
 "B<PageViewUrl> ('B<U>'). The actual URL will be appended to this. Default is "
@@ -11685,47 +11804,47 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2159
+#: ../tin.5:2167
 #, no-wrap
 msgid "B<url_highlight>"
 msgstr "B<url_highlight>"
 
 # type: TP
-#: ../tin.5:2162
+#: ../tin.5:2170
 #, no-wrap
 msgid "B<use_color>"
 msgstr "B<use_color>"
 
 # type: Plain text
-#: ../tin.5:2167
+#: ../tin.5:2175
 msgid "If enabled B<tin>(1)  uses ANSI-colors. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2167
+#: ../tin.5:2175
 #, no-wrap
 msgid "B<use_keypad>"
 msgstr "B<use_keypad>"
 
 # type: Plain text
-#: ../tin.5:2170
+#: ../tin.5:2178
 msgid "Use scroll keys on keypad. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2170
+#: ../tin.5:2178
 #, no-wrap
 msgid "B<use_mouse>"
 msgstr "B<use_mouse>"
 
 # type: TP
-#: ../tin.5:2176
+#: ../tin.5:2184
 #, no-wrap
 msgid "B<use_slrnface>"
 msgstr "B<use_slrnface>"
 
 # type: Plain text
-#: ../tin.5:2188
+#: ../tin.5:2196
 msgid ""
 "If enabled B<slrnface>(1)  will be used to interpret the ''X-Face:'' header. "
 "For this option to have any effect, B<tin>(1)  must be running in an B<xterm>"
@@ -11733,44 +11852,50 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2188
+#: ../tin.5:2196
+#, no-wrap
+msgid "B<utf8_graphics>"
+msgstr "B<utf8_graphics>"
+
+# type: TP
+#: ../tin.5:2200
 #, no-wrap
 msgid "B<verbatim_begin_regex>"
 msgstr "B<verbatim_begin_regex>"
 
 # type: Plain text
-#: ../tin.5:2192
+#: ../tin.5:2204
 msgid ""
 "A regular expression that tin will use to find the begin of a verbatim "
 "block.  Default is #v+"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2192
+#: ../tin.5:2204
 #, no-wrap
 msgid "B<verbatim_end_regex>"
 msgstr "B<verbatim_end_regex>"
 
 # type: Plain text
-#: ../tin.5:2196
+#: ../tin.5:2208
 msgid ""
 "A regular expression that tin will use to find the end of a verbatim block.  "
 "Default is #v-"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2200
+#: ../tin.5:2212
 msgid "If ON verbatim blocks will be detected.  Default is ON"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2200
+#: ../tin.5:2212
 #, no-wrap
 msgid "B<wildcard>"
 msgstr "B<wildcard>"
 
 # type: Plain text
-#: ../tin.5:2212
+#: ../tin.5:2224
 msgid ""
 "Allows you to select how B<tin>(1)  matches strings. The default is 0 and "
 "uses the wildmat notation, which is how this has traditionally been handled. "
@@ -11781,19 +11906,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2212
+#: ../tin.5:2224
 #, no-wrap
 msgid "B<word_h_display_marks>"
 msgstr "B<word_h_display_marks>"
 
 # type: TP
-#: ../tin.5:2224
+#: ../tin.5:2236
 #, no-wrap
 msgid "B<word_highlight>"
 msgstr "B<word_highlight>"
 
 # type: Plain text
-#: ../tin.5:2232
+#: ../tin.5:2244
 msgid ""
 "Enable word highlighting. See B<word_h_display_marks> for the options "
 "available. If B<use_color> is enabled the colors specified in "
@@ -11804,19 +11929,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2232
+#: ../tin.5:2244
 #, no-wrap
 msgid "B<wrap_column>"
 msgstr "B<wrap_column>"
 
 # type: TP
-#: ../tin.5:2248
+#: ../tin.5:2260
 #, no-wrap
 msgid "B<xpost_quote_format>"
 msgstr "B<xpost_quote_format>"
 
 # type: Plain text
-#: ../tin.5:2264
+#: ../tin.5:2276
 msgid ""
 "Yet another global configuration file with \"I<variable>=I<value>\" pairs. "
 "This one is for the more general options which usually can't be controlled "
@@ -11826,31 +11951,31 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2264
+#: ../tin.5:2276
 #, no-wrap
 msgid "B<domainname>"
 msgstr "B<domainname>"
 
 # type: Plain text
-#: ../tin.5:2267
+#: ../tin.5:2279
 msgid "Sets a global domain name used in From lines"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2271
+#: ../tin.5:2283
 msgid ""
 "Defines the name of your organization. $B<ORGANIZATION> overrides any "
 "specified value."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2271
+#: ../tin.5:2283
 #, no-wrap
 msgid "B<newslibdir>"
 msgstr "B<newslibdir>"
 
 # type: Plain text
-#: ../tin.5:2276
+#: ../tin.5:2288
 msgid ""
 "Defines the default place for some configuration files, common values are I</"
 "usr/lib/news>, I</var/lib/news>, I</usr/local/lib/news> or I</news/db>. "
@@ -11858,13 +11983,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2276
+#: ../tin.5:2288
 #, no-wrap
 msgid "B<bugaddress>"
 msgstr "B<bugaddress>"
 
 # type: Plain text
-#: ../tin.5:2282
+#: ../tin.5:2294
 msgid ""
 "Defines the email address to which users can send bug reports using a built-"
 "in function. The default points to a developers mailing list located at tin."
@@ -11873,70 +11998,70 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2282
+#: ../tin.5:2294
 #, no-wrap
 msgid "B<inewsdir>"
 msgstr "B<inewsdir>"
 
 # type: Plain text
-#: ../tin.5:2287
+#: ../tin.5:2299
 msgid "Defines the directory containing of the B<inews>(1)  executable"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2291
+#: ../tin.5:2303
 msgid ""
 "Default charset to be used in MIME's ''Content-Type:'' header. "
 "$B<MM_CHARSET> overrides any specified value."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2294
+#: ../tin.5:2306
 msgid ""
 "Default encoding scheme use in MIME articles. 8bit might be the best value."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2298
+#: ../tin.5:2310
 msgid ""
 "Default encoding scheme use in MIME letters. quoted-printable is a good "
 "choice here."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2298
+#: ../tin.5:2310
 #, no-wrap
 msgid "B<disable_gnksa_domain_check>"
 msgstr "B<disable_gnksa_domain_check>"
 
 # type: Plain text
-#: ../tin.5:2301
+#: ../tin.5:2313
 msgid "Allow unregistered top level domains"
 msgstr "Unregistrierte Top-Level-Domains zulassen"
 
 # type: TP
-#: ../tin.5:2301
+#: ../tin.5:2313
 #, no-wrap
 msgid "B<disable_sender>"
 msgstr "B<disable_sender>"
 
 # type: Plain text
-#: ../tin.5:2305
+#: ../tin.5:2317
 msgid ""
-"Don't generate a ''Sender:'' header. This has no effect if B<inews_prog> is "
-"not set to --internal."
+"Don't generate a ''Sender:'' header. This has an effect only if "
+"B<inews_prog> is set to --internal."
 msgstr ""
 "Keinen ''Sender:'' Header erzeugen. Falls B<inews_prog> nicht auf --internal "
 "steht wird die Einstellung ignoriert."
 
 # type: TP
-#: ../tin.5:2305
+#: ../tin.5:2317
 #, no-wrap
 msgid "B<spooldir>"
 msgstr "B<spooldir>"
 
 # type: Plain text
-#: ../tin.5:2310
+#: ../tin.5:2322
 msgid ""
 "Base of your newsspool (Bnews, Cnews and INN traditional spool style), "
 "common values are I</var/spool/news>, I</usr/spool/news>, I</news/spool>.  "
@@ -11944,13 +12069,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2310
+#: ../tin.5:2322
 #, no-wrap
 msgid "B<overviewdir>"
 msgstr "B<overviewdir>"
 
 # type: Plain text
-#: ../tin.5:2318
+#: ../tin.5:2330
 msgid ""
 "Base of your NOV database B<newsoverview>(5)  (tradspool style; might be the "
 "same dir as I<spooldir>), common values are I</var/spool/overview>, I</usr/"
@@ -11959,27 +12084,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2318
+#: ../tin.5:2330
 #, no-wrap
 msgid "B<overviewfile>"
 msgstr "B<overviewfile>"
 
 # type: Plain text
-#: ../tin.5:2322
+#: ../tin.5:2334
 msgid ""
 "Name of a single overview file, common values are I<.overview>, I<over.view>."
 msgstr ""
-"Names einer Overview-Datei, übliche Namen sind I<.overview> oder I<over."
-"view>."
+"Name einer Overview-Datei, übliche Namen sind I<.overview> oder I<over.view>."
 
 # type: TP
-#: ../tin.5:2322
+#: ../tin.5:2334
 #, no-wrap
 msgid "B<overviewfmtfile>"
 msgstr "B<overviewfmtfile>"
 
 # type: Plain text
-#: ../tin.5:2327
+#: ../tin.5:2339
 msgid ""
 "Full pathname of your newssystem's overview.fmt file; usually the overview."
 "fmt file is in I<newslibdir>, so you only have to change this setting if "
@@ -11987,13 +12111,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2327
+#: ../tin.5:2339
 #, no-wrap
 msgid "B<activefile>"
 msgstr "B<activefile>"
 
 # type: Plain text
-#: ../tin.5:2333
+#: ../tin.5:2345
 msgid ""
 "Full pathname of your newssystem's active file; usually the active file "
 "resides in I<newslibdir> and is named I<active>, so you only have to change "
@@ -12002,13 +12126,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2333
+#: ../tin.5:2345
 #, no-wrap
 msgid "B<activetimesfile>"
 msgstr "B<activetimesfile>"
 
 # type: Plain text
-#: ../tin.5:2338
+#: ../tin.5:2350
 msgid ""
 "Full pathname of your newssystem's active.times file; usually the active."
 "times file is I<newslibdir>, so you only have to change this setting if your "
@@ -12016,13 +12140,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2338
+#: ../tin.5:2350
 #, no-wrap
 msgid "B<newsgroupsfile>"
 msgstr "B<newsgroupsfile>"
 
 # type: Plain text
-#: ../tin.5:2343
+#: ../tin.5:2355
 msgid ""
 "Full pathname of your newssystem's newsgroups file; usually the newsgroups "
 "file is in I<newslibdir>, so you only have to change this setting if your "
@@ -12030,13 +12154,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2343
+#: ../tin.5:2355
 #, no-wrap
 msgid "B<subscriptionsfile>"
 msgstr "B<subscriptionsfile>"
 
 # type: Plain text
-#: ../tin.5:2348
+#: ../tin.5:2360
 msgid ""
 "Full pathname of your newssystem's subscriptions file; usually the "
 "subscriptions file is in I<newslibdir>, so you only have to change this "
@@ -12044,12 +12168,12 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2352
+#: ../tin.5:2364
 msgid "I</usr/local/share/locale/$LC_MESSAGES/LC_MESSAGES/tin.mo>"
 msgstr "I</usr/local/share/locale/$LC_MESSAGES/LC_MESSAGES/tin.mo>"
 
 # type: Plain text
-#: ../tin.5:2356
+#: ../tin.5:2368
 msgid ""
 "translation into language specified in $B<LC_ALL>, $B<LC_MESSAGES> or "
 "$B<LANG>"
@@ -12058,7 +12182,7 @@ msgstr ""
 "Sprache"
 
 # type: Plain text
-#: ../tin.5:2370
+#: ../tin.5:2382
 msgid ""
 "This file lists the newsgroups that the local site receives. Each newsgroup "
 "should be listed only once. Each line specifies one group; within each "
@@ -12068,7 +12192,7 @@ msgstr ""
 
 # type: Plain text
 #.  TODO: IIRC tin issues just a warning in that case?
-#: ../tin.5:2375
+#: ../tin.5:2387
 msgid ""
 "If an article is posted to newsgroups not mentioned in this file, those "
 "newsgroups are ignored.  If no valid newsgroups are specified, the article "
@@ -12076,37 +12200,37 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2378
+#: ../tin.5:2390
 msgid ""
 "Each line consists of four space-separated fields \"I<name> I<highmark> "
 "I<lowmark> I<flags>\"."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2378 ../tin.5:2431
+#: ../tin.5:2390 ../tin.5:2443
 #, no-wrap
 msgid "B<name>"
 msgstr "B<name>"
 
 # type: TP
-#: ../tin.5:2381
+#: ../tin.5:2393
 #, no-wrap
 msgid "B<highmark>"
 msgstr "B<highmark>"
 
 # type: Plain text
-#: ../tin.5:2384
+#: ../tin.5:2396
 msgid "is the highest article number that has been used in that newsgroup"
 msgstr "die höchste Artikelnummer die je in der Gruppe benutzt wurde"
 
 # type: TP
-#: ../tin.5:2384
+#: ../tin.5:2396
 #, no-wrap
 msgid "B<lowmark>"
 msgstr "B<lowmark>"
 
 # type: Plain text
-#: ../tin.5:2391
+#: ../tin.5:2403
 msgid ""
 "is the lowest article number in the group; this number is not guaranteed to "
 "be accurate, and should only be taken to be a hint. Note that because of "
@@ -12116,90 +12240,90 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2391
+#: ../tin.5:2403
 #, no-wrap
 msgid "B<flags>"
 msgstr "B<flags>"
 
 # type: Plain text
-#: ../tin.5:2394
+#: ../tin.5:2406
 msgid "can be one of those"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2395
+#: ../tin.5:2407
 #, no-wrap
 msgid "B<y>"
 msgstr "B<y>"
 
 # type: Plain text
-#: ../tin.5:2398
+#: ../tin.5:2410
 msgid "local postings are allowed"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2398
+#: ../tin.5:2410
 #, no-wrap
 msgid "B<n>"
 msgstr "B<n>"
 
 # type: Plain text
-#: ../tin.5:2401
+#: ../tin.5:2413
 msgid "no local postings are allowed, only remote ones"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2401
+#: ../tin.5:2413
 #, no-wrap
 msgid "B<m>"
 msgstr "B<m>"
 
 # type: Plain text
-#: ../tin.5:2404
+#: ../tin.5:2416
 msgid "the group is moderated and all postings must be approved"
 msgstr "die Gruppe ist moderiert und alle Postings müssen approved werden"
 
 # type: TP
-#: ../tin.5:2404
+#: ../tin.5:2416
 #, no-wrap
 msgid "B<j>"
 msgstr "B<j>"
 
 # type: Plain text
-#: ../tin.5:2407
+#: ../tin.5:2419
 msgid "articles in this group are not kept, but only passed on"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2407
+#: ../tin.5:2419
 #, no-wrap
 msgid "B<x>"
 msgstr "B<x>"
 
 # type: Plain text
-#: ../tin.5:2410
+#: ../tin.5:2422
 msgid "articles cannot be posted to this newsgroup"
 msgstr "in diese Gruppe darf nicht geposted werden"
 
 # type: TP
-#: ../tin.5:2410
+#: ../tin.5:2422
 #, no-wrap
 msgid "B<=foo.bar>"
 msgstr "B<=foo.bar>"
 
 # type: Plain text
-#: ../tin.5:2413
+#: ../tin.5:2425
 msgid "articles are locally filed into the ''foo.bar'' group"
 msgstr "Artikel werden auf dem Server in der Gruppe ''foo.bar'' abgelegt"
 
 # type: TP
-#: ../tin.5:2414 ../tin.5:2441 ../tin.5:2464
+#: ../tin.5:2426 ../tin.5:2453 ../tin.5:2476
 #, no-wrap
 msgid "B<tin>(1)"
 msgstr "B<tin>(1)"
 
 # type: Plain text
-#: ../tin.5:2420
+#: ../tin.5:2432
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the LIST (B<RFC3977>) command "
@@ -12207,7 +12331,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2431
+#: ../tin.5:2443
 msgid ""
 "This file provides a chronological record of when newsgroups are created. It "
 "is normally updated by the local newsserver (e.g.  B<innd>(8))  whenever a "
@@ -12216,25 +12340,25 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2438
+#: ../tin.5:2450
 msgid ""
 "is the time when the group was created, expressed as the number of seconds "
 "since the epoch."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2438
+#: ../tin.5:2450
 #, no-wrap
 msgid "B<creator>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2441
+#: ../tin.5:2453
 msgid "is the electronic mail address of the person who created the group."
 msgstr "die Mailadresse der Person die die Gruppe angelegt hat."
 
 # type: Plain text
-#: ../tin.5:2447
+#: ../tin.5:2459
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the NEWGROUPS (B<RFC3977>) command "
@@ -12242,7 +12366,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2458
+#: ../tin.5:2470
 msgid ""
 "This file provides short descriptions of each newsgroup. It is normally "
 "updated by the local newsserver (e.g.  B<innd>(8))  whenever a new group is "
@@ -12251,7 +12375,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2470
+#: ../tin.5:2482
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the LIST NEWSGROUPS (B<RFC3977>) "
@@ -12259,14 +12383,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2479
+#: ../tin.5:2491
 msgid ""
 "This file specifies might hold a default organization to be used in the "
 "''Organization:'' header. $B<ORGANIZATION> has a higher priority if set."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2497
+#: ../tin.5:2509
 msgid ""
 "This file specifies the organization of the news overview database (see also "
 "B<newsoverview>(5)).  The order of lines in this file is important; it "
@@ -12277,7 +12401,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2512
+#: ../tin.5:2524
 msgid ""
 "This file contains a list of newsgroups - one per line - which the client "
 "should subscribe to when the user has no ${TIN_HOMEDIR:-\"$HOME\"}/.newsrc "
@@ -12287,7 +12411,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2553
+#: ../tin.5:2565
 msgid ""
 "B<elm>(1), B<inews>(1), B<ispell>(1), B<lp>(1), B<lpr>(1), B<metamail>(1)  "
 "B<perl>(1), B<pgp>(1), B<rn>(1), B<shar>(1), B<slrnface>(1), B<tin>(1), "
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/en_GB/tin.1 tin-2.0.0/doc/l10n/en_GB/tin.1
--- tin-1.9.6/doc/l10n/en_GB/tin.1	2010-11-26 15:45:48.000000000 +0100
+++ tin-2.0.0/doc/l10n/en_GB/tin.1	2011-08-22 00:20:17.334929787 +0200
@@ -3,7 +3,7 @@
 .\" Module    : tin.1
 .\" Author    : I. Lea, U. Janssen
 .\" Created   : 1991-08-23
-.\" Updated   : 2010-11-26
+.\" Updated   : 2011-08-23
 .\" Notes     : use american english; still needs some work, e.g.:
 .\"             - document authorization (.newsauth)
 .\"             - document random organization feature
@@ -14,7 +14,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH tin 1 "November 26th, 2010" 1.9.6 "A Usenet newsreader"
+.TH tin 1 "August 23rd, 2011" 2.0.0 "A Usenet newsreader"
 .\"
 .\"
 .SH NAME
@@ -26,10 +26,11 @@ tin, rtin \- A Usenet newsreader
 .\"
 \fBtin\fP [\|[\|\fB\-h\fP\||\|\fB\-H\fP\||\|\fB\-V\fP\|]\ \|| [\|[\|[\|\fB\-a\fP\|]
 [\|\fB\-dlnq\fP\||\|\fB\-Q\fP\|] [\|\fB\-ArzxX\fP\|]\|] [\|[\|\fB\-R\fP\||\|\fB\-S\fP\|]
-\|\|\fB\-s\fP \fINews_dir\fP\|] [\|\fB\-cuvZ\fP\|] [\|\fB\-N\fP\||\|\fB\-M\fP \fIaddress\fP\|]
-[\|\fB\-o\fP\||\|\fB\-w\fP\|]\|] [\|\fB\-D\fP \fIdebug_level\fP\|] [\|\fB\-G\fP
-\fIarticle_limit\fP\|] [\|\fB\-f\fP \fInewsrc_file\fP\|] [\|\fB\-g\fP \fIserver\fP\|]
-[\|\fB\-m\fP \fIMail_dir\fP\|] [\|\fB\-p\fP \fIport\fP\|] [\|\fB\-I\fP \fIindex_dir\fP\|]\ \|[\fInewsgroup\fP\|[\|,.\|.\|.\|]\|]\|]
+\|\|\fB\-s\fP \fINews_dir\fP\|] [\|\fB\-cuvZ\fP\|] [\|\fB\-4\fP\||\|\fB\-6\fP\|]
+[\|\fB\-N\fP\||\|\fB\-M\fP \fIaddress\fP\|] [\|\fB\-o\fP\||\|\fB\-w\fP\|]\|] [\|\fB\-D\fP
+\fIdebug_level\fP\|] [\|\fB\-G\fP \fIarticle_limit\fP\|] [\|\fB\-f\fP \fInewsrc_file\fP\|]
+[\|\fB\-g\fP \fIserver\fP\|] [\|\fB\-m\fP \fIMail_dir\fP\|] [\|\fB\-p\fP \fIport\fP\|] [\|\fB\-I\fP
+\fIindex_dir\fP\|]\ \|[\fInewsgroup\fP\|[\|,.\|.\|.\|]\|]\|]
 .SH DESCRIPTION
 \fBtin\fP is a full\-screen easy to use Usenet newsreader. It can read news
 locally (e.g., \fI/var/spool/news\fP) or remotely (\fBrtin\fP or \fBtin \-r\fP option)
@@ -80,6 +81,12 @@ Unread news
 .\"
 .SH OPTIONS
 .TP  12
+\fB\-4\fP
+Force connecting via IPv4 to the remote NNTP server.
+.TP 
+\fB\-6\fP
+Force connecting via IPv6 to the remote NNTP server.
+.TP 
 \fB\-a\fP
 Toggle ANSI colour (default is off).
 .TP 
@@ -1047,7 +1054,7 @@ article with all headers included.
 \fBPagePGPCheckArticle '^G'\fP
 Perform \fBpgp\fP(1)  operations on article.
 .TP 
-\fBPageToggleHeaders '^H'\fP
+\fBPageToggleRaw '^H'\fP
 Toggles the display mode (raw including all headers vs. cooked).
 .TP 
 \fBMenuFilterKill '^K'\fP
@@ -1065,6 +1072,10 @@ headers included.
 Toggle TeX to ISO decoding for current article. The default behaviour is
 taken from the \fBtex2iso_conv\fP variable in the tinrc file.
 .TP 
+\fBPageToggleAllHeaders '*'\fP
+Toggles the display of all headers vs. headers in
+\fBnews_headers_to_display\fP.
+.TP 
 \fBPageToggleRot '%'\fP
 Toggle ROT\-13 decoding for this article.
 .TP 
@@ -1097,10 +1108,10 @@ is everything which matches \fBquote_reg
 \fBquote_regex3\fP.
 .TP 
 \fBPageTopThd '<'\fP
-Goto the first article in the current thread.
+Go to the first article in the current thread.
 .TP 
 \fBPageBotThd '>'\fP
-Goto the last article in the current thread.
+Go to the last article in the current thread.
 .TP 
 \fBPageToggleHighlight '_'\fP
 Toggle word highlighting on/off.
@@ -1128,10 +1139,10 @@ TINRC CONFIGURABLE VARIABLES" for a full
 "FILTERING ARTICLES" for more information on filtering.
 .TP 
 \fBPageNextThd '^J' '<CR>'\fP
-Goto next base article.
+Go to next base article.
 .TP 
 \fBPageNextUnread '<TAB>'\fP
-Goto next unread article. If the tinrc variable \fBgoto_next_unread\fP doesn't
+Go to next unread article. If the tinrc variable \fBgoto_next_unread\fP doesn't
 contain PageNextUnread, then this key will first page through the current
 article.
 .TP 
@@ -1172,10 +1183,10 @@ Post a followup to the current article w
 article.
 .TP 
 \fBPageFirstPage 'g'\fP
-Goto the start of the article.
+Go to the start of the article.
 .TP 
 \fBPageLastPage 'G'\fP
-Goto the end of the article.
+Go to the end of the article.
 .TP 
 \fBToggleInfoLastLine 'i'\fP
 Display the subject of the current article in the last line.
@@ -1248,7 +1259,7 @@ or reposting.
 Return to group selection level.
 .TP 
 \fBPageGotoParent 'u'\fP
-Goto parent article.
+Go to parent article.
 .TP 
 \fBPageViewUrl 'U'\fP
 Display a list of URLs of the current article. See the section "URL LISTING"
@@ -1948,7 +1959,7 @@ possible values are:
 Some normalisation modes are only available if they are supported by the
 library \fBtin\fP uses to do the normalisation. Default is NFKC.
 .TP 
-\fBGoto first unread article in group (pos_first_unread)\fP
+\fBGo to first unread article in group (pos_first_unread)\fP
 If ON put cursor at first unread article in group otherwise at last
 article. Default is ON.
 .TP 
@@ -2355,6 +2366,10 @@ If enabled \fBtin\fP uses \fBslrnface\fP
 header. For this option to have any effect, \fBtin\fP must be running in an
 \fBxterm\fP(1x)  and \fBslrnface\fP(1)  must be in your $\fBPATH\fP. Default is OFF.
 .TP 
+\fBUse UTF\-8 graphics (utf8_graphics)\fP
+If ON use UTF\-8 characters for indicator ('\->'), thread/attachment tree
+and ellipsis ('...'). Default is OFF.
+.TP 
 \fBRegex for begin of a verbatim block (verbatim_begin_regex)\fP
 A regular expression that tin will use to find the begin of a verbatim
 block.
@@ -2865,7 +2880,8 @@ groups you are not reading anymore with 
 .\"       $TMPDIR/REFS.info  (-D 8)
 .\"       $TMPDIR/MALLOC     (-D 16)
 .\"       $TMPDIR/ATTRIBUTES (-D 32)
-.\"       $TMPDIR/SCOPES     (-D 32)
+.\"       $TMPDIR/SCOPES-R   (-D 32)
+.\"       $TMPDIR/SCOPES-W   (-D 32)
 .\"       $TMPDIR/ACTIVE     (-D 64)
 For a detailed description see \fBtin\fP(5).
 .PP
@@ -3086,9 +3102,29 @@ Set the article header field \*(rqDistri
 variable instead of the system default.
 .TP 
 \fBISO2ASC\fP
-.\" TODO: short document the different tables (doc/iso2asc.txt) here
 Set the ISO to ASCII charset decoding table character to use in decoding an
 article text. Values can range from 0 to 6.
+.RS +.5i
+.TP 
+\fB0\fP
+universal table for many languages
+.TP 
+\fB1\fP
+single\-spacing universal table
+.TP 
+\fB2\fP
+table for Danish, Dutch, German, Norwegian and Swedish
+.TP 
+\fB3\fP
+table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO
+646 variant
+.TP 
+\fB4\fP
+table with RFC 1345 codes in brackets
+.TP 
+\fB5\fP
+table for printers that allow overstriking with backspace
+.RE
 .TP 
 \fBORGANIZATION\fP
 Set the article header field \*(rqOrganization:\*(rq to the contents of the
@@ -3119,7 +3155,7 @@ This variable has precedence over the de
 mailing operations within \fBtin\fP.
 .TP 
 \fBMAIL\fP
-Full path to the users mailbox.
+Full path to the user's mailbox.
 .TP 
 \fBVISUAL\fP
 This variable has precedence over the default editor (i.e., \fBvi\fP(1))  that
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/en_GB/tin.5 tin-2.0.0/doc/l10n/en_GB/tin.5
--- tin-1.9.6/doc/l10n/en_GB/tin.5	2010-11-26 15:45:49.000000000 +0100
+++ tin-2.0.0/doc/l10n/en_GB/tin.5	2011-08-22 00:20:18.315081745 +0200
@@ -2,7 +2,7 @@
 .\" Module    : tin.5
 .\" Author    : U. Janssen
 .\" Created   : 2000-07-10
-.\" Updated   : 2010-11-26
+.\" Updated   : 2011-08-23
 .\" Notes     : needs a some work
 .\"
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH tin 5 "November 26th, 2010" 1.9.6 "A Usenet newsreader"
+.TH tin 5 "August 23rd, 2011" 2.0.0 "A Usenet newsreader"
 
 .SH NAME
 tin, rtin \- related files
@@ -37,7 +37,8 @@ aka LF) line endings.
 .\" $TMPDIR/REFS.info  (-D 8)
 .\" $TMPDIR/MALLOC     (-D 16)
 .\" $TMPDIR/ATTRIBUTES (-D 32)
-.\" $TMPDIR/SCOPES     (-D 32)
+.\" $TMPDIR/SCOPES-R   (-D 32)
+.\" $TMPDIR/SCOPES-W   (-D 32)
 .\" $TMPDIR/ACTIVE     (-D 64)
 .PP
 \fI$MAILCAPS\fP
@@ -250,13 +251,13 @@ authorisation. If the password contains 
 in doublequotes ("). Usernames must not be enclosed in doublequotes and thus
 can't contain spaces or tabs. Any line that starts with "#" is a
 comment. Blank lines are ignored. This file should be readable only for the
-user as it contains the users uncrypted password for reading news!
+user as it contains the user's uncrypted password for reading news!
 .TP 
 \fBnntpserver\fP
 full qualified domain name of the newsserver.
 .TP 
 \fBpassword\fP
-users uncrypted password for reading news.
+user's uncrypted password for reading news.
 .TP 
 \fBuser\fP
 username on the newsserver if it differs from the local login. This field is
@@ -409,7 +410,7 @@ active file of user's saved newsgroups, 
 .RS
 The group attributes files may be used to override some global settings from
 \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fP on a per group basis. Order is
-important as last match counts; this allows to refine attributes for
+important as last match counts; this allows one to refine attributes for
 narrowed scopes. Note that the \fIscope=<grouplist>\fP line has to be
 specified before the attributes are specified for that list and each
 attribute can only be set once per scope section. All attributes are set to
@@ -919,12 +920,13 @@ defaults. If a keyname is bound to NULL 
 .sp
 \fBPageReplyQuoteHeaders\fP	^E
 \fBPagePGPCheckArticle\fP	^G
-\fBPageToggleHeaders\fP	^H
+\fBPageToggleRaw\fP	^H
 \fBPageNextUnread\fP	TAB
 \fBPageNextThd\fP	^J	^M
 \fBPageToggleTabs\fP	^T
 \fBPageFollowupQuoteHeaders\fP	^W
 \fBPageToggleTex2iso\fP	"
+\fBPageToggleAllHeaders\fP	*
 \fBPageToggleRot\fP	%
 \fBPageToggleUue\fP	(
 \fBPageReveal\fP	)
@@ -1145,7 +1147,7 @@ server.
 At startup, \fBtin\fP(1)  reads in the configuration file. This contains a list
 of "\fIvariable\fP=\fIvalue\fP" pairs that can be used to configure the way
 \fBtin\fP(1)  works. If it exists, the global configuration file,
-\fI${TIN_LIBDIR:\-NEWSLIBDIR}/tinrc\fP is read first. After that, the users own
+\fI${TIN_LIBDIR:\-NEWSLIBDIR}/tinrc\fP is read first. After that, the user's own
 configuration file \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fP is read.  The
 global file is useful for distributing system\-wide defaults to new users who
 have no private tinrc yet (see also \fB/etc/tin/tin.defaults\fP).
@@ -1560,10 +1562,16 @@ filename to save to. Default is \fI${TIN
 The format string used to create the mailer command with parameters that is
 used for mailing articles to other people. Default is '%M "%T" < %F'
 (e.g., /bin/mail "iain" < .article). The flexible format allows other
-mailers with different command line parameters to be used such as 'elm \-s
-"%S" "%T" < "%F"' (e.g., elm \-s "subject" "iain" < .article) or
-\&'sendmail \-oem \-t < %F' (e.g. sendmail \-oem \-t < .article). The
-following substitutions are supported:
+mailers with different command line parameters to be used such as
+.in +.3i
+.nf
+sendmail \-oem \-t < %F
+elm \-s "%S" "%T" < "%F"
+claws\-mail \-\-compose "mailto:%T?subject=%S&insert=%F"
+.fi
+.in -.3i
+\fBinteractive_mailer\fP must be set adequate. The following substitutions are
+supported:
 .in +.3i
 .nf
 .ta \w'%S'u +\w'subject\-field'u
@@ -1766,8 +1774,8 @@ times (for example, '> > >' will be turn
 .IP 2
 \fBQuote Signatures\fP This option is off by default. Signatures are always
 quoted regardless of this option when you are viewing an article in raw mode
-\fBPageToggleHeaders\fP ('\fB^H\fP') and followup or reply to it. Signatures are
-never quoted regardless of this option when \fBshow_signatures\fP is off.
+\fBPageToggleRaw\fP ('\fB^H\fP') and followup or reply to it. Signatures are never
+quoted regardless of this option when \fBshow_signatures\fP is off.
 .IP 4
 \fBQuote empty lines\fP This option is on by default.
 .RE
@@ -2083,6 +2091,10 @@ If enabled \fBslrnface\fP(1)  will be us
 header. For this option to have any effect, \fBtin\fP(1)  must be running in an
 \fBxterm\fP(1x)  and \fBslrnface\fP(1)  must be in your $\fBPATH\fP. Default is OFF.
 .TP 
+\fButf8_graphics\fP
+If ON use UTF\-8 characters for indicator ('\->'), thread/attachment tree
+and ellipsis ('...'). Default is OFF.
+.TP 
 \fBverbatim_begin_regex\fP
 A regular expression that tin will use to find the begin of a verbatim
 block.  Default is #v+
@@ -2188,8 +2200,8 @@ choice here.
 Allow unregistered top level domains
 .TP 
 \fBdisable_sender\fP
-Don't generate a \*(rqSender:\*(rq header. This has no effect if \fBinews_prog\fP is
-not set to \-\-internal.
+Don't generate a \*(rqSender:\*(rq header. This has an effect only if
+\fBinews_prog\fP is set to \-\-internal.
 .TP 
 \fBspooldir\fP
 Base of your newsspool (Bnews, Cnews and INN traditional spool style),
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/en_GB.po tin-2.0.0/doc/l10n/en_GB.po
--- tin-1.9.6/doc/l10n/en_GB.po	2010-11-26 15:45:44.000000000 +0100
+++ tin-2.0.0/doc/l10n/en_GB.po	2011-08-22 00:20:12.262143334 +0200
@@ -1,11 +1,11 @@
 # English (United Kingdom) translations for tin manpages
 # This file is distributed under the same license as the tin package.
-# Urs Janssen <urs@tin.org>, 2010.
+# Urs Janssen <urs@tin.org>, 2011.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: tin 1.9.5\n"
-"POT-Creation-Date: 2010-11-26 15:44+0100\n"
+"POT-Creation-Date: 2011-08-22 00:19+0200\n"
 "PO-Revision-Date: 2009-10-01 16:17+0200\n"
 "Last-Translator: Urs Janssen <urs@tin.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22,14 +22,14 @@ msgstr "tin"
 # type: TH
 #: ../tin.1:12 ../tin.5:9
 #, no-wrap
-msgid "November 26th, 2010"
-msgstr "November 26th, 2010"
+msgid "August 23rd, 2011"
+msgstr "August 23rd, 2011"
 
 # type: TH
 #: ../tin.1:12 ../tin.5:9
 #, no-wrap
-msgid "1.9.6"
-msgstr "1.9.6"
+msgid "2.0.0"
+msgstr "2.0.0"
 
 # type: TH
 #: ../tin.1:12 ../tin.5:9
@@ -55,32 +55,34 @@ msgid "SYNOPSIS"
 msgstr "SYNOPSIS"
 
 # type: Plain text
-#: ../tin.1:48
+#: ../tin.1:49
 msgid ""
 "B<tin> [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| [\\|[\\|[\\|B<-a>"
 "\\|] [\\|B<-dlnq>\\||\\|B<-Q>\\|] [\\|B<-ArzxX>\\|]\\|] [\\|[\\|B<-R>\\||\\|"
-"B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] [\\|B<-N>\\||\\|B<-M> "
-"I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|B<-D> I<debug_level>\\|] "
-"[\\|B<-G> I<article_limit>\\|] [\\|B<-f> I<newsrc_file>\\|] [\\|B<-g> "
-"I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] [\\|B<-p> I<port>\\|] [\\|B<-I> "
-"I<index_dir>\\|]\\ \\|[I<newsgroup>\\|[\\|,.\\|.\\|.\\|]\\|]\\|]"
+"B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] [\\|B<-4>\\||\\|B<-6>"
+"\\|] [\\|B<-N>\\||\\|B<-M> I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|"
+"B<-D> I<debug_level>\\|] [\\|B<-G> I<article_limit>\\|] [\\|B<-f> "
+"I<newsrc_file>\\|] [\\|B<-g> I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] [\\|B<-"
+"p> I<port>\\|] [\\|B<-I> I<index_dir>\\|]\\ \\|[I<newsgroup>\\|[\\|,.\\|.\\|."
+"\\|]\\|]\\|]"
 msgstr ""
 "B<tin> [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| [\\|[\\|[\\|B<-a>"
 "\\|] [\\|B<-dlnq>\\||\\|B<-Q>\\|] [\\|B<-ArzxX>\\|]\\|] [\\|[\\|B<-R>\\||\\|"
-"B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] [\\|B<-N>\\||\\|B<-M> "
-"I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|B<-D> I<debug_level>\\|] "
-"[\\|B<-G> I<article_limit>\\|] [\\|B<-f> I<newsrc_file>\\|] [\\|B<-g> "
-"I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] [\\|B<-p> I<port>\\|] [\\|B<-I> "
-"I<index_dir>\\|]\\ \\|[I<newsgroup>\\|[\\|,.\\|.\\|.\\|]\\|]\\|]"
+"B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] [\\|B<-4>\\||\\|B<-6>"
+"\\|] [\\|B<-N>\\||\\|B<-M> I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|"
+"B<-D> I<debug_level>\\|] [\\|B<-G> I<article_limit>\\|] [\\|B<-f> "
+"I<newsrc_file>\\|] [\\|B<-g> I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] [\\|B<-"
+"p> I<port>\\|] [\\|B<-I> I<index_dir>\\|]\\ \\|[I<newsgroup>\\|[\\|,.\\|.\\|."
+"\\|]\\|]\\|]"
 
 # type: SH
-#: ../tin.1:48 ../tin.5:14
+#: ../tin.1:49 ../tin.5:14
 #, no-wrap
 msgid "DESCRIPTION"
 msgstr "DESCRIPTION"
 
 # type: Plain text
-#: ../tin.1:57
+#: ../tin.1:58
 msgid ""
 "B<tin> is a full-screen easy to use Usenet newsreader. It can read news "
 "locally (e.g., I</var/spool/news>) or remotely (B<rtin> or B<tin -r> option) "
@@ -95,7 +97,7 @@ msgstr ""
 "via the NNTP [X]OVER command (B<RFC2980>, B<RFC3977>)."
 
 # type: Plain text
-#: ../tin.1:63
+#: ../tin.1:64
 msgid ""
 "B<tin> has four separate levels of operation: Selection level, Group level, "
 "Thread level and Article level. Use the B<Help> ('B<h>')  command to view a "
@@ -106,7 +108,7 @@ msgstr ""
 "list of the commands available at a particular level."
 
 # type: Plain text
-#: ../tin.1:71
+#: ../tin.1:72
 msgid ""
 "On startup B<tin> will show a list of the newsgroups found in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>. An arrow '-E<gt>' or highlighted bar "
@@ -125,7 +127,7 @@ msgstr ""
 "pressing 'B<E<lt>CRE<gt>>'."
 
 # type: Plain text
-#: ../tin.1:76
+#: ../tin.1:77
 msgid ""
 "The B<GroupNextUnreadArtOrGrp> ('B<E<lt>TABE<gt>>') key enters the next "
 "newsgroup with unread articles."
@@ -134,95 +136,117 @@ msgstr ""
 "newsgroup with unread articles."
 
 # type: SH
-#: ../tin.1:76
+#: ../tin.1:77
 #, no-wrap
 msgid "EXIT STATUS"
 msgstr "EXIT STATUS"
 
 # type: Plain text
-#: ../tin.1:78
+#: ../tin.1:79
 msgid "Interactive mode:"
 msgstr "Interactive mode:"
 
 # type: TP
-#: ../tin.1:79 ../tin.1:89 ../tin.1:1059
+#: ../tin.1:80 ../tin.1:90 ../tin.1:1066 ../tin.1:3230
 #, no-wrap
 msgid "B<0>"
 msgstr "B<0>"
 
 # type: Plain text
-#: ../tin.1:82
+#: ../tin.1:83
 msgid "Successful program execution."
 msgstr "Successful program execution."
 
 # type: TP
-#: ../tin.1:82 ../tin.1:92
+#: ../tin.1:83 ../tin.1:93 ../tin.1:3233
 #, no-wrap
 msgid "B<1>"
 msgstr "B<1>"
 
 # type: Plain text
-#: ../tin.1:85 ../tin.1:95
+#: ../tin.1:86 ../tin.1:96
 msgid "Usage, syntax, configuration file or network error."
 msgstr "Usage, syntax, configuration file or network error."
 
 # type: Plain text
-#: ../tin.1:88
+#: ../tin.1:89
 msgid "Batch mode (''B<-Z>''):"
 msgstr "Batch mode (''B<-Z>''):"
 
 # type: Plain text
-#: ../tin.1:92
+#: ../tin.1:93
 msgid "No unread news"
 msgstr "No unread news"
 
 # type: TP
-#: ../tin.1:95
+#: ../tin.1:96 ../tin.1:3236
 #, no-wrap
 msgid "B<2>"
 msgstr "B<2>"
 
 # type: Plain text
-#: ../tin.1:98
+#: ../tin.1:99
 msgid "Unread news"
 msgstr "Unread news"
 
 # type: SH
-#: ../tin.1:101
+#: ../tin.1:102
 #, no-wrap
 msgid "OPTIONS"
 msgstr "OPTIONS"
 
 # type: TP
-#: ../tin.1:102
+#: ../tin.1:103
+#, no-wrap
+msgid "B<-4>"
+msgstr "B<-4>"
+
+# type: Plain text
+#: ../tin.1:106
+msgid "Force connecting via IPv4 to the remote NNTP server."
+msgstr "Force connecting via IPv4 to the remote NNTP server."
+
+# type: TP
+#: ../tin.1:106
+#, no-wrap
+msgid "B<-6>"
+msgstr "B<-6>"
+
+# type: Plain text
+#: ../tin.1:109
+msgid "Force connecting via IPv6 to the remote NNTP server."
+msgstr "Force connecting via IPv6 to the remote NNTP server."
+
+# type: TP
+#: ../tin.1:109
 #, no-wrap
 msgid "B<-a>"
 msgstr "B<-a>"
 
 # type: Plain text
-#: ../tin.1:105
+#: ../tin.1:112
 msgid "Toggle ANSI color (default is off)."
 msgstr "Toggle ANSI colour (default is off)."
 
 # type: TP
-#: ../tin.1:105
+#: ../tin.1:112
 #, no-wrap
 msgid "B<-A>"
 msgstr "B<-A>"
 
 # type: Plain text
-#: ../tin.1:108
+#: ../tin.1:115
 msgid "Force authentication on initial connect."
 msgstr "Force authentication on initial connect."
 
 # type: TP
-#: ../tin.1:108
+#: ../tin.1:115
 #, no-wrap
 msgid "B<-c>"
 msgstr "B<-c>"
 
 # type: Plain text
-#: ../tin.1:113
+#: ../tin.1:120
 msgid ""
 "Create/update index files for every group in I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "newsrc> or file specified by the ''B<-f>'' option and mark all articles as "
@@ -233,24 +257,24 @@ msgstr ""
 "read."
 
 # type: TP
-#: ../tin.1:113
+#: ../tin.1:120
 #, no-wrap
 msgid "B<-d>"
 msgstr "B<-d>"
 
 # type: Plain text
-#: ../tin.1:116
+#: ../tin.1:123
 msgid "Don't load newsgroup descriptions (interactive mode)."
 msgstr "Don't load newsgroup descriptions (interactive mode)."
 
 # type: TP
-#: ../tin.1:116
+#: ../tin.1:123
 #, no-wrap
 msgid "B<-D>I< debug-level>"
 msgstr "B<-D>I< debug-level>"
 
 # type: Plain text
-#: ../tin.1:120
+#: ../tin.1:127
 msgid ""
 "Enter debug-level (1 = NNTP, 2 = filter, 4 = newsrc, 8 = threading, 16 = "
 "memory, 32 = attributes, 64 = misc)."
@@ -259,13 +283,13 @@ msgstr ""
 "memory, 32 = attributes, 64 = misc)."
 
 # type: TP
-#: ../tin.1:120
+#: ../tin.1:127
 #, no-wrap
 msgid "B<-f>I< file>"
 msgstr "B<-f>I< file>"
 
 # type: Plain text
-#: ../tin.1:124
+#: ../tin.1:131
 msgid ""
 "Use the specified file of subscribed to newsgroups in place of I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>."
@@ -274,13 +298,13 @@ msgstr ""
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>."
 
 # type: TP
-#: ../tin.1:124
+#: ../tin.1:131
 #, no-wrap
 msgid "B<-g>I< server>"
 msgstr "B<-g>I< server>"
 
 # type: Plain text
-#: ../tin.1:128
+#: ../tin.1:135
 msgid ""
 "Use the server and newsrc specified in I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/"
 "newsrctable>."
@@ -289,48 +313,48 @@ msgstr ""
 "newsrctable>."
 
 # type: TP
-#: ../tin.1:128
+#: ../tin.1:135
 #, no-wrap
 msgid "B<-G>I< article-limit>"
 msgstr "B<-G>I< article-limit>"
 
 # type: Plain text
-#: ../tin.1:131
+#: ../tin.1:138
 msgid "Limit the number of articles/group to retrieve from the server."
 msgstr "Limit the number of articles/group to retrieve from the server."
 
 # type: TP
-#: ../tin.1:131
+#: ../tin.1:138
 #, no-wrap
 msgid "B<-h>"
 msgstr "B<-h>"
 
 # type: Plain text
-#: ../tin.1:134
+#: ../tin.1:141
 msgid "Help listing all command-line options."
 msgstr "Help listing all command-line options."
 
 # type: TP
-#: ../tin.1:134
+#: ../tin.1:141
 #, no-wrap
 msgid "B<-H>"
 msgstr "B<-H>"
 
 # type: Plain text
-#: ../tin.1:138
+#: ../tin.1:145
 msgid ""
 "Brief introduction to B<tin> that is also shown the first time it is started."
 msgstr ""
 "Brief introduction to B<tin> that is also shown the first time it is started."
 
 # type: TP
-#: ../tin.1:138
+#: ../tin.1:145
 #, no-wrap
 msgid "B<-I>I< dir>"
 msgstr "B<-I>I< dir>"
 
 # type: Plain text
-#: ../tin.1:144
+#: ../tin.1:151
 msgid ""
 "Directory in which to store newsgroup index files. Default is I<"
 "${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news>.  This "
@@ -343,13 +367,13 @@ msgstr ""
 "B<cache_overview_files> is turned off."
 
 # type: TP
-#: ../tin.1:144
+#: ../tin.1:151
 #, no-wrap
 msgid "B<-l>"
 msgstr "B<-l>"
 
 # type: Plain text
-#: ../tin.1:154
+#: ../tin.1:161
 msgid ""
 "Get number of articles per group from the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/"
 "\"${TIN_ACTIVEFILE:-active}> file. If reading via NNTP this is done with the "
@@ -368,25 +392,25 @@ msgstr ""
 "''B<-ln>''."
 
 # type: TP
-#: ../tin.1:154
+#: ../tin.1:161
 #, no-wrap
 msgid "B<-m>I< dir>"
 msgstr "B<-m>I< dir>"
 
 # type: Plain text
-#: ../tin.1:157
+#: ../tin.1:164
 msgid "Mailbox directory to use. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>."
 msgstr ""
 "Mailbox directory to use. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>."
 
 # type: TP
-#: ../tin.1:157
+#: ../tin.1:164
 #, no-wrap
 msgid "B<-M>I< user>"
 msgstr "B<-M>I< user>"
 
 # type: Plain text
-#: ../tin.1:161
+#: ../tin.1:168
 msgid ""
 "Mail unread articles to specified user for later reading. For more "
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
@@ -395,13 +419,13 @@ msgstr ""
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
 
 # type: TP
-#: ../tin.1:161
+#: ../tin.1:168
 #, no-wrap
 msgid "B<-n>"
 msgstr "B<-n>"
 
 # type: Plain text
-#: ../tin.1:168
+#: ../tin.1:175
 msgid ""
 "Only load groups from the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-"
 "active}> file that are subscribed to in the user's I<${TIN_HOMEDIR:-\"$HOME"
@@ -414,13 +438,13 @@ msgstr ""
 "line, but B<tin> can not tell which groups are moderated. See also ''B<-l>''."
 
 # type: TP
-#: ../tin.1:168
+#: ../tin.1:175
 #, no-wrap
 msgid "B<-N>"
 msgstr "B<-N>"
 
 # type: Plain text
-#: ../tin.1:172
+#: ../tin.1:179
 msgid ""
 "Mail unread articles to yourself for later reading. For more information "
 "read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
@@ -429,13 +453,13 @@ msgstr ""
 "read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
 
 # type: TP
-#: ../tin.1:172
+#: ../tin.1:179
 #, no-wrap
 msgid "B<-o>"
 msgstr "B<-o>"
 
 # type: Plain text
-#: ../tin.1:176
+#: ../tin.1:183
 msgid ""
 "Quick post all postponed articles and exit. In order for this to be really "
 "quick, it should be used with ''B<-n>'' if possible."
@@ -444,13 +468,13 @@ msgstr ""
 "quick, it should be used with ''B<-n>'' if possible."
 
 # type: TP
-#: ../tin.1:176
+#: ../tin.1:183
 #, no-wrap
 msgid "B<-p>I< port>"
 msgstr "B<-p>I< port>"
 
 # type: Plain text
-#: ../tin.1:180
+#: ../tin.1:187
 msgid ""
 "Port to use if reading via NNTP (default is 119). This also overrides the "
 "environment variable $B<NNTPPORT> if set."
@@ -459,24 +483,24 @@ msgstr ""
 "environment variable $B<NNTPPORT> if set."
 
 # type: TP
-#: ../tin.1:180
+#: ../tin.1:187
 #, no-wrap
 msgid "B<-q>"
 msgstr "B<-q>"
 
 # type: Plain text
-#: ../tin.1:183
+#: ../tin.1:190
 msgid "Don't check for new newsgroups."
 msgstr "Don't check for new newsgroups."
 
 # type: TP
-#: ../tin.1:183
+#: ../tin.1:190
 #, no-wrap
 msgid "B<-Q>"
 msgstr "B<-Q>"
 
 # type: Plain text
-#: ../tin.1:187
+#: ../tin.1:194
 msgid ""
 "Quick start. Start B<tin> as quickly as possible. Currently this is "
 "equivalent to ''B<-nqd>''."
@@ -485,13 +509,13 @@ msgstr ""
 "equivalent to ''B<-nqd>''."
 
 # type: TP
-#: ../tin.1:187
+#: ../tin.1:194
 #, no-wrap
 msgid "B<-r>"
 msgstr "B<-r>"
 
 # type: Plain text
-#: ../tin.1:192
+#: ../tin.1:199
 msgid ""
 "Read news remotely from the default NNTP server specified in the environment "
 "variable $B<NNTPSERVER> or contained in the file I</etc/nntpserver>."
@@ -500,24 +524,24 @@ msgstr ""
 "variable $B<NNTPSERVER> or contained in the file I</etc/nntpserver>."
 
 # type: TP
-#: ../tin.1:192
+#: ../tin.1:199
 #, no-wrap
 msgid "B<-R>"
 msgstr "B<-R>"
 
 # type: Plain text
-#: ../tin.1:195
+#: ../tin.1:202
 msgid "Read news saved by the ''B<-S>'' option."
 msgstr "Read news saved by the ''B<-S>'' option."
 
 # type: TP
-#: ../tin.1:195
+#: ../tin.1:202
 #, no-wrap
 msgid "B<-s>I< dir>"
 msgstr "B<-s>I< dir>"
 
 # type: Plain text
-#: ../tin.1:199
+#: ../tin.1:206
 msgid ""
 "Save/read articles to/in directory. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/"
 "News>."
@@ -526,13 +550,13 @@ msgstr ""
 "News>."
 
 # type: TP
-#: ../tin.1:199
+#: ../tin.1:206
 #, no-wrap
 msgid "B<-S>"
 msgstr "B<-S>"
 
 # type: Plain text
-#: ../tin.1:203
+#: ../tin.1:210
 msgid ""
 "Save unread articles for later reading by the ''B<-R>'' option. For more "
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
@@ -541,13 +565,13 @@ msgstr ""
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
 
 # type: TP
-#: ../tin.1:203
+#: ../tin.1:210
 #, no-wrap
 msgid "B<-u>"
 msgstr "B<-u>"
 
 # type: Plain text
-#: ../tin.1:209
+#: ../tin.1:216
 msgid ""
 "Create/update index files for every group in I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "newsrc> or file specified by the ''B<-f>'' option. This option is disabled "
@@ -560,13 +584,13 @@ msgstr ""
 "B<cache_overview_files> is turned off."
 
 # type: TP
-#: ../tin.1:209
+#: ../tin.1:216
 #, no-wrap
 msgid "B<-v>"
 msgstr "B<-v>"
 
 # type: Plain text
-#: ../tin.1:213
+#: ../tin.1:220
 msgid ""
 "Verbose mode for ''B<-c>'', ''B<-M>'', ''B<-N>'', ''B<-S>'', \\&''B<-u>'' "
 "and ''B<-Z>'' options."
@@ -575,24 +599,24 @@ msgstr ""
 "and ''B<-Z>'' options."
 
 # type: TP
-#: ../tin.1:213
+#: ../tin.1:220
 #, no-wrap
 msgid "B<-V>"
 msgstr "B<-V>"
 
 # type: Plain text
-#: ../tin.1:216
+#: ../tin.1:223
 msgid "Print version and date information."
 msgstr "Print version and date information."
 
 # type: TP
-#: ../tin.1:216
+#: ../tin.1:223
 #, no-wrap
 msgid "B<-w>"
 msgstr "B<-w>"
 
 # type: Plain text
-#: ../tin.1:220
+#: ../tin.1:227
 msgid ""
 "Quick mode to post an article and then exit. In order for this to be really "
 "quick, it should be used with ''B<-n>'' if possible."
@@ -601,24 +625,24 @@ msgstr ""
 "quick, it should be used with ''B<-n>'' if possible."
 
 # type: TP
-#: ../tin.1:220
+#: ../tin.1:227
 #, no-wrap
 msgid "B<-x>"
 msgstr "B<-x>"
 
 # type: Plain text
-#: ../tin.1:223
+#: ../tin.1:230
 msgid "No posting mode. You cannot post articles if you use this option."
 msgstr "No posting mode. You cannot post articles if you use this option."
 
 # type: TP
-#: ../tin.1:223
+#: ../tin.1:230
 #, no-wrap
 msgid "B<-X>"
 msgstr "B<-X>"
 
 # type: Plain text
-#: ../tin.1:228
+#: ../tin.1:235
 msgid ""
 "No overwrite mode. I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> and files in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin> will not be overwritten but may be created "
@@ -629,13 +653,13 @@ msgstr ""
 "if they don't exist."
 
 # type: TP
-#: ../tin.1:228
+#: ../tin.1:235
 #, no-wrap
 msgid "B<-z>"
 msgstr "B<-z>"
 
 # type: Plain text
-#: ../tin.1:233
+#: ../tin.1:240
 msgid ""
 "Only start B<tin> if there is any new/unread news. If there is news B<tin> "
 "will position cursor at first group with unread news. Useful for putting in "
@@ -646,13 +670,13 @@ msgstr ""
 "login file."
 
 # type: TP
-#: ../tin.1:233
+#: ../tin.1:240
 #, no-wrap
 msgid "B<-Z>"
 msgstr "B<-Z>"
 
 # type: Plain text
-#: ../tin.1:239
+#: ../tin.1:246
 msgid ""
 "Check if there is any new/unread news and exit with appropriate status. If "
 "\\&''B<-v>'' option is specified the number of unread articles in each group "
@@ -665,7 +689,7 @@ msgstr ""
 "that new/unread news exists. Useful for writing scripts."
 
 # type: Plain text
-#: ../tin.1:245
+#: ../tin.1:252
 msgid ""
 "B<tin> can also dynamically change its options by the B<OptionMenu> ('B<M>') "
 "command. Any changes are written to I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>. "
@@ -678,7 +702,7 @@ msgstr ""
 "CONFIGURABLE VARIABLES\" and B<tin>(5)."
 
 # type: Plain text
-#: ../tin.1:250
+#: ../tin.1:257
 msgid ""
 "A list of groups can be specified after the other command-line options. This "
 "can be useful if you wish to yank in or subscribe to a hand-picked subset of "
@@ -691,7 +715,7 @@ msgstr ""
 "the types of pattern that B<tin> understands."
 
 # type: Plain text
-#: ../tin.1:255
+#: ../tin.1:262
 msgid ""
 "If you specify a single group-name, or a wildcard that matches a single "
 "group, then you will automatically enter that group. Otherwise the normal "
@@ -704,7 +728,7 @@ msgstr ""
 "too, as though you had yanked just those groups in."
 
 # type: Plain text
-#: ../tin.1:259
+#: ../tin.1:266
 msgid ""
 "With the ''B<-w>'' flag a given group-name is used as default group to post "
 "to. If more than one group or a wildcard is specified only the first group "
@@ -715,7 +739,7 @@ msgstr ""
 "respectively the first group that matches is used."
 
 # type: Plain text
-#: ../tin.1:266
+#: ../tin.1:273
 msgid ""
 "Once you use B<SelectYankActive> ('B<y>') to yank in all active groups, or "
 "B<SelectToggleReadDisplay> ('B<r>') to toggle the read/unread status, then "
@@ -730,7 +754,7 @@ msgstr ""
 "active}> file and get them back."
 
 # type: Plain text
-#: ../tin.1:271
+#: ../tin.1:278
 msgid ""
 "NB: With the ''B<-n>'' flag, only unsubscribed groups in the I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file (or the newsrc-file given by the "
@@ -743,7 +767,7 @@ msgstr ""
 "newsrctable>) can be matched."
 
 # type: Plain text
-#: ../tin.1:276
+#: ../tin.1:283
 msgid ""
 "Command-line options have higher priority than attributes and tinrc "
 "options.  Thus, command-line option takes precedence over configured values."
@@ -752,19 +776,19 @@ msgstr ""
 "options.  Thus, command-line option takes precedence over configured values."
 
 # type: SH
-#: ../tin.1:276
+#: ../tin.1:283
 #, no-wrap
 msgid "USAGE"
 msgstr "USAGE"
 
 # type: SS
-#: ../tin.1:279
+#: ../tin.1:286
 #, no-wrap
 msgid "NEWS ADMINISTRATION"
 msgstr "NEWS ADMINISTRATION"
 
 # type: Plain text
-#: ../tin.1:283
+#: ../tin.1:290
 msgid ""
 "Maintaining Netnews on large networks of machines can be a pretty time "
 "consuming job as I discovered when I was given the job of maintaining our "
@@ -775,7 +799,7 @@ msgstr ""
 "news system and news users."
 
 # type: Plain text
-#: ../tin.1:293
+#: ../tin.1:300
 msgid ""
 "A user starting B<tin> for the first time can be automatically subscribed to "
 "a list of newsgroups that are deemed appropriate by the news administrator. "
@@ -794,13 +818,13 @@ msgstr ""
 "(B<RFC6048>) and all modern servers should understand it."
 
 # type: SS
-#: ../tin.1:293
+#: ../tin.1:300
 #, no-wrap
 msgid "SCREEN FORMAT"
 msgstr "SCREEN FORMAT"
 
 # type: Plain text
-#: ../tin.1:296
+#: ../tin.1:303
 msgid ""
 "B<tin> has four separate levels of operation: Selection level, Group level, "
 "Thread level and Article level."
@@ -809,7 +833,7 @@ msgstr ""
 "Thread level and Article level."
 
 # type: Plain text
-#: ../tin.1:301
+#: ../tin.1:308
 msgid ""
 "At the Selection level the title displays (the name of the newsserver and) "
 "the number of subscribed groups (containing new unread articles). The "
@@ -822,7 +846,7 @@ msgstr ""
 "unread articles displayed on the same line in front."
 
 # type: Plain text
-#: ../tin.1:309
+#: ../tin.1:316
 #, no-wrap
 msgid ""
 "-E<gt>M    1     2  comp.security.announce  Announcements from the CERT abou\n"
@@ -838,20 +862,20 @@ msgstr ""
 "  X    5   124  news.software.readers   Discussion of software used to r\n"
 
 # type: Plain text
-#: ../tin.1:312
+#: ../tin.1:319
 msgid ""
 "There may also be a character prefixing the line. An explanation follows:"
 msgstr ""
 "There may also be a character prefixing the line. An explanation follows:"
 
 # type: TP
-#: ../tin.1:312
+#: ../tin.1:319
 #, no-wrap
 msgid "B<u>"
 msgstr "B<u>"
 
 # type: Plain text
-#: ../tin.1:317
+#: ../tin.1:324
 msgid ""
 "This group is unsubscribed. To see only your subscribed groups use the "
 "B<SelectToggleReadDisplay> ('B<r>') or B<SelectYankActive> ('B<y>') toggle "
@@ -862,13 +886,13 @@ msgstr ""
 "keys."
 
 # type: TP
-#: ../tin.1:317
+#: ../tin.1:324
 #, no-wrap
 msgid "B<M>"
 msgstr "B<M>"
 
 # type: Plain text
-#: ../tin.1:322
+#: ../tin.1:329
 msgid ""
 "This is a moderated group. Any posts you make will have to be approved by "
 "the group administrator before it will be made public. B<tin> will ask for "
@@ -879,13 +903,13 @@ msgstr ""
 "confirmation before you post to a moderated group."
 
 # type: TP
-#: ../tin.1:322
+#: ../tin.1:329
 #, no-wrap
 msgid "B<N>"
 msgstr "B<N>"
 
 # type: Plain text
-#: ../tin.1:331
+#: ../tin.1:338
 msgid ""
 "This is a new newsgroup which has been created since you last used B<tin>. "
 "New newsgroups are not subscribed to by default (However, see the "
@@ -904,13 +928,13 @@ msgstr ""
 "in a later session."
 
 # type: TP
-#: ../tin.1:331
+#: ../tin.1:338
 #, no-wrap
 msgid "B<D>"
 msgstr "B<D>"
 
 # type: Plain text
-#: ../tin.1:336
+#: ../tin.1:343
 msgid ""
 "This group no longer exists. If you no longer wish to see this group then "
 "unsubscribe from it in the normal way. This flag will only appear if you "
@@ -921,13 +945,13 @@ msgstr ""
 "have set B<strip_bogus> to \"ask\" in the Options Menu."
 
 # type: TP
-#: ../tin.1:336
+#: ../tin.1:343
 #, no-wrap
 msgid "B<X>"
 msgstr "B<X>"
 
 # type: Plain text
-#: ../tin.1:340
+#: ../tin.1:347
 msgid ""
 "You may no longer make posts to this group. Often a group will be superseded "
 "by a more appropriately named one."
@@ -936,13 +960,13 @@ msgstr ""
 "by a more appropriately named one."
 
 # type: TP
-#: ../tin.1:340
+#: ../tin.1:347
 #, no-wrap
 msgid "B<=>"
 msgstr "B<=>"
 
 # type: Plain text
-#: ../tin.1:345
+#: ../tin.1:352
 msgid ""
 "This group has been renamed and you may no longer post to it. If you do, "
 "then you will receive an error from your newsserver telling you the correct "
@@ -953,7 +977,7 @@ msgstr ""
 "group to post to."
 
 # type: Plain text
-#: ../tin.1:350
+#: ../tin.1:357
 msgid ""
 "At the Group level the title contains the name of the group, the number of "
 "conversation threads, the threading method, the limit of articles to get, "
@@ -967,13 +991,13 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - make this autocenter
-#: ../tin.1:354
+#: ../tin.1:361
 #, no-wrap
 msgid "            alt.sources (5B -50/23+ 0* 3o 0K)\n"
 msgstr "            alt.sources (5B -50/23+ 0* 3o 0K)\n"
 
 # type: Plain text
-#: ../tin.1:362
+#: ../tin.1:369
 msgid ""
 "The characters after the numbers are depending to the configuration and if "
 "your are in B<show_only_unread_arts> mode or not. Some numbers could be "
@@ -990,7 +1014,7 @@ msgstr ""
 "redirected."
 
 # type: Plain text
-#: ../tin.1:373
+#: ../tin.1:380
 msgid ""
 "If a thread has unread articles in it it's marked with a "
 "B<art_marked_unread> in front of the total number of articles in the thread. "
@@ -1015,13 +1039,13 @@ msgstr ""
 "B<show_info> option."
 
 # type: Plain text
-#: ../tin.1:377
+#: ../tin.1:384
 #, no-wrap
 msgid "                de.admin.net-abuse.announce (11B 13+ 1* 1o 0K) M\n"
 msgstr "                de.admin.net-abuse.announce (11B 13+ 1* 1o 0K) M\n"
 
 # type: Plain text
-#: ../tin.1:382
+#: ../tin.1:389
 #, no-wrap
 msgid ""
 "-E<gt>   1   +   3  108 bincancels in de.talk.sex        Christopher Lueg E<lt>l\n"
@@ -1036,7 +1060,7 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - add description of fields
-#: ../tin.1:387
+#: ../tin.1:394
 msgid ""
 "At the Thread level the screen usually (depends on the threading method "
 "used) looks like this:"
@@ -1045,7 +1069,7 @@ msgstr ""
 "used) looks like this:"
 
 # type: Plain text
-#: ../tin.1:394
+#: ../tin.1:401
 #, no-wrap
 msgid ""
 "-E<gt>   1      [   7]  What is this funny tree in the thr  Robert F. Simmig\n"
@@ -1060,12 +1084,12 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - add description of fields
-#: ../tin.1:399
+#: ../tin.1:406
 msgid "At the Article level the page header has the following format:"
 msgstr "At the Article level the page header has the following format:"
 
 # type: Plain text
-#: ../tin.1:405
+#: ../tin.1:412
 #, no-wrap
 msgid ""
 "Sun, 28 Dec 1997 21:21:01   de.admin.news.groups      Thread   20 of 86\n"
@@ -1077,19 +1101,19 @@ msgstr ""
 "Urs Janssen E<lt>urs@akk.orgE<gt>        at Arbeitskreis Kultur und Kommunikati\n"
 
 # type: Plain text
-#: ../tin.1:407
+#: ../tin.1:414
 #, no-wrap
 msgid "article-body\n"
 msgstr "article-body\n"
 
 # type: SS
-#: ../tin.1:410
+#: ../tin.1:417
 #, no-wrap
 msgid "COMMON MOVING KEYS"
 msgstr "COMMON MOVING KEYS"
 
 # type: Plain text
-#: ../tin.1:413
+#: ../tin.1:420
 msgid ""
 "This table shows the common keys used for moving around all levels within "
 "B<tin>."
@@ -1098,13 +1122,13 @@ msgstr ""
 "B<tin>."
 
 # type: ta
-#: ../tin.1:415
+#: ../tin.1:422
 #, no-wrap
 msgid "\\w'Beg. of list/article  'u +\\w'ANSI/vt100   'u"
 msgstr "\\w'Beg. of list/article  'u +\\w'ANSI/vt100   'u"
 
 # type: Plain text
-#: ../tin.1:423
+#: ../tin.1:430
 #, no-wrap
 msgid ""
 "\tANSI/vt100\tOther Terminals\n"
@@ -1124,13 +1148,13 @@ msgstr ""
 "Line Down\tB<Down arrow>\tB<Down> (B<j> or B<^N>)\n"
 
 # type: SS
-#: ../tin.1:427
+#: ../tin.1:434
 #, no-wrap
 msgid "COMMON EDITING COMMANDS"
 msgstr "COMMON EDITING COMMANDS"
 
 # type: Plain text
-#: ../tin.1:432
+#: ../tin.1:439
 msgid ""
 "An emacs style editing package allows the easy editing of input strings.  An "
 "history list allows the easy reuse of previously entered strings.  In "
@@ -1143,35 +1167,35 @@ msgstr ""
 "editing a string:"
 
 # type: TP
-#: ../tin.1:433
+#: ../tin.1:440
 #, no-wrap
 msgid "B<^A, ^E>"
 msgstr "B<^A, ^E>"
 
 # type: Plain text
-#: ../tin.1:436
+#: ../tin.1:443
 msgid "move to beginning or end of line, respectively."
 msgstr "move to beginning or end of line, respectively."
 
 # type: TP
-#: ../tin.1:436
+#: ../tin.1:443
 #, no-wrap
 msgid "B<^F, ^B>"
 msgstr "B<^F, ^B>"
 
 # type: Plain text
-#: ../tin.1:439
+#: ../tin.1:446
 msgid "non-destructive move forward or back one location, respectively."
 msgstr "non-destructive move forward or back one location, respectively."
 
 # type: TP
-#: ../tin.1:439
+#: ../tin.1:446
 #, no-wrap
 msgid "B<^D>"
 msgstr "B<^D>"
 
 # type: Plain text
-#: ../tin.1:443
+#: ../tin.1:450
 msgid ""
 "delete the character currently under the cursor, or send EOF if no "
 "characters in the buffer."
@@ -1180,57 +1204,57 @@ msgstr ""
 "characters in the buffer."
 
 # type: TP
-#: ../tin.1:443
+#: ../tin.1:450
 #, no-wrap
 msgid "B<^H, E<lt>DELE<gt>>"
 msgstr "B<^H, E<lt>DELE<gt>>"
 
 # type: Plain text
-#: ../tin.1:446
+#: ../tin.1:453
 msgid "delete character left of the cursor."
 msgstr "delete character left of the cursor."
 
 # type: TP
-#: ../tin.1:446
+#: ../tin.1:453
 #, no-wrap
 msgid "B<^K>"
 msgstr "B<^K>"
 
 # type: Plain text
-#: ../tin.1:449
+#: ../tin.1:456
 msgid "delete from cursor to end of line."
 msgstr "delete from cursor to end of line."
 
 # type: TP
-#: ../tin.1:449
+#: ../tin.1:456
 #, no-wrap
 msgid "B<^P, ^N>"
 msgstr "B<^P, ^N>"
 
 # type: Plain text
-#: ../tin.1:452
+#: ../tin.1:459
 msgid "move through history, previous and next, respectively."
 msgstr "move through history, previous and next, respectively."
 
 # type: TP
-#: ../tin.1:452
+#: ../tin.1:459
 #, no-wrap
 msgid "B<^L, ^R>"
 msgstr "B<^L, ^R>"
 
 # type: Plain text
-#: ../tin.1:455
+#: ../tin.1:462
 msgid "redraw the current line."
 msgstr "redraw the current line."
 
 # type: TP
-#: ../tin.1:455
+#: ../tin.1:462
 #, no-wrap
 msgid "B<E<lt>CRE<gt>>"
 msgstr "B<E<lt>CRE<gt>>"
 
 # type: Plain text
-#: ../tin.1:459
+#: ../tin.1:466
 msgid ""
 "places line on history list if non-blank, appends newline and returns to the "
 "caller."
@@ -1239,24 +1263,24 @@ msgstr ""
 "caller."
 
 # type: TP
-#: ../tin.1:459
+#: ../tin.1:466
 #, no-wrap
 msgid "B<E<lt>ESCE<gt>>"
 msgstr "B<E<lt>ESCE<gt>>"
 
 # type: Plain text
-#: ../tin.1:464
+#: ../tin.1:471
 msgid "aborts the present editing operation."
 msgstr "aborts the present editing operation."
 
 # type: SS
-#: ../tin.1:464
+#: ../tin.1:471
 #, no-wrap
 msgid "GLOBAL COMMANDS"
 msgstr "GLOBAL COMMANDS"
 
 # type: Plain text
-#: ../tin.1:467
+#: ../tin.1:474
 msgid ""
 "The following commands are available at all 4 menu levels and always have "
 "the same effect."
@@ -1265,13 +1289,13 @@ msgstr ""
 "the same effect."
 
 # type: TP
-#: ../tin.1:468 ../tin.1:1328 ../tin.1:1381
+#: ../tin.1:475 ../tin.1:1338 ../tin.1:1391
 #, no-wrap
 msgid "B<ShellEscape '!'>"
 msgstr "B<ShellEscape '!'>"
 
 # type: Plain text
-#: ../tin.1:473
+#: ../tin.1:480
 msgid ""
 "Shell escape. B<ShellEscape> by itself will launch a shell, B<ShellEscape> "
 "E<lt>commandE<gt> will run an external E<lt>commandE<gt>. This facility may "
@@ -1282,57 +1306,57 @@ msgstr ""
 "have been disabled by the System Administrator."
 
 # type: TP
-#: ../tin.1:473
+#: ../tin.1:480
 #, no-wrap
 msgid "B<ToggleColor '&'>"
 msgstr "B<ToggleColor '&'>"
 
 # type: Plain text
-#: ../tin.1:476
+#: ../tin.1:483
 msgid "Toggle use of ANSI color."
 msgstr "Toggle use of ANSI colour."
 
 # type: TP
-#: ../tin.1:476
+#: ../tin.1:483
 #, no-wrap
 msgid "B<RedrawScr '^L'>"
 msgstr "B<RedrawScr '^L'>"
 
 # type: Plain text
-#: ../tin.1:479
+#: ../tin.1:486
 msgid "Redraw the current screen."
 msgstr "Redraw the current screen."
 
 # type: TP
-#: ../tin.1:479
+#: ../tin.1:486
 #, no-wrap
 msgid "B<ScrollUp 'E<lt>'>"
 msgstr "B<ScrollUp 'E<lt>'>"
 
 # type: Plain text
-#: ../tin.1:482
+#: ../tin.1:489
 msgid "Scroll screen up by one line."
 msgstr "Scroll screen up by one line."
 
 # type: TP
-#: ../tin.1:482
+#: ../tin.1:489
 #, no-wrap
 msgid "B<ScrollDown 'E<gt>'>"
 msgstr "B<ScrollDown 'E<gt>'>"
 
 # type: Plain text
-#: ../tin.1:485
+#: ../tin.1:492
 msgid "Scroll screen down by one line."
 msgstr "Scroll screen down by one line."
 
 # type: TP
-#: ../tin.1:485
+#: ../tin.1:492
 #, no-wrap
 msgid "B<Postponed 'O' '^O'>"
 msgstr "B<Postponed 'O' '^O'>"
 
 # type: Plain text
-#: ../tin.1:499
+#: ../tin.1:506
 msgid ""
 "Reload postponed article. If your system blocks the B<Postponed> key you "
 "must quote it by pressing 'B<^V>' (CTRL-V) first. The postpone-menu offers "
@@ -1359,13 +1383,13 @@ msgstr ""
 "('B<^O>''B<y>''B<q>'). See also ''B<-o>'' command-line switch."
 
 # type: TP
-#: ../tin.1:499 ../tin.1:1334 ../tin.1:1388
+#: ../tin.1:506 ../tin.1:1344 ../tin.1:1398
 #, no-wrap
 msgid "B<Help 'h'>"
 msgstr "B<Help 'h'>"
 
 # type: Plain text
-#: ../tin.1:505
+#: ../tin.1:512
 msgid ""
 "Help screen of commands available on the current menu. You can use "
 "B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and B<SearchRepeat> ('B<"
@@ -1376,24 +1400,24 @@ msgstr ""
 "\\e>') to search on this screen. B<Quit> ('B<q>') returns to the menu."
 
 # type: TP
-#: ../tin.1:505 ../tin.1:1337 ../tin.1:1391
+#: ../tin.1:512 ../tin.1:1347 ../tin.1:1401
 #, no-wrap
 msgid "B<ToggleHelpDisplay 'H'>"
 msgstr "B<ToggleHelpDisplay 'H'>"
 
 # type: Plain text
-#: ../tin.1:508 ../tin.1:1340 ../tin.1:1394
+#: ../tin.1:515 ../tin.1:1350 ../tin.1:1404
 msgid "Toggle the display of help mini menu at the bottom of the screen."
 msgstr "Toggle the display of help mini menu at the bottom of the screen."
 
 # type: TP
-#: ../tin.1:508
+#: ../tin.1:515
 #, no-wrap
 msgid "B<DisplayPostHist 'W'>"
 msgstr "B<DisplayPostHist 'W'>"
 
 # type: Plain text
-#: ../tin.1:514
+#: ../tin.1:521
 msgid ""
 "List articles posted by user. The date posted, the newsgroup and the subject "
 "are listed. You can use B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and "
@@ -1406,42 +1430,42 @@ msgstr ""
 "returns to the menu."
 
 # type: TP
-#: ../tin.1:514
+#: ../tin.1:521
 #, no-wrap
 msgid "B<Version 'v'>"
 msgstr "B<Version 'v'>"
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:519
+#: ../tin.1:526
 msgid "Print B<tin> version information."
 msgstr "Print B<tin> version information."
 
 # type: SS
-#: ../tin.1:519
+#: ../tin.1:526
 #, no-wrap
 msgid "NEWSGROUP SELECTION COMMANDS"
 msgstr "NEWSGROUP SELECTION COMMANDS"
 
 # type: TP
-#: ../tin.1:520 ../tin.1:648 ../tin.1:898 ../tin.1:1062
+#: ../tin.1:527 ../tin.1:655 ../tin.1:905 ../tin.1:1069 ../tin.1:3242
 #, no-wrap
 msgid "B<4>"
 msgstr "B<4>"
 
 # type: Plain text
-#: ../tin.1:523
+#: ../tin.1:530
 msgid "Select group 4."
 msgstr "Select group 4."
 
 # type: TP
-#: ../tin.1:523
+#: ../tin.1:530
 #, no-wrap
 msgid "B<SelectResetNewsrc '^R'>"
 msgstr "B<SelectResetNewsrc '^R'>"
 
 # type: Plain text
-#: ../tin.1:527
+#: ../tin.1:534
 msgid ""
 "Reset I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. This will destroy all "
 "records of which articles have been read, so use this carefully."
@@ -1450,13 +1474,13 @@ msgstr ""
 "records of which articles have been read, so use this carefully."
 
 # type: TP
-#: ../tin.1:527 ../tin.1:669 ../tin.1:919
+#: ../tin.1:534 ../tin.1:676 ../tin.1:926
 #, no-wrap
 msgid "B<SetRange '#'>"
 msgstr "B<SetRange '#'>"
 
 # type: Plain text
-#: ../tin.1:531 ../tin.1:673 ../tin.1:923
+#: ../tin.1:538 ../tin.1:680 ../tin.1:930
 msgid ""
 "Choose a range of articles to be affected by the next command. See the "
 "section \"RANGES\" for more information."
@@ -1465,71 +1489,71 @@ msgstr ""
 "section \"RANGES\" for more information."
 
 # type: TP
-#: ../tin.1:531
+#: ../tin.1:538
 #, no-wrap
 msgid "B<SelectSortActive '.'>"
 msgstr "B<SelectSortActive '.'>"
 
 # type: Plain text
-#: ../tin.1:534
+#: ../tin.1:541
 msgid "Sort the list of newsgroups."
 msgstr "Sort the list of newsgroups."
 
 # type: TP
-#: ../tin.1:534 ../tin.1:676 ../tin.1:926 ../tin.1:1113 ../tin.1:1325
-#: ../tin.1:1375
+#: ../tin.1:541 ../tin.1:683 ../tin.1:933 ../tin.1:1123 ../tin.1:1335
+#: ../tin.1:1385
 #, no-wrap
 msgid "B<SearchRepeat '\\e'>"
 msgstr "B<SearchRepeat '\\e'>"
 
 # type: Plain text
-#: ../tin.1:537 ../tin.1:929 ../tin.1:1116 ../tin.1:1328 ../tin.1:1378
+#: ../tin.1:544 ../tin.1:936 ../tin.1:1126 ../tin.1:1338 ../tin.1:1388
 msgid "Repeat the previous search."
 msgstr "Repeat the previous search."
 
 # type: TP
-#: ../tin.1:537 ../tin.1:679 ../tin.1:929 ../tin.1:1116 ../tin.1:1319
-#: ../tin.1:1369
+#: ../tin.1:544 ../tin.1:686 ../tin.1:936 ../tin.1:1126 ../tin.1:1329
+#: ../tin.1:1379
 #, no-wrap
 msgid "B<SearchSubjF '/'>"
 msgstr "B<SearchSubjF '/'>"
 
 # type: Plain text
-#: ../tin.1:540
+#: ../tin.1:547
 msgid "Search for a group by name and description (if displayed)."
 msgstr "Search for a group by name and description (if displayed)."
 
 # type: TP
-#: ../tin.1:540 ../tin.1:682 ../tin.1:932 ../tin.1:1119 ../tin.1:1322
-#: ../tin.1:1372
+#: ../tin.1:547 ../tin.1:689 ../tin.1:939 ../tin.1:1129 ../tin.1:1332
+#: ../tin.1:1382
 #, no-wrap
 msgid "B<SearchSubjB '?'>"
 msgstr "B<SearchSubjB '?'>"
 
 # type: Plain text
-#: ../tin.1:543
+#: ../tin.1:550
 msgid "Backward search through the group names and descriptions."
 msgstr "Backward search through the group names and descriptions."
 
 # type: TP
-#: ../tin.1:543
+#: ../tin.1:550
 #, no-wrap
 msgid "B<SelectReadGrp '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<SelectReadGrp '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:546
+#: ../tin.1:553
 msgid "Read current group."
 msgstr "Read current group."
 
 # type: TP
-#: ../tin.1:546
+#: ../tin.1:553
 #, no-wrap
 msgid "B<SelectEnterNextUnreadGrp 'E<lt>TABE<gt>' 'n'>"
 msgstr "B<SelectEnterNextUnreadGrp 'E<lt>TABE<gt>' 'n'>"
 
 # type: Plain text
-#: ../tin.1:550
+#: ../tin.1:557
 msgid ""
 "Enter next group with unread news. Will wrap around to the beginning of the "
 "group selection list looking for unread groups."
@@ -1538,13 +1562,13 @@ msgstr ""
 "group selection list looking for unread groups."
 
 # type: TP
-#: ../tin.1:550 ../tin.1:757 ../tin.1:970 ../tin.1:1177
+#: ../tin.1:557 ../tin.1:764 ../tin.1:977 ../tin.1:1187
 #, no-wrap
 msgid "B<Catchup 'c'>"
 msgstr "B<Catchup 'c'>"
 
 # type: Plain text
-#: ../tin.1:554
+#: ../tin.1:561
 msgid ""
 "Make current group as all read [after confirmation] and move to the next "
 "group in the group selection list."
@@ -1553,13 +1577,13 @@ msgstr ""
 "group in the group selection list."
 
 # type: TP
-#: ../tin.1:554 ../tin.1:761 ../tin.1:974 ../tin.1:1181
+#: ../tin.1:561 ../tin.1:768 ../tin.1:981 ../tin.1:1191
 #, no-wrap
 msgid "B<CatchupNextUnread 'C'>"
 msgstr "B<CatchupNextUnread 'C'>"
 
 # type: Plain text
-#: ../tin.1:558
+#: ../tin.1:565
 msgid ""
 "Mark current group as all read [after confirmation] and enter the next "
 "unread group in the group selection list."
@@ -1568,13 +1592,13 @@ msgstr ""
 "unread group in the group selection list."
 
 # type: TP
-#: ../tin.1:558
+#: ../tin.1:565
 #, no-wrap
 msgid "B<SelectToggleDescriptions 'd'>"
 msgstr "B<SelectToggleDescriptions 'd'>"
 
 # type: Plain text
-#: ../tin.1:562
+#: ../tin.1:569
 msgid ""
 "Toggle display to show just the group name or the group name and the group "
 "descriptions."
@@ -1583,24 +1607,24 @@ msgstr ""
 "descriptions."
 
 # type: TP
-#: ../tin.1:562 ../tin.1:774 ../tin.1:987 ../tin.1:1193
+#: ../tin.1:569 ../tin.1:781 ../tin.1:994 ../tin.1:1203
 #, no-wrap
 msgid "B<EditFilter 'E'>"
 msgstr "B<EditFilter 'E'>"
 
 # type: Plain text
-#: ../tin.1:565 ../tin.1:777 ../tin.1:990 ../tin.1:1196
+#: ../tin.1:572 ../tin.1:784 ../tin.1:997 ../tin.1:1206
 msgid "Edit the filter file and reload it afterwards."
 msgstr "Edit the filter file and reload it afterwards."
 
 # type: TP
-#: ../tin.1:565
+#: ../tin.1:572
 #, no-wrap
 msgid "B<SelectGoto 'g'>"
 msgstr "B<SelectGoto 'g'>"
 
 # type: Plain text
-#: ../tin.1:569 ../tin.1:781
+#: ../tin.1:576 ../tin.1:788
 msgid ""
 "Choose a new group by name. This command can be used to access any group, "
 "even those not currently yanked in."
@@ -1609,14 +1633,14 @@ msgstr ""
 "even those not currently yanked in."
 
 # type: TP
-#: ../tin.1:569 ../tin.1:784 ../tin.1:990 ../tin.1:1209 ../tin.1:1331
-#: ../tin.1:1384
+#: ../tin.1:576 ../tin.1:791 ../tin.1:997 ../tin.1:1219 ../tin.1:1341
+#: ../tin.1:1394
 #, no-wrap
 msgid "B<ToggleInfoLastLine 'i'>"
 msgstr "B<ToggleInfoLastLine 'i'>"
 
 # type: Plain text
-#: ../tin.1:574
+#: ../tin.1:581
 msgid ""
 "Toggle the display of the description of the current newsgroup in the last "
 "line. This will not be available if B<tin> was started with the \\&''B<-d>'' "
@@ -1627,24 +1651,24 @@ msgstr ""
 "option."
 
 # type: TP
-#: ../tin.1:574 ../tin.1:788 ../tin.1:993 ../tin.1:1212
+#: ../tin.1:581 ../tin.1:795 ../tin.1:1000 ../tin.1:1222
 #, no-wrap
 msgid "B<ToggleInverseVideo 'I'>"
 msgstr "B<ToggleInverseVideo 'I'>"
 
 # type: Plain text
-#: ../tin.1:577 ../tin.1:791 ../tin.1:996 ../tin.1:1215
+#: ../tin.1:584 ../tin.1:798 ../tin.1:1003 ../tin.1:1225
 msgid "Toggle inverse video."
 msgstr "Toggle inverse video."
 
 # type: TP
-#: ../tin.1:577
+#: ../tin.1:584
 #, no-wrap
 msgid "B<SelectMoveGrp 'm'>"
 msgstr "B<SelectMoveGrp 'm'>"
 
 # type: Plain text
-#: ../tin.1:583
+#: ../tin.1:590
 msgid ""
 "Move the current group within the group selection list. By entering '1' the "
 "group will become the first displayed group in the list, by entering '8' the "
@@ -1657,13 +1681,13 @@ msgstr ""
 "group displayed."
 
 # type: TP
-#: ../tin.1:583 ../tin.1:808 ../tin.1:1229
+#: ../tin.1:590 ../tin.1:815 ../tin.1:1239
 #, no-wrap
 msgid "B<OptionMenu 'M'>"
 msgstr "B<OptionMenu 'M'>"
 
 # type: Plain text
-#: ../tin.1:587 ../tin.1:812 ../tin.1:1233
+#: ../tin.1:594 ../tin.1:819 ../tin.1:1243
 msgid ""
 "User configurable options menu (for more information see section \"GLOBAL "
 "OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES\")."
@@ -1672,24 +1696,24 @@ msgstr ""
 "OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES\")."
 
 # type: TP
-#: ../tin.1:587
+#: ../tin.1:594
 #, no-wrap
 msgid "B<SelectNextUnreadGrp 'N'>"
 msgstr "B<SelectNextUnreadGrp 'N'>"
 
 # type: Plain text
-#: ../tin.1:590
+#: ../tin.1:597
 msgid "Positions the cursor on the next group with unread articles in it."
 msgstr "Positions the cursor on the next group with unread articles in it."
 
 # type: TP
-#: ../tin.1:590 ../tin.1:829 ../tin.1:1015 ../tin.1:1250
+#: ../tin.1:597 ../tin.1:836 ../tin.1:1022 ../tin.1:1260
 #, no-wrap
 msgid "B<Quit 'q'>"
 msgstr "B<Quit 'q'>"
 
 # type: Plain text
-#: ../tin.1:594
+#: ../tin.1:601
 msgid ""
 "Quit B<tin> - ask the user to confirm if B<confirm_choice> is set "
 "accordingly."
@@ -1698,24 +1722,24 @@ msgstr ""
 "accordingly."
 
 # type: TP
-#: ../tin.1:594 ../tin.1:832 ../tin.1:1018 ../tin.1:1253
+#: ../tin.1:601 ../tin.1:839 ../tin.1:1025 ../tin.1:1263
 #, no-wrap
 msgid "B<QuitTin 'Q'>"
 msgstr "B<QuitTin 'Q'>"
 
 # type: Plain text
-#: ../tin.1:597 ../tin.1:835 ../tin.1:1021 ../tin.1:1256
+#: ../tin.1:604 ../tin.1:842 ../tin.1:1028 ../tin.1:1266
 msgid "Quit B<tin> - don't ask the user to confirm."
 msgstr "Quit B<tin> - don't ask the user to confirm."
 
 # type: TP
-#: ../tin.1:597
+#: ../tin.1:604
 #, no-wrap
 msgid "B<SelectToggleReadDisplay 'r'>"
 msgstr "B<SelectToggleReadDisplay 'r'>"
 
 # type: Plain text
-#: ../tin.1:602
+#: ../tin.1:609
 msgid ""
 "Toggle display of all subscribed to groups and just those groups containing "
 "unread articles. Command has no effect if groups were specified on the "
@@ -1726,13 +1750,13 @@ msgstr ""
 "command-line when B<tin> was started."
 
 # type: TP
-#: ../tin.1:602 ../tin.1:838 ../tin.1:1021
+#: ../tin.1:609 ../tin.1:845 ../tin.1:1028
 #, no-wrap
 msgid "B<BugReport 'R'>"
 msgstr "B<BugReport 'R'>"
 
 # type: Plain text
-#: ../tin.1:606 ../tin.1:842 ../tin.1:1025
+#: ../tin.1:613 ../tin.1:849 ../tin.1:1032
 msgid ""
 "Mail a bug report or comment to E<lt>tin-bugs@tin.orgE<gt>. This is the best "
 "way of getting bugs fixed and features added/changed."
@@ -1741,24 +1765,24 @@ msgstr ""
 "way of getting bugs fixed and features added/changed."
 
 # type: TP
-#: ../tin.1:606
+#: ../tin.1:613
 #, no-wrap
 msgid "B<SelectSubscribe 's'>"
 msgstr "B<SelectSubscribe 's'>"
 
 # type: Plain text
-#: ../tin.1:609
+#: ../tin.1:616
 msgid "Subscribe to current group."
 msgstr "Subscribe to current group."
 
 # type: TP
-#: ../tin.1:609
+#: ../tin.1:616
 #, no-wrap
 msgid "B<SelectSubscribePat 'S'>"
 msgstr "B<SelectSubscribePat 'S'>"
 
 # type: Plain text
-#: ../tin.1:614
+#: ../tin.1:621
 msgid ""
 "Subscribe to groups matching user specified pattern. See the section "
 "\"NEWSGROUP LISTS & WILDCARDS\" for the types of pattern that B<tin> "
@@ -1769,13 +1793,13 @@ msgstr ""
 "understands."
 
 # type: TP
-#: ../tin.1:614
+#: ../tin.1:621
 #, no-wrap
 msgid "B<SelectUnsubscribe 'u'>"
 msgstr "B<SelectUnsubscribe 'u'>"
 
 # type: Plain text
-#: ../tin.1:619
+#: ../tin.1:626
 msgid ""
 "Unsubscribe to current group. This can be used to remove bogus groups.  See "
 "B<strip_bogus> in the \"GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES"
@@ -1786,13 +1810,13 @@ msgstr ""
 "\" section."
 
 # type: TP
-#: ../tin.1:619
+#: ../tin.1:626
 #, no-wrap
 msgid "B<SelectUnsubscribePat 'U'>"
 msgstr "B<SelectUnsubscribePat 'U'>"
 
 # type: Plain text
-#: ../tin.1:624
+#: ../tin.1:631
 msgid ""
 "Unsubscribe to groups matching user specified pattern. See the section "
 "\"NEWSGROUP LISTS & WILDCARDS\" for the types of pattern that B<tin> "
@@ -1803,13 +1827,13 @@ msgstr ""
 "understands."
 
 # type: TP
-#: ../tin.1:624 ../tin.1:866 ../tin.1:1040 ../tin.1:1290
+#: ../tin.1:631 ../tin.1:873 ../tin.1:1047 ../tin.1:1300
 #, no-wrap
 msgid "B<Post 'w'>"
 msgstr "B<Post 'w'>"
 
 # type: Plain text
-#: ../tin.1:630
+#: ../tin.1:637
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to B<PostEdit> ('B<e>') the article again, B<PostPostpone> "
@@ -1822,24 +1846,24 @@ msgstr ""
 "discard it via B<Quit> ('B<q>')."
 
 # type: TP
-#: ../tin.1:630
+#: ../tin.1:637
 #, no-wrap
 msgid "B<SelectQuitNoWrite 'X'>"
 msgstr "B<SelectQuitNoWrite 'X'>"
 
 # type: Plain text
-#: ../tin.1:633
+#: ../tin.1:640
 msgid "Quit B<tin> without saving any changes to the configuration."
 msgstr "Quit B<tin> without saving any changes to the configuration."
 
 # type: TP
-#: ../tin.1:633
+#: ../tin.1:640
 #, no-wrap
 msgid "B<SelectYankActive 'y'>"
 msgstr "B<SelectYankActive 'y'>"
 
 # type: Plain text
-#: ../tin.1:638
+#: ../tin.1:645
 msgid ""
 "Yanks in all groups. Toggles the displayed groups between all the groups in "
 "the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file and just "
@@ -1850,13 +1874,13 @@ msgstr ""
 "those that are subscribed to in I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>."
 
 # type: TP
-#: ../tin.1:638
+#: ../tin.1:645
 #, no-wrap
 msgid "B<SelectSyncWithActive 'Y'>"
 msgstr "B<SelectSyncWithActive 'Y'>"
 
 # type: Plain text
-#: ../tin.1:642
+#: ../tin.1:649
 msgid ""
 "Reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file "
 "to see if any new news has arrived since starting B<tin>."
@@ -1865,36 +1889,36 @@ msgstr ""
 "to see if any new news has arrived since starting B<tin>."
 
 # type: TP
-#: ../tin.1:642
+#: ../tin.1:649
 #, no-wrap
 msgid "B<SelectMarkGrpUnread 'z' 'Z'>"
 msgstr "B<SelectMarkGrpUnread 'z' 'Z'>"
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:647
+#: ../tin.1:654
 msgid "Mark all articles in the current group as unread."
 msgstr "Mark all articles in the current group as unread."
 
 # type: SS
-#: ../tin.1:647
+#: ../tin.1:654
 #, no-wrap
 msgid "GROUP INDEX COMMANDS"
 msgstr "GROUP INDEX COMMANDS"
 
 # type: Plain text
-#: ../tin.1:651
+#: ../tin.1:658
 msgid "Select article 4."
 msgstr "Select article 4."
 
 # type: TP
-#: ../tin.1:651 ../tin.1:901 ../tin.1:1065
+#: ../tin.1:658 ../tin.1:908 ../tin.1:1072
 #, no-wrap
 msgid "B<MenuFilterSelect '^A'>"
 msgstr "B<MenuFilterSelect '^A'>"
 
 # type: Plain text
-#: ../tin.1:655 ../tin.1:905 ../tin.1:1069
+#: ../tin.1:662 ../tin.1:912 ../tin.1:1076
 msgid ""
 "Auto select article(s) using a menu. Read the section \"FILTERING ARTICLES\" "
 "for more information."
@@ -1903,13 +1927,13 @@ msgstr ""
 "for more information."
 
 # type: TP
-#: ../tin.1:655 ../tin.1:905 ../tin.1:1081
+#: ../tin.1:662 ../tin.1:912 ../tin.1:1088
 #, no-wrap
 msgid "B<MenuFilterKill '^K'>"
 msgstr "B<MenuFilterKill '^K'>"
 
 # type: Plain text
-#: ../tin.1:659 ../tin.1:909 ../tin.1:1085
+#: ../tin.1:666 ../tin.1:916 ../tin.1:1092
 msgid ""
 "Kill article(s) using a menu. Read the section \"FILTERING ARTICLES\" for "
 "more information."
@@ -1918,13 +1942,13 @@ msgstr ""
 "more information."
 
 # type: TP
-#: ../tin.1:659 ../tin.1:909
+#: ../tin.1:666 ../tin.1:916
 #, no-wrap
 msgid "B<MarkFeedRead '^X'>"
 msgstr "B<MarkFeedRead '^X'>"
 
 # type: Plain text
-#: ../tin.1:664 ../tin.1:914
+#: ../tin.1:671 ../tin.1:921
 msgid ""
 "Mark current article, thread, range, auto-selected (hot) articles, articles "
 "matching pattern or tagged articles as read. A prompt asks which type should "
@@ -1935,13 +1959,13 @@ msgstr ""
 "be marked."
 
 # type: TP
-#: ../tin.1:664 ../tin.1:914
+#: ../tin.1:671 ../tin.1:921
 #, no-wrap
 msgid "B<MarkFeedUnread '^W'>"
 msgstr "B<MarkFeedUnread '^W'>"
 
 # type: Plain text
-#: ../tin.1:669 ../tin.1:919
+#: ../tin.1:676 ../tin.1:926
 msgid ""
 "Mark current article, thread, range, auto-selected (hot) articles, articles "
 "matching pattern or tagged articles as unread. A prompt asks which type "
@@ -1952,50 +1976,50 @@ msgstr ""
 "should be marked."
 
 # type: TP
-#: ../tin.1:673 ../tin.1:923 ../tin.1:1110
+#: ../tin.1:680 ../tin.1:930 ../tin.1:1120
 #, no-wrap
 msgid "B<LastViewed '-'>"
 msgstr "B<LastViewed '-'>"
 
 # type: Plain text
-#: ../tin.1:676 ../tin.1:926 ../tin.1:1113
+#: ../tin.1:683 ../tin.1:933 ../tin.1:1123
 msgid "Re-enter the last message that was viewed."
 msgstr "Re-enter the last message that was viewed."
 
 # type: Plain text
-#: ../tin.1:679
+#: ../tin.1:686
 msgid "Repeat the previous search"
 msgstr "Repeat the previous search"
 
 # type: Plain text
-#: ../tin.1:682
+#: ../tin.1:689
 msgid "Search forward for specified subject."
 msgstr "Search forward for specified subject."
 
 # type: Plain text
-#: ../tin.1:685
+#: ../tin.1:692
 msgid "Search backward for specified subject."
 msgstr "Search backward for specified subject."
 
 # type: TP
-#: ../tin.1:685
+#: ../tin.1:692
 #, no-wrap
 msgid "B<GroupSelThd '*'>"
 msgstr "B<GroupSelThd '*'>"
 
 # type: Plain text
-#: ../tin.1:688
+#: ../tin.1:695
 msgid "Select current thread for later processing."
 msgstr "Select current thread for later processing."
 
 # type: TP
-#: ../tin.1:688
+#: ../tin.1:695
 #, no-wrap
 msgid "B<GroupDoAutoSel '+'>"
 msgstr "B<GroupDoAutoSel '+'>"
 
 # type: Plain text
-#: ../tin.1:692
+#: ../tin.1:699
 msgid ""
 "Selects all threads in current group. It is a shortcut for calling "
 "B<GroupSelPattern> with a pattern of ''*''."
@@ -2004,13 +2028,13 @@ msgstr ""
 "B<GroupSelPattern> with a pattern of ''*''."
 
 # type: TP
-#: ../tin.1:692
+#: ../tin.1:699
 #, no-wrap
 msgid "B<GroupToggleThdSel '.'>"
 msgstr "B<GroupToggleThdSel '.'>"
 
 # type: Plain text
-#: ../tin.1:697
+#: ../tin.1:704
 msgid ""
 "Toggle selection of current thread. If at least one unread article, (but not "
 "every unread article) in the current thread is selected, then all unread "
@@ -2021,13 +2045,13 @@ msgstr ""
 "articles become selected."
 
 # type: TP
-#: ../tin.1:697
+#: ../tin.1:704
 #, no-wrap
 msgid "B<GroupSelThdIfUnreadSelected ';'>"
 msgstr "B<GroupSelThdIfUnreadSelected ';'>"
 
 # type: Plain text
-#: ../tin.1:702
+#: ../tin.1:709
 msgid ""
 "For each thread in current group, if it at least one unread article is "
 "selected, all unread articles become selected. This is useful for auto-"
@@ -2038,13 +2062,13 @@ msgstr ""
 "selection on author where reader wants to see entire thread."
 
 # type: TP
-#: ../tin.1:702
+#: ../tin.1:709
 #, no-wrap
 msgid "B<GroupSelPattern '='>"
 msgstr "B<GroupSelPattern '='>"
 
 # type: Plain text
-#: ../tin.1:708
+#: ../tin.1:715
 msgid ""
 "Prompts for a pattern with which to match on. All threads whose subjects "
 "match the pattern will be marked selected. A pattern of ''*'' will match all "
@@ -2057,24 +2081,24 @@ msgstr ""
 "was entered."
 
 # type: TP
-#: ../tin.1:708
+#: ../tin.1:715
 #, no-wrap
 msgid "B<GroupReverseSel '@'>"
 msgstr "B<GroupReverseSel '@'>"
 
 # type: Plain text
-#: ../tin.1:711
+#: ../tin.1:718
 msgid "Reverse all selections on all articles."
 msgstr "Reverse all selections on all articles."
 
 # type: TP
-#: ../tin.1:711
+#: ../tin.1:718
 #, no-wrap
 msgid "B<GroupUndoSel '~'>"
 msgstr "B<GroupUndoSel '~'>"
 
 # type: Plain text
-#: ../tin.1:717
+#: ../tin.1:724
 msgid ""
 "Undo all selections on all articles. It clears the toggle effect of "
 "B<GroupMarkUnselArtRead> ('B<X>') command. Thus after first doing a "
@@ -2087,13 +2111,13 @@ msgstr ""
 "Thus, one can iteratively whittle down uninteresting threads."
 
 # type: TP
-#: ../tin.1:717 ../tin.1:947 ../tin.1:1136
+#: ../tin.1:724 ../tin.1:954 ../tin.1:1146
 #, no-wrap
 msgid "B<Pipe '|'>"
 msgstr "B<Pipe '|'>"
 
 # type: Plain text
-#: ../tin.1:722 ../tin.1:952 ../tin.1:1141
+#: ../tin.1:729 ../tin.1:959 ../tin.1:1151
 msgid ""
 "Pipe current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles into command. See the section \"MAILING "
@@ -2104,13 +2128,13 @@ msgstr ""
 "PIPING PRINTING REPOSTING AND SAVING ARTICLES\" for more information."
 
 # type: TP
-#: ../tin.1:722 ../tin.1:1141
+#: ../tin.1:729 ../tin.1:1151
 #, no-wrap
 msgid "B<QuickFilterSelect '['>"
 msgstr "B<QuickFilterSelect '['>"
 
 # type: Plain text
-#: ../tin.1:731
+#: ../tin.1:738
 msgid ""
 "Auto select article(s) with a single key [after confirmation]. The defaults "
 "used for selection are based upon the following four tinrc config variables: "
@@ -2129,13 +2153,13 @@ msgstr ""
 "information on filtering."
 
 # type: TP
-#: ../tin.1:731 ../tin.1:1150
+#: ../tin.1:738 ../tin.1:1160
 #, no-wrap
 msgid "B<QuickFilterKill ']'>"
 msgstr "B<QuickFilterKill ']'>"
 
 # type: Plain text
-#: ../tin.1:740
+#: ../tin.1:747
 msgid ""
 "Kill article(s) with a single key [after confirmation]. The defaults used "
 "for killing are based upon the following four tinrc config variables: "
@@ -2154,35 +2178,35 @@ msgstr ""
 "information on filtering."
 
 # type: TP
-#: ../tin.1:740
+#: ../tin.1:747
 #, no-wrap
 msgid "B<GroupReadBasenote '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<GroupReadBasenote '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:743
+#: ../tin.1:750
 msgid "Read current article."
 msgstr "Read current article."
 
 # type: TP
-#: ../tin.1:743
+#: ../tin.1:750
 #, no-wrap
 msgid "B<GroupNextUnreadArtOrGrp 'E<lt>TABE<gt>'>"
 msgstr "B<GroupNextUnreadArtOrGrp 'E<lt>TABE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:746
+#: ../tin.1:753
 msgid "View next unread article or group."
 msgstr "View next unread article or group."
 
 # type: TP
-#: ../tin.1:746 ../tin.1:958 ../tin.1:1167
+#: ../tin.1:753 ../tin.1:965 ../tin.1:1177
 #, no-wrap
 msgid "B<SearchAuthF 'a'>"
 msgstr "B<SearchAuthF 'a'>"
 
 # type: Plain text
-#: ../tin.1:750
+#: ../tin.1:757
 msgid ""
 "Author forward search. This searches for articles with a specific ''From:'' "
 "line."
@@ -2191,24 +2215,24 @@ msgstr ""
 "line."
 
 # type: TP
-#: ../tin.1:750 ../tin.1:963 ../tin.1:1170
+#: ../tin.1:757 ../tin.1:970 ../tin.1:1180
 #, no-wrap
 msgid "B<SearchAuthB 'A'>"
 msgstr "B<SearchAuthB 'A'>"
 
 # type: Plain text
-#: ../tin.1:753 ../tin.1:966
+#: ../tin.1:760 ../tin.1:973
 msgid "Author backward search. Otherwise, see B<SearchAuthF> ('B<a>') above."
 msgstr "Author backward search. Otherwise, see B<SearchAuthF> ('B<a>') above."
 
 # type: TP
-#: ../tin.1:753 ../tin.1:966 ../tin.1:1173
+#: ../tin.1:760 ../tin.1:973 ../tin.1:1183
 #, no-wrap
 msgid "B<SearchBody 'B'>"
 msgstr "B<SearchBody 'B'>"
 
 # type: Plain text
-#: ../tin.1:757 ../tin.1:970 ../tin.1:1177
+#: ../tin.1:764 ../tin.1:977 ../tin.1:1187
 msgid ""
 "Search the body of all articles in group (can be slow). You can abort the "
 "search using B<Quit> ('B<q>')."
@@ -2217,7 +2241,7 @@ msgstr ""
 "search using B<Quit> ('B<q>')."
 
 # type: Plain text
-#: ../tin.1:761
+#: ../tin.1:768
 msgid ""
 "Mark all articles as read [after confirmation] then return to the group "
 "selection list. Move cursor to next group."
@@ -2226,7 +2250,7 @@ msgstr ""
 "selection list. Move cursor to next group."
 
 # type: Plain text
-#: ../tin.1:765
+#: ../tin.1:772
 msgid ""
 "Mark all articles as read [after confirmation] and enter the next group with "
 "unread news."
@@ -2235,13 +2259,13 @@ msgstr ""
 "unread news."
 
 # type: TP
-#: ../tin.1:765
+#: ../tin.1:772
 #, no-wrap
 msgid "B<GroupToggleSubjDisplay 'd'>"
 msgstr "B<GroupToggleSubjDisplay 'd'>"
 
 # type: Plain text
-#: ../tin.1:769 ../tin.1:982
+#: ../tin.1:776 ../tin.1:989
 msgid ""
 "Cycle the display of the author through all the possible options for the "
 "tinrc variable B<show_author>."
@@ -2250,13 +2274,13 @@ msgstr ""
 "tinrc variable B<show_author>."
 
 # type: TP
-#: ../tin.1:769
+#: ../tin.1:776
 #, no-wrap
 msgid "B<GroupCancel 'D'>"
 msgstr "B<GroupCancel 'D'>"
 
 # type: Plain text
-#: ../tin.1:774 ../tin.1:987 ../tin.1:1190
+#: ../tin.1:781 ../tin.1:994 ../tin.1:1200
 msgid ""
 "Cancel (delete) or supersede (overwrite) the current article. It must have "
 "been posted by the same user. The cancel message can be seen in the "
@@ -2267,24 +2291,24 @@ msgstr ""
 "newsgroup 'control' or 'control.cancel'."
 
 # type: TP
-#: ../tin.1:777
+#: ../tin.1:784
 #, no-wrap
 msgid "B<GroupGoto 'g'>"
 msgstr "B<GroupGoto 'g'>"
 
 # type: TP
-#: ../tin.1:781
+#: ../tin.1:788
 #, no-wrap
 msgid "B<GroupToggleGetartLimit 'G'>"
 msgstr "B<GroupToggleGetartLimit 'G'>"
 
 # type: Plain text
-#: ../tin.1:784
+#: ../tin.1:791
 msgid "Toggle article/group limit."
 msgstr "Toggle article/group limit."
 
 # type: Plain text
-#: ../tin.1:788
+#: ../tin.1:795
 msgid ""
 "Display the subject of the first article in the current thread in the last "
 "line."
@@ -2293,13 +2317,13 @@ msgstr ""
 "line."
 
 # type: TP
-#: ../tin.1:791
+#: ../tin.1:798
 #, no-wrap
 msgid "B<GroupMarkThdRead 'K'>"
 msgstr "B<GroupMarkThdRead 'K'>"
 
 # type: Plain text
-#: ../tin.1:797
+#: ../tin.1:804
 msgid ""
 "Mark article/thread as read and move onto the next unread article/thread. If "
 "a range of articles/threads is set, the range will be marked as read instead "
@@ -2312,35 +2336,35 @@ msgstr ""
 "prompt asks how to proceed."
 
 # type: TP
-#: ../tin.1:797
+#: ../tin.1:804
 #, no-wrap
 msgid "B<GroupListThd 'l'>"
 msgstr "B<GroupListThd 'l'>"
 
 # type: Plain text
-#: ../tin.1:800
+#: ../tin.1:807
 msgid "Open the thread under the current cursor position."
 msgstr "Open the thread under the current cursor position."
 
 # type: TP
-#: ../tin.1:800 ../tin.1:1002 ../tin.1:1221
+#: ../tin.1:807 ../tin.1:1009 ../tin.1:1231
 #, no-wrap
 msgid "B<LookupMessage 'L'>"
 msgstr "B<LookupMessage 'L'>"
 
 # type: Plain text
-#: ../tin.1:803 ../tin.1:1005 ../tin.1:1224
+#: ../tin.1:810 ../tin.1:1012 ../tin.1:1234
 msgid "Look up article by ''Message-ID:''."
 msgstr "Look up article by ''Message-ID:''."
 
 # type: TP
-#: ../tin.1:803
+#: ../tin.1:810
 #, no-wrap
 msgid "B<GroupMail 'm'>"
 msgstr "B<GroupMail 'm'>"
 
 # type: Plain text
-#: ../tin.1:808 ../tin.1:1010 ../tin.1:1229
+#: ../tin.1:815 ../tin.1:1017 ../tin.1:1239
 msgid ""
 "Mail current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles to someone. See the section \"MAILING "
@@ -2351,35 +2375,35 @@ msgstr ""
 "PIPING PRINTING REPOSTING AND SAVING ARTICLES\" for more information."
 
 # type: TP
-#: ../tin.1:812
+#: ../tin.1:819
 #, no-wrap
 msgid "B<GroupNextGroup 'n'>"
 msgstr "B<GroupNextGroup 'n'>"
 
 # type: Plain text
-#: ../tin.1:815
+#: ../tin.1:822
 msgid "Go to next group."
 msgstr "Go to next group."
 
 # type: TP
-#: ../tin.1:815
+#: ../tin.1:822
 #, no-wrap
 msgid "B<GroupNextUnreadArt 'N'>"
 msgstr "B<GroupNextUnreadArt 'N'>"
 
 # type: Plain text
-#: ../tin.1:818
+#: ../tin.1:825
 msgid "Go to next unread article."
 msgstr "Go to next unread article."
 
 # type: TP
-#: ../tin.1:818 ../tin.1:1010 ../tin.1:1239
+#: ../tin.1:825 ../tin.1:1017 ../tin.1:1249
 #, no-wrap
 msgid "B<Print 'o'>"
 msgstr "B<Print 'o'>"
 
 # type: Plain text
-#: ../tin.1:823 ../tin.1:1015 ../tin.1:1244
+#: ../tin.1:830 ../tin.1:1022 ../tin.1:1254
 msgid ""
 "Send current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles to printer. See the section \"MAILING "
@@ -2390,51 +2414,51 @@ msgstr ""
 "PIPING PRINTING REPOSTING AND SAVING ARTICLES\" for more information."
 
 # type: TP
-#: ../tin.1:823
+#: ../tin.1:830
 #, no-wrap
 msgid "B<GroupPrevGroup 'p'>"
 msgstr "B<GroupPrevGroup 'p'>"
 
 # type: Plain text
-#: ../tin.1:826
+#: ../tin.1:833
 msgid "Go to previous group."
 msgstr "Go to previous group."
 
 # type: TP
-#: ../tin.1:826
+#: ../tin.1:833
 #, no-wrap
 msgid "B<GroupPrevUnreadArt 'P'>"
 msgstr "B<GroupPrevUnreadArt 'P'>"
 
 # type: Plain text
-#: ../tin.1:829
+#: ../tin.1:836
 msgid "Go to previous unread article."
 msgstr "Go to previous unread article."
 
 # type: Plain text
-#: ../tin.1:832 ../tin.1:1018
+#: ../tin.1:839 ../tin.1:1025
 msgid "Return to previous level."
 msgstr "Return to previous level."
 
 # type: TP
-#: ../tin.1:835
+#: ../tin.1:842
 #, no-wrap
 msgid "B<GroupToggleReadUnread 'r'>"
 msgstr "B<GroupToggleReadUnread 'r'>"
 
 # type: Plain text
-#: ../tin.1:838
+#: ../tin.1:845
 msgid "Toggle the display between all articles and unread articles."
 msgstr "Toggle the display between all articles and unread articles."
 
 # type: TP
-#: ../tin.1:842
+#: ../tin.1:849
 #, no-wrap
 msgid "B<GroupSave 's'>"
 msgstr "B<GroupSave 's'>"
 
 # type: Plain text
-#: ../tin.1:847 ../tin.1:1030 ../tin.1:1269
+#: ../tin.1:854 ../tin.1:1037 ../tin.1:1279
 msgid ""
 "Save current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles. See the section \"MAILING PIPING "
@@ -2445,24 +2469,24 @@ msgstr ""
 "PRINTING REPOSTING AND SAVING ARTICLES\" for more information."
 
 # type: TP
-#: ../tin.1:847
+#: ../tin.1:854
 #, no-wrap
 msgid "B<GroupAutoSave 'S'>"
 msgstr "B<GroupAutoSave 'S'>"
 
 # type: Plain text
-#: ../tin.1:850 ../tin.1:1033 ../tin.1:1272
+#: ../tin.1:857 ../tin.1:1040 ../tin.1:1282
 msgid "Save marked articles automatically without further prompting."
 msgstr "Save marked articles automatically without further prompting."
 
 # type: TP
-#: ../tin.1:850
+#: ../tin.1:857
 #, no-wrap
 msgid "B<GroupTag 't'>"
 msgstr "B<GroupTag 't'>"
 
 # type: Plain text
-#: ../tin.1:855
+#: ../tin.1:862
 msgid ""
 "Toggle tag-status of current article / thread for B<GroupMail> ('B<m>')  / "
 "B<Pipe> ('B<|>') / B<Print> ('B<o>') / B<GroupSave> ('B<s>') / "
@@ -2473,26 +2497,26 @@ msgstr ""
 "B<GroupRepost> ('B<x>')."
 
 # type: TP
-#: ../tin.1:855
+#: ../tin.1:862
 #, no-wrap
 msgid "B<GroupTagParts 'T'>"
 msgstr "B<GroupTagParts 'T'>"
 
 # type: Plain text
-#: ../tin.1:858
+#: ../tin.1:865
 msgid ""
 "Automatically tag in order all the parts of the current multi-part message."
 msgstr ""
 "Automatically tag in order all the parts of the current multi-part message."
 
 # type: TP
-#: ../tin.1:858
+#: ../tin.1:865
 #, no-wrap
 msgid "B<GroupToggleThreading 'u'>"
 msgstr "B<GroupToggleThreading 'u'>"
 
 # type: Plain text
-#: ../tin.1:863
+#: ../tin.1:870
 msgid ""
 "Cycle the threading mode through no threading, threading by subject, "
 "threading by references, threading on both subject and references, group "
@@ -2503,18 +2527,18 @@ msgstr ""
 "multipart articles into a thread (''Subject:'' based)."
 
 # type: TP
-#: ../tin.1:863
+#: ../tin.1:870
 #, no-wrap
 msgid "B<GroupUntag 'U'>"
 msgstr "B<GroupUntag 'U'>"
 
 # type: Plain text
-#: ../tin.1:866
+#: ../tin.1:873
 msgid "Untag all articles that were tagged."
 msgstr "Untag all articles that were tagged."
 
 # type: Plain text
-#: ../tin.1:872
+#: ../tin.1:879
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to edit the article again via B<PostEdit> ('B<e>'), postpone "
@@ -2527,13 +2551,13 @@ msgstr ""
 "command-line switch) or discard it via B<Quit> ('B<q>')."
 
 # type: TP
-#: ../tin.1:872
+#: ../tin.1:879
 #, no-wrap
 msgid "B<GroupRepost 'x'>"
 msgstr "B<GroupRepost 'x'>"
 
 # type: Plain text
-#: ../tin.1:878
+#: ../tin.1:885
 msgid ""
 "Repost an already posted article / thread / auto-selected (hot) articles / "
 "articles matching pattern / tagged articles to another newsgroup(s). Useful "
@@ -2546,13 +2570,13 @@ msgstr ""
 "your own articles."
 
 # type: TP
-#: ../tin.1:878
+#: ../tin.1:885
 #, no-wrap
 msgid "B<GroupMarkUnselArtRead 'X'>"
 msgstr "B<GroupMarkUnselArtRead 'X'>"
 
 # type: Plain text
-#: ../tin.1:886
+#: ../tin.1:893
 msgid ""
 "Mark all unread articles that have not been selected as read, redraw screen "
 "to reflect changes and put index at the first thread to begin reading.  "
@@ -2569,25 +2593,25 @@ msgstr ""
 "changes permanent."
 
 # type: TP
-#: ../tin.1:886 ../tin.1:1047 ../tin.1:1303
+#: ../tin.1:893 ../tin.1:1054 ../tin.1:1313
 #, no-wrap
 msgid "B<MarkArtUnread 'z'>"
 msgstr "B<MarkArtUnread 'z'>"
 
 # type: Plain text
-#: ../tin.1:889
+#: ../tin.1:896
 msgid "Mark current article as unread."
 msgstr "Mark current article as unread."
 
 # type: TP
-#: ../tin.1:889 ../tin.1:1052 ../tin.1:1306
+#: ../tin.1:896 ../tin.1:1059 ../tin.1:1316
 #, no-wrap
 msgid "B<MarkThdUnread 'Z'>"
 msgstr "B<MarkThdUnread 'Z'>"
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:896
+#: ../tin.1:903
 msgid ""
 "Mark current thread as unread. If a range of threads is set, the range will "
 "be marked as unread instead of the current thread. When tagged threads are "
@@ -2598,94 +2622,94 @@ msgstr ""
 "present, a prompt asks how to proceed."
 
 # type: SS
-#: ../tin.1:896
+#: ../tin.1:903
 #, no-wrap
 msgid "THREAD LISTING COMMANDS"
 msgstr "THREAD LISTING COMMANDS"
 
 # type: Plain text
-#: ../tin.1:901
+#: ../tin.1:908
 msgid "Select article 4 within thread."
 msgstr "Select article 4 within thread."
 
 # type: Plain text
-#: ../tin.1:932
+#: ../tin.1:939
 msgid "Search forward for a specified subject."
 msgstr "Search forward for a specified subject."
 
 # type: Plain text
-#: ../tin.1:935
+#: ../tin.1:942
 msgid "Search backwards for a specified subject."
 msgstr "Search backwards for a specified subject."
 
 # type: TP
-#: ../tin.1:935
+#: ../tin.1:942
 #, no-wrap
 msgid "B<ThreadSelArt '*'>"
 msgstr "B<ThreadSelArt '*'>"
 
 # type: Plain text
-#: ../tin.1:938
+#: ../tin.1:945
 msgid "Select the current thread for later processing."
 msgstr "Select the current thread for later processing."
 
 # type: TP
-#: ../tin.1:938
+#: ../tin.1:945
 #, no-wrap
 msgid "B<ThreadToggleArtSel '.'>"
 msgstr "B<ThreadToggleArtSel '.'>"
 
 # type: Plain text
-#: ../tin.1:941
+#: ../tin.1:948
 msgid "Toggle selection of current article."
 msgstr "Toggle selection of current article."
 
 # type: TP
-#: ../tin.1:941
+#: ../tin.1:948
 #, no-wrap
 msgid "B<ThreadReverseSel '@'>"
 msgstr "B<ThreadReverseSel '@'>"
 
 # type: Plain text
-#: ../tin.1:944
+#: ../tin.1:951
 msgid "Reverse article selections."
 msgstr "Reverse article selections."
 
 # type: TP
-#: ../tin.1:944
+#: ../tin.1:951
 #, no-wrap
 msgid "B<ThreadUndoSel '~'>"
 msgstr "B<ThreadUndoSel '~'>"
 
 # type: Plain text
-#: ../tin.1:947
+#: ../tin.1:954
 msgid "Undo all selections on current thread."
 msgstr "Undo all selections on current thread."
 
 # type: TP
-#: ../tin.1:952
+#: ../tin.1:959
 #, no-wrap
 msgid "B<ThreadReadArt '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<ThreadReadArt '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:955
+#: ../tin.1:962
 msgid "Read current article within thread."
 msgstr "Read current article within thread."
 
 # type: TP
-#: ../tin.1:955
+#: ../tin.1:962
 #, no-wrap
 msgid "B<ThreadReadNextArtOrThread 'E<lt>TABE<gt>'>"
 msgstr "B<ThreadReadNextArtOrThread 'E<lt>TABE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:958
+#: ../tin.1:965
 msgid "View next unread article within thread."
 msgstr "View next unread article within thread."
 
 # type: Plain text
-#: ../tin.1:963
+#: ../tin.1:970
 msgid ""
 "Author forward search. This searches for articles with a specific ''From:'' "
 "line. The search will wrap over into the next thread if nothing is found in "
@@ -2696,7 +2720,7 @@ msgstr ""
 "the current one."
 
 # type: Plain text
-#: ../tin.1:974
+#: ../tin.1:981
 msgid ""
 "Mark thread as read [after confirmation] and return to the group index "
 "page.  Move cursor to next thread."
@@ -2705,7 +2729,7 @@ msgstr ""
 "page.  Move cursor to next thread."
 
 # type: Plain text
-#: ../tin.1:978
+#: ../tin.1:985
 msgid ""
 "Mark thread as read [after confirmation] and enter the next thread "
 "containing unread news."
@@ -2714,30 +2738,30 @@ msgstr ""
 "containing unread news."
 
 # type: TP
-#: ../tin.1:978
+#: ../tin.1:985
 #, no-wrap
 msgid "B<ThreadToggleSubjDisplay 'd'>"
 msgstr "B<ThreadToggleSubjDisplay 'd'>"
 
 # type: TP
-#: ../tin.1:982
+#: ../tin.1:989
 #, no-wrap
 msgid "B<ThreadCancel 'D'>"
 msgstr "B<ThreadCancel 'D'>"
 
 # type: Plain text
-#: ../tin.1:993 ../tin.1:1212
+#: ../tin.1:1000 ../tin.1:1222
 msgid "Display the subject of the current article in the last line."
 msgstr "Display the subject of the current article in the last line."
 
 # type: TP
-#: ../tin.1:996
+#: ../tin.1:1003
 #, no-wrap
 msgid "B<ThreadMarkArtRead 'K'>"
 msgstr "B<ThreadMarkArtRead 'K'>"
 
 # type: Plain text
-#: ../tin.1:1002
+#: ../tin.1:1009
 msgid ""
 "Mark article as read and move onto the next unread article. If a range of "
 "articles is set, the range will be marked as read instead of the current "
@@ -2748,31 +2772,31 @@ msgstr ""
 "article. When tagged articles are present, a prompt asks how to proceed."
 
 # type: TP
-#: ../tin.1:1005
+#: ../tin.1:1012
 #, no-wrap
 msgid "B<ThreadMail 'm'>"
 msgstr "B<ThreadMail 'm'>"
 
 # type: TP
-#: ../tin.1:1025
+#: ../tin.1:1032
 #, no-wrap
 msgid "B<ThreadSave 's'>"
 msgstr "B<ThreadSave 's'>"
 
 # type: TP
-#: ../tin.1:1030
+#: ../tin.1:1037
 #, no-wrap
 msgid "B<ThreadAutoSave 'S'>"
 msgstr "B<ThreadAutoSave 'S'>"
 
 # type: TP
-#: ../tin.1:1033
+#: ../tin.1:1040
 #, no-wrap
 msgid "B<ThreadTag 't'>"
 msgstr "B<ThreadTag 't'>"
 
 # type: Plain text
-#: ../tin.1:1037 ../tin.1:1276
+#: ../tin.1:1044 ../tin.1:1286
 msgid ""
 "Toggle tag status of current article for mailing, piping, printing, saving "
 "or reposting."
@@ -2781,18 +2805,18 @@ msgstr ""
 "or reposting."
 
 # type: TP
-#: ../tin.1:1037
+#: ../tin.1:1044
 #, no-wrap
 msgid "B<ThreadUntag 'U'>"
 msgstr "B<ThreadUntag 'U'>"
 
 # type: Plain text
-#: ../tin.1:1040
+#: ../tin.1:1047
 msgid "Untag all tagged threads."
 msgstr "Untag all tagged threads."
 
 # type: Plain text
-#: ../tin.1:1047
+#: ../tin.1:1054
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to edit the article again via B<PostEdit> ('B<e>'), postpone "
@@ -2805,7 +2829,7 @@ msgstr ""
 "command-line switch) or discard it via B<Quit> ('B<q>')."
 
 # type: Plain text
-#: ../tin.1:1052
+#: ../tin.1:1059
 msgid ""
 "Mark current article in thread as unread. If a range of articles is set, the "
 "range will be marked as unread instead of the current article. When tagged "
@@ -2817,34 +2841,34 @@ msgstr ""
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:1057
+#: ../tin.1:1064
 msgid "Mark all articles in thread as unread."
 msgstr "Mark all articles in thread as unread."
 
 # type: SS
-#: ../tin.1:1057
+#: ../tin.1:1064
 #, no-wrap
 msgid "ARTICLE VIEWER COMMANDS"
 msgstr "ARTICLE VIEWER COMMANDS"
 
 # type: Plain text
-#: ../tin.1:1062
+#: ../tin.1:1069
 msgid "Read the first (base) article in this thread."
 msgstr "Read the first (base) article in this thread."
 
 # type: Plain text
-#: ../tin.1:1065
+#: ../tin.1:1072
 msgid "Read response 4 in this thread."
 msgstr "Read response 4 in this thread."
 
 # type: TP
-#: ../tin.1:1069
+#: ../tin.1:1076
 #, no-wrap
 msgid "B<PageReplyQuoteHeaders '^E'>"
 msgstr "B<PageReplyQuoteHeaders '^E'>"
 
 # type: Plain text
-#: ../tin.1:1073
+#: ../tin.1:1080
 msgid ""
 "Reply through mail to the author of the current article with a copy of the "
 "article with all headers included."
@@ -2853,46 +2877,46 @@ msgstr ""
 "article with all headers included."
 
 # type: TP
-#: ../tin.1:1073
+#: ../tin.1:1080
 #, no-wrap
 msgid "B<PagePGPCheckArticle '^G'>"
 msgstr "B<PagePGPCheckArticle '^G'>"
 
 # type: Plain text
-#: ../tin.1:1078
+#: ../tin.1:1085
 msgid "Perform B<pgp>(1)  operations on article."
 msgstr "Perform B<pgp>(1)  operations on article."
 
 # type: TP
-#: ../tin.1:1078
+#: ../tin.1:1085
 #, no-wrap
-msgid "B<PageToggleHeaders '^H'>"
-msgstr "B<PageToggleHeaders '^H'>"
+msgid "B<PageToggleRaw '^H'>"
+msgstr "B<PageToggleRaw '^H'>"
 
 # type: Plain text
-#: ../tin.1:1081
+#: ../tin.1:1088
 msgid "Toggles the display mode (raw including all headers vs. cooked)."
 msgstr "Toggles the display mode (raw including all headers vs. cooked)."
 
 # type: TP
-#: ../tin.1:1085
+#: ../tin.1:1092
 #, no-wrap
 msgid "B<PageToggleTabs '^T'>"
 msgstr "B<PageToggleTabs '^T'>"
 
 # type: Plain text
-#: ../tin.1:1088
+#: ../tin.1:1095
 msgid "Toggle the TAB width between 4 and 8 characters."
 msgstr "Toggle the TAB width between 4 and 8 characters."
 
 # type: TP
-#: ../tin.1:1088
+#: ../tin.1:1095
 #, no-wrap
 msgid "B<PageFollowupQuoteHeaders '^W'>"
 msgstr "B<PageFollowupQuoteHeaders '^W'>"
 
 # type: Plain text
-#: ../tin.1:1092
+#: ../tin.1:1099
 msgid ""
 "Post a followup to the current article with a copy of the article with all "
 "headers included."
@@ -2901,13 +2925,13 @@ msgstr ""
 "headers included."
 
 # type: TP
-#: ../tin.1:1092
+#: ../tin.1:1099
 #, no-wrap
 msgid "B<PageToggleTex2iso '\"'>"
 msgstr "B<PageToggleTex2iso '\"'>"
 
 # type: Plain text
-#: ../tin.1:1096
+#: ../tin.1:1103
 msgid ""
 "Toggle TeX to ISO decoding for current article. The default behavior is "
 "taken from the B<tex2iso_conv> variable in the tinrc file."
@@ -2916,24 +2940,37 @@ msgstr ""
 "taken from the B<tex2iso_conv> variable in the tinrc file."
 
 # type: TP
-#: ../tin.1:1096
+#: ../tin.1:1103
+#, no-wrap
+msgid "B<PageToggleAllHeaders '*'>"
+msgstr "B<PageToggleAllHeaders '*'>"
+
+# type: TP
+#: ../tin.1:1106
+msgid ""
+"Toggles the display of all headers vs. headers in B<news_headers_to_display>."
+msgstr ""
+"Toggles the display of all headers vs. headers in B<news_headers_to_display>."
+
+# type: TP
+#: ../tin.1:1106
 #, no-wrap
 msgid "B<PageToggleRot '%'>"
 msgstr "B<PageToggleRot '%'>"
 
 # type: Plain text
-#: ../tin.1:1099
+#: ../tin.1:1109
 msgid "Toggle ROT-13 decoding for this article."
 msgstr "Toggle ROT-13 decoding for this article."
 
 # type: TP
-#: ../tin.1:1099
+#: ../tin.1:1109
 #, no-wrap
 msgid "B<PageToggleUue '('>"
 msgstr "B<PageToggleUue '('>"
 
 # type: Plain text
-#: ../tin.1:1103
+#: ../tin.1:1113
 msgid ""
 "Toggle the display of uuencoded sections. The default behavior is taken from "
 "the B<hide_uue> variable in the tinrc file."
@@ -2942,13 +2979,13 @@ msgstr ""
 "from the B<hide_uue> variable in the tinrc file."
 
 # type: TP
-#: ../tin.1:1103
+#: ../tin.1:1113
 #, no-wrap
 msgid "B<PageReveal ')'>"
 msgstr "B<PageReveal ')'>"
 
 # type: Plain text
-#: ../tin.1:1110
+#: ../tin.1:1120
 msgid ""
 "The formfeed character (^L) is often used to hide 'spoilers' that the reader "
 "may not initially wish to see when viewing an article. Any text after a "
@@ -2963,23 +3000,23 @@ msgstr ""
 "up will hide it again."
 
 # type: Plain text
-#: ../tin.1:1119
+#: ../tin.1:1129
 msgid "Forward search the text of this article."
 msgstr "Forward search the text of this article."
 
 # type: Plain text
-#: ../tin.1:1122
+#: ../tin.1:1132
 msgid "Backward search the text of this article."
 msgstr "Backward search the text of this article."
 
 # type: TP
-#: ../tin.1:1122
+#: ../tin.1:1132
 #, no-wrap
 msgid "B<PageSkipIncludedText ':'>"
 msgstr "B<PageSkipIncludedText ':'>"
 
 # type: Plain text
-#: ../tin.1:1127
+#: ../tin.1:1137
 msgid ""
 "Skip to the end of the next quoted text-block in this article. Quoted text "
 "is everything which matches B<quote_regex>, B<quote_regex2> or "
@@ -2990,40 +3027,40 @@ msgstr ""
 "B<quote_regex3>."
 
 # type: TP
-#: ../tin.1:1127
+#: ../tin.1:1137
 #, no-wrap
 msgid "B<PageTopThd 'E<lt>'>"
 msgstr "B<PageTopThd 'E<lt>'>"
 
 # type: Plain text
-#: ../tin.1:1130
-msgid "Goto the first article in the current thread."
-msgstr "Goto the first article in the current thread."
+#: ../tin.1:1140
+msgid "Go to the first article in the current thread."
+msgstr "Go to the first article in the current thread."
 
 # type: TP
-#: ../tin.1:1130
+#: ../tin.1:1140
 #, no-wrap
 msgid "B<PageBotThd 'E<gt>'>"
 msgstr "B<PageBotThd 'E<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1133
-msgid "Goto the last article in the current thread."
-msgstr "Goto the last article in the current thread."
+#: ../tin.1:1143
+msgid "Go to the last article in the current thread."
+msgstr "Go to the last article in the current thread."
 
 # type: TP
-#: ../tin.1:1133
+#: ../tin.1:1143
 #, no-wrap
 msgid "B<PageToggleHighlight '_'>"
 msgstr "B<PageToggleHighlight '_'>"
 
 # type: Plain text
-#: ../tin.1:1136
+#: ../tin.1:1146
 msgid "Toggle word highlighting on/off."
 msgstr "Toggle word highlighting on/off."
 
 # type: Plain text
-#: ../tin.1:1150
+#: ../tin.1:1160
 msgid ""
 "Auto select article(s) with a single key. The defaults used for selection "
 "are set based upon the following four tinrc config variables: "
@@ -3042,7 +3079,7 @@ msgstr ""
 "information on filtering."
 
 # type: Plain text
-#: ../tin.1:1159
+#: ../tin.1:1169
 msgid ""
 "Kill article(s) with a single key. The defaults used for killing are based "
 "upon the following four tinrc config variables: B<default_filter_kill_case>, "
@@ -3059,45 +3096,45 @@ msgstr ""
 "\"FILTERING ARTICLES\" for more information on filtering."
 
 # type: TP
-#: ../tin.1:1159
+#: ../tin.1:1169
 #, no-wrap
 msgid "B<PageNextThd '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<PageNextThd '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1162
-msgid "Goto next base article."
-msgstr "Goto next base article."
+#: ../tin.1:1172
+msgid "Go to next base article."
+msgstr "Go to next base article."
 
 # type: TP
-#: ../tin.1:1162
+#: ../tin.1:1172
 #, no-wrap
 msgid "B<PageNextUnread 'E<lt>TABE<gt>'>"
 msgstr "B<PageNextUnread 'E<lt>TABE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1167
+#: ../tin.1:1177
 msgid ""
-"Goto next unread article. If the tinrc variable B<goto_next_unread> doesn't "
+"Go to next unread article. If the tinrc variable B<goto_next_unread> doesn't "
 "contain PageNextUnread, then this key will first page through the current "
 "article."
 msgstr ""
-"Goto next unread article. If the tinrc variable B<goto_next_unread> doesn't "
+"Go to next unread article. If the tinrc variable B<goto_next_unread> doesn't "
 "contain PageNextUnread, then this key will first page through the current "
 "article."
 
 # type: Plain text
-#: ../tin.1:1170
+#: ../tin.1:1180
 msgid "Author forward search."
 msgstr "Author forward search."
 
 # type: Plain text
-#: ../tin.1:1173
+#: ../tin.1:1183
 msgid "Author backward search."
 msgstr "Author backward search."
 
 # type: Plain text
-#: ../tin.1:1181
+#: ../tin.1:1191
 msgid ""
 "Mark the current thread as read [after confirmation] and return to the "
 "previous menu. Move cursor to next item."
@@ -3106,7 +3143,7 @@ msgstr ""
 "previous menu. Move cursor to next item."
 
 # type: Plain text
-#: ../tin.1:1185
+#: ../tin.1:1195
 msgid ""
 "Mark the rest of the current thread as read [after confirmation] and enter "
 "the next thread with unread articles."
@@ -3115,45 +3152,45 @@ msgstr ""
 "the next thread with unread articles."
 
 # type: TP
-#: ../tin.1:1185
+#: ../tin.1:1195
 #, no-wrap
 msgid "B<PageCancel 'D'>"
 msgstr "B<PageCancel 'D'>"
 
 # type: TP
-#: ../tin.1:1190
+#: ../tin.1:1200
 #, no-wrap
 msgid "B<PageEditArticle 'e'>"
 msgstr "B<PageEditArticle 'e'>"
 
 # type: Plain text
-#: ../tin.1:1193
+#: ../tin.1:1203
 msgid ""
 "Edit the current article. This is restricted to mailgroups and saved news."
 msgstr ""
 "Edit the current article. This is restricted to mailgroups and saved news."
 
 # type: TP
-#: ../tin.1:1196
+#: ../tin.1:1206
 #, no-wrap
 msgid "B<PageFollowupQuote 'f'>"
 msgstr "B<PageFollowupQuote 'f'>"
 
 # type: Plain text
-#: ../tin.1:1199
+#: ../tin.1:1209
 msgid ""
 "Post a followup to the current article with a copy of the article included."
 msgstr ""
 "Post a followup to the current article with a copy of the article included."
 
 # type: TP
-#: ../tin.1:1199
+#: ../tin.1:1209
 #, no-wrap
 msgid "B<PageFollowup 'F'>"
 msgstr "B<PageFollowup 'F'>"
 
 # type: Plain text
-#: ../tin.1:1203
+#: ../tin.1:1213
 msgid ""
 "Post a followup to the current article without including a copy of the "
 "article."
@@ -3162,112 +3199,112 @@ msgstr ""
 "article."
 
 # type: TP
-#: ../tin.1:1203
+#: ../tin.1:1213
 #, no-wrap
 msgid "B<PageFirstPage 'g'>"
 msgstr "B<PageFirstPage 'g'>"
 
 # type: Plain text
-#: ../tin.1:1206
-msgid "Goto the start of the article."
-msgstr "Goto the start of the article."
+#: ../tin.1:1216
+msgid "Go to the start of the article."
+msgstr "Go to the start of the article."
 
 # type: TP
-#: ../tin.1:1206
+#: ../tin.1:1216
 #, no-wrap
 msgid "B<PageLastPage 'G'>"
 msgstr "B<PageLastPage 'G'>"
 
 # type: Plain text
-#: ../tin.1:1209
-msgid "Goto the end of the article."
-msgstr "Goto the end of the article."
+#: ../tin.1:1219
+msgid "Go to the end of the article."
+msgstr "Go to the end of the article."
 
 # type: TP
-#: ../tin.1:1215
+#: ../tin.1:1225
 #, no-wrap
 msgid "B<PageKillThd 'K'>"
 msgstr "B<PageKillThd 'K'>"
 
 # type: Plain text
-#: ../tin.1:1218
+#: ../tin.1:1228
 msgid "Mark rest of thread as read and move onto the next unread thread."
 msgstr "Mark rest of thread as read and move onto the next unread thread."
 
 # type: TP
-#: ../tin.1:1218
+#: ../tin.1:1228
 #, no-wrap
 msgid "B<PageListThd 'l'>"
 msgstr "B<PageListThd 'l'>"
 
 # type: Plain text
-#: ../tin.1:1221
+#: ../tin.1:1231
 msgid "Show the thread menu that the current article is a part of."
 msgstr "Show the thread menu that the current article is a part of."
 
 # type: TP
-#: ../tin.1:1224
+#: ../tin.1:1234
 #, no-wrap
 msgid "B<PageMail 'm'>"
 msgstr "B<PageMail 'm'>"
 
 # type: TP
-#: ../tin.1:1233
+#: ../tin.1:1243
 #, no-wrap
 msgid "B<PageNextArt 'n'>"
 msgstr "B<PageNextArt 'n'>"
 
 # type: Plain text
-#: ../tin.1:1236
+#: ../tin.1:1246
 msgid "Go to the next article."
 msgstr "Go to the next article."
 
 # type: TP
-#: ../tin.1:1236
+#: ../tin.1:1246
 #, no-wrap
 msgid "B<PageNextUnreadArt 'N'>"
 msgstr "B<PageNextUnreadArt 'N'>"
 
 # type: Plain text
-#: ../tin.1:1239
+#: ../tin.1:1249
 msgid "Go to the next unread article."
 msgstr "Go to the next unread article."
 
 # type: TP
-#: ../tin.1:1244
+#: ../tin.1:1254
 #, no-wrap
 msgid "B<PagePrevArt 'p'>"
 msgstr "B<PagePrevArt 'p'>"
 
 # type: Plain text
-#: ../tin.1:1247
+#: ../tin.1:1257
 msgid "Go to the previous article."
 msgstr "Go to the previous article."
 
 # type: TP
-#: ../tin.1:1247
+#: ../tin.1:1257
 #, no-wrap
 msgid "B<PagePrevUnreadArt 'P'>"
 msgstr "B<PagePrevUnreadArt 'P'>"
 
 # type: Plain text
-#: ../tin.1:1250
+#: ../tin.1:1260
 msgid "Go to the previous unread article."
 msgstr "Go to the previous unread article."
 
 # type: Plain text
-#: ../tin.1:1253
+#: ../tin.1:1263
 msgid "Return to the previous level."
 msgstr "Return to the previous level."
 
 # type: TP
-#: ../tin.1:1256
+#: ../tin.1:1266
 #, no-wrap
 msgid "B<PageReplyQuote 'r'>"
 msgstr "B<PageReplyQuote 'r'>"
 
 # type: Plain text
-#: ../tin.1:1260
+#: ../tin.1:1270
 msgid ""
 "Reply through mail to the author of the current article with a copy of the "
 "article included."
@@ -3276,13 +3313,13 @@ msgstr ""
 "article included."
 
 # type: TP
-#: ../tin.1:1260
+#: ../tin.1:1270
 #, no-wrap
 msgid "B<PageReply 'R'>"
 msgstr "B<PageReply 'R'>"
 
 # type: Plain text
-#: ../tin.1:1264
+#: ../tin.1:1274
 msgid ""
 "Reply through mail to the author of the current article without including "
 "the original article."
@@ -3291,53 +3328,53 @@ msgstr ""
 "the original article."
 
 # type: TP
-#: ../tin.1:1264
+#: ../tin.1:1274
 #, no-wrap
 msgid "B<PageSave 's'>"
 msgstr "B<PageSave 's'>"
 
 # type: TP
-#: ../tin.1:1269
+#: ../tin.1:1279
 #, no-wrap
 msgid "B<PageAutoSave 'S'>"
 msgstr "B<PageAutoSave 'S'>"
 
 # type: TP
-#: ../tin.1:1272
+#: ../tin.1:1282
 #, no-wrap
 msgid "B<PageTag 't'>"
 msgstr "B<PageTag 't'>"
 
 # type: TP
-#: ../tin.1:1276
+#: ../tin.1:1286
 #, no-wrap
 msgid "B<PageGroupSel 'T'>"
 msgstr "B<PageGroupSel 'T'>"
 
 # type: Plain text
-#: ../tin.1:1279
+#: ../tin.1:1289
 msgid "Return to group selection level."
 msgstr "Return to group selection level."
 
 # type: TP
-#: ../tin.1:1279
+#: ../tin.1:1289
 #, no-wrap
 msgid "B<PageGotoParent 'u'>"
 msgstr "B<PageGotoParent 'u'>"
 
 # type: Plain text
-#: ../tin.1:1282
-msgid "Goto parent article."
-msgstr "Goto parent article."
+#: ../tin.1:1292
+msgid "Go to parent article."
+msgstr "Go to parent article."
 
 # type: TP
-#: ../tin.1:1282
+#: ../tin.1:1292
 #, no-wrap
 msgid "B<PageViewUrl 'U'>"
 msgstr "B<PageViewUrl 'U'>"
 
 # type: Plain text
-#: ../tin.1:1286
+#: ../tin.1:1296
 msgid ""
 "Display a list of URLs in the current article. See the section \"URL LISTING"
 "\" for more information."
@@ -3346,13 +3383,13 @@ msgstr ""
 "\" for more information."
 
 # type: TP
-#: ../tin.1:1286
+#: ../tin.1:1296
 #, no-wrap
 msgid "B<PageViewAttach 'V'>"
 msgstr "B<PageViewAttach 'V'>"
 
 # type: Plain text
-#: ../tin.1:1290
+#: ../tin.1:1300
 msgid ""
 "Display a list of attachments of the current article. See the section "
 "\"ATTACHMENT LISTING\" for more information."
@@ -3361,7 +3398,7 @@ msgstr ""
 "\"ATTACHMENT LISTING\" for more information."
 
 # type: Plain text
-#: ../tin.1:1297
+#: ../tin.1:1307
 msgid ""
 "Post an article to the current group. If posting fails for some reason, "
 "you'll get the chance to edit the article again via B<PostEdit> ('B<e>'), "
@@ -3374,13 +3411,13 @@ msgstr ""
 "o>'' command-line switch) or discard it via B<Quit> ('B<q>')."
 
 # type: TP
-#: ../tin.1:1297
+#: ../tin.1:1307
 #, no-wrap
 msgid "B<PageRepost 'x'>"
 msgstr "B<PageRepost 'x'>"
 
 # type: Plain text
-#: ../tin.1:1303
+#: ../tin.1:1313
 msgid ""
 "Repost an already posted article / thread / auto-selected (hot) articles / "
 "articles matching pattern / tagged articles to another newsgroup(s). Useful "
@@ -3393,24 +3430,24 @@ msgstr ""
 "your own articles."
 
 # type: Plain text
-#: ../tin.1:1306
+#: ../tin.1:1316
 msgid "Mark article as unread."
 msgstr "Mark article as unread."
 
 # type: Plain text
 #. --------------------------------------------------------------------
-#: ../tin.1:1311
+#: ../tin.1:1321
 msgid "Mark the current thread as unread."
 msgstr "Mark the current thread as unread."
 
 # type: SS
-#: ../tin.1:1311
+#: ../tin.1:1321
 #, no-wrap
 msgid "URL LISTING"
 msgstr "URL LISTING"
 
 # type: Plain text
-#: ../tin.1:1314
+#: ../tin.1:1324
 msgid ""
 "B<PageViewUrl> ('B<U>') displays a list of URLs in the current article. "
 "Besides the common moving keys, the following commands are available:"
@@ -3419,13 +3456,13 @@ msgstr ""
 "Besides the common moving keys, the following commands are available:"
 
 # type: TP
-#: ../tin.1:1315
+#: ../tin.1:1325
 #, no-wrap
 msgid "B<UrlSelect '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<UrlSelect '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1319
+#: ../tin.1:1329
 msgid ""
 "The current URL will be prompted and opened using the B<url_handler>. "
 "'B<E<lt>ESCE<gt>>' or no input will skip the URL."
@@ -3434,39 +3471,39 @@ msgstr ""
 "'B<E<lt>ESCE<gt>>' or no input will skip the URL."
 
 # type: Plain text
-#: ../tin.1:1322
+#: ../tin.1:1332
 msgid "URL forward search."
 msgstr "URL forward search."
 
 # type: Plain text
-#: ../tin.1:1325
+#: ../tin.1:1335
 msgid "URL backward search."
 msgstr "URL backward search."
 
 # type: Plain text
-#: ../tin.1:1331 ../tin.1:1384
+#: ../tin.1:1341 ../tin.1:1394
 msgid "Shell escape."
 msgstr "Shell escape."
 
 # type: Plain text
-#: ../tin.1:1334
+#: ../tin.1:1344
 msgid "Toggle the display of the current URL in the last line."
 msgstr "Toggle the display of the current URL in the last line."
 
 # type: Plain text
-#: ../tin.1:1337 ../tin.1:1391
+#: ../tin.1:1347 ../tin.1:1401
 msgid "Help screen of commands available."
 msgstr "Help screen of commands available."
 
 # type: SS
 #. --------------------------------------------------------------------
-#: ../tin.1:1343
+#: ../tin.1:1353
 #, no-wrap
 msgid "ATTACHMENT LISTING"
 msgstr "ATTACHMENT LISTING"
 
 # type: Plain text
-#: ../tin.1:1346
+#: ../tin.1:1356
 msgid ""
 "B<PageViewAttach> ('B<V>') displays a list of attachments of the current "
 "article. Besides the common moving keys, the following commands are "
@@ -3477,57 +3514,57 @@ msgstr ""
 "available:"
 
 # type: TP
-#: ../tin.1:1347
+#: ../tin.1:1357
 #, no-wrap
 msgid "B<AttachPipe 'p'>"
 msgstr "B<AttachPipe 'p'>"
 
 # type: Plain text
-#: ../tin.1:1350
+#: ../tin.1:1360
 msgid "Pipe attachment into command."
 msgstr "Pipe attachment into command."
 
 # type: TP
-#: ../tin.1:1350
+#: ../tin.1:1360
 #, no-wrap
 msgid "B<AttachSave 's'>"
 msgstr "B<AttachSave 's'>"
 
 # type: Plain text
-#: ../tin.1:1353
+#: ../tin.1:1363
 msgid "Save current attachment / tagged attachments to disk."
 msgstr "Save current attachment / tagged attachments to disk."
 
 # type: TP
-#: ../tin.1:1353
+#: ../tin.1:1363
 #, no-wrap
 msgid "B<AttachSelect '^J' 'E<lt>CRE<gt>'>"
 msgstr "B<AttachSelect '^J' 'E<lt>CRE<gt>'>"
 
 # type: Plain text
-#: ../tin.1:1356
+#: ../tin.1:1366
 msgid "View attachment."
 msgstr "View attachment."
 
 # type: TP
-#: ../tin.1:1356
+#: ../tin.1:1366
 #, no-wrap
 msgid "B<AttachTag 't'>"
 msgstr "B<AttachTag 't'>"
 
 # type: Plain text
-#: ../tin.1:1359
+#: ../tin.1:1369
 msgid "Tag one or more attachments for saving."
 msgstr "Tag one or more attachments for saving."
 
 # type: TP
-#: ../tin.1:1359
+#: ../tin.1:1369
 #, no-wrap
 msgid "B<AttachTagPattern '='>"
 msgstr "B<AttachTagPattern '='>"
 
 # type: Plain text
-#: ../tin.1:1363
+#: ../tin.1:1373
 msgid ""
 "Prompts for a pattern to match. All attachments whose name/description or "
 "content type/transfer encoding match the pattern will be tagged."
@@ -3536,52 +3573,52 @@ msgstr ""
 "content type/transfer encoding match the pattern will be tagged."
 
 # type: TP
-#: ../tin.1:1363
+#: ../tin.1:1373
 #, no-wrap
 msgid "B<AttachToggleTagged '@'>"
 msgstr "B<AttachToggleTagged '@'>"
 
 # type: Plain text
-#: ../tin.1:1366
+#: ../tin.1:1376
 msgid "Reverse tagging of all attachments."
 msgstr "Reverse tagging of all attachments."
 
 # type: TP
-#: ../tin.1:1366
+#: ../tin.1:1376
 #, no-wrap
 msgid "B<AttachUntag 'U'>"
 msgstr "B<AttachUntag 'U'>"
 
 # type: Plain text
-#: ../tin.1:1369
+#: ../tin.1:1379
 msgid "Untag all tagged attachments."
 msgstr "Untag all tagged attachments."
 
 # type: Plain text
-#: ../tin.1:1372
+#: ../tin.1:1382
 msgid "Attachment forward search."
 msgstr "Attachment forward search."
 
 # type: Plain text
-#: ../tin.1:1375
+#: ../tin.1:1385
 msgid "Attachment backward search."
 msgstr "Attachment backward search."
 
 # type: TP
-#: ../tin.1:1378
+#: ../tin.1:1388
 #, no-wrap
 msgid "B<GlobalPipe '|'>"
 msgstr "B<GlobalPipe '|'>"
 
 # type: Plain text
-#: ../tin.1:1381
+#: ../tin.1:1391
 msgid ""
 "Pipe attachment into command. Uses the raw attachment, no decoding is done."
 msgstr ""
 "Pipe attachment into command. Uses the raw attachment, no decoding is done."
 
 # type: Plain text
-#: ../tin.1:1388
+#: ../tin.1:1398
 msgid ""
 "Toggle the display of the name/description of the current attachment in the "
 "last line."
@@ -3591,14 +3628,14 @@ msgstr ""
 
 # type: SS
 #. --------------------------------------------------------------------
-#: ../tin.1:1397
+#: ../tin.1:1407
 #, no-wrap
 msgid "GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES"
 msgstr "GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES"
 
 # type: Plain text
 #.  FIXME - add missing descriptions
-#: ../tin.1:1407
+#: ../tin.1:1417
 msgid ""
 "At startup, B<tin> reads in the configuration files (see also B<tin>(5)).  "
 "They contain a list of variables that can be used to configure the way "
@@ -3617,7 +3654,7 @@ msgstr ""
 "yet."
 
 # type: Plain text
-#: ../tin.1:1415
+#: ../tin.1:1425
 msgid ""
 "The variables are user configurable by editing I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "tin/tinrc> directly. Most of them can also be set in the GLOBAL OPTIONS MENU "
@@ -3634,7 +3671,7 @@ msgstr ""
 "don't edit the file directly whilst B<tin> is running."
 
 # type: Plain text
-#: ../tin.1:1421
+#: ../tin.1:1431
 msgid ""
 "In the options menu use the cursor keys in the usual way to move around. Use "
 "B<ConfigSelect> ('B<^J>' or 'B<E<lt>CRE<gt>>') to 'open' the option you wish "
@@ -3649,7 +3686,7 @@ msgstr ""
 "\\&'B<E<lt>ESCE<gt>>' will abort without saving changes."
 
 # type: Plain text
-#: ../tin.1:1428
+#: ../tin.1:1438
 msgid ""
 "As with the other menus, B<RedrawScr> ('B<^L>') will redraw the screen. You "
 "can use B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and B<SearchRepeat> "
@@ -3664,7 +3701,7 @@ msgstr ""
 "keeping your changes."
 
 # type: Plain text
-#: ../tin.1:1433
+#: ../tin.1:1443
 msgid ""
 "The options menu provides access to the attributes menu for the current "
 "group by the B<ConfigToggleAttrib> ('B<E<lt>TABE<gt>>') command. Pressing "
@@ -3677,7 +3714,7 @@ msgstr ""
 "information see section \"ATTRIBUTES MENU AND GROUP ATTRIBUTES\"."
 
 # type: Plain text
-#: ../tin.1:1436
+#: ../tin.1:1446
 msgid ""
 "The B<ConfigScopeMenu> ('B<S>') command brings up the scopes menu. For more "
 "information see section \"SCOPES MENU\"."
@@ -3686,7 +3723,7 @@ msgstr ""
 "information see section \"SCOPES MENU\"."
 
 # type: Plain text
-#: ../tin.1:1440
+#: ../tin.1:1450
 msgid ""
 "Here is a full list of all the available variables. The name in braces is "
 "the name of the corresponding setting in I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/"
@@ -3697,13 +3734,13 @@ msgstr ""
 "tinrc>."
 
 # type: TP
-#: ../tin.1:1440
+#: ../tin.1:1450
 #, no-wrap
 msgid "B<Abbreviate long newsgroup names (abbreviate_groupname)>"
 msgstr "B<Abbreviate long newsgroup names (abbreviate_groupname)>"
 
 # type: Plain text
-#: ../tin.1:1446 ../tin.5:1183
+#: ../tin.1:1456 ../tin.5:1185
 msgid ""
 "If ON abbreviate long newsgroup names at group selection level and article "
 "level (if necessary) like this: news.software.readers -E<gt> n.software."
@@ -3714,13 +3751,13 @@ msgstr ""
 "readers -E<gt> n.s.readers -E<gt> n.s.r.  Default is OFF."
 
 # type: TP
-#: ../tin.1:1446
+#: ../tin.1:1456
 #, no-wrap
 msgid "B<Add posted articles to filter (add_posted_to_filter)>"
 msgstr "B<Add posted articles to filter (add_posted_to_filter)>"
 
 # type: Plain text
-#: ../tin.1:1450 ../tin.5:1187
+#: ../tin.1:1460 ../tin.5:1189
 msgid ""
 "If ON add posted articles which start a new thread to filter for "
 "highlighting follow-ups. Default is ON."
@@ -3729,62 +3766,62 @@ msgstr ""
 "highlighting follow-ups. Default is ON."
 
 # type: TP
-#: ../tin.1:1450
+#: ../tin.1:1460
 #, no-wrap
 msgid "B<Insert 'User-Agent:'-header (advertising)>"
 msgstr "B<Insert 'User-Agent:'-header (advertising)>"
 
 # type: Plain text
-#: ../tin.1:1453 ../tin.5:1190
+#: ../tin.1:1463 ../tin.5:1192
 msgid "Turn ON advertising in header (''User-Agent:''). Default is ON."
 msgstr "Turn ON advertising in header (''User-Agent:''). Default is ON."
 
 # type: TP
-#: ../tin.1:1453
+#: ../tin.1:1463
 #, no-wrap
 msgid "B<Skip multipart/alternative parts (alternative_handling)>"
 msgstr "B<Skip multipart/alternative parts (alternative_handling)>"
 
 # type: Plain text
-#: ../tin.1:1456 ../tin.5:1193
+#: ../tin.1:1466 ../tin.5:1195
 msgid ""
 "If ON strip multipart/alternative messages automatically. Default is ON."
 msgstr ""
 "If ON strip multipart/alternative messages automatically. Default is ON."
 
 # type: TP
-#: ../tin.1:1456
+#: ../tin.1:1466
 #, no-wrap
 msgid "B<Character to show deleted articles (art_marked_deleted)>"
 msgstr "B<Character to show deleted articles (art_marked_deleted)>"
 
 # type: Plain text
-#: ../tin.1:1459 ../tin.5:1196
+#: ../tin.1:1469 ../tin.5:1198
 msgid "The character used to show that an article was deleted. Default is 'D'."
 msgstr ""
 "The character used to show that an article was deleted. Default is 'D'."
 
 # type: TP
-#: ../tin.1:1459
+#: ../tin.1:1469
 #, no-wrap
 msgid "B<Character to show inrange articles (art_marked_inrange)>"
 msgstr "B<Character to show inrange articles (art_marked_inrange)>"
 
 # type: Plain text
-#: ../tin.1:1462 ../tin.5:1199
+#: ../tin.1:1472 ../tin.5:1201
 msgid ""
 "The character used to show that an article is in a range. Default is '#'."
 msgstr ""
 "The character used to show that an article is in a range. Default is '#'."
 
 # type: TP
-#: ../tin.1:1462
+#: ../tin.1:1472
 #, no-wrap
 msgid "B<Character to show returning arts (art_marked_return)>"
 msgstr "B<Character to show returning arts (art_marked_return)>"
 
 # type: Plain text
-#: ../tin.1:1466 ../tin.5:1203
+#: ../tin.1:1476 ../tin.5:1205
 msgid ""
 "The character used to show that an article will return as an unread article "
 "when the group is next entered. Default is '-'."
@@ -3793,13 +3830,13 @@ msgstr ""
 "when the group is next entered. Default is '-'."
 
 # type: TP
-#: ../tin.1:1466
+#: ../tin.1:1476
 #, no-wrap
 msgid "B<Character to show selected articles (art_marked_selected)>"
 msgstr "B<Character to show selected articles (art_marked_selected)>"
 
 # type: Plain text
-#: ../tin.1:1470 ../tin.5:1207
+#: ../tin.1:1480 ../tin.5:1209
 msgid ""
 "The character used to show that an article/thread is auto-selected (hot).  "
 "Default is '*'."
@@ -3808,13 +3845,13 @@ msgstr ""
 "Default is '*'."
 
 # type: TP
-#: ../tin.1:1470
+#: ../tin.1:1480
 #, no-wrap
 msgid "B<Character to show recent articles (art_marked_recent)>"
 msgstr "B<Character to show recent articles (art_marked_recent)>"
 
 # type: Plain text
-#: ../tin.1:1474 ../tin.5:1211
+#: ../tin.1:1484 ../tin.5:1213
 msgid ""
 "The character used to show that an article/thread is recent (not older than "
 "X days). See also B<recent_time>. Default is 'o'."
@@ -3823,13 +3860,13 @@ msgstr ""
 "X days). See also B<recent_time>. Default is 'o'."
 
 # type: TP
-#: ../tin.1:1474
+#: ../tin.1:1484
 #, no-wrap
 msgid "B<Character to show unread articles (art_marked_unread)>"
 msgstr "B<Character to show unread articles (art_marked_unread)>"
 
 # type: Plain text
-#: ../tin.1:1478
+#: ../tin.1:1488
 msgid ""
 "The character used to show that an article has not been read. Default is "
 "\\&'+'."
@@ -3838,24 +3875,24 @@ msgstr ""
 "\\&'+'."
 
 # type: TP
-#: ../tin.1:1478
+#: ../tin.1:1488
 #, no-wrap
 msgid "B<Character to show read articles (art_marked_read)>"
 msgstr "B<Character to show read articles (art_marked_read)>"
 
 # type: Plain text
-#: ../tin.1:1481 ../tin.5:1218
+#: ../tin.1:1491 ../tin.5:1220
 msgid "The character used to show that an article was read. Default is ' '."
 msgstr "The character used to show that an article was read. Default is ' '."
 
 # type: TP
-#: ../tin.1:1481
+#: ../tin.1:1491
 #, no-wrap
 msgid "B<Character to show killed articles (art_marked_killed)>"
 msgstr "B<Character to show killed articles (art_marked_killed)>"
 
 # type: Plain text
-#: ../tin.1:1485 ../tin.5:1222
+#: ../tin.1:1495 ../tin.5:1224
 msgid ""
 "The character used to show that an article was killed. Default is 'K'.  "
 "B<kill_level> must be set accordingly."
@@ -3864,13 +3901,13 @@ msgstr ""
 "B<kill_level> must be set accordingly."
 
 # type: TP
-#: ../tin.1:1485
+#: ../tin.1:1495
 #, no-wrap
 msgid "B<Character to show read selected arts (art_marked_read_selected)>"
 msgstr "B<Character to show read selected arts (art_marked_read_selected)>"
 
 # type: Plain text
-#: ../tin.1:1489 ../tin.5:1226
+#: ../tin.1:1499 ../tin.5:1228
 msgid ""
 "The character used to show that an article was hot before it was read.  "
 "Default is ':'. B<kill_level> must be set accordingly."
@@ -3879,13 +3916,13 @@ msgstr ""
 "Default is ':'. B<kill_level> must be set accordingly."
 
 # type: TP
-#: ../tin.1:1489 ../tin.5:1226
+#: ../tin.1:1499 ../tin.5:1228
 #, no-wrap
 msgid "B<Ask before using MIME viewer (ask_for_metamail)>"
 msgstr "B<Ask before using MIME viewer (ask_for_metamail)>"
 
 # type: Plain text
-#: ../tin.1:1494
+#: ../tin.1:1504
 msgid ""
 "If ON B<tin> will ask before using a MIME viewer (B<metamail_prog>) to "
 "display MIME messages. This only occurs if a MIME viewer is set. Default is "
@@ -3896,13 +3933,13 @@ msgstr ""
 "OFF."
 
 # type: TP
-#: ../tin.1:1494
+#: ../tin.1:1504
 #, no-wrap
 msgid "B<Send you a cc and/or bcc automatically (auto_cc_bcc)>"
 msgstr "B<Send you a cc and/or bcc automatically (auto_cc_bcc)>"
 
 # type: Plain text
-#: ../tin.1:1498 ../tin.5:1237
+#: ../tin.1:1508 ../tin.5:1239
 msgid ""
 "Automatically put your name in the ''Cc:'' and/or ''Bcc:'' field when "
 "mailing an article. Default is No."
@@ -3911,13 +3948,13 @@ msgstr ""
 "mailing an article. Default is No."
 
 # type: TP
-#: ../tin.1:1498
+#: ../tin.1:1508
 #, no-wrap
 msgid "B<List thread using right arrow key (auto_list_thread)>"
 msgstr "B<List thread using right arrow key (auto_list_thread)>"
 
 # type: Plain text
-#: ../tin.1:1502 ../tin.5:1241
+#: ../tin.1:1512 ../tin.5:1243
 msgid ""
 "If ON automatically list thread when entering it using right arrow key.  "
 "Default is ON."
@@ -3926,24 +3963,24 @@ msgstr ""
 "Default is ON."
 
 # type: TP
-#: ../tin.1:1502
+#: ../tin.1:1512
 #, no-wrap
 msgid "B<Reconnect to server automatically (auto_reconnect)>"
 msgstr "B<Reconnect to server automatically (auto_reconnect)>"
 
 # type: Plain text
-#: ../tin.1:1505 ../tin.1:2420
+#: ../tin.1:1515 ../tin.1:2430
 msgid "Default is OFF."
 msgstr "Default is OFF."
 
 # type: TP
-#: ../tin.1:1505
+#: ../tin.1:1515
 #, no-wrap
 msgid "B<Use Archive-name: header for save (auto_save)>"
 msgstr "B<Use Archive-name: header for save (auto_save)>"
 
 # type: Plain text
-#: ../tin.1:1511 ../tin.5:1250
+#: ../tin.1:1521 ../tin.5:1252
 msgid ""
 "If ON articles/threads with ''Archive-name:'' in header will be "
 "automatically saved with the Archive-name & part/patch no and post processed "
@@ -3954,13 +3991,13 @@ msgstr ""
 "if B<post_process_type> is set to something other than 'No'.  Default is OFF."
 
 # type: TP
-#: ../tin.1:1511
+#: ../tin.1:1521
 #, no-wrap
 msgid "B<Save articles in batch mode (batch_save)>"
 msgstr "B<Save articles in batch mode (batch_save)>"
 
 # type: Plain text
-#: ../tin.1:1516 ../tin.5:1255
+#: ../tin.1:1526 ../tin.5:1257
 msgid ""
 "If set ON articles/threads will be saved in batch mode when save \\&''B<-"
 "S>'' or mail ''B<-M>, B<-N>'' is specified on the command line. Default is "
@@ -3971,13 +4008,13 @@ msgstr ""
 "ON."
 
 # type: TP
-#: ../tin.1:1516
+#: ../tin.1:1526
 #, no-wrap
 msgid "B<Show mini menu & posting etiquette (beginner_level)>"
 msgstr "B<Show mini menu & posting etiquette (beginner_level)>"
 
 # type: Plain text
-#: ../tin.1:1521 ../tin.5:1260
+#: ../tin.1:1531 ../tin.5:1262
 msgid ""
 "If set ON a mini menu of the most useful commands will be displayed at the "
 "bottom of the screen for each level. Also a short posting etiquette will be "
@@ -3988,13 +4025,13 @@ msgstr ""
 "displayed after composing an article. Default is ON."
 
 # type: TP
-#: ../tin.1:1521
+#: ../tin.1:1531
 #, no-wrap
 msgid "B<Cache NNTP overview files locally (cache_overview_files)>"
 msgstr "B<Cache NNTP overview files locally (cache_overview_files)>"
 
 # type: Plain text
-#: ../tin.1:1526
+#: ../tin.1:1536
 msgid ""
 "If ON, create local copies of NNTP overview files. This can be used to "
 "considerably speed up accessing large groups when using a slow connection.  "
@@ -4005,13 +4042,13 @@ msgstr ""
 "See also \"INDEX FILES\". Default is OFF."
 
 # type: TP
-#: ../tin.1:1526
+#: ../tin.1:1536
 #, no-wrap
 msgid "B<Catchup read groups when quitting (catchup_read_groups)>"
 msgstr "B<Catchup read groups when quitting (catchup_read_groups)>"
 
 # type: Plain text
-#: ../tin.1:1532 ../tin.5:1269
+#: ../tin.1:1542 ../tin.5:1271
 msgid ""
 "If set ON the user is asked when quitting if all groups read during the "
 "current session should be marked read. Default is OFF."
@@ -4020,79 +4057,79 @@ msgstr ""
 "current session should be marked read. Default is OFF."
 
 # type: TP
-#: ../tin.1:1532
+#: ../tin.1:1542
 #, no-wrap
 msgid "B<Standard background color (col_back)>"
 msgstr "B<Standard background colour (col_back)>"
 
 # type: Plain text
-#: ../tin.1:1535 ../tin.5:1272
+#: ../tin.1:1545 ../tin.5:1274
 msgid "Standard background color"
 msgstr "Standard background colour"
 
 # type: TP
-#: ../tin.1:1535
+#: ../tin.1:1545
 #, no-wrap
 msgid "B<Color of sender (From:) (col_from)>"
 msgstr "B<Colour of sender (From:) (col_from)>"
 
 # type: Plain text
-#: ../tin.1:1538 ../tin.5:1275
+#: ../tin.1:1548 ../tin.5:1277
 msgid "Color of sender (From:)"
 msgstr "Colour of sender (From:)"
 
 # type: TP
-#: ../tin.1:1538
+#: ../tin.1:1548
 #, no-wrap
 msgid "B<Color of article header lines (col_head)>"
 msgstr "B<Colour of article header lines (col_head)>"
 
 # type: Plain text
-#: ../tin.1:1541 ../tin.5:1278
+#: ../tin.1:1551 ../tin.5:1280
 msgid "Color of header-lines"
 msgstr "Colour of header-lines"
 
 # type: TP
-#: ../tin.1:1541
+#: ../tin.1:1551
 #, no-wrap
 msgid "B<Color of help text (col_help)>"
 msgstr "B<Colour of help text (col_help)>"
 
 # type: Plain text
-#: ../tin.1:1544 ../tin.5:1281
+#: ../tin.1:1554 ../tin.5:1283
 msgid "Color of help pages"
 msgstr "Colour of help pages"
 
 # type: TP
-#: ../tin.1:1544
+#: ../tin.1:1554
 #, no-wrap
 msgid "B<Color for inverse text (background) (col_invers_bg)>"
 msgstr "B<Colour for inverse text (background) (col_invers_bg)>"
 
 # type: Plain text
-#: ../tin.1:1547 ../tin.5:1284
+#: ../tin.1:1557 ../tin.5:1286
 msgid "Color of background for inverse text"
 msgstr "Colour of background for inverse text"
 
 # type: TP
-#: ../tin.1:1547
+#: ../tin.1:1557
 #, no-wrap
 msgid "B<Color for inverse text (foreground) (col_invers_fg)>"
 msgstr "B<Colour for inverse text (foreground) (col_invers_fg)>"
 
 # type: Plain text
-#: ../tin.1:1550 ../tin.5:1287
+#: ../tin.1:1560 ../tin.5:1289
 msgid "Color of foreground for inverse text"
 msgstr "Colour of foreground for inverse text"
 
 # type: TP
-#: ../tin.1:1550
+#: ../tin.1:1560
 #, no-wrap
 msgid "B<Color of highlighting with _dash_ (col_markdash)>"
 msgstr "B<Colour of highlighting with _dash_ (col_markdash)>"
 
 # type: Plain text
-#: ../tin.1:1554 ../tin.5:1291
+#: ../tin.1:1564 ../tin.5:1293
 msgid ""
 "Color of words emphasized like _this_. See also B<word_h_display_marks> and "
 "B<word_highlight>."
@@ -4101,13 +4138,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1554
+#: ../tin.1:1564
 #, no-wrap
 msgid "B<Color of highlighting with /slash/ (col_markslash)>"
 msgstr "B<Colour of highlighting with /slash/ (col_markslash)>"
 
 # type: Plain text
-#: ../tin.1:1558 ../tin.5:1295
+#: ../tin.1:1568 ../tin.5:1297
 msgid ""
 "Color of words emphasized like /this/. See also B<word_h_display_marks> and "
 "B<word_highlight>."
@@ -4116,13 +4153,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1558
+#: ../tin.1:1568
 #, no-wrap
 msgid "B<Color of highlighting with *stars* (col_markstar)>"
 msgstr "B<Colour of highlighting with *stars* (col_markstar)>"
 
 # type: Plain text
-#: ../tin.1:1562 ../tin.5:1299
+#: ../tin.1:1572 ../tin.5:1301
 msgid ""
 "Color of words emphasized like *this*. See also B<word_h_display_marks> and "
 "B<word_highlight>."
@@ -4131,13 +4168,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1562
+#: ../tin.1:1572
 #, no-wrap
 msgid "B<Color of highlighting with -stroke- (col_markstroke)>"
 msgstr "B<Colour of highlighting with -stroke- (col_markstroke)>"
 
 # type: Plain text
-#: ../tin.1:1566 ../tin.5:1303
+#: ../tin.1:1576 ../tin.5:1305
 msgid ""
 "Color of words emphasized like -this-. See also B<word_h_display_marks> and "
 "B<word_highlight>."
@@ -4146,79 +4183,79 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1566
+#: ../tin.1:1576
 #, no-wrap
 msgid "B<Color of mini help menu (col_minihelp)>"
 msgstr "B<Colour of mini help menu (col_minihelp)>"
 
 # type: Plain text
-#: ../tin.1:1569 ../tin.5:1306
+#: ../tin.1:1579 ../tin.5:1308
 msgid "Color of mini help menu"
 msgstr "Colour of mini help menu"
 
 # type: TP
-#: ../tin.1:1569
+#: ../tin.1:1579
 #, no-wrap
 msgid "B<Color of actual news header fields (col_newsheaders)>"
 msgstr "B<Colour of actual news header fields (col_newsheaders)>"
 
 # type: Plain text
-#: ../tin.1:1572 ../tin.5:1309
+#: ../tin.1:1582 ../tin.5:1311
 msgid "Color of actual news header fields"
 msgstr "Colour of actual news header fields"
 
 # type: TP
-#: ../tin.1:1572
+#: ../tin.1:1582
 #, no-wrap
 msgid "B<Standard foreground color (col_normal)>"
 msgstr "B<Standard foreground colour (col_normal)>"
 
 # type: Plain text
-#: ../tin.1:1575 ../tin.5:1312
+#: ../tin.1:1585 ../tin.5:1314
 msgid "Standard foreground color"
 msgstr "Standard foreground colour"
 
 # type: TP
-#: ../tin.1:1575
+#: ../tin.1:1585
 #, no-wrap
 msgid "B<Color of quoted lines (col_quote)>"
 msgstr "B<Colour of quoted lines (col_quote)>"
 
 # type: Plain text
-#: ../tin.1:1578 ../tin.5:1315
+#: ../tin.1:1588 ../tin.5:1317
 msgid "Color of quoted lines"
 msgstr "Colour of quoted lines"
 
 # type: TP
-#: ../tin.1:1578
+#: ../tin.1:1588
 #, no-wrap
 msgid "B<Color of twice quoted line (col_quote2)>"
 msgstr "B<Colour of twice quoted line (col_quote2)>"
 
 # type: Plain text
-#: ../tin.1:1581 ../tin.5:1318
+#: ../tin.1:1591 ../tin.5:1320
 msgid "Color of twice quoted lines"
 msgstr "Colour of twice quoted lines"
 
 # type: TP
-#: ../tin.1:1581
+#: ../tin.1:1591
 #, no-wrap
 msgid "B<Color of =E<gt>3 times quoted line (col_quote3)>"
 msgstr "B<Colour of =E<gt>3 times quoted line (col_quote3)>"
 
 # type: Plain text
-#: ../tin.1:1584 ../tin.5:1321
+#: ../tin.1:1594 ../tin.5:1323
 msgid "Color of E<gt>=3 times quoted lines"
 msgstr "Colour of E<gt>=3 times quoted lines"
 
 # type: TP
-#: ../tin.1:1584
+#: ../tin.1:1594
 #, no-wrap
 msgid "B<Color of response counter (col_response)>"
 msgstr "B<Colour of response counter (col_response)>"
 
 # type: Plain text
-#: ../tin.1:1588
+#: ../tin.1:1598
 msgid ""
 "Color of response counter. This is the text that says \"Response x of y\" in "
 "the article viewer."
@@ -4227,91 +4264,91 @@ msgstr ""
 "in the article viewer."
 
 # type: TP
-#: ../tin.1:1588
+#: ../tin.1:1598
 #, no-wrap
 msgid "B<Color of signatures (col_signature)>"
 msgstr "B<Colour of signatures (col_signature)>"
 
 # type: Plain text
-#: ../tin.1:1591 ../tin.5:1328
+#: ../tin.1:1601 ../tin.5:1330
 msgid "Color of signatures"
 msgstr "Colour of signatures"
 
 # type: TP
-#: ../tin.1:1591
+#: ../tin.1:1601
 #, no-wrap
 msgid "B<Color of urls highlight (col_urls)>"
 msgstr "B<Colour of urls highlight (col_urls)>"
 
 # type: Plain text
-#: ../tin.1:1594 ../tin.5:1331
+#: ../tin.1:1604 ../tin.5:1333
 msgid "Color of urls highlight"
 msgstr "Colour of urls highlight"
 
 # type: TP
-#: ../tin.1:1594
+#: ../tin.1:1604
 #, no-wrap
 msgid "B<Color of verbatim blocks (col_verbatim)>"
 msgstr "B<Colour of verbatim blocks (col_verbatim)>"
 
 # type: Plain text
-#: ../tin.1:1597 ../tin.5:1334
+#: ../tin.1:1607 ../tin.5:1336
 msgid "Color of verbatim blocks"
 msgstr "Colour of verbatim blocks"
 
 # type: TP
-#: ../tin.1:1597
+#: ../tin.1:1607
 #, no-wrap
 msgid "B<Color of article subject lines (col_subject)>"
 msgstr "B<Colour of article subject lines (col_subject)>"
 
 # type: Plain text
-#: ../tin.1:1600 ../tin.5:1337
+#: ../tin.1:1610 ../tin.5:1339
 msgid "Color of article subject"
 msgstr "Colour of article subject"
 
 # type: TP
-#: ../tin.1:1600
+#: ../tin.1:1610
 #, no-wrap
 msgid "B<Color of text lines (col_text)>"
 msgstr "B<Colour of text lines (col_text)>"
 
 # type: Plain text
-#: ../tin.1:1603 ../tin.5:1340
+#: ../tin.1:1613 ../tin.5:1342
 msgid "Color of text-lines"
 msgstr "Colour of text-lines"
 
 # type: TP
-#: ../tin.1:1603
+#: ../tin.1:1613
 #, no-wrap
 msgid "B<Color of help/mail sign (col_title)>"
 msgstr "B<Colour of help/mail sign (col_title)>"
 
 # type: Plain text
-#: ../tin.1:1606 ../tin.5:1343
+#: ../tin.1:1616 ../tin.5:1345
 msgid "Color of help/mail sign"
 msgstr "Colour of help/mail sign"
 
 # type: TP
-#: ../tin.1:1606
+#: ../tin.1:1616
 #, no-wrap
 msgid "B<Which actions require confirmation (confirm_choice)>"
 msgstr "B<Which actions require confirmation (confirm_choice)>"
 
 # type: Plain text
-#: ../tin.1:1609
+#: ../tin.1:1619
 msgid "Ask for manual confirmation to protect the user."
 msgstr "Ask for manual confirmation to protect the user."
 
 # type: IP
-#: ../tin.1:1610 ../tin.1:1616 ../tin.1:1620
+#: ../tin.1:1620 ../tin.1:1626 ../tin.1:1630
 #, no-wrap
 msgid "\\(bu"
 msgstr "\\(bu"
 
 # type: Plain text
 #.  TODO: check if all affected commands are marked [after confirmation]
-#: ../tin.1:1616
+#: ../tin.1:1626
 msgid ""
 "B<commands> Ask for confirmation before executing certain dangerous commands "
 "(e.g., B<Catchup> ('B<c>')). Commands that this affects are marked in this "
@@ -4322,7 +4359,7 @@ msgstr ""
 "manual with '[after confirmation]'. Default is commands & quit."
 
 # type: Plain text
-#: ../tin.1:1620
+#: ../tin.1:1630
 msgid ""
 "B<quit> You'll be asked to confirm that you wish to exit B<tin> when you use "
 "the B<Quit> ('B<q>') command."
@@ -4331,7 +4368,7 @@ msgstr ""
 "the B<Quit> ('B<q>') command."
 
 # type: Plain text
-#: ../tin.1:1624
+#: ../tin.1:1634
 msgid ""
 "B<select> Ask for confirmation before marking all not selected (with "
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
@@ -4340,7 +4377,7 @@ msgstr ""
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
 
 # type: TP
-#: ../tin.1:1625
+#: ../tin.1:1635
 #, no-wrap
 msgid "B<Format string for display of dates (date_format)>"
 msgstr "B<Format string for display of dates (date_format)>"
@@ -4349,7 +4386,7 @@ msgstr "B<Format string for display of d
 # type: Plain text
 #.  most of these default_* settings are not available from the menu
 #.  as they are intended for internal use only.
-#: ../tin.1:1637
+#: ../tin.1:1647
 msgid ""
 "Format string B<tin> uses for date representation. A description of the "
 "different format options can be found at B<strftime>(3).  B<tin> uses "
@@ -4362,47 +4399,47 @@ msgstr ""
 "fallback code.  Default is \"%a, %d %b %Y %H:%M:%S\"."
 
 # type: TP
-#: ../tin.1:1637
+#: ../tin.1:1647
 #, no-wrap
 msgid "B<(default_art_search)>"
 msgstr "B<(default_art_search)>"
 
 # type: TP
-#: ../tin.1:1639
+#: ../tin.1:1649
 #, no-wrap
 msgid "B<(default_author_search)>"
 msgstr "B<(default_author_search)>"
 
 # type: TP
-#: ../tin.1:1641
+#: ../tin.1:1651
 #, no-wrap
 msgid "B<(default_config_search)>"
 msgstr "B<(default_config_search)>"
 
 # type: Plain text
-#: ../tin.1:1644 ../tin.5:1382
+#: ../tin.1:1654 ../tin.5:1384
 msgid "The last article/author/config option that was searched for."
 msgstr "The last article/author/config option that was searched for."
 
 # type: TP
-#: ../tin.1:1644
+#: ../tin.1:1654
 #, no-wrap
 msgid "B<(default_filter_days)>"
 msgstr "B<(default_filter_days)>"
 
 # type: Plain text
-#: ../tin.1:1647 ../tin.5:1385
+#: ../tin.1:1657 ../tin.5:1387
 msgid "Default is 28."
 msgstr "Default is 28."
 
 # type: TP
-#: ../tin.1:1647
+#: ../tin.1:1657
 #, no-wrap
 msgid "B<(default_filter_kill_case)>"
 msgstr "B<(default_filter_kill_case)>"
 
 # type: Plain text
-#: ../tin.1:1651
+#: ../tin.1:1661
 msgid ""
 "Default for quick (1 key) kill filter case.  ON = filter case sensitive, OFF "
 "= ignore case. Default is OFF."
@@ -4411,13 +4448,13 @@ msgstr ""
 "= ignore case. Default is OFF."
 
 # type: TP
-#: ../tin.1:1651
+#: ../tin.1:1661
 #, no-wrap
 msgid "B<(default_filter_kill_expire)>"
 msgstr "B<(default_filter_kill_expire)>"
 
 # type: Plain text
-#: ../tin.1:1656
+#: ../tin.1:1666
 msgid ""
 "Default for quick (1 key) kill filter expire.  ON = limit to "
 "B<default_filter_days>, OFF = don't ever expire. Default is OFF."
@@ -4426,13 +4463,13 @@ msgstr ""
 "B<default_filter_days>, OFF = don't ever expire. Default is OFF."
 
 # type: TP
-#: ../tin.1:1656
+#: ../tin.1:1666
 #, no-wrap
 msgid "B<(default_filter_kill_global)>"
 msgstr "B<(default_filter_kill_global)>"
 
 # type: Plain text
-#: ../tin.1:1660
+#: ../tin.1:1670
 msgid ""
 "Default for quick (1 key) kill filter global.  ON=apply to all groups, "
 "OFF=apply to current group. Default is ON."
@@ -4441,139 +4478,139 @@ msgstr ""
 "OFF=apply to current group. Default is ON."
 
 # type: TP
-#: ../tin.1:1660
+#: ../tin.1:1670
 #, no-wrap
 msgid "B<(default_filter_kill_header)>"
 msgstr "B<(default_filter_kill_header)>"
 
 # type: Plain text
-#: ../tin.1:1663 ../tin.5:1400
+#: ../tin.1:1673 ../tin.5:1402
 msgid "Default for quick (1 key) kill filter header."
 msgstr "Default for quick (1 key) kill filter header."
 
 # type: IP
-#: ../tin.1:1664 ../tin.1:1698 ../tin.1:1829 ../tin.1:1999 ../tin.1:2042
-#: ../tin.1:2154 ../tin.1:2180 ../tin.1:2231 ../tin.1:2261 ../tin.1:2332
-#: ../tin.1:2360 ../tin.1:2380 ../tin.1:2464 ../tin.5:1553 ../tin.5:1736
-#: ../tin.5:1785 ../tin.5:1916 ../tin.5:1942 ../tin.5:1995 ../tin.5:2024
-#: ../tin.5:2105 ../tin.5:2125 ../tin.5:2217
+#: ../tin.1:1674 ../tin.1:1708 ../tin.1:1839 ../tin.1:2009 ../tin.1:2052
+#: ../tin.1:2164 ../tin.1:2190 ../tin.1:2241 ../tin.1:2271 ../tin.1:2342
+#: ../tin.1:2370 ../tin.1:2390 ../tin.1:2478 ../tin.5:1555 ../tin.5:1744
+#: ../tin.5:1793 ../tin.5:1924 ../tin.5:1950 ../tin.5:2003 ../tin.5:2032
+#: ../tin.5:2113 ../tin.5:2133 ../tin.5:2229
 #, no-wrap
 msgid "0"
 msgstr "0"
 
 # type: Plain text
-#: ../tin.1:1666 ../tin.1:1700
+#: ../tin.1:1676 ../tin.1:1710
 #, no-wrap
 msgid " ''Subject:'' (case sensitive)\n"
 msgstr " ''Subject:'' (case sensitive)\n"
 
 # type: IP
-#: ../tin.1:1666 ../tin.1:1700 ../tin.1:1835 ../tin.1:2001 ../tin.1:2044
-#: ../tin.1:2156 ../tin.1:2182 ../tin.1:2233 ../tin.1:2263 ../tin.1:2334
-#: ../tin.1:2362 ../tin.1:2382 ../tin.1:2466 ../tin.5:1560 ../tin.5:1738
-#: ../tin.5:1787 ../tin.5:1836 ../tin.5:1918 ../tin.5:1944 ../tin.5:1997
-#: ../tin.5:2026 ../tin.5:2107 ../tin.5:2127 ../tin.5:2219
+#: ../tin.1:1676 ../tin.1:1710 ../tin.1:1845 ../tin.1:2011 ../tin.1:2054
+#: ../tin.1:2166 ../tin.1:2192 ../tin.1:2243 ../tin.1:2273 ../tin.1:2344
+#: ../tin.1:2372 ../tin.1:2392 ../tin.1:2480 ../tin.5:1562 ../tin.5:1746
+#: ../tin.5:1795 ../tin.5:1844 ../tin.5:1926 ../tin.5:1952 ../tin.5:2005
+#: ../tin.5:2034 ../tin.5:2115 ../tin.5:2135 ../tin.5:2231
 #, no-wrap
 msgid "1"
 msgstr "1"
 
 # type: Plain text
-#: ../tin.1:1668 ../tin.1:1702
+#: ../tin.1:1678 ../tin.1:1712
 #, no-wrap
 msgid " ''Subject:'' (ignore case)\n"
 msgstr " ''Subject:'' (ignore case)\n"
 
 # type: IP
-#: ../tin.1:1668 ../tin.1:1702 ../tin.1:1840 ../tin.1:2003 ../tin.1:2048
-#: ../tin.1:2159 ../tin.1:2186 ../tin.1:2235 ../tin.1:2266 ../tin.1:2336
-#: ../tin.1:2364 ../tin.1:2384 ../tin.1:2468 ../tin.5:1565 ../tin.5:1740
-#: ../tin.5:1792 ../tin.5:1840 ../tin.5:1921 ../tin.5:1948 ../tin.5:1999
-#: ../tin.5:2029 ../tin.5:2109 ../tin.5:2129 ../tin.5:2221
+#: ../tin.1:1678 ../tin.1:1712 ../tin.1:1850 ../tin.1:2013 ../tin.1:2058
+#: ../tin.1:2169 ../tin.1:2196 ../tin.1:2245 ../tin.1:2276 ../tin.1:2346
+#: ../tin.1:2374 ../tin.1:2394 ../tin.1:2482 ../tin.5:1567 ../tin.5:1748
+#: ../tin.5:1800 ../tin.5:1848 ../tin.5:1929 ../tin.5:1956 ../tin.5:2007
+#: ../tin.5:2037 ../tin.5:2117 ../tin.5:2137 ../tin.5:2233
 #, no-wrap
 msgid "2"
 msgstr "2"
 
 # type: Plain text
-#: ../tin.1:1670 ../tin.1:1704
+#: ../tin.1:1680 ../tin.1:1714
 #, no-wrap
 msgid " ''From:'' (case sensitive)\n"
 msgstr " ''From:'' (case sensitive)\n"
 
 # type: IP
-#: ../tin.1:1670 ../tin.1:1704 ../tin.1:2005 ../tin.1:2162 ../tin.1:2190
-#: ../tin.1:2237 ../tin.1:2268 ../tin.1:2338 ../tin.1:2386 ../tin.5:1742
-#: ../tin.5:1924 ../tin.5:1952 ../tin.5:2001 ../tin.5:2031 ../tin.5:2131
+#: ../tin.1:1680 ../tin.1:1714 ../tin.1:2015 ../tin.1:2172 ../tin.1:2200
+#: ../tin.1:2247 ../tin.1:2278 ../tin.1:2348 ../tin.1:2396 ../tin.5:1750
+#: ../tin.5:1932 ../tin.5:1960 ../tin.5:2009 ../tin.5:2039 ../tin.5:2139
 #, no-wrap
 msgid "3"
 msgstr "3"
 
 # type: Plain text
-#: ../tin.1:1672 ../tin.1:1706
+#: ../tin.1:1682 ../tin.1:1716
 #, no-wrap
 msgid " ''From:'' (ignore case)\n"
 msgstr " ''From:'' (ignore case)\n"
 
 # type: IP
-#: ../tin.1:1672 ../tin.1:1706 ../tin.1:2007 ../tin.1:2239 ../tin.1:2270
-#: ../tin.1:2341 ../tin.1:2388 ../tin.5:1744 ../tin.5:1846 ../tin.5:2003
-#: ../tin.5:2033 ../tin.5:2133
+#: ../tin.1:1682 ../tin.1:1716 ../tin.1:2017 ../tin.1:2249 ../tin.1:2280
+#: ../tin.1:2351 ../tin.1:2398 ../tin.5:1752 ../tin.5:1854 ../tin.5:2011
+#: ../tin.5:2041 ../tin.5:2141
 #, no-wrap
 msgid "4"
 msgstr "4"
 
 # type: Plain text
-#: ../tin.1:1674 ../tin.1:1708
+#: ../tin.1:1684 ../tin.1:1718
 #, no-wrap
 msgid " ''Message-ID:'' & full ''References:'' line\n"
 msgstr " ''Message-ID:'' & full ''References:'' line\n"
 
 # type: IP
-#: ../tin.1:1674 ../tin.1:1708 ../tin.1:2241 ../tin.1:2343 ../tin.1:2391
-#: ../tin.5:2005 ../tin.5:2136
+#: ../tin.1:1684 ../tin.1:1718 ../tin.1:2251 ../tin.1:2353 ../tin.1:2401
+#: ../tin.5:2013 ../tin.5:2144
 #, no-wrap
 msgid "5"
 msgstr "5"
 
 # type: Plain text
-#: ../tin.1:1676 ../tin.1:1710
+#: ../tin.1:1686 ../tin.1:1720
 #, no-wrap
 msgid " ''Message-ID:'' & last ''References:'' entry only\n"
 msgstr " ''Message-ID:'' & last ''References:'' entry only\n"
 
 # type: IP
-#: ../tin.1:1676 ../tin.1:1710 ../tin.1:2243 ../tin.1:2393 ../tin.5:2007
-#: ../tin.5:2138
+#: ../tin.1:1686 ../tin.1:1720 ../tin.1:2253 ../tin.1:2403 ../tin.5:2015
+#: ../tin.5:2146
 #, no-wrap
 msgid "6"
 msgstr "6"
 
 # type: Plain text
-#: ../tin.1:1678 ../tin.1:1712
+#: ../tin.1:1688 ../tin.1:1722
 #, no-wrap
 msgid " ''Message-ID:'' entry only\n"
 msgstr " ''Message-ID:'' entry only\n"
 
 # type: IP
-#: ../tin.1:1678 ../tin.1:1712 ../tin.1:2246 ../tin.1:2395 ../tin.5:2010
-#: ../tin.5:2140
+#: ../tin.1:1688 ../tin.1:1722 ../tin.1:2256 ../tin.1:2405 ../tin.5:2018
+#: ../tin.5:2148
 #, no-wrap
 msgid "7"
 msgstr "7"
 
 # type: Plain text
-#: ../tin.1:1680 ../tin.1:1714
+#: ../tin.1:1690 ../tin.1:1724
 #, no-wrap
 msgid " ''Lines:''\n"
 msgstr " ''Lines:''\n"
 
 # type: TP
-#: ../tin.1:1681
+#: ../tin.1:1691
 #, no-wrap
 msgid "B<(default_filter_select_case)>"
 msgstr "B<(default_filter_select_case)>"
 
 # type: Plain text
-#: ../tin.1:1685 ../tin.5:1417
+#: ../tin.1:1695 ../tin.5:1419
 msgid ""
 "Default for quick (1 key) auto-selection filter case. ON=filter case "
 "sensitive, OFF=ignore case. Default is OFF."
@@ -4582,13 +4619,13 @@ msgstr ""
 "sensitive, OFF=ignore case. Default is OFF."
 
 # type: TP
-#: ../tin.1:1685
+#: ../tin.1:1695
 #, no-wrap
 msgid "B<(default_filter_select_expire)>"
 msgstr "B<(default_filter_select_expire)>"
 
 # type: Plain text
-#: ../tin.1:1690
+#: ../tin.1:1700
 msgid ""
 "Default for quick (1 key) auto-selection filter expire.  ON = limit to "
 "B<default_filter_days>, OFF = don't ever expire.  Default is OFF."
@@ -4597,13 +4634,13 @@ msgstr ""
 "B<default_filter_days>, OFF = don't ever expire.  Default is OFF."
 
 # type: TP
-#: ../tin.1:1690
+#: ../tin.1:1700
 #, no-wrap
 msgid "B<(default_filter_select_global)>"
 msgstr "B<(default_filter_select_global)>"
 
 # type: Plain text
-#: ../tin.1:1694
+#: ../tin.1:1704
 msgid ""
 "Default for quick (1 key) auto-selection filter global.  ON=apply to all "
 "groups OFF=apply to current group. Default is ON."
@@ -4612,126 +4649,126 @@ msgstr ""
 "groups OFF=apply to current group. Default is ON."
 
 # type: TP
-#: ../tin.1:1694
+#: ../tin.1:1704
 #, no-wrap
 msgid "B<(default_filter_select_header)>"
 msgstr "B<(default_filter_select_header)>"
 
 # type: Plain text
-#: ../tin.1:1697 ../tin.5:1428
+#: ../tin.1:1707 ../tin.5:1430
 msgid "Default for quick (1 key) auto-selection filter header."
 msgstr "Default for quick (1 key) auto-selection filter header."
 
 # type: TP
-#: ../tin.1:1715
+#: ../tin.1:1725
 #, no-wrap
 msgid "B<(default_goto_group)>"
 msgstr "B<(default_goto_group)>"
 
 # type: TP
-#: ../tin.1:1717
+#: ../tin.1:1727
 #, no-wrap
 msgid "B<(default_group_search)>"
 msgstr "B<(default_group_search)>"
 
 # type: TP
-#: ../tin.1:1719
+#: ../tin.1:1729
 #, no-wrap
 msgid "B<(default_mail_address)>"
 msgstr "B<(default_mail_address)>"
 
 # type: TP
-#: ../tin.1:1721
+#: ../tin.1:1731
 #, no-wrap
 msgid "B<(default_move_group)>"
 msgstr "B<(default_move_group)>"
 
 # type: TP
-#: ../tin.1:1723
+#: ../tin.1:1733
 #, no-wrap
 msgid "B<(default_pattern)>"
 msgstr "B<(default_pattern)>"
 
 # type: TP
-#: ../tin.1:1725
+#: ../tin.1:1735
 #, no-wrap
 msgid "B<(default_pipe_command)>"
 msgstr "B<(default_pipe_command)>"
 
 # type: TP
-#: ../tin.1:1727
+#: ../tin.1:1737
 #, no-wrap
 msgid "B<(default_post_newsgroups)>"
 msgstr "B<(default_post_newsgroups)>"
 
 # type: TP
-#: ../tin.1:1729
+#: ../tin.1:1739
 #, no-wrap
 msgid "B<(default_post_subject)>"
 msgstr "B<(default_post_subject)>"
 
 # type: TP
-#: ../tin.1:1731
+#: ../tin.1:1741
 #, no-wrap
 msgid "B<(default_range_group)>"
 msgstr "B<(default_range_group)>"
 
 # type: TP
-#: ../tin.1:1733
+#: ../tin.1:1743
 #, no-wrap
 msgid "B<(default_range_select)>"
 msgstr "B<(default_range_select)>"
 
 # type: TP
-#: ../tin.1:1735
+#: ../tin.1:1745
 #, no-wrap
 msgid "B<(default_range_thread)>"
 msgstr "B<(default_range_thread)>"
 
 # type: TP
-#: ../tin.1:1737
+#: ../tin.1:1747
 #, no-wrap
 msgid "B<(default_repost_group)>"
 msgstr "B<(default_repost_group)>"
 
 # type: TP
-#: ../tin.1:1739
+#: ../tin.1:1749
 #, no-wrap
 msgid "B<(default_save_file)>"
 msgstr "B<(default_save_file)>"
 
 # type: TP
-#: ../tin.1:1741
+#: ../tin.1:1751
 #, no-wrap
 msgid "B<(default_save_mode)>"
 msgstr "B<(default_save_mode)>"
 
 # type: TP
-#: ../tin.1:1743
+#: ../tin.1:1753
 #, no-wrap
 msgid "B<(default_select_pattern)>"
 msgstr "B<(default_select_pattern)>"
 
 # type: TP
-#: ../tin.1:1745
+#: ../tin.1:1755
 #, no-wrap
 msgid "B<(default_shell_command)>"
 msgstr "B<(default_shell_command)>"
 
 # type: TP
-#: ../tin.1:1747
+#: ../tin.1:1757
 #, no-wrap
 msgid "B<(default_subject_search)>"
 msgstr "B<(default_subject_search)>"
 
 # type: TP
-#: ../tin.1:1749
+#: ../tin.1:1759
 #, no-wrap
 msgid "B<Draw -E<gt> instead of highlighted bar (draw_arrow)>"
 msgstr "B<Draw -E<gt> instead of highlighted bar (draw_arrow)>"
 
 # type: Plain text
-#: ../tin.1:1753
+#: ../tin.1:1763
 msgid ""
 "Allows groups/articles to be selected by an arrow '-E<gt>' if set ON or by "
 "an highlighted bar if set OFF. Default is OFF."
@@ -4740,13 +4777,13 @@ msgstr ""
 "an highlighted bar if set OFF. Default is OFF."
 
 # type: TP
-#: ../tin.1:1753
+#: ../tin.1:1763
 #, no-wrap
 msgid "B<Invocation of your editor (editor_format)>"
 msgstr "B<Invocation of your editor (editor_format)>"
 
 # type: Plain text
-#: ../tin.1:1757
+#: ../tin.1:1767
 msgid ""
 "The format string used to create the editor start command with parameters.  "
 "Default is \"%E +%N %F\" (i.e., /bin/vi +7 .article)."
@@ -4755,13 +4792,13 @@ msgstr ""
 "Default is \"%E +%N %F\" (i.e., /bin/vi +7 .article)."
 
 # type: TP
-#: ../tin.1:1757
+#: ../tin.1:1767
 #, no-wrap
 msgid "B<Force redraw after certain commands (force_screen_redraw)>"
 msgstr "B<Force redraw after certain commands (force_screen_redraw)>"
 
 # type: Plain text
-#: ../tin.1:1761 ../tin.5:1488
+#: ../tin.1:1771 ../tin.5:1490
 msgid ""
 "Specifies whether a screen redraw should always be done after certain "
 "external commands. Default is OFF."
@@ -4770,13 +4807,13 @@ msgstr ""
 "external commands. Default is OFF."
 
 # type: TP
-#: ../tin.1:1761
+#: ../tin.1:1771
 #, no-wrap
 msgid "B<Number of articles to get (getart_limit)>"
 msgstr "B<Number of articles to get (getart_limit)>"
 
 # type: Plain text
-#: ../tin.1:1767
+#: ../tin.1:1777
 msgid ""
 "If B<getart_limit> is E<gt> 0 not more than B<getart_limit> articles/group "
 "are fetched from the server. If B<getart_limit> is E<lt> 0 B<tin> will start "
@@ -4789,26 +4826,26 @@ msgstr ""
 "B<getart_limit>. Default is 0, which means no limit."
 
 # type: TP
-#: ../tin.1:1767
+#: ../tin.1:1777
 #, no-wrap
 msgid "B<Catchup group using left key (group_catchup_on_exit)>"
 msgstr "B<Catchup group using left key (group_catchup_on_exit)>"
 
 # type: Plain text
-#: ../tin.1:1770 ../tin.5:1506
+#: ../tin.1:1780 ../tin.5:1508
 msgid ""
 "If ON catchup group when leaving with the left arrow key. Default is ON."
 msgstr ""
 "If ON catchup group when leaving with the left arrow key. Default is ON."
 
 # type: TP
-#: ../tin.1:1770
+#: ../tin.1:1780
 #, no-wrap
 msgid "B<Go to the next unread article with (goto_next_unread)>"
 msgstr "B<Go to the next unread article with (goto_next_unread)>"
 
 # type: Plain text
-#: ../tin.1:1778 ../tin.5:1503
+#: ../tin.1:1788 ../tin.5:1505
 msgid ""
 "Which keys B<tin> should accept to jump to the next unread article.  "
 "Possible is any combination of B<PageDown> and B<PageNextUnread>.  When "
@@ -4825,13 +4862,13 @@ msgstr ""
 "Default is PageNextUnread."
 
 # type: TP
-#: ../tin.1:1778
+#: ../tin.1:1788
 #, no-wrap
 msgid "B<Max. length of group names shown (groupname_max_length)>"
 msgstr "B<Max. length of group names shown (groupname_max_length)>"
 
 # type: Plain text
-#: ../tin.1:1782 ../tin.5:1510
+#: ../tin.1:1792 ../tin.5:1512
 msgid ""
 "Maximum length of the names of newsgroups to be displayed so that more of "
 "the newsgroup description can be displayed. Default is 32."
@@ -4840,13 +4877,13 @@ msgstr ""
 "the newsgroup description can be displayed. Default is 32."
 
 # type: TP
-#: ../tin.1:1782
+#: ../tin.1:1792
 #, no-wrap
 msgid "B<Display uue data as an attachment (hide_uue)>"
 msgstr "B<Display uue data as an attachment (hide_uue)>"
 
 # type: Plain text
-#: ../tin.1:1791
+#: ../tin.1:1801
 msgid ""
 "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then "
 "sections of uuencoded data will be shown with a single tag line showing the "
@@ -4865,13 +4902,13 @@ msgstr ""
 "toggled in the article viewer. Default is 'No'."
 
 # type: TP
-#: ../tin.1:1791
+#: ../tin.1:1801
 #, no-wrap
 msgid "B<External inews (inews_prog)>"
 msgstr "B<External inews (inews_prog)>"
 
 # type: Plain text
-#: ../tin.1:1798
+#: ../tin.1:1808
 msgid ""
 "Path, name and options of external B<inews>(1).  If you are reading via NNTP "
 "the default value is --internal (use built-in NNTP inews), else it is "
@@ -4884,14 +4921,14 @@ msgstr ""
 "article'."
 
 # type: TP
-#: ../tin.1:1798
+#: ../tin.1:1808
 #, no-wrap
 msgid "B<(info_in_last_line)>"
 msgstr "B<(info_in_last_line)>"
 
 # type: Plain text
 #.  this is missing from the Menu
-#: ../tin.1:1805
+#: ../tin.1:1815
 msgid ""
 "If ON, show current group description or article subject in the last line "
 "(not in the pager and global menu) - B<ToggleInfoLastLine> ('B<i>')  toggles "
@@ -4904,13 +4941,13 @@ msgstr ""
 "available to display long subjects. Default is OFF."
 
 # type: TP
-#: ../tin.1:1805
+#: ../tin.1:1815
 #, no-wrap
 msgid "B<Use interactive mail reader (interactive_mailer)>"
 msgstr "B<Use interactive mail reader (interactive_mailer)>"
 
 # type: Plain text
-#: ../tin.1:1812
+#: ../tin.1:1822
 msgid ""
 "Interactive mailreader: if greater than 0 your mailreader will be invoked "
 "earlier for reply so you can use more of its features (e.g. MIME, pgp, ...). "
@@ -4928,13 +4965,13 @@ msgstr ""
 #.  TODO: fix menu description
 #.        mono_mark* currently do allow "Reverse video" even if
 #.        inverse_okay=FALSE
-#: ../tin.1:1812
+#: ../tin.1:1822
 #, no-wrap
 msgid "B<Use inverse video for page headers (inverse_okay)>"
 msgstr "B<Use inverse video for page headers (inverse_okay)>"
 
 # type: Plain text
-#: ../tin.1:1819 ../tin.5:1543
+#: ../tin.1:1829 ../tin.5:1545
 msgid ""
 "If ON use inverse video for page headers and URL highlighting.  Default is "
 "ON."
@@ -4943,13 +4980,13 @@ msgstr ""
 "ON."
 
 # type: TP
-#: ../tin.1:1819
+#: ../tin.1:1829
 #, no-wrap
 msgid "B<Keep failed arts in ~/dead.articles (keep_dead_articles)>"
 msgstr "B<Keep failed arts in ~/dead.articles (keep_dead_articles)>"
 
 # type: Plain text
-#: ../tin.1:1824 ../tin.5:1548
+#: ../tin.1:1834 ../tin.5:1550
 msgid ""
 "If ON keep all failed postings in I<${TIN_HOMEDIR:-\"$HOME\"}/dead.articles> "
 "besides keeping the last failed posting in I<${TIN_HOMEDIR:-\"$HOME\"}/dead."
@@ -4960,13 +4997,13 @@ msgstr ""
 "article>. Default is ON."
 
 # type: TP
-#: ../tin.1:1824
+#: ../tin.1:1834
 #, no-wrap
 msgid "B<Filter which articles (kill_level)>"
 msgstr "B<Filter which articles (kill_level)>"
 
 # type: Plain text
-#: ../tin.1:1828
+#: ../tin.1:1838
 msgid ""
 "This option controls the processing and display of articles that are "
 "killed.  There are 3 options:"
@@ -4975,7 +5012,7 @@ msgstr ""
 "killed.  There are 3 options:"
 
 # type: Plain text
-#: ../tin.1:1835
+#: ../tin.1:1845
 msgid ""
 "B<Kill only unread arts> is the 'traditional' behavior of B<tin>. Only "
 "unread articles are killed once only by marking them read. As filtering only "
@@ -4990,7 +5027,7 @@ msgstr ""
 "group the mark will be gone."
 
 # type: Plain text
-#: ../tin.1:1840 ../tin.5:1565
+#: ../tin.1:1850 ../tin.5:1567
 msgid ""
 "B<Kill all arts & show with K> will process all articles in the group and "
 "therefore there is a processing overhead when using this option. Killed "
@@ -5003,7 +5040,7 @@ msgstr ""
 "B<art_marked_killed>."
 
 # type: Plain text
-#: ../tin.1:1844 ../tin.5:1569
+#: ../tin.1:1854 ../tin.5:1571
 msgid ""
 "B<Kill all arts and never show> will process all articles in the group and "
 "therefore there is a processing overhead when using this option. Killed "
@@ -5014,18 +5051,18 @@ msgstr ""
 "articles simply does not get displayed at all."
 
 # type: Plain text
-#: ../tin.1:1846
+#: ../tin.1:1856
 msgid "Default is 0 (B<Kill only unread arts>)."
 msgstr "Default is 0 (B<Kill only unread arts>)."
 
 # type: TP
-#: ../tin.1:1846
+#: ../tin.1:1856
 #, no-wrap
 msgid "B<Use 8bit characters in mail headers (mail_8bit_header)>"
 msgstr "B<Use 8bit characters in mail headers (mail_8bit_header)>"
 
 # type: Plain text
-#: ../tin.1:1852 ../tin.5:1576
+#: ../tin.1:1862 ../tin.5:1578
 msgid ""
 "Allows 8bit characters unencoded in the header of mail message. Default is "
 "OFF. Turning it ON is effective only if B<mail_mime_encoding> is also set to "
@@ -5038,13 +5075,13 @@ msgstr ""
 "Standard (B<RFC5322> and B<RFC2047>). Default is OFF."
 
 # type: TP
-#: ../tin.1:1852
+#: ../tin.1:1862
 #, no-wrap
 msgid "B<Mail address (mail_address)>"
 msgstr "B<Mail address (mail_address)>"
 
 # type: Plain text
-#: ../tin.1:1858 ../tin.5:1582
+#: ../tin.1:1868 ../tin.5:1584
 msgid ""
 "User's mail address (and full name), if not username@host. This is used when "
 "creating articles, sending mail and when B<pgp>(1)  signing."
@@ -5053,13 +5090,13 @@ msgstr ""
 "creating articles, sending mail and when B<pgp>(1)  signing."
 
 # type: TP
-#: ../tin.1:1858
+#: ../tin.1:1868
 #, no-wrap
 msgid "B<MIME encoding in mail messages (mail_mime_encoding)>"
 msgstr "B<MIME encoding in mail messages (mail_mime_encoding)>"
 
 # type: Plain text
-#: ../tin.1:1862 ../tin.5:1586
+#: ../tin.1:1872 ../tin.5:1588
 msgid ""
 "MIME encoding of the body in mail message, if necessary (8bit, base64, "
 "quoted-printable, 7bit). Default is quoted-printable."
@@ -5068,13 +5105,13 @@ msgstr ""
 "quoted-printable, 7bit). Default is quoted-printable."
 
 # type: TP
-#: ../tin.1:1862
+#: ../tin.1:1872
 #, no-wrap
 msgid "B<Quote line when mailing (mail_quote_format)>"
 msgstr "B<Quote line when mailing (mail_quote_format)>"
 
 # type: Plain text
-#: ../tin.1:1867 ../tin.5:1591
+#: ../tin.1:1877 ../tin.5:1593
 msgid ""
 "Format of quote line when replying (via mail) to an article (%A=Address, %"
 "D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, %"
@@ -5085,13 +5122,13 @@ msgstr ""
 "C=Firstname, %I=Initials). Default is \"In article %M you wrote:\""
 
 # type: TP
-#: ../tin.1:1867
+#: ../tin.1:1877
 #, no-wrap
 msgid "B<Format of the mailbox (mailbox_format)>"
 msgstr "B<Format of the mailbox (mailbox_format)>"
 
 # type: Plain text
-#: ../tin.1:1875
+#: ../tin.1:1885
 msgid ""
 "Select one of the following mailbox-formats: MBOXO (default, except for "
 "SCO), MBOXRD or MMDF (default on SCO). See B<mbox>(5)  for more details on "
@@ -5102,13 +5139,13 @@ msgstr ""
 "MBOXO and MBOXRD and B<mmdf>(5)  for more details about MMDF."
 
 # type: TP
-#: ../tin.1:1875
+#: ../tin.1:1885
 #, no-wrap
 msgid "B<Mail directory (maildir)>"
 msgstr "B<Mail directory (maildir)>"
 
 # type: Plain text
-#: ../tin.1:1884
+#: ../tin.1:1894
 msgid ""
 "The directory where articles/threads are to be saved in B<mbox>(5)  format. "
 "This feature is mainly for use with the B<elm>(1)  mail program. It allows "
@@ -5121,14 +5158,14 @@ msgstr ""
 "filename to save to.  Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>."
 
 # type: TP
-#: ../tin.1:1884
+#: ../tin.1:1894
 #, no-wrap
 msgid "B<Invocation of your mail command (mailer_format)>"
 msgstr "B<Invocation of your mail command (mailer_format)>"
 
 # type: Plain text
 #.  TODO: document %S, %T, %M, %F, %U ...
-#: ../tin.1:1893
+#: ../tin.1:1903
 msgid ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %"
@@ -5147,13 +5184,13 @@ msgstr ""
 "E<lt> .article)."
 
 # type: TP
-#: ../tin.1:1893
+#: ../tin.1:1903
 #, no-wrap
 msgid "B<'Mark as (un)read' ignores tags (mark_ignore_tags)>"
 msgstr "B<'Mark as (un)read' ignores tags (mark_ignore_tags)>"
 
 # type: Plain text
-#: ../tin.1:1901 ../tin.5:1639
+#: ../tin.1:1911 ../tin.5:1647
 msgid ""
 "When this is ON, the B<GroupMarkThdRead> ('B<K>'), B<ThreadMarkArtRead> "
 "('B<K>'), B<MarkThdUnread> ('B<Z>') at Group level and B<MarkArtUnread> "
@@ -5170,24 +5207,24 @@ msgstr ""
 "unread articles, or nothing."
 
 # type: TP
-#: ../tin.1:1901
+#: ../tin.1:1911
 #, no-wrap
 msgid "B<Mark saved articles/threads as read (mark_saved_read)>"
 msgstr "B<Mark saved articles/threads as read (mark_saved_read)>"
 
 # type: Plain text
-#: ../tin.1:1904 ../tin.5:1631
+#: ../tin.1:1914 ../tin.5:1639
 msgid "If ON mark articles that are saved as read. Default is ON."
 msgstr "If ON mark articles that are saved as read. Default is ON."
 
 # type: TP
-#: ../tin.1:1904
+#: ../tin.1:1914
 #, no-wrap
 msgid "B<Viewer program for MIME articles (metamail_prog)>"
 msgstr "B<Viewer program for MIME articles (metamail_prog)>"
 
 # type: Plain text
-#: ../tin.1:1916
+#: ../tin.1:1926
 msgid ""
 "Path, name and options of external B<metamail>(1)  program used to view non-"
 "textual parts of articles.  To use the built-in viewer, set to --internal. "
@@ -5204,13 +5241,13 @@ msgstr ""
 "also B<ask_for_metamail>."
 
 # type: TP
-#: ../tin.1:1916
+#: ../tin.1:1926
 #, no-wrap
 msgid "B<MM_CHARSET (mm_charset)>"
 msgstr "B<MM_CHARSET (mm_charset)>"
 
 # type: Plain text
-#: ../tin.1:1929
+#: ../tin.1:1939
 msgid ""
 "Charset supported locally, which is also used for MIME header (charset "
 "parameter and charset name in header encoding) in mail and news postings. If "
@@ -5233,13 +5270,13 @@ msgstr ""
 "is disabled and you should use B<mm_network_charset> instead."
 
 # type: TP
-#: ../tin.1:1929
+#: ../tin.1:1939
 #, no-wrap
 msgid "B<MM_NETWORK_CHARSET (mm_network_charset)>"
 msgstr "B<MM_NETWORK_CHARSET (mm_network_charset)>"
 
 # type: Plain text
-#: ../tin.1:1940
+#: ../tin.1:1950
 msgid ""
 "Charset used for posting and MIME headers; replaces B<mm_charset>.  "
 "Conversion between B<mm_network_charset> and local charset (determined via "
@@ -5256,7 +5293,7 @@ msgstr ""
 "following charsets:"
 
 # type: Plain text
-#: ../tin.1:1943 ../tin.5:1678
+#: ../tin.1:1953 ../tin.5:1686
 msgid ""
 "US-ASCII, ISO-8859-{1,2,3,4,5,7,9,10,13,14,15,16}, KOI8-{R,U,RU} EUC-{CN,JP,"
 "KR,TW}, ISO-2022-{CN,CN-EXT,JP,JP-1,JP-2}, Big5, UTF-8"
@@ -5265,7 +5302,7 @@ msgstr ""
 "KR,TW}, ISO-2022-{CN,CN-EXT,JP,JP-1,JP-2}, Big5, UTF-8"
 
 # type: Plain text
-#: ../tin.1:1949 ../tin.5:1684
+#: ../tin.1:1959 ../tin.5:1692
 msgid ""
 "Not all values might work on your system, see B<iconv_open>(3)  for more "
 "details. If it's not set, the value of the environment variable "
@@ -5278,13 +5315,13 @@ msgstr ""
 "neither of them is defined."
 
 # type: TP
-#: ../tin.1:1949
+#: ../tin.1:1959
 #, no-wrap
 msgid "B<Attribute of highlighting with _dash_ (mono_markdash)>"
 msgstr "B<Attribute of highlighting with _dash_ (mono_markdash)>"
 
 # type: Plain text
-#: ../tin.1:1954
+#: ../tin.1:1964
 msgid ""
 "Character attribute of words emphasized like _this_. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -5295,13 +5332,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1954
+#: ../tin.1:1964
 #, no-wrap
 msgid "B<Attribute of highlighting with /slash/ (mono_markslash)>"
 msgstr "B<Attribute of highlighting with /slash/ (mono_markslash)>"
 
 # type: Plain text
-#: ../tin.1:1959
+#: ../tin.1:1969
 msgid ""
 "Character attribute of words emphasized like /this/. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -5312,13 +5349,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1959
+#: ../tin.1:1969
 #, no-wrap
 msgid "B<Attribute of highlighting with *stars* (mono_markstar)>"
 msgstr "B<Attribute of highlighting with *stars* (mono_markstar)>"
 
 # type: Plain text
-#: ../tin.1:1964
+#: ../tin.1:1974
 msgid ""
 "Character attribute of words emphasized like *this*. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -5329,13 +5366,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1964
+#: ../tin.1:1974
 #, no-wrap
 msgid "B<Attribute of highlighting with -stroke- (mono_markstroke)>"
 msgstr "B<Attribute of highlighting with -stroke- (mono_markstroke)>"
 
 # type: Plain text
-#: ../tin.1:1969
+#: ../tin.1:1979
 msgid ""
 "Character attribute of words emphasized like -this-. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -5346,13 +5383,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.1:1969
+#: ../tin.1:1979
 #, no-wrap
 msgid "B<(newnews)>"
 msgstr "B<(newnews)>"
 
 # type: Plain text
-#: ../tin.1:1973
+#: ../tin.1:1983
 msgid ""
 "These are internal timers used by B<tin> to keep track of new newsgroups.  "
 "Do not change them unless you understand what they are for."
@@ -5361,13 +5398,13 @@ msgstr ""
 "Do not change them unless you understand what they are for."
 
 # type: TP
-#: ../tin.1:1973
+#: ../tin.1:1983
 #, no-wrap
 msgid "B<Display these header fields (or *) (news_headers_to_display)>"
 msgstr "B<Display these header fields (or *) (news_headers_to_display)>"
 
 # type: Plain text
-#: ../tin.1:1980
+#: ../tin.1:1990
 msgid ""
 "Which news headers you wish to see. If you want to see _all_ the headers, "
 "place an '*' as this value. This is the only way a wildcard can be used.  If "
@@ -5382,13 +5419,13 @@ msgstr ""
 "spaces. Not defining anything turns off this option."
 
 # type: TP
-#: ../tin.1:1980
+#: ../tin.1:1990
 #, no-wrap
 msgid "B<Do not display these header fields (news_headers_to_not_display)>"
 msgstr "B<Do not display these header fields (news_headers_to_not_display)>"
 
 # type: Plain text
-#: ../tin.1:1989
+#: ../tin.1:1999
 msgid ""
 "Same as B<news_headers_to_display> except it denotes the opposite. An "
 "example of using both options might be if you thought X- headers were A Good "
@@ -5405,13 +5442,13 @@ msgstr ""
 "off this option."
 
 # type: TP
-#: ../tin.1:1989
+#: ../tin.1:1999
 #, no-wrap
 msgid "B<Quote line when following up (news_quote_format)>"
 msgstr "B<Quote line when following up (news_quote_format)>"
 
 # type: Plain text
-#: ../tin.1:1994 ../tin.5:1731
+#: ../tin.1:2004 ../tin.5:1739
 msgid ""
 "Format of quote line when posting/following up an article (%A=Address, %"
 "D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, %"
@@ -5422,13 +5459,13 @@ msgstr ""
 "C=Firstname, %I=Initials). Default is \"%F wrote:\"."
 
 # type: TP
-#: ../tin.1:1994
+#: ../tin.1:2004
 #, no-wrap
 msgid "B<Unicode normalization form (normalization_form)>"
 msgstr "B<Unicode normalisation form (normalization_form)>"
 
 # type: Plain text
-#: ../tin.1:1998
+#: ../tin.1:2008
 msgid ""
 "The normalization form B<tin> should use to normalize unicode input.  The "
 "possible values are:"
@@ -5437,33 +5474,33 @@ msgstr ""
 "possible values are:"
 
 # type: Plain text
-#: ../tin.1:2001 ../tin.5:1738
+#: ../tin.1:2011 ../tin.5:1746
 msgid "B<None>: no normalization"
 msgstr "B<None>: no normalisation"
 
 # type: Plain text
-#: ../tin.1:2003 ../tin.5:1740
+#: ../tin.1:2013 ../tin.5:1748
 msgid "B<NFKC>: Compatibility Decomposition, followed by Canonical Composition"
 msgstr ""
 "B<NFKC>: Compatibility Decomposition, followed by Canonical Composition"
 
 # type: Plain text
-#: ../tin.1:2005 ../tin.5:1742
+#: ../tin.1:2015 ../tin.5:1750
 msgid "B<NFKD>: Compatibility Decomposition"
 msgstr "B<NFKD>: Compatibility Decomposition"
 
 # type: Plain text
-#: ../tin.1:2007 ../tin.5:1744
+#: ../tin.1:2017 ../tin.5:1752
 msgid "B<NFC>: Canonical Decomposition, followed by Canonical Composition"
 msgstr "B<NFC>: Canonical Decomposition, followed by Canonical Composition"
 
 # type: Plain text
-#: ../tin.1:2009 ../tin.5:1746
+#: ../tin.1:2019 ../tin.5:1754
 msgid "B<NFD>: Canonical Decomposition"
 msgstr "B<NFD>: Canonical Decomposition"
 
 # type: Plain text
-#: ../tin.1:2012
+#: ../tin.1:2022
 msgid ""
 "Some normalization modes are only available if they are supported by the "
 "library B<tin> uses to do the normalization. Default is NFKC."
@@ -5472,13 +5509,13 @@ msgstr ""
 "library B<tin> uses to do the normalisation. Default is NFKC."
 
 # type: TP
-#: ../tin.1:2012
+#: ../tin.1:2022
 #, no-wrap
-msgid "B<Goto first unread article in group (pos_first_unread)>"
-msgstr "B<Goto first unread article in group (pos_first_unread)>"
+msgid "B<Go to first unread article in group (pos_first_unread)>"
+msgstr "B<Go to first unread article in group (pos_first_unread)>"
 
 # type: Plain text
-#: ../tin.1:2016
+#: ../tin.1:2026
 msgid ""
 "If ON put cursor at first unread article in group otherwise at last article. "
 "Default is ON."
@@ -5487,13 +5524,13 @@ msgstr ""
 "Default is ON."
 
 # type: TP
-#: ../tin.1:2016
+#: ../tin.1:2026
 #, no-wrap
 msgid "B<Use 8bit characters in news headers (post_8bit_header)>"
 msgstr "B<Use 8bit characters in news headers (post_8bit_header)>"
 
 # type: Plain text
-#: ../tin.1:2027 ../tin.5:1766
+#: ../tin.1:2037 ../tin.5:1774
 msgid ""
 "Allows 8bit characters unencoded in the header of a news article, if set "
 "this also disables the generation of MIME-headers when they are usually "
@@ -5514,13 +5551,13 @@ msgstr ""
 "B<post_mime_encoding>."
 
 # type: TP
-#: ../tin.1:2027
+#: ../tin.1:2037
 #, no-wrap
 msgid "B<MIME encoding in news messages (post_mime_encoding)>"
 msgstr "B<MIME encoding in news messages (post_mime_encoding)>"
 
 # type: Plain text
-#: ../tin.1:2032
+#: ../tin.1:2042
 msgid ""
 "MIME encoding of the body in news message, if necessary. (8bit, base64, "
 "quoted-printable, 7bit). Default is 8bit, which leads to no encoding. base64 "
@@ -5531,13 +5568,13 @@ msgstr ""
 "and quoted-printable are usually undesired on usenet."
 
 # type: TP
-#: ../tin.1:2032
+#: ../tin.1:2042
 #, no-wrap
 msgid "B<View post-processed files (post_process_view)>"
 msgstr "B<View post-processed files (post_process_view)>"
 
 # type: Plain text
-#: ../tin.1:2037
+#: ../tin.1:2047
 msgid ""
 "If ON, then B<tin> will start an appropriate viewer program to display any "
 "files that were post processed and uudecoded. The program is determined "
@@ -5548,13 +5585,13 @@ msgstr ""
 "using the mailcap file. Default is ON."
 
 # type: TP
-#: ../tin.1:2037
+#: ../tin.1:2047
 #, no-wrap
 msgid "B<Post process saved articles (post_process_type)>"
 msgstr "B<Post process saved articles (post_process_type)>"
 
 # type: Plain text
-#: ../tin.1:2041
+#: ../tin.1:2051
 msgid ""
 "This specifies whether to perform post processing on saved articles.  The "
 "following values are allowed:"
@@ -5563,28 +5600,28 @@ msgstr ""
 "following values are allowed:"
 
 # type: Plain text
-#: ../tin.1:2044 ../tin.5:1787
+#: ../tin.1:2054 ../tin.5:1795
 msgid "B<No> (default), no post processing is done."
 msgstr "B<No> (default), no post processing is done."
 
 # type: Plain text
-#: ../tin.1:2048
+#: ../tin.1:2058
 msgid "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only."
 msgstr "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only."
 
 # type: Plain text
-#: ../tin.1:2050 ../tin.5:1794
+#: ../tin.1:2060 ../tin.5:1802
 msgid "B<Yes>, binary attachments and data will be decoded and saved."
 msgstr "B<Yes>, binary attachments and data will be decoded and saved."
 
 # type: TP
-#: ../tin.1:2051
+#: ../tin.1:2061
 #, no-wrap
 msgid "B<Filename to be used for storing posted articles (posted_articles_file)>"
 msgstr "B<Filename to be used for storing posted articles (posted_articles_file)>"
 
 # type: Plain text
-#: ../tin.1:2057 ../tin.5:1801
+#: ../tin.1:2067 ../tin.5:1809
 msgid ""
 "Keep posted articles in I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/"
 ">B<posted_articles_file>.  If no filename is set then postings will not be "
@@ -5595,13 +5632,13 @@ msgstr ""
 "saved.  Default is 'posted'."
 
 # type: TP
-#: ../tin.1:2057
+#: ../tin.1:2067
 #, no-wrap
 msgid "B<Print all headers when printing (print_header)>"
 msgstr "B<Print all headers when printing (print_header)>"
 
 # type: Plain text
-#: ../tin.1:2061 ../tin.5:1805
+#: ../tin.1:2071 ../tin.5:1813
 msgid ""
 "If ON, then the full article header is sent to the printer. Otherwise only "
 "the ''Subject:'' and ''From:'' fields are output. Default is OFF."
@@ -5610,13 +5647,13 @@ msgstr ""
 "the ''Subject:'' and ''From:'' fields are output. Default is OFF."
 
 # type: TP
-#: ../tin.1:2061
+#: ../tin.1:2071
 #, no-wrap
 msgid "B<Printer program with options (printer)>"
 msgstr "B<Printer program with options (printer)>"
 
 # type: Plain text
-#: ../tin.1:2070
+#: ../tin.1:2080
 msgid ""
 "The printer program with options that is to be used to print articles.  The "
 "default is B<lpr>(1)  for BSD machines and B<lp>(1)  for SysV machines. "
@@ -5627,13 +5664,13 @@ msgstr ""
 "Printing from B<tin> may have been disabled by the System Administrator."
 
 # type: TP
-#: ../tin.1:2070
+#: ../tin.1:2080
 #, no-wrap
 msgid "B<Process only unread articles (process_only_unread)>"
 msgstr "B<Process only unread articles (process_only_unread)>"
 
 # type: Plain text
-#: ../tin.1:2074 ../tin.5:1819
+#: ../tin.1:2084 ../tin.5:1827
 msgid ""
 "If ON only save/print/pipe/mail unread articles (tagged articles excepted).  "
 "Default is OFF."
@@ -5642,13 +5679,13 @@ msgstr ""
 "Default is OFF."
 
 # type: TP
-#: ../tin.1:2074
+#: ../tin.1:2084
 #, no-wrap
 msgid "B<Show empty Followup-To in editor (prompt_followupto)>"
 msgstr "B<Show empty Followup-To in editor (prompt_followupto)>"
 
 # type: Plain text
-#: ../tin.1:2077
+#: ../tin.1:2087
 msgid ""
 "If ON show empty ''Followup-To:'' header when editing an article. Default is "
 "OFF."
@@ -5657,14 +5694,14 @@ msgstr ""
 "OFF."
 
 # type: TP
-#: ../tin.1:2077
+#: ../tin.1:2087
 #, no-wrap
 msgid "B<Characters used as quote-marks (quote_chars)>"
 msgstr "B<Characters used as quote-marks (quote_chars)>"
 
 # type: Plain text
 #.  TODO: document %s
-#: ../tin.1:2082 ../tin.5:1829
+#: ../tin.1:2092 ../tin.5:1837
 msgid ""
 "The character used in quoting included text to article followups and mail "
 "replies. The '_' character represents a blank character and is replaced with "
@@ -5675,13 +5712,13 @@ msgstr ""
 "' ' when read. Default is 'E<gt>_'."
 
 # type: TP
-#: ../tin.1:2082
+#: ../tin.1:2092
 #, no-wrap
 msgid "B<Quoting behavior (quote_style)>"
 msgstr "B<Quoting behaviour (quote_style)>"
 
 # type: Plain text
-#: ../tin.1:2089
+#: ../tin.1:2099
 msgid ""
 "How articles should be quoted when following up or replying to them. There "
 "are a number of things that can be done: empty lines can be quoted, "
@@ -5698,7 +5735,7 @@ msgstr ""
 "lines."
 
 # type: Plain text
-#: ../tin.1:2093
+#: ../tin.1:2103
 msgid ""
 "When you are viewing an article in raw mode ('B<^H>'), and follow up or "
 "reply to it, the signature will be quoted even if it would otherwise not "
@@ -5709,13 +5746,13 @@ msgstr ""
 "be.  If B<show_signatures> is off, then the signature will never be quoted."
 
 # type: TP
-#: ../tin.1:2093
+#: ../tin.1:2103
 #, no-wrap
 msgid "B<Regex used to show quoted lines (quote_regex)>"
 msgstr "B<Regex used to show quoted lines (quote_regex)>"
 
 # type: Plain text
-#: ../tin.1:2098
+#: ../tin.1:2108
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote>. If B<quote_regex> is blank, then "
@@ -5726,13 +5763,13 @@ msgstr ""
 "B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2098
+#: ../tin.1:2108
 #, no-wrap
 msgid "B<Regex used to show twice quoted l. (quote_regex2)>"
 msgstr "B<Regex used to show twice quoted l. (quote_regex2)>"
 
 # type: Plain text
-#: ../tin.1:2103
+#: ../tin.1:2113
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote2>. If B<quote_regex2> is blank, then "
@@ -5743,13 +5780,13 @@ msgstr ""
 "B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2103
+#: ../tin.1:2113
 #, no-wrap
 msgid "B<Regex used to show E<gt>= 3 times q.l. (quote_regex3)>"
 msgstr "B<Regex used to show E<gt>= 3 times q.l. (quote_regex3)>"
 
 # type: Plain text
-#: ../tin.1:2108
+#: ../tin.1:2118
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote3>. If B<quote_regex3> is blank, then "
@@ -5760,13 +5797,13 @@ msgstr ""
 "B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2108
+#: ../tin.1:2118
 #, no-wrap
 msgid "B<Article recentness time limit (recent_time)>"
 msgstr "B<Article recentness time limit (recent_time)>"
 
 # type: Plain text
-#: ../tin.1:2112 ../tin.5:1874
+#: ../tin.1:2122 ../tin.5:1882
 msgid ""
 "If set to 0, this feature is deactivated, otherwise it means the number of "
 "days. Default is 2."
@@ -5775,13 +5812,13 @@ msgstr ""
 "days. Default is 2."
 
 # type: TP
-#: ../tin.1:2112
+#: ../tin.1:2122
 #, no-wrap
 msgid "B<Render BiDi (render_bidi)>"
 msgstr "B<Render BiDi (render_bidi)>"
 
 # type: Plain text
-#: ../tin.1:2116 ../tin.5:1878
+#: ../tin.1:2126 ../tin.5:1886
 msgid ""
 "If ON B<tin> does the rendering of bi-directional text. If OFF B<tin> leaves "
 "the rendering of bi-directional text to the terminal. Default is OFF."
@@ -5790,13 +5827,13 @@ msgstr ""
 "the rendering of bi-directional text to the terminal. Default is OFF."
 
 # type: TP
-#: ../tin.1:2116
+#: ../tin.1:2126
 #, no-wrap
 msgid "B<Interval in seconds to reread active (reread_active_file_secs)>"
 msgstr "B<Interval in seconds to reread active (reread_active_file_secs)>"
 
 # type: Plain text
-#: ../tin.1:2121 ../tin.5:1883
+#: ../tin.1:2131 ../tin.5:1891
 msgid ""
 "The news I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file is "
 "reread at regular intervals to show if any new news has arrived. Default is "
@@ -5807,13 +5844,13 @@ msgstr ""
 "1200. Setting this to 0 will disable this feature."
 
 # type: TP
-#: ../tin.1:2121
+#: ../tin.1:2131
 #, no-wrap
 msgid "B<Directory to save arts/threads in (savedir)>"
 msgstr "B<Directory to save arts/threads in (savedir)>"
 
 # type: Plain text
-#: ../tin.1:2125 ../tin.5:1887
+#: ../tin.1:2135 ../tin.5:1895
 msgid ""
 "Directory where articles/threads are saved. Default is I<${TIN_HOMEDIR:-"
 "\"$HOME\"}/News>."
@@ -5822,13 +5859,13 @@ msgstr ""
 "\"$HOME\"}/News>."
 
 # type: TP
-#: ../tin.1:2125
+#: ../tin.1:2135
 #, no-wrap
 msgid "B<Score limit (kill) (score_limit_kill)>"
 msgstr "B<Score limit (kill) (score_limit_kill)>"
 
 # type: Plain text
-#: ../tin.1:2129 ../tin.5:1891
+#: ../tin.1:2139 ../tin.5:1899
 msgid ""
 "If the score of an article is below or equal this value the article gets "
 "marked as killed."
@@ -5837,13 +5874,13 @@ msgstr ""
 "marked as killed."
 
 # type: TP
-#: ../tin.1:2129
+#: ../tin.1:2139
 #, no-wrap
 msgid "B<Score limit (select) (score_limit_select)>"
 msgstr "B<Score limit (select) (score_limit_select)>"
 
 # type: Plain text
-#: ../tin.1:2133 ../tin.5:1895
+#: ../tin.1:2143 ../tin.5:1903
 msgid ""
 "If the score of an article is above or equal this value the article gets "
 "marked as hot."
@@ -5852,13 +5889,13 @@ msgstr ""
 "marked as hot."
 
 # type: TP
-#: ../tin.1:2133
+#: ../tin.1:2143
 #, no-wrap
 msgid "B<Default score to kill articles (score_kill)>"
 msgstr "B<Default score to kill articles (score_kill)>"
 
 # type: Plain text
-#: ../tin.1:2137 ../tin.5:1899
+#: ../tin.1:2147 ../tin.5:1907
 msgid ""
 "Score of an article which should be killed, this must be E<lt>= "
 "B<score_limit_kill>."
@@ -5867,13 +5904,13 @@ msgstr ""
 "B<score_limit_kill>."
 
 # type: TP
-#: ../tin.1:2137
+#: ../tin.1:2147
 #, no-wrap
 msgid "B<Default score to select articles (score_select)>"
 msgstr "B<Default score to select articles (score_select)>"
 
 # type: Plain text
-#: ../tin.1:2141 ../tin.5:1903
+#: ../tin.1:2151 ../tin.5:1911
 msgid ""
 "Score of an article which should be marked hot, this must be E<gt>= "
 "B<score_limit_select>."
@@ -5882,13 +5919,13 @@ msgstr ""
 "B<score_limit_select>."
 
 # type: TP
-#: ../tin.1:2141
+#: ../tin.1:2151
 #, no-wrap
 msgid "B<Number of lines to scroll in pager (scroll_lines)>"
 msgstr "B<Number of lines to scroll in pager (scroll_lines)>"
 
 # type: Plain text
-#: ../tin.1:2149
+#: ../tin.1:2159
 msgid ""
 "The number of lines that will be scrolled up/down in the article pager when "
 "using cursor-up/down. The default is 1 (line-by-line). Set to 0 to get "
@@ -5905,13 +5942,13 @@ msgstr ""
 "page scrolling. This setting supersedes full_page_scroll=OFF."
 
 # type: TP
-#: ../tin.1:2149
+#: ../tin.1:2159
 #, no-wrap
 msgid "B<In group menu, show author by (show_author)>"
 msgstr "B<In group menu, show author by (show_author)>"
 
 # type: Plain text
-#: ../tin.1:2153 ../tin.5:1915
+#: ../tin.1:2163 ../tin.5:1923
 msgid ""
 "Which information about the author should be shown. Default is 2, authors "
 "full name."
@@ -5920,12 +5957,12 @@ msgstr ""
 "full name."
 
 # type: Plain text
-#: ../tin.1:2156 ../tin.5:1918
+#: ../tin.1:2166 ../tin.5:1926
 msgid "B<None>, only the ''Subject:'' line will be displayed."
 msgstr "B<None>, only the ''Subject:'' line will be displayed."
 
 # type: Plain text
-#: ../tin.1:2159 ../tin.5:1921
+#: ../tin.1:2169 ../tin.5:1929
 msgid ""
 "B<Address>, ''Subject:'' line & the address part of the ''From:'' line are "
 "displayed."
@@ -5934,7 +5971,7 @@ msgstr ""
 "displayed."
 
 # type: Plain text
-#: ../tin.1:2162 ../tin.5:1924
+#: ../tin.1:2172 ../tin.5:1932
 msgid ""
 "B<Full Name>, ''Subject:'' line & the authors full name part of the "
 "\\&''From:'' line are displayed (default)."
@@ -5943,7 +5980,7 @@ msgstr ""
 "\\&''From:'' line are displayed (default)."
 
 # type: Plain text
-#: ../tin.1:2165 ../tin.5:1927
+#: ../tin.1:2175 ../tin.5:1935
 msgid ""
 "B<Address and Name>, ''Subject:'' line & all of the ''From:'' line are "
 "displayed."
@@ -5952,13 +5989,13 @@ msgstr ""
 "displayed."
 
 # type: TP
-#: ../tin.1:2166
+#: ../tin.1:2176
 #, no-wrap
 msgid "B<Show description of each newsgroup (show_description)>"
 msgstr "B<Show description of each newsgroup (show_description)>"
 
 # type: Plain text
-#: ../tin.1:2175
+#: ../tin.1:2185
 msgid ""
 "If ON show a short group description text after newsgroup name at the group "
 "selection level. The ''B<-d>'' command-line flag will override the setting "
@@ -5975,13 +6012,13 @@ msgstr ""
 "mailgroups> for mailgroups. Default is ON."
 
 # type: TP
-#: ../tin.1:2175
+#: ../tin.1:2185
 #, no-wrap
 msgid "B<Show lines/score in listings (show_info)>"
 msgstr "B<Show lines/score in listings (show_info)>"
 
 # type: Plain text
-#: ../tin.1:2179 ../tin.5:1941
+#: ../tin.1:2189 ../tin.5:1949
 msgid ""
 "Which information about the thread or article should be shown. Default is 1, "
 "show only the line count."
@@ -5990,12 +6027,12 @@ msgstr ""
 "show only the line count."
 
 # type: Plain text
-#: ../tin.1:2182 ../tin.5:1944
+#: ../tin.1:2192 ../tin.5:1952
 msgid "B<None>, no information will be displayed."
 msgstr "B<None>, no information will be displayed."
 
 # type: Plain text
-#: ../tin.1:2186
+#: ../tin.1:2196
 msgid ""
 "B<Lines>, in article listing the line count of an article will be displayed "
 "and in thread listing the line count of first (unread) article will be "
@@ -6006,7 +6043,7 @@ msgstr ""
 "displayed."
 
 # type: Plain text
-#: ../tin.1:2190 ../tin.5:1952
+#: ../tin.1:2200 ../tin.5:1960
 msgid ""
 "B<Score>, in article listing the score of an article will be displayed and "
 "in thread listing the score of the thread will be displayed - see also "
@@ -6017,18 +6054,18 @@ msgstr ""
 "B<thread_score>."
 
 # type: Plain text
-#: ../tin.1:2192 ../tin.5:1954
+#: ../tin.1:2202 ../tin.5:1962
 msgid "B<Lines & Score>, display line count and score."
 msgstr "B<Lines & Score>, display line count and score."
 
 # type: TP
-#: ../tin.1:2193
+#: ../tin.1:2203
 #, no-wrap
 msgid "B<Show only unread articles (show_only_unread_arts)>"
 msgstr "B<Show only unread articles (show_only_unread_arts)>"
 
 # type: Plain text
-#: ../tin.1:2197
+#: ../tin.1:2207
 msgid ""
 "If ON show only new/unread articles otherwise show all articles.  Default is "
 "ON."
@@ -6037,13 +6074,13 @@ msgstr ""
 "ON."
 
 # type: TP
-#: ../tin.1:2197
+#: ../tin.1:2207
 #, no-wrap
 msgid "B<Show only groups with unread arts (show_only_unread_groups)>"
 msgstr "B<Show only groups with unread arts (show_only_unread_groups)>"
 
 # type: Plain text
-#: ../tin.1:2201 ../tin.5:1963
+#: ../tin.1:2211 ../tin.5:1971
 msgid ""
 "If ON show only subscribed groups that contain unread articles. Default is "
 "OFF."
@@ -6052,35 +6089,35 @@ msgstr ""
 "OFF."
 
 # type: TP
-#: ../tin.1:2201
+#: ../tin.1:2211
 #, no-wrap
 msgid "B<Display signatures (show_signatures)>"
 msgstr "B<Display signatures (show_signatures)>"
 
 # type: Plain text
-#: ../tin.1:2205
+#: ../tin.1:2215
 msgid "If OFF don't show signatures when displaying articles.  Default is ON."
 msgstr "If OFF don't show signatures when displaying articles.  Default is ON."
 
 # type: TP
-#: ../tin.1:2205
+#: ../tin.1:2215
 #, no-wrap
 msgid "B<Prepend signature with '\\en-- \\en' (sigdashes)>"
 msgstr "B<Prepend signature with '\\en-- \\en' (sigdashes)>"
 
 # type: Plain text
-#: ../tin.1:2208 ../tin.5:1969
+#: ../tin.1:2218 ../tin.5:1977
 msgid "If ON prepend the signature with sigdashes. Default is ON."
 msgstr "If ON prepend the signature with sigdashes. Default is ON."
 
 # type: TP
-#: ../tin.1:2208
+#: ../tin.1:2218
 #, no-wrap
 msgid "B<Create signature from path/command (sigfile)>"
 msgstr "B<Create signature from path/command (sigfile)>"
 
 # type: Plain text
-#: ../tin.1:2218
+#: ../tin.1:2228
 msgid ""
 "The path that specifies the signature file to use when posting, following up "
 "to or replying to an article. If the path is a directory then the signature "
@@ -6099,24 +6136,24 @@ msgstr ""
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>."
 
 # type: TP
-#: ../tin.1:2218
+#: ../tin.1:2228
 #, no-wrap
 msgid "B<Add signature when reposting (signature_repost)>"
 msgstr "B<Add signature when reposting (signature_repost)>"
 
 # type: Plain text
-#: ../tin.1:2221 ../tin.5:1983
+#: ../tin.1:2231 ../tin.5:1991
 msgid "If ON add signature to reposted articles. Default is ON."
 msgstr "If ON add signature to reposted articles. Default is ON."
 
 # type: TP
-#: ../tin.1:2221
+#: ../tin.1:2231
 #, no-wrap
 msgid "B<Regex used to highlight /slashes/ (slashes_regex)>"
 msgstr "B<Regex used to highlight /slashes/ (slashes_regex)>"
 
 # type: Plain text
-#: ../tin.1:2226
+#: ../tin.1:2236
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markslash> or B<mono_markslash>. If "
@@ -6127,13 +6164,13 @@ msgstr ""
 "B<slashes_regex> is blank, then B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2226
+#: ../tin.1:2236
 #, no-wrap
 msgid "B<Sort articles by (sort_article_type)>"
 msgstr "B<Sort articles by (sort_article_type)>"
 
 # type: Plain text
-#: ../tin.1:2230 ../tin.5:1994
+#: ../tin.1:2240 ../tin.5:2002
 msgid ""
 "This specifies how articles should be sorted. Sort by ascending Date (6) is "
 "the default. The following sort types are allowed:"
@@ -6142,91 +6179,91 @@ msgstr ""
 "the default. The following sort types are allowed:"
 
 # type: Plain text
-#: ../tin.1:2233 ../tin.5:1997
+#: ../tin.1:2243 ../tin.5:2005
 msgid "B<Nothing>, don't sort articles."
 msgstr "B<Nothing>, don't sort articles."
 
 # type: Plain text
-#: ../tin.1:2235 ../tin.5:1999
+#: ../tin.1:2245 ../tin.5:2007
 msgid ""
 "B<Subject: (descending)>, sort articles by ''Subject:'' field descending."
 msgstr ""
 "B<Subject: (descending)>, sort articles by ''Subject:'' field descending."
 
 # type: Plain text
-#: ../tin.1:2237 ../tin.5:2001
+#: ../tin.1:2247 ../tin.5:2009
 msgid "B<Subject: (ascending)>, sort articles by ''Subject:'' field ascending."
 msgstr ""
 "B<Subject: (ascending)>, sort articles by ''Subject:'' field ascending."
 
 # type: Plain text
-#: ../tin.1:2239 ../tin.5:2003
+#: ../tin.1:2249 ../tin.5:2011
 msgid "B<From: (descending)>, sort articles by ''From:'' field descending."
 msgstr "B<From: (descending)>, sort articles by ''From:'' field descending."
 
 # type: Plain text
-#: ../tin.1:2241 ../tin.5:2005
+#: ../tin.1:2251 ../tin.5:2013
 msgid "B<From: (ascending)>, sort articles by ''From:'' field ascending."
 msgstr "B<From: (ascending)>, sort articles by ''From:'' field ascending."
 
 # type: Plain text
-#: ../tin.1:2243 ../tin.5:2007
+#: ../tin.1:2253 ../tin.5:2015
 msgid "B<Date: (descending)>, sort articles by ''Date:'' field descending."
 msgstr "B<Date: (descending)>, sort articles by ''Date:'' field descending."
 
 # type: Plain text
-#: ../tin.1:2246 ../tin.5:2010
+#: ../tin.1:2256 ../tin.5:2018
 msgid ""
 "B<Date: (ascending)>, sort articles by ''Date:'' field ascending (default)."
 msgstr ""
 "B<Date: (ascending)>, sort articles by ''Date:'' field ascending (default)."
 
 # type: Plain text
-#: ../tin.1:2248 ../tin.5:2012
+#: ../tin.1:2258 ../tin.5:2020
 msgid "B<Score (descending)>, sort articles by filtering score descending."
 msgstr "B<Score (descending)>, sort articles by filtering score descending."
 
 # type: IP
-#: ../tin.1:2248 ../tin.5:2012
+#: ../tin.1:2258 ../tin.5:2020
 #, no-wrap
 msgid "8"
 msgstr "8"
 
 # type: Plain text
-#: ../tin.1:2250 ../tin.5:2014
+#: ../tin.1:2260 ../tin.5:2022
 msgid "B<Score (ascending)>, sort articles by filtering score ascending."
 msgstr "B<Score (ascending)>, sort articles by filtering score ascending."
 
 # type: IP
-#: ../tin.1:2250 ../tin.5:2014
+#: ../tin.1:2260 ../tin.5:2022
 #, no-wrap
 msgid "9"
 msgstr "9"
 
 # type: Plain text
-#: ../tin.1:2252 ../tin.5:2016
+#: ../tin.1:2262 ../tin.5:2024
 msgid "B<Lines: (descending)>, sort articles by ''Lines:'' field descending."
 msgstr "B<Lines: (descending)>, sort articles by ''Lines:'' field descending."
 
 # type: IP
-#: ../tin.1:2252 ../tin.5:2016
+#: ../tin.1:2262 ../tin.5:2024
 #, no-wrap
 msgid "10"
 msgstr "10"
 
 # type: Plain text
-#: ../tin.1:2254 ../tin.5:2018
+#: ../tin.1:2264 ../tin.5:2026
 msgid "B<Lines: (ascending)>, sort articles by ''Lines:'' field ascending."
 msgstr "B<Lines: (ascending)>, sort articles by ''Lines:'' field ascending."
 
 # type: TP
-#: ../tin.1:2255
+#: ../tin.1:2265
 #, no-wrap
 msgid "B<Sort threads by (sort_threads_type)>"
 msgstr "B<Sort threads by (sort_threads_type)>"
 
 # type: Plain text
-#: ../tin.1:2260 ../tin.5:2023
+#: ../tin.1:2270 ../tin.5:2031
 msgid ""
 "This specifies how threads will be sorted. Sort by descending Score (1) is "
 "the default. The following sort types are allowed:"
@@ -6235,24 +6272,24 @@ msgstr ""
 "the default. The following sort types are allowed:"
 
 # type: Plain text
-#: ../tin.1:2263 ../tin.5:2026
+#: ../tin.1:2273 ../tin.5:2034
 msgid "B<Nothing>, don't sort threads."
 msgstr "B<Nothing>, don't sort threads."
 
 # type: Plain text
-#: ../tin.1:2266 ../tin.5:2029
+#: ../tin.1:2276 ../tin.5:2037
 msgid ""
 "B<Score (descending)>, sort threads by filtering score descending (default)."
 msgstr ""
 "B<Score (descending)>, sort threads by filtering score descending (default)."
 
 # type: Plain text
-#: ../tin.1:2268 ../tin.5:2031
+#: ../tin.1:2278 ../tin.5:2039
 msgid "B<Score (ascending)>, sort threads by filtering score ascending."
 msgstr "B<Score (ascending)>, sort threads by filtering score ascending."
 
 # type: Plain text
-#: ../tin.1:2270 ../tin.5:2033
+#: ../tin.1:2280 ../tin.5:2041
 msgid ""
 "B<Last posting date (descending)>, sort threads by date of last posting "
 "descending."
@@ -6261,7 +6298,7 @@ msgstr ""
 "descending."
 
 # type: Plain text
-#: ../tin.1:2272 ../tin.5:2035
+#: ../tin.1:2282 ../tin.5:2043
 msgid ""
 "B<Last posting date (ascending)>, sort threads by date of last posting "
 "ascending."
@@ -6270,13 +6307,13 @@ msgstr ""
 "ascending."
 
 # type: TP
-#: ../tin.1:2273
+#: ../tin.1:2283
 #, no-wrap
 msgid "B<Spamtrap warning address parts (spamtrap_warning_addresses)>"
 msgstr "B<Spamtrap warning address parts (spamtrap_warning_addresses)>"
 
 # type: Plain text
-#: ../tin.1:2278
+#: ../tin.1:2288
 msgid ""
 "Set this option to a list of comma-separated strings to be warned if you are "
 "replying to an article by mail where the e-mail address contains one of "
@@ -6287,18 +6324,18 @@ msgstr ""
 "these strings. The matching is case-insensitive. Example:"
 
 # type: Plain text
-#: ../tin.1:2280
+#: ../tin.1:2290
 msgid "I<spam,delete,remove>"
 msgstr "I<spam,delete,remove>"
 
 # type: TP
-#: ../tin.1:2280
+#: ../tin.1:2290
 #, no-wrap
 msgid "B<Regex used to highlight *stars* (stars_regex)>"
 msgstr "B<Regex used to highlight *stars* (stars_regex)>"
 
 # type: Plain text
-#: ../tin.1:2285
+#: ../tin.1:2295
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstar> or B<mono_markstar>. If "
@@ -6309,13 +6346,13 @@ msgstr ""
 "B<stars_regex> is blank, then B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2285
+#: ../tin.1:2295
 #, no-wrap
 msgid "B<Start editor with line offset (start_editor_offset)>"
 msgstr "B<Start editor with line offset (start_editor_offset)>"
 
 # type: Plain text
-#: ../tin.1:2290 ../tin.5:2053
+#: ../tin.1:2300 ../tin.5:2061
 msgid ""
 "Set ON if the editor used for posting, follow-ups and bug reports has the "
 "capability of starting and positioning the cursor at a specified line within "
@@ -6326,13 +6363,13 @@ msgstr ""
 "a file. Default is ON."
 
 # type: TP
-#: ../tin.1:2290
+#: ../tin.1:2300
 #, no-wrap
 msgid "B<Strip blanks of end of lines (strip_blanks)>"
 msgstr "B<Strip blanks of end of lines (strip_blanks)>"
 
 # type: Plain text
-#: ../tin.1:2296 ../tin.5:2057
+#: ../tin.1:2306 ../tin.5:2065
 msgid ""
 "Strips the blanks from the end of each line therefore speeding up the "
 "display when reading on a slow terminal or via modem. Default is ON."
@@ -6341,13 +6378,13 @@ msgstr ""
 "display when reading on a slow terminal or via modem. Default is ON."
 
 # type: TP
-#: ../tin.1:2296
+#: ../tin.1:2306
 #, no-wrap
 msgid "B<Remove bogus groups from newsrc (strip_bogus)>"
 msgstr "B<Remove bogus groups from newsrc (strip_bogus)>"
 
 # type: Plain text
-#: ../tin.1:2305 ../tin.5:2065
+#: ../tin.1:2315 ../tin.5:2073
 msgid ""
 "Bogus groups are groups that are present in your I<${TIN_HOMEDIR:-\"$HOME"
 "\"}/.newsrc> file that no longer exist on the news server. There are 3 "
@@ -6364,13 +6401,13 @@ msgstr ""
 "unsubscribe from them as and when you wish. Default is 0 (Always Keep)."
 
 # type: TP
-#: ../tin.1:2305
+#: ../tin.1:2315
 #, no-wrap
 msgid "B<No unsubscribed groups in newsrc (strip_newsrc)>"
 msgstr "B<No unsubscribed groups in newsrc (strip_newsrc)>"
 
 # type: Plain text
-#: ../tin.1:2309 ../tin.5:2069
+#: ../tin.1:2319 ../tin.5:2077
 msgid ""
 "If ON, then unsubscribed groups will be permanently removed from your I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. Default is OFF."
@@ -6379,13 +6416,13 @@ msgstr ""
 "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. Default is OFF."
 
 # type: TP
-#: ../tin.1:2309
+#: ../tin.1:2319
 #, no-wrap
 msgid "B<Regex used to highlight -strokes- (strokes_regex)>"
 msgstr "B<Regex used to highlight -strokes- (strokes_regex)>"
 
 # type: Plain text
-#: ../tin.1:2314
+#: ../tin.1:2324
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstroke> or B<mono_markstroke>.  If "
@@ -6396,13 +6433,13 @@ msgstr ""
 "B<strokes_regex> is blank, then B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2314
+#: ../tin.1:2324
 #, no-wrap
 msgid "B<Wrap around threads on next unread (wrap_on_next_unread)>"
 msgstr "B<Wrap around threads on next unread (wrap_on_next_unread)>"
 
 # type: Plain text
-#: ../tin.1:2319 ../tin.5:2248
+#: ../tin.1:2329 ../tin.5:2260
 msgid ""
 "If enabled a search for the next unread article will wrap around all "
 "articles to find also previous unread articles. If disabled the search stops "
@@ -6413,13 +6450,13 @@ msgstr ""
 "at the end of the thread list. Default is ON."
 
 # type: TP
-#: ../tin.1:2319
+#: ../tin.1:2329
 #, no-wrap
 msgid "B<Display \"a as Umlaut-a (tex2iso_conv)>"
 msgstr "B<Display \"a as Umlaut-a (tex2iso_conv)>"
 
 # type: Plain text
-#: ../tin.1:2323
+#: ../tin.1:2333
 msgid ""
 "If ON, show \"a as Umlaut-a, etc. Default is OFF. This behavior can also be "
 "toggled in the article viewer via B<PageToggleTex2iso> ('B<\">')."
@@ -6428,13 +6465,13 @@ msgstr ""
 "toggled in the article viewer via B<PageToggleTex2iso> ('B<\">')."
 
 # type: TP
-#: ../tin.1:2323
+#: ../tin.1:2333
 #, no-wrap
 msgid "B<Thread articles by (thread_articles)>"
 msgstr "B<Thread articles by (thread_articles)>"
 
 # type: Plain text
-#: ../tin.1:2331
+#: ../tin.1:2341
 msgid ""
 "Defines which threading method to use. It's possible to set the threading "
 "type on a per group basis by setting the group attribute variable "
@@ -6449,22 +6486,22 @@ msgstr ""
 "and References.  The choices are:"
 
 # type: Plain text
-#: ../tin.1:2334
+#: ../tin.1:2344
 msgid "B<None>, don't thread."
 msgstr "B<None>, don't thread."
 
 # type: Plain text
-#: ../tin.1:2336
+#: ../tin.1:2346
 msgid "B<Subject>, thread on ''Subject:'' only."
 msgstr "B<Subject>, thread on ''Subject:'' only."
 
 # type: Plain text
-#: ../tin.1:2338
+#: ../tin.1:2348
 msgid "B<References>, thread on ''References:'' only."
 msgstr "B<References>, thread on ''References:'' only."
 
 # type: Plain text
-#: ../tin.1:2341
+#: ../tin.1:2351
 msgid ""
 "B<Both Subject and References>, thread on ''References:'' then "
 "\\&''Subject:'' (default)."
@@ -6473,12 +6510,12 @@ msgstr ""
 "\\&''Subject:'' (default)."
 
 # type: Plain text
-#: ../tin.1:2343
+#: ../tin.1:2353
 msgid "B<Multipart Subject>, thread multipart articles on ''Subject:''."
 msgstr "B<Multipart Subject>, thread multipart articles on ''Subject:''."
 
 # type: Plain text
-#: ../tin.1:2346
+#: ../tin.1:2356
 msgid ""
 "B<Percentage Match>, thread base upon a partial character match on "
 "\\&''Subject:''."
@@ -6487,13 +6524,13 @@ msgstr ""
 "\\&''Subject:''."
 
 # type: TP
-#: ../tin.1:2347
+#: ../tin.1:2357
 #, no-wrap
 msgid "B<Catchup thread by using left key (thread_catchup_on_exit)>"
 msgstr "B<Catchup thread by using left key (thread_catchup_on_exit)>"
 
 # type: Plain text
-#: ../tin.1:2351 ../tin.5:2100
+#: ../tin.1:2361 ../tin.5:2108
 msgid ""
 "If ON catchup group/thread when leaving with the left arrow key. Default is "
 "ON."
@@ -6502,13 +6539,13 @@ msgstr ""
 "ON."
 
 # type: TP
-#: ../tin.1:2351
+#: ../tin.1:2361
 #, no-wrap
 msgid "B<Matchingness of a thread (thread_perc)>"
 msgstr "B<Matchingness of a thread (thread_perc)>"
 
 # type: Plain text
-#: ../tin.1:2355
+#: ../tin.1:2365
 msgid ""
 "How closely the subjects must match for two threads to be considered part of "
 "the same thread. This is a percentage and the default if 75%."
@@ -6517,13 +6554,13 @@ msgstr ""
 "the same thread. This is a percentage and the default if 75%."
 
 # type: TP
-#: ../tin.1:2355
+#: ../tin.1:2365
 #, no-wrap
 msgid "B<Score of a thread (thread_score)>"
 msgstr "B<Score of a thread (thread_score)>"
 
 # type: Plain text
-#: ../tin.1:2359 ../tin.5:2104
+#: ../tin.1:2369 ../tin.5:2112
 msgid ""
 "How the total score of a thread is computed. Default is 0, the maximum score "
 "in this thread."
@@ -6532,28 +6569,28 @@ msgstr ""
 "in this thread."
 
 # type: Plain text
-#: ../tin.1:2362 ../tin.5:2107
+#: ../tin.1:2372 ../tin.5:2115
 msgid "B<Max>, the maximum score in this thread."
 msgstr "B<Max>, the maximum score in this thread."
 
 # type: Plain text
-#: ../tin.1:2364 ../tin.5:2109
+#: ../tin.1:2374 ../tin.5:2117
 msgid "B<Sum>, the sum of all scores in this thread."
 msgstr "B<Sum>, the sum of all scores in this thread."
 
 # type: Plain text
-#: ../tin.1:2366 ../tin.5:2111
+#: ../tin.1:2376 ../tin.5:2119
 msgid "B<Average>, the average score in this thread."
 msgstr "B<Average>, the average score in this thread."
 
 # type: TP
-#: ../tin.1:2367
+#: ../tin.1:2377
 #, no-wrap
 msgid "B<Transliteration (translit)>"
 msgstr "B<Transliteration (translit)>"
 
 # type: Plain text
-#: ../tin.1:2375 ../tin.5:2120
+#: ../tin.1:2385 ../tin.5:2128
 msgid ""
 "If ON append //TRANSLIT to the first argument of B<iconv_open>(3)  to enable "
 "transliteration. This means that when a character cannot be represented in "
@@ -6568,13 +6605,13 @@ msgstr ""
 "this option is disabled. Default is OFF."
 
 # type: TP
-#: ../tin.1:2375
+#: ../tin.1:2385
 #, no-wrap
 msgid "B<How to treat blank lines (trim_article_body)>"
 msgstr "B<How to treat blank lines (trim_article_body)>"
 
 # type: Plain text
-#: ../tin.1:2379 ../tin.5:2124
+#: ../tin.1:2389 ../tin.5:2132
 msgid ""
 "Allows you to select how B<tin> treats blank lines in article bodies.  "
 "Default is 0. This option does not affect lines within verbatim blocks."
@@ -6583,29 +6620,29 @@ msgstr ""
 "Default is 0. This option does not affect lines within verbatim blocks."
 
 # type: Plain text
-#: ../tin.1:2382 ../tin.5:2127
+#: ../tin.1:2392 ../tin.5:2135
 msgid "B<Don't trim article body>, do nothing."
 msgstr "B<Don't trim article body>, do nothing."
 
 # type: Plain text
-#: ../tin.1:2384 ../tin.5:2129
+#: ../tin.1:2394 ../tin.5:2137
 msgid "B<Skip leading blank lines>."
 msgstr "B<Skip leading blank lines>."
 
 # type: Plain text
-#: ../tin.1:2386 ../tin.5:2131
+#: ../tin.1:2396 ../tin.5:2139
 msgid "B<Skip trailing blank lines>."
 msgstr "B<Skip trailing blank lines>."
 
 # type: Plain text
-#: ../tin.1:2388 ../tin.5:2133
+#: ../tin.1:2398 ../tin.5:2141
 msgid ""
 "B<Skip leading and trailing blank l.>, skip leading and trailing blank lines."
 msgstr ""
 "B<Skip leading and trailing blank l.>, skip leading and trailing blank lines."
 
 # type: Plain text
-#: ../tin.1:2391 ../tin.5:2136
+#: ../tin.1:2401 ../tin.5:2144
 msgid ""
 "B<Compact multiple between text>, replace multiple blank lines between "
 "textblocks with one blank line."
@@ -6614,28 +6651,28 @@ msgstr ""
 "textblocks with one blank line."
 
 # type: Plain text
-#: ../tin.1:2393 ../tin.5:2138
+#: ../tin.1:2403 ../tin.5:2146
 msgid "B<Compact multiple and skip leading>, 4 + 1"
 msgstr "B<Compact multiple and skip leading>, 4 + 1"
 
 # type: Plain text
-#: ../tin.1:2395 ../tin.5:2140
+#: ../tin.1:2405 ../tin.5:2148
 msgid "B<Compact multiple and skip trailing>, 4 + 2"
 msgstr "B<Compact multiple and skip trailing>, 4 + 2"
 
 # type: Plain text
-#: ../tin.1:2397 ../tin.5:2142
+#: ../tin.1:2407 ../tin.5:2150
 msgid "B<Compact mltpl., skip lead. & trai.>, 4 + 3"
 msgstr "B<Compact mltpl., skip lead. & trai.>, 4 + 3"
 
 # type: TP
-#: ../tin.1:2398
+#: ../tin.1:2408
 #, no-wrap
 msgid "B<Regex used to highlight _underline_ (underscores_regex)>"
 msgstr "B<Regex used to highlight _underline_ (underscores_regex)>"
 
 # type: Plain text
-#: ../tin.1:2403
+#: ../tin.1:2413
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markdash> or B<mono_markdash>. If "
@@ -6646,24 +6683,24 @@ msgstr ""
 "B<underscores_regex> is blank, then B<tin> uses a built-in default."
 
 # type: TP
-#: ../tin.1:2403
+#: ../tin.1:2413
 #, no-wrap
 msgid "B<Remove ~/.article after posting (unlink_article)>"
 msgstr "B<Remove ~/.article after posting (unlink_article)>"
 
 # type: Plain text
-#: ../tin.1:2406
+#: ../tin.1:2416
 msgid "If ON remove I<~/.article> after posting. Default is ON."
 msgstr "If ON remove I<~/.article> after posting. Default is ON."
 
 # type: TP
-#: ../tin.1:2406
+#: ../tin.1:2416
 #, no-wrap
 msgid "B<Program that opens URL's (url_handler)>"
 msgstr "B<Program that opens URL's (url_handler)>"
 
 # type: Plain text
-#: ../tin.1:2411
+#: ../tin.1:2421
 msgid ""
 "The program that will be run when launching URL's in the article viewer "
 "using B<PageViewUrl> ('B<U>'). The actual URL will be appended to this.  "
@@ -6674,41 +6711,41 @@ msgstr ""
 "Default is B<url_handler.pl %s>."
 
 # type: TP
-#: ../tin.1:2411
+#: ../tin.1:2421
 #, no-wrap
 msgid "B<URL highlighting in message body (url_highlight)>"
 msgstr "B<URL highlighting in message body (url_highlight)>"
 
 # type: Plain text
-#: ../tin.1:2414 ../tin.5:2162
+#: ../tin.1:2424 ../tin.5:2170
 msgid "Enable highlighting URLs in message body. Default is ON."
 msgstr "Enable highlighting URLs in message body. Default is ON."
 
 # type: TP
-#: ../tin.1:2414
+#: ../tin.1:2424
 #, no-wrap
 msgid "B<Use ANSI color (use_color)>"
 msgstr "B<Use ANSI colour (use_color)>"
 
 # type: Plain text
-#: ../tin.1:2417
+#: ../tin.1:2427
 msgid "If enabled B<tin> uses ANSI-colors. Default is OFF."
 msgstr "If enabled B<tin> uses ANSI-colours. Default is OFF."
 
 # type: TP
-#: ../tin.1:2417
+#: ../tin.1:2427
 #, no-wrap
 msgid "B<Use scroll keys on keypad (use_keypad)>"
 msgstr "B<Use scroll keys on keypad (use_keypad)>"
 
 # type: TP
-#: ../tin.1:2420
+#: ../tin.1:2430
 #, no-wrap
 msgid "B<Use mouse in xterm (use_mouse)>"
 msgstr "B<Use mouse in xterm (use_mouse)>"
 
 # type: Plain text
-#: ../tin.1:2426 ../tin.5:2176
+#: ../tin.1:2436 ../tin.5:2184
 msgid ""
 "Allows the mouse button support in a B<xterm>(1x)  to be enabled/disabled.  "
 "Default is OFF."
@@ -6717,13 +6754,13 @@ msgstr ""
 "Default is OFF."
 
 # type: TP
-#: ../tin.1:2426
+#: ../tin.1:2436
 #, no-wrap
 msgid "B<Use slrnface to show ''X-Face:''s (use_slrnface)>"
 msgstr "B<Use slrnface to show ''X-Face:''s (use_slrnface)>"
 
 # type: Plain text
-#: ../tin.1:2436
+#: ../tin.1:2446
 msgid ""
 "If enabled B<tin> uses B<slrnface>(1)  to interpret the ''X-Face:'' header. "
 "For this option to have any effect, B<tin> must be running in an B<xterm>"
@@ -6734,50 +6771,65 @@ msgstr ""
 "(1x)  and B<slrnface>(1)  must be in your $B<PATH>. Default is OFF."
 
 # type: TP
-#: ../tin.1:2436
+#: ../tin.1:2446
+#, no-wrap
+msgid "B<Use UTF-8 graphics (utf8_graphics)>"
+msgstr "B<Use UTF-8 graphics (utf8_graphics)>"
+
+# type: Plain text
+#: ../tin.1:2450 ../tin.5:2200
+msgid ""
+"If ON use UTF-8 characters for indicator ('-E<gt>'), thread/attachment tree "
+"and ellipsis ('...'). Default is OFF."
+msgstr ""
+"If ON use UTF-8 characters for indicator ('-E<gt>'), thread/attachment tree "
+"and ellipsis ('...'). Default is OFF."
+
+# type: TP
+#: ../tin.1:2450
 #, no-wrap
 msgid "B<Regex for begin of a verbatim block (verbatim_begin_regex)>"
 msgstr "B<Regex for begin of a verbatim block (verbatim_begin_regex)>"
 
 # type: Plain text
-#: ../tin.1:2439
+#: ../tin.1:2453
 msgid ""
 "A regular expression that tin will use to find the begin of a verbatim block."
 msgstr ""
 "A regular expression that tin will use to find the begin of a verbatim block."
 
 # type: TP
-#: ../tin.1:2439
+#: ../tin.1:2453
 #, no-wrap
 msgid "B<Regex for end of a verbatim block (verbatim_end_regex)>"
 msgstr "B<Regex for end of a verbatim block (verbatim_end_regex)>"
 
 # type: Plain text
-#: ../tin.1:2442
+#: ../tin.1:2456
 msgid ""
 "A regular expression that tin will use to find the end of a verbatim block."
 msgstr ""
 "A regular expression that tin will use to find the end of a verbatim block."
 
 # type: TP
-#: ../tin.1:2442
+#: ../tin.1:2456
 #, no-wrap
 msgid "B<Detection of verbatim blocks (verbatim_handling)>"
 msgstr "B<Detection of verbatim blocks (verbatim_handling)>"
 
 # type: Plain text
-#: ../tin.1:2445
+#: ../tin.1:2459
 msgid "If ON verbatim blocks will be detected. Default is ON."
 msgstr "If ON verbatim blocks will be detected. Default is ON."
 
 # type: TP
-#: ../tin.1:2445
+#: ../tin.1:2459
 #, no-wrap
 msgid "B<Wildcard matching (wildcard)>"
 msgstr "B<Wildcard matching (wildcard)>"
 
 # type: Plain text
-#: ../tin.1:2459
+#: ../tin.1:2473
 msgid ""
 "Allows you to select how B<tin> matches strings. The default is 0 and uses "
 "the wildmat notation, which is how this has traditionally been handled.  "
@@ -6794,13 +6846,13 @@ msgstr ""
 "NB: Newsgroup names will always be matched using the wildmat notation."
 
 # type: TP
-#: ../tin.1:2459
+#: ../tin.1:2473
 #, no-wrap
 msgid "B<What to display instead of mark (word_h_display_marks)>"
 msgstr "B<What to display instead of mark (word_h_display_marks)>"
 
 # type: Plain text
-#: ../tin.1:2463 ../tin.5:2216
+#: ../tin.1:2477 ../tin.5:2228
 msgid ""
 "Should the leading and ending stars, slashes, strokes and dashes also be "
 "displayed, even when they are highlighting marks?"
@@ -6809,28 +6861,28 @@ msgstr ""
 "displayed, even when they are highlighting marks?"
 
 # type: Plain text
-#: ../tin.1:2466 ../tin.5:2219
+#: ../tin.1:2480 ../tin.5:2231
 msgid "B<no>"
 msgstr "B<no>"
 
 # type: Plain text
-#: ../tin.1:2468 ../tin.5:2221
+#: ../tin.1:2482 ../tin.5:2233
 msgid "yes, B<display mark>"
 msgstr "yes, B<display mark>"
 
 # type: Plain text
-#: ../tin.1:2470 ../tin.5:2223
+#: ../tin.1:2484 ../tin.5:2235
 msgid "print a B<space> instead"
 msgstr "print a B<space> instead"
 
 # type: TP
-#: ../tin.1:2471
+#: ../tin.1:2485
 #, no-wrap
 msgid "B<Word highlighting in message body (word_highlight)>"
 msgstr "B<Word highlighting in message body (word_highlight)>"
 
 # type: Plain text
-#: ../tin.1:2479
+#: ../tin.1:2493
 msgid ""
 "Enable word highlighting. See B<word_h_display_marks> for the options "
 "available. If B<use_color> is enabled the colors specified in "
@@ -6847,13 +6899,13 @@ msgstr ""
 "are used. Default is ON."
 
 # type: TP
-#: ../tin.1:2479
+#: ../tin.1:2493
 #, no-wrap
 msgid "B<Page line wrap column (wrap_column)>"
 msgstr "B<Page line wrap column (wrap_column)>"
 
 # type: Plain text
-#: ../tin.1:2490 ../tin.5:2243
+#: ../tin.1:2504 ../tin.5:2255
 msgid ""
 "Sets the column at which a displayed article body should be wrapped.  If "
 "this value is equal to 0, it defaults to the current screen width.  If this "
@@ -6874,13 +6926,13 @@ msgstr ""
 "wrapping at the current screen width."
 
 # type: TP
-#: ../tin.1:2490
+#: ../tin.1:2504
 #, no-wrap
 msgid "B<Quote line when cross-posting (xpost_quote_format)>"
 msgstr "B<Quote line when cross-posting (xpost_quote_format)>"
 
 # type: Plain text
-#: ../tin.1:2497 ../tin.5:2253
+#: ../tin.1:2511 ../tin.5:2265
 msgid ""
 "Format is the same as for B<news_quote_format>, this is used when answering "
 "to a crossposting to several groups with no ''Followup-To:'' set."
@@ -6889,13 +6941,13 @@ msgstr ""
 "to a crossposting to several groups with no ''Followup-To:'' set."
 
 # type: SS
-#: ../tin.1:2497
+#: ../tin.1:2511
 #, no-wrap
 msgid "ATTRIBUTES MENU AND GROUP ATTRIBUTES"
 msgstr "ATTRIBUTES MENU AND GROUP ATTRIBUTES"
 
 # type: Plain text
-#: ../tin.1:2504
+#: ../tin.1:2518
 msgid ""
 "B<tin> allows certain attributes to be set on a per group basis. If it "
 "exists, the global attributes file, I<${TIN_LIBDIR:-NEWSLIBDIR}/attributes> "
@@ -6912,7 +6964,7 @@ msgstr ""
 "attributes file yet."
 
 # type: Plain text
-#: ../tin.1:2512
+#: ../tin.1:2526
 msgid ""
 "Note that the I<scope=E<lt>grouplistE<gt>> line has to be specified before "
 "the attributes are specified for that list. All attributes are set to a "
@@ -6929,7 +6981,7 @@ msgstr ""
 "For more details see B<tin>(5)."
 
 # type: Plain text
-#: ../tin.1:2519
+#: ../tin.1:2533
 msgid ""
 "Attributes can also be changed from the attributes menu which can be "
 "accessed by B<ConfigToggleAttrib> ('B<E<lt>TABE<gt>>') from the options menu "
@@ -6946,7 +6998,7 @@ msgstr ""
 "marked with '\\+' to the left of the attributes number."
 
 # type: Plain text
-#: ../tin.1:2526
+#: ../tin.1:2540
 msgid ""
 "Besides the keys for moving around and changing values known from the "
 "options menu the attributes menu provides the following command: "
@@ -6957,13 +7009,13 @@ msgstr ""
 "B<ConfigResetAttrib> ('B<r>') which resets an attribute to a default value."
 
 # type: SS
-#: ../tin.1:2526
+#: ../tin.1:2540
 #, no-wrap
 msgid "SCOPES MENU"
 msgstr "SCOPES MENU"
 
 # type: Plain text
-#: ../tin.1:2531
+#: ../tin.1:2545
 msgid ""
 "The scopes menu (accessible from the options menu with B<ConfigScopeMenu> "
 "('B<S>')) shows all scopes read from the global and local attributes file.  "
@@ -6976,7 +7028,7 @@ msgstr ""
 "the scope number. Delete/rename/move are not possible with those scopes."
 
 # type: Plain text
-#: ../tin.1:2542
+#: ../tin.1:2556
 msgid ""
 "In addition to the common moving keys the following commands are available: "
 "B<ScopeSelect> ('B<^J>' or 'B<E<lt>CRE<gt>>') enter the attributes menu for "
@@ -6997,14 +7049,14 @@ msgstr ""
 "the screen."
 
 # type: SS
-#: ../tin.1:2542
+#: ../tin.1:2556
 #, no-wrap
 msgid "FILTERING ARTICLES"
 msgstr "FILTERING ARTICLES"
 
 # type: Plain text
 #.  FIXME - add scoring description
-#: ../tin.1:2549
+#: ../tin.1:2563
 msgid ""
 "When there is a subject or an author which you are either very interested "
 "in, or find completely uninteresting, you can easily instruct B<tin> to "
@@ -7019,7 +7071,7 @@ msgstr ""
 "lines in an article."
 
 # type: Plain text
-#: ../tin.1:2555
+#: ../tin.1:2569
 msgid ""
 "When B<tin> starts up the user's kill-file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/"
 "filter> (see also B<tin>(5))  is read. Each time a newsgroup is entered the "
@@ -7032,7 +7084,7 @@ msgstr ""
 "criteria."
 
 # type: Plain text
-#: ../tin.1:2560
+#: ../tin.1:2574
 msgid ""
 "The degree to which rules are applied depend on the B<kill_level> tinrc "
 "setting. By default killed articles will only be marked read. Adjust "
@@ -7045,7 +7097,7 @@ msgstr ""
 "selection rule are marked with a ''*''."
 
 # type: Plain text
-#: ../tin.1:2565
+#: ../tin.1:2579
 msgid ""
 "Filtering rules can be manually entered into I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "tin/filter> (but don't do this whilst running B<tin> else you will lose your "
@@ -7056,7 +7108,7 @@ msgstr ""
 "changes) or by using an on-screen menu within B<tin>."
 
 # type: Plain text
-#: ../tin.1:2571
+#: ../tin.1:2585
 msgid ""
 "The filtering capabilities of B<tin> have been significantly enhanced over "
 "previous versions to include scoring and better pattern matching. It is "
@@ -7072,7 +7124,7 @@ msgstr ""
 
 # type: Plain text
 #.  FIXME - Next paragraph is out of date
-#: ../tin.1:2583
+#: ../tin.1:2597
 msgid ""
 "The on-screen filtering menu is accessed by pressing 'B<^K>' at the Group "
 "and Article levels. It allows the user to kill or select an article that "
@@ -7093,13 +7145,13 @@ msgstr ""
 "or save the kill description."
 
 # type: SS
-#: ../tin.1:2583
+#: ../tin.1:2597
 #, no-wrap
 msgid "POSTING ARTICLES"
 msgstr "POSTING ARTICLES"
 
 # type: Plain text
-#: ../tin.1:2586
+#: ../tin.1:2600
 msgid ""
 "B<tin> allows posting of articles, follow-up to already posted articles and "
 "replying direct through mail to the author of an article."
@@ -7108,7 +7160,7 @@ msgstr ""
 "replying direct through mail to the author of an article."
 
 # type: Plain text
-#: ../tin.1:2596
+#: ../tin.1:2610
 msgid ""
 "Use the B<Post> ('B<w>') command to post an article to a newsgroup.  After "
 "entering the post subject the default editor (i.e., B<vi>(1))  or the editor "
@@ -7129,7 +7181,7 @@ msgstr ""
 "again or p)ost the article to the specified newsgroup(s)."
 
 # type: Plain text
-#: ../tin.1:2601
+#: ../tin.1:2615
 msgid ""
 "Use the B<DisplayPostHist> ('B<W>') command to display a history of the "
 "articles you have posted. The date the article was posted, which newsgroups "
@@ -7140,7 +7192,7 @@ msgstr ""
 "the article was posted to and the articles subject line are displayed."
 
 # type: Plain text
-#: ../tin.1:2609
+#: ../tin.1:2623
 msgid ""
 "Use the B<PageFollowupQuote> ('B<f>'), B<PageFollowup> ('B<F>')  or "
 "B<PageFollowupQuoteHeaders> ('B<^W>') command to post a follow-up article to "
@@ -7159,7 +7211,7 @@ msgstr ""
 "when posting an article with the B<Post> ('B<w>') command."
 
 # type: Plain text
-#: ../tin.1:2623
+#: ../tin.1:2637
 msgid ""
 "Use the B<PageReplyQuote> ('B<r>'), B<PageReply> ('B<R>') or "
 "B<PageReplyQuoteHeaders> ('B<^E>') command to reply direct through mail to "
@@ -7184,13 +7236,13 @@ msgstr ""
 "or send the article to the author via B<PostSend> ('B<s>')."
 
 # type: SS
-#: ../tin.1:2623
+#: ../tin.1:2637
 #, no-wrap
 msgid "CUSTOMIZING THE ARTICLE QUOTE STRING"
 msgstr "CUSTOMIZING THE ARTICLE QUOTE STRING"
 
 # type: Plain text
-#: ../tin.1:2631
+#: ../tin.1:2645
 msgid ""
 "When posting a followup to an article or replying direct to the author of an "
 "article via email the text of the article can be quoted. The beginning of "
@@ -7209,13 +7261,13 @@ msgstr ""
 "B<mail_quote_format>, B<news_quote_format> or B<xpost_quote_format>:"
 
 # type: ta
-#: ../tin.1:2633
+#: ../tin.1:2647
 #, no-wrap
 msgid "\\w'%A  'u +\\w'Address'u"
 msgstr "\\w'%A  'u +\\w'Address'u"
 
 # type: Plain text
-#: ../tin.1:2642
+#: ../tin.1:2656
 #, no-wrap
 msgid ""
 "B<%A>\tAddress (Email)\n"
@@ -7237,12 +7289,12 @@ msgstr ""
 "B<%I>\tInitials of author\n"
 
 # type: Plain text
-#: ../tin.1:2645
+#: ../tin.1:2659
 msgid "e.g.,"
 msgstr "e.g.,"
 
 # type: Plain text
-#: ../tin.1:2650
+#: ../tin.1:2664
 #, no-wrap
 msgid ""
 "CW<mail_quote_format=On %D in %G you wrote:\n"
@@ -7252,12 +7304,12 @@ msgstr ""
 "news_quote_format=In %M, %F wrote:>\n"
 
 # type: Plain text
-#: ../tin.1:2654
+#: ../tin.1:2668
 msgid "would expand to:"
 msgstr "would expand to:"
 
 # type: Plain text
-#: ../tin.1:2659
+#: ../tin.1:2673
 #, no-wrap
 msgid ""
 "CW<On 21 Sep 1993 09:45:51 -0400 in alt.sources you wrote:\n"
@@ -7267,7 +7319,7 @@ msgstr ""
 "In E<lt>abcINN123@example.orgE<gt>, Joe Bar E<lt>joe@example.orgE<gt> wrote:>\n"
 
 # type: Plain text
-#: ../tin.1:2669
+#: ../tin.1:2683
 msgid ""
 "The quoted text section of an article is marked by a preceding quote string "
 "at the beginning of each quoted line. The default quote string is set to "
@@ -7282,13 +7334,13 @@ msgstr ""
 "represent a space)."
 
 # type: SS
-#: ../tin.1:2669
+#: ../tin.1:2683
 #, no-wrap
 msgid "MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES"
 msgstr "MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES"
 
 # type: Plain text
-#: ../tin.1:2676
+#: ../tin.1:2690
 msgid ""
 "The command interface to B<GroupMail>, B<PageMail>, B<PostMail> or "
 "B<ThreadMail> ('B<m>'), B<Pipe> ('B<|>'), B<Print> ('B<o>'), B<PageRepost> "
@@ -7303,7 +7355,7 @@ msgstr ""
 "articles is the same for ease of use."
 
 # type: Plain text
-#: ../tin.1:2681
+#: ../tin.1:2695
 msgid ""
 "Auto-saving with B<*AutoSave> ('B<S>') is a special case and operates only "
 "on marked articles. They will processed without any further prompting "
@@ -7316,7 +7368,7 @@ msgstr ""
 "attributes set for the current group."
 
 # type: Plain text
-#: ../tin.1:2685
+#: ../tin.1:2699
 msgid ""
 "Otherwise, the initial prompt will ask you to select which article, thread, "
 "hot (auto-selected), regex pattern, tagged articles you wish to mail, pipe "
@@ -7327,7 +7379,7 @@ msgstr ""
 "etc."
 
 # type: Plain text
-#: ../tin.1:2689
+#: ../tin.1:2703
 msgid ""
 "Tagged articles must have already been tagged with a B<*Tag> ('B<t>')  "
 "command. All tagged articles can be untagged by a B<*Untag> ('B<U>')  untag "
@@ -7338,7 +7390,7 @@ msgstr ""
 "command."
 
 # type: Plain text
-#: ../tin.1:2695
+#: ../tin.1:2709
 msgid ""
 "If a regex pattern is selected you are asked to enter a pattern (e.g., to "
 "match all articles subject lines containing 'net News' you enter \"net News"
@@ -7353,7 +7405,7 @@ msgstr ""
 "options."
 
 # type: Plain text
-#: ../tin.1:2700
+#: ../tin.1:2714
 msgid ""
 "Various expansion characters are recognized when entering the directory and "
 "file to save to. Environment variables (prefixed with '$') and user home "
@@ -7366,7 +7418,7 @@ msgstr ""
 "variables can themselves contain other special characters."
 
 # type: Plain text
-#: ../tin.1:2705
+#: ../tin.1:2719
 msgid ""
 "To save articles to a mailbox enter '=E<lt>mailbox nameE<gt>' when asked for "
 "the save filename. If you enter just '=' then articles will be saved to a "
@@ -7379,7 +7431,7 @@ msgstr ""
 "B<maildir>."
 
 # type: Plain text
-#: ../tin.1:2709
+#: ../tin.1:2723
 msgid ""
 "To save in savedir/E<lt>news.group.nameE<gt>/E<lt>filenameE<gt> format enter "
 "'+E<lt>filenameE<gt>'.  Environment variables are allowed within a filename "
@@ -7390,7 +7442,7 @@ msgstr ""
 "(e.g., I<$SOURCES/dir/filename>). See B<savedir>."
 
 # type: Plain text
-#: ../tin.1:2715
+#: ../tin.1:2729
 msgid ""
 "When saving articles you can specify whether the saved files should be post "
 "processed. A default process type can be set via B<post_process_type>."
@@ -7399,13 +7451,13 @@ msgstr ""
 "processed. A default process type can be set via B<post_process_type>."
 
 # type: SS
-#: ../tin.1:2715
+#: ../tin.1:2729
 #, no-wrap
 msgid "AUTOMATIC MAILING AND SAVING NEW NEWS"
 msgstr "AUTOMATIC MAILING AND SAVING NEW NEWS"
 
 # type: Plain text
-#: ../tin.1:2727
+#: ../tin.1:2741
 msgid ""
 "B<tin> allows new/unread news articles to be mailed (''B<-M>'' and \\&''B<-"
 "N>'' option) or saved (''B<-S>'' option) in batch mode for later reading. "
@@ -7430,7 +7482,7 @@ msgstr ""
 "you could overflow your file system."
 
 # type: Plain text
-#: ../tin.1:2731
+#: ../tin.1:2745
 msgid ""
 "When using ''B<-S>'' together with a given directory to save to (''B<-s>'' "
 "option), the same directory must be specified when reading the articles by "
@@ -7441,7 +7493,7 @@ msgstr ""
 "''B<-R>''."
 
 # type: Plain text
-#: ../tin.1:2738
+#: ../tin.1:2752
 msgid ""
 "If you only want to save some of your groups use the B<batch_save> tinrc "
 "variable. Set to ON or OFF in tinrc to enable/disable saving of all groups "
@@ -7458,13 +7510,13 @@ msgstr ""
 "want using attributes."
 
 # type: TP
-#: ../tin.1:2739
+#: ../tin.1:2753
 #, no-wrap
 msgid "B<tin -M iain -c -f newsrc.mail>"
 msgstr "B<tin -M iain -c -f newsrc.mail>"
 
 # type: Plain text
-#: ../tin.1:2743
+#: ../tin.1:2757
 msgid ""
 "(mail any unread articles in newsgroups specified in file newsrc.mail to the "
 "local user iain and mark them as read)"
@@ -7473,13 +7525,13 @@ msgstr ""
 "local user iain and mark them as read)"
 
 # type: TP
-#: ../tin.1:2744
+#: ../tin.1:2758
 #, no-wrap
 msgid "B<tin -S -c -f newsrc.save>"
 msgstr "B<tin -S -c -f newsrc.save>"
 
 # type: Plain text
-#: ../tin.1:2748
+#: ../tin.1:2762
 msgid ""
 "(save any unread articles in newsgroups specified in file newsrc.save and "
 "mark them as read)"
@@ -7488,24 +7540,24 @@ msgstr ""
 "mark them as read)"
 
 # type: TP
-#: ../tin.1:2749
+#: ../tin.1:2763
 #, no-wrap
 msgid "B<tin -R>"
 msgstr "B<tin -R>"
 
 # type: Plain text
-#: ../tin.1:2754
+#: ../tin.1:2768
 msgid "(read any articles saved by B<tin -S>)"
 msgstr "(read any articles saved by B<tin -S>)"
 
 # type: SS
-#: ../tin.1:2754
+#: ../tin.1:2768
 #, no-wrap
 msgid "RANGES"
 msgstr "RANGES"
 
 # type: Plain text
-#: ../tin.1:2765
+#: ../tin.1:2779
 msgid ""
 "A range is simply a group of items marked using the B<SetRange> (B<'#'>) "
 "key. Certain B<tin> commands will operate on a range if one exists rather "
@@ -7528,13 +7580,13 @@ msgstr ""
 "B<MarkThdUnread> ('B<Z>')."
 
 # type: SS
-#: ../tin.1:2766
+#: ../tin.1:2780
 #, no-wrap
 msgid "NEWSGROUP LISTS & WILDCARDS"
 msgstr "NEWSGROUP LISTS & WILDCARDS"
 
 # type: Plain text
-#: ../tin.1:2777
+#: ../tin.1:2791
 msgid ""
 "Several places in B<tin> allow you to specify a list of newsgroups. These "
 "include command-line groups, (un)subscribe groups, the AUTO[UN]SUBSCRIBE "
@@ -7555,32 +7607,32 @@ msgstr ""
 "examples:"
 
 # type: Plain text
-#: ../tin.1:2779
+#: ../tin.1:2793
 msgid "I<alt.config,news.*,!news.test>"
 msgstr "I<alt.config,news.*,!news.test>"
 
 # type: Plain text
-#: ../tin.1:2781
+#: ../tin.1:2795
 msgid ""
 "Matches alt.config and everything in the 'news' hierarchy except news.test"
 msgstr ""
 "Matches alt.config and everything in the 'news' hierarchy except news.test"
 
 # type: Plain text
-#: ../tin.1:2786
+#: ../tin.1:2800
 msgid ""
 "See the explanation for the $B<AUTOSUBSCRIBE> variables for further examples."
 msgstr ""
 "See the explanation for the $B<AUTOSUBSCRIBE> variables for further examples."
 
 # type: SS
-#: ../tin.1:2786
+#: ../tin.1:2800
 #, no-wrap
 msgid "SIGNATURES"
 msgstr "SIGNATURES"
 
 # type: Plain text
-#: ../tin.1:2795
+#: ../tin.1:2809
 msgid ""
 "B<tin> will recognize a signature in either I<${TIN_HOMEDIR:-\"$HOME\"}/."
 "signature> or I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>.  If I<${TIN_HOMEDIR:-\"$HOME"
@@ -7597,7 +7649,7 @@ msgstr ""
 "B<inews>(1)  will append the signature itself."
 
 # type: Plain text
-#: ../tin.1:2798
+#: ../tin.1:2812
 msgid ""
 "A signature in I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig> will be pulled into the "
 "editor for both posting and mailing commands."
@@ -7606,12 +7658,12 @@ msgstr ""
 "editor for both posting and mailing commands."
 
 # type: Plain text
-#: ../tin.1:2800
+#: ../tin.1:2814
 msgid "The following is an example of a I<.Sig> file:"
 msgstr "The following is an example of a I<.Sig> file:"
 
 # type: Plain text
-#: ../tin.1:2805
+#: ../tin.1:2819
 #, no-wrap
 msgid ""
 "CW<NAMES  Joe Bar E<lt>joe@example.orgE<gt>\n"
@@ -7621,7 +7673,7 @@ msgstr ""
 "SNAIL  Musterweg 12, 99999 Notreal, Germany>\n"
 
 # type: Plain text
-#: ../tin.1:2820
+#: ../tin.1:2834
 msgid ""
 "B<tin> also has the capability to generate random signatures on a per "
 "newsgroup basis if so desired. The way to accomplish this is to specify the "
@@ -7644,13 +7696,13 @@ msgstr ""
 "sig is read from the file I<$HOME/.sigfixed>."
 
 # type: SS
-#: ../tin.1:2820
+#: ../tin.1:2834
 #, no-wrap
 msgid "TIPS AND TRICKS"
 msgstr "TIPS AND TRICKS"
 
 # type: Plain text
-#: ../tin.1:2824
+#: ../tin.1:2838
 msgid ""
 "B<tin> can be pretty much be navigated by using the four cursor keys.  The "
 "left arrow key goes up a level, the right arrow key goes down a level, the "
@@ -7661,14 +7713,14 @@ msgstr ""
 "up arrow key goes up a line and the down arrow key goes down a line."
 
 # type: Plain text
-#: ../tin.1:2826
+#: ../tin.1:2840
 msgid ""
 "The following newsgroups provide useful information concerning news software:"
 msgstr ""
 "The following newsgroups provide useful information concerning news software:"
 
 # type: Plain text
-#: ../tin.1:2829
+#: ../tin.1:2843
 msgid ""
 "\\(emnews.software.readers (info. about news user agents tin, rn, nn, slrn "
 "etc.)"
@@ -7677,12 +7729,12 @@ msgstr ""
 "etc.)"
 
 # type: Plain text
-#: ../tin.1:2831
+#: ../tin.1:2845
 msgid "\\(emnews.software.nntp (info. about NNTP)"
 msgstr "\\(emnews.software.nntp (info. about NNTP)"
 
 # type: Plain text
-#: ../tin.1:2833
+#: ../tin.1:2847
 msgid ""
 "\\(emnews.answers (Frequently Asked Questions (FAQ) about many different "
 "themes)"
@@ -7691,7 +7743,7 @@ msgstr ""
 "themes)"
 
 # type: Plain text
-#: ../tin.1:2837
+#: ../tin.1:2851
 msgid ""
 "Many prompts within B<tin> offer a default choice that the cursor is "
 "positioned on. By pressing 'B<E<lt>CRE<gt>>' the default value is taken.  "
@@ -7702,7 +7754,7 @@ msgstr ""
 "Most prompts can be aborted by pressing 'B<E<lt>ESCE<gt>>'."
 
 # type: Plain text
-#: ../tin.1:2844
+#: ../tin.1:2858
 msgid ""
 "When B<tin> is run in an B<xterm>(1x)  it will resize itself each time the "
 "B<xterm>(1x)  is resized."
@@ -7711,7 +7763,7 @@ msgstr ""
 "B<xterm>(1x)  is resized."
 
 # type: Plain text
-#: ../tin.1:2848
+#: ../tin.1:2862
 msgid ""
 "B<tin> will reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-"
 "active}> file at set intervals (B<reread_active_file_secs>) to show any "
@@ -7722,7 +7774,7 @@ msgstr ""
 "newly arrived news."
 
 # type: Plain text
-#: ../tin.1:2853
+#: ../tin.1:2867
 msgid ""
 "If you find large number of new newsgroups cluttering up your screen, "
 "pressing B<SelectToggleReadDisplay> ('B<r>') will make them go away."
@@ -7731,13 +7783,13 @@ msgstr ""
 "pressing B<SelectToggleReadDisplay> ('B<r>') will make them go away."
 
 # type: SS
-#: ../tin.1:2853
+#: ../tin.1:2867
 #, no-wrap
 msgid "XTERM BUTTONS"
 msgstr "XTERM BUTTONS"
 
 # type: Plain text
-#: ../tin.1:2859
+#: ../tin.1:2873
 msgid ""
 "If the environment variable B<$TERM> is set to B<xterm>(1x), then button "
 "pressing can be used to select groups and articles. In this discussion, the "
@@ -7750,31 +7802,31 @@ msgstr ""
 "button)."
 
 # type: Plain text
-#: ../tin.1:2861
+#: ../tin.1:2875
 msgid "In general (i.e., for the group, thread and article menus),"
 msgstr "In general (i.e., for the group, thread and article menus),"
 
 # type: TP
-#: ../tin.1:2861
+#: ../tin.1:2875
 #, no-wrap
 msgid "Button1 (left)"
 msgstr "Button1 (left)"
 
 # type: Plain text
-#: ../tin.1:2864
+#: ../tin.1:2878
 msgid ""
 "enters next (lower) level if you click on an article, otherwise pages down."
 msgstr ""
 "enters next (lower) level if you click on an article, otherwise pages down."
 
 # type: TP
-#: ../tin.1:2864
+#: ../tin.1:2878
 #, no-wrap
 msgid "Button2 (center)"
 msgstr "Button2 (centre)"
 
 # type: Plain text
-#: ../tin.1:2868
+#: ../tin.1:2882
 msgid ""
 "returns to the previous (upper) level if you click on an article, otherwise "
 "pages up."
@@ -7783,13 +7835,13 @@ msgstr ""
 "pages up."
 
 # type: TP
-#: ../tin.1:2868
+#: ../tin.1:2882
 #, no-wrap
 msgid "Button3 (right)"
 msgstr "Button3 (right)"
 
 # type: Plain text
-#: ../tin.1:2872
+#: ../tin.1:2886
 msgid ""
 "positions on the article line under mouse cursor, or pages down if you've "
 "clicked outside the list of articles."
@@ -7798,18 +7850,18 @@ msgstr ""
 "clicked outside the list of articles."
 
 # type: Plain text
-#: ../tin.1:2874
+#: ../tin.1:2888
 msgid "In the group selection menu, if the mouse is pointing at a group then:"
 msgstr "In the group selection menu, if the mouse is pointing at a group then:"
 
 # type: TP
-#: ../tin.1:2874 ../tin.1:2886 ../tin.1:2900
+#: ../tin.1:2888 ../tin.1:2900 ../tin.1:2914
 #, no-wrap
 msgid "left button"
 msgstr "left button"
 
 # type: Plain text
-#: ../tin.1:2878
+#: ../tin.1:2892
 msgid ""
 "moves to and selects the group pointed at, just like B<SelectReadGrp> "
 "('B<E<lt>CRE<gt>>')."
@@ -7818,36 +7870,36 @@ msgstr ""
 "('B<E<lt>CRE<gt>>')."
 
 # type: TP
-#: ../tin.1:2878 ../tin.1:2890 ../tin.1:2903
+#: ../tin.1:2892 ../tin.1:2904 ../tin.1:2917
 #, no-wrap
 msgid "center button"
 msgstr "centre button"
 
 # type: Plain text
-#: ../tin.1:2881
+#: ../tin.1:2895
 msgid "quits the program, just like B<Quit> ('B<q>')."
 msgstr "quits the program, just like B<Quit> ('B<q>')."
 
 # type: TP
-#: ../tin.1:2881 ../tin.1:2895 ../tin.1:2908
+#: ../tin.1:2895 ../tin.1:2909 ../tin.1:2922
 #, no-wrap
 msgid "right button"
 msgstr "right button"
 
 # type: Plain text
-#: ../tin.1:2884
+#: ../tin.1:2898
 msgid "moves to the group pointed at."
 msgstr "moves to the group pointed at."
 
 # type: Plain text
-#: ../tin.1:2886
+#: ../tin.1:2900
 msgid ""
 "In the article menu, if the mouse is pointing at an article (or thread) then:"
 msgstr ""
 "In the article menu, if the mouse is pointing at an article (or thread) then:"
 
 # type: Plain text
-#: ../tin.1:2890
+#: ../tin.1:2904
 msgid ""
 "reads the article pointed at, just like B<GroupReadBasenote> "
 "('B<E<lt>CRE<gt>>'), or the thread, just like B<GroupListThd> ('B<l>')."
@@ -7856,7 +7908,7 @@ msgstr ""
 "('B<E<lt>CRE<gt>>'), or the thread, just like B<GroupListThd> ('B<l>')."
 
 # type: Plain text
-#: ../tin.1:2895
+#: ../tin.1:2909
 msgid ""
 "exits the menu, catching up on the group if you have "
 "B<group_catchup_on_exit> set in your configuration, just like B<Quit> "
@@ -7867,24 +7919,24 @@ msgstr ""
 "('B<q>')."
 
 # type: Plain text
-#: ../tin.1:2898
+#: ../tin.1:2912
 msgid "moves to the article (or thread) pointed at."
 msgstr "moves to the article (or thread) pointed at."
 
 # type: Plain text
-#: ../tin.1:2900
+#: ../tin.1:2914
 msgid "In the thread menu, if the mouse is pointing at an article then:"
 msgstr "In the thread menu, if the mouse is pointing at an article then:"
 
 # type: Plain text
-#: ../tin.1:2903
+#: ../tin.1:2917
 msgid ""
 "reads article pointed at, just like B<ThreadReadArt> ('B<E<lt>CRE<gt>>')."
 msgstr ""
 "reads article pointed at, just like B<ThreadReadArt> ('B<E<lt>CRE<gt>>')."
 
 # type: Plain text
-#: ../tin.1:2908
+#: ../tin.1:2922
 msgid ""
 "exits the menu, catching up on the thread if you have "
 "B<thread_catchup_on_exit> set in your configuration, just like B<Quit> "
@@ -7895,12 +7947,12 @@ msgstr ""
 "('B<q>')."
 
 # type: Plain text
-#: ../tin.1:2911
+#: ../tin.1:2925
 msgid "moves to the article pointed at."
 msgstr "moves to the article pointed at."
 
 # type: Plain text
-#: ../tin.1:2918
+#: ../tin.1:2932
 msgid ""
 "In other menus and areas button pressing reverts back to usual cut and paste "
 "of B<xterm>(1x), but after one click of any button."
@@ -7909,13 +7961,13 @@ msgstr ""
 "of B<xterm>(1x), but after one click of any button."
 
 # type: SS
-#: ../tin.1:2918
+#: ../tin.1:2932
 #, no-wrap
 msgid "INDEX FILES"
 msgstr "INDEX FILES"
 
 # type: Plain text
-#: ../tin.1:2923
+#: ../tin.1:2937
 msgid ""
 "If your news server supports NOV index files (see B<newsoverview>(5), most "
 "modern installations will) and you have a fast connection to your news "
@@ -7926,7 +7978,7 @@ msgstr ""
 "server then this section can be ignored."
 
 # type: Plain text
-#: ../tin.1:2929
+#: ../tin.1:2943
 msgid ""
 "If your news server doesn't support NOV index files or you have a very slow "
 "connection to your news server then B<tin> can cache the index for each "
@@ -7941,7 +7993,7 @@ msgstr ""
 "traffic groups."
 
 # type: Plain text
-#: ../tin.1:2938
+#: ../tin.1:2952
 msgid ""
 "Each user creates/updates his/her own index files that are stored in I<"
 "${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news/>. If you are "
@@ -7960,7 +8012,7 @@ msgstr ""
 "when reading via NNTP then turning on caching will have little or no effect."
 
 # type: Plain text
-#: ../tin.1:2945
+#: ../tin.1:2959
 msgid ""
 "Entering a group the first time tends to be slow because the index file must "
 "be built from scratch. To alleviate the slowness start B<tin> to create all "
@@ -7977,7 +8029,7 @@ msgstr ""
 "need to be cached."
 
 # type: Plain text
-#: ../tin.1:2950
+#: ../tin.1:2964
 msgid ""
 "As indexing might take some time you may want to run B<tin> form the system "
 "batcher B<cron>(1)  with the ''B<-u>'' option:"
@@ -7986,13 +8038,13 @@ msgstr ""
 "batcher B<cron>(1)  with the ''B<-u>'' option:"
 
 # type: Plain text
-#: ../tin.1:2955
+#: ../tin.1:2969
 #, no-wrap
 msgid "CW<30 6 * * * /usr/local/bin/tin -u>\n"
 msgstr "CW<30 6 * * * /usr/local/bin/tin -u>\n"
 
 # type: Plain text
-#: ../tin.1:2963
+#: ../tin.1:2977
 msgid ""
 "If you are low on local disk space you should consider using B<getart_limit> "
 "to limit the size of cached indexes and also manually purge cached data for "
@@ -8003,7 +8055,7 @@ msgstr ""
 "groups you are not reading anymore with something like:"
 
 # type: Plain text
-#: ../tin.1:2969
+#: ../tin.1:2983
 #, no-wrap
 msgid ""
 "CW<find ${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news* \\e\n"
@@ -8013,7 +8065,7 @@ msgstr ""
 "-type f -name \"[0-9]*.[0-9]\" -atime +28 | xargs rm -f>\n"
 
 # type: SH
-#: ../tin.1:2974 ../tin.5:20
+#: ../tin.1:2988 ../tin.5:20
 #, no-wrap
 msgid "FILES"
 msgstr "FILES"
@@ -8030,126 +8082,127 @@ msgstr "FILES"
 #.        $TMPDIR/REFS.info  (-D 8)
 #.        $TMPDIR/MALLOC     (-D 16)
 #.        $TMPDIR/ATTRIBUTES (-D 32)
-#.        $TMPDIR/SCOPES     (-D 32)
+#.        $TMPDIR/SCOPES-R   (-D 32)
+#.        $TMPDIR/SCOPES-W   (-D 32)
 #.        $TMPDIR/ACTIVE     (-D 64)
-#: ../tin.1:2990
+#: ../tin.1:3005
 msgid "For a detailed description see B<tin>(5)."
 msgstr "For a detailed description see B<tin>(5)."
 
 # type: Plain text
-#: ../tin.1:2992 ../tin.5:40
+#: ../tin.1:3007 ../tin.5:41
 msgid "I<$MAILCAPS>"
 msgstr "I<$MAILCAPS>"
 
 # type: Plain text
-#: ../tin.1:2994 ../tin.5:42
+#: ../tin.1:3009 ../tin.5:43
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>"
 
 # type: Plain text
-#: ../tin.1:2996 ../tin.5:44
+#: ../tin.1:3011 ../tin.5:45
 msgid "I</etc/mailcap>"
 msgstr "I</etc/mailcap>"
 
 # type: Plain text
-#: ../tin.1:2998 ../tin.5:46
+#: ../tin.1:3013 ../tin.5:47
 msgid "I</usr/etc/mailcap>"
 msgstr "I</usr/etc/mailcap>"
 
 # type: Plain text
-#: ../tin.1:3000 ../tin.5:48
+#: ../tin.1:3015 ../tin.5:49
 msgid "I</usr/local/etc/mailcap>"
 msgstr "I</usr/local/etc/mailcap>"
 
 # type: Plain text
-#: ../tin.1:3002 ../tin.5:50
+#: ../tin.1:3017 ../tin.5:51
 msgid "I</etc/mail/mailcap>"
 msgstr "I</etc/mail/mailcap>"
 
 # type: Plain text
-#: ../tin.1:3005 ../tin.5:219
+#: ../tin.1:3020 ../tin.5:220
 msgid "I</etc/nntpserver>"
 msgstr "I</etc/nntpserver>"
 
 # type: Plain text
-#: ../tin.1:3008 ../tin.5:229
+#: ../tin.1:3023 ../tin.5:230
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>"
 
 # type: Plain text
-#: ../tin.1:3011 ../tin.5:236
+#: ../tin.1:3026 ../tin.5:237
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>"
 
 # type: Plain text
-#: ../tin.1:3013 ../tin.5:238
+#: ../tin.1:3028 ../tin.5:239
 msgid "I</etc/mime.types>"
 msgstr "I</etc/mime.types>"
 
 # type: Plain text
-#: ../tin.1:3015 ../tin.5:240
+#: ../tin.1:3030 ../tin.5:241
 msgid "I</etc/tin/mime.types>"
 msgstr "I</etc/tin/mime.types>"
 
 # type: Plain text
-#: ../tin.1:3018 ../tin.5:247
+#: ../tin.1:3033 ../tin.5:248
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>"
 
 # type: Plain text
-#: ../tin.1:3021 ../tin.5:280
+#: ../tin.1:3036 ../tin.5:281
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 
 # type: Plain text
-#: ../tin.1:3025 ../tin.5:309
+#: ../tin.1:3040 ../tin.5:310
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/.oldnewsrc>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/.oldnewsrc>\n"
 
 # type: Plain text
-#: ../tin.1:3029 ../tin.5:317
+#: ../tin.1:3044 ../tin.5:318
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>"
 
 # type: Plain text
-#: ../tin.1:3031 ../tin.5:319
+#: ../tin.1:3046 ../tin.5:320
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>"
 
 # type: Plain text
-#: ../tin.1:3034 ../tin.5:326
+#: ../tin.1:3049 ../tin.5:327
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>"
 
 # type: Plain text
-#: ../tin.1:3037 ../tin.5:333
+#: ../tin.1:3052 ../tin.5:334
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>"
 
 # type: Plain text
-#: ../tin.1:3040 ../tin.5:340
+#: ../tin.1:3055 ../tin.5:341
 msgid "I<${TIN_INDEX_MAILDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.mail/>"
 msgstr "I<${TIN_INDEX_MAILDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.mail/>"
 
 # type: Plain text
-#: ../tin.1:3044 ../tin.5:348
+#: ../tin.1:3059 ../tin.5:349
 #, no-wrap
 msgid "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news${NNTPSERVER:+\"-$NNTPSERVER\"}/>\n"
 msgstr "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news${NNTPSERVER:+\"-$NNTPSERVER\"}/>\n"
 
 # type: Plain text
-#: ../tin.1:3048 ../tin.5:356
+#: ../tin.1:3063 ../tin.5:357
 msgid "I<${TIN_INDEX_SAVEDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.save/>"
 msgstr "I<${TIN_INDEX_SAVEDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.save/>"
 
 # type: Plain text
-#: ../tin.1:3051 ../tin.5:363
+#: ../tin.1:3066 ../tin.5:364
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>"
 
 # type: Plain text
-#: ../tin.1:3054 ../tin.5:397
+#: ../tin.1:3069 ../tin.5:398
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>"
 
@@ -8158,66 +8211,66 @@ msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin
 #.  as with inn >= 2.2.x getting more and more popular
 #.  we should think about checking for the new Paths (/news/etc/)
 #.  ${TIN_LIBDIR\-/news/etc"}/attributes
-#: ../tin.1:3058 ../tin.5:408
+#: ../tin.1:3073 ../tin.5:409
 msgid "I</etc/tin/attributes>"
 msgstr "I</etc/tin/attributes>"
 
 # type: Plain text
-#: ../tin.1:3060 ../tin.5:410
+#: ../tin.1:3075 ../tin.5:411
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/attributes>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/attributes>"
 
 # type: Plain text
 #.  TODO: add missing descriptions and explain things in detail.
-#: ../tin.1:3063 ../tin.5:735
+#: ../tin.1:3078 ../tin.5:736
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>"
 
 # type: Plain text
-#: ../tin.1:3067 ../tin.5:817
+#: ../tin.1:3082 ../tin.5:818
 #, no-wrap
 msgid "I</etc/tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 msgstr "I</etc/tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 
 # type: Plain text
-#: ../tin.1:3069 ../tin.5:819
+#: ../tin.1:3084 ../tin.5:820
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 
 # type: Plain text
-#: ../tin.1:3073 ../tin.5:1051
+#: ../tin.1:3088 ../tin.5:1053
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>"
 
 # type: Plain text
-#: ../tin.1:3076 ../tin.5:1067
+#: ../tin.1:3091 ../tin.5:1069
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>"
 
 # type: Plain text
-#: ../tin.1:3079 ../tin.5:1093
+#: ../tin.1:3094 ../tin.5:1095
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>"
 
 # type: Plain text
-#: ../tin.1:3082 ../tin.5:1100
+#: ../tin.1:3097 ../tin.5:1102
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>"
 
 # type: Plain text
-#: ../tin.1:3085 ../tin.5:1110
+#: ../tin.1:3100 ../tin.5:1112
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>"
 
 # type: Plain text
-#: ../tin.1:3089
+#: ../tin.1:3104
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 
 # type: Plain text
-#: ../tin.1:3094
+#: ../tin.1:3109
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
@@ -8227,22 +8280,22 @@ msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin
 #.  as with inn >= 2.2.x getting more and more popular
 #.  we should think about checking for the new Paths (/news/etc/)
 #.  .IR ${TIN_LIBDIR\-"/news/etc"}/tinrc
-#: ../tin.1:3099 ../tin.5:1163
+#: ../tin.1:3114 ../tin.5:1165
 msgid "I</etc/tin/tinrc>"
 msgstr "I</etc/tin/tinrc>"
 
 # type: Plain text
-#: ../tin.1:3101 ../tin.5:1165
+#: ../tin.1:3116 ../tin.5:1167
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>"
 
 # type: Plain text
-#: ../tin.1:3104 ../tin.5:2257
+#: ../tin.1:3119 ../tin.5:2269
 msgid "I</etc/tin/tin.defaults>"
 msgstr "I</etc/tin/tin.defaults>"
 
 # type: Plain text
-#: ../tin.1:3107
+#: ../tin.1:3122
 msgid "I</usr/local/share/locale/${LC_MESSAGES}/LC_MESSAGES/tin.mo>"
 msgstr "I</usr/local/share/locale/${LC_MESSAGES}/LC_MESSAGES/tin.mo>"
 
@@ -8251,51 +8304,51 @@ msgstr "I</usr/local/share/locale/${LC_M
 #.  as with inn >= 2.2.x getting more and more popular
 #.  we should think about checking for the new Paths
 #.  (described shown below).
-#: ../tin.1:3110 ../tin.5:2364
+#: ../tin.1:3125 ../tin.5:2376
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>"
 
 # type: Plain text
-#: ../tin.1:3113 ../tin.5:2424
+#: ../tin.1:3128 ../tin.5:2436
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>"
 
 # type: Plain text
-#: ../tin.1:3116 ../tin.5:2451
+#: ../tin.1:3131 ../tin.5:2463
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>"
 
 # type: Plain text
-#: ../tin.1:3119 ../tin.5:2474
+#: ../tin.1:3134 ../tin.5:2486
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/organization>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/organization>"
 
 # type: Plain text
 #.  is the Path correct? or is it /news/etc/overview.fmt
-#: ../tin.1:3122 ../tin.5:2484
+#: ../tin.1:3137 ../tin.5:2496
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/overview.fmt>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/overview.fmt>"
 
 # type: Plain text
 #.  is the Path correct? or is it /news/etc/subscriptions
-#: ../tin.1:3125 ../tin.5:2502
+#: ../tin.1:3140 ../tin.5:2514
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>"
 msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>"
 
 # type: SH
-#: ../tin.1:3128
+#: ../tin.1:3143
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr "ENVIRONMENT"
 
 # type: TP
-#: ../tin.1:3142
+#: ../tin.1:3157
 #, no-wrap
 msgid "B<TINRC>"
 msgstr "B<TINRC>"
 
 # type: Plain text
-#: ../tin.1:3150
+#: ../tin.1:3165
 msgid ""
 "Define this variable if you want to specify command-line options that B<tin> "
 "should be started with to save typing them each time it is started. The "
@@ -8310,13 +8363,13 @@ msgstr ""
 "the command-line to override the same option specified in the environment."
 
 # type: TP
-#: ../tin.1:3150
+#: ../tin.1:3165
 #, no-wrap
 msgid "B<TIN_HOMEDIR>"
 msgstr "B<TIN_HOMEDIR>"
 
 # type: Plain text
-#: ../tin.1:3155
+#: ../tin.1:3170
 msgid ""
 "Define this variable if you do not want the I<.tin> directory in I<$HOME/>. "
 "E.g., if you want all B<tin>'s private files in I</tmp/.tin> you would set "
@@ -8327,13 +8380,13 @@ msgstr ""
 "$B<TIN_HOMEDIR> to I</tmp>."
 
 # type: TP
-#: ../tin.1:3155
+#: ../tin.1:3170
 #, no-wrap
 msgid "B<TIN_INDEX_NEWSDIR>"
 msgstr "B<TIN_INDEX_NEWSDIR>"
 
 # type: Plain text
-#: ../tin.1:3161
+#: ../tin.1:3176
 msgid ""
 "Define this variable if you do not want the I<.news> directory in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s news index "
@@ -8344,13 +8397,13 @@ msgstr ""
 "files in I</tmp/.news> you would set $B<TIN_INDEX_NEWSDIR> to I</tmp>."
 
 # type: TP
-#: ../tin.1:3161
+#: ../tin.1:3176
 #, no-wrap
 msgid "B<TIN_INDEX_MAILDIR>"
 msgstr "B<TIN_INDEX_MAILDIR>"
 
 # type: Plain text
-#: ../tin.1:3167
+#: ../tin.1:3182
 msgid ""
 "Define this variable if you do not want the I<.mail> directory in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s mail index "
@@ -8361,13 +8414,13 @@ msgstr ""
 "files in I</tmp/.mail> you would set $B<TIN_INDEX_MAILDIR> to I</tmp>."
 
 # type: TP
-#: ../tin.1:3167
+#: ../tin.1:3182
 #, no-wrap
 msgid "B<TIN_INDEX_SAVEDIR>"
 msgstr "B<TIN_INDEX_SAVEDIR>"
 
 # type: Plain text
-#: ../tin.1:3173
+#: ../tin.1:3188
 msgid ""
 "Define this variable if you do not want the I<.save> directory in I<"
 "${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s save index "
@@ -8378,13 +8431,13 @@ msgstr ""
 "files in I</tmp/.save> you would set $B<TIN_INDEX_SAVEDIR> to I</tmp>."
 
 # type: TP
-#: ../tin.1:3173
+#: ../tin.1:3188
 #, no-wrap
 msgid "B<TIN_LIBDIR>"
 msgstr "B<TIN_LIBDIR>"
 
 # type: Plain text
-#: ../tin.1:3178
+#: ../tin.1:3193
 msgid ""
 "Define this variable if you want to override the B<NEWSLIBDIR> path that was "
 "compiled into the B<tin> binary, default is I</usr/lib/news>.  If tin is "
@@ -8395,13 +8448,13 @@ msgstr ""
 "running in NNTP mode setting this variable has no effect."
 
 # type: TP
-#: ../tin.1:3178
+#: ../tin.1:3193
 #, no-wrap
 msgid "B<TIN_SPOOLDIR>"
 msgstr "B<TIN_SPOOLDIR>"
 
 # type: Plain text
-#: ../tin.1:3183
+#: ../tin.1:3198
 msgid ""
 "Define this variable if you want to override the B<SPOOLDIR> path that was "
 "compiled into the B<tin> binary, default is I</var/spool/news>.  If tin is "
@@ -8412,13 +8465,13 @@ msgstr ""
 "running in NNTP mode setting this variable has no effect."
 
 # type: TP
-#: ../tin.1:3183
+#: ../tin.1:3198
 #, no-wrap
 msgid "B<TIN_NOVROOTDIR>"
 msgstr "B<TIN_NOVROOTDIR>"
 
 # type: Plain text
-#: ../tin.1:3189
+#: ../tin.1:3204
 msgid ""
 "Define this variable if you want to override the B<NOVROOTDIR> path that was "
 "compiled into the B<tin> binary, default is B<SPOOLDIR> (see above). If tin "
@@ -8429,13 +8482,13 @@ msgstr ""
 "is running in NNTP mode setting this variable has no effect."
 
 # type: TP
-#: ../tin.1:3189
+#: ../tin.1:3204
 #, no-wrap
 msgid "B<TIN_ACTIVEFILE>"
 msgstr "B<TIN_ACTIVEFILE>"
 
 # type: Plain text
-#: ../tin.1:3195
+#: ../tin.1:3210
 msgid ""
 "Define this variable if you want to override the B<NEWSLIBDIR/active> path "
 "that was compiled into the B<tin> binary. If tin is running in NNTP mode "
@@ -8448,13 +8501,13 @@ msgstr ""
 "prepended to $B<TIN_ACTIVEFILE>."
 
 # type: TP
-#: ../tin.1:3195
+#: ../tin.1:3210
 #, no-wrap
 msgid "B<NNTPSERVER>"
 msgstr "B<NNTPSERVER>"
 
 # type: Plain text
-#: ../tin.1:3201
+#: ../tin.1:3216
 msgid ""
 "The default NNTP server to remotely read news from. This variable only needs "
 "to be set if the ''B<-r>'' command-line option is specified and the file I</"
@@ -8467,13 +8520,13 @@ msgstr ""
 "$B<NNTPSERVER>."
 
 # type: TP
-#: ../tin.1:3201
+#: ../tin.1:3216
 #, no-wrap
 msgid "B<NNTPPORT>"
 msgstr "B<NNTPPORT>"
 
 # type: Plain text
-#: ../tin.1:3206
+#: ../tin.1:3221
 msgid ""
 "The NNTP TCP-port to read news from. This variable only needs to be set if "
 "the TCP-port is not 119 (the default).  The ''B<-p>'' command-line option "
@@ -8484,13 +8537,13 @@ msgstr ""
 "overrides $B<NNTPPORT>."
 
 # type: TP
-#: ../tin.1:3206
+#: ../tin.1:3221
 #, no-wrap
 msgid "B<DISTRIBUTION>"
 msgstr "B<DISTRIBUTION>"
 
 # type: Plain text
-#: ../tin.1:3210
+#: ../tin.1:3225
 msgid ""
 "Set the article header field ''Distribution:'' to the contents of the "
 "variable instead of the system default."
@@ -8499,14 +8552,13 @@ msgstr ""
 "variable instead of the system default."
 
 # type: TP
-#: ../tin.1:3210
+#: ../tin.1:3225
 #, no-wrap
 msgid "B<ISO2ASC>"
 msgstr "B<ISO2ASC>"
 
 # type: Plain text
-#.  TODO: short document the different tables (doc/iso2asc.txt) here
-#: ../tin.1:3215
+#: ../tin.1:3229
 msgid ""
 "Set the ISO to ASCII charset decoding table character to use in decoding an "
 "article text. Values can range from 0 to 6."
@@ -8514,14 +8566,60 @@ msgstr ""
 "Set the ISO to ASCII charset decoding table character to use in decoding an "
 "article text. Values can range from 0 to 6."
 
+# type: Plain text
+#: ../tin.1:3233
+msgid "universal table for many languages"
+msgstr "universal table for many languages"
+
+# type: Plain text
+#: ../tin.1:3236
+msgid "single-spacing universal table"
+msgstr "single-spacing universal table"
+
+# type: Plain text
+#: ../tin.1:3239
+msgid "table for Danish, Dutch, German, Norwegian and Swedish"
+msgstr "table for Danish, Dutch, German, Norwegian and Swedish"
+
+# type: TP
+#: ../tin.1:3239
+#, no-wrap
+msgid "B<3>"
+msgstr "B<3>"
+
+# type: Plain text
+#: ../tin.1:3242
+msgid ""
+"table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO "
+"646 variant"
+msgstr ""
+"table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO "
+"646 variant"
+
+# type: Plain text
+#: ../tin.1:3245
+msgid "table with RFC 1345 codes in brackets"
+msgstr "table with RFC 1345 codes in brackets"
+
+# type: TP
+#: ../tin.1:3245
+#, no-wrap
+msgid "B<5>"
+msgstr "B<5>"
+
+# type: Plain text
+#: ../tin.1:3248
+msgid "table for printers that allow overstriking with backspace"
+msgstr "table for printers that allow overstriking with backspace"
+
 # type: TP
-#: ../tin.1:3215
+#: ../tin.1:3249
 #, no-wrap
 msgid "B<ORGANIZATION>"
 msgstr "B<ORGANIZATION>"
 
 # type: Plain text
-#: ../tin.1:3221
+#: ../tin.1:3255
 msgid ""
 "Set the article header field ''Organization:'' to the contents of the "
 "variable instead of the system default. If reading news on an Apollo "
@@ -8534,24 +8632,24 @@ msgstr ""
 "of $B<ORGANIZATION>."
 
 # type: TP
-#: ../tin.1:3221
+#: ../tin.1:3255
 #, no-wrap
 msgid "B<NEWSORG (DomainOS)>"
 msgstr "B<NEWSORG (DomainOS)>"
 
 # type: Plain text
-#: ../tin.1:3224
+#: ../tin.1:3258
 msgid "DomainOS specific, same as $B<ORGANIZATION> on other OSs (see above)."
 msgstr "DomainOS specific, same as $B<ORGANIZATION> on other OSs (see above)."
 
 # type: TP
-#: ../tin.1:3224
+#: ../tin.1:3258
 #, no-wrap
 msgid "B<REPLYTO>"
 msgstr "B<REPLYTO>"
 
 # type: Plain text
-#: ../tin.1:3229
+#: ../tin.1:3263
 msgid ""
 "Set the article header field ''Reply-To:'' to the return address specified "
 "by the variable. This is useful if you wish to receive replies at a "
@@ -8562,13 +8660,13 @@ msgstr ""
 "different address."
 
 # type: TP
-#: ../tin.1:3229
+#: ../tin.1:3263
 #, no-wrap
 msgid "B<NAME>"
 msgstr "B<NAME>"
 
 # type: Plain text
-#: ../tin.1:3233
+#: ../tin.1:3267
 msgid ""
 "Overrides the full name given in the gecos-files in I</etc/passwd>, see also "
 "B<mail_address>."
@@ -8577,37 +8675,37 @@ msgstr ""
 "B<mail_address>."
 
 # type: TP
-#: ../tin.1:3233
+#: ../tin.1:3267
 #, no-wrap
 msgid "B<REALNAME>"
 msgstr "B<REALNAME>"
 
 # type: Plain text
-#: ../tin.1:3236
+#: ../tin.1:3270
 msgid "Same as $B<NAME>."
 msgstr "Same as $B<NAME>."
 
 # type: TP
-#: ../tin.1:3236
+#: ../tin.1:3270
 #, no-wrap
 msgid "B<HOME>"
 msgstr "B<HOME>"
 
 # type: Plain text
-#: ../tin.1:3241
+#: ../tin.1:3275
 msgid ""
 "Pathname of the user's home directory. See B<environ>(5)  for more info."
 msgstr ""
 "Pathname of the user's home directory. See B<environ>(5)  for more info."
 
 # type: TP
-#: ../tin.1:3241
+#: ../tin.1:3275
 #, no-wrap
 msgid "B<MAILER>"
 msgstr "B<MAILER>"
 
 # type: Plain text
-#: ../tin.1:3245
+#: ../tin.1:3279
 msgid ""
 "This variable has precedence over the default mailer that is used in all "
 "mailing operations within B<tin>."
@@ -8616,24 +8714,24 @@ msgstr ""
 "mailing operations within B<tin>."
 
 # type: TP
-#: ../tin.1:3245
+#: ../tin.1:3279
 #, no-wrap
 msgid "B<MAIL>"
 msgstr "B<MAIL>"
 
 # type: Plain text
-#: ../tin.1:3248
-msgid "Full path to the users mailbox."
-msgstr "Full path to the users mailbox."
+#: ../tin.1:3282
+msgid "Full path to the user's mailbox."
+msgstr "Full path to the user's mailbox."
 
 # type: TP
-#: ../tin.1:3248
+#: ../tin.1:3282
 #, no-wrap
 msgid "B<VISUAL>"
 msgstr "B<VISUAL>"
 
 # type: Plain text
-#: ../tin.1:3257
+#: ../tin.1:3291
 msgid ""
 "This variable has precedence over the default editor (i.e., B<vi>(1))  that "
 "is used in all editing operations within B<tin> (e.g., posting, replying, "
@@ -8646,13 +8744,13 @@ msgstr ""
 "B<environ>(5)  for more info."
 
 # type: TP
-#: ../tin.1:3257
+#: ../tin.1:3291
 #, no-wrap
 msgid "B<EDITOR>"
 msgstr "B<EDITOR>"
 
 # type: Plain text
-#: ../tin.1:3266
+#: ../tin.1:3300
 msgid ""
 "If $B<VISUAL> is unset, then this variable is looked up for a default "
 "editor. If $B<EDITOR> and $B<VISUAL> are both unset, B<tin> uses the systems "
@@ -8665,13 +8763,13 @@ msgstr ""
 "more info."
 
 # type: TP
-#: ../tin.1:3266
+#: ../tin.1:3300
 #, no-wrap
 msgid "B<AUTOSUBSCRIBE>"
 msgstr "B<AUTOSUBSCRIBE>"
 
 # type: Plain text
-#: ../tin.1:3272
+#: ../tin.1:3306
 msgid ""
 "A new group is checked against the list of patterns; if it matches, B<tin> "
 "subscribes the user to the group without further query.  See the section "
@@ -8684,12 +8782,12 @@ msgstr ""
 "example, setting"
 
 # type: Plain text
-#: ../tin.1:3274
+#: ../tin.1:3308
 msgid "I<AUTOSUBSCRIBE=comp.os.unix.*,talk.*,!talk.politics.*>"
 msgstr "I<AUTOSUBSCRIBE=comp.os.unix.*,talk.*,!talk.politics.*>"
 
 # type: Plain text
-#: ../tin.1:3279
+#: ../tin.1:3313
 msgid ""
 "will automatically subscribe the user to all new groups in the comp.os.unix "
 "hierarchy, and all talk groups other than talk.politics groups (which will "
@@ -8702,13 +8800,13 @@ msgstr ""
 "with the ''B<-X>'' command-line switch."
 
 # type: TP
-#: ../tin.1:3279
+#: ../tin.1:3313
 #, no-wrap
 msgid "B<AUTOUNSUBSCRIBE>"
 msgstr "B<AUTOUNSUBSCRIBE>"
 
 # type: Plain text
-#: ../tin.1:3283
+#: ../tin.1:3317
 msgid ""
 "Is handled like the $B<AUTOSUBSCRIBE> variable, but groups matching the list "
 "are unsubscribed from without further query. For example, setting"
@@ -8717,12 +8815,12 @@ msgstr ""
 "are unsubscribed from without further query. For example, setting"
 
 # type: Plain text
-#: ../tin.1:3285
+#: ../tin.1:3319
 msgid "I<AUTOUNSUBSCRIBE=alt.flame.*,u*,!uk.*>"
 msgstr "I<AUTOUNSUBSCRIBE=alt.flame.*,u*,!uk.*>"
 
 # type: Plain text
-#: ../tin.1:3289
+#: ../tin.1:3323
 msgid ""
 "will automatically unsubscribe the user from all new alt.flame groups and "
 "all groups starting with u (university groups) other than UK groups (which "
@@ -8733,13 +8831,13 @@ msgstr ""
 "will be queried for as usual)."
 
 # type: TP
-#: ../tin.1:3289
+#: ../tin.1:3323
 #, no-wrap
 msgid "B<TMPDIR>"
 msgstr "B<TMPDIR>"
 
 # type: Plain text
-#: ../tin.1:3293
+#: ../tin.1:3327
 msgid ""
 "A pathname of a directory made available for B<tin> to create temporary "
 "files."
@@ -8748,13 +8846,13 @@ msgstr ""
 "files."
 
 # type: TP
-#: ../tin.1:3293
+#: ../tin.1:3327
 #, no-wrap
 msgid "B<MAILCAPS>"
 msgstr "B<MAILCAPS>"
 
 # type: Plain text
-#: ../tin.1:3298
+#: ../tin.1:3332
 msgid ""
 "This variable can be used to override the default path search for mailcap "
 "files. See also B<tin>(5)."
@@ -8763,13 +8861,13 @@ msgstr ""
 "files. See also B<tin>(5)."
 
 # type: TP
-#: ../tin.1:3298
+#: ../tin.1:3332
 #, no-wrap
 msgid "B<NOMETAMAIL>"
 msgstr "B<NOMETAMAIL>"
 
 # type: Plain text
-#: ../tin.1:3303
+#: ../tin.1:3337
 msgid ""
 "Set this variable to disable the use of B<metamail>(1)  or a replacement (e."
 "g. metamutt)."
@@ -8778,19 +8876,19 @@ msgstr ""
 "g. metamutt)."
 
 # type: TP
-#: ../tin.1:3303
+#: ../tin.1:3337
 #, no-wrap
 msgid "B<MM_CHARSET>"
 msgstr "B<MM_CHARSET>"
 
 # type: TP
-#: ../tin.1:3305
+#: ../tin.1:3339
 #, no-wrap
 msgid "B<ISPELL>"
 msgstr "B<ISPELL>"
 
 # type: Plain text
-#: ../tin.1:3310
+#: ../tin.1:3344
 msgid ""
 "Set this variable to point to B<ispell>(1)  or a replacement and its cmd-"
 "line options."
@@ -8799,13 +8897,13 @@ msgstr ""
 "line options."
 
 # type: TP
-#: ../tin.1:3310
+#: ../tin.1:3344
 #, no-wrap
 msgid "B<PGPOPTS>"
 msgstr "B<PGPOPTS>"
 
 # type: Plain text
-#: ../tin.1:3317
+#: ../tin.1:3351
 msgid ""
 "Define any additional options that you wish to pass to your B<pgp>(1)  or "
 "B<gpg>(1)  program."
@@ -8814,13 +8912,13 @@ msgstr ""
 "B<gpg>(1)  program."
 
 # type: TP
-#: ../tin.1:3317
+#: ../tin.1:3351
 #, no-wrap
 msgid "B<PGPPATH>"
 msgstr "B<PGPPATH>"
 
 # type: Plain text
-#: ../tin.1:3322
+#: ../tin.1:3356
 msgid ""
 "Override the name of the B<pgp>(1)  directory in B<$HOME> that holds your "
 "keys etc.."
@@ -8829,13 +8927,13 @@ msgstr ""
 "keys etc.."
 
 # type: TP
-#: ../tin.1:3322
+#: ../tin.1:3356
 #, no-wrap
 msgid "B<GNUPGHOME>"
 msgstr "B<GNUPGHOME>"
 
 # type: Plain text
-#: ../tin.1:3327
+#: ../tin.1:3361
 msgid ""
 "Override the name of the B<gpg>(1)  directory in B<$HOME> that holds your "
 "keys etc.."
@@ -8844,7 +8942,7 @@ msgstr ""
 "keys etc.."
 
 # type: TP
-#: ../tin.1:3327
+#: ../tin.1:3361
 #, no-wrap
 msgid "B<LC_CTYPE>"
 msgstr "B<LC_CTYPE>"
@@ -8852,7 +8950,7 @@ msgstr "B<LC_CTYPE>"
 # type: Plain text
 #.  TODO: document LC_CTYPEs influence on
 #.        ~/.tin/keymap.*, 8bit char display, ...
-#: ../tin.1:3341
+#: ../tin.1:3375
 msgid ""
 "This variable determines the B<locale>(5)  category for character handling "
 "functions. Usually it determines the character classes for pattern matching "
@@ -8871,13 +8969,13 @@ msgstr ""
 "information."
 
 # type: TP
-#: ../tin.1:3341
+#: ../tin.1:3375
 #, no-wrap
 msgid "B<LC_MESSAGES>"
 msgstr "B<LC_MESSAGES>"
 
 # type: Plain text
-#: ../tin.1:3350
+#: ../tin.1:3384
 msgid ""
 "Formats of informative and diagnostic messages and interactive responses.  "
 "It's value should be of the form I<language>[I<_territory>][I<.codeset>]"
@@ -8888,13 +8986,13 @@ msgstr ""
 "[I<@modifier>]. See B<locale>(5)  and B<environ>(5)  for more information."
 
 # type: TP
-#: ../tin.1:3350
+#: ../tin.1:3384
 #, no-wrap
 msgid "B<LC_TIME>"
 msgstr "B<LC_TIME>"
 
 # type: Plain text
-#: ../tin.1:3358
+#: ../tin.1:3392
 msgid ""
 "Date and time formats. It's value should be of the form I<language>"
 "[I<_territory>][I<.codeset>][I<@modifier>]. See B<locale>(5)  and B<environ>"
@@ -8905,13 +9003,13 @@ msgstr ""
 "(5)  for more information."
 
 # type: TP
-#: ../tin.1:3358
+#: ../tin.1:3392
 #, no-wrap
 msgid "B<LC_ALL>"
 msgstr "B<LC_ALL>"
 
 # type: Plain text
-#: ../tin.1:3367
+#: ../tin.1:3401
 msgid ""
 "This variable overrides the value of the B<$LANG> variable and any other B<"
 "$LC_> variable. It's value should be of the form I<language>[I<_territory>]"
@@ -8922,13 +9020,13 @@ msgstr ""
 "[I<.codeset>]. See B<locale>(5)  and B<environ>(5)  for more information."
 
 # type: TP
-#: ../tin.1:3367
+#: ../tin.1:3401
 #, no-wrap
 msgid "B<LANG>"
 msgstr "B<LANG>"
 
 # type: Plain text
-#: ../tin.1:3376
+#: ../tin.1:3410
 msgid ""
 "This variable determines the B<locale>(5)  category for any category not "
 "specifically selected with a variable starting with B<$LC_>. It's value "
@@ -8941,13 +9039,13 @@ msgstr ""
 "(5)  for more information."
 
 # type: TP
-#: ../tin.1:3376
+#: ../tin.1:3410
 #, no-wrap
 msgid "B<LANGUAGE>"
 msgstr "B<LANGUAGE>"
 
 # type: Plain text
-#: ../tin.1:3384
+#: ../tin.1:3418
 msgid ""
 "This variable defines a priority list for translations. Whenever a "
 "translation is not available in the language selected via B<$LC_ALL> or B<"
@@ -8962,13 +9060,13 @@ msgstr ""
 "information."
 
 # type: TP
-#: ../tin.1:3384
+#: ../tin.1:3418
 #, no-wrap
 msgid "B<COLUMNS>"
 msgstr "B<COLUMNS>"
 
 # type: Plain text
-#: ../tin.1:3394
+#: ../tin.1:3428
 msgid ""
 "A decimal integer E<gt> 0 used to indicate the user's preferred width in "
 "column positions for the terminal screen or window. If this variable is "
@@ -8989,13 +9087,13 @@ msgstr ""
 "characteristics."
 
 # type: TP
-#: ../tin.1:3394
+#: ../tin.1:3428
 #, no-wrap
 msgid "B<LINES>"
 msgstr "B<LINES>"
 
 # type: Plain text
-#: ../tin.1:3404
+#: ../tin.1:3438
 msgid ""
 "A decimal integer E<gt> 0 used to indicate the user's preferred number of "
 "lines on a page or the vertical screen or window size in lines. A line in "
@@ -9016,7 +9114,7 @@ msgstr ""
 "B<$LINES> unless they wish to override the system selection."
 
 # type: TP
-#: ../tin.1:3404
+#: ../tin.1:3438
 #, no-wrap
 msgid "B<TERM>"
 msgstr "B<TERM>"
@@ -9025,7 +9123,7 @@ msgstr "B<TERM>"
 #
 # type: Plain text
 #.  TODO: add missing, sort useful, document in detail
-#: ../tin.1:3413
+#: ../tin.1:3447
 msgid ""
 "The type of terminal in use. This is used when looking up termcap "
 "sequences.  See B<environ>(5)  for more information."
@@ -9034,46 +9132,46 @@ msgstr ""
 "sequences.  See B<environ>(5)  for more information."
 
 # type: SH
-#: ../tin.1:3413
+#: ../tin.1:3447
 #, no-wrap
 msgid "SIGNALS"
 msgstr "SIGNALS"
 
 # type: Plain text
-#: ../tin.1:3416
+#: ../tin.1:3450
 msgid "B<tin> handles a couple of signals:"
 msgstr "B<tin> handles a couple of signals:"
 
 # type: TP
-#: ../tin.1:3416
+#: ../tin.1:3450
 #, no-wrap
 msgid "B<SIGHUP>"
 msgstr "B<SIGHUP>"
 
 # type: Plain text
-#: ../tin.1:3419 ../tin.1:3422
+#: ../tin.1:3453 ../tin.1:3456
 msgid "Terminate gracefully."
 msgstr "Terminate gracefully."
 
 # type: TP
-#: ../tin.1:3419
+#: ../tin.1:3453
 #, no-wrap
 msgid "B<SIGTERM>"
 msgstr "B<SIGTERM>"
 
 # type: TP
-#: ../tin.1:3422
+#: ../tin.1:3456
 #, no-wrap
 msgid "B<SIGUSR1>"
 msgstr "B<SIGUSR1>"
 
 # type: Plain text
-#: ../tin.1:3425
+#: ../tin.1:3459
 msgid "Terminate gracefully but do not restore tty."
 msgstr "Terminate gracefully but do not restore tty."
 
 # type: TP
-#: ../tin.1:3425
+#: ../tin.1:3459
 #, no-wrap
 msgid "B<SIGUSR2>"
 msgstr "B<SIGUSR2>"
@@ -9084,18 +9182,18 @@ msgstr "B<SIGUSR2>"
 #.  .SH DIAGNOSTICS
 #.  give an overview of the most common error messages and how to cope with
 #.  them.
-#: ../tin.1:3436
+#: ../tin.1:3470
 msgid "Write out I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>-file."
 msgstr "Write out I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>-file."
 
 # type: SH
-#: ../tin.1:3436
+#: ../tin.1:3470
 #, no-wrap
 msgid "SECURITY"
 msgstr "SECURITY"
 
 # type: Plain text
-#: ../tin.1:3444
+#: ../tin.1:3478
 msgid ""
 "When B<tin> is started in debug mode (''B<-D n>'') it will create world "
 "readable files in B<$TMPDIR> which may contain the users NNTP password in "
@@ -9108,7 +9206,7 @@ msgstr ""
 "before starting tin in debug mode (e.g.  B<TMPDIR=$HOME tin -D 1>)."
 
 # type: SH
-#: ../tin.1:3444
+#: ../tin.1:3478
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr "CONFORMING TO"
@@ -9116,7 +9214,7 @@ msgstr "CONFORMING TO"
 # type: Plain text
 #.  - RFC2045, RFC2047, RFC2980, RFC3977, RFC4643, RFC5322
 #.    RFC5536, RFC5537, RFC6048 or whatever
-#: ../tin.1:3452
+#: ../tin.1:3486
 msgid ""
 "B<tin> does conform to the Base Definitions volume of IEEE Std 1003.1-2001, "
 "Section 12, Utility Conventions (Utility Argument Syntax, Utility Syntax "
@@ -9127,13 +9225,13 @@ msgstr ""
 "Guidelines)."
 
 # type: SH
-#: ../tin.1:3452
+#: ../tin.1:3486
 #, no-wrap
 msgid "NOTES"
 msgstr "NOTES"
 
 # type: Plain text
-#: ../tin.1:3457
+#: ../tin.1:3491
 msgid ""
 "Regular expression support is provided by the PCRE library package B<pcre>"
 "(3), which is open source software, written by Philip Hazel, and copyright "
@@ -9144,18 +9242,18 @@ msgstr ""
 "by the University of Cambridge, England."
 
 # type: Plain text
-#: ../tin.1:3461
+#: ../tin.1:3495
 msgid "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"
 msgstr "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"
 
 # type: SH
-#: ../tin.1:3461
+#: ../tin.1:3495
 #, no-wrap
 msgid "BUGS"
 msgstr "BUGS"
 
 # type: Plain text
-#: ../tin.1:3469
+#: ../tin.1:3503
 msgid ""
 "B<CNews> NNTPd, B<noffle>(1)  (E<lt>= V1.0-pre5) and B<NewsCache> (E<lt>= "
 "V1.1.91) can't handle pipelined GROUP commands. If you run into trouble with "
@@ -9168,7 +9266,7 @@ msgstr ""
 "and recompile."
 
 # type: Plain text
-#: ../tin.1:3478
+#: ../tin.1:3512
 msgid ""
 "Before mailing a bug-report to E<lt>tin-bugs@tin.orgE<gt> please check if "
 "you are using the latest (stable) release, and if not, please upgrade first! "
@@ -9185,13 +9283,13 @@ msgstr ""
 "request it."
 
 # type: SH
-#: ../tin.1:3478
+#: ../tin.1:3512
 #, no-wrap
 msgid "HISTORY"
 msgstr "HISTORY"
 
 # type: Plain text
-#: ../tin.1:3490
+#: ../tin.1:3524
 msgid ""
 "B<tin> is based on the B<tass>(1)  newsreader that was developed by Rich "
 "Skrenta and posted to alt.sources in March 1991; its first version was "
@@ -9208,168 +9306,168 @@ msgstr ""
 "overview see E<lt>http://www.tin.org/history.htmlE<gt>."
 
 # type: SH
-#: ../tin.1:3490
+#: ../tin.1:3524
 #, no-wrap
 msgid "CREDITS"
 msgstr "CREDITS"
 
 # type: IP
-#: ../tin.1:3492
+#: ../tin.1:3526
 #, no-wrap
 msgid "Rich Skrenta"
 msgstr "Rich Skrenta"
 
 # type: Plain text
-#: ../tin.1:3496
+#: ../tin.1:3530
 msgid "author of B<tass>(1)  v3.2 which this newsreader used as its base."
 msgstr "author of B<tass>(1)  v3.2 which this newsreader used as its base."
 
 # type: IP
-#: ../tin.1:3496
+#: ../tin.1:3530
 #, no-wrap
 msgid "Bill Davidsen"
 msgstr "Bill Davidsen"
 
 # type: Plain text
-#: ../tin.1:3498
+#: ../tin.1:3532
 msgid "author of envarg.c environment variable reading routine."
 msgstr "author of envarg.c environment variable reading routine."
 
 # type: IP
-#: ../tin.1:3498
+#: ../tin.1:3532
 #, no-wrap
 msgid "Mike Gleason"
 msgstr "Mike Gleason"
 
 # type: Plain text
-#: ../tin.1:3500
+#: ../tin.1:3534
 msgid "author of sigfile.c random signature generation routines."
 msgstr "author of sigfile.c random signature generation routines."
 
 # type: IP
-#: ../tin.1:3500
+#: ../tin.1:3534
 #, no-wrap
 msgid "Markus Kuhn E<lt>Markus.Kuhn@cl.cam.ac.ukE<gt>"
 msgstr "Markus Kuhn E<lt>Markus.Kuhn@cl.cam.ac.ukE<gt>"
 
 # type: Plain text
-#: ../tin.1:3502
+#: ../tin.1:3536
 msgid ""
 "author of langinfo.c, charset.c and iso2asc.txt ISO-8859-1 documentation."
 msgstr ""
 "author of langinfo.c, charset.c and iso2asc.txt ISO-8859-1 documentation."
 
 # type: IP
-#: ../tin.1:3502
+#: ../tin.1:3536
 #, no-wrap
 msgid "Arnold Robbins"
 msgstr "Arnold Robbins"
 
 # type: Plain text
-#: ../tin.1:3504
+#: ../tin.1:3538
 msgid "author of strftime.c date formatting routine."
 msgstr "author of strftime.c date formatting routine."
 
 # type: IP
-#: ../tin.1:3504
+#: ../tin.1:3538
 #, no-wrap
 msgid "Rich Salz"
 msgstr "Rich Salz"
 
 # type: Plain text
-#: ../tin.1:3506
+#: ../tin.1:3540
 msgid ""
 "author of wildmat.c pattern matching and parsdate.y date parsing routines."
 msgstr ""
 "author of wildmat.c pattern matching and parsdate.y date parsing routines."
 
 # type: IP
-#: ../tin.1:3506
+#: ../tin.1:3540
 #, no-wrap
 msgid "Dave Taylor"
 msgstr "Dave Taylor"
 
 # type: Plain text
-#: ../tin.1:3510
+#: ../tin.1:3544
 msgid "author of curses.c from the B<elm>(1)  mailreader."
 msgstr "author of curses.c from the B<elm>(1)  mailreader."
 
 # type: IP
-#: ../tin.1:3510
+#: ../tin.1:3544
 #, no-wrap
 msgid "Chris Thewalt"
 msgstr "Chris Thewalt"
 
 # type: Plain text
-#: ../tin.1:3514
+#: ../tin.1:3548
 msgid "author of getline.c B<emacs>(1)  style editing routine."
 msgstr "author of getline.c B<emacs>(1)  style editing routine."
 
 # type: IP
-#: ../tin.1:3514
+#: ../tin.1:3548
 #, no-wrap
 msgid "Steven Madsen"
 msgstr "Steven Madsen"
 
 # type: Plain text
-#: ../tin.1:3518
+#: ../tin.1:3552
 msgid "for adding B<pgp>(1)  (Pretty Good Privacy) support."
 msgstr "for adding B<pgp>(1)  (Pretty Good Privacy) support."
 
 # type: IP
-#: ../tin.1:3518
+#: ../tin.1:3552
 #, no-wrap
 msgid "Philip Hazel E<lt>ph10@cam.ac.ukE<gt>"
 msgstr "Philip Hazel E<lt>ph10@cam.ac.ukE<gt>"
 
 # type: Plain text
-#: ../tin.1:3522
+#: ../tin.1:3556
 msgid "for B<pcre>(3)  (Perl-compatible regular expression library)."
 msgstr "for B<pcre>(3)  (Perl-compatible regular expression library)."
 
 # type: IP
-#: ../tin.1:3522
+#: ../tin.1:3556
 #, no-wrap
 msgid "Patrick Powell E<lt>papowell@astart.comE<gt>"
 msgstr "Patrick Powell E<lt>papowell@astart.comE<gt>"
 
 # type: Plain text
-#: ../tin.1:3530
+#: ../tin.1:3564
 msgid "for B<snprintf>(3)  and B<vsnprintf>(3)  fallbacks."
 msgstr "for B<snprintf>(3)  and B<vsnprintf>(3)  fallbacks."
 
 # type: SH
-#: ../tin.1:3530
+#: ../tin.1:3564
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTHOR"
 
 # type: TP
-#: ../tin.1:3531
+#: ../tin.1:3565
 #, no-wrap
 msgid "Iain Lea E<lt>iain@bricbrac.deE<gt>"
 msgstr "Iain Lea E<lt>iain@bricbrac.deE<gt>"
 
 # type: SH
-#: ../tin.1:3535
+#: ../tin.1:3569
 #, no-wrap
 msgid "MAINTAINER"
 msgstr "MAINTAINER"
 
 # type: TP
-#: ../tin.1:3536
+#: ../tin.1:3570
 #, no-wrap
 msgid "Urs Janssen E<lt>urs@tin.orgE<gt>"
 msgstr "Urs Janssen E<lt>urs@tin.orgE<gt>"
 
 # type: SH
-#: ../tin.1:3540 ../tin.5:2515
+#: ../tin.1:3574 ../tin.5:2527
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SEE ALSO"
 
 # type: Plain text
-#: ../tin.1:3589
+#: ../tin.1:3623
 msgid ""
 "B<cron>(1), B<elm>(1), B<emacs>(1), B<gpg>(1), B<inews>(1), B<ispell>(1), "
 "B<lp>(1), B<lpr>(1), B<metamail>(1), B<noffle>(1), B<perl>(1), B<perlre>(1), "
@@ -9408,7 +9506,7 @@ msgstr ""
 "aka LF) line endings."
 
 # type: Plain text
-#: ../tin.5:59
+#: ../tin.5:60
 msgid ""
 "B<mailcap>(4)  files as defined in B<RFC1524>. The Mailcap files are read by "
 "B<tin>(1)  to determine how to display non-text messages at the local site. "
@@ -9425,7 +9523,7 @@ msgstr ""
 "\"\\e\"."
 
 # type: Plain text
-#: ../tin.5:62
+#: ../tin.5:63
 msgid ""
 "Each individual mailcap entry consists of a content-type specification, a "
 "command to execute, and (possibly) a set of optional \"flag\" values."
@@ -9434,7 +9532,7 @@ msgstr ""
 "command to execute, and (possibly) a set of optional \"flag\" values."
 
 # type: Plain text
-#: ../tin.5:67
+#: ../tin.5:68
 msgid ""
 "The \"type\" field is simply any legal content type name. It is the string "
 "that will be matched against the ''Content-Type:'' header to decide if this "
@@ -9447,7 +9545,7 @@ msgstr ""
 "type field may specify a subtype or a wildcard to match all subtypes."
 
 # type: Plain text
-#: ../tin.5:73
+#: ../tin.5:74
 msgid ""
 "The \"command\" field is any UNIX command and is used to specify the "
 "interpreter for the given type of message. It will be passed to the shell "
@@ -9464,7 +9562,7 @@ msgstr ""
 #.  the number of parts within the multipart object. %F will be replaced by a
 #.  series of arguments, two for each part, giving first the content-type and
 #.  then the name of the temporary file where the decoded part has been stored.
-#: ../tin.5:90
+#: ../tin.5:91
 msgid ""
 "Semicolons and backslashes within the command or any flag field must be "
 "quoted with backslashes. If the field contains \"%s\", those two characters "
@@ -9487,19 +9585,19 @@ msgstr ""
 "two characters will be replaced by a single \"%\" character."
 
 # type: Plain text
-#: ../tin.5:92
+#: ../tin.5:93
 msgid "Besides the type and command field the following \"flags\" are defined:"
 msgstr ""
 "Besides the type and command field the following \"flags\" are defined:"
 
 # type: TP
-#: ../tin.5:92
+#: ../tin.5:93
 #, no-wrap
 msgid "B<compose>"
 msgstr "B<compose>"
 
 # type: Plain text
-#: ../tin.5:102
+#: ../tin.5:103
 msgid ""
 "The \"compose\" field may be used to specify a program that can be used to "
 "compose a new body or body part in the given format. Its intended use is to "
@@ -9520,13 +9618,13 @@ msgstr ""
 "the data."
 
 # type: TP
-#: ../tin.5:102
+#: ../tin.5:103
 #, no-wrap
 msgid "B<composetyped>"
 msgstr "B<composetyped>"
 
 # type: Plain text
-#: ../tin.5:112
+#: ../tin.5:113
 msgid ""
 "The \"composetyped\" field is similar to the \"compose\" field, but is to be "
 "used when the composing program needs to specify the ''Content-Type:'' "
@@ -9547,13 +9645,13 @@ msgstr ""
 "formats to produce output that includes the mail type information."
 
 # type: TP
-#: ../tin.5:112
+#: ../tin.5:113
 #, no-wrap
 msgid "B<edit>"
 msgstr "B<edit>"
 
 # type: Plain text
-#: ../tin.5:118
+#: ../tin.5:119
 msgid ""
 "The \"edit\" field may be used to specify a program that can be used to edit "
 "a body or body part in the given format. In many cases, it may be identical "
@@ -9566,13 +9664,13 @@ msgstr ""
 "dependent semantics for program execution."
 
 # type: TP
-#: ../tin.5:118
+#: ../tin.5:119
 #, no-wrap
 msgid "B<print>"
 msgstr "B<print>"
 
 # type: Plain text
-#: ../tin.5:123
+#: ../tin.5:124
 msgid ""
 "The \"print\" field may be used to specify a program that can be used to "
 "print a message or body part in the given format. As with the view-command, "
@@ -9583,13 +9681,13 @@ msgstr ""
 "the semantics of program execution are operating system dependent."
 
 # type: TP
-#: ../tin.5:123
+#: ../tin.5:124
 #, no-wrap
 msgid "B<test>"
 msgstr "B<test>"
 
 # type: Plain text
-#: ../tin.5:132
+#: ../tin.5:133
 msgid ""
 "The \"test\" field may be used to test some external condition (e.g., the "
 "machine architecture, or the window system in use) to determine whether or "
@@ -9608,13 +9706,13 @@ msgstr ""
 "since a test can call a program, it can already be arbitrarily complex."
 
 # type: TP
-#: ../tin.5:132
+#: ../tin.5:133
 #, no-wrap
 msgid "B<needsterminal>"
 msgstr "B<needsterminal>"
 
 # type: Plain text
-#: ../tin.5:144
+#: ../tin.5:145
 msgid ""
 "The \"needsterminal\" field indicates that the view-command must be run on "
 "an interactive terminal. This is needed to inform window-oriented user "
@@ -9639,13 +9737,13 @@ msgstr ""
 "not executed on either a real terminal or a terminal window."
 
 # type: TP
-#: ../tin.5:144
+#: ../tin.5:145
 #, no-wrap
 msgid "B<copiousoutput>"
 msgstr "B<copiousoutput>"
 
 # type: Plain text
-#: ../tin.5:151
+#: ../tin.5:152
 msgid ""
 "The \"copiousoutput\" field indicates that the output from the view-command "
 "will be an extended stream of output, and is to be interpreted as advice to "
@@ -9660,13 +9758,13 @@ msgstr ""
 "needsterminal and copiousoutput are both specified."
 
 # type: TP
-#: ../tin.5:151 ../tin.5:1060
+#: ../tin.5:152 ../tin.5:1062
 #, no-wrap
 msgid "B<description>"
 msgstr "B<description>"
 
 # type: Plain text
-#: ../tin.5:156
+#: ../tin.5:157
 msgid ""
 "The \"description\" field simply provides a textual description, optionally "
 "quoted, that describes the type of data, to be used optionally by mail "
@@ -9677,13 +9775,13 @@ msgstr ""
 "readers that wish to describe the data before offering to display it."
 
 # type: TP
-#: ../tin.5:156
+#: ../tin.5:157
 #, no-wrap
 msgid "B<textualnewlines>"
 msgstr "B<textualnewlines>"
 
 # type: Plain text
-#: ../tin.5:164
+#: ../tin.5:165
 msgid ""
 "The \"textualnewlines\" field, if set to any non-zero value, indicates that "
 "this type of data is line-oriented and that, if encoded in base64, all "
@@ -9700,13 +9798,13 @@ msgstr ""
 "oriented data that is a subtype of text."
 
 # type: TP
-#: ../tin.5:164
+#: ../tin.5:165
 #, no-wrap
 msgid "B<x11-bitmap>"
 msgstr "B<x11-bitmap>"
 
 # type: Plain text
-#: ../tin.5:169
+#: ../tin.5:170
 msgid ""
 "The \"x11-bitmap\" field names a file, in X11 bitmap (xbm) format, which "
 "points to an appropriate icon to be used to visually denote the presence of "
@@ -9717,13 +9815,13 @@ msgstr ""
 "this kind of data."
 
 # type: TP
-#: ../tin.5:169
+#: ../tin.5:170
 #, no-wrap
 msgid "B<nametemplate>"
 msgstr "B<nametemplate>"
 
 # type: Plain text
-#: ../tin.5:177
+#: ../tin.5:178
 msgid ""
 "The \"nametemplate\" field gives a file name format, in which %s will be "
 "replaced by a short unique string to give the name of the temporary file to "
@@ -9740,7 +9838,7 @@ msgstr ""
 "ending in \".gif\" by using \"nametemplate=%s.gif\""
 
 # type: Plain text
-#: ../tin.5:182
+#: ../tin.5:183
 msgid ""
 "B<tin>(1)  currently only respects the \"test\", \"description\", "
 "\"nametemplate\" and partly the \"needsterminal\" flags, all other flags are "
@@ -9753,86 +9851,86 @@ msgstr ""
 "yet."
 
 # type: TP
-#: ../tin.5:182 ../tin.5:265 ../tin.5:293 ../tin.5:383 ../tin.5:692
-#: ../tin.5:799 ../tin.5:1080
+#: ../tin.5:183 ../tin.5:266 ../tin.5:294 ../tin.5:384 ../tin.5:693
+#: ../tin.5:800 ../tin.5:1082
 #, no-wrap
 msgid "Example:"
 msgstr "Example:"
 
 # type: Plain text
-#: ../tin.5:187
+#: ../tin.5:188
 #, no-wrap
 msgid "# mailcap file example\n"
 msgstr "# mailcap file example\n"
 
 # type: Plain text
-#: ../tin.5:189
+#: ../tin.5:190
 #, no-wrap
 msgid "image/*;\\e\n"
 msgstr "image/*;\\e\n"
 
 # type: Plain text
-#: ../tin.5:192
+#: ../tin.5:193
 #, no-wrap
 msgid "xv -8 -geometry +0 '%s';\\e\n"
 msgstr "xv -8 -geometry +0 '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:194
+#: ../tin.5:195
 #, no-wrap
 msgid "description=%{name} %t-Image;\\e\n"
 msgstr "description=%{name} %t-Image;\\e\n"
 
 # type: Plain text
-#: ../tin.5:196
+#: ../tin.5:197
 #, no-wrap
 msgid "test=test \"$DISPLAY\" != \"\";\\e\n"
 msgstr "test=test \"$DISPLAY\" != \"\";\\e\n"
 
 # type: Plain text
-#: ../tin.5:198
+#: ../tin.5:199
 #, no-wrap
 msgid "nametemplate=%s.IMAGE\n"
 msgstr "nametemplate=%s.IMAGE\n"
 
 # type: Plain text
-#: ../tin.5:201
+#: ../tin.5:202
 #, no-wrap
 msgid "message/rfc822;\\e\n"
 msgstr "message/rfc822;\\e\n"
 
 # type: Plain text
-#: ../tin.5:204
+#: ../tin.5:205
 #, no-wrap
 msgid "${PAGER:-\"more\"} '%s';\\e\n"
 msgstr "${PAGER:-\"more\"} '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:206
+#: ../tin.5:207
 #, no-wrap
 msgid "edit=${EDITOR:-\"vi\"} '%s';\\e\n"
 msgstr "edit=${EDITOR:-\"vi\"} '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:208
+#: ../tin.5:209
 #, no-wrap
 msgid "compose=${EDITOR:-\"vi\"} '%s';\\e\n"
 msgstr "compose=${EDITOR:-\"vi\"} '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:210
+#: ../tin.5:211
 #, no-wrap
 msgid "print=a2ps '%s';\\e\n"
 msgstr "print=a2ps '%s';\\e\n"
 
 # type: Plain text
-#: ../tin.5:212
+#: ../tin.5:213
 #, no-wrap
 msgid "needsterminal\n"
 msgstr "needsterminal\n"
 
 # type: Plain text
-#: ../tin.5:225
+#: ../tin.5:226
 msgid ""
 "default NNTP-server to read news from if not reading from the local spool.  "
 "\\&'B<-g> I<server>', $B<NNTPSERVER> have higher priority (in that order), "
@@ -9843,62 +9941,62 @@ msgstr ""
 "the default server given at compile time has lower priority."
 
 # type: Plain text
-#: ../tin.5:232
+#: ../tin.5:233
 msgid "secret to be used for canlocks"
 msgstr "secret to be used for canlocks"
 
 # type: Plain text
-#: ../tin.5:243
+#: ../tin.5:244
 msgid "mime type / filename extension pairs"
 msgstr "mime type / filename extension pairs"
 
 # type: Plain text
-#: ../tin.5:255
+#: ../tin.5:256
 msgid ""
 "\"I<nntpserver> I<password> [I<user>]\" pairs for NNTP servers that require "
 "authorization. If the password contains a space or a tab it must be enclosed "
 "in doublequotes (\"). Usernames must not be enclosed in doublequotes and "
 "thus can't contain spaces or tabs. Any line that starts with \"#\" is a "
 "comment. Blank lines are ignored. This file should be readable only for the "
-"user as it contains the users uncrypted password for reading news!"
+"user as it contains the user's uncrypted password for reading news!"
 msgstr ""
 "\"I<nntpserver> I<password> [I<user>]\" pairs for NNTP servers that require "
 "authorisation. If the password contains a space or a tab it must be enclosed "
 "in doublequotes (\"). Usernames must not be enclosed in doublequotes and "
 "thus can't contain spaces or tabs. Any line that starts with \"#\" is a "
 "comment. Blank lines are ignored. This file should be readable only for the "
-"user as it contains the users uncrypted password for reading news!"
+"user as it contains the user's uncrypted password for reading news!"
 
 # type: TP
-#: ../tin.5:255 ../tin.5:1071
+#: ../tin.5:256 ../tin.5:1073
 #, no-wrap
 msgid "B<nntpserver>"
 msgstr "B<nntpserver>"
 
 # type: Plain text
-#: ../tin.5:258 ../tin.5:1074
+#: ../tin.5:259 ../tin.5:1076
 msgid "full qualified domain name of the newsserver."
 msgstr "full qualified domain name of the newsserver."
 
 # type: TP
-#: ../tin.5:258
+#: ../tin.5:259
 #, no-wrap
 msgid "B<password>"
 msgstr "B<password>"
 
 # type: Plain text
-#: ../tin.5:261
-msgid "users uncrypted password for reading news."
-msgstr "users uncrypted password for reading news."
+#: ../tin.5:262
+msgid "user's uncrypted password for reading news."
+msgstr "user's uncrypted password for reading news."
 
 # type: TP
-#: ../tin.5:261
+#: ../tin.5:262
 #, no-wrap
 msgid "B<user>"
 msgstr "B<user>"
 
 # type: Plain text
-#: ../tin.5:265
+#: ../tin.5:266
 msgid ""
 "username on the newsserver if it differs from the local login. This field is "
 "optional."
@@ -9907,62 +10005,62 @@ msgstr ""
 "optional."
 
 # type: Plain text
-#: ../tin.5:269
+#: ../tin.5:270
 msgid "# sample .newsauth file"
 msgstr "# sample .newsauth file"
 
 # type: Plain text
-#: ../tin.5:271
+#: ../tin.5:272
 msgid "news.example.org secret"
 msgstr "news.example.org secret"
 
 # type: Plain text
-#: ../tin.5:273
+#: ../tin.5:274
 msgid "news.example.net arcane guest"
 msgstr "news.example.net arcane guest"
 
 # type: Plain text
-#: ../tin.5:275
+#: ../tin.5:276
 msgid "news.example.com \"top secret\" james.bond@example.com"
 msgstr "news.example.com \"top secret\" james.bond@example.com"
 
 # type: Plain text
-#: ../tin.5:283
+#: ../tin.5:284
 msgid ""
 "\"I<newsgroup>I<flag> [I<article>[,I<article> | -I<article>]...]\" lines."
 msgstr ""
 "\"I<newsgroup>I<flag> [I<article>[,I<article> | -I<article>]...]\" lines."
 
 # type: TP
-#: ../tin.5:283
+#: ../tin.5:284
 #, no-wrap
 msgid "B<newsgroup>"
 msgstr "B<newsgroup>"
 
 # type: Plain text
-#: ../tin.5:286
+#: ../tin.5:287
 msgid "the name of the newsgroup."
 msgstr "the name of the newsgroup."
 
 # type: TP
-#: ../tin.5:286
+#: ../tin.5:287
 #, no-wrap
 msgid "B<flag>"
 msgstr "B<flag>"
 
 # type: Plain text
-#: ../tin.5:289
+#: ../tin.5:290
 msgid "a flag indicating if the group is subscribed ':' or not '!'."
 msgstr "a flag indicating if the group is subscribed ':' or not '!'."
 
 # type: TP
-#: ../tin.5:289
+#: ../tin.5:290
 #, no-wrap
 msgid "B<article>"
 msgstr "B<article>"
 
 # type: Plain text
-#: ../tin.5:293
+#: ../tin.5:294
 msgid ""
 "range of already read articles from that group; numbers separated by commas "
 "with sequential numbers collapsed with hyphens."
@@ -9971,62 +10069,62 @@ msgstr ""
 "with sequential numbers collapsed with hyphens."
 
 # type: Plain text
-#: ../tin.5:297
+#: ../tin.5:298
 msgid "# sample .newsrc file"
 msgstr "# sample .newsrc file"
 
 # type: Plain text
-#: ../tin.5:299
+#: ../tin.5:300
 msgid "news.software.b! 1-666,669"
 msgstr "news.software.b! 1-666,669"
 
 # type: Plain text
-#: ../tin.5:301
+#: ../tin.5:302
 msgid "news.software.nntp: 1-13245,13247,13249"
 msgstr "news.software.nntp: 1-13245,13247,13249"
 
 # type: Plain text
-#: ../tin.5:303
+#: ../tin.5:304
 msgid "news.software.readers: 1-19567,19571-19597"
 msgstr "news.software.readers: 1-19567,19571-19597"
 
 # type: Plain text
-#: ../tin.5:313
+#: ../tin.5:314
 msgid "backup of I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 msgstr "backup of I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 
 # type: Plain text
-#: ../tin.5:322
+#: ../tin.5:323
 msgid "signature"
 msgstr "signature"
 
 # type: Plain text
-#: ../tin.5:329
+#: ../tin.5:330
 msgid "fixed part of a randomly generated signature"
 msgstr "fixed part of a randomly generated signature"
 
 # type: Plain text
-#: ../tin.5:336
+#: ../tin.5:337
 msgid "history of last used strings"
 msgstr "history of last used strings"
 
 # type: Plain text
-#: ../tin.5:343
+#: ../tin.5:344
 msgid "mailgroups index files"
 msgstr "mailgroups index files"
 
 # type: Plain text
-#: ../tin.5:352
+#: ../tin.5:353
 msgid "newsgroups index files"
 msgstr "newsgroups index files"
 
 # type: Plain text
-#: ../tin.5:359
+#: ../tin.5:360
 msgid "saved newsgroups index files"
 msgstr "saved newsgroups index files"
 
 # type: Plain text
-#: ../tin.5:369
+#: ../tin.5:370
 msgid ""
 "active file (\"I<mail_group_name> I<maxnum> I<minnum> I<mailspool>\" "
 "quadruples) of user's mailgroups (requires B<tin>(1)  to be build with mh-"
@@ -10037,26 +10135,26 @@ msgstr ""
 "mail-handling support)."
 
 # type: TP
-#: ../tin.5:369
+#: ../tin.5:370
 #, no-wrap
 msgid "B<mail_group_name>"
 msgstr "B<mail_group_name>"
 
 # type: Plain text
-#: ../tin.5:372
+#: ../tin.5:373
 msgid ""
 "must be the pathname of the mailbox relative to field #4 with / changed to ."
 msgstr ""
 "must be the pathname of the mailbox relative to field #4 with / changed to ."
 
 # type: TP
-#: ../tin.5:372
+#: ../tin.5:373
 #, no-wrap
 msgid "B<maxnum>"
 msgstr "B<maxnum>"
 
 # type: Plain text
-#: ../tin.5:376
+#: ../tin.5:377
 msgid ""
 "just put a large number here, something higher than the highest message in "
 "the mailbox"
@@ -10065,24 +10163,24 @@ msgstr ""
 "the mailbox"
 
 # type: TP
-#: ../tin.5:376
+#: ../tin.5:377
 #, no-wrap
 msgid "B<minnum>"
 msgstr "B<minnum>"
 
 # type: Plain text
-#: ../tin.5:379
+#: ../tin.5:380
 msgid "put 0 here"
 msgstr "put 0 here"
 
 # type: TP
-#: ../tin.5:379
+#: ../tin.5:380
 #, no-wrap
 msgid "B<mailspool>"
 msgstr "B<mailspool>"
 
 # type: Plain text
-#: ../tin.5:383
+#: ../tin.5:384
 msgid ""
 "path of mail spool directory. This must be the full pathname to the root of "
 "the mail folder area."
@@ -10091,17 +10189,17 @@ msgstr ""
 "the mail folder area."
 
 # type: Plain text
-#: ../tin.5:387
+#: ../tin.5:388
 msgid "Mail.inbox 12345 00000 /home/foo"
 msgstr "Mail.inbox 12345 00000 /home/foo"
 
 # type: Plain text
-#: ../tin.5:389
+#: ../tin.5:390
 msgid "Mail.outbox 23456 00000 /home/foo"
 msgstr "Mail.outbox 23456 00000 /home/foo"
 
 # type: Plain text
-#: ../tin.5:393
+#: ../tin.5:394
 msgid ""
 "This allows access to the 'inbox' and 'outbox' folders of user foo.  They "
 "are accessed via /home/foo/Mail/inbox and /home/foo/Mail/outbox"
@@ -10110,16 +10208,16 @@ msgstr ""
 "are accessed via /home/foo/Mail/inbox and /home/foo/Mail/outbox"
 
 # type: Plain text
-#: ../tin.5:400
+#: ../tin.5:401
 msgid "active file of user's saved newsgroups, used by B<tin -R>."
 msgstr "active file of user's saved newsgroups, used by B<tin -R>."
 
 # type: Plain text
-#: ../tin.5:422
+#: ../tin.5:423
 msgid ""
 "The group attributes files may be used to override some global settings from "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> on a per group basis. Order is "
-"important as last match counts; this allows to refine attributes for "
+"important as last match counts; this allows one to refine attributes for "
 "narrowed scopes. Note that the I<scope=E<lt>grouplistE<gt>> line has to be "
 "specified before the attributes are specified for that list and each "
 "attribute can only be set once per scope section. All attributes are set to "
@@ -10130,7 +10228,7 @@ msgid ""
 msgstr ""
 "The group attributes files may be used to override some global settings from "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> on a per group basis. Order is "
-"important as last match counts; this allows to refine attributes for "
+"important as last match counts; this allows one to refine attributes for "
 "narrowed scopes. Note that the I<scope=E<lt>grouplistE<gt>> line has to be "
 "specified before the attributes are specified for that list and each "
 "attribute can only be set once per scope section. All attributes are set to "
@@ -10140,13 +10238,13 @@ msgstr ""
 "attributes are available:"
 
 # type: TP
-#: ../tin.5:422
+#: ../tin.5:423
 #, no-wrap
 msgid "B<scope>"
 msgstr "B<scope>"
 
 # type: Plain text
-#: ../tin.5:428
+#: ../tin.5:429
 msgid ""
 "This changes the list of groups to which the attributes that follow will be "
 "applied. See the section NEWSGROUP LISTS & WILDCARDS in B<tin>(1)  for the "
@@ -10157,68 +10255,68 @@ msgstr ""
 "types of pattern that can be used here."
 
 # type: TP
-#: ../tin.5:428 ../tin.5:1183
+#: ../tin.5:429 ../tin.5:1185
 #, no-wrap
 msgid "B<add_posted_to_filter>"
 msgstr "B<add_posted_to_filter>"
 
 # type: Plain text
-#: ../tin.5:431 ../tin.5:434 ../tin.5:437 ../tin.5:440 ../tin.5:443
-#: ../tin.5:446 ../tin.5:449 ../tin.5:462 ../tin.5:472 ../tin.5:485
-#: ../tin.5:488 ../tin.5:491 ../tin.5:494 ../tin.5:501 ../tin.5:504
-#: ../tin.5:531 ../tin.5:534 ../tin.5:537 ../tin.5:547 ../tin.5:550
-#: ../tin.5:553 ../tin.5:556 ../tin.5:559 ../tin.5:562 ../tin.5:565
-#: ../tin.5:568 ../tin.5:571 ../tin.5:574 ../tin.5:580 ../tin.5:583
-#: ../tin.5:586 ../tin.5:589 ../tin.5:592 ../tin.5:595 ../tin.5:598
-#: ../tin.5:604 ../tin.5:607 ../tin.5:610 ../tin.5:613 ../tin.5:616
-#: ../tin.5:619 ../tin.5:622 ../tin.5:625 ../tin.5:628 ../tin.5:682
+#: ../tin.5:432 ../tin.5:435 ../tin.5:438 ../tin.5:441 ../tin.5:444
+#: ../tin.5:447 ../tin.5:450 ../tin.5:463 ../tin.5:473 ../tin.5:486
+#: ../tin.5:489 ../tin.5:492 ../tin.5:495 ../tin.5:502 ../tin.5:505
+#: ../tin.5:532 ../tin.5:535 ../tin.5:538 ../tin.5:548 ../tin.5:551
+#: ../tin.5:554 ../tin.5:557 ../tin.5:560 ../tin.5:563 ../tin.5:566
+#: ../tin.5:569 ../tin.5:572 ../tin.5:575 ../tin.5:581 ../tin.5:584
+#: ../tin.5:587 ../tin.5:590 ../tin.5:593 ../tin.5:596 ../tin.5:599
+#: ../tin.5:605 ../tin.5:608 ../tin.5:611 ../tin.5:614 ../tin.5:617
+#: ../tin.5:620 ../tin.5:623 ../tin.5:626 ../tin.5:629 ../tin.5:683
 msgid "Identical to the tinrc variable of the same name"
 msgstr "Identical to the tinrc variable of the same name"
 
 # type: TP
-#: ../tin.5:431 ../tin.5:1187
+#: ../tin.5:432 ../tin.5:1189
 #, no-wrap
 msgid "B<advertising>"
 msgstr "B<advertising>"
 
 # type: TP
-#: ../tin.5:434 ../tin.5:1190
+#: ../tin.5:435 ../tin.5:1192
 #, no-wrap
 msgid "B<alternative_handling>"
 msgstr "B<alternative_handling>"
 
 # type: TP
-#: ../tin.5:437
+#: ../tin.5:438
 #, no-wrap
 msgid "B<ask_for_metamail>"
 msgstr "B<ask_for_metamail>"
 
 # type: TP
-#: ../tin.5:440 ../tin.5:1233
+#: ../tin.5:441 ../tin.5:1235
 #, no-wrap
 msgid "B<auto_cc_bcc>"
 msgstr "B<auto_cc_bcc>"
 
 # type: TP
-#: ../tin.5:443 ../tin.5:1237
+#: ../tin.5:444 ../tin.5:1239
 #, no-wrap
 msgid "B<auto_list_thread>"
 msgstr "B<auto_list_thread>"
 
 # type: TP
-#: ../tin.5:446 ../tin.5:1244
+#: ../tin.5:447 ../tin.5:1246
 #, no-wrap
 msgid "B<auto_save>"
 msgstr "B<auto_save>"
 
 # type: TP
-#: ../tin.5:449
+#: ../tin.5:450
 #, no-wrap
 msgid "B<auto_select>"
 msgstr "B<auto_select>"
 
 # type: Plain text
-#: ../tin.5:453
+#: ../tin.5:454
 msgid ""
 "Automatically perform the B<GroupMarkUnselArtRead> ('B<X>') command after "
 "entering the group."
@@ -10227,13 +10325,13 @@ msgstr ""
 "entering the group."
 
 # type: TP
-#: ../tin.5:453 ../tin.5:1250
+#: ../tin.5:454 ../tin.5:1252
 #, no-wrap
 msgid "B<batch_save>"
 msgstr "B<batch_save>"
 
 # type: Plain text
-#: ../tin.5:459
+#: ../tin.5:460
 msgid ""
 "Can be used to override the global setting in tinrc on a per group basis. "
 "For more information read section AUTOMATIC MAILING AND SAVING NEW NEWS in "
@@ -10244,19 +10342,19 @@ msgstr ""
 "B<tin>(1)."
 
 # type: TP
-#: ../tin.5:459 ../tin.5:1364
+#: ../tin.5:460 ../tin.5:1366
 #, no-wrap
 msgid "B<date_format>"
 msgstr "B<date_format>"
 
 # type: TP
-#: ../tin.5:462
+#: ../tin.5:463
 #, no-wrap
 msgid "B<delete_tmp_files>"
 msgstr "B<delete_tmp_files>"
 
 # type: Plain text
-#: ../tin.5:469
+#: ../tin.5:470
 msgid ""
 "If this is set to ON, then saved article files that have been post-processed "
 "will be automatically deleted, otherwise the user will be asked whether to "
@@ -10269,19 +10367,19 @@ msgstr ""
 "using B<GroupAutoSave> ('B<S>') will suppress prompting."
 
 # type: TP
-#: ../tin.5:469 ../tin.5:1479
+#: ../tin.5:470 ../tin.5:1481
 #, no-wrap
 msgid "B<editor_format>"
 msgstr "B<editor_format>"
 
 # type: TP
-#: ../tin.5:472
+#: ../tin.5:473
 #, no-wrap
 msgid "B<fcc>"
 msgstr "B<fcc>"
 
 # type: Plain text
-#: ../tin.5:476
+#: ../tin.5:477
 msgid ""
 "Mailbox to save sent mails. The format of the mailbox is controlled via the "
 "tinrc B<mailbox_format> variable."
@@ -10290,59 +10388,59 @@ msgstr ""
 "tinrc B<mailbox_format> variable."
 
 # type: TP
-#: ../tin.5:476
+#: ../tin.5:477
 #, no-wrap
 msgid "B<followup_to>"
 msgstr "B<followup_to>"
 
 # type: Plain text
-#: ../tin.5:479
+#: ../tin.5:480
 msgid "Set ''Followup-To:'' header to the specified group(s)."
 msgstr "Set ''Followup-To:'' header to the specified group(s)."
 
 # type: TP
-#: ../tin.5:479 ../tin.5:762
+#: ../tin.5:480 ../tin.5:763
 #, no-wrap
 msgid "B<from>"
 msgstr "B<from>"
 
 # type: Plain text
-#: ../tin.5:482
+#: ../tin.5:483
 msgid "Identical to the tinrc variable B<mail_address>"
 msgstr "Identical to the tinrc variable B<mail_address>"
 
 # type: TP
-#: ../tin.5:482 ../tin.5:1503
+#: ../tin.5:483 ../tin.5:1505
 #, no-wrap
 msgid "B<group_catchup_on_exit>"
 msgstr "B<group_catchup_on_exit>"
 
 # type: TP
-#: ../tin.5:485 ../tin.5:1570
+#: ../tin.5:486 ../tin.5:1572
 #, no-wrap
 msgid "B<mail_8bit_header>"
 msgstr "B<mail_8bit_header>"
 
 # type: TP
-#: ../tin.5:488 ../tin.5:1582 ../tin.5:2294
+#: ../tin.5:489 ../tin.5:1584 ../tin.5:2306
 #, no-wrap
 msgid "B<mail_mime_encoding>"
 msgstr "B<mail_mime_encoding>"
 
 # type: TP
-#: ../tin.5:491 ../tin.5:1599
+#: ../tin.5:492 ../tin.5:1601
 #, no-wrap
 msgid "B<maildir>"
 msgstr "B<maildir>"
 
 # type: TP
-#: ../tin.5:494
+#: ../tin.5:495
 #, no-wrap
 msgid "B<mailing_list>"
 msgstr "B<mailing_list>"
 
 # type: Plain text
-#: ../tin.5:498
+#: ../tin.5:499
 msgid ""
 "Used when a group is a mailing list. All responses to the group will be "
 "directed to this email address instead"
@@ -10351,25 +10449,25 @@ msgstr ""
 "directed to this email address instead"
 
 # type: TP
-#: ../tin.5:498 ../tin.5:1631
+#: ../tin.5:499 ../tin.5:1639
 #, no-wrap
 msgid "B<mark_ignore_tags>"
 msgstr "B<mark_ignore_tags>"
 
 # type: TP
-#: ../tin.5:501 ../tin.5:1628
+#: ../tin.5:502 ../tin.5:1636
 #, no-wrap
 msgid "B<mark_saved_read>"
 msgstr "B<mark_saved_read>"
 
 # type: TP
-#: ../tin.5:504
+#: ../tin.5:505
 #, no-wrap
 msgid "B<mime_forward>"
 msgstr "B<mime_forward>"
 
 # type: Plain text
-#: ../tin.5:521
+#: ../tin.5:522
 msgid ""
 "Determines whether usenet articles are forwarded as attachment or inline. "
 "When set to OFF, the forwarded article will be included in the body of the "
@@ -10402,13 +10500,13 @@ msgstr ""
 "B<interactive_mailer> has to be set to 0 (which is the default)."
 
 # type: TP
-#: ../tin.5:521
+#: ../tin.5:522
 #, no-wrap
 msgid "B<mime_types_to_save>"
 msgstr "B<mime_types_to_save>"
 
 # type: Plain text
-#: ../tin.5:528
+#: ../tin.5:529
 msgid ""
 "A comma separated list of MIME major/minor Content-Types that will be saved "
 "when using the view/save and save/autosave features.  A single * can be used "
@@ -10421,31 +10519,31 @@ msgstr ""
 "entry will negate it, eg: image/*,!image/bmp,!text/html. Default is */*"
 
 # type: TP
-#: ../tin.5:528 ../tin.5:1710
+#: ../tin.5:529 ../tin.5:1718
 #, no-wrap
 msgid "B<news_headers_to_display>"
 msgstr "B<news_headers_to_display>"
 
 # type: TP
-#: ../tin.5:531 ../tin.5:1717
+#: ../tin.5:532 ../tin.5:1725
 #, no-wrap
 msgid "B<news_headers_to_not_display>"
 msgstr "B<news_headers_to_not_display>"
 
 # type: TP
-#: ../tin.5:534 ../tin.5:1726
+#: ../tin.5:535 ../tin.5:1734
 #, no-wrap
 msgid "B<news_quote_format>"
 msgstr "B<news_quote_format>"
 
 # type: TP
-#: ../tin.5:537 ../tin.5:2267
+#: ../tin.5:538 ../tin.5:2279
 #, no-wrap
 msgid "B<organization>"
 msgstr "B<organization>"
 
 # type: Plain text
-#: ../tin.5:544
+#: ../tin.5:545
 msgid ""
 "This can be used to set the article header field ''Organization:''. It "
 "overrides the setting (if any) of organization in I</etc/tin/tin.defaults> "
@@ -10458,187 +10556,187 @@ msgstr ""
 "newsserver might still overwrite the \\&''Organization:'' header."
 
 # type: TP
-#: ../tin.5:544 ../tin.5:1751
+#: ../tin.5:545 ../tin.5:1759
 #, no-wrap
 msgid "B<pos_first_unread>"
 msgstr "B<pos_first_unread>"
 
 # type: TP
-#: ../tin.5:547 ../tin.5:1755
+#: ../tin.5:548 ../tin.5:1763
 #, no-wrap
 msgid "B<post_8bit_header>"
 msgstr "B<post_8bit_header>"
 
 # type: TP
-#: ../tin.5:550 ../tin.5:1766 ../tin.5:2291
+#: ../tin.5:551 ../tin.5:1774 ../tin.5:2303
 #, no-wrap
 msgid "B<post_mime_encoding>"
 msgstr "B<post_mime_encoding>"
 
 # type: TP
-#: ../tin.5:553 ../tin.5:1778
+#: ../tin.5:554 ../tin.5:1786
 #, no-wrap
 msgid "B<post_process_type>"
 msgstr "B<post_process_type>"
 
 # type: TP
-#: ../tin.5:556 ../tin.5:1771
+#: ../tin.5:557 ../tin.5:1779
 #, no-wrap
 msgid "B<post_process_view>"
 msgstr "B<post_process_view>"
 
 # type: TP
-#: ../tin.5:559 ../tin.5:1801
+#: ../tin.5:560 ../tin.5:1809
 #, no-wrap
 msgid "B<print_header>"
 msgstr "B<print_header>"
 
 # type: TP
-#: ../tin.5:562 ../tin.5:1815
+#: ../tin.5:563 ../tin.5:1823
 #, no-wrap
 msgid "B<process_only_unread>"
 msgstr "B<process_only_unread>"
 
 # type: TP
-#: ../tin.5:565 ../tin.5:1819
+#: ../tin.5:566 ../tin.5:1827
 #, no-wrap
 msgid "B<prompt_followupto>"
 msgstr "B<prompt_followupto>"
 
 # type: TP
-#: ../tin.5:568 ../tin.5:1823
+#: ../tin.5:569 ../tin.5:1831
 #, no-wrap
 msgid "B<quote_chars>"
 msgstr "B<quote_chars>"
 
 # type: TP
-#: ../tin.5:571 ../tin.5:1883
+#: ../tin.5:572 ../tin.5:1891
 #, no-wrap
 msgid "B<savedir>"
 msgstr "B<savedir>"
 
 # type: TP
 #.  TODO: document option
-#: ../tin.5:574
+#: ../tin.5:575
 #, no-wrap
 msgid "B<savefile>"
 msgstr "B<savefile>"
 
 # type: TP
-#: ../tin.5:577 ../tin.5:1911
+#: ../tin.5:578 ../tin.5:1919
 #, no-wrap
 msgid "B<show_author>"
 msgstr "B<show_author>"
 
 # type: TP
-#: ../tin.5:580 ../tin.5:1937
+#: ../tin.5:581 ../tin.5:1945
 #, no-wrap
 msgid "B<show_info>"
 msgstr "B<show_info>"
 
 # type: TP
-#: ../tin.5:583 ../tin.5:1955
+#: ../tin.5:584 ../tin.5:1963
 #, no-wrap
 msgid "B<show_only_unread_arts>"
 msgstr "B<show_only_unread_arts>"
 
 # type: TP
-#: ../tin.5:586 ../tin.5:1963
+#: ../tin.5:587 ../tin.5:1971
 #, no-wrap
 msgid "B<show_signatures>"
 msgstr "B<show_signatures>"
 
 # type: TP
-#: ../tin.5:589 ../tin.5:1966
+#: ../tin.5:590 ../tin.5:1974
 #, no-wrap
 msgid "B<sigdashes>"
 msgstr "B<sigdashes>"
 
 # type: TP
-#: ../tin.5:592 ../tin.5:1969
+#: ../tin.5:593 ../tin.5:1977
 #, no-wrap
 msgid "B<sigfile>"
 msgstr "B<sigfile>"
 
 # type: TP
-#: ../tin.5:595 ../tin.5:1980
+#: ../tin.5:596 ../tin.5:1988
 #, no-wrap
 msgid "B<signature_repost>"
 msgstr "B<signature_repost>"
 
 # type: TP
-#: ../tin.5:598 ../tin.5:1990
+#: ../tin.5:599 ../tin.5:1998
 #, no-wrap
 msgid "B<sort_article_type>"
 msgstr "B<sort_article_type>"
 
 # type: Plain text
-#: ../tin.5:601
+#: ../tin.5:602
 msgid "Identical to the tinrc variable B<sort_article_type>"
 msgstr "Identical to the tinrc variable B<sort_article_type>"
 
 # type: TP
-#: ../tin.5:601 ../tin.5:2019
+#: ../tin.5:602 ../tin.5:2027
 #, no-wrap
 msgid "B<sort_threads_type>"
 msgstr "B<sort_threads_type>"
 
 # type: TP
-#: ../tin.5:604 ../tin.5:2048
+#: ../tin.5:605 ../tin.5:2056
 #, no-wrap
 msgid "B<start_editor_offset>"
 msgstr "B<start_editor_offset>"
 
 # type: TP
-#: ../tin.5:607 ../tin.5:2076
+#: ../tin.5:608 ../tin.5:2084
 #, no-wrap
 msgid "B<tex2iso_conv>"
 msgstr "B<tex2iso_conv>"
 
 # type: TP
-#: ../tin.5:610 ../tin.5:2081
+#: ../tin.5:611 ../tin.5:2089
 #, no-wrap
 msgid "B<thread_articles>"
 msgstr "B<thread_articles>"
 
 # type: TP
-#: ../tin.5:613 ../tin.5:2096
+#: ../tin.5:614 ../tin.5:2104
 #, no-wrap
 msgid "B<thread_catchup_on_exit>"
 msgstr "B<thread_catchup_on_exit>"
 
 # type: TP
-#: ../tin.5:616 ../tin.5:2091
+#: ../tin.5:617 ../tin.5:2099
 #, no-wrap
 msgid "B<thread_perc>"
 msgstr "B<thread_perc>"
 
 # type: TP
-#: ../tin.5:619 ../tin.5:2120
+#: ../tin.5:620 ../tin.5:2128
 #, no-wrap
 msgid "B<trim_article_body>"
 msgstr "B<trim_article_body>"
 
 # type: TP
-#: ../tin.5:622 ../tin.5:2196
+#: ../tin.5:623 ../tin.5:2208
 #, no-wrap
 msgid "B<verbatim_handling>"
 msgstr "B<verbatim_handling>"
 
 # type: TP
-#: ../tin.5:625 ../tin.5:2243
+#: ../tin.5:626 ../tin.5:2255
 #, no-wrap
 msgid "B<wrap_on_next_unread>"
 msgstr "B<wrap_on_next_unread>"
 
 # type: TP
-#: ../tin.5:628
+#: ../tin.5:629
 #, no-wrap
 msgid "B<x_body>"
 msgstr "B<x_body>"
 
 # type: Plain text
-#: ../tin.5:633
+#: ../tin.5:634
 msgid ""
 "A piece of text that will be added at the start of a message body. If this "
 "string starts with a / or ~ then it is assumed to be the name of a file "
@@ -10649,24 +10747,24 @@ msgstr ""
 "containing the text to insert."
 
 # type: TP
-#: ../tin.5:633
+#: ../tin.5:634
 #, no-wrap
 msgid "B<x_comment_to>"
 msgstr "B<x_comment_to>"
 
 # type: Plain text
-#: ../tin.5:636
+#: ../tin.5:637
 msgid "Insert ''X-Comment-To:'' header, this is only useful in FIDO groups."
 msgstr "Insert ''X-Comment-To:'' header, this is only useful in FIDO groups."
 
 # type: TP
-#: ../tin.5:636
+#: ../tin.5:637
 #, no-wrap
 msgid "B<x_headers>"
 msgstr "B<x_headers>"
 
 # type: Plain text
-#: ../tin.5:644
+#: ../tin.5:645
 msgid ""
 "A string including header-name and the contents of the header that will be "
 "automatically added when posting. If the string starts with a / or ~ then it "
@@ -10683,13 +10781,13 @@ msgstr ""
 "content."
 
 # type: TP
-#: ../tin.5:644
+#: ../tin.5:645
 #, no-wrap
 msgid "B<quick_kill_scope>"
 msgstr "B<quick_kill_scope>"
 
 # type: Plain text
-#: ../tin.5:650
+#: ../tin.5:651
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule added by B<QuickFilterKill> will be applied.  If unset the "
@@ -10700,46 +10798,46 @@ msgstr ""
 "default from the tinrc variable B<default_filter_kill_global> will be used."
 
 # type: TP
-#: ../tin.5:650
+#: ../tin.5:651
 #, no-wrap
 msgid "B<quick_kill_expire>"
 msgstr "B<quick_kill_expire>"
 
 # type: Plain text
-#: ../tin.5:653
+#: ../tin.5:654
 msgid "Identical to the tinrc variable B<default_filter_kill_expire>"
 msgstr "Identical to the tinrc variable B<default_filter_kill_expire>"
 
 # type: TP
-#: ../tin.5:653
+#: ../tin.5:654
 #, no-wrap
 msgid "B<quick_kill_case>"
 msgstr "B<quick_kill_case>"
 
 # type: Plain text
-#: ../tin.5:656
+#: ../tin.5:657
 msgid "Identical to the tinrc variable B<default_filter_kill_case>"
 msgstr "Identical to the tinrc variable B<default_filter_kill_case>"
 
 # type: TP
-#: ../tin.5:656
+#: ../tin.5:657
 #, no-wrap
 msgid "B<quick_kill_header>"
 msgstr "B<quick_kill_header>"
 
 # type: Plain text
-#: ../tin.5:659
+#: ../tin.5:660
 msgid "Identical to the tinrc variable B<default_filter_kill_header>"
 msgstr "Identical to the tinrc variable B<default_filter_kill_header>"
 
 # type: TP
-#: ../tin.5:659
+#: ../tin.5:660
 #, no-wrap
 msgid "B<quick_select_scope>"
 msgstr "B<quick_select_scope>"
 
 # type: Plain text
-#: ../tin.5:665
+#: ../tin.5:666
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule added by B<QuickFilterSelect> will be applied. If unset the "
@@ -10750,46 +10848,46 @@ msgstr ""
 "default from the tinrc variable B<default_filter_select_global> will be used."
 
 # type: TP
-#: ../tin.5:665
+#: ../tin.5:666
 #, no-wrap
 msgid "B<quick_select_expire>"
 msgstr "B<quick_select_expire>"
 
 # type: Plain text
-#: ../tin.5:668
+#: ../tin.5:669
 msgid "Identical to the tinrc variable B<default_filter_select_expire>"
 msgstr "Identical to the tinrc variable B<default_filter_select_expire>"
 
 # type: TP
-#: ../tin.5:668
+#: ../tin.5:669
 #, no-wrap
 msgid "B<quick_select_case>"
 msgstr "B<quick_select_case>"
 
 # type: Plain text
-#: ../tin.5:671
+#: ../tin.5:672
 msgid "Identical to the tinrc variable B<default_filter_select_case>"
 msgstr "Identical to the tinrc variable B<default_filter_select_case>"
 
 # type: TP
-#: ../tin.5:671
+#: ../tin.5:672
 #, no-wrap
 msgid "B<quick_select_header>"
 msgstr "B<quick_select_header>"
 
 # type: Plain text
-#: ../tin.5:674
+#: ../tin.5:675
 msgid "Identical to the tinrc variable B<default_filter_select_header>"
 msgstr "Identical to the tinrc variable B<default_filter_select_header>"
 
 # type: TP
-#: ../tin.5:674
+#: ../tin.5:675
 #, no-wrap
 msgid "B<ispell>"
 msgstr "B<ispell>"
 
 # type: Plain text
-#: ../tin.5:679
+#: ../tin.5:680
 msgid ""
 "Path and options for B<ispell>(1)-like spell-checker, e.g. \"aspell --"
 "mode=email --dont-backup check\""
@@ -10798,19 +10896,19 @@ msgstr ""
 "mode=email --dont-backup check\""
 
 # type: TP
-#: ../tin.5:679 ../tin.5:1664
+#: ../tin.5:680 ../tin.5:1672
 #, no-wrap
 msgid "B<mm_network_charset>"
 msgstr "B<mm_network_charset>"
 
 # type: TP
-#: ../tin.5:682
+#: ../tin.5:683
 #, no-wrap
 msgid "B<undeclared_charset>"
 msgstr "B<undeclared_charset>"
 
 # type: Plain text
-#: ../tin.5:691
+#: ../tin.5:692
 msgid ""
 "Assume (broken) articles without MIME charset declaration have this charset "
 "- default is US-ASCII. This attribute works only on systems with working "
@@ -10823,7 +10921,7 @@ msgstr ""
 "strict-charset."
 
 # type: Plain text
-#: ../tin.5:701
+#: ../tin.5:702
 #, no-wrap
 msgid ""
 "# include extra headers\n"
@@ -10839,7 +10937,7 @@ msgstr ""
 "undeclared_charset=ISO-8859-1\n"
 
 # type: Plain text
-#: ../tin.5:705
+#: ../tin.5:706
 #, no-wrap
 msgid ""
 "# in *sources* set post process type to shar only\n"
@@ -10851,7 +10949,7 @@ msgstr ""
 "post_process_type=1\n"
 
 # type: Plain text
-#: ../tin.5:712
+#: ../tin.5:713
 #, no-wrap
 msgid ""
 "# in *binaries* turn on full post processing,\n"
@@ -10869,7 +10967,7 @@ msgstr ""
 "followup_to=poster\n"
 
 # type: Plain text
-#: ../tin.5:718
+#: ../tin.5:719
 #, no-wrap
 msgid ""
 "# in fido.* newsgroups change quote_chars\n"
@@ -10885,7 +10983,7 @@ msgstr ""
 "x_comment_to=ON\n"
 
 # type: Plain text
-#: ../tin.5:724
+#: ../tin.5:725
 #, no-wrap
 msgid ""
 "# in *.test newsgroups, don't append signature\n"
@@ -10901,7 +10999,7 @@ msgstr ""
 "x_headers=Subject: test - ignore - no reply\n"
 
 # type: Plain text
-#: ../tin.5:728
+#: ../tin.5:729
 #, no-wrap
 msgid ""
 "# assume ISO-2022-JP-2 as charset\n"
@@ -10913,7 +11011,7 @@ msgstr ""
 "undeclared_charset=ISO-2022-JP-2\n"
 
 # type: Plain text
-#: ../tin.5:740
+#: ../tin.5:741
 msgid ""
 "The filter file is used to assign scores to certain articles. Based on the "
 "score an article can be filtered out (hidden) or marked hot. Empty lines or "
@@ -10924,13 +11022,13 @@ msgstr ""
 "lines beginning with a '#' are ignored."
 
 # type: TP
-#: ../tin.5:740
+#: ../tin.5:741
 #, no-wrap
 msgid "B<comment>"
 msgstr "B<comment>"
 
 # type: Plain text
-#: ../tin.5:749
+#: ../tin.5:750
 msgid ""
 "Every entry (rule) in the filter file might get a comment. Multiple lines "
 "are allowed (but only for comments yet). Every line must start with the "
@@ -10947,13 +11045,13 @@ msgstr ""
 "ignored and your comments will get lost on the next write of the file."
 
 # type: TP
-#: ../tin.5:749
+#: ../tin.5:750
 #, no-wrap
 msgid "B<group>"
 msgstr "B<group>"
 
 # type: Plain text
-#: ../tin.5:753
+#: ../tin.5:754
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule will be applied. This line is mandatory!"
@@ -10962,24 +11060,24 @@ msgstr ""
 "the filter rule will be applied. This line is mandatory!"
 
 # type: TP
-#: ../tin.5:753
+#: ../tin.5:754
 #, no-wrap
 msgid "B<case>"
 msgstr "B<case>"
 
 # type: Plain text
-#: ../tin.5:756
+#: ../tin.5:757
 msgid "0=case-sensitive, 1=case-insensitive"
 msgstr "0=case-sensitive, 1=case-insensitive"
 
 # type: TP
-#: ../tin.5:756
+#: ../tin.5:757
 #, no-wrap
 msgid "B<score>"
 msgstr "B<score>"
 
 # type: Plain text
-#: ../tin.5:759
+#: ../tin.5:760
 msgid ""
 "Score value of the rule; can also be one of the magic words \"kill\" or \"hot"
 "\"."
@@ -10988,18 +11086,18 @@ msgstr ""
 "\"."
 
 # type: TP
-#: ../tin.5:759
+#: ../tin.5:760
 #, no-wrap
 msgid "B<subj>"
 msgstr "B<subj>"
 
 # type: Plain text
-#: ../tin.5:762
+#: ../tin.5:763
 msgid "Match against ''Subject:''"
 msgstr "Match against ''Subject:''"
 
 # type: Plain text
-#: ../tin.5:770
+#: ../tin.5:771
 msgid ""
 "Match against ''From:''.  B<tin>(1)  converts the contents of the ''From:'' "
 "header to an old style e-mail address, e.g. ''some@body.example (John Doe)'' "
@@ -11012,57 +11110,57 @@ msgstr ""
 "the patterns in the filter rule."
 
 # type: TP
-#: ../tin.5:770
+#: ../tin.5:771
 #, no-wrap
 msgid "B<msgid>"
 msgstr "B<msgid>"
 
 # type: Plain text
-#: ../tin.5:773
+#: ../tin.5:774
 msgid "Match against ''Message-ID:'' and full ''References:''"
 msgstr "Match against ''Message-ID:'' and full ''References:''"
 
 # type: TP
-#: ../tin.5:773
+#: ../tin.5:774
 #, no-wrap
 msgid "B<msgid_last>"
 msgstr "B<msgid_last>"
 
 # type: Plain text
-#: ../tin.5:776
+#: ../tin.5:777
 msgid "Match against ''Message-ID:'' and last ''References:'' entry only"
 msgstr "Match against ''Message-ID:'' and last ''References:'' entry only"
 
 # type: TP
-#: ../tin.5:776
+#: ../tin.5:777
 #, no-wrap
 msgid "B<msgid_only>"
 msgstr "B<msgid_only>"
 
 # type: Plain text
-#: ../tin.5:779
+#: ../tin.5:780
 msgid "Match against ''Message-ID:''"
 msgstr "Match against ''Message-ID:''"
 
 # type: TP
-#: ../tin.5:779
+#: ../tin.5:780
 #, no-wrap
 msgid "B<refs_only>"
 msgstr "B<refs_only>"
 
 # type: Plain text
-#: ../tin.5:782
+#: ../tin.5:783
 msgid "Match against ''References:''"
 msgstr "Match against ''References:''"
 
 # type: TP
-#: ../tin.5:782
+#: ../tin.5:783
 #, no-wrap
 msgid "B<lines>"
 msgstr "B<lines>"
 
 # type: Plain text
-#: ../tin.5:785
+#: ../tin.5:786
 msgid ""
 "Match against ''Lines:'', E<lt>num matches less than, E<gt>num matches more "
 "than."
@@ -11072,24 +11170,24 @@ msgstr ""
 
 # type: TP
 #.  TODO: document option in detail
-#: ../tin.5:785
+#: ../tin.5:786
 #, no-wrap
 msgid "B<gnksa>"
 msgstr "B<gnksa>"
 
 # type: Plain text
-#: ../tin.5:789
+#: ../tin.5:790
 msgid "Match against ''From:'' address parser return codes."
 msgstr "Match against ''From:'' address parser return codes."
 
 # type: TP
-#: ../tin.5:789
+#: ../tin.5:790
 #, no-wrap
 msgid "B<xref>"
 msgstr "B<xref>"
 
 # type: Plain text
-#: ../tin.5:795
+#: ../tin.5:796
 msgid ""
 "Match against ''Xref:'' line. Before any matching is done the line is turned "
 "into the same format ''Newsgroups:'' has that is it is turned into a comma "
@@ -11102,18 +11200,18 @@ msgstr ""
 "counter) removed."
 
 # type: TP
-#: ../tin.5:795 ../tin.5:2434
+#: ../tin.5:796 ../tin.5:2446
 #, no-wrap
 msgid "B<time>"
 msgstr "B<time>"
 
 # type: Plain text
-#: ../tin.5:798
+#: ../tin.5:799
 msgid "time_t value when rule expires"
 msgstr "time_t value when rule expires"
 
 # type: Plain text
-#: ../tin.5:809
+#: ../tin.5:810
 #, no-wrap
 msgid ""
 "comment=mark all articles about tin, rtin,\n"
@@ -11131,7 +11229,7 @@ msgstr ""
 "subj=\\eb(cd|[rk]?)?tin(d|pre)?[-.0-9]*\\eb\n"
 
 # type: Plain text
-#: ../tin.5:825
+#: ../tin.5:826
 msgid ""
 "Keymap-file, containing \"I<keyname> I<value> I<[value]>\" pairs separated "
 "by spaces or tabs. Below is a list of all rebindable keynames and their "
@@ -11142,13 +11240,13 @@ msgstr ""
 "defaults. If a keyname is bound to NULL it is unassigned."
 
 # type: ta
-#: ../tin.5:827
+#: ../tin.5:828
 #, no-wrap
 msgid "\\w'GroupSelThdIfUnreadSelected    'u +\\w'SPACE'u +\\w'SPACE'u"
 msgstr "\\w'GroupSelThdIfUnreadSelected    'u +\\w'SPACE'u +\\w'SPACE'u"
 
 # type: Plain text
-#: ../tin.5:874
+#: ../tin.5:875
 #, no-wrap
 msgid ""
 "B<ShellEscape>\t!\n"
@@ -11246,7 +11344,7 @@ msgstr ""
 "B<MarkFeedUnread>\t^W\n"
 
 # type: Plain text
-#: ../tin.5:882
+#: ../tin.5:883
 #, no-wrap
 msgid ""
 "B<AttachSelect>\t^J\t^M\n"
@@ -11266,7 +11364,7 @@ msgstr ""
 "B<AttachToggleTagged>\t@\n"
 
 # type: Plain text
-#: ../tin.5:890
+#: ../tin.5:891
 #, no-wrap
 msgid ""
 "B<ConfigToggleAttrib>\tTAB\n"
@@ -11286,7 +11384,7 @@ msgstr ""
 "B<ConfigResetAttrib>\tr\n"
 
 # type: Plain text
-#: ../tin.5:898
+#: ../tin.5:899
 #, no-wrap
 msgid ""
 "B<FeedTag>\tT\n"
@@ -11306,7 +11404,7 @@ msgstr ""
 "B<FeedThd>\tt\n"
 
 # type: Plain text
-#: ../tin.5:901
+#: ../tin.5:902
 #, no-wrap
 msgid ""
 "B<FilterEdit>\te\n"
@@ -11316,7 +11414,7 @@ msgstr ""
 "B<FilterSave>\ts\n"
 
 # type: Plain text
-#: ../tin.5:931
+#: ../tin.5:932
 #, no-wrap
 msgid ""
 "B<GroupNextUnreadArtOrGrp>\tTAB\n"
@@ -11380,7 +11478,7 @@ msgstr ""
 "B<GroupUndoSel>\t~\n"
 
 # type: Plain text
-#: ../tin.5:934
+#: ../tin.5:935
 #, no-wrap
 msgid ""
 "B<HelpLastPage>\tG\n"
@@ -11390,17 +11488,18 @@ msgstr ""
 "B<HelpFirstPage>\tg\n"
 
 # type: Plain text
-#: ../tin.5:973
+#: ../tin.5:975
 #, no-wrap
 msgid ""
 "B<PageReplyQuoteHeaders>\t^E\n"
 "B<PagePGPCheckArticle>\t^G\n"
-"B<PageToggleHeaders>\t^H\n"
+"B<PageToggleRaw>\t^H\n"
 "B<PageNextUnread>\tTAB\n"
 "B<PageNextThd>\t^J\t^M\n"
 "B<PageToggleTabs>\t^T\n"
 "B<PageFollowupQuoteHeaders>\t^W\n"
 "B<PageToggleTex2iso>\t\"\n"
+"B<PageToggleAllHeaders>\t*\n"
 "B<PageToggleRot>\t%\n"
 "B<PageToggleUue>\t(\n"
 "B<PageReveal>\t)\n"
@@ -11434,12 +11533,13 @@ msgid ""
 msgstr ""
 "B<PageReplyQuoteHeaders>\t^E\n"
 "B<PagePGPCheckArticle>\t^G\n"
-"B<PageToggleHeaders>\t^H\n"
+"B<PageToggleRaw>\t^H\n"
 "B<PageNextUnread>\tTAB\n"
 "B<PageNextThd>\t^J\t^M\n"
 "B<PageToggleTabs>\t^T\n"
 "B<PageFollowupQuoteHeaders>\t^W\n"
 "B<PageToggleTex2iso>\t\"\n"
+"B<PageToggleAllHeaders>\t*\n"
 "B<PageToggleRot>\t%\n"
 "B<PageToggleUue>\t(\n"
 "B<PageReveal>\t)\n"
@@ -11472,7 +11572,7 @@ msgstr ""
 "B<PageRepost>\tx\n"
 
 # type: Plain text
-#: ../tin.5:978
+#: ../tin.5:980
 #, no-wrap
 msgid ""
 "B<PgpEncSign>\tb\n"
@@ -11486,7 +11586,7 @@ msgstr ""
 "B<PgpSign>\ts\n"
 
 # type: Plain text
-#: ../tin.5:991
+#: ../tin.5:993
 #, no-wrap
 msgid ""
 "B<PostAbort>\ta\n"
@@ -11516,7 +11616,7 @@ msgstr ""
 "B<PostSend>\ts\ty\n"
 
 # type: Plain text
-#: ../tin.5:994
+#: ../tin.5:996
 #, no-wrap
 msgid ""
 "B<PostponeOverride>\tY\n"
@@ -11526,7 +11626,7 @@ msgstr ""
 "B<PostponeAll>\tA\n"
 
 # type: Plain text
-#: ../tin.5:997
+#: ../tin.5:999
 #, no-wrap
 msgid ""
 "B<PromptYes>\ty\tY\n"
@@ -11536,7 +11636,7 @@ msgstr ""
 "B<PromptNo>\tn\tN\n"
 
 # type: Plain text
-#: ../tin.5:1000
+#: ../tin.5:1002
 #, no-wrap
 msgid ""
 "B<SaveAppendFile>\ta\n"
@@ -11546,7 +11646,7 @@ msgstr ""
 "B<SaveOverwriteFile>\to\n"
 
 # type: Plain text
-#: ../tin.5:1004
+#: ../tin.5:1006
 #, no-wrap
 msgid ""
 "B<PProcNone>\tn\n"
@@ -11558,7 +11658,7 @@ msgstr ""
 "B<PProcYes>\ty\n"
 
 # type: Plain text
-#: ../tin.5:1022
+#: ../tin.5:1024
 #, no-wrap
 msgid ""
 "B<SelectEnterNextUnreadGrp>\tTAB\tn\n"
@@ -11598,7 +11698,7 @@ msgstr ""
 "B<SelectMarkGrpUnread>\tz\tZ\n"
 
 # type: Plain text
-#: ../tin.5:1029
+#: ../tin.5:1031
 #, no-wrap
 msgid ""
 "B<ScopeSelect>\t^J\t^M\n"
@@ -11616,7 +11716,7 @@ msgstr ""
 "B<ScopeRename>\tr\n"
 
 # type: Plain text
-#: ../tin.5:1044
+#: ../tin.5:1046
 #, no-wrap
 msgid ""
 "B<ThreadReadNextArtOrThread>\tTAB\n"
@@ -11650,13 +11750,13 @@ msgstr ""
 "B<ThreadUndoSel>\t~\n"
 
 # type: Plain text
-#: ../tin.5:1046
+#: ../tin.5:1048
 #, no-wrap
 msgid "B<UrlSelect>\t^J\t^M\n"
 msgstr "B<UrlSelect>\t^J\t^M\n"
 
 # type: Plain text
-#: ../tin.5:1057
+#: ../tin.5:1059
 msgid ""
 "This file provides short descriptions of each mailgroup. (requires B<tin>"
 "(1)  to be build with mh-mail-handling support). Each line consist of two "
@@ -11667,23 +11767,23 @@ msgstr ""
 "tab-separated fields \"I<mailgroupname> I<one-line description>\"."
 
 # type: TP
-#: ../tin.5:1057
+#: ../tin.5:1059
 #, no-wrap
 msgid "B<mailgroupname>"
 msgstr "B<mailgroupname>"
 
 # type: Plain text
-#: ../tin.5:1060 ../tin.5:1131 ../tin.5:2381 ../tin.5:2434 ../tin.5:2461
+#: ../tin.5:1062 ../tin.5:1133 ../tin.5:2393 ../tin.5:2446 ../tin.5:2473
 msgid "is the name of the newsgroup"
 msgstr "is the name of the newsgroup"
 
 # type: Plain text
-#: ../tin.5:1063 ../tin.5:1134 ../tin.5:2464
+#: ../tin.5:1065 ../tin.5:1136 ../tin.5:2476
 msgid "is a short single-line description of the group"
 msgstr "is a short single-line description of the group"
 
 # type: Plain text
-#: ../tin.5:1071
+#: ../tin.5:1073
 msgid ""
 "\"I<nntpserver> I<newsrc> [I<shortname> [I<...>]]\" pairs to use with the "
 "''B<-g>'' command-line switch."
@@ -11692,49 +11792,49 @@ msgstr ""
 "''B<-g>'' command-line switch."
 
 # type: TP
-#: ../tin.5:1074
+#: ../tin.5:1076
 #, no-wrap
 msgid "B<newsrc>"
 msgstr "B<newsrc>"
 
 # type: Plain text
-#: ../tin.5:1077
+#: ../tin.5:1079
 msgid "related newsrc."
 msgstr "related newsrc."
 
 # type: TP
-#: ../tin.5:1077
+#: ../tin.5:1079
 #, no-wrap
 msgid "B<shortname>"
 msgstr "B<shortname>"
 
 # type: Plain text
-#: ../tin.5:1080
+#: ../tin.5:1082
 msgid "nickname(s) for the nntpserver."
 msgstr "nickname(s) for the nntpserver."
 
 # type: Plain text
-#: ../tin.5:1084
+#: ../tin.5:1086
 msgid "# sample newsrctable file"
 msgstr "# sample newsrctable file"
 
 # type: Plain text
-#: ../tin.5:1086
+#: ../tin.5:1088
 msgid "news.tin.org .newsrc-tin.org tinorg"
 msgstr "news.tin.org .newsrc-tin.org tinorg"
 
 # type: Plain text
-#: ../tin.5:1088
+#: ../tin.5:1090
 msgid "news.example.org /tmp/nrc-ex example ex"
 msgstr "news.example.org /tmp/nrc-ex example ex"
 
 # type: Plain text
-#: ../tin.5:1096
+#: ../tin.5:1098
 msgid "posting history"
 msgstr "posting history"
 
 # type: Plain text
-#: ../tin.5:1106
+#: ../tin.5:1108
 msgid ""
 "Copy of all posted articles in B<mbox>(5)  format. The filename can be "
 "changed by setting B<posted_articles_file>."
@@ -11743,18 +11843,18 @@ msgstr ""
 "changed by setting B<posted_articles_file>."
 
 # type: Plain text
-#: ../tin.5:1115
+#: ../tin.5:1117
 msgid "Pool of postponed articles. This file is in B<mbox>(5)  format."
 msgstr "Pool of postponed articles. This file is in B<mbox>(5)  format."
 
 # type: Plain text
-#: ../tin.5:1120
+#: ../tin.5:1122
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 
 # type: Plain text
-#: ../tin.5:1128
+#: ../tin.5:1130
 msgid ""
 "This file a copy of the servers newsgroups file which provides short "
 "descriptions of each newsgroup. It is automatically updated on startup "
@@ -11769,25 +11869,25 @@ msgstr ""
 "\tI<one-line description>\"."
 
 # type: TP
-#: ../tin.5:1128 ../tin.5:2458
+#: ../tin.5:1130 ../tin.5:2470
 #, no-wrap
 msgid "B<group.name>"
 msgstr "B<group.name>"
 
 # type: TP
-#: ../tin.5:1131 ../tin.5:2461
+#: ../tin.5:1133 ../tin.5:2473
 #, no-wrap
 msgid "B<one-line description>"
 msgstr "B<one-line description>"
 
 # type: Plain text
-#: ../tin.5:1140
+#: ../tin.5:1142
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 
 # type: Plain text
-#: ../tin.5:1147
+#: ../tin.5:1149
 msgid ""
 "File to store $B<NNTPSERVER> and $B<NNTPPORT> related data via a list of "
 "\"I<variable>=I<value>\" pairs. Currently there are only two variables, both "
@@ -11798,24 +11898,24 @@ msgstr ""
 "are not meant to be changed by the user."
 
 # type: TP
-#: ../tin.5:1147
+#: ../tin.5:1149
 #, no-wrap
 msgid "B<version>"
 msgstr "B<version>"
 
 # type: Plain text
-#: ../tin.5:1150
+#: ../tin.5:1152
 msgid "Internal version number."
 msgstr "Internal version number."
 
 # type: TP
-#: ../tin.5:1150
+#: ../tin.5:1152
 #, no-wrap
 msgid "B<last_newnews>"
 msgstr "B<last_newnews>"
 
 # type: Plain text
-#: ../tin.5:1155
+#: ../tin.5:1157
 msgid ""
 "Internal timestamp used by B<tin>(1)  to keep track of new newsgroups on the "
 "server."
@@ -11824,12 +11924,12 @@ msgstr ""
 "server."
 
 # type: Plain text
-#: ../tin.5:1177
+#: ../tin.5:1179
 msgid ""
 "At startup, B<tin>(1)  reads in the configuration file. This contains a list "
 "of \"I<variable>=I<value>\" pairs that can be used to configure the way "
 "B<tin>(1)  works. If it exists, the global configuration file, I<"
-"${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the users own "
+"${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the user's own "
 "configuration file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> is read.  The "
 "global file is useful for distributing system-wide defaults to new users who "
 "have no private tinrc yet (see also B</etc/tin/tin.defaults>)."
@@ -11837,55 +11937,55 @@ msgstr ""
 "At startup, B<tin>(1)  reads in the configuration file. This contains a list "
 "of \"I<variable>=I<value>\" pairs that can be used to configure the way "
 "B<tin>(1)  works. If it exists, the global configuration file, I<"
-"${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the users own "
+"${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the user's own "
 "configuration file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> is read.  The "
 "global file is useful for distributing system-wide defaults to new users who "
 "have no private tinrc yet (see also B</etc/tin/tin.defaults>)."
 
 # type: TP
-#: ../tin.5:1177
+#: ../tin.5:1179
 #, no-wrap
 msgid "B<abbreviate_groupname>"
 msgstr "B<abbreviate_groupname>"
 
 # type: TP
-#: ../tin.5:1193
+#: ../tin.5:1195
 #, no-wrap
 msgid "B<art_marked_deleted>"
 msgstr "B<art_marked_deleted>"
 
 # type: TP
-#: ../tin.5:1196
+#: ../tin.5:1198
 #, no-wrap
 msgid "B<art_marked_inrange>"
 msgstr "B<art_marked_inrange>"
 
 # type: TP
-#: ../tin.5:1199
+#: ../tin.5:1201
 #, no-wrap
 msgid "B<art_marked_return>"
 msgstr "B<art_marked_return>"
 
 # type: TP
-#: ../tin.5:1203
+#: ../tin.5:1205
 #, no-wrap
 msgid "B<art_marked_selected>"
 msgstr "B<art_marked_selected>"
 
 # type: TP
-#: ../tin.5:1207
+#: ../tin.5:1209
 #, no-wrap
 msgid "B<art_marked_recent>"
 msgstr "B<art_marked_recent>"
 
 # type: TP
-#: ../tin.5:1211
+#: ../tin.5:1213
 #, no-wrap
 msgid "B<art_marked_unread>"
 msgstr "B<art_marked_unread>"
 
 # type: Plain text
-#: ../tin.5:1215
+#: ../tin.5:1217
 msgid ""
 "The character used to show that an article has not been read.  Default is "
 "'+'."
@@ -11894,25 +11994,25 @@ msgstr ""
 "'+'."
 
 # type: TP
-#: ../tin.5:1215
+#: ../tin.5:1217
 #, no-wrap
 msgid "B<art_marked_read>"
 msgstr "B<art_marked_read>"
 
 # type: TP
-#: ../tin.5:1218
+#: ../tin.5:1220
 #, no-wrap
 msgid "B<art_marked_killed>"
 msgstr "B<art_marked_killed>"
 
 # type: TP
-#: ../tin.5:1222
+#: ../tin.5:1224
 #, no-wrap
 msgid "B<art_marked_read_selected>"
 msgstr "B<art_marked_read_selected>"
 
 # type: Plain text
-#: ../tin.5:1233
+#: ../tin.5:1235
 msgid ""
 "If ON B<tin>(1)  will ask before using a MIME viewer (B<metamail_prog>) to "
 "display MIME messages. This only occurs if a MIME viewer is set. Default is "
@@ -11923,30 +12023,30 @@ msgstr ""
 "OFF."
 
 # type: TP
-#: ../tin.5:1241
+#: ../tin.5:1243
 #, no-wrap
 msgid "B<auto_reconnect>"
 msgstr "B<auto_reconnect>"
 
 # type: Plain text
-#: ../tin.5:1244
+#: ../tin.5:1246
 msgid "Reconnect to server automatically. Default is OFF."
 msgstr "Reconnect to server automatically. Default is OFF."
 
 # type: TP
-#: ../tin.5:1255
+#: ../tin.5:1257
 #, no-wrap
 msgid "B<beginner_level>"
 msgstr "B<beginner_level>"
 
 # type: TP
-#: ../tin.5:1260
+#: ../tin.5:1262
 #, no-wrap
 msgid "B<cache_overview_files>"
 msgstr "B<cache_overview_files>"
 
 # type: Plain text
-#: ../tin.5:1265
+#: ../tin.5:1267
 msgid ""
 "If ON, create local copies of NNTP overview files. This can be used to "
 "considerably speed up accessing large groups when using a slow connection.  "
@@ -11957,115 +12057,115 @@ msgstr ""
 "Default is OFF."
 
 # type: TP
-#: ../tin.5:1265
+#: ../tin.5:1267
 #, no-wrap
 msgid "B<catchup_read_groups>"
 msgstr "B<catchup_read_groups>"
 
 # type: TP
-#: ../tin.5:1269
+#: ../tin.5:1271
 #, no-wrap
 msgid "B<col_back>"
 msgstr "B<col_back>"
 
 # type: TP
-#: ../tin.5:1272
+#: ../tin.5:1274
 #, no-wrap
 msgid "B<col_from>"
 msgstr "B<col_from>"
 
 # type: TP
-#: ../tin.5:1275
+#: ../tin.5:1277
 #, no-wrap
 msgid "B<col_head>"
 msgstr "B<col_head>"
 
 # type: TP
-#: ../tin.5:1278
+#: ../tin.5:1280
 #, no-wrap
 msgid "B<col_help>"
 msgstr "B<col_help>"
 
 # type: TP
-#: ../tin.5:1281
+#: ../tin.5:1283
 #, no-wrap
 msgid "B<col_invers_bg>"
 msgstr "B<col_invers_bg>"
 
 # type: TP
-#: ../tin.5:1284
+#: ../tin.5:1286
 #, no-wrap
 msgid "B<col_invers_fg>"
 msgstr "B<col_invers_fg>"
 
 # type: TP
-#: ../tin.5:1287
+#: ../tin.5:1289
 #, no-wrap
 msgid "B<col_markdash>"
 msgstr "B<col_markdash>"
 
 # type: TP
-#: ../tin.5:1291
+#: ../tin.5:1293
 #, no-wrap
 msgid "B<col_markslash>"
 msgstr "B<col_markslash>"
 
 # type: TP
-#: ../tin.5:1295
+#: ../tin.5:1297
 #, no-wrap
 msgid "B<col_markstar>"
 msgstr "B<col_markstar>"
 
 # type: TP
-#: ../tin.5:1299
+#: ../tin.5:1301
 #, no-wrap
 msgid "B<col_markstroke>"
 msgstr "B<col_markstroke>"
 
 # type: TP
-#: ../tin.5:1303
+#: ../tin.5:1305
 #, no-wrap
 msgid "B<col_minihelp>"
 msgstr "B<col_minihelp>"
 
 # type: TP
-#: ../tin.5:1306
+#: ../tin.5:1308
 #, no-wrap
 msgid "B<col_newsheaders>"
 msgstr "B<col_newsheaders>"
 
 # type: TP
-#: ../tin.5:1309
+#: ../tin.5:1311
 #, no-wrap
 msgid "B<col_normal>"
 msgstr "B<col_normal>"
 
 # type: TP
-#: ../tin.5:1312
+#: ../tin.5:1314
 #, no-wrap
 msgid "B<col_quote>"
 msgstr "B<col_quote>"
 
 # type: TP
-#: ../tin.5:1315
+#: ../tin.5:1317
 #, no-wrap
 msgid "B<col_quote2>"
 msgstr "B<col_quote2>"
 
 # type: TP
-#: ../tin.5:1318
+#: ../tin.5:1320
 #, no-wrap
 msgid "B<col_quote3>"
 msgstr "B<col_quote3>"
 
 # type: TP
-#: ../tin.5:1321
+#: ../tin.5:1323
 #, no-wrap
 msgid "B<col_response>"
 msgstr "B<col_response>"
 
 # type: Plain text
-#: ../tin.5:1325
+#: ../tin.5:1327
 msgid ""
 "Color of response counter. This is the text that says 'Response x of y' in "
 "the article viewer."
@@ -12074,49 +12174,49 @@ msgstr ""
 "the article viewer."
 
 # type: TP
-#: ../tin.5:1325
+#: ../tin.5:1327
 #, no-wrap
 msgid "B<col_signature>"
 msgstr "B<col_signature>"
 
 # type: TP
-#: ../tin.5:1328
+#: ../tin.5:1330
 #, no-wrap
 msgid "B<col_urls>"
 msgstr "B<col_urls>"
 
 # type: TP
-#: ../tin.5:1331
+#: ../tin.5:1333
 #, no-wrap
 msgid "B<col_verbatim>"
 msgstr "B<col_verbatim>"
 
 # type: TP
-#: ../tin.5:1334
+#: ../tin.5:1336
 #, no-wrap
 msgid "B<col_subject>"
 msgstr "B<col_subject>"
 
 # type: TP
-#: ../tin.5:1337
+#: ../tin.5:1339
 #, no-wrap
 msgid "B<col_text>"
 msgstr "B<col_text>"
 
 # type: TP
-#: ../tin.5:1340
+#: ../tin.5:1342
 #, no-wrap
 msgid "B<col_title>"
 msgstr "B<col_title>"
 
 # type: TP
-#: ../tin.5:1343
+#: ../tin.5:1345
 #, no-wrap
 msgid "B<confirm_choice>"
 msgstr "B<confirm_choice>"
 
 # type: Plain text
-#: ../tin.5:1347
+#: ../tin.5:1349
 msgid ""
 "B<tin>(1)  can ask for manual confirmation to protect the user. Available "
 "choices:"
@@ -12126,7 +12226,7 @@ msgstr ""
 
 # type: Plain text
 #.  TODO: check if all affected commands are marked [after confirmation]
-#: ../tin.5:1353
+#: ../tin.5:1355
 msgid ""
 "B<commands:> Ask for confirmation before executing certain dangerous "
 "commands (e.g., B<Catchup> ('B<c>')). Commands that this affects are marked "
@@ -12137,7 +12237,7 @@ msgstr ""
 "in this manual with '[after confirmation]'."
 
 # type: Plain text
-#: ../tin.5:1358
+#: ../tin.5:1360
 msgid ""
 "B<quit:> You'll be asked to confirm that you wish to exit B<tin>(1)  when "
 "you use the B<Quit> ('B<q>') command."
@@ -12146,7 +12246,7 @@ msgstr ""
 "you use the B<Quit> ('B<q>') command."
 
 # type: Plain text
-#: ../tin.5:1362
+#: ../tin.5:1364
 msgid ""
 "B<select:> Ask for confirmation before marking all not selected (with "
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
@@ -12155,12 +12255,12 @@ msgstr ""
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
 
 # type: Plain text
-#: ../tin.5:1364
+#: ../tin.5:1366
 msgid "Default is commands & quit."
 msgstr "Default is commands & quit."
 
 # type: Plain text
-#: ../tin.5:1375
+#: ../tin.5:1377
 msgid ""
 "Format string used for date representation. A description of the different "
 "format options can be found at B<strftime>(3).  B<tin>(1)  uses B<strftime>"
@@ -12173,37 +12273,37 @@ msgstr ""
 "Default is \"%a, %d %b %Y %H:%M:%S\"."
 
 # type: TP
-#: ../tin.5:1375
+#: ../tin.5:1377
 #, no-wrap
 msgid "B<default_art_search>"
 msgstr "B<default_art_search>"
 
 # type: TP
-#: ../tin.5:1377
+#: ../tin.5:1379
 #, no-wrap
 msgid "B<default_author_search>"
 msgstr "B<default_author_search>"
 
 # type: TP
-#: ../tin.5:1379
+#: ../tin.5:1381
 #, no-wrap
 msgid "B<default_config_search>"
 msgstr "B<default_config_search>"
 
 # type: TP
-#: ../tin.5:1382
+#: ../tin.5:1384
 #, no-wrap
 msgid "B<default_filter_days>"
 msgstr "B<default_filter_days>"
 
 # type: TP
-#: ../tin.5:1385
+#: ../tin.5:1387
 #, no-wrap
 msgid "B<default_filter_kill_case>"
 msgstr "B<default_filter_kill_case>"
 
 # type: Plain text
-#: ../tin.5:1389
+#: ../tin.5:1391
 msgid ""
 "Default for quick (1 key) kill filter case. ON = filter case sensitive, OFF "
 "= ignore case. Default is OFF."
@@ -12212,13 +12312,13 @@ msgstr ""
 "= ignore case. Default is OFF."
 
 # type: TP
-#: ../tin.5:1389
+#: ../tin.5:1391
 #, no-wrap
 msgid "B<default_filter_kill_expire>"
 msgstr "B<default_filter_kill_expire>"
 
 # type: Plain text
-#: ../tin.5:1393
+#: ../tin.5:1395
 msgid ""
 "Default for quick (1 key) kill filter expire. ON = limit to "
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
@@ -12227,13 +12327,13 @@ msgstr ""
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
 
 # type: TP
-#: ../tin.5:1393
+#: ../tin.5:1395
 #, no-wrap
 msgid "B<default_filter_kill_global>"
 msgstr "B<default_filter_kill_global>"
 
 # type: Plain text
-#: ../tin.5:1397
+#: ../tin.5:1399
 msgid ""
 "Default for quick (1 key) kill filter global. ON=apply to all groups, "
 "OFF=apply to current group. Default is ON."
@@ -12242,19 +12342,19 @@ msgstr ""
 "OFF=apply to current group. Default is ON."
 
 # type: TP
-#: ../tin.5:1397
+#: ../tin.5:1399
 #, no-wrap
 msgid "B<default_filter_kill_header>"
 msgstr "B<default_filter_kill_header>"
 
 # type: ta
-#: ../tin.5:1402 ../tin.5:1430
+#: ../tin.5:1404 ../tin.5:1432
 #, no-wrap
 msgid "\\w'0,1   'u +\\w'\\'\\'Message-ID:\\'\\' & last \\'\\'References:\\'\\' entry only'u"
 msgstr "\\w'0,1   'u +\\w'\\'\\'Message-ID:\\'\\' & last \\'\\'References:\\'\\' entry only'u"
 
 # type: Plain text
-#: ../tin.5:1411 ../tin.5:1439
+#: ../tin.5:1413 ../tin.5:1441
 #, no-wrap
 msgid ""
 "0\t''Subject:'' (case sensitive)\n"
@@ -12276,19 +12376,19 @@ msgstr ""
 "7\t''Lines:''\n"
 
 # type: TP
-#: ../tin.5:1413
+#: ../tin.5:1415
 #, no-wrap
 msgid "B<default_filter_select_case>"
 msgstr "B<default_filter_select_case>"
 
 # type: TP
-#: ../tin.5:1417
+#: ../tin.5:1419
 #, no-wrap
 msgid "B<default_filter_select_expire>"
 msgstr "B<default_filter_select_expire>"
 
 # type: Plain text
-#: ../tin.5:1421
+#: ../tin.5:1423
 msgid ""
 "Default for quick (1 key) auto-selection filter expire. ON = limit to "
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
@@ -12297,13 +12397,13 @@ msgstr ""
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
 
 # type: TP
-#: ../tin.5:1421
+#: ../tin.5:1423
 #, no-wrap
 msgid "B<default_filter_select_global>"
 msgstr "B<default_filter_select_global>"
 
 # type: Plain text
-#: ../tin.5:1425
+#: ../tin.5:1427
 msgid ""
 "Default for quick (1 key) auto-selection filter global. ON=apply to all "
 "groups, OFF=apply to current group. Default is ON."
@@ -12312,121 +12412,121 @@ msgstr ""
 "groups, OFF=apply to current group. Default is ON."
 
 # type: TP
-#: ../tin.5:1425
+#: ../tin.5:1427
 #, no-wrap
 msgid "B<default_filter_select_header>"
 msgstr "B<default_filter_select_header>"
 
 # type: TP
-#: ../tin.5:1441
+#: ../tin.5:1443
 #, no-wrap
 msgid "B<default_goto_group>"
 msgstr "B<default_goto_group>"
 
 # type: TP
-#: ../tin.5:1443
+#: ../tin.5:1445
 #, no-wrap
 msgid "B<default_group_search>"
 msgstr "B<default_group_search>"
 
 # type: TP
-#: ../tin.5:1445
+#: ../tin.5:1447
 #, no-wrap
 msgid "B<default_mail_address>"
 msgstr "B<default_mail_address>"
 
 # type: TP
-#: ../tin.5:1447
+#: ../tin.5:1449
 #, no-wrap
 msgid "B<default_move_group>"
 msgstr "B<default_move_group>"
 
 # type: TP
-#: ../tin.5:1449
+#: ../tin.5:1451
 #, no-wrap
 msgid "B<default_pattern>"
 msgstr "B<default_pattern>"
 
 # type: TP
-#: ../tin.5:1451
+#: ../tin.5:1453
 #, no-wrap
 msgid "B<default_pipe_command>"
 msgstr "B<default_pipe_command>"
 
 # type: TP
-#: ../tin.5:1453
+#: ../tin.5:1455
 #, no-wrap
 msgid "B<default_post_newsgroups>"
 msgstr "B<default_post_newsgroups>"
 
 # type: TP
-#: ../tin.5:1455
+#: ../tin.5:1457
 #, no-wrap
 msgid "B<default_post_subject>"
 msgstr "B<default_post_subject>"
 
 # type: TP
-#: ../tin.5:1457
+#: ../tin.5:1459
 #, no-wrap
 msgid "B<default_range_group>"
 msgstr "B<default_range_group>"
 
 # type: TP
-#: ../tin.5:1459
+#: ../tin.5:1461
 #, no-wrap
 msgid "B<default_range_select>"
 msgstr "B<default_range_select>"
 
 # type: TP
-#: ../tin.5:1461
+#: ../tin.5:1463
 #, no-wrap
 msgid "B<default_range_thread>"
 msgstr "B<default_range_thread>"
 
 # type: TP
-#: ../tin.5:1463
+#: ../tin.5:1465
 #, no-wrap
 msgid "B<default_repost_group>"
 msgstr "B<default_repost_group>"
 
 # type: TP
-#: ../tin.5:1465
+#: ../tin.5:1467
 #, no-wrap
 msgid "B<default_save_file>"
 msgstr "B<default_save_file>"
 
 # type: TP
-#: ../tin.5:1467
+#: ../tin.5:1469
 #, no-wrap
 msgid "B<default_save_mode>"
 msgstr "B<default_save_mode>"
 
 # type: TP
-#: ../tin.5:1469
+#: ../tin.5:1471
 #, no-wrap
 msgid "B<default_select_pattern>"
 msgstr "B<default_select_pattern>"
 
 # type: TP
-#: ../tin.5:1471
+#: ../tin.5:1473
 #, no-wrap
 msgid "B<default_shell_command>"
 msgstr "B<default_shell_command>"
 
 # type: TP
-#: ../tin.5:1473
+#: ../tin.5:1475
 #, no-wrap
 msgid "B<default_subject_search>"
 msgstr "B<default_subject_search>"
 
 # type: TP
-#: ../tin.5:1475
+#: ../tin.5:1477
 #, no-wrap
 msgid "B<draw_arrow>"
 msgstr "B<draw_arrow>"
 
 # type: Plain text
-#: ../tin.5:1479
+#: ../tin.5:1481
 msgid ""
 "Allows groups/articles to be selected by an arrow '-E<gt>' if set ON or by "
 "an highlighted bar if set OFF."
@@ -12435,7 +12535,7 @@ msgstr ""
 "an highlighted bar if set OFF."
 
 # type: Plain text
-#: ../tin.5:1484
+#: ../tin.5:1486
 msgid ""
 "The format string used to create the editor start command with parameters.  "
 "Default is '%E +%N %F' with %E=Editor, %N=Linenumber and %F=Filename (e.g., /"
@@ -12446,19 +12546,19 @@ msgstr ""
 "bin/vi +7 .article)."
 
 # type: TP
-#: ../tin.5:1484
+#: ../tin.5:1486
 #, no-wrap
 msgid "B<force_screen_redraw>"
 msgstr "B<force_screen_redraw>"
 
 # type: TP
-#: ../tin.5:1488
+#: ../tin.5:1490
 #, no-wrap
 msgid "B<getart_limit>"
 msgstr "B<getart_limit>"
 
 # type: Plain text
-#: ../tin.5:1495
+#: ../tin.5:1497
 msgid ""
 "If B<getart_limit> is E<gt> 0 not more than B<getart_limit> articles/group "
 "are fetched from the server. If B<getart_limit> is E<lt> 0 B<tin>(1)  will "
@@ -12471,25 +12571,25 @@ msgstr ""
 "B<getart_limit>. Default is 0, which means no limit."
 
 # type: TP
-#: ../tin.5:1495
+#: ../tin.5:1497
 #, no-wrap
 msgid "B<goto_next_unread>"
 msgstr "B<goto_next_unread>"
 
 # type: TP
-#: ../tin.5:1506
+#: ../tin.5:1508
 #, no-wrap
 msgid "B<groupname_max_length>"
 msgstr "B<groupname_max_length>"
 
 # type: TP
-#: ../tin.5:1510
+#: ../tin.5:1512
 #, no-wrap
 msgid "B<hide_uue>"
 msgstr "B<hide_uue>"
 
 # type: Plain text
-#: ../tin.5:1520
+#: ../tin.5:1522
 msgid ""
 "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then "
 "sections of uuencoded data will be shown with a single tag line showing the "
@@ -12508,13 +12608,13 @@ msgstr ""
 "toggled in the article viewer.  Default is 'No'."
 
 # type: TP
-#: ../tin.5:1520
+#: ../tin.5:1522
 #, no-wrap
 msgid "B<inews_prog>"
 msgstr "B<inews_prog>"
 
 # type: Plain text
-#: ../tin.5:1527
+#: ../tin.5:1529
 msgid ""
 "Path, name and options of external B<inews>(1).  If you are reading via NNTP "
 "the default value is \"--internal\" (use built-in NNTP inews), else it is "
@@ -12527,13 +12627,13 @@ msgstr ""
 "article'."
 
 # type: TP
-#: ../tin.5:1527
+#: ../tin.5:1529
 #, no-wrap
 msgid "B<info_in_last_line>"
 msgstr "B<info_in_last_line>"
 
 # type: Plain text
-#: ../tin.5:1533
+#: ../tin.5:1535
 msgid ""
 "If ON, show current group description or article subject in the last line "
 "(not in the pager and global menu) - B<ToggleInfoLastLine> ('B<i>' toggles "
@@ -12546,13 +12646,13 @@ msgstr ""
 "available to display long subjects. Default is OFF."
 
 # type: TP
-#: ../tin.5:1533
+#: ../tin.5:1535
 #, no-wrap
 msgid "B<interactive_mailer>"
 msgstr "B<interactive_mailer>"
 
 # type: Plain text
-#: ../tin.5:1539
+#: ../tin.5:1541
 msgid ""
 "If greater than 0 your mailreader will be invoked earlier for reply so you "
 "can use more of its features (e.g. MIME, pgp, ...). 1 means include headers, "
@@ -12565,25 +12665,25 @@ msgstr ""
 "usage. This option has to suit B<mailer_format>. Default is 0."
 
 # type: TP
-#: ../tin.5:1539
+#: ../tin.5:1541
 #, no-wrap
 msgid "B<inverse_okay>"
 msgstr "B<inverse_okay>"
 
 # type: TP
-#: ../tin.5:1543
+#: ../tin.5:1545
 #, no-wrap
 msgid "B<keep_dead_articles>"
 msgstr "B<keep_dead_articles>"
 
 # type: TP
-#: ../tin.5:1548
+#: ../tin.5:1550
 #, no-wrap
 msgid "B<kill_level>"
 msgstr "B<kill_level>"
 
 # type: Plain text
-#: ../tin.5:1552
+#: ../tin.5:1554
 msgid ""
 "This option controls the processing and display of articles that are killed. "
 "There are 3 options, default is 0 (B<Kill only unread arts>)."
@@ -12592,7 +12692,7 @@ msgstr ""
 "There are 3 options, default is 0 (B<Kill only unread arts>)."
 
 # type: Plain text
-#: ../tin.5:1560
+#: ../tin.5:1562
 msgid ""
 "B<Kill only unread arts> is the 'traditional' behavior of B<tin>(1).  Only "
 "unread articles are killed once only by marking them read. As filtering only "
@@ -12607,25 +12707,25 @@ msgstr ""
 "group the mark will be gone."
 
 # type: TP
-#: ../tin.5:1576
+#: ../tin.5:1578
 #, no-wrap
 msgid "B<mail_address>"
 msgstr "B<mail_address>"
 
 # type: TP
-#: ../tin.5:1586
+#: ../tin.5:1588
 #, no-wrap
 msgid "B<mail_quote_format>"
 msgstr "B<mail_quote_format>"
 
 # type: TP
-#: ../tin.5:1591
+#: ../tin.5:1593
 #, no-wrap
 msgid "B<mailbox_format>"
 msgstr "B<mailbox_format>"
 
 # type: Plain text
-#: ../tin.5:1599
+#: ../tin.5:1601
 msgid ""
 "Select one of the following mailbox-formats: MBOXO (default, except on SCO), "
 "MBOXRD or MMDF (default on SCO). See B<mbox>(5)  for more details on MBOXO "
@@ -12636,7 +12736,7 @@ msgstr ""
 "and MBOXRD and B<mmdf>(5)  for more details about MMDF."
 
 # type: Plain text
-#: ../tin.5:1608
+#: ../tin.5:1610
 msgid ""
 "The directory where articles/threads are to be saved in B<mbox>(5)  format. "
 "This feature is mainly for use with the B<elm>(1)  mail program. It allows "
@@ -12649,38 +12749,53 @@ msgstr ""
 "filename to save to. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>."
 
 # type: TP
-#: ../tin.5:1608
+#: ../tin.5:1610
 #, no-wrap
 msgid "B<mailer_format>"
 msgstr "B<mailer_format>"
 
 # type: Plain text
-#: ../tin.5:1617
+#: ../tin.5:1616
 msgid ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %"
 "F' (e.g., /bin/mail \"iain\" E<lt> .article). The flexible format allows "
-"other mailers with different command line parameters to be used such as 'elm "
-"-s \"%S\" \"%T\" E<lt> \"%F\"' (e.g., elm -s \"subject\" \"iain\" E<lt> ."
-"article) or 'sendmail -oem -t E<lt> %F' (e.g. sendmail -oem -t E<lt> ."
-"article). The following substitutions are supported:"
+"other mailers with different command line parameters to be used such as"
 msgstr ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %"
 "F' (e.g., /bin/mail \"iain\" E<lt> .article). The flexible format allows "
-"other mailers with different command line parameters to be used such as 'elm "
-"-s \"%S\" \"%T\" E<lt> \"%F\"' (e.g., elm -s \"subject\" \"iain\" E<lt> ."
-"article) or 'sendmail -oem -t E<lt> %F' (e.g. sendmail -oem -t E<lt> ."
-"article). The following substitutions are supported:"
+"other mailers with different command line parameters to be used such as"
+
+# type: Plain text
+#: ../tin.5:1621
+#, no-wrap
+msgid ""
+"sendmail -oem -t E<lt> %F\n"
+"elm -s \"%S\" \"%T\" E<lt> \"%F\"\n"
+"claws-mail --compose \"mailto:%T?subject=%S&insert=%F\"\n"
+msgstr ""
+"sendmail -oem -t E<lt> %F\n"
+"elm -s \"%S\" \"%T\" E<lt> \"%F\"\n"
+"claws-mail --compose \"mailto:%T?subject=%S&insert=%F\"\n"
+
+# type: Plain text
+#: ../tin.5:1625
+msgid ""
+"B<interactive_mailer> must be set adequate. The following substitutions are "
+"supported:"
+msgstr ""
+"B<interactive_mailer> must be set adequate. The following substitutions are "
+"supported:"
 
 # type: ta
-#: ../tin.5:1619
+#: ../tin.5:1627
 #, no-wrap
 msgid "\\w'%S'u +\\w'subject-field'u"
 msgstr "\\w'%S'u +\\w'subject-field'u"
 
 # type: Plain text
-#: ../tin.5:1626
+#: ../tin.5:1634
 #, no-wrap
 msgid ""
 "%F\tfilename\n"
@@ -12698,13 +12813,13 @@ msgstr ""
 "%%\t%\n"
 
 # type: TP
-#: ../tin.5:1639
+#: ../tin.5:1647
 #, no-wrap
 msgid "B<metamail_prog>"
 msgstr "B<metamail_prog>"
 
 # type: Plain text
-#: ../tin.5:1651
+#: ../tin.5:1659
 msgid ""
 "Path, name and options of external B<metamail>(1)  program used to view non-"
 "textual parts of articles.  To use the built-in viewer, set to --internal. "
@@ -12721,13 +12836,13 @@ msgstr ""
 "also B<ask_for_metamail>."
 
 # type: TP
-#: ../tin.5:1651 ../tin.5:2287
+#: ../tin.5:1659 ../tin.5:2299
 #, no-wrap
 msgid "B<mm_charset>"
 msgstr "B<mm_charset>"
 
 # type: Plain text
-#: ../tin.5:1664
+#: ../tin.5:1672
 msgid ""
 "Charset supported locally, which is also used for MIME header (charset "
 "parameter and charset name in header encoding) in mail and news postings. If "
@@ -12750,7 +12865,7 @@ msgstr ""
 "is disabled and you should use B<mm_network_charset> instead."
 
 # type: Plain text
-#: ../tin.5:1675
+#: ../tin.5:1683
 msgid ""
 "Charset used for posting and MIME headers; replaces B<mm_charset>.  "
 "Conversion between B<mm_network_charset> and local charset (determined via "
@@ -12767,13 +12882,13 @@ msgstr ""
 "following charsets:"
 
 # type: TP
-#: ../tin.5:1684
+#: ../tin.5:1692
 #, no-wrap
 msgid "B<mono_markdash>"
 msgstr "B<mono_markdash>"
 
 # type: Plain text
-#: ../tin.5:1689
+#: ../tin.5:1697
 msgid ""
 "Character attribute of words emphasized like _this_. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -12784,13 +12899,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.5:1689
+#: ../tin.5:1697
 #, no-wrap
 msgid "B<mono_markslash>"
 msgstr "B<mono_markslash>"
 
 # type: Plain text
-#: ../tin.5:1694
+#: ../tin.5:1702
 msgid ""
 "Character attribute of words emphasized like /this/. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -12801,13 +12916,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.5:1694
+#: ../tin.5:1702
 #, no-wrap
 msgid "B<mono_markstar>"
 msgstr "B<mono_markstar>"
 
 # type: Plain text
-#: ../tin.5:1699
+#: ../tin.5:1707
 msgid ""
 "Character attribute of words emphasized like *this*. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -12818,13 +12933,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.5:1699
+#: ../tin.5:1707
 #, no-wrap
 msgid "B<mono_markstroke>"
 msgstr "B<mono_markstroke>"
 
 # type: Plain text
-#: ../tin.5:1704
+#: ../tin.5:1712
 msgid ""
 "Character attribute of words emphasized like -this-. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -12835,13 +12950,13 @@ msgstr ""
 "B<word_highlight>."
 
 # type: TP
-#: ../tin.5:1704
+#: ../tin.5:1712
 #, no-wrap
 msgid "B<newnews>"
 msgstr "B<newnews>"
 
 # type: Plain text
-#: ../tin.5:1710
+#: ../tin.5:1718
 msgid ""
 "These are internal timers used by B<tin>(1)  to keep track of new "
 "newsgroups. Do not change them unless you understand what they are for."
@@ -12850,7 +12965,7 @@ msgstr ""
 "newsgroups. Do not change them unless you understand what they are for."
 
 # type: Plain text
-#: ../tin.5:1717
+#: ../tin.5:1725
 msgid ""
 "Which news headers you wish to see. If you want to see _all_ the headers, "
 "place an '*' as this value. This is the only way a wildcard can be used. If "
@@ -12865,7 +12980,7 @@ msgstr ""
 "spaces. Not defining anything turns off this option."
 
 # type: Plain text
-#: ../tin.5:1726
+#: ../tin.5:1734
 msgid ""
 "Same as B<news_headers_to_display> except it denotes the opposite. An "
 "example of using both options might be if you thought 'X-' headers were A "
@@ -12882,13 +12997,13 @@ msgstr ""
 "this option."
 
 # type: TP
-#: ../tin.5:1731
+#: ../tin.5:1739
 #, no-wrap
 msgid "B<normalization_form>"
 msgstr "B<normalization_form>"
 
 # type: Plain text
-#: ../tin.5:1735
+#: ../tin.5:1743
 msgid ""
 "The normalization form which should be used to normalize unicode input.  The "
 "possible values are:"
@@ -12897,7 +13012,7 @@ msgstr ""
 "possible values are:"
 
 # type: Plain text
-#: ../tin.5:1751
+#: ../tin.5:1759
 msgid ""
 "Some normalization modes are only available if they are supported by the "
 "library B<tin>(1)  uses to do the normalization. Default is NFKC."
@@ -12906,7 +13021,7 @@ msgstr ""
 "library B<tin>(1)  uses to do the normalisation. Default is NFKC."
 
 # type: Plain text
-#: ../tin.5:1755
+#: ../tin.5:1763
 msgid ""
 "If ON put cursor at first unread article in group otherwise at last "
 "article.  Default is ON."
@@ -12915,7 +13030,7 @@ msgstr ""
 "article.  Default is ON."
 
 # type: Plain text
-#: ../tin.5:1771
+#: ../tin.5:1779
 msgid ""
 "MIME encoding of the body in news message, if necessary. (8bit, base64, "
 "quoted-printable, 7bit). Default is 8bit, which leads to no encoding.  "
@@ -12926,7 +13041,7 @@ msgstr ""
 "base64 and quoted-printable are usually undesired on usenet."
 
 # type: Plain text
-#: ../tin.5:1778
+#: ../tin.5:1786
 msgid ""
 "If ON, then B<tin>(1)  will start an appropriate viewer program to display "
 "any files that were post processed and uudecoded. The program is determined "
@@ -12937,7 +13052,7 @@ msgstr ""
 "using the mailcap file.  Default is ON."
 
 # type: Plain text
-#: ../tin.5:1784
+#: ../tin.5:1792
 msgid ""
 "This specifies whether to perform post processing on saved articles.  "
 "Because the shell archive may contain commands you may not want to be "
@@ -12950,7 +13065,7 @@ msgstr ""
 "are allowed:"
 
 # type: Plain text
-#: ../tin.5:1792
+#: ../tin.5:1800
 msgid ""
 "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only. Because "
 "the shell archive may contain commands you may not want to be executed, be "
@@ -12961,19 +13076,19 @@ msgstr ""
 "careful with this option."
 
 # type: TP
-#: ../tin.5:1795
+#: ../tin.5:1803
 #, no-wrap
 msgid "B<posted_articles_file>"
 msgstr "B<posted_articles_file>"
 
 # type: TP
-#: ../tin.5:1805
+#: ../tin.5:1813
 #, no-wrap
 msgid "B<printer>"
 msgstr "B<printer>"
 
 # type: Plain text
-#: ../tin.5:1815
+#: ../tin.5:1823
 msgid ""
 "The printer program with options that is to be used to print articles. The "
 "default is B<lpr>(1)  for BSD machines and B<lp>(1)  for SysV machines. "
@@ -12984,7 +13099,7 @@ msgstr ""
 "Printing from B<tin>(1)  may have been disabled by the System Administrator."
 
 # type: Plain text
-#: ../tin.5:1823
+#: ../tin.5:1831
 msgid ""
 "If ON show empty ''Followup-To:'' header when editing an article.  Default "
 "is OFF."
@@ -12993,13 +13108,13 @@ msgstr ""
 "is OFF."
 
 # type: TP
-#: ../tin.5:1829
+#: ../tin.5:1837
 #, no-wrap
 msgid "B<quote_style>"
 msgstr "B<quote_style>"
 
 # type: Plain text
-#: ../tin.5:1835
+#: ../tin.5:1843
 msgid ""
 "This bit coded integer value controls how articles are to be quoted when "
 "following up or replying to them. Any of the following options can be "
@@ -13012,7 +13127,7 @@ msgstr ""
 "characters are compressed and empty lines are quoted."
 
 # type: Plain text
-#: ../tin.5:1840
+#: ../tin.5:1848
 msgid ""
 "B<Compress quotes> Compress quote characters together when quoting multiple "
 "times (for example, 'E<gt> E<gt> E<gt>' will be turned into "
@@ -13023,31 +13138,31 @@ msgstr ""
 "'E<gt>E<gt>E<gt>'). This option is on by default."
 
 # type: Plain text
-#: ../tin.5:1846
+#: ../tin.5:1854
 msgid ""
 "B<Quote Signatures> This option is off by default. Signatures are always "
 "quoted regardless of this option when you are viewing an article in raw mode "
-"B<PageToggleHeaders> ('B<^H>') and followup or reply to it. Signatures are "
-"never quoted regardless of this option when B<show_signatures> is off."
+"B<PageToggleRaw> ('B<^H>') and followup or reply to it. Signatures are never "
+"quoted regardless of this option when B<show_signatures> is off."
 msgstr ""
 "B<Quote Signatures> This option is off by default. Signatures are always "
 "quoted regardless of this option when you are viewing an article in raw mode "
-"B<PageToggleHeaders> ('B<^H>') and followup or reply to it. Signatures are "
-"never quoted regardless of this option when B<show_signatures> is off."
+"B<PageToggleRaw> ('B<^H>') and followup or reply to it. Signatures are never "
+"quoted regardless of this option when B<show_signatures> is off."
 
 # type: Plain text
-#: ../tin.5:1848
+#: ../tin.5:1856
 msgid "B<Quote empty lines> This option is on by default."
 msgstr "B<Quote empty lines> This option is on by default."
 
 # type: TP
-#: ../tin.5:1849
+#: ../tin.5:1857
 #, no-wrap
 msgid "B<quote_regex>"
 msgstr "B<quote_regex>"
 
 # type: Plain text
-#: ../tin.5:1856
+#: ../tin.5:1864
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote>. If B<quote_regex> is blank, then "
@@ -13058,13 +13173,13 @@ msgstr ""
 "B<tin>(1)  uses a built-in default."
 
 # type: TP
-#: ../tin.5:1856
+#: ../tin.5:1864
 #, no-wrap
 msgid "B<quote_regex2>"
 msgstr "B<quote_regex2>"
 
 # type: Plain text
-#: ../tin.5:1863
+#: ../tin.5:1871
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote2>. If B<quote_regex2> is blank, then "
@@ -13075,13 +13190,13 @@ msgstr ""
 "B<tin>(1)  uses a built-in default."
 
 # type: TP
-#: ../tin.5:1863
+#: ../tin.5:1871
 #, no-wrap
 msgid "B<quote_regex3>"
 msgstr "B<quote_regex3>"
 
 # type: Plain text
-#: ../tin.5:1870
+#: ../tin.5:1878
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote3>. If B<quote_regex3> is blank, then "
@@ -13092,55 +13207,55 @@ msgstr ""
 "B<tin>(1)  uses a built-in default."
 
 # type: TP
-#: ../tin.5:1870
+#: ../tin.5:1878
 #, no-wrap
 msgid "B<recent_time>"
 msgstr "B<recent_time>"
 
 # type: TP
-#: ../tin.5:1874
+#: ../tin.5:1882
 #, no-wrap
 msgid "B<render_bidi>"
 msgstr "B<render_bidi>"
 
 # type: TP
-#: ../tin.5:1878
+#: ../tin.5:1886
 #, no-wrap
 msgid "B<reread_active_file_secs>"
 msgstr "B<reread_active_file_secs>"
 
 # type: TP
-#: ../tin.5:1887
+#: ../tin.5:1895
 #, no-wrap
 msgid "B<score_limit_kill>"
 msgstr "B<score_limit_kill>"
 
 # type: TP
-#: ../tin.5:1891
+#: ../tin.5:1899
 #, no-wrap
 msgid "B<score_limit_select>"
 msgstr "B<score_limit_select>"
 
 # type: TP
-#: ../tin.5:1895
+#: ../tin.5:1903
 #, no-wrap
 msgid "B<score_kill>"
 msgstr "B<score_kill>"
 
 # type: TP
-#: ../tin.5:1899
+#: ../tin.5:1907
 #, no-wrap
 msgid "B<score_select>"
 msgstr "B<score_select>"
 
 # type: TP
-#: ../tin.5:1903
+#: ../tin.5:1911
 #, no-wrap
 msgid "B<scroll_lines>"
 msgstr "B<scroll_lines>"
 
 # type: Plain text
-#: ../tin.5:1911
+#: ../tin.5:1919
 msgid ""
 "The number of lines that will be scrolled up/down in the article pager when "
 "using cursor-up/down. The default is 1 (line-by-line). Set to 0 to get "
@@ -13157,13 +13272,13 @@ msgstr ""
 "scrolling. This setting supersedes full_page_scroll=OFF."
 
 # type: TP
-#: ../tin.5:1928
+#: ../tin.5:1936
 #, no-wrap
 msgid "B<show_description>"
 msgstr "B<show_description>"
 
 # type: Plain text
-#: ../tin.5:1937
+#: ../tin.5:1945
 msgid ""
 "If ON show a short group description text after newsgroup name at the group "
 "selection level. The ''B<-d>'' command-line flag will override the setting "
@@ -13180,7 +13295,7 @@ msgstr ""
 "mailgroups> for mailgroups. Default is ON."
 
 # type: Plain text
-#: ../tin.5:1948
+#: ../tin.5:1956
 msgid ""
 "B<Lines>, in article listing the line count of an article will be displayed "
 "and in thread listing the line count of first (unread)  article will be "
@@ -13191,7 +13306,7 @@ msgstr ""
 "displayed."
 
 # type: Plain text
-#: ../tin.5:1959
+#: ../tin.5:1967
 msgid ""
 "If ON show only new/unread articles otherwise show all articles. Default is "
 "ON."
@@ -13200,18 +13315,18 @@ msgstr ""
 "ON."
 
 # type: TP
-#: ../tin.5:1959
+#: ../tin.5:1967
 #, no-wrap
 msgid "B<show_only_unread_groups>"
 msgstr "B<show_only_unread_groups>"
 
 # type: Plain text
-#: ../tin.5:1966
+#: ../tin.5:1974
 msgid "If OFF don't show signatures when displaying articles. Default is ON."
 msgstr "If OFF don't show signatures when displaying articles. Default is ON."
 
 # type: Plain text
-#: ../tin.5:1980
+#: ../tin.5:1988
 msgid ""
 "The path that specifies the signature file to use when posting, following up "
 "to or replying to an article. If the path is a directory then the signature "
@@ -13230,13 +13345,13 @@ msgstr ""
 "Default is I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>."
 
 # type: TP
-#: ../tin.5:1983
+#: ../tin.5:1991
 #, no-wrap
 msgid "B<slashes_regex>"
 msgstr "B<slashes_regex>"
 
 # type: Plain text
-#: ../tin.5:1990
+#: ../tin.5:1998
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markslash> or B<mono_markslash>. If "
@@ -13247,13 +13362,13 @@ msgstr ""
 "B<slashes_regex> is blank, then B<tin>(1)  uses a built-in default."
 
 # type: TP
-#: ../tin.5:2036
+#: ../tin.5:2044
 #, no-wrap
 msgid "B<spamtrap_warning_addresses>"
 msgstr "B<spamtrap_warning_addresses>"
 
 # type: Plain text
-#: ../tin.5:2041
+#: ../tin.5:2049
 msgid ""
 "Set this option to a list of comma-separated strings to be warned if you are "
 "replying to an article by mail where the e-mail address contains one of "
@@ -13264,13 +13379,13 @@ msgstr ""
 "these strings. The matching is case-insensitive."
 
 # type: TP
-#: ../tin.5:2041
+#: ../tin.5:2049
 #, no-wrap
 msgid "B<stars_regex>"
 msgstr "B<stars_regex>"
 
 # type: Plain text
-#: ../tin.5:2048
+#: ../tin.5:2056
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstar> or B<mono_markstar>. If "
@@ -13281,31 +13396,31 @@ msgstr ""
 "B<stars_regex> is blank, then B<tin>(1)  uses a built-in default."
 
 # type: TP
-#: ../tin.5:2053
+#: ../tin.5:2061
 #, no-wrap
 msgid "B<strip_blanks>"
 msgstr "B<strip_blanks>"
 
 # type: TP
-#: ../tin.5:2057
+#: ../tin.5:2065
 #, no-wrap
 msgid "B<strip_bogus>"
 msgstr "B<strip_bogus>"
 
 # type: TP
-#: ../tin.5:2065
+#: ../tin.5:2073
 #, no-wrap
 msgid "B<strip_newsrc>"
 msgstr "B<strip_newsrc>"
 
 # type: TP
-#: ../tin.5:2069
+#: ../tin.5:2077
 #, no-wrap
 msgid "B<strokes_regex>"
 msgstr "B<strokes_regex>"
 
 # type: Plain text
-#: ../tin.5:2076
+#: ../tin.5:2084
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstroke> or B<mono_markstroke>.  If "
@@ -13316,7 +13431,7 @@ msgstr ""
 "B<strokes_regex> is blank, then B<tin>(1)  uses a built-in default."
 
 # type: Plain text
-#: ../tin.5:2081
+#: ../tin.5:2089
 msgid ""
 "Decode German style TeX umlaut codes to ISO If ON, show \"a as Umlaut-a, "
 "etc. Default is OFF. This behavior can also be toggled in the article viewer "
@@ -13327,7 +13442,7 @@ msgstr ""
 "viewer via B<PageToggleTex2iso> ('B<\">')."
 
 # type: Plain text
-#: ../tin.5:2091
+#: ../tin.5:2099
 msgid ""
 "Defines which threading method to use. The choices are: 0) Don't thread, 1) "
 "Thread on Subject only 2) Thread on References only, 3) Thread on References "
@@ -13346,7 +13461,7 @@ msgstr ""
 "attributes>."
 
 # type: Plain text
-#: ../tin.5:2096
+#: ../tin.5:2104
 msgid ""
 "Defines how close the subjects must match while threading by Percentage "
 "Match for threads to be considered part of a single thread. This value is in "
@@ -13357,25 +13472,25 @@ msgstr ""
 "the range 0 to 100. The default is 75."
 
 # type: TP
-#: ../tin.5:2100
+#: ../tin.5:2108
 #, no-wrap
 msgid "B<thread_score>"
 msgstr "B<thread_score>"
 
 # type: TP
-#: ../tin.5:2112
+#: ../tin.5:2120
 #, no-wrap
 msgid "B<translit>"
 msgstr "B<translit>"
 
 # type: TP
-#: ../tin.5:2143
+#: ../tin.5:2151
 #, no-wrap
 msgid "B<underscores_regex>"
 msgstr "B<underscores_regex>"
 
 # type: Plain text
-#: ../tin.5:2150
+#: ../tin.5:2158
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markdash> or B<mono_markdash>. If "
@@ -13386,13 +13501,13 @@ msgstr ""
 "B<undescores_regex> is blank, then B<tin>(1)  uses a built-in default."
 
 # type: TP
-#: ../tin.5:2150
+#: ../tin.5:2158
 #, no-wrap
 msgid "B<unlink_article>"
 msgstr "B<unlink_article>"
 
 # type: Plain text
-#: ../tin.5:2154
+#: ../tin.5:2162
 msgid ""
 "If ON remove I<${TIN_HOMEDIR:-\"$HOME\"}/.article> after posting. Default is "
 "ON."
@@ -13401,13 +13516,13 @@ msgstr ""
 "ON."
 
 # type: TP
-#: ../tin.5:2154
+#: ../tin.5:2162
 #, no-wrap
 msgid "B<url_handler>"
 msgstr "B<url_handler>"
 
 # type: Plain text
-#: ../tin.5:2159
+#: ../tin.5:2167
 msgid ""
 "The program that will be run when launching URLs in the article viewer using "
 "B<PageViewUrl> ('B<U>'). The actual URL will be appended to this. Default is "
@@ -13418,47 +13533,47 @@ msgstr ""
 "B<url_handler.pl %s>."
 
 # type: TP
-#: ../tin.5:2159
+#: ../tin.5:2167
 #, no-wrap
 msgid "B<url_highlight>"
 msgstr "B<url_highlight>"
 
 # type: TP
-#: ../tin.5:2162
+#: ../tin.5:2170
 #, no-wrap
 msgid "B<use_color>"
 msgstr "B<use_color>"
 
 # type: Plain text
-#: ../tin.5:2167
+#: ../tin.5:2175
 msgid "If enabled B<tin>(1)  uses ANSI-colors. Default is OFF."
 msgstr "If enabled B<tin>(1)  uses ANSI-colours. Default is OFF."
 
 # type: TP
-#: ../tin.5:2167
+#: ../tin.5:2175
 #, no-wrap
 msgid "B<use_keypad>"
 msgstr "B<use_keypad>"
 
 # type: Plain text
-#: ../tin.5:2170
+#: ../tin.5:2178
 msgid "Use scroll keys on keypad. Default is OFF."
 msgstr "Use scroll keys on keypad. Default is OFF."
 
 # type: TP
-#: ../tin.5:2170
+#: ../tin.5:2178
 #, no-wrap
 msgid "B<use_mouse>"
 msgstr "B<use_mouse>"
 
 # type: TP
-#: ../tin.5:2176
+#: ../tin.5:2184
 #, no-wrap
 msgid "B<use_slrnface>"
 msgstr "B<use_slrnface>"
 
 # type: Plain text
-#: ../tin.5:2188
+#: ../tin.5:2196
 msgid ""
 "If enabled B<slrnface>(1)  will be used to interpret the ''X-Face:'' header. "
 "For this option to have any effect, B<tin>(1)  must be running in an B<xterm>"
@@ -13469,13 +13584,19 @@ msgstr ""
 "(1x)  and B<slrnface>(1)  must be in your $B<PATH>. Default is OFF."
 
 # type: TP
-#: ../tin.5:2188
+#: ../tin.5:2196
+#, no-wrap
+msgid "B<utf8_graphics>"
+msgstr "B<utf8_graphics>"
+
+# type: TP
+#: ../tin.5:2200
 #, no-wrap
 msgid "B<verbatim_begin_regex>"
 msgstr "B<verbatim_begin_regex>"
 
 # type: Plain text
-#: ../tin.5:2192
+#: ../tin.5:2204
 msgid ""
 "A regular expression that tin will use to find the begin of a verbatim "
 "block.  Default is #v+"
@@ -13484,13 +13605,13 @@ msgstr ""
 "block.  Default is #v+"
 
 # type: TP
-#: ../tin.5:2192
+#: ../tin.5:2204
 #, no-wrap
 msgid "B<verbatim_end_regex>"
 msgstr "B<verbatim_end_regex>"
 
 # type: Plain text
-#: ../tin.5:2196
+#: ../tin.5:2208
 msgid ""
 "A regular expression that tin will use to find the end of a verbatim block.  "
 "Default is #v-"
@@ -13499,18 +13620,18 @@ msgstr ""
 "Default is #v-"
 
 # type: Plain text
-#: ../tin.5:2200
+#: ../tin.5:2212
 msgid "If ON verbatim blocks will be detected.  Default is ON"
 msgstr "If ON verbatim blocks will be detected.  Default is ON"
 
 # type: TP
-#: ../tin.5:2200
+#: ../tin.5:2212
 #, no-wrap
 msgid "B<wildcard>"
 msgstr "B<wildcard>"
 
 # type: Plain text
-#: ../tin.5:2212
+#: ../tin.5:2224
 msgid ""
 "Allows you to select how B<tin>(1)  matches strings. The default is 0 and "
 "uses the wildmat notation, which is how this has traditionally been handled. "
@@ -13527,19 +13648,19 @@ msgstr ""
 "the wildmat notation."
 
 # type: TP
-#: ../tin.5:2212
+#: ../tin.5:2224
 #, no-wrap
 msgid "B<word_h_display_marks>"
 msgstr "B<word_h_display_marks>"
 
 # type: TP
-#: ../tin.5:2224
+#: ../tin.5:2236
 #, no-wrap
 msgid "B<word_highlight>"
 msgstr "B<word_highlight>"
 
 # type: Plain text
-#: ../tin.5:2232
+#: ../tin.5:2244
 msgid ""
 "Enable word highlighting. See B<word_h_display_marks> for the options "
 "available. If B<use_color> is enabled the colors specified in "
@@ -13556,19 +13677,19 @@ msgstr ""
 "are used."
 
 # type: TP
-#: ../tin.5:2232
+#: ../tin.5:2244
 #, no-wrap
 msgid "B<wrap_column>"
 msgstr "B<wrap_column>"
 
 # type: TP
-#: ../tin.5:2248
+#: ../tin.5:2260
 #, no-wrap
 msgid "B<xpost_quote_format>"
 msgstr "B<xpost_quote_format>"
 
 # type: Plain text
-#: ../tin.5:2264
+#: ../tin.5:2276
 msgid ""
 "Yet another global configuration file with \"I<variable>=I<value>\" pairs. "
 "This one is for the more general options which usually can't be controlled "
@@ -13583,18 +13704,18 @@ msgstr ""
 "I<newslibdir>."
 
 # type: TP
-#: ../tin.5:2264
+#: ../tin.5:2276
 #, no-wrap
 msgid "B<domainname>"
 msgstr "B<domainname>"
 
 # type: Plain text
-#: ../tin.5:2267
+#: ../tin.5:2279
 msgid "Sets a global domain name used in From lines"
 msgstr "Sets a global domain name used in From lines"
 
 # type: Plain text
-#: ../tin.5:2271
+#: ../tin.5:2283
 msgid ""
 "Defines the name of your organization. $B<ORGANIZATION> overrides any "
 "specified value."
@@ -13603,13 +13724,13 @@ msgstr ""
 "specified value."
 
 # type: TP
-#: ../tin.5:2271
+#: ../tin.5:2283
 #, no-wrap
 msgid "B<newslibdir>"
 msgstr "B<newslibdir>"
 
 # type: Plain text
-#: ../tin.5:2276
+#: ../tin.5:2288
 msgid ""
 "Defines the default place for some configuration files, common values are I</"
 "usr/lib/news>, I</var/lib/news>, I</usr/local/lib/news> or I</news/db>. "
@@ -13620,13 +13741,13 @@ msgstr ""
 "$B<TIN_LIBDIR> overrides any specified value."
 
 # type: TP
-#: ../tin.5:2276
+#: ../tin.5:2288
 #, no-wrap
 msgid "B<bugaddress>"
 msgstr "B<bugaddress>"
 
 # type: Plain text
-#: ../tin.5:2282
+#: ../tin.5:2294
 msgid ""
 "Defines the email address to which users can send bug reports using a built-"
 "in function. The default points to a developers mailing list located at tin."
@@ -13639,18 +13760,18 @@ msgstr ""
 "administration if you want to deal with your lusers problems on your own."
 
 # type: TP
-#: ../tin.5:2282
+#: ../tin.5:2294
 #, no-wrap
 msgid "B<inewsdir>"
 msgstr "B<inewsdir>"
 
 # type: Plain text
-#: ../tin.5:2287
+#: ../tin.5:2299
 msgid "Defines the directory containing of the B<inews>(1)  executable"
 msgstr "Defines the directory containing of the B<inews>(1)  executable"
 
 # type: Plain text
-#: ../tin.5:2291
+#: ../tin.5:2303
 msgid ""
 "Default charset to be used in MIME's ''Content-Type:'' header. "
 "$B<MM_CHARSET> overrides any specified value."
@@ -13659,14 +13780,14 @@ msgstr ""
 "$B<MM_CHARSET> overrides any specified value."
 
 # type: Plain text
-#: ../tin.5:2294
+#: ../tin.5:2306
 msgid ""
 "Default encoding scheme use in MIME articles. 8bit might be the best value."
 msgstr ""
 "Default encoding scheme use in MIME articles. 8bit might be the best value."
 
 # type: Plain text
-#: ../tin.5:2298
+#: ../tin.5:2310
 msgid ""
 "Default encoding scheme use in MIME letters. quoted-printable is a good "
 "choice here."
@@ -13675,39 +13796,39 @@ msgstr ""
 "choice here."
 
 # type: TP
-#: ../tin.5:2298
+#: ../tin.5:2310
 #, no-wrap
 msgid "B<disable_gnksa_domain_check>"
 msgstr "B<disable_gnksa_domain_check>"
 
 # type: Plain text
-#: ../tin.5:2301
+#: ../tin.5:2313
 msgid "Allow unregistered top level domains"
 msgstr "Allow unregistered top level domains"
 
 # type: TP
-#: ../tin.5:2301
+#: ../tin.5:2313
 #, no-wrap
 msgid "B<disable_sender>"
 msgstr "B<disable_sender>"
 
 # type: Plain text
-#: ../tin.5:2305
+#: ../tin.5:2317
 msgid ""
-"Don't generate a ''Sender:'' header. This has no effect if B<inews_prog> is "
-"not set to --internal."
+"Don't generate a ''Sender:'' header. This has an effect only if "
+"B<inews_prog> is set to --internal."
 msgstr ""
-"Don't generate a ''Sender:'' header. This has no effect if B<inews_prog> is "
-"not set to --internal."
+"Don't generate a ''Sender:'' header. This has an effect only if "
+"B<inews_prog> is set to --internal."
 
 # type: TP
-#: ../tin.5:2305
+#: ../tin.5:2317
 #, no-wrap
 msgid "B<spooldir>"
 msgstr "B<spooldir>"
 
 # type: Plain text
-#: ../tin.5:2310
+#: ../tin.5:2322
 msgid ""
 "Base of your newsspool (Bnews, Cnews and INN traditional spool style), "
 "common values are I</var/spool/news>, I</usr/spool/news>, I</news/spool>.  "
@@ -13718,13 +13839,13 @@ msgstr ""
 "$B<TIN_SPOOLDIR> overrides any specified value."
 
 # type: TP
-#: ../tin.5:2310
+#: ../tin.5:2322
 #, no-wrap
 msgid "B<overviewdir>"
 msgstr "B<overviewdir>"
 
 # type: Plain text
-#: ../tin.5:2318
+#: ../tin.5:2330
 msgid ""
 "Base of your NOV database B<newsoverview>(5)  (tradspool style; might be the "
 "same dir as I<spooldir>), common values are I</var/spool/overview>, I</usr/"
@@ -13737,26 +13858,26 @@ msgstr ""
 "specified value."
 
 # type: TP
-#: ../tin.5:2318
+#: ../tin.5:2330
 #, no-wrap
 msgid "B<overviewfile>"
 msgstr "B<overviewfile>"
 
 # type: Plain text
-#: ../tin.5:2322
+#: ../tin.5:2334
 msgid ""
 "Name of a single overview file, common values are I<.overview>, I<over.view>."
 msgstr ""
 "Name of a single overview file, common values are I<.overview>, I<over.view>."
 
 # type: TP
-#: ../tin.5:2322
+#: ../tin.5:2334
 #, no-wrap
 msgid "B<overviewfmtfile>"
 msgstr "B<overviewfmtfile>"
 
 # type: Plain text
-#: ../tin.5:2327
+#: ../tin.5:2339
 msgid ""
 "Full pathname of your newssystem's overview.fmt file; usually the overview."
 "fmt file is in I<newslibdir>, so you only have to change this setting if "
@@ -13767,13 +13888,13 @@ msgstr ""
 "your configuration differs."
 
 # type: TP
-#: ../tin.5:2327
+#: ../tin.5:2339
 #, no-wrap
 msgid "B<activefile>"
 msgstr "B<activefile>"
 
 # type: Plain text
-#: ../tin.5:2333
+#: ../tin.5:2345
 msgid ""
 "Full pathname of your newssystem's active file; usually the active file "
 "resides in I<newslibdir> and is named I<active>, so you only have to change "
@@ -13786,13 +13907,13 @@ msgstr ""
 "specified value."
 
 # type: TP
-#: ../tin.5:2333
+#: ../tin.5:2345
 #, no-wrap
 msgid "B<activetimesfile>"
 msgstr "B<activetimesfile>"
 
 # type: Plain text
-#: ../tin.5:2338
+#: ../tin.5:2350
 msgid ""
 "Full pathname of your newssystem's active.times file; usually the active."
 "times file is I<newslibdir>, so you only have to change this setting if your "
@@ -13803,13 +13924,13 @@ msgstr ""
 "configuration differs."
 
 # type: TP
-#: ../tin.5:2338
+#: ../tin.5:2350
 #, no-wrap
 msgid "B<newsgroupsfile>"
 msgstr "B<newsgroupsfile>"
 
 # type: Plain text
-#: ../tin.5:2343
+#: ../tin.5:2355
 msgid ""
 "Full pathname of your newssystem's newsgroups file; usually the newsgroups "
 "file is in I<newslibdir>, so you only have to change this setting if your "
@@ -13820,13 +13941,13 @@ msgstr ""
 "configuration differs."
 
 # type: TP
-#: ../tin.5:2343
+#: ../tin.5:2355
 #, no-wrap
 msgid "B<subscriptionsfile>"
 msgstr "B<subscriptionsfile>"
 
 # type: Plain text
-#: ../tin.5:2348
+#: ../tin.5:2360
 msgid ""
 "Full pathname of your newssystem's subscriptions file; usually the "
 "subscriptions file is in I<newslibdir>, so you only have to change this "
@@ -13837,12 +13958,12 @@ msgstr ""
 "setting if your configuration differs."
 
 # type: Plain text
-#: ../tin.5:2352
+#: ../tin.5:2364
 msgid "I</usr/local/share/locale/$LC_MESSAGES/LC_MESSAGES/tin.mo>"
 msgstr "I</usr/local/share/locale/$LC_MESSAGES/LC_MESSAGES/tin.mo>"
 
 # type: Plain text
-#: ../tin.5:2356
+#: ../tin.5:2368
 msgid ""
 "translation into language specified in $B<LC_ALL>, $B<LC_MESSAGES> or "
 "$B<LANG>"
@@ -13851,7 +13972,7 @@ msgstr ""
 "$B<LANG>"
 
 # type: Plain text
-#: ../tin.5:2370
+#: ../tin.5:2382
 msgid ""
 "This file lists the newsgroups that the local site receives. Each newsgroup "
 "should be listed only once. Each line specifies one group; within each "
@@ -13865,7 +13986,7 @@ msgstr ""
 
 # type: Plain text
 #.  TODO: IIRC tin issues just a warning in that case?
-#: ../tin.5:2375
+#: ../tin.5:2387
 msgid ""
 "If an article is posted to newsgroups not mentioned in this file, those "
 "newsgroups are ignored.  If no valid newsgroups are specified, the article "
@@ -13876,7 +13997,7 @@ msgstr ""
 "is rejected."
 
 # type: Plain text
-#: ../tin.5:2378
+#: ../tin.5:2390
 msgid ""
 "Each line consists of four space-separated fields \"I<name> I<highmark> "
 "I<lowmark> I<flags>\"."
@@ -13885,30 +14006,30 @@ msgstr ""
 "I<lowmark> I<flags>\"."
 
 # type: TP
-#: ../tin.5:2378 ../tin.5:2431
+#: ../tin.5:2390 ../tin.5:2443
 #, no-wrap
 msgid "B<name>"
 msgstr "B<name>"
 
 # type: TP
-#: ../tin.5:2381
+#: ../tin.5:2393
 #, no-wrap
 msgid "B<highmark>"
 msgstr "B<highmark>"
 
 # type: Plain text
-#: ../tin.5:2384
+#: ../tin.5:2396
 msgid "is the highest article number that has been used in that newsgroup"
 msgstr "is the highest article number that has been used in that newsgroup"
 
 # type: TP
-#: ../tin.5:2384
+#: ../tin.5:2396
 #, no-wrap
 msgid "B<lowmark>"
 msgstr "B<lowmark>"
 
 # type: Plain text
-#: ../tin.5:2391
+#: ../tin.5:2403
 msgid ""
 "is the lowest article number in the group; this number is not guaranteed to "
 "be accurate, and should only be taken to be a hint. Note that because of "
@@ -13923,90 +14044,90 @@ msgstr ""
 "are no articles in the newsgroup."
 
 # type: TP
-#: ../tin.5:2391
+#: ../tin.5:2403
 #, no-wrap
 msgid "B<flags>"
 msgstr "B<flags>"
 
 # type: Plain text
-#: ../tin.5:2394
+#: ../tin.5:2406
 msgid "can be one of those"
 msgstr "can be one of those"
 
 # type: TP
-#: ../tin.5:2395
+#: ../tin.5:2407
 #, no-wrap
 msgid "B<y>"
 msgstr "B<y>"
 
 # type: Plain text
-#: ../tin.5:2398
+#: ../tin.5:2410
 msgid "local postings are allowed"
 msgstr "local postings are allowed"
 
 # type: TP
-#: ../tin.5:2398
+#: ../tin.5:2410
 #, no-wrap
 msgid "B<n>"
 msgstr "B<n>"
 
 # type: Plain text
-#: ../tin.5:2401
+#: ../tin.5:2413
 msgid "no local postings are allowed, only remote ones"
 msgstr "no local postings are allowed, only remote ones"
 
 # type: TP
-#: ../tin.5:2401
+#: ../tin.5:2413
 #, no-wrap
 msgid "B<m>"
 msgstr "B<m>"
 
 # type: Plain text
-#: ../tin.5:2404
+#: ../tin.5:2416
 msgid "the group is moderated and all postings must be approved"
 msgstr "the group is moderated and all postings must be approved"
 
 # type: TP
-#: ../tin.5:2404
+#: ../tin.5:2416
 #, no-wrap
 msgid "B<j>"
 msgstr "B<j>"
 
 # type: Plain text
-#: ../tin.5:2407
+#: ../tin.5:2419
 msgid "articles in this group are not kept, but only passed on"
 msgstr "articles in this group are not kept, but only passed on"
 
 # type: TP
-#: ../tin.5:2407
+#: ../tin.5:2419
 #, no-wrap
 msgid "B<x>"
 msgstr "B<x>"
 
 # type: Plain text
-#: ../tin.5:2410
+#: ../tin.5:2422
 msgid "articles cannot be posted to this newsgroup"
 msgstr "articles cannot be posted to this newsgroup"
 
 # type: TP
-#: ../tin.5:2410
+#: ../tin.5:2422
 #, no-wrap
 msgid "B<=foo.bar>"
 msgstr "B<=foo.bar>"
 
 # type: Plain text
-#: ../tin.5:2413
+#: ../tin.5:2425
 msgid "articles are locally filed into the ''foo.bar'' group"
 msgstr "articles are locally filed into the ''foo.bar'' group"
 
 # type: TP
-#: ../tin.5:2414 ../tin.5:2441 ../tin.5:2464
+#: ../tin.5:2426 ../tin.5:2453 ../tin.5:2476
 #, no-wrap
 msgid "B<tin>(1)"
 msgstr "B<tin>(1)"
 
 # type: Plain text
-#: ../tin.5:2420
+#: ../tin.5:2432
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the LIST (B<RFC3977>) command "
@@ -14017,7 +14138,7 @@ msgstr ""
 "instead."
 
 # type: Plain text
-#: ../tin.5:2431
+#: ../tin.5:2443
 msgid ""
 "This file provides a chronological record of when newsgroups are created. It "
 "is normally updated by the local newsserver (e.g.  B<innd>(8))  whenever a "
@@ -14030,7 +14151,7 @@ msgstr ""
 "\"I<name> I<time> I<creator>\"."
 
 # type: Plain text
-#: ../tin.5:2438
+#: ../tin.5:2450
 msgid ""
 "is the time when the group was created, expressed as the number of seconds "
 "since the epoch."
@@ -14039,18 +14160,18 @@ msgstr ""
 "since the epoch."
 
 # type: TP
-#: ../tin.5:2438
+#: ../tin.5:2450
 #, no-wrap
 msgid "B<creator>"
 msgstr "B<creator>"
 
 # type: Plain text
-#: ../tin.5:2441
+#: ../tin.5:2453
 msgid "is the electronic mail address of the person who created the group."
 msgstr "is the electronic mail address of the person who created the group."
 
 # type: Plain text
-#: ../tin.5:2447
+#: ../tin.5:2459
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the NEWGROUPS (B<RFC3977>) command "
@@ -14061,7 +14182,7 @@ msgstr ""
 "instead."
 
 # type: Plain text
-#: ../tin.5:2458
+#: ../tin.5:2470
 msgid ""
 "This file provides short descriptions of each newsgroup. It is normally "
 "updated by the local newsserver (e.g.  B<innd>(8))  whenever a new group is "
@@ -14074,7 +14195,7 @@ msgstr ""
 "\tI<one-line description>\"."
 
 # type: Plain text
-#: ../tin.5:2470
+#: ../tin.5:2482
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the LIST NEWSGROUPS (B<RFC3977>) "
@@ -14085,7 +14206,7 @@ msgstr ""
 "command instead."
 
 # type: Plain text
-#: ../tin.5:2479
+#: ../tin.5:2491
 msgid ""
 "This file specifies might hold a default organization to be used in the "
 "''Organization:'' header. $B<ORGANIZATION> has a higher priority if set."
@@ -14094,7 +14215,7 @@ msgstr ""
 "''Organization:'' header. $B<ORGANIZATION> has a higher priority if set."
 
 # type: Plain text
-#: ../tin.5:2497
+#: ../tin.5:2509
 msgid ""
 "This file specifies the organization of the news overview database (see also "
 "B<newsoverview>(5)).  The order of lines in this file is important; it "
@@ -14111,7 +14232,7 @@ msgstr ""
 "the LIST OVERVIEW.FMT (B<RFC3977>) command instead."
 
 # type: Plain text
-#: ../tin.5:2512
+#: ../tin.5:2524
 msgid ""
 "This file contains a list of newsgroups - one per line - which the client "
 "should subscribe to when the user has no ${TIN_HOMEDIR:-\"$HOME\"}/.newsrc "
@@ -14126,7 +14247,7 @@ msgstr ""
 "the LIST SUBSCRIPTIONS (B<RFC6048>) command instead."
 
 # type: Plain text
-#: ../tin.5:2553
+#: ../tin.5:2565
 msgid ""
 "B<elm>(1), B<inews>(1), B<ispell>(1), B<lp>(1), B<lpr>(1), B<metamail>(1)  "
 "B<perl>(1), B<pgp>(1), B<rn>(1), B<shar>(1), B<slrnface>(1), B<tin>(1), "
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/l10n/tin-man.pot tin-2.0.0/doc/l10n/tin-man.pot
--- tin-1.9.6/doc/l10n/tin-man.pot	2010-11-26 15:44:59.000000000 +0100
+++ tin-2.0.0/doc/l10n/tin-man.pot	2011-08-22 00:19:21.000000000 +0200
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2010-11-26 15:44+0100\n"
+"POT-Creation-Date: 2011-08-22 00:19+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,13 +24,13 @@ msgstr ""
 # type: TH
 #: ../tin.1:12 ../tin.5:9
 #, no-wrap
-msgid "November 26th, 2010"
+msgid "August 23rd, 2011"
 msgstr ""
 
 # type: TH
 #: ../tin.1:12 ../tin.5:9
 #, no-wrap
-msgid "1.9.6"
+msgid "2.0.0"
 msgstr ""
 
 # type: TH
@@ -57,26 +57,26 @@ msgid "SYNOPSIS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:48
+#: ../tin.1:49
 msgid ""
 "B<tin> [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| "
 "[\\|[\\|[\\|B<-a>\\|] [\\|B<-dlnq>\\||\\|B<-Q>\\|] [\\|B<-ArzxX>\\|]\\|] "
 "[\\|[\\|B<-R>\\||\\|B<-S>\\|] \\|\\|B<-s> I<News_dir>\\|] [\\|B<-cuvZ>\\|] "
-"[\\|B<-N>\\||\\|B<-M> I<address>\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|B<-D> "
-"I<debug_level>\\|] [\\|B<-G> I<article_limit>\\|] [\\|B<-f> "
-"I<newsrc_file>\\|] [\\|B<-g> I<server>\\|] [\\|B<-m> I<Mail_dir>\\|] "
-"[\\|B<-p> I<port>\\|] [\\|B<-I> I<index_dir>\\|]\\ "
+"[\\|B<-4>\\||\\|B<-6>\\|] [\\|B<-N>\\||\\|B<-M> I<address>\\|] "
+"[\\|B<-o>\\||\\|B<-w>\\|]\\|] [\\|B<-D> I<debug_level>\\|] [\\|B<-G> "
+"I<article_limit>\\|] [\\|B<-f> I<newsrc_file>\\|] [\\|B<-g> I<server>\\|] "
+"[\\|B<-m> I<Mail_dir>\\|] [\\|B<-p> I<port>\\|] [\\|B<-I> I<index_dir>\\|]\\ "
 "\\|[I<newsgroup>\\|[\\|,.\\|.\\|.\\|]\\|]\\|]"
 msgstr ""
 
 # type: SH
-#: ../tin.1:48 ../tin.5:14
+#: ../tin.1:49 ../tin.5:14
 #, no-wrap
 msgid "DESCRIPTION"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:57
+#: ../tin.1:58
 msgid ""
 "B<tin> is a full-screen easy to use Usenet newsreader. It can read news "
 "locally (e.g., I</var/spool/news>) or remotely (B<rtin> or B<tin -r> option) "
@@ -86,7 +86,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:63
+#: ../tin.1:64
 msgid ""
 "B<tin> has four separate levels of operation: Selection level, Group level, "
 "Thread level and Article level. Use the B<Help> ('B<h>')  command to view a "
@@ -94,7 +94,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:71
+#: ../tin.1:72
 msgid ""
 "On startup B<tin> will show a list of the newsgroups found in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>. An arrow '-E<gt>' or highlighted bar "
@@ -106,102 +106,124 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:76
+#: ../tin.1:77
 msgid ""
 "The B<GroupNextUnreadArtOrGrp> ('B<E<lt>TABE<gt>>') key enters the next "
 "newsgroup with unread articles."
 msgstr ""
 
 # type: SH
-#: ../tin.1:76
+#: ../tin.1:77
 #, no-wrap
 msgid "EXIT STATUS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:78
+#: ../tin.1:79
 msgid "Interactive mode:"
 msgstr ""
 
 # type: TP
-#: ../tin.1:79 ../tin.1:89 ../tin.1:1059
+#: ../tin.1:80 ../tin.1:90 ../tin.1:1066 ../tin.1:3230
 #, no-wrap
 msgid "B<0>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:82
+#: ../tin.1:83
 msgid "Successful program execution."
 msgstr ""
 
 # type: TP
-#: ../tin.1:82 ../tin.1:92
+#: ../tin.1:83 ../tin.1:93 ../tin.1:3233
 #, no-wrap
 msgid "B<1>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:85 ../tin.1:95
+#: ../tin.1:86 ../tin.1:96
 msgid "Usage, syntax, configuration file or network error."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:88
+#: ../tin.1:89
 msgid "Batch mode (''B<-Z>''):"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:92
+#: ../tin.1:93
 msgid "No unread news"
 msgstr ""
 
 # type: TP
-#: ../tin.1:95
+#: ../tin.1:96 ../tin.1:3236
 #, no-wrap
 msgid "B<2>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:98
+#: ../tin.1:99
 msgid "Unread news"
 msgstr ""
 
 # type: SH
-#: ../tin.1:101
+#: ../tin.1:102
 #, no-wrap
 msgid "OPTIONS"
 msgstr ""
 
 # type: TP
-#: ../tin.1:102
+#: ../tin.1:103
+#, no-wrap
+msgid "B<-4>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:106
+msgid "Force connecting via IPv4 to the remote NNTP server."
+msgstr ""
+
+# type: TP
+#: ../tin.1:106
+#, no-wrap
+msgid "B<-6>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:109
+msgid "Force connecting via IPv6 to the remote NNTP server."
+msgstr ""
+
+# type: TP
+#: ../tin.1:109
 #, no-wrap
 msgid "B<-a>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:105
+#: ../tin.1:112
 msgid "Toggle ANSI color (default is off)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:105
+#: ../tin.1:112
 #, no-wrap
 msgid "B<-A>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:108
+#: ../tin.1:115
 msgid "Force authentication on initial connect."
 msgstr ""
 
 # type: TP
-#: ../tin.1:108
+#: ../tin.1:115
 #, no-wrap
 msgid "B<-c>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:113
+#: ../tin.1:120
 msgid ""
 "Create/update index files for every group in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> or file specified by the ''B<-f>'' "
@@ -209,98 +231,98 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:113
+#: ../tin.1:120
 #, no-wrap
 msgid "B<-d>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:116
+#: ../tin.1:123
 msgid "Don't load newsgroup descriptions (interactive mode)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:116
+#: ../tin.1:123
 #, no-wrap
 msgid "B<-D>I< debug-level>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:120
+#: ../tin.1:127
 msgid ""
 "Enter debug-level (1 = NNTP, 2 = filter, 4 = newsrc, 8 = threading, 16 = "
 "memory, 32 = attributes, 64 = misc)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:120
+#: ../tin.1:127
 #, no-wrap
 msgid "B<-f>I< file>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:124
+#: ../tin.1:131
 msgid ""
 "Use the specified file of subscribed to newsgroups in place of "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:124
+#: ../tin.1:131
 #, no-wrap
 msgid "B<-g>I< server>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:128
+#: ../tin.1:135
 msgid ""
 "Use the server and newsrc specified in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:128
+#: ../tin.1:135
 #, no-wrap
 msgid "B<-G>I< article-limit>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:131
+#: ../tin.1:138
 msgid "Limit the number of articles/group to retrieve from the server."
 msgstr ""
 
 # type: TP
-#: ../tin.1:131
+#: ../tin.1:138
 #, no-wrap
 msgid "B<-h>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:134
+#: ../tin.1:141
 msgid "Help listing all command-line options."
 msgstr ""
 
 # type: TP
-#: ../tin.1:134
+#: ../tin.1:141
 #, no-wrap
 msgid "B<-H>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:138
+#: ../tin.1:145
 msgid ""
 "Brief introduction to B<tin> that is also shown the first time it is "
 "started."
 msgstr ""
 
 # type: TP
-#: ../tin.1:138
+#: ../tin.1:145
 #, no-wrap
 msgid "B<-I>I< dir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:144
+#: ../tin.1:151
 msgid ""
 "Directory in which to store newsgroup index files. Default is "
 "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news>.  This "
@@ -309,13 +331,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:144
+#: ../tin.1:151
 #, no-wrap
 msgid "B<-l>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:154
+#: ../tin.1:161
 msgid ""
 "Get number of articles per group from the "
 "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file. If reading "
@@ -327,37 +349,37 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:154
+#: ../tin.1:161
 #, no-wrap
 msgid "B<-m>I< dir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:157
+#: ../tin.1:164
 msgid "Mailbox directory to use. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:157
+#: ../tin.1:164
 #, no-wrap
 msgid "B<-M>I< user>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:161
+#: ../tin.1:168
 msgid ""
 "Mail unread articles to specified user for later reading. For more "
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
 msgstr ""
 
 # type: TP
-#: ../tin.1:161
+#: ../tin.1:168
 #, no-wrap
 msgid "B<-n>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:168
+#: ../tin.1:175
 msgid ""
 "Only load groups from the "
 "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file that are "
@@ -367,126 +389,126 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:168
+#: ../tin.1:175
 #, no-wrap
 msgid "B<-N>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:172
+#: ../tin.1:179
 msgid ""
 "Mail unread articles to yourself for later reading. For more information "
 "read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
 msgstr ""
 
 # type: TP
-#: ../tin.1:172
+#: ../tin.1:179
 #, no-wrap
 msgid "B<-o>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:176
+#: ../tin.1:183
 msgid ""
 "Quick post all postponed articles and exit. In order for this to be really "
 "quick, it should be used with ''B<-n>'' if possible."
 msgstr ""
 
 # type: TP
-#: ../tin.1:176
+#: ../tin.1:183
 #, no-wrap
 msgid "B<-p>I< port>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:180
+#: ../tin.1:187
 msgid ""
 "Port to use if reading via NNTP (default is 119). This also overrides the "
 "environment variable $B<NNTPPORT> if set."
 msgstr ""
 
 # type: TP
-#: ../tin.1:180
+#: ../tin.1:187
 #, no-wrap
 msgid "B<-q>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:183
+#: ../tin.1:190
 msgid "Don't check for new newsgroups."
 msgstr ""
 
 # type: TP
-#: ../tin.1:183
+#: ../tin.1:190
 #, no-wrap
 msgid "B<-Q>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:187
+#: ../tin.1:194
 msgid ""
 "Quick start. Start B<tin> as quickly as possible. Currently this is "
 "equivalent to ''B<-nqd>''."
 msgstr ""
 
 # type: TP
-#: ../tin.1:187
+#: ../tin.1:194
 #, no-wrap
 msgid "B<-r>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:192
+#: ../tin.1:199
 msgid ""
 "Read news remotely from the default NNTP server specified in the environment "
 "variable $B<NNTPSERVER> or contained in the file I</etc/nntpserver>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:192
+#: ../tin.1:199
 #, no-wrap
 msgid "B<-R>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:195
+#: ../tin.1:202
 msgid "Read news saved by the ''B<-S>'' option."
 msgstr ""
 
 # type: TP
-#: ../tin.1:195
+#: ../tin.1:202
 #, no-wrap
 msgid "B<-s>I< dir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:199
+#: ../tin.1:206
 msgid ""
 "Save/read articles to/in directory. Default is "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/News>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:199
+#: ../tin.1:206
 #, no-wrap
 msgid "B<-S>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:203
+#: ../tin.1:210
 msgid ""
 "Save unread articles for later reading by the ''B<-R>'' option. For more "
 "information read section \"AUTOMATIC MAILING AND SAVING NEW NEWS\"."
 msgstr ""
 
 # type: TP
-#: ../tin.1:203
+#: ../tin.1:210
 #, no-wrap
 msgid "B<-u>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:209
+#: ../tin.1:216
 msgid ""
 "Create/update index files for every group in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> or file specified by the ''B<-f>'' "
@@ -495,61 +517,61 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:209
+#: ../tin.1:216
 #, no-wrap
 msgid "B<-v>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:213
+#: ../tin.1:220
 msgid ""
 "Verbose mode for ''B<-c>'', ''B<-M>'', ''B<-N>'', ''B<-S>'', \\&''B<-u>'' "
 "and ''B<-Z>'' options."
 msgstr ""
 
 # type: TP
-#: ../tin.1:213
+#: ../tin.1:220
 #, no-wrap
 msgid "B<-V>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:216
+#: ../tin.1:223
 msgid "Print version and date information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:216
+#: ../tin.1:223
 #, no-wrap
 msgid "B<-w>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:220
+#: ../tin.1:227
 msgid ""
 "Quick mode to post an article and then exit. In order for this to be really "
 "quick, it should be used with ''B<-n>'' if possible."
 msgstr ""
 
 # type: TP
-#: ../tin.1:220
+#: ../tin.1:227
 #, no-wrap
 msgid "B<-x>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:223
+#: ../tin.1:230
 msgid "No posting mode. You cannot post articles if you use this option."
 msgstr ""
 
 # type: TP
-#: ../tin.1:223
+#: ../tin.1:230
 #, no-wrap
 msgid "B<-X>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:228
+#: ../tin.1:235
 msgid ""
 "No overwrite mode. I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> and files in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin> will not be overwritten but may be created "
@@ -557,13 +579,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:228
+#: ../tin.1:235
 #, no-wrap
 msgid "B<-z>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:233
+#: ../tin.1:240
 msgid ""
 "Only start B<tin> if there is any new/unread news. If there is news B<tin> "
 "will position cursor at first group with unread news. Useful for putting in "
@@ -571,13 +593,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:233
+#: ../tin.1:240
 #, no-wrap
 msgid "B<-Z>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:239
+#: ../tin.1:246
 msgid ""
 "Check if there is any new/unread news and exit with appropriate status. If "
 "\\&''B<-v>'' option is specified the number of unread articles in each group "
@@ -586,7 +608,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:245
+#: ../tin.1:252
 msgid ""
 "B<tin> can also dynamically change its options by the B<OptionMenu> ('B<M>') "
 "command. Any changes are written to "
@@ -595,7 +617,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:250
+#: ../tin.1:257
 msgid ""
 "A list of groups can be specified after the other command-line options. This "
 "can be useful if you wish to yank in or subscribe to a hand-picked subset of "
@@ -604,7 +626,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:255
+#: ../tin.1:262
 msgid ""
 "If you specify a single group-name, or a wildcard that matches a single "
 "group, then you will automatically enter that group. Otherwise the normal "
@@ -613,7 +635,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:259
+#: ../tin.1:266
 msgid ""
 "With the ''B<-w>'' flag a given group-name is used as default group to post "
 "to. If more than one group or a wildcard is specified only the first group "
@@ -621,7 +643,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:266
+#: ../tin.1:273
 msgid ""
 "Once you use B<SelectYankActive> ('B<y>') to yank in all active groups, or "
 "B<SelectToggleReadDisplay> ('B<r>') to toggle the read/unread status, then "
@@ -632,7 +654,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:271
+#: ../tin.1:278
 msgid ""
 "NB: With the ''B<-n>'' flag, only unsubscribed groups in the "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file (or the newsrc-file given by the "
@@ -641,26 +663,26 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:276
+#: ../tin.1:283
 msgid ""
 "Command-line options have higher priority than attributes and tinrc "
 "options.  Thus, command-line option takes precedence over configured values."
 msgstr ""
 
 # type: SH
-#: ../tin.1:276
+#: ../tin.1:283
 #, no-wrap
 msgid "USAGE"
 msgstr ""
 
 # type: SS
-#: ../tin.1:279
+#: ../tin.1:286
 #, no-wrap
 msgid "NEWS ADMINISTRATION"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:283
+#: ../tin.1:290
 msgid ""
 "Maintaining Netnews on large networks of machines can be a pretty time "
 "consuming job as I discovered when I was given the job of maintaining our "
@@ -668,7 +690,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:293
+#: ../tin.1:300
 msgid ""
 "A user starting B<tin> for the first time can be automatically subscribed to "
 "a list of newsgroups that are deemed appropriate by the news "
@@ -680,20 +702,20 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:293
+#: ../tin.1:300
 #, no-wrap
 msgid "SCREEN FORMAT"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:296
+#: ../tin.1:303
 msgid ""
 "B<tin> has four separate levels of operation: Selection level, Group level, "
 "Thread level and Article level."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:301
+#: ../tin.1:308
 msgid ""
 "At the Selection level the title displays (the name of the newsserver and) "
 "the number of subscribed groups (containing new unread articles). The "
@@ -702,7 +724,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:309
+#: ../tin.1:316
 #, no-wrap
 msgid ""
 "-E<gt>M    1     2  comp.security.announce  Announcements from the CERT "
@@ -714,18 +736,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:312
+#: ../tin.1:319
 msgid "There may also be a character prefixing the line. An explanation follows:"
 msgstr ""
 
 # type: TP
-#: ../tin.1:312
+#: ../tin.1:319
 #, no-wrap
 msgid "B<u>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:317
+#: ../tin.1:324
 msgid ""
 "This group is unsubscribed. To see only your subscribed groups use the "
 "B<SelectToggleReadDisplay> ('B<r>') or B<SelectYankActive> ('B<y>') toggle "
@@ -733,13 +755,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:317
+#: ../tin.1:324
 #, no-wrap
 msgid "B<M>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:322
+#: ../tin.1:329
 msgid ""
 "This is a moderated group. Any posts you make will have to be approved by "
 "the group administrator before it will be made public. B<tin> will ask for "
@@ -747,13 +769,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:322
+#: ../tin.1:329
 #, no-wrap
 msgid "B<N>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:331
+#: ../tin.1:338
 msgid ""
 "This is a new newsgroup which has been created since you last used "
 "B<tin>. New newsgroups are not subscribed to by default (However, see the "
@@ -765,13 +787,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:331
+#: ../tin.1:338
 #, no-wrap
 msgid "B<D>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:336
+#: ../tin.1:343
 msgid ""
 "This group no longer exists. If you no longer wish to see this group then "
 "unsubscribe from it in the normal way. This flag will only appear if you "
@@ -779,26 +801,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:336
+#: ../tin.1:343
 #, no-wrap
 msgid "B<X>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:340
+#: ../tin.1:347
 msgid ""
 "You may no longer make posts to this group. Often a group will be superseded "
 "by a more appropriately named one."
 msgstr ""
 
 # type: TP
-#: ../tin.1:340
+#: ../tin.1:347
 #, no-wrap
 msgid "B<=>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:345
+#: ../tin.1:352
 msgid ""
 "This group has been renamed and you may no longer post to it. If you do, "
 "then you will receive an error from your newsserver telling you the correct "
@@ -806,7 +828,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:350
+#: ../tin.1:357
 msgid ""
 "At the Group level the title contains the name of the group, the number of "
 "conversation threads, the threading method, the limit of articles to get, "
@@ -816,13 +838,13 @@ msgstr ""
 
 #.  FIXME - make this autocenter
 # type: Plain text
-#: ../tin.1:354
+#: ../tin.1:361
 #, no-wrap
 msgid "            alt.sources (5B -50/23+ 0* 3o 0K)\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:362
+#: ../tin.1:369
 msgid ""
 "The characters after the numbers are depending to the configuration and if "
 "your are in B<show_only_unread_arts> mode or not. Some numbers could be "
@@ -833,7 +855,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:373
+#: ../tin.1:380
 msgid ""
 "If a thread has unread articles in it it's marked with a "
 "B<art_marked_unread> in front of the total number of articles in the "
@@ -848,13 +870,13 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:377
+#: ../tin.1:384
 #, no-wrap
 msgid "                de.admin.net-abuse.announce (11B 13+ 1* 1o 0K) M\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:382
+#: ../tin.1:389
 #, no-wrap
 msgid ""
 "-E<gt>   1   +   3  108 bincancels in de.talk.sex        Christopher Lueg "
@@ -869,14 +891,14 @@ msgstr ""
 
 #.  FIXME - add description of fields
 # type: Plain text
-#: ../tin.1:387
+#: ../tin.1:394
 msgid ""
 "At the Thread level the screen usually (depends on the threading method "
 "used) looks like this:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:394
+#: ../tin.1:401
 #, no-wrap
 msgid ""
 "-E<gt>   1      [   7]  What is this funny tree in the thr  Robert "
@@ -891,12 +913,12 @@ msgstr ""
 
 #.  FIXME - add description of fields
 # type: Plain text
-#: ../tin.1:399
+#: ../tin.1:406
 msgid "At the Article level the page header has the following format:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:405
+#: ../tin.1:412
 #, no-wrap
 msgid ""
 "Sun, 28 Dec 1997 21:21:01   de.admin.news.groups      Thread   20 of 86\n"
@@ -906,32 +928,32 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:407
+#: ../tin.1:414
 #, no-wrap
 msgid "article-body\n"
 msgstr ""
 
 # type: SS
-#: ../tin.1:410
+#: ../tin.1:417
 #, no-wrap
 msgid "COMMON MOVING KEYS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:413
+#: ../tin.1:420
 msgid ""
 "This table shows the common keys used for moving around all levels within "
 "B<tin>."
 msgstr ""
 
 # type: ta
-#: ../tin.1:415
+#: ../tin.1:422
 #, no-wrap
 msgid "\\w'Beg. of list/article  'u +\\w'ANSI/vt100   'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:423
+#: ../tin.1:430
 #, no-wrap
 msgid ""
 "\tANSI/vt100\tOther Terminals\n"
@@ -944,13 +966,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:427
+#: ../tin.1:434
 #, no-wrap
 msgid "COMMON EDITING COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:432
+#: ../tin.1:439
 msgid ""
 "An emacs style editing package allows the easy editing of input strings.  An "
 "history list allows the easy reuse of previously entered strings.  In "
@@ -959,129 +981,129 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:433
+#: ../tin.1:440
 #, no-wrap
 msgid "B<^A, ^E>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:436
+#: ../tin.1:443
 msgid "move to beginning or end of line, respectively."
 msgstr ""
 
 # type: TP
-#: ../tin.1:436
+#: ../tin.1:443
 #, no-wrap
 msgid "B<^F, ^B>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:439
+#: ../tin.1:446
 msgid "non-destructive move forward or back one location, respectively."
 msgstr ""
 
 # type: TP
-#: ../tin.1:439
+#: ../tin.1:446
 #, no-wrap
 msgid "B<^D>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:443
+#: ../tin.1:450
 msgid ""
 "delete the character currently under the cursor, or send EOF if no "
 "characters in the buffer."
 msgstr ""
 
 # type: TP
-#: ../tin.1:443
+#: ../tin.1:450
 #, no-wrap
 msgid "B<^H, E<lt>DELE<gt>>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:446
+#: ../tin.1:453
 msgid "delete character left of the cursor."
 msgstr ""
 
 # type: TP
-#: ../tin.1:446
+#: ../tin.1:453
 #, no-wrap
 msgid "B<^K>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:449
+#: ../tin.1:456
 msgid "delete from cursor to end of line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:449
+#: ../tin.1:456
 #, no-wrap
 msgid "B<^P, ^N>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:452
+#: ../tin.1:459
 msgid "move through history, previous and next, respectively."
 msgstr ""
 
 # type: TP
-#: ../tin.1:452
+#: ../tin.1:459
 #, no-wrap
 msgid "B<^L, ^R>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:455
+#: ../tin.1:462
 msgid "redraw the current line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:455
+#: ../tin.1:462
 #, no-wrap
 msgid "B<E<lt>CRE<gt>>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:459
+#: ../tin.1:466
 msgid ""
 "places line on history list if non-blank, appends newline and returns to the "
 "caller."
 msgstr ""
 
 # type: TP
-#: ../tin.1:459
+#: ../tin.1:466
 #, no-wrap
 msgid "B<E<lt>ESCE<gt>>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:464
+#: ../tin.1:471
 msgid "aborts the present editing operation."
 msgstr ""
 
 # type: SS
-#: ../tin.1:464
+#: ../tin.1:471
 #, no-wrap
 msgid "GLOBAL COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:467
+#: ../tin.1:474
 msgid ""
 "The following commands are available at all 4 menu levels and always have "
 "the same effect."
 msgstr ""
 
 # type: TP
-#: ../tin.1:468 ../tin.1:1328 ../tin.1:1381
+#: ../tin.1:475 ../tin.1:1338 ../tin.1:1391
 #, no-wrap
 msgid "B<ShellEscape '!'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:473
+#: ../tin.1:480
 msgid ""
 "Shell escape. B<ShellEscape> by itself will launch a shell, B<ShellEscape> "
 "E<lt>commandE<gt> will run an external E<lt>commandE<gt>. This facility may "
@@ -1089,57 +1111,57 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:473
+#: ../tin.1:480
 #, no-wrap
 msgid "B<ToggleColor '&'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:476
+#: ../tin.1:483
 msgid "Toggle use of ANSI color."
 msgstr ""
 
 # type: TP
-#: ../tin.1:476
+#: ../tin.1:483
 #, no-wrap
 msgid "B<RedrawScr '^L'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:479
+#: ../tin.1:486
 msgid "Redraw the current screen."
 msgstr ""
 
 # type: TP
-#: ../tin.1:479
+#: ../tin.1:486
 #, no-wrap
 msgid "B<ScrollUp 'E<lt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:482
+#: ../tin.1:489
 msgid "Scroll screen up by one line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:482
+#: ../tin.1:489
 #, no-wrap
 msgid "B<ScrollDown 'E<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:485
+#: ../tin.1:492
 msgid "Scroll screen down by one line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:485
+#: ../tin.1:492
 #, no-wrap
 msgid "B<Postponed 'O' '^O'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:499
+#: ../tin.1:506
 msgid ""
 "Reload postponed article. If your system blocks the B<Postponed> key you "
 "must quote it by pressing 'B<^V>' (CTRL-V) first. The postpone-menu offers "
@@ -1155,13 +1177,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:499 ../tin.1:1334 ../tin.1:1388
+#: ../tin.1:506 ../tin.1:1344 ../tin.1:1398
 #, no-wrap
 msgid "B<Help 'h'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:505
+#: ../tin.1:512
 msgid ""
 "Help screen of commands available on the current menu. You can use "
 "B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and B<SearchRepeat> "
@@ -1169,24 +1191,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:505 ../tin.1:1337 ../tin.1:1391
+#: ../tin.1:512 ../tin.1:1347 ../tin.1:1401
 #, no-wrap
 msgid "B<ToggleHelpDisplay 'H'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:508 ../tin.1:1340 ../tin.1:1394
+#: ../tin.1:515 ../tin.1:1350 ../tin.1:1404
 msgid "Toggle the display of help mini menu at the bottom of the screen."
 msgstr ""
 
 # type: TP
-#: ../tin.1:508
+#: ../tin.1:515
 #, no-wrap
 msgid "B<DisplayPostHist 'W'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:514
+#: ../tin.1:521
 msgid ""
 "List articles posted by user. The date posted, the newsgroup and the subject "
 "are listed. You can use B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and "
@@ -1195,199 +1217,199 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:514
+#: ../tin.1:521
 #, no-wrap
 msgid "B<Version 'v'>"
 msgstr ""
 
 #. --------------------------------------------------------------------
 # type: Plain text
-#: ../tin.1:519
+#: ../tin.1:526
 msgid "Print B<tin> version information."
 msgstr ""
 
 # type: SS
-#: ../tin.1:519
+#: ../tin.1:526
 #, no-wrap
 msgid "NEWSGROUP SELECTION COMMANDS"
 msgstr ""
 
 # type: TP
-#: ../tin.1:520 ../tin.1:648 ../tin.1:898 ../tin.1:1062
+#: ../tin.1:527 ../tin.1:655 ../tin.1:905 ../tin.1:1069 ../tin.1:3242
 #, no-wrap
 msgid "B<4>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:523
+#: ../tin.1:530
 msgid "Select group 4."
 msgstr ""
 
 # type: TP
-#: ../tin.1:523
+#: ../tin.1:530
 #, no-wrap
 msgid "B<SelectResetNewsrc '^R'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:527
+#: ../tin.1:534
 msgid ""
 "Reset I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. This will destroy all "
 "records of which articles have been read, so use this carefully."
 msgstr ""
 
 # type: TP
-#: ../tin.1:527 ../tin.1:669 ../tin.1:919
+#: ../tin.1:534 ../tin.1:676 ../tin.1:926
 #, no-wrap
 msgid "B<SetRange '#'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:531 ../tin.1:673 ../tin.1:923
+#: ../tin.1:538 ../tin.1:680 ../tin.1:930
 msgid ""
 "Choose a range of articles to be affected by the next command. See the "
 "section \"RANGES\" for more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:531
+#: ../tin.1:538
 #, no-wrap
 msgid "B<SelectSortActive '.'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:534
+#: ../tin.1:541
 msgid "Sort the list of newsgroups."
 msgstr ""
 
 # type: TP
-#: ../tin.1:534 ../tin.1:676 ../tin.1:926 ../tin.1:1113 ../tin.1:1325 ../tin.1:1375
+#: ../tin.1:541 ../tin.1:683 ../tin.1:933 ../tin.1:1123 ../tin.1:1335 ../tin.1:1385
 #, no-wrap
 msgid "B<SearchRepeat '\\e'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:537 ../tin.1:929 ../tin.1:1116 ../tin.1:1328 ../tin.1:1378
+#: ../tin.1:544 ../tin.1:936 ../tin.1:1126 ../tin.1:1338 ../tin.1:1388
 msgid "Repeat the previous search."
 msgstr ""
 
 # type: TP
-#: ../tin.1:537 ../tin.1:679 ../tin.1:929 ../tin.1:1116 ../tin.1:1319 ../tin.1:1369
+#: ../tin.1:544 ../tin.1:686 ../tin.1:936 ../tin.1:1126 ../tin.1:1329 ../tin.1:1379
 #, no-wrap
 msgid "B<SearchSubjF '/'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:540
+#: ../tin.1:547
 msgid "Search for a group by name and description (if displayed)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:540 ../tin.1:682 ../tin.1:932 ../tin.1:1119 ../tin.1:1322 ../tin.1:1372
+#: ../tin.1:547 ../tin.1:689 ../tin.1:939 ../tin.1:1129 ../tin.1:1332 ../tin.1:1382
 #, no-wrap
 msgid "B<SearchSubjB '?'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:543
+#: ../tin.1:550
 msgid "Backward search through the group names and descriptions."
 msgstr ""
 
 # type: TP
-#: ../tin.1:543
+#: ../tin.1:550
 #, no-wrap
 msgid "B<SelectReadGrp '^J' 'E<lt>CRE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:546
+#: ../tin.1:553
 msgid "Read current group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:546
+#: ../tin.1:553
 #, no-wrap
 msgid "B<SelectEnterNextUnreadGrp 'E<lt>TABE<gt>' 'n'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:550
+#: ../tin.1:557
 msgid ""
 "Enter next group with unread news. Will wrap around to the beginning of the "
 "group selection list looking for unread groups."
 msgstr ""
 
 # type: TP
-#: ../tin.1:550 ../tin.1:757 ../tin.1:970 ../tin.1:1177
+#: ../tin.1:557 ../tin.1:764 ../tin.1:977 ../tin.1:1187
 #, no-wrap
 msgid "B<Catchup 'c'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:554
+#: ../tin.1:561
 msgid ""
 "Make current group as all read [after confirmation] and move to the next "
 "group in the group selection list."
 msgstr ""
 
 # type: TP
-#: ../tin.1:554 ../tin.1:761 ../tin.1:974 ../tin.1:1181
+#: ../tin.1:561 ../tin.1:768 ../tin.1:981 ../tin.1:1191
 #, no-wrap
 msgid "B<CatchupNextUnread 'C'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:558
+#: ../tin.1:565
 msgid ""
 "Mark current group as all read [after confirmation] and enter the next "
 "unread group in the group selection list."
 msgstr ""
 
 # type: TP
-#: ../tin.1:558
+#: ../tin.1:565
 #, no-wrap
 msgid "B<SelectToggleDescriptions 'd'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:562
+#: ../tin.1:569
 msgid ""
 "Toggle display to show just the group name or the group name and the group "
 "descriptions."
 msgstr ""
 
 # type: TP
-#: ../tin.1:562 ../tin.1:774 ../tin.1:987 ../tin.1:1193
+#: ../tin.1:569 ../tin.1:781 ../tin.1:994 ../tin.1:1203
 #, no-wrap
 msgid "B<EditFilter 'E'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:565 ../tin.1:777 ../tin.1:990 ../tin.1:1196
+#: ../tin.1:572 ../tin.1:784 ../tin.1:997 ../tin.1:1206
 msgid "Edit the filter file and reload it afterwards."
 msgstr ""
 
 # type: TP
-#: ../tin.1:565
+#: ../tin.1:572
 #, no-wrap
 msgid "B<SelectGoto 'g'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:569 ../tin.1:781
+#: ../tin.1:576 ../tin.1:788
 msgid ""
 "Choose a new group by name. This command can be used to access any group, "
 "even those not currently yanked in."
 msgstr ""
 
 # type: TP
-#: ../tin.1:569 ../tin.1:784 ../tin.1:990 ../tin.1:1209 ../tin.1:1331 ../tin.1:1384
+#: ../tin.1:576 ../tin.1:791 ../tin.1:997 ../tin.1:1219 ../tin.1:1341 ../tin.1:1394
 #, no-wrap
 msgid "B<ToggleInfoLastLine 'i'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:574
+#: ../tin.1:581
 msgid ""
 "Toggle the display of the description of the current newsgroup in the last "
 "line. This will not be available if B<tin> was started with the \\&''B<-d>'' "
@@ -1395,24 +1417,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:574 ../tin.1:788 ../tin.1:993 ../tin.1:1212
+#: ../tin.1:581 ../tin.1:795 ../tin.1:1000 ../tin.1:1222
 #, no-wrap
 msgid "B<ToggleInverseVideo 'I'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:577 ../tin.1:791 ../tin.1:996 ../tin.1:1215
+#: ../tin.1:584 ../tin.1:798 ../tin.1:1003 ../tin.1:1225
 msgid "Toggle inverse video."
 msgstr ""
 
 # type: TP
-#: ../tin.1:577
+#: ../tin.1:584
 #, no-wrap
 msgid "B<SelectMoveGrp 'm'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:583
+#: ../tin.1:590
 msgid ""
 "Move the current group within the group selection list. By entering '1' the "
 "group will become the first displayed group in the list, by entering '8' the "
@@ -1421,61 +1443,61 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:583 ../tin.1:808 ../tin.1:1229
+#: ../tin.1:590 ../tin.1:815 ../tin.1:1239
 #, no-wrap
 msgid "B<OptionMenu 'M'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:587 ../tin.1:812 ../tin.1:1233
+#: ../tin.1:594 ../tin.1:819 ../tin.1:1243
 msgid ""
 "User configurable options menu (for more information see section \"GLOBAL "
 "OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES\")."
 msgstr ""
 
 # type: TP
-#: ../tin.1:587
+#: ../tin.1:594
 #, no-wrap
 msgid "B<SelectNextUnreadGrp 'N'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:590
+#: ../tin.1:597
 msgid "Positions the cursor on the next group with unread articles in it."
 msgstr ""
 
 # type: TP
-#: ../tin.1:590 ../tin.1:829 ../tin.1:1015 ../tin.1:1250
+#: ../tin.1:597 ../tin.1:836 ../tin.1:1022 ../tin.1:1260
 #, no-wrap
 msgid "B<Quit 'q'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:594
+#: ../tin.1:601
 msgid ""
 "Quit B<tin> - ask the user to confirm if B<confirm_choice> is set "
 "accordingly."
 msgstr ""
 
 # type: TP
-#: ../tin.1:594 ../tin.1:832 ../tin.1:1018 ../tin.1:1253
+#: ../tin.1:601 ../tin.1:839 ../tin.1:1025 ../tin.1:1263
 #, no-wrap
 msgid "B<QuitTin 'Q'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:597 ../tin.1:835 ../tin.1:1021 ../tin.1:1256
+#: ../tin.1:604 ../tin.1:842 ../tin.1:1028 ../tin.1:1266
 msgid "Quit B<tin> - don't ask the user to confirm."
 msgstr ""
 
 # type: TP
-#: ../tin.1:597
+#: ../tin.1:604
 #, no-wrap
 msgid "B<SelectToggleReadDisplay 'r'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:602
+#: ../tin.1:609
 msgid ""
 "Toggle display of all subscribed to groups and just those groups containing "
 "unread articles. Command has no effect if groups were specified on the "
@@ -1483,37 +1505,37 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:602 ../tin.1:838 ../tin.1:1021
+#: ../tin.1:609 ../tin.1:845 ../tin.1:1028
 #, no-wrap
 msgid "B<BugReport 'R'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:606 ../tin.1:842 ../tin.1:1025
+#: ../tin.1:613 ../tin.1:849 ../tin.1:1032
 msgid ""
 "Mail a bug report or comment to E<lt>tin-bugs@tin.orgE<gt>. This is the best "
 "way of getting bugs fixed and features added/changed."
 msgstr ""
 
 # type: TP
-#: ../tin.1:606
+#: ../tin.1:613
 #, no-wrap
 msgid "B<SelectSubscribe 's'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:609
+#: ../tin.1:616
 msgid "Subscribe to current group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:609
+#: ../tin.1:616
 #, no-wrap
 msgid "B<SelectSubscribePat 'S'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:614
+#: ../tin.1:621
 msgid ""
 "Subscribe to groups matching user specified pattern. See the section "
 "\"NEWSGROUP LISTS & WILDCARDS\" for the types of pattern that B<tin> "
@@ -1521,13 +1543,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:614
+#: ../tin.1:621
 #, no-wrap
 msgid "B<SelectUnsubscribe 'u'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:619
+#: ../tin.1:626
 msgid ""
 "Unsubscribe to current group. This can be used to remove bogus groups.  See "
 "B<strip_bogus> in the \"GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE "
@@ -1535,13 +1557,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:619
+#: ../tin.1:626
 #, no-wrap
 msgid "B<SelectUnsubscribePat 'U'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:624
+#: ../tin.1:631
 msgid ""
 "Unsubscribe to groups matching user specified pattern. See the section "
 "\"NEWSGROUP LISTS & WILDCARDS\" for the types of pattern that B<tin> "
@@ -1549,13 +1571,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:624 ../tin.1:866 ../tin.1:1040 ../tin.1:1290
+#: ../tin.1:631 ../tin.1:873 ../tin.1:1047 ../tin.1:1300
 #, no-wrap
 msgid "B<Post 'w'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:630
+#: ../tin.1:637
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to B<PostEdit> ('B<e>') the article again, B<PostPostpone> "
@@ -1564,24 +1586,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:630
+#: ../tin.1:637
 #, no-wrap
 msgid "B<SelectQuitNoWrite 'X'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:633
+#: ../tin.1:640
 msgid "Quit B<tin> without saving any changes to the configuration."
 msgstr ""
 
 # type: TP
-#: ../tin.1:633
+#: ../tin.1:640
 #, no-wrap
 msgid "B<SelectYankActive 'y'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:638
+#: ../tin.1:645
 msgid ""
 "Yanks in all groups. Toggles the displayed groups between all the groups in "
 "the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file and just "
@@ -1589,75 +1611,75 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:638
+#: ../tin.1:645
 #, no-wrap
 msgid "B<SelectSyncWithActive 'Y'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:642
+#: ../tin.1:649
 msgid ""
 "Reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file "
 "to see if any new news has arrived since starting B<tin>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:642
+#: ../tin.1:649
 #, no-wrap
 msgid "B<SelectMarkGrpUnread 'z' 'Z'>"
 msgstr ""
 
 #. --------------------------------------------------------------------
 # type: Plain text
-#: ../tin.1:647
+#: ../tin.1:654
 msgid "Mark all articles in the current group as unread."
 msgstr ""
 
 # type: SS
-#: ../tin.1:647
+#: ../tin.1:654
 #, no-wrap
 msgid "GROUP INDEX COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:651
+#: ../tin.1:658
 msgid "Select article 4."
 msgstr ""
 
 # type: TP
-#: ../tin.1:651 ../tin.1:901 ../tin.1:1065
+#: ../tin.1:658 ../tin.1:908 ../tin.1:1072
 #, no-wrap
 msgid "B<MenuFilterSelect '^A'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:655 ../tin.1:905 ../tin.1:1069
+#: ../tin.1:662 ../tin.1:912 ../tin.1:1076
 msgid ""
 "Auto select article(s) using a menu. Read the section \"FILTERING ARTICLES\" "
 "for more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:655 ../tin.1:905 ../tin.1:1081
+#: ../tin.1:662 ../tin.1:912 ../tin.1:1088
 #, no-wrap
 msgid "B<MenuFilterKill '^K'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:659 ../tin.1:909 ../tin.1:1085
+#: ../tin.1:666 ../tin.1:916 ../tin.1:1092
 msgid ""
 "Kill article(s) using a menu. Read the section \"FILTERING ARTICLES\" for "
 "more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:659 ../tin.1:909
+#: ../tin.1:666 ../tin.1:916
 #, no-wrap
 msgid "B<MarkFeedRead '^X'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:664 ../tin.1:914
+#: ../tin.1:671 ../tin.1:921
 msgid ""
 "Mark current article, thread, range, auto-selected (hot) articles, articles "
 "matching pattern or tagged articles as read. A prompt asks which type should "
@@ -1665,13 +1687,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:664 ../tin.1:914
+#: ../tin.1:671 ../tin.1:921
 #, no-wrap
 msgid "B<MarkFeedUnread '^W'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:669 ../tin.1:919
+#: ../tin.1:676 ../tin.1:926
 msgid ""
 "Mark current article, thread, range, auto-selected (hot) articles, articles "
 "matching pattern or tagged articles as unread. A prompt asks which type "
@@ -1679,63 +1701,63 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:673 ../tin.1:923 ../tin.1:1110
+#: ../tin.1:680 ../tin.1:930 ../tin.1:1120
 #, no-wrap
 msgid "B<LastViewed '-'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:676 ../tin.1:926 ../tin.1:1113
+#: ../tin.1:683 ../tin.1:933 ../tin.1:1123
 msgid "Re-enter the last message that was viewed."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:679
+#: ../tin.1:686
 msgid "Repeat the previous search"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:682
+#: ../tin.1:689
 msgid "Search forward for specified subject."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:685
+#: ../tin.1:692
 msgid "Search backward for specified subject."
 msgstr ""
 
 # type: TP
-#: ../tin.1:685
+#: ../tin.1:692
 #, no-wrap
 msgid "B<GroupSelThd '*'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:688
+#: ../tin.1:695
 msgid "Select current thread for later processing."
 msgstr ""
 
 # type: TP
-#: ../tin.1:688
+#: ../tin.1:695
 #, no-wrap
 msgid "B<GroupDoAutoSel '+'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:692
+#: ../tin.1:699
 msgid ""
 "Selects all threads in current group. It is a shortcut for calling "
 "B<GroupSelPattern> with a pattern of ''*''."
 msgstr ""
 
 # type: TP
-#: ../tin.1:692
+#: ../tin.1:699
 #, no-wrap
 msgid "B<GroupToggleThdSel '.'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:697
+#: ../tin.1:704
 msgid ""
 "Toggle selection of current thread. If at least one unread article, (but not "
 "every unread article) in the current thread is selected, then all unread "
@@ -1743,13 +1765,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:697
+#: ../tin.1:704
 #, no-wrap
 msgid "B<GroupSelThdIfUnreadSelected ';'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:702
+#: ../tin.1:709
 msgid ""
 "For each thread in current group, if it at least one unread article is "
 "selected, all unread articles become selected. This is useful for "
@@ -1757,13 +1779,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:702
+#: ../tin.1:709
 #, no-wrap
 msgid "B<GroupSelPattern '='>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:708
+#: ../tin.1:715
 msgid ""
 "Prompts for a pattern with which to match on. All threads whose subjects "
 "match the pattern will be marked selected. A pattern of ''*'' will match all "
@@ -1772,24 +1794,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:708
+#: ../tin.1:715
 #, no-wrap
 msgid "B<GroupReverseSel '@'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:711
+#: ../tin.1:718
 msgid "Reverse all selections on all articles."
 msgstr ""
 
 # type: TP
-#: ../tin.1:711
+#: ../tin.1:718
 #, no-wrap
 msgid "B<GroupUndoSel '~'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:717
+#: ../tin.1:724
 msgid ""
 "Undo all selections on all articles. It clears the toggle effect of "
 "B<GroupMarkUnselArtRead> ('B<X>') command. Thus after first doing a "
@@ -1798,13 +1820,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:717 ../tin.1:947 ../tin.1:1136
+#: ../tin.1:724 ../tin.1:954 ../tin.1:1146
 #, no-wrap
 msgid "B<Pipe '|'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:722 ../tin.1:952 ../tin.1:1141
+#: ../tin.1:729 ../tin.1:959 ../tin.1:1151
 msgid ""
 "Pipe current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles into command. See the section \"MAILING "
@@ -1812,13 +1834,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:722 ../tin.1:1141
+#: ../tin.1:729 ../tin.1:1151
 #, no-wrap
 msgid "B<QuickFilterSelect '['>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:731
+#: ../tin.1:738
 msgid ""
 "Auto select article(s) with a single key [after confirmation]. The defaults "
 "used for selection are based upon the following four tinrc config variables: "
@@ -1830,13 +1852,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:731 ../tin.1:1150
+#: ../tin.1:738 ../tin.1:1160
 #, no-wrap
 msgid "B<QuickFilterKill ']'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:740
+#: ../tin.1:747
 msgid ""
 "Kill article(s) with a single key [after confirmation]. The defaults used "
 "for killing are based upon the following four tinrc config variables: "
@@ -1848,99 +1870,99 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:740
+#: ../tin.1:747
 #, no-wrap
 msgid "B<GroupReadBasenote '^J' 'E<lt>CRE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:743
+#: ../tin.1:750
 msgid "Read current article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:743
+#: ../tin.1:750
 #, no-wrap
 msgid "B<GroupNextUnreadArtOrGrp 'E<lt>TABE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:746
+#: ../tin.1:753
 msgid "View next unread article or group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:746 ../tin.1:958 ../tin.1:1167
+#: ../tin.1:753 ../tin.1:965 ../tin.1:1177
 #, no-wrap
 msgid "B<SearchAuthF 'a'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:750
+#: ../tin.1:757
 msgid ""
 "Author forward search. This searches for articles with a specific ''From:'' "
 "line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:750 ../tin.1:963 ../tin.1:1170
+#: ../tin.1:757 ../tin.1:970 ../tin.1:1180
 #, no-wrap
 msgid "B<SearchAuthB 'A'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:753 ../tin.1:966
+#: ../tin.1:760 ../tin.1:973
 msgid "Author backward search. Otherwise, see B<SearchAuthF> ('B<a>') above."
 msgstr ""
 
 # type: TP
-#: ../tin.1:753 ../tin.1:966 ../tin.1:1173
+#: ../tin.1:760 ../tin.1:973 ../tin.1:1183
 #, no-wrap
 msgid "B<SearchBody 'B'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:757 ../tin.1:970 ../tin.1:1177
+#: ../tin.1:764 ../tin.1:977 ../tin.1:1187
 msgid ""
 "Search the body of all articles in group (can be slow). You can abort the "
 "search using B<Quit> ('B<q>')."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:761
+#: ../tin.1:768
 msgid ""
 "Mark all articles as read [after confirmation] then return to the group "
 "selection list. Move cursor to next group."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:765
+#: ../tin.1:772
 msgid ""
 "Mark all articles as read [after confirmation] and enter the next group with "
 "unread news."
 msgstr ""
 
 # type: TP
-#: ../tin.1:765
+#: ../tin.1:772
 #, no-wrap
 msgid "B<GroupToggleSubjDisplay 'd'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:769 ../tin.1:982
+#: ../tin.1:776 ../tin.1:989
 msgid ""
 "Cycle the display of the author through all the possible options for the "
 "tinrc variable B<show_author>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:769
+#: ../tin.1:776
 #, no-wrap
 msgid "B<GroupCancel 'D'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:774 ../tin.1:987 ../tin.1:1190
+#: ../tin.1:781 ../tin.1:994 ../tin.1:1200
 msgid ""
 "Cancel (delete) or supersede (overwrite) the current article. It must have "
 "been posted by the same user. The cancel message can be seen in the "
@@ -1948,37 +1970,37 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:777
+#: ../tin.1:784
 #, no-wrap
 msgid "B<GroupGoto 'g'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:781
+#: ../tin.1:788
 #, no-wrap
 msgid "B<GroupToggleGetartLimit 'G'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:784
+#: ../tin.1:791
 msgid "Toggle article/group limit."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:788
+#: ../tin.1:795
 msgid ""
 "Display the subject of the first article in the current thread in the last "
 "line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:791
+#: ../tin.1:798
 #, no-wrap
 msgid "B<GroupMarkThdRead 'K'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:797
+#: ../tin.1:804
 msgid ""
 "Mark article/thread as read and move onto the next unread article/thread. If "
 "a range of articles/threads is set, the range will be marked as read instead "
@@ -1987,35 +2009,35 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:797
+#: ../tin.1:804
 #, no-wrap
 msgid "B<GroupListThd 'l'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:800
+#: ../tin.1:807
 msgid "Open the thread under the current cursor position."
 msgstr ""
 
 # type: TP
-#: ../tin.1:800 ../tin.1:1002 ../tin.1:1221
+#: ../tin.1:807 ../tin.1:1009 ../tin.1:1231
 #, no-wrap
 msgid "B<LookupMessage 'L'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:803 ../tin.1:1005 ../tin.1:1224
+#: ../tin.1:810 ../tin.1:1012 ../tin.1:1234
 msgid "Look up article by ''Message-ID:''."
 msgstr ""
 
 # type: TP
-#: ../tin.1:803
+#: ../tin.1:810
 #, no-wrap
 msgid "B<GroupMail 'm'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:808 ../tin.1:1010 ../tin.1:1229
+#: ../tin.1:815 ../tin.1:1017 ../tin.1:1239
 msgid ""
 "Mail current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles to someone. See the section \"MAILING "
@@ -2023,35 +2045,35 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:812
+#: ../tin.1:819
 #, no-wrap
 msgid "B<GroupNextGroup 'n'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:815
+#: ../tin.1:822
 msgid "Go to next group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:815
+#: ../tin.1:822
 #, no-wrap
 msgid "B<GroupNextUnreadArt 'N'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:818
+#: ../tin.1:825
 msgid "Go to next unread article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:818 ../tin.1:1010 ../tin.1:1239
+#: ../tin.1:825 ../tin.1:1017 ../tin.1:1249
 #, no-wrap
 msgid "B<Print 'o'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:823 ../tin.1:1015 ../tin.1:1244
+#: ../tin.1:830 ../tin.1:1022 ../tin.1:1254
 msgid ""
 "Send current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles to printer. See the section \"MAILING "
@@ -2059,51 +2081,51 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:823
+#: ../tin.1:830
 #, no-wrap
 msgid "B<GroupPrevGroup 'p'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:826
+#: ../tin.1:833
 msgid "Go to previous group."
 msgstr ""
 
 # type: TP
-#: ../tin.1:826
+#: ../tin.1:833
 #, no-wrap
 msgid "B<GroupPrevUnreadArt 'P'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:829
+#: ../tin.1:836
 msgid "Go to previous unread article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:832 ../tin.1:1018
+#: ../tin.1:839 ../tin.1:1025
 msgid "Return to previous level."
 msgstr ""
 
 # type: TP
-#: ../tin.1:835
+#: ../tin.1:842
 #, no-wrap
 msgid "B<GroupToggleReadUnread 'r'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:838
+#: ../tin.1:845
 msgid "Toggle the display between all articles and unread articles."
 msgstr ""
 
 # type: TP
-#: ../tin.1:842
+#: ../tin.1:849
 #, no-wrap
 msgid "B<GroupSave 's'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:847 ../tin.1:1030 ../tin.1:1269
+#: ../tin.1:854 ../tin.1:1037 ../tin.1:1279
 msgid ""
 "Save current article / thread / auto-selected (hot) articles / articles "
 "matching pattern / tagged articles. See the section \"MAILING PIPING "
@@ -2111,24 +2133,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:847
+#: ../tin.1:854
 #, no-wrap
 msgid "B<GroupAutoSave 'S'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:850 ../tin.1:1033 ../tin.1:1272
+#: ../tin.1:857 ../tin.1:1040 ../tin.1:1282
 msgid "Save marked articles automatically without further prompting."
 msgstr ""
 
 # type: TP
-#: ../tin.1:850
+#: ../tin.1:857
 #, no-wrap
 msgid "B<GroupTag 't'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:855
+#: ../tin.1:862
 msgid ""
 "Toggle tag-status of current article / thread for B<GroupMail> ('B<m>')  / "
 "B<Pipe> ('B<|>') / B<Print> ('B<o>') / B<GroupSave> ('B<s>') / "
@@ -2136,24 +2158,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:855
+#: ../tin.1:862
 #, no-wrap
 msgid "B<GroupTagParts 'T'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:858
+#: ../tin.1:865
 msgid "Automatically tag in order all the parts of the current multi-part message."
 msgstr ""
 
 # type: TP
-#: ../tin.1:858
+#: ../tin.1:865
 #, no-wrap
 msgid "B<GroupToggleThreading 'u'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:863
+#: ../tin.1:870
 msgid ""
 "Cycle the threading mode through no threading, threading by subject, "
 "threading by references, threading on both subject and references, group "
@@ -2161,18 +2183,18 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:863
+#: ../tin.1:870
 #, no-wrap
 msgid "B<GroupUntag 'U'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:866
+#: ../tin.1:873
 msgid "Untag all articles that were tagged."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:872
+#: ../tin.1:879
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to edit the article again via B<PostEdit> ('B<e>'), postpone "
@@ -2181,13 +2203,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:872
+#: ../tin.1:879
 #, no-wrap
 msgid "B<GroupRepost 'x'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:878
+#: ../tin.1:885
 msgid ""
 "Repost an already posted article / thread / auto-selected (hot) articles / "
 "articles matching pattern / tagged articles to another newsgroup(s). Useful "
@@ -2196,13 +2218,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:878
+#: ../tin.1:885
 #, no-wrap
 msgid "B<GroupMarkUnselArtRead 'X'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:886
+#: ../tin.1:893
 msgid ""
 "Mark all unread articles that have not been selected as read, redraw screen "
 "to reflect changes and put index at the first thread to begin reading.  "
@@ -2213,25 +2235,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:886 ../tin.1:1047 ../tin.1:1303
+#: ../tin.1:893 ../tin.1:1054 ../tin.1:1313
 #, no-wrap
 msgid "B<MarkArtUnread 'z'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:889
+#: ../tin.1:896
 msgid "Mark current article as unread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:889 ../tin.1:1052 ../tin.1:1306
+#: ../tin.1:896 ../tin.1:1059 ../tin.1:1316
 #, no-wrap
 msgid "B<MarkThdUnread 'Z'>"
 msgstr ""
 
 #. --------------------------------------------------------------------
 # type: Plain text
-#: ../tin.1:896
+#: ../tin.1:903
 msgid ""
 "Mark current thread as unread. If a range of threads is set, the range will "
 "be marked as unread instead of the current thread. When tagged threads are "
@@ -2239,94 +2261,94 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:896
+#: ../tin.1:903
 #, no-wrap
 msgid "THREAD LISTING COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:901
+#: ../tin.1:908
 msgid "Select article 4 within thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:932
+#: ../tin.1:939
 msgid "Search forward for a specified subject."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:935
+#: ../tin.1:942
 msgid "Search backwards for a specified subject."
 msgstr ""
 
 # type: TP
-#: ../tin.1:935
+#: ../tin.1:942
 #, no-wrap
 msgid "B<ThreadSelArt '*'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:938
+#: ../tin.1:945
 msgid "Select the current thread for later processing."
 msgstr ""
 
 # type: TP
-#: ../tin.1:938
+#: ../tin.1:945
 #, no-wrap
 msgid "B<ThreadToggleArtSel '.'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:941
+#: ../tin.1:948
 msgid "Toggle selection of current article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:941
+#: ../tin.1:948
 #, no-wrap
 msgid "B<ThreadReverseSel '@'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:944
+#: ../tin.1:951
 msgid "Reverse article selections."
 msgstr ""
 
 # type: TP
-#: ../tin.1:944
+#: ../tin.1:951
 #, no-wrap
 msgid "B<ThreadUndoSel '~'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:947
+#: ../tin.1:954
 msgid "Undo all selections on current thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:952
+#: ../tin.1:959
 #, no-wrap
 msgid "B<ThreadReadArt '^J' 'E<lt>CRE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:955
+#: ../tin.1:962
 msgid "Read current article within thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:955
+#: ../tin.1:962
 #, no-wrap
 msgid "B<ThreadReadNextArtOrThread 'E<lt>TABE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:958
+#: ../tin.1:965
 msgid "View next unread article within thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:963
+#: ../tin.1:970
 msgid ""
 "Author forward search. This searches for articles with a specific ''From:'' "
 "line. The search will wrap over into the next thread if nothing is found in "
@@ -2334,44 +2356,44 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:974
+#: ../tin.1:981
 msgid ""
 "Mark thread as read [after confirmation] and return to the group index "
 "page.  Move cursor to next thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:978
+#: ../tin.1:985
 msgid ""
 "Mark thread as read [after confirmation] and enter the next thread "
 "containing unread news."
 msgstr ""
 
 # type: TP
-#: ../tin.1:978
+#: ../tin.1:985
 #, no-wrap
 msgid "B<ThreadToggleSubjDisplay 'd'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:982
+#: ../tin.1:989
 #, no-wrap
 msgid "B<ThreadCancel 'D'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:993 ../tin.1:1212
+#: ../tin.1:1000 ../tin.1:1222
 msgid "Display the subject of the current article in the last line."
 msgstr ""
 
 # type: TP
-#: ../tin.1:996
+#: ../tin.1:1003
 #, no-wrap
 msgid "B<ThreadMarkArtRead 'K'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1002
+#: ../tin.1:1009
 msgid ""
 "Mark article as read and move onto the next unread article. If a range of "
 "articles is set, the range will be marked as read instead of the current "
@@ -2379,49 +2401,49 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1005
+#: ../tin.1:1012
 #, no-wrap
 msgid "B<ThreadMail 'm'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1025
+#: ../tin.1:1032
 #, no-wrap
 msgid "B<ThreadSave 's'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1030
+#: ../tin.1:1037
 #, no-wrap
 msgid "B<ThreadAutoSave 'S'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1033
+#: ../tin.1:1040
 #, no-wrap
 msgid "B<ThreadTag 't'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1037 ../tin.1:1276
+#: ../tin.1:1044 ../tin.1:1286
 msgid ""
 "Toggle tag status of current article for mailing, piping, printing, saving "
 "or reposting."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1037
+#: ../tin.1:1044
 #, no-wrap
 msgid "B<ThreadUntag 'U'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1040
+#: ../tin.1:1047
 msgid "Untag all tagged threads."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1047
+#: ../tin.1:1054
 msgid ""
 "Post an article to current group. If posting fails for some reason, you'll "
 "get the chance to edit the article again via B<PostEdit> ('B<e>'), postpone "
@@ -2430,7 +2452,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1052
+#: ../tin.1:1059
 msgid ""
 "Mark current article in thread as unread. If a range of articles is set, the "
 "range will be marked as unread instead of the current article. When tagged "
@@ -2439,130 +2461,143 @@ msgstr ""
 
 #. --------------------------------------------------------------------
 # type: Plain text
-#: ../tin.1:1057
+#: ../tin.1:1064
 msgid "Mark all articles in thread as unread."
 msgstr ""
 
 # type: SS
-#: ../tin.1:1057
+#: ../tin.1:1064
 #, no-wrap
 msgid "ARTICLE VIEWER COMMANDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1062
+#: ../tin.1:1069
 msgid "Read the first (base) article in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1065
+#: ../tin.1:1072
 msgid "Read response 4 in this thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1069
+#: ../tin.1:1076
 #, no-wrap
 msgid "B<PageReplyQuoteHeaders '^E'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1073
+#: ../tin.1:1080
 msgid ""
 "Reply through mail to the author of the current article with a copy of the "
 "article with all headers included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1073
+#: ../tin.1:1080
 #, no-wrap
 msgid "B<PagePGPCheckArticle '^G'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1078
+#: ../tin.1:1085
 msgid "Perform B<pgp>(1)  operations on article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1078
+#: ../tin.1:1085
 #, no-wrap
-msgid "B<PageToggleHeaders '^H'>"
+msgid "B<PageToggleRaw '^H'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1081
+#: ../tin.1:1088
 msgid "Toggles the display mode (raw including all headers vs. cooked)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1085
+#: ../tin.1:1092
 #, no-wrap
 msgid "B<PageToggleTabs '^T'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1088
+#: ../tin.1:1095
 msgid "Toggle the TAB width between 4 and 8 characters."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1088
+#: ../tin.1:1095
 #, no-wrap
 msgid "B<PageFollowupQuoteHeaders '^W'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1092
+#: ../tin.1:1099
 msgid ""
 "Post a followup to the current article with a copy of the article with all "
 "headers included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1092
+#: ../tin.1:1099
 #, no-wrap
 msgid "B<PageToggleTex2iso '\"'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1096
+#: ../tin.1:1103
 msgid ""
 "Toggle TeX to ISO decoding for current article. The default behavior is "
 "taken from the B<tex2iso_conv> variable in the tinrc file."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1096
+#: ../tin.1:1103
+#, no-wrap
+msgid "B<PageToggleAllHeaders '*'>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:1106
+msgid ""
+"Toggles the display of all headers vs. headers in "
+"B<news_headers_to_display>."
+msgstr ""
+
+# type: TP
+#: ../tin.1:1106
 #, no-wrap
 msgid "B<PageToggleRot '%'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1099
+#: ../tin.1:1109
 msgid "Toggle ROT-13 decoding for this article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1099
+#: ../tin.1:1109
 #, no-wrap
 msgid "B<PageToggleUue '('>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1103
+#: ../tin.1:1113
 msgid ""
 "Toggle the display of uuencoded sections. The default behavior is taken from "
 "the B<hide_uue> variable in the tinrc file."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1103
+#: ../tin.1:1113
 #, no-wrap
 msgid "B<PageReveal ')'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1110
+#: ../tin.1:1120
 msgid ""
 "The formfeed character (^L) is often used to hide 'spoilers' that the reader "
 "may not initially wish to see when viewing an article. Any text after a "
@@ -2572,23 +2607,23 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1119
+#: ../tin.1:1129
 msgid "Forward search the text of this article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1122
+#: ../tin.1:1132
 msgid "Backward search the text of this article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1122
+#: ../tin.1:1132
 #, no-wrap
 msgid "B<PageSkipIncludedText ':'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1127
+#: ../tin.1:1137
 msgid ""
 "Skip to the end of the next quoted text-block in this article. Quoted text "
 "is everything which matches B<quote_regex>, B<quote_regex2> or "
@@ -2596,40 +2631,40 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1127
+#: ../tin.1:1137
 #, no-wrap
 msgid "B<PageTopThd 'E<lt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1130
-msgid "Goto the first article in the current thread."
+#: ../tin.1:1140
+msgid "Go to the first article in the current thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1130
+#: ../tin.1:1140
 #, no-wrap
 msgid "B<PageBotThd 'E<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1133
-msgid "Goto the last article in the current thread."
+#: ../tin.1:1143
+msgid "Go to the last article in the current thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1133
+#: ../tin.1:1143
 #, no-wrap
 msgid "B<PageToggleHighlight '_'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1136
+#: ../tin.1:1146
 msgid "Toggle word highlighting on/off."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1150
+#: ../tin.1:1160
 msgid ""
 "Auto select article(s) with a single key. The defaults used for selection "
 "are set based upon the following four tinrc config variables: "
@@ -2641,7 +2676,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1159
+#: ../tin.1:1169
 msgid ""
 "Kill article(s) with a single key. The defaults used for killing are based "
 "upon the following four tinrc config variables: B<default_filter_kill_case>, "
@@ -2652,288 +2687,288 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1159
+#: ../tin.1:1169
 #, no-wrap
 msgid "B<PageNextThd '^J' 'E<lt>CRE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1162
-msgid "Goto next base article."
+#: ../tin.1:1172
+msgid "Go to next base article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1162
+#: ../tin.1:1172
 #, no-wrap
 msgid "B<PageNextUnread 'E<lt>TABE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1167
+#: ../tin.1:1177
 msgid ""
-"Goto next unread article. If the tinrc variable B<goto_next_unread> doesn't "
+"Go to next unread article. If the tinrc variable B<goto_next_unread> doesn't "
 "contain PageNextUnread, then this key will first page through the current "
 "article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1170
+#: ../tin.1:1180
 msgid "Author forward search."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1173
+#: ../tin.1:1183
 msgid "Author backward search."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1181
+#: ../tin.1:1191
 msgid ""
 "Mark the current thread as read [after confirmation] and return to the "
 "previous menu. Move cursor to next item."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1185
+#: ../tin.1:1195
 msgid ""
 "Mark the rest of the current thread as read [after confirmation] and enter "
 "the next thread with unread articles."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1185
+#: ../tin.1:1195
 #, no-wrap
 msgid "B<PageCancel 'D'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1190
+#: ../tin.1:1200
 #, no-wrap
 msgid "B<PageEditArticle 'e'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1193
+#: ../tin.1:1203
 msgid "Edit the current article. This is restricted to mailgroups and saved news."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1196
+#: ../tin.1:1206
 #, no-wrap
 msgid "B<PageFollowupQuote 'f'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1199
+#: ../tin.1:1209
 msgid "Post a followup to the current article with a copy of the article included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1199
+#: ../tin.1:1209
 #, no-wrap
 msgid "B<PageFollowup 'F'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1203
+#: ../tin.1:1213
 msgid ""
 "Post a followup to the current article without including a copy of the "
 "article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1203
+#: ../tin.1:1213
 #, no-wrap
 msgid "B<PageFirstPage 'g'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1206
-msgid "Goto the start of the article."
+#: ../tin.1:1216
+msgid "Go to the start of the article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1206
+#: ../tin.1:1216
 #, no-wrap
 msgid "B<PageLastPage 'G'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1209
-msgid "Goto the end of the article."
+#: ../tin.1:1219
+msgid "Go to the end of the article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1215
+#: ../tin.1:1225
 #, no-wrap
 msgid "B<PageKillThd 'K'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1218
+#: ../tin.1:1228
 msgid "Mark rest of thread as read and move onto the next unread thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1218
+#: ../tin.1:1228
 #, no-wrap
 msgid "B<PageListThd 'l'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1221
+#: ../tin.1:1231
 msgid "Show the thread menu that the current article is a part of."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1224
+#: ../tin.1:1234
 #, no-wrap
 msgid "B<PageMail 'm'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1233
+#: ../tin.1:1243
 #, no-wrap
 msgid "B<PageNextArt 'n'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1236
+#: ../tin.1:1246
 msgid "Go to the next article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1236
+#: ../tin.1:1246
 #, no-wrap
 msgid "B<PageNextUnreadArt 'N'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1239
+#: ../tin.1:1249
 msgid "Go to the next unread article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1244
+#: ../tin.1:1254
 #, no-wrap
 msgid "B<PagePrevArt 'p'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1247
+#: ../tin.1:1257
 msgid "Go to the previous article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1247
+#: ../tin.1:1257
 #, no-wrap
 msgid "B<PagePrevUnreadArt 'P'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1250
+#: ../tin.1:1260
 msgid "Go to the previous unread article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1253
+#: ../tin.1:1263
 msgid "Return to the previous level."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1256
+#: ../tin.1:1266
 #, no-wrap
 msgid "B<PageReplyQuote 'r'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1260
+#: ../tin.1:1270
 msgid ""
 "Reply through mail to the author of the current article with a copy of the "
 "article included."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1260
+#: ../tin.1:1270
 #, no-wrap
 msgid "B<PageReply 'R'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1264
+#: ../tin.1:1274
 msgid ""
 "Reply through mail to the author of the current article without including "
 "the original article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1264
+#: ../tin.1:1274
 #, no-wrap
 msgid "B<PageSave 's'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1269
+#: ../tin.1:1279
 #, no-wrap
 msgid "B<PageAutoSave 'S'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1272
+#: ../tin.1:1282
 #, no-wrap
 msgid "B<PageTag 't'>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1276
+#: ../tin.1:1286
 #, no-wrap
 msgid "B<PageGroupSel 'T'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1279
+#: ../tin.1:1289
 msgid "Return to group selection level."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1279
+#: ../tin.1:1289
 #, no-wrap
 msgid "B<PageGotoParent 'u'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1282
-msgid "Goto parent article."
+#: ../tin.1:1292
+msgid "Go to parent article."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1282
+#: ../tin.1:1292
 #, no-wrap
 msgid "B<PageViewUrl 'U'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1286
+#: ../tin.1:1296
 msgid ""
 "Display a list of URLs in the current article. See the section \"URL "
 "LISTING\" for more information."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1286
+#: ../tin.1:1296
 #, no-wrap
 msgid "B<PageViewAttach 'V'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1290
+#: ../tin.1:1300
 msgid ""
 "Display a list of attachments of the current article. See the section "
 "\"ATTACHMENT LISTING\" for more information."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1297
+#: ../tin.1:1307
 msgid ""
 "Post an article to the current group. If posting fails for some reason, "
 "you'll get the chance to edit the article again via B<PostEdit> ('B<e>'), "
@@ -2942,13 +2977,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1297
+#: ../tin.1:1307
 #, no-wrap
 msgid "B<PageRepost 'x'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1303
+#: ../tin.1:1313
 msgid ""
 "Repost an already posted article / thread / auto-selected (hot) articles / "
 "articles matching pattern / tagged articles to another newsgroup(s). Useful "
@@ -2957,24 +2992,24 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1306
+#: ../tin.1:1316
 msgid "Mark article as unread."
 msgstr ""
 
 #. --------------------------------------------------------------------
 # type: Plain text
-#: ../tin.1:1311
+#: ../tin.1:1321
 msgid "Mark the current thread as unread."
 msgstr ""
 
 # type: SS
-#: ../tin.1:1311
+#: ../tin.1:1321
 #, no-wrap
 msgid "URL LISTING"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1314
+#: ../tin.1:1324
 msgid ""
 "B<PageViewUrl> ('B<U>') displays a list of URLs in the current "
 "article. Besides the common moving keys, the following commands are "
@@ -2982,52 +3017,52 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1315
+#: ../tin.1:1325
 #, no-wrap
 msgid "B<UrlSelect '^J' 'E<lt>CRE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1319
+#: ../tin.1:1329
 msgid ""
 "The current URL will be prompted and opened using the "
 "B<url_handler>. 'B<E<lt>ESCE<gt>>' or no input will skip the URL."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1322
+#: ../tin.1:1332
 msgid "URL forward search."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1325
+#: ../tin.1:1335
 msgid "URL backward search."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1331 ../tin.1:1384
+#: ../tin.1:1341 ../tin.1:1394
 msgid "Shell escape."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1334
+#: ../tin.1:1344
 msgid "Toggle the display of the current URL in the last line."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1337 ../tin.1:1391
+#: ../tin.1:1347 ../tin.1:1401
 msgid "Help screen of commands available."
 msgstr ""
 
 #. --------------------------------------------------------------------
 # type: SS
-#: ../tin.1:1343
+#: ../tin.1:1353
 #, no-wrap
 msgid "ATTACHMENT LISTING"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1346
+#: ../tin.1:1356
 msgid ""
 "B<PageViewAttach> ('B<V>') displays a list of attachments of the current "
 "article. Besides the common moving keys, the following commands are "
@@ -3035,107 +3070,107 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1347
+#: ../tin.1:1357
 #, no-wrap
 msgid "B<AttachPipe 'p'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1350
+#: ../tin.1:1360
 msgid "Pipe attachment into command."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1350
+#: ../tin.1:1360
 #, no-wrap
 msgid "B<AttachSave 's'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1353
+#: ../tin.1:1363
 msgid "Save current attachment / tagged attachments to disk."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1353
+#: ../tin.1:1363
 #, no-wrap
 msgid "B<AttachSelect '^J' 'E<lt>CRE<gt>'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1356
+#: ../tin.1:1366
 msgid "View attachment."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1356
+#: ../tin.1:1366
 #, no-wrap
 msgid "B<AttachTag 't'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1359
+#: ../tin.1:1369
 msgid "Tag one or more attachments for saving."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1359
+#: ../tin.1:1369
 #, no-wrap
 msgid "B<AttachTagPattern '='>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1363
+#: ../tin.1:1373
 msgid ""
 "Prompts for a pattern to match. All attachments whose name/description or "
 "content type/transfer encoding match the pattern will be tagged."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1363
+#: ../tin.1:1373
 #, no-wrap
 msgid "B<AttachToggleTagged '@'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1366
+#: ../tin.1:1376
 msgid "Reverse tagging of all attachments."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1366
+#: ../tin.1:1376
 #, no-wrap
 msgid "B<AttachUntag 'U'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1369
+#: ../tin.1:1379
 msgid "Untag all tagged attachments."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1372
+#: ../tin.1:1382
 msgid "Attachment forward search."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1375
+#: ../tin.1:1385
 msgid "Attachment backward search."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1378
+#: ../tin.1:1388
 #, no-wrap
 msgid "B<GlobalPipe '|'>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1381
+#: ../tin.1:1391
 msgid "Pipe attachment into command. Uses the raw attachment, no decoding is done."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1388
+#: ../tin.1:1398
 msgid ""
 "Toggle the display of the name/description of the current attachment in the "
 "last line."
@@ -3143,14 +3178,14 @@ msgstr ""
 
 #. --------------------------------------------------------------------
 # type: SS
-#: ../tin.1:1397
+#: ../tin.1:1407
 #, no-wrap
 msgid "GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES"
 msgstr ""
 
 #.  FIXME - add missing descriptions
 # type: Plain text
-#: ../tin.1:1407
+#: ../tin.1:1417
 msgid ""
 "At startup, B<tin> reads in the configuration files (see also B<tin>(5)).  "
 "They contain a list of variables that can be used to configure the way "
@@ -3162,7 +3197,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1415
+#: ../tin.1:1425
 msgid ""
 "The variables are user configurable by editing "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> directly. Most of them can also be "
@@ -3174,7 +3209,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1421
+#: ../tin.1:1431
 msgid ""
 "In the options menu use the cursor keys in the usual way to move around. Use "
 "B<ConfigSelect> ('B<^J>' or 'B<E<lt>CRE<gt>>') to 'open' the option you wish "
@@ -3184,7 +3219,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1428
+#: ../tin.1:1438
 msgid ""
 "As with the other menus, B<RedrawScr> ('B<^L>') will redraw the screen. You "
 "can use B<SearchSubjF> ('B</>'), B<SearchSubjB> ('B<?>') and B<SearchRepeat> "
@@ -3194,7 +3229,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1433
+#: ../tin.1:1443
 msgid ""
 "The options menu provides access to the attributes menu for the current "
 "group by the B<ConfigToggleAttrib> ('B<E<lt>TABE<gt>>') command. Pressing "
@@ -3203,14 +3238,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1436
+#: ../tin.1:1446
 msgid ""
 "The B<ConfigScopeMenu> ('B<S>') command brings up the scopes menu. For more "
 "information see section \"SCOPES MENU\"."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1440
+#: ../tin.1:1450
 msgid ""
 "Here is a full list of all the available variables. The name in braces is "
 "the name of the corresponding setting in "
@@ -3218,13 +3253,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1440
+#: ../tin.1:1450
 #, no-wrap
 msgid "B<Abbreviate long newsgroup names (abbreviate_groupname)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1446 ../tin.5:1183
+#: ../tin.1:1456 ../tin.5:1185
 msgid ""
 "If ON abbreviate long newsgroup names at group selection level and article "
 "level (if necessary) like this: news.software.readers -E<gt> "
@@ -3232,159 +3267,159 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1446
+#: ../tin.1:1456
 #, no-wrap
 msgid "B<Add posted articles to filter (add_posted_to_filter)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1450 ../tin.5:1187
+#: ../tin.1:1460 ../tin.5:1189
 msgid ""
 "If ON add posted articles which start a new thread to filter for "
 "highlighting follow-ups. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1450
+#: ../tin.1:1460
 #, no-wrap
 msgid "B<Insert 'User-Agent:'-header (advertising)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1453 ../tin.5:1190
+#: ../tin.1:1463 ../tin.5:1192
 msgid "Turn ON advertising in header (''User-Agent:''). Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1453
+#: ../tin.1:1463
 #, no-wrap
 msgid "B<Skip multipart/alternative parts (alternative_handling)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1456 ../tin.5:1193
+#: ../tin.1:1466 ../tin.5:1195
 msgid "If ON strip multipart/alternative messages automatically. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1456
+#: ../tin.1:1466
 #, no-wrap
 msgid "B<Character to show deleted articles (art_marked_deleted)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1459 ../tin.5:1196
+#: ../tin.1:1469 ../tin.5:1198
 msgid "The character used to show that an article was deleted. Default is 'D'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1459
+#: ../tin.1:1469
 #, no-wrap
 msgid "B<Character to show inrange articles (art_marked_inrange)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1462 ../tin.5:1199
+#: ../tin.1:1472 ../tin.5:1201
 msgid "The character used to show that an article is in a range. Default is '#'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1462
+#: ../tin.1:1472
 #, no-wrap
 msgid "B<Character to show returning arts (art_marked_return)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1466 ../tin.5:1203
+#: ../tin.1:1476 ../tin.5:1205
 msgid ""
 "The character used to show that an article will return as an unread article "
 "when the group is next entered. Default is '-'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1466
+#: ../tin.1:1476
 #, no-wrap
 msgid "B<Character to show selected articles (art_marked_selected)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1470 ../tin.5:1207
+#: ../tin.1:1480 ../tin.5:1209
 msgid ""
 "The character used to show that an article/thread is auto-selected (hot).  "
 "Default is '*'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1470
+#: ../tin.1:1480
 #, no-wrap
 msgid "B<Character to show recent articles (art_marked_recent)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1474 ../tin.5:1211
+#: ../tin.1:1484 ../tin.5:1213
 msgid ""
 "The character used to show that an article/thread is recent (not older than "
 "X days). See also B<recent_time>. Default is 'o'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1474
+#: ../tin.1:1484
 #, no-wrap
 msgid "B<Character to show unread articles (art_marked_unread)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1478
+#: ../tin.1:1488
 msgid ""
 "The character used to show that an article has not been read. Default is "
 "\\&'+'."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1478
+#: ../tin.1:1488
 #, no-wrap
 msgid "B<Character to show read articles (art_marked_read)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1481 ../tin.5:1218
+#: ../tin.1:1491 ../tin.5:1220
 msgid "The character used to show that an article was read. Default is ' '."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1481
+#: ../tin.1:1491
 #, no-wrap
 msgid "B<Character to show killed articles (art_marked_killed)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1485 ../tin.5:1222
+#: ../tin.1:1495 ../tin.5:1224
 msgid ""
 "The character used to show that an article was killed. Default is 'K'.  "
 "B<kill_level> must be set accordingly."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1485
+#: ../tin.1:1495
 #, no-wrap
 msgid "B<Character to show read selected arts (art_marked_read_selected)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1489 ../tin.5:1226
+#: ../tin.1:1499 ../tin.5:1228
 msgid ""
 "The character used to show that an article was hot before it was read.  "
 "Default is ':'. B<kill_level> must be set accordingly."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1489 ../tin.5:1226
+#: ../tin.1:1499 ../tin.5:1228
 #, no-wrap
 msgid "B<Ask before using MIME viewer (ask_for_metamail)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1494
+#: ../tin.1:1504
 msgid ""
 "If ON B<tin> will ask before using a MIME viewer (B<metamail_prog>) to "
 "display MIME messages. This only occurs if a MIME viewer is set. Default is "
@@ -3392,50 +3427,50 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1494
+#: ../tin.1:1504
 #, no-wrap
 msgid "B<Send you a cc and/or bcc automatically (auto_cc_bcc)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1498 ../tin.5:1237
+#: ../tin.1:1508 ../tin.5:1239
 msgid ""
 "Automatically put your name in the ''Cc:'' and/or ''Bcc:'' field when "
 "mailing an article. Default is No."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1498
+#: ../tin.1:1508
 #, no-wrap
 msgid "B<List thread using right arrow key (auto_list_thread)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1502 ../tin.5:1241
+#: ../tin.1:1512 ../tin.5:1243
 msgid ""
 "If ON automatically list thread when entering it using right arrow key.  "
 "Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1502
+#: ../tin.1:1512
 #, no-wrap
 msgid "B<Reconnect to server automatically (auto_reconnect)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1505 ../tin.1:2420
+#: ../tin.1:1515 ../tin.1:2430
 msgid "Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1505
+#: ../tin.1:1515
 #, no-wrap
 msgid "B<Use Archive-name: header for save (auto_save)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1511 ../tin.5:1250
+#: ../tin.1:1521 ../tin.5:1252
 msgid ""
 "If ON articles/threads with ''Archive-name:'' in header will be "
 "automatically saved with the Archive-name & part/patch no and post processed "
@@ -3444,13 +3479,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1511
+#: ../tin.1:1521
 #, no-wrap
 msgid "B<Save articles in batch mode (batch_save)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1516 ../tin.5:1255
+#: ../tin.1:1526 ../tin.5:1257
 msgid ""
 "If set ON articles/threads will be saved in batch mode when save "
 "\\&''B<-S>'' or mail ''B<-M>, B<-N>'' is specified on the command "
@@ -3458,13 +3493,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1516
+#: ../tin.1:1526
 #, no-wrap
 msgid "B<Show mini menu & posting etiquette (beginner_level)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1521 ../tin.5:1260
+#: ../tin.1:1531 ../tin.5:1262
 msgid ""
 "If set ON a mini menu of the most useful commands will be displayed at the "
 "bottom of the screen for each level. Also a short posting etiquette will be "
@@ -3472,13 +3507,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1521
+#: ../tin.1:1531
 #, no-wrap
 msgid "B<Cache NNTP overview files locally (cache_overview_files)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1526
+#: ../tin.1:1536
 msgid ""
 "If ON, create local copies of NNTP overview files. This can be used to "
 "considerably speed up accessing large groups when using a slow connection.  "
@@ -3486,301 +3521,301 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1526
+#: ../tin.1:1536
 #, no-wrap
 msgid "B<Catchup read groups when quitting (catchup_read_groups)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1532 ../tin.5:1269
+#: ../tin.1:1542 ../tin.5:1271
 msgid ""
 "If set ON the user is asked when quitting if all groups read during the "
 "current session should be marked read. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1532
+#: ../tin.1:1542
 #, no-wrap
 msgid "B<Standard background color (col_back)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1535 ../tin.5:1272
+#: ../tin.1:1545 ../tin.5:1274
 msgid "Standard background color"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1535
+#: ../tin.1:1545
 #, no-wrap
 msgid "B<Color of sender (From:) (col_from)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1538 ../tin.5:1275
+#: ../tin.1:1548 ../tin.5:1277
 msgid "Color of sender (From:)"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1538
+#: ../tin.1:1548
 #, no-wrap
 msgid "B<Color of article header lines (col_head)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1541 ../tin.5:1278
+#: ../tin.1:1551 ../tin.5:1280
 msgid "Color of header-lines"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1541
+#: ../tin.1:1551
 #, no-wrap
 msgid "B<Color of help text (col_help)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1544 ../tin.5:1281
+#: ../tin.1:1554 ../tin.5:1283
 msgid "Color of help pages"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1544
+#: ../tin.1:1554
 #, no-wrap
 msgid "B<Color for inverse text (background) (col_invers_bg)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1547 ../tin.5:1284
+#: ../tin.1:1557 ../tin.5:1286
 msgid "Color of background for inverse text"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1547
+#: ../tin.1:1557
 #, no-wrap
 msgid "B<Color for inverse text (foreground) (col_invers_fg)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1550 ../tin.5:1287
+#: ../tin.1:1560 ../tin.5:1289
 msgid "Color of foreground for inverse text"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1550
+#: ../tin.1:1560
 #, no-wrap
 msgid "B<Color of highlighting with _dash_ (col_markdash)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1554 ../tin.5:1291
+#: ../tin.1:1564 ../tin.5:1293
 msgid ""
 "Color of words emphasized like _this_. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1554
+#: ../tin.1:1564
 #, no-wrap
 msgid "B<Color of highlighting with /slash/ (col_markslash)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1558 ../tin.5:1295
+#: ../tin.1:1568 ../tin.5:1297
 msgid ""
 "Color of words emphasized like /this/. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1558
+#: ../tin.1:1568
 #, no-wrap
 msgid "B<Color of highlighting with *stars* (col_markstar)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1562 ../tin.5:1299
+#: ../tin.1:1572 ../tin.5:1301
 msgid ""
 "Color of words emphasized like *this*. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1562
+#: ../tin.1:1572
 #, no-wrap
 msgid "B<Color of highlighting with -stroke- (col_markstroke)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1566 ../tin.5:1303
+#: ../tin.1:1576 ../tin.5:1305
 msgid ""
 "Color of words emphasized like -this-. See also B<word_h_display_marks> and "
 "B<word_highlight>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1566
+#: ../tin.1:1576
 #, no-wrap
 msgid "B<Color of mini help menu (col_minihelp)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1569 ../tin.5:1306
+#: ../tin.1:1579 ../tin.5:1308
 msgid "Color of mini help menu"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1569
+#: ../tin.1:1579
 #, no-wrap
 msgid "B<Color of actual news header fields (col_newsheaders)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1572 ../tin.5:1309
+#: ../tin.1:1582 ../tin.5:1311
 msgid "Color of actual news header fields"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1572
+#: ../tin.1:1582
 #, no-wrap
 msgid "B<Standard foreground color (col_normal)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1575 ../tin.5:1312
+#: ../tin.1:1585 ../tin.5:1314
 msgid "Standard foreground color"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1575
+#: ../tin.1:1585
 #, no-wrap
 msgid "B<Color of quoted lines (col_quote)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1578 ../tin.5:1315
+#: ../tin.1:1588 ../tin.5:1317
 msgid "Color of quoted lines"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1578
+#: ../tin.1:1588
 #, no-wrap
 msgid "B<Color of twice quoted line (col_quote2)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1581 ../tin.5:1318
+#: ../tin.1:1591 ../tin.5:1320
 msgid "Color of twice quoted lines"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1581
+#: ../tin.1:1591
 #, no-wrap
 msgid "B<Color of =E<gt>3 times quoted line (col_quote3)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1584 ../tin.5:1321
+#: ../tin.1:1594 ../tin.5:1323
 msgid "Color of E<gt>=3 times quoted lines"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1584
+#: ../tin.1:1594
 #, no-wrap
 msgid "B<Color of response counter (col_response)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1588
+#: ../tin.1:1598
 msgid ""
 "Color of response counter. This is the text that says \"Response x of y\" in "
 "the article viewer."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1588
+#: ../tin.1:1598
 #, no-wrap
 msgid "B<Color of signatures (col_signature)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1591 ../tin.5:1328
+#: ../tin.1:1601 ../tin.5:1330
 msgid "Color of signatures"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1591
+#: ../tin.1:1601
 #, no-wrap
 msgid "B<Color of urls highlight (col_urls)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1594 ../tin.5:1331
+#: ../tin.1:1604 ../tin.5:1333
 msgid "Color of urls highlight"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1594
+#: ../tin.1:1604
 #, no-wrap
 msgid "B<Color of verbatim blocks (col_verbatim)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1597 ../tin.5:1334
+#: ../tin.1:1607 ../tin.5:1336
 msgid "Color of verbatim blocks"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1597
+#: ../tin.1:1607
 #, no-wrap
 msgid "B<Color of article subject lines (col_subject)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1600 ../tin.5:1337
+#: ../tin.1:1610 ../tin.5:1339
 msgid "Color of article subject"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1600
+#: ../tin.1:1610
 #, no-wrap
 msgid "B<Color of text lines (col_text)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1603 ../tin.5:1340
+#: ../tin.1:1613 ../tin.5:1342
 msgid "Color of text-lines"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1603
+#: ../tin.1:1613
 #, no-wrap
 msgid "B<Color of help/mail sign (col_title)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1606 ../tin.5:1343
+#: ../tin.1:1616 ../tin.5:1345
 msgid "Color of help/mail sign"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1606
+#: ../tin.1:1616
 #, no-wrap
 msgid "B<Which actions require confirmation (confirm_choice)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1609
+#: ../tin.1:1619
 msgid "Ask for manual confirmation to protect the user."
 msgstr ""
 
 # type: IP
-#: ../tin.1:1610 ../tin.1:1616 ../tin.1:1620
+#: ../tin.1:1620 ../tin.1:1626 ../tin.1:1630
 #, no-wrap
 msgid "\\(bu"
 msgstr ""
 
 #.  TODO: check if all affected commands are marked [after confirmation]
 # type: Plain text
-#: ../tin.1:1616
+#: ../tin.1:1626
 msgid ""
 "B<commands> Ask for confirmation before executing certain dangerous commands "
 "(e.g., B<Catchup> ('B<c>')). Commands that this affects are marked in this "
@@ -3788,21 +3823,21 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1620
+#: ../tin.1:1630
 msgid ""
 "B<quit> You'll be asked to confirm that you wish to exit B<tin> when you use "
 "the B<Quit> ('B<q>') command."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1624
+#: ../tin.1:1634
 msgid ""
 "B<select> Ask for confirmation before marking all not selected (with "
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1625
+#: ../tin.1:1635
 #, no-wrap
 msgid "B<Format string for display of dates (date_format)>"
 msgstr ""
@@ -3811,7 +3846,7 @@ msgstr ""
 #.  most of these default_* settings are not available from the menu
 #.  as they are intended for internal use only.
 # type: Plain text
-#: ../tin.1:1637
+#: ../tin.1:1647
 msgid ""
 "Format string B<tin> uses for date representation. A description of the "
 "different format options can be found at B<strftime>(3).  B<tin> uses "
@@ -3820,384 +3855,384 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1637
+#: ../tin.1:1647
 #, no-wrap
 msgid "B<(default_art_search)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1639
+#: ../tin.1:1649
 #, no-wrap
 msgid "B<(default_author_search)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1641
+#: ../tin.1:1651
 #, no-wrap
 msgid "B<(default_config_search)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1644 ../tin.5:1382
+#: ../tin.1:1654 ../tin.5:1384
 msgid "The last article/author/config option that was searched for."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1644
+#: ../tin.1:1654
 #, no-wrap
 msgid "B<(default_filter_days)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1647 ../tin.5:1385
+#: ../tin.1:1657 ../tin.5:1387
 msgid "Default is 28."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1647
+#: ../tin.1:1657
 #, no-wrap
 msgid "B<(default_filter_kill_case)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1651
+#: ../tin.1:1661
 msgid ""
 "Default for quick (1 key) kill filter case.  ON = filter case sensitive, OFF "
 "= ignore case. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1651
+#: ../tin.1:1661
 #, no-wrap
 msgid "B<(default_filter_kill_expire)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1656
+#: ../tin.1:1666
 msgid ""
 "Default for quick (1 key) kill filter expire.  ON = limit to "
 "B<default_filter_days>, OFF = don't ever expire. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1656
+#: ../tin.1:1666
 #, no-wrap
 msgid "B<(default_filter_kill_global)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1660
+#: ../tin.1:1670
 msgid ""
 "Default for quick (1 key) kill filter global.  ON=apply to all groups, "
 "OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1660
+#: ../tin.1:1670
 #, no-wrap
 msgid "B<(default_filter_kill_header)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1663 ../tin.5:1400
+#: ../tin.1:1673 ../tin.5:1402
 msgid "Default for quick (1 key) kill filter header."
 msgstr ""
 
 # type: IP
-#: ../tin.1:1664 ../tin.1:1698 ../tin.1:1829 ../tin.1:1999 ../tin.1:2042 ../tin.1:2154 ../tin.1:2180 ../tin.1:2231 ../tin.1:2261 ../tin.1:2332 ../tin.1:2360 ../tin.1:2380 ../tin.1:2464 ../tin.5:1553 ../tin.5:1736 ../tin.5:1785 ../tin.5:1916 ../tin.5:1942 ../tin.5:1995 ../tin.5:2024 ../tin.5:2105 ../tin.5:2125 ../tin.5:2217
+#: ../tin.1:1674 ../tin.1:1708 ../tin.1:1839 ../tin.1:2009 ../tin.1:2052 ../tin.1:2164 ../tin.1:2190 ../tin.1:2241 ../tin.1:2271 ../tin.1:2342 ../tin.1:2370 ../tin.1:2390 ../tin.1:2478 ../tin.5:1555 ../tin.5:1744 ../tin.5:1793 ../tin.5:1924 ../tin.5:1950 ../tin.5:2003 ../tin.5:2032 ../tin.5:2113 ../tin.5:2133 ../tin.5:2229
 #, no-wrap
 msgid "0"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1666 ../tin.1:1700
+#: ../tin.1:1676 ../tin.1:1710
 #, no-wrap
 msgid " ''Subject:'' (case sensitive)\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1666 ../tin.1:1700 ../tin.1:1835 ../tin.1:2001 ../tin.1:2044 ../tin.1:2156 ../tin.1:2182 ../tin.1:2233 ../tin.1:2263 ../tin.1:2334 ../tin.1:2362 ../tin.1:2382 ../tin.1:2466 ../tin.5:1560 ../tin.5:1738 ../tin.5:1787 ../tin.5:1836 ../tin.5:1918 ../tin.5:1944 ../tin.5:1997 ../tin.5:2026 ../tin.5:2107 ../tin.5:2127 ../tin.5:2219
+#: ../tin.1:1676 ../tin.1:1710 ../tin.1:1845 ../tin.1:2011 ../tin.1:2054 ../tin.1:2166 ../tin.1:2192 ../tin.1:2243 ../tin.1:2273 ../tin.1:2344 ../tin.1:2372 ../tin.1:2392 ../tin.1:2480 ../tin.5:1562 ../tin.5:1746 ../tin.5:1795 ../tin.5:1844 ../tin.5:1926 ../tin.5:1952 ../tin.5:2005 ../tin.5:2034 ../tin.5:2115 ../tin.5:2135 ../tin.5:2231
 #, no-wrap
 msgid "1"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1668 ../tin.1:1702
+#: ../tin.1:1678 ../tin.1:1712
 #, no-wrap
 msgid " ''Subject:'' (ignore case)\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1668 ../tin.1:1702 ../tin.1:1840 ../tin.1:2003 ../tin.1:2048 ../tin.1:2159 ../tin.1:2186 ../tin.1:2235 ../tin.1:2266 ../tin.1:2336 ../tin.1:2364 ../tin.1:2384 ../tin.1:2468 ../tin.5:1565 ../tin.5:1740 ../tin.5:1792 ../tin.5:1840 ../tin.5:1921 ../tin.5:1948 ../tin.5:1999 ../tin.5:2029 ../tin.5:2109 ../tin.5:2129 ../tin.5:2221
+#: ../tin.1:1678 ../tin.1:1712 ../tin.1:1850 ../tin.1:2013 ../tin.1:2058 ../tin.1:2169 ../tin.1:2196 ../tin.1:2245 ../tin.1:2276 ../tin.1:2346 ../tin.1:2374 ../tin.1:2394 ../tin.1:2482 ../tin.5:1567 ../tin.5:1748 ../tin.5:1800 ../tin.5:1848 ../tin.5:1929 ../tin.5:1956 ../tin.5:2007 ../tin.5:2037 ../tin.5:2117 ../tin.5:2137 ../tin.5:2233
 #, no-wrap
 msgid "2"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1670 ../tin.1:1704
+#: ../tin.1:1680 ../tin.1:1714
 #, no-wrap
 msgid " ''From:'' (case sensitive)\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1670 ../tin.1:1704 ../tin.1:2005 ../tin.1:2162 ../tin.1:2190 ../tin.1:2237 ../tin.1:2268 ../tin.1:2338 ../tin.1:2386 ../tin.5:1742 ../tin.5:1924 ../tin.5:1952 ../tin.5:2001 ../tin.5:2031 ../tin.5:2131
+#: ../tin.1:1680 ../tin.1:1714 ../tin.1:2015 ../tin.1:2172 ../tin.1:2200 ../tin.1:2247 ../tin.1:2278 ../tin.1:2348 ../tin.1:2396 ../tin.5:1750 ../tin.5:1932 ../tin.5:1960 ../tin.5:2009 ../tin.5:2039 ../tin.5:2139
 #, no-wrap
 msgid "3"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1672 ../tin.1:1706
+#: ../tin.1:1682 ../tin.1:1716
 #, no-wrap
 msgid " ''From:'' (ignore case)\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1672 ../tin.1:1706 ../tin.1:2007 ../tin.1:2239 ../tin.1:2270 ../tin.1:2341 ../tin.1:2388 ../tin.5:1744 ../tin.5:1846 ../tin.5:2003 ../tin.5:2033 ../tin.5:2133
+#: ../tin.1:1682 ../tin.1:1716 ../tin.1:2017 ../tin.1:2249 ../tin.1:2280 ../tin.1:2351 ../tin.1:2398 ../tin.5:1752 ../tin.5:1854 ../tin.5:2011 ../tin.5:2041 ../tin.5:2141
 #, no-wrap
 msgid "4"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1674 ../tin.1:1708
+#: ../tin.1:1684 ../tin.1:1718
 #, no-wrap
 msgid " ''Message-ID:'' & full ''References:'' line\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1674 ../tin.1:1708 ../tin.1:2241 ../tin.1:2343 ../tin.1:2391 ../tin.5:2005 ../tin.5:2136
+#: ../tin.1:1684 ../tin.1:1718 ../tin.1:2251 ../tin.1:2353 ../tin.1:2401 ../tin.5:2013 ../tin.5:2144
 #, no-wrap
 msgid "5"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1676 ../tin.1:1710
+#: ../tin.1:1686 ../tin.1:1720
 #, no-wrap
 msgid " ''Message-ID:'' & last ''References:'' entry only\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1676 ../tin.1:1710 ../tin.1:2243 ../tin.1:2393 ../tin.5:2007 ../tin.5:2138
+#: ../tin.1:1686 ../tin.1:1720 ../tin.1:2253 ../tin.1:2403 ../tin.5:2015 ../tin.5:2146
 #, no-wrap
 msgid "6"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1678 ../tin.1:1712
+#: ../tin.1:1688 ../tin.1:1722
 #, no-wrap
 msgid " ''Message-ID:'' entry only\n"
 msgstr ""
 
 # type: IP
-#: ../tin.1:1678 ../tin.1:1712 ../tin.1:2246 ../tin.1:2395 ../tin.5:2010 ../tin.5:2140
+#: ../tin.1:1688 ../tin.1:1722 ../tin.1:2256 ../tin.1:2405 ../tin.5:2018 ../tin.5:2148
 #, no-wrap
 msgid "7"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1680 ../tin.1:1714
+#: ../tin.1:1690 ../tin.1:1724
 #, no-wrap
 msgid " ''Lines:''\n"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1681
+#: ../tin.1:1691
 #, no-wrap
 msgid "B<(default_filter_select_case)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1685 ../tin.5:1417
+#: ../tin.1:1695 ../tin.5:1419
 msgid ""
 "Default for quick (1 key) auto-selection filter case. ON=filter case "
 "sensitive, OFF=ignore case. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1685
+#: ../tin.1:1695
 #, no-wrap
 msgid "B<(default_filter_select_expire)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1690
+#: ../tin.1:1700
 msgid ""
 "Default for quick (1 key) auto-selection filter expire.  ON = limit to "
 "B<default_filter_days>, OFF = don't ever expire.  Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1690
+#: ../tin.1:1700
 #, no-wrap
 msgid "B<(default_filter_select_global)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1694
+#: ../tin.1:1704
 msgid ""
 "Default for quick (1 key) auto-selection filter global.  ON=apply to all "
 "groups OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1694
+#: ../tin.1:1704
 #, no-wrap
 msgid "B<(default_filter_select_header)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1697 ../tin.5:1428
+#: ../tin.1:1707 ../tin.5:1430
 msgid "Default for quick (1 key) auto-selection filter header."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1715
+#: ../tin.1:1725
 #, no-wrap
 msgid "B<(default_goto_group)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1717
+#: ../tin.1:1727
 #, no-wrap
 msgid "B<(default_group_search)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1719
+#: ../tin.1:1729
 #, no-wrap
 msgid "B<(default_mail_address)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1721
+#: ../tin.1:1731
 #, no-wrap
 msgid "B<(default_move_group)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1723
+#: ../tin.1:1733
 #, no-wrap
 msgid "B<(default_pattern)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1725
+#: ../tin.1:1735
 #, no-wrap
 msgid "B<(default_pipe_command)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1727
+#: ../tin.1:1737
 #, no-wrap
 msgid "B<(default_post_newsgroups)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1729
+#: ../tin.1:1739
 #, no-wrap
 msgid "B<(default_post_subject)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1731
+#: ../tin.1:1741
 #, no-wrap
 msgid "B<(default_range_group)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1733
+#: ../tin.1:1743
 #, no-wrap
 msgid "B<(default_range_select)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1735
+#: ../tin.1:1745
 #, no-wrap
 msgid "B<(default_range_thread)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1737
+#: ../tin.1:1747
 #, no-wrap
 msgid "B<(default_repost_group)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1739
+#: ../tin.1:1749
 #, no-wrap
 msgid "B<(default_save_file)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1741
+#: ../tin.1:1751
 #, no-wrap
 msgid "B<(default_save_mode)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1743
+#: ../tin.1:1753
 #, no-wrap
 msgid "B<(default_select_pattern)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1745
+#: ../tin.1:1755
 #, no-wrap
 msgid "B<(default_shell_command)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1747
+#: ../tin.1:1757
 #, no-wrap
 msgid "B<(default_subject_search)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:1749
+#: ../tin.1:1759
 #, no-wrap
 msgid "B<Draw -E<gt> instead of highlighted bar (draw_arrow)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1753
+#: ../tin.1:1763
 msgid ""
 "Allows groups/articles to be selected by an arrow '-E<gt>' if set ON or by "
 "an highlighted bar if set OFF. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1753
+#: ../tin.1:1763
 #, no-wrap
 msgid "B<Invocation of your editor (editor_format)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1757
+#: ../tin.1:1767
 msgid ""
 "The format string used to create the editor start command with parameters.  "
 "Default is \"%E +%N %F\" (i.e., /bin/vi +7 .article)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1757
+#: ../tin.1:1767
 #, no-wrap
 msgid "B<Force redraw after certain commands (force_screen_redraw)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1761 ../tin.5:1488
+#: ../tin.1:1771 ../tin.5:1490
 msgid ""
 "Specifies whether a screen redraw should always be done after certain "
 "external commands. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1761
+#: ../tin.1:1771
 #, no-wrap
 msgid "B<Number of articles to get (getart_limit)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1767
+#: ../tin.1:1777
 msgid ""
 "If B<getart_limit> is E<gt> 0 not more than B<getart_limit> articles/group "
 "are fetched from the server. If B<getart_limit> is E<lt> 0 B<tin> will start "
@@ -4206,24 +4241,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1767
+#: ../tin.1:1777
 #, no-wrap
 msgid "B<Catchup group using left key (group_catchup_on_exit)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1770 ../tin.5:1506
+#: ../tin.1:1780 ../tin.5:1508
 msgid "If ON catchup group when leaving with the left arrow key. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1770
+#: ../tin.1:1780
 #, no-wrap
 msgid "B<Go to the next unread article with (goto_next_unread)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1778 ../tin.5:1503
+#: ../tin.1:1788 ../tin.5:1505
 msgid ""
 "Which keys B<tin> should accept to jump to the next unread article.  "
 "Possible is any combination of B<PageDown> and B<PageNextUnread>.  When "
@@ -4234,26 +4269,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1778
+#: ../tin.1:1788
 #, no-wrap
 msgid "B<Max. length of group names shown (groupname_max_length)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1782 ../tin.5:1510
+#: ../tin.1:1792 ../tin.5:1512
 msgid ""
 "Maximum length of the names of newsgroups to be displayed so that more of "
 "the newsgroup description can be displayed. Default is 32."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1782
+#: ../tin.1:1792
 #, no-wrap
 msgid "B<Display uue data as an attachment (hide_uue)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1791
+#: ../tin.1:1801
 msgid ""
 "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then "
 "sections of uuencoded data will be shown with a single tag line showing the "
@@ -4265,13 +4300,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1791
+#: ../tin.1:1801
 #, no-wrap
 msgid "B<External inews (inews_prog)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1798
+#: ../tin.1:1808
 msgid ""
 "Path, name and options of external B<inews>(1).  If you are reading via NNTP "
 "the default value is --internal (use built-in NNTP inews), else it is "
@@ -4280,14 +4315,14 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1798
+#: ../tin.1:1808
 #, no-wrap
 msgid "B<(info_in_last_line)>"
 msgstr ""
 
 #.  this is missing from the Menu
 # type: Plain text
-#: ../tin.1:1805
+#: ../tin.1:1815
 msgid ""
 "If ON, show current group description or article subject in the last line "
 "(not in the pager and global menu) - B<ToggleInfoLastLine> ('B<i>')  toggles "
@@ -4296,13 +4331,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1805
+#: ../tin.1:1815
 #, no-wrap
 msgid "B<Use interactive mail reader (interactive_mailer)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1812
+#: ../tin.1:1822
 msgid ""
 "Interactive mailreader: if greater than 0 your mailreader will be invoked "
 "earlier for reply so you can use more of its features (e.g. MIME, pgp, "
@@ -4315,26 +4350,26 @@ msgstr ""
 #.        mono_mark* currently do allow "Reverse video" even if
 #.        inverse_okay=FALSE
 # type: TP
-#: ../tin.1:1812
+#: ../tin.1:1822
 #, no-wrap
 msgid "B<Use inverse video for page headers (inverse_okay)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1819 ../tin.5:1543
+#: ../tin.1:1829 ../tin.5:1545
 msgid ""
 "If ON use inverse video for page headers and URL highlighting.  Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1819
+#: ../tin.1:1829
 #, no-wrap
 msgid "B<Keep failed arts in ~/dead.articles (keep_dead_articles)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1824 ../tin.5:1548
+#: ../tin.1:1834 ../tin.5:1550
 msgid ""
 "If ON keep all failed postings in I<${TIN_HOMEDIR:-\"$HOME\"}/dead.articles> "
 "besides keeping the last failed posting in "
@@ -4342,20 +4377,20 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1824
+#: ../tin.1:1834
 #, no-wrap
 msgid "B<Filter which articles (kill_level)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1828
+#: ../tin.1:1838
 msgid ""
 "This option controls the processing and display of articles that are "
 "killed.  There are 3 options:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1835
+#: ../tin.1:1845
 msgid ""
 "B<Kill only unread arts> is the 'traditional' behavior of B<tin>. Only "
 "unread articles are killed once only by marking them read. As filtering only "
@@ -4365,7 +4400,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1840 ../tin.5:1565
+#: ../tin.1:1850 ../tin.5:1567
 msgid ""
 "B<Kill all arts & show with K> will process all articles in the group and "
 "therefore there is a processing overhead when using this option. Killed "
@@ -4374,7 +4409,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1844 ../tin.5:1569
+#: ../tin.1:1854 ../tin.5:1571
 msgid ""
 "B<Kill all arts and never show> will process all articles in the group and "
 "therefore there is a processing overhead when using this option. Killed "
@@ -4382,18 +4417,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1846
+#: ../tin.1:1856
 msgid "Default is 0 (B<Kill only unread arts>)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1846
+#: ../tin.1:1856
 #, no-wrap
 msgid "B<Use 8bit characters in mail headers (mail_8bit_header)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1852 ../tin.5:1576
+#: ../tin.1:1862 ../tin.5:1578
 msgid ""
 "Allows 8bit characters unencoded in the header of mail message. Default is "
 "OFF. Turning it ON is effective only if B<mail_mime_encoding> is also set to "
@@ -4402,39 +4437,39 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1852
+#: ../tin.1:1862
 #, no-wrap
 msgid "B<Mail address (mail_address)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1858 ../tin.5:1582
+#: ../tin.1:1868 ../tin.5:1584
 msgid ""
 "User's mail address (and full name), if not username@host. This is used when "
 "creating articles, sending mail and when B<pgp>(1)  signing."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1858
+#: ../tin.1:1868
 #, no-wrap
 msgid "B<MIME encoding in mail messages (mail_mime_encoding)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1862 ../tin.5:1586
+#: ../tin.1:1872 ../tin.5:1588
 msgid ""
 "MIME encoding of the body in mail message, if necessary (8bit, base64, "
 "quoted-printable, 7bit). Default is quoted-printable."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1862
+#: ../tin.1:1872
 #, no-wrap
 msgid "B<Quote line when mailing (mail_quote_format)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1867 ../tin.5:1591
+#: ../tin.1:1877 ../tin.5:1593
 msgid ""
 "Format of quote line when replying (via mail) to an article (%A=Address, "
 "%D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, "
@@ -4442,13 +4477,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1867
+#: ../tin.1:1877
 #, no-wrap
 msgid "B<Format of the mailbox (mailbox_format)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1875
+#: ../tin.1:1885
 msgid ""
 "Select one of the following mailbox-formats: MBOXO (default, except for "
 "SCO), MBOXRD or MMDF (default on SCO). See B<mbox>(5)  for more details on "
@@ -4456,13 +4491,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1875
+#: ../tin.1:1885
 #, no-wrap
 msgid "B<Mail directory (maildir)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1884
+#: ../tin.1:1894
 msgid ""
 "The directory where articles/threads are to be saved in B<mbox>(5)  "
 "format. This feature is mainly for use with the B<elm>(1)  mail program. It "
@@ -4471,14 +4506,14 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1884
+#: ../tin.1:1894
 #, no-wrap
 msgid "B<Invocation of your mail command (mailer_format)>"
 msgstr ""
 
 #.  TODO: document %S, %T, %M, %F, %U ...
 # type: Plain text
-#: ../tin.1:1893
+#: ../tin.1:1903
 msgid ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %F' "
@@ -4490,13 +4525,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1893
+#: ../tin.1:1903
 #, no-wrap
 msgid "B<'Mark as (un)read' ignores tags (mark_ignore_tags)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1901 ../tin.5:1639
+#: ../tin.1:1911 ../tin.5:1647
 msgid ""
 "When this is ON, the B<GroupMarkThdRead> ('B<K>'), B<ThreadMarkArtRead> "
 "('B<K>'), B<MarkThdUnread> ('B<Z>') at Group level and B<MarkArtUnread> "
@@ -4507,24 +4542,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1901
+#: ../tin.1:1911
 #, no-wrap
 msgid "B<Mark saved articles/threads as read (mark_saved_read)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1904 ../tin.5:1631
+#: ../tin.1:1914 ../tin.5:1639
 msgid "If ON mark articles that are saved as read. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1904
+#: ../tin.1:1914
 #, no-wrap
 msgid "B<Viewer program for MIME articles (metamail_prog)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1916
+#: ../tin.1:1926
 msgid ""
 "Path, name and options of external B<metamail>(1)  program used to view "
 "non-textual parts of articles.  To use the built-in viewer, set to "
@@ -4535,13 +4570,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1916
+#: ../tin.1:1926
 #, no-wrap
 msgid "B<MM_CHARSET (mm_charset)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1929
+#: ../tin.1:1939
 msgid ""
 "Charset supported locally, which is also used for MIME header (charset "
 "parameter and charset name in header encoding) in mail and news postings. If "
@@ -4555,13 +4590,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1929
+#: ../tin.1:1939
 #, no-wrap
 msgid "B<MM_NETWORK_CHARSET (mm_network_charset)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1940
+#: ../tin.1:1950
 msgid ""
 "Charset used for posting and MIME headers; replaces B<mm_charset>.  "
 "Conversion between B<mm_network_charset> and local charset (determined via "
@@ -4572,14 +4607,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1943 ../tin.5:1678
+#: ../tin.1:1953 ../tin.5:1686
 msgid ""
 "US-ASCII, ISO-8859-{1,2,3,4,5,7,9,10,13,14,15,16}, KOI8-{R,U,RU} "
 "EUC-{CN,JP,KR,TW}, ISO-2022-{CN,CN-EXT,JP,JP-1,JP-2}, Big5, UTF-8"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1949 ../tin.5:1684
+#: ../tin.1:1959 ../tin.5:1692
 msgid ""
 "Not all values might work on your system, see B<iconv_open>(3)  for more "
 "details. If it's not set, the value of the environment variable "
@@ -4588,13 +4623,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1949
+#: ../tin.1:1959
 #, no-wrap
 msgid "B<Attribute of highlighting with _dash_ (mono_markdash)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1954
+#: ../tin.1:1964
 msgid ""
 "Character attribute of words emphasized like _this_. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4602,13 +4637,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1954
+#: ../tin.1:1964
 #, no-wrap
 msgid "B<Attribute of highlighting with /slash/ (mono_markslash)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1959
+#: ../tin.1:1969
 msgid ""
 "Character attribute of words emphasized like /this/. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4616,13 +4651,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1959
+#: ../tin.1:1969
 #, no-wrap
 msgid "B<Attribute of highlighting with *stars* (mono_markstar)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1964
+#: ../tin.1:1974
 msgid ""
 "Character attribute of words emphasized like *this*. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4630,13 +4665,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1964
+#: ../tin.1:1974
 #, no-wrap
 msgid "B<Attribute of highlighting with -stroke- (mono_markstroke)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1969
+#: ../tin.1:1979
 msgid ""
 "Character attribute of words emphasized like -this-. It depends on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -4644,26 +4679,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1969
+#: ../tin.1:1979
 #, no-wrap
 msgid "B<(newnews)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1973
+#: ../tin.1:1983
 msgid ""
 "These are internal timers used by B<tin> to keep track of new newsgroups.  "
 "Do not change them unless you understand what they are for."
 msgstr ""
 
 # type: TP
-#: ../tin.1:1973
+#: ../tin.1:1983
 #, no-wrap
 msgid "B<Display these header fields (or *) (news_headers_to_display)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1980
+#: ../tin.1:1990
 msgid ""
 "Which news headers you wish to see. If you want to see _all_ the headers, "
 "place an '*' as this value. This is the only way a wildcard can be used.  If "
@@ -4673,13 +4708,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1980
+#: ../tin.1:1990
 #, no-wrap
 msgid "B<Do not display these header fields (news_headers_to_not_display)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1989
+#: ../tin.1:1999
 msgid ""
 "Same as B<news_headers_to_display> except it denotes the opposite. An "
 "example of using both options might be if you thought X- headers were A Good "
@@ -4690,13 +4725,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1989
+#: ../tin.1:1999
 #, no-wrap
 msgid "B<Quote line when following up (news_quote_format)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1994 ../tin.5:1731
+#: ../tin.1:2004 ../tin.5:1739
 msgid ""
 "Format of quote line when posting/following up an article (%A=Address, "
 "%D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, "
@@ -4704,71 +4739,71 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:1994
+#: ../tin.1:2004
 #, no-wrap
 msgid "B<Unicode normalization form (normalization_form)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:1998
+#: ../tin.1:2008
 msgid ""
 "The normalization form B<tin> should use to normalize unicode input.  The "
 "possible values are:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2001 ../tin.5:1738
+#: ../tin.1:2011 ../tin.5:1746
 msgid "B<None>: no normalization"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2003 ../tin.5:1740
+#: ../tin.1:2013 ../tin.5:1748
 msgid "B<NFKC>: Compatibility Decomposition, followed by Canonical Composition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2005 ../tin.5:1742
+#: ../tin.1:2015 ../tin.5:1750
 msgid "B<NFKD>: Compatibility Decomposition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2007 ../tin.5:1744
+#: ../tin.1:2017 ../tin.5:1752
 msgid "B<NFC>: Canonical Decomposition, followed by Canonical Composition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2009 ../tin.5:1746
+#: ../tin.1:2019 ../tin.5:1754
 msgid "B<NFD>: Canonical Decomposition"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2012
+#: ../tin.1:2022
 msgid ""
 "Some normalization modes are only available if they are supported by the "
 "library B<tin> uses to do the normalization. Default is NFKC."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2012
+#: ../tin.1:2022
 #, no-wrap
-msgid "B<Goto first unread article in group (pos_first_unread)>"
+msgid "B<Go to first unread article in group (pos_first_unread)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2016
+#: ../tin.1:2026
 msgid ""
 "If ON put cursor at first unread article in group otherwise at last "
 "article. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2016
+#: ../tin.1:2026
 #, no-wrap
 msgid "B<Use 8bit characters in news headers (post_8bit_header)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2027 ../tin.5:1766
+#: ../tin.1:2037 ../tin.5:1774
 msgid ""
 "Allows 8bit characters unencoded in the header of a news article, if set "
 "this also disables the generation of MIME-headers when they are usually "
@@ -4781,13 +4816,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2027
+#: ../tin.1:2037
 #, no-wrap
 msgid "B<MIME encoding in news messages (post_mime_encoding)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2032
+#: ../tin.1:2042
 msgid ""
 "MIME encoding of the body in news message, if necessary. (8bit, base64, "
 "quoted-printable, 7bit). Default is 8bit, which leads to no encoding. base64 "
@@ -4795,13 +4830,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2032
+#: ../tin.1:2042
 #, no-wrap
 msgid "B<View post-processed files (post_process_view)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2037
+#: ../tin.1:2047
 msgid ""
 "If ON, then B<tin> will start an appropriate viewer program to display any "
 "files that were post processed and uudecoded. The program is determined "
@@ -4809,41 +4844,41 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2037
+#: ../tin.1:2047
 #, no-wrap
 msgid "B<Post process saved articles (post_process_type)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2041
+#: ../tin.1:2051
 msgid ""
 "This specifies whether to perform post processing on saved articles.  The "
 "following values are allowed:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2044 ../tin.5:1787
+#: ../tin.1:2054 ../tin.5:1795
 msgid "B<No> (default), no post processing is done."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2048
+#: ../tin.1:2058
 msgid "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2050 ../tin.5:1794
+#: ../tin.1:2060 ../tin.5:1802
 msgid "B<Yes>, binary attachments and data will be decoded and saved."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2051
+#: ../tin.1:2061
 #, no-wrap
 msgid "B<Filename to be used for storing posted articles (posted_articles_file)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2057 ../tin.5:1801
+#: ../tin.1:2067 ../tin.5:1809
 msgid ""
 "Keep posted articles in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/>B<posted_articles_file>.  If no filename "
@@ -4851,26 +4886,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2057
+#: ../tin.1:2067
 #, no-wrap
 msgid "B<Print all headers when printing (print_header)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2061 ../tin.5:1805
+#: ../tin.1:2071 ../tin.5:1813
 msgid ""
 "If ON, then the full article header is sent to the printer. Otherwise only "
 "the ''Subject:'' and ''From:'' fields are output. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2061
+#: ../tin.1:2071
 #, no-wrap
 msgid "B<Printer program with options (printer)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2070
+#: ../tin.1:2080
 msgid ""
 "The printer program with options that is to be used to print articles.  The "
 "default is B<lpr>(1)  for BSD machines and B<lp>(1)  for SysV "
@@ -4879,40 +4914,40 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2070
+#: ../tin.1:2080
 #, no-wrap
 msgid "B<Process only unread articles (process_only_unread)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2074 ../tin.5:1819
+#: ../tin.1:2084 ../tin.5:1827
 msgid ""
 "If ON only save/print/pipe/mail unread articles (tagged articles excepted).  "
 "Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2074
+#: ../tin.1:2084
 #, no-wrap
 msgid "B<Show empty Followup-To in editor (prompt_followupto)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2077
+#: ../tin.1:2087
 msgid ""
 "If ON show empty ''Followup-To:'' header when editing an article. Default is "
 "OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2077
+#: ../tin.1:2087
 #, no-wrap
 msgid "B<Characters used as quote-marks (quote_chars)>"
 msgstr ""
 
 #.  TODO: document %s
 # type: Plain text
-#: ../tin.1:2082 ../tin.5:1829
+#: ../tin.1:2092 ../tin.5:1837
 msgid ""
 "The character used in quoting included text to article followups and mail "
 "replies. The '_' character represents a blank character and is replaced with "
@@ -4920,13 +4955,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2082
+#: ../tin.1:2092
 #, no-wrap
 msgid "B<Quoting behavior (quote_style)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2089
+#: ../tin.1:2099
 msgid ""
 "How articles should be quoted when following up or replying to them. There "
 "are a number of things that can be done: empty lines can be quoted, "
@@ -4937,7 +4972,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2093
+#: ../tin.1:2103
 msgid ""
 "When you are viewing an article in raw mode ('B<^H>'), and follow up or "
 "reply to it, the signature will be quoted even if it would otherwise not "
@@ -4945,13 +4980,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2093
+#: ../tin.1:2103
 #, no-wrap
 msgid "B<Regex used to show quoted lines (quote_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2098
+#: ../tin.1:2108
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote>. If B<quote_regex> is blank, then "
@@ -4959,13 +4994,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2098
+#: ../tin.1:2108
 #, no-wrap
 msgid "B<Regex used to show twice quoted l. (quote_regex2)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2103
+#: ../tin.1:2113
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote2>. If B<quote_regex2> is blank, then "
@@ -4973,13 +5008,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2103
+#: ../tin.1:2113
 #, no-wrap
 msgid "B<Regex used to show E<gt>= 3 times q.l. (quote_regex3)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2108
+#: ../tin.1:2118
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote3>. If B<quote_regex3> is blank, then "
@@ -4987,39 +5022,39 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2108
+#: ../tin.1:2118
 #, no-wrap
 msgid "B<Article recentness time limit (recent_time)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2112 ../tin.5:1874
+#: ../tin.1:2122 ../tin.5:1882
 msgid ""
 "If set to 0, this feature is deactivated, otherwise it means the number of "
 "days. Default is 2."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2112
+#: ../tin.1:2122
 #, no-wrap
 msgid "B<Render BiDi (render_bidi)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2116 ../tin.5:1878
+#: ../tin.1:2126 ../tin.5:1886
 msgid ""
 "If ON B<tin> does the rendering of bi-directional text. If OFF B<tin> leaves "
 "the rendering of bi-directional text to the terminal. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2116
+#: ../tin.1:2126
 #, no-wrap
 msgid "B<Interval in seconds to reread active (reread_active_file_secs)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2121 ../tin.5:1883
+#: ../tin.1:2131 ../tin.5:1891
 msgid ""
 "The news I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file is "
 "reread at regular intervals to show if any new news has arrived. Default is "
@@ -5027,78 +5062,78 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2121
+#: ../tin.1:2131
 #, no-wrap
 msgid "B<Directory to save arts/threads in (savedir)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2125 ../tin.5:1887
+#: ../tin.1:2135 ../tin.5:1895
 msgid ""
 "Directory where articles/threads are saved. Default is "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/News>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2125
+#: ../tin.1:2135
 #, no-wrap
 msgid "B<Score limit (kill) (score_limit_kill)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2129 ../tin.5:1891
+#: ../tin.1:2139 ../tin.5:1899
 msgid ""
 "If the score of an article is below or equal this value the article gets "
 "marked as killed."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2129
+#: ../tin.1:2139
 #, no-wrap
 msgid "B<Score limit (select) (score_limit_select)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2133 ../tin.5:1895
+#: ../tin.1:2143 ../tin.5:1903
 msgid ""
 "If the score of an article is above or equal this value the article gets "
 "marked as hot."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2133
+#: ../tin.1:2143
 #, no-wrap
 msgid "B<Default score to kill articles (score_kill)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2137 ../tin.5:1899
+#: ../tin.1:2147 ../tin.5:1907
 msgid ""
 "Score of an article which should be killed, this must be E<lt>= "
 "B<score_limit_kill>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2137
+#: ../tin.1:2147
 #, no-wrap
 msgid "B<Default score to select articles (score_select)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2141 ../tin.5:1903
+#: ../tin.1:2151 ../tin.5:1911
 msgid ""
 "Score of an article which should be marked hot, this must be E<gt>= "
 "B<score_limit_select>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2141
+#: ../tin.1:2151
 #, no-wrap
 msgid "B<Number of lines to scroll in pager (scroll_lines)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2149
+#: ../tin.1:2159
 msgid ""
 "The number of lines that will be scrolled up/down in the article pager when "
 "using cursor-up/down. The default is 1 (line-by-line). Set to 0 to get "
@@ -5109,52 +5144,52 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2149
+#: ../tin.1:2159
 #, no-wrap
 msgid "B<In group menu, show author by (show_author)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2153 ../tin.5:1915
+#: ../tin.1:2163 ../tin.5:1923
 msgid ""
 "Which information about the author should be shown. Default is 2, authors "
 "full name."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2156 ../tin.5:1918
+#: ../tin.1:2166 ../tin.5:1926
 msgid "B<None>, only the ''Subject:'' line will be displayed."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2159 ../tin.5:1921
+#: ../tin.1:2169 ../tin.5:1929
 msgid ""
 "B<Address>, ''Subject:'' line & the address part of the ''From:'' line are "
 "displayed."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2162 ../tin.5:1924
+#: ../tin.1:2172 ../tin.5:1932
 msgid ""
 "B<Full Name>, ''Subject:'' line & the authors full name part of the "
 "\\&''From:'' line are displayed (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2165 ../tin.5:1927
+#: ../tin.1:2175 ../tin.5:1935
 msgid ""
 "B<Address and Name>, ''Subject:'' line & all of the ''From:'' line are "
 "displayed."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2166
+#: ../tin.1:2176
 #, no-wrap
 msgid "B<Show description of each newsgroup (show_description)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2175
+#: ../tin.1:2185
 msgid ""
 "If ON show a short group description text after newsgroup name at the group "
 "selection level. The ''B<-d>'' command-line flag will override the setting "
@@ -5165,25 +5200,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2175
+#: ../tin.1:2185
 #, no-wrap
 msgid "B<Show lines/score in listings (show_info)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2179 ../tin.5:1941
+#: ../tin.1:2189 ../tin.5:1949
 msgid ""
 "Which information about the thread or article should be shown. Default is 1, "
 "show only the line count."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2182 ../tin.5:1944
+#: ../tin.1:2192 ../tin.5:1952
 msgid "B<None>, no information will be displayed."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2186
+#: ../tin.1:2196
 msgid ""
 "B<Lines>, in article listing the line count of an article will be displayed "
 "and in thread listing the line count of first (unread) article will be "
@@ -5191,7 +5226,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2190 ../tin.5:1952
+#: ../tin.1:2200 ../tin.5:1960
 msgid ""
 "B<Score>, in article listing the score of an article will be displayed and "
 "in thread listing the score of the thread will be displayed - see also "
@@ -5199,66 +5234,66 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2192 ../tin.5:1954
+#: ../tin.1:2202 ../tin.5:1962
 msgid "B<Lines & Score>, display line count and score."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2193
+#: ../tin.1:2203
 #, no-wrap
 msgid "B<Show only unread articles (show_only_unread_arts)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2197
+#: ../tin.1:2207
 msgid ""
 "If ON show only new/unread articles otherwise show all articles.  Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2197
+#: ../tin.1:2207
 #, no-wrap
 msgid "B<Show only groups with unread arts (show_only_unread_groups)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2201 ../tin.5:1963
+#: ../tin.1:2211 ../tin.5:1971
 msgid ""
 "If ON show only subscribed groups that contain unread articles. Default is "
 "OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2201
+#: ../tin.1:2211
 #, no-wrap
 msgid "B<Display signatures (show_signatures)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2205
+#: ../tin.1:2215
 msgid "If OFF don't show signatures when displaying articles.  Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2205
+#: ../tin.1:2215
 #, no-wrap
 msgid "B<Prepend signature with '\\en-- \\en' (sigdashes)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2208 ../tin.5:1969
+#: ../tin.1:2218 ../tin.5:1977
 msgid "If ON prepend the signature with sigdashes. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2208
+#: ../tin.1:2218
 #, no-wrap
 msgid "B<Create signature from path/command (sigfile)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2218
+#: ../tin.1:2228
 msgid ""
 "The path that specifies the signature file to use when posting, following up "
 "to or replying to an article. If the path is a directory then the signature "
@@ -5270,24 +5305,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2218
+#: ../tin.1:2228
 #, no-wrap
 msgid "B<Add signature when reposting (signature_repost)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2221 ../tin.5:1983
+#: ../tin.1:2231 ../tin.5:1991
 msgid "If ON add signature to reposted articles. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2221
+#: ../tin.1:2231
 #, no-wrap
 msgid "B<Regex used to highlight /slashes/ (slashes_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2226
+#: ../tin.1:2236
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markslash> or B<mono_markslash>. If "
@@ -5295,141 +5330,141 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2226
+#: ../tin.1:2236
 #, no-wrap
 msgid "B<Sort articles by (sort_article_type)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2230 ../tin.5:1994
+#: ../tin.1:2240 ../tin.5:2002
 msgid ""
 "This specifies how articles should be sorted. Sort by ascending Date (6) is "
 "the default. The following sort types are allowed:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2233 ../tin.5:1997
+#: ../tin.1:2243 ../tin.5:2005
 msgid "B<Nothing>, don't sort articles."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2235 ../tin.5:1999
+#: ../tin.1:2245 ../tin.5:2007
 msgid "B<Subject: (descending)>, sort articles by ''Subject:'' field descending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2237 ../tin.5:2001
+#: ../tin.1:2247 ../tin.5:2009
 msgid "B<Subject: (ascending)>, sort articles by ''Subject:'' field ascending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2239 ../tin.5:2003
+#: ../tin.1:2249 ../tin.5:2011
 msgid "B<From: (descending)>, sort articles by ''From:'' field descending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2241 ../tin.5:2005
+#: ../tin.1:2251 ../tin.5:2013
 msgid "B<From: (ascending)>, sort articles by ''From:'' field ascending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2243 ../tin.5:2007
+#: ../tin.1:2253 ../tin.5:2015
 msgid "B<Date: (descending)>, sort articles by ''Date:'' field descending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2246 ../tin.5:2010
+#: ../tin.1:2256 ../tin.5:2018
 msgid "B<Date: (ascending)>, sort articles by ''Date:'' field ascending (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2248 ../tin.5:2012
+#: ../tin.1:2258 ../tin.5:2020
 msgid "B<Score (descending)>, sort articles by filtering score descending."
 msgstr ""
 
 # type: IP
-#: ../tin.1:2248 ../tin.5:2012
+#: ../tin.1:2258 ../tin.5:2020
 #, no-wrap
 msgid "8"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2250 ../tin.5:2014
+#: ../tin.1:2260 ../tin.5:2022
 msgid "B<Score (ascending)>, sort articles by filtering score ascending."
 msgstr ""
 
 # type: IP
-#: ../tin.1:2250 ../tin.5:2014
+#: ../tin.1:2260 ../tin.5:2022
 #, no-wrap
 msgid "9"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2252 ../tin.5:2016
+#: ../tin.1:2262 ../tin.5:2024
 msgid "B<Lines: (descending)>, sort articles by ''Lines:'' field descending."
 msgstr ""
 
 # type: IP
-#: ../tin.1:2252 ../tin.5:2016
+#: ../tin.1:2262 ../tin.5:2024
 #, no-wrap
 msgid "10"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2254 ../tin.5:2018
+#: ../tin.1:2264 ../tin.5:2026
 msgid "B<Lines: (ascending)>, sort articles by ''Lines:'' field ascending."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2255
+#: ../tin.1:2265
 #, no-wrap
 msgid "B<Sort threads by (sort_threads_type)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2260 ../tin.5:2023
+#: ../tin.1:2270 ../tin.5:2031
 msgid ""
 "This specifies how threads will be sorted. Sort by descending Score (1) is "
 "the default. The following sort types are allowed:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2263 ../tin.5:2026
+#: ../tin.1:2273 ../tin.5:2034
 msgid "B<Nothing>, don't sort threads."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2266 ../tin.5:2029
+#: ../tin.1:2276 ../tin.5:2037
 msgid "B<Score (descending)>, sort threads by filtering score descending (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2268 ../tin.5:2031
+#: ../tin.1:2278 ../tin.5:2039
 msgid "B<Score (ascending)>, sort threads by filtering score ascending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2270 ../tin.5:2033
+#: ../tin.1:2280 ../tin.5:2041
 msgid ""
 "B<Last posting date (descending)>, sort threads by date of last posting "
 "descending."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2272 ../tin.5:2035
+#: ../tin.1:2282 ../tin.5:2043
 msgid ""
 "B<Last posting date (ascending)>, sort threads by date of last posting "
 "ascending."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2273
+#: ../tin.1:2283
 #, no-wrap
 msgid "B<Spamtrap warning address parts (spamtrap_warning_addresses)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2278
+#: ../tin.1:2288
 msgid ""
 "Set this option to a list of comma-separated strings to be warned if you are "
 "replying to an article by mail where the e-mail address contains one of "
@@ -5437,18 +5472,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2280
+#: ../tin.1:2290
 msgid "I<spam,delete,remove>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2280
+#: ../tin.1:2290
 #, no-wrap
 msgid "B<Regex used to highlight *stars* (stars_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2285
+#: ../tin.1:2295
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstar> or B<mono_markstar>. If "
@@ -5456,13 +5491,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2285
+#: ../tin.1:2295
 #, no-wrap
 msgid "B<Start editor with line offset (start_editor_offset)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2290 ../tin.5:2053
+#: ../tin.1:2300 ../tin.5:2061
 msgid ""
 "Set ON if the editor used for posting, follow-ups and bug reports has the "
 "capability of starting and positioning the cursor at a specified line within "
@@ -5470,26 +5505,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2290
+#: ../tin.1:2300
 #, no-wrap
 msgid "B<Strip blanks of end of lines (strip_blanks)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2296 ../tin.5:2057
+#: ../tin.1:2306 ../tin.5:2065
 msgid ""
 "Strips the blanks from the end of each line therefore speeding up the "
 "display when reading on a slow terminal or via modem. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2296
+#: ../tin.1:2306
 #, no-wrap
 msgid "B<Remove bogus groups from newsrc (strip_bogus)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2305 ../tin.5:2065
+#: ../tin.1:2315 ../tin.5:2073
 msgid ""
 "Bogus groups are groups that are present in your "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file that no longer exist on the news "
@@ -5501,26 +5536,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2305
+#: ../tin.1:2315
 #, no-wrap
 msgid "B<No unsubscribed groups in newsrc (strip_newsrc)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2309 ../tin.5:2069
+#: ../tin.1:2319 ../tin.5:2077
 msgid ""
 "If ON, then unsubscribed groups will be permanently removed from your "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2309
+#: ../tin.1:2319
 #, no-wrap
 msgid "B<Regex used to highlight -strokes- (strokes_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2314
+#: ../tin.1:2324
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstroke> or B<mono_markstroke>.  If "
@@ -5528,13 +5563,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2314
+#: ../tin.1:2324
 #, no-wrap
 msgid "B<Wrap around threads on next unread (wrap_on_next_unread)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2319 ../tin.5:2248
+#: ../tin.1:2329 ../tin.5:2260
 msgid ""
 "If enabled a search for the next unread article will wrap around all "
 "articles to find also previous unread articles. If disabled the search stops "
@@ -5542,26 +5577,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2319
+#: ../tin.1:2329
 #, no-wrap
 msgid "B<Display \"a as Umlaut-a (tex2iso_conv)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2323
+#: ../tin.1:2333
 msgid ""
 "If ON, show \"a as Umlaut-a, etc. Default is OFF. This behavior can also be "
 "toggled in the article viewer via B<PageToggleTex2iso> ('B<\">')."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2323
+#: ../tin.1:2333
 #, no-wrap
 msgid "B<Thread articles by (thread_articles)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2331
+#: ../tin.1:2341
 msgid ""
 "Defines which threading method to use. It's possible to set the threading "
 "type on a per group basis by setting the group attribute variable "
@@ -5572,101 +5607,101 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2334
+#: ../tin.1:2344
 msgid "B<None>, don't thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2336
+#: ../tin.1:2346
 msgid "B<Subject>, thread on ''Subject:'' only."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2338
+#: ../tin.1:2348
 msgid "B<References>, thread on ''References:'' only."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2341
+#: ../tin.1:2351
 msgid ""
 "B<Both Subject and References>, thread on ''References:'' then "
 "\\&''Subject:'' (default)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2343
+#: ../tin.1:2353
 msgid "B<Multipart Subject>, thread multipart articles on ''Subject:''."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2346
+#: ../tin.1:2356
 msgid ""
 "B<Percentage Match>, thread base upon a partial character match on "
 "\\&''Subject:''."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2347
+#: ../tin.1:2357
 #, no-wrap
 msgid "B<Catchup thread by using left key (thread_catchup_on_exit)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2351 ../tin.5:2100
+#: ../tin.1:2361 ../tin.5:2108
 msgid ""
 "If ON catchup group/thread when leaving with the left arrow key. Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2351
+#: ../tin.1:2361
 #, no-wrap
 msgid "B<Matchingness of a thread (thread_perc)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2355
+#: ../tin.1:2365
 msgid ""
 "How closely the subjects must match for two threads to be considered part of "
 "the same thread. This is a percentage and the default if 75%."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2355
+#: ../tin.1:2365
 #, no-wrap
 msgid "B<Score of a thread (thread_score)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2359 ../tin.5:2104
+#: ../tin.1:2369 ../tin.5:2112
 msgid ""
 "How the total score of a thread is computed. Default is 0, the maximum score "
 "in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2362 ../tin.5:2107
+#: ../tin.1:2372 ../tin.5:2115
 msgid "B<Max>, the maximum score in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2364 ../tin.5:2109
+#: ../tin.1:2374 ../tin.5:2117
 msgid "B<Sum>, the sum of all scores in this thread."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2366 ../tin.5:2111
+#: ../tin.1:2376 ../tin.5:2119
 msgid "B<Average>, the average score in this thread."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2367
+#: ../tin.1:2377
 #, no-wrap
 msgid "B<Transliteration (translit)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2375 ../tin.5:2120
+#: ../tin.1:2385 ../tin.5:2128
 msgid ""
 "If ON append //TRANSLIT to the first argument of B<iconv_open>(3)  to enable "
 "transliteration. This means that when a character cannot be represented in "
@@ -5676,70 +5711,70 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2375
+#: ../tin.1:2385
 #, no-wrap
 msgid "B<How to treat blank lines (trim_article_body)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2379 ../tin.5:2124
+#: ../tin.1:2389 ../tin.5:2132
 msgid ""
 "Allows you to select how B<tin> treats blank lines in article bodies.  "
 "Default is 0. This option does not affect lines within verbatim blocks."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2382 ../tin.5:2127
+#: ../tin.1:2392 ../tin.5:2135
 msgid "B<Don't trim article body>, do nothing."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2384 ../tin.5:2129
+#: ../tin.1:2394 ../tin.5:2137
 msgid "B<Skip leading blank lines>."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2386 ../tin.5:2131
+#: ../tin.1:2396 ../tin.5:2139
 msgid "B<Skip trailing blank lines>."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2388 ../tin.5:2133
+#: ../tin.1:2398 ../tin.5:2141
 msgid ""
 "B<Skip leading and trailing blank l.>, skip leading and trailing blank "
 "lines."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2391 ../tin.5:2136
+#: ../tin.1:2401 ../tin.5:2144
 msgid ""
 "B<Compact multiple between text>, replace multiple blank lines between "
 "textblocks with one blank line."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2393 ../tin.5:2138
+#: ../tin.1:2403 ../tin.5:2146
 msgid "B<Compact multiple and skip leading>, 4 + 1"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2395 ../tin.5:2140
+#: ../tin.1:2405 ../tin.5:2148
 msgid "B<Compact multiple and skip trailing>, 4 + 2"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2397 ../tin.5:2142
+#: ../tin.1:2407 ../tin.5:2150
 msgid "B<Compact mltpl., skip lead. & trai.>, 4 + 3"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2398
+#: ../tin.1:2408
 #, no-wrap
 msgid "B<Regex used to highlight _underline_ (underscores_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2403
+#: ../tin.1:2413
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markdash> or B<mono_markdash>. If "
@@ -5747,24 +5782,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2403
+#: ../tin.1:2413
 #, no-wrap
 msgid "B<Remove ~/.article after posting (unlink_article)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2406
+#: ../tin.1:2416
 msgid "If ON remove I<~/.article> after posting. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2406
+#: ../tin.1:2416
 #, no-wrap
 msgid "B<Program that opens URL's (url_handler)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2411
+#: ../tin.1:2421
 msgid ""
 "The program that will be run when launching URL's in the article viewer "
 "using B<PageViewUrl> ('B<U>'). The actual URL will be appended to this.  "
@@ -5772,103 +5807,116 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2411
+#: ../tin.1:2421
 #, no-wrap
 msgid "B<URL highlighting in message body (url_highlight)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2414 ../tin.5:2162
+#: ../tin.1:2424 ../tin.5:2170
 msgid "Enable highlighting URLs in message body. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2414
+#: ../tin.1:2424
 #, no-wrap
 msgid "B<Use ANSI color (use_color)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2417
+#: ../tin.1:2427
 msgid "If enabled B<tin> uses ANSI-colors. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2417
+#: ../tin.1:2427
 #, no-wrap
 msgid "B<Use scroll keys on keypad (use_keypad)>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2420
+#: ../tin.1:2430
 #, no-wrap
 msgid "B<Use mouse in xterm (use_mouse)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2426 ../tin.5:2176
+#: ../tin.1:2436 ../tin.5:2184
 msgid ""
 "Allows the mouse button support in a B<xterm>(1x)  to be enabled/disabled.  "
 "Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2426
+#: ../tin.1:2436
+#, no-wrap
+msgid "B<Use slrnface to show ''X-Face:''s (use_slrnface)>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:2446
+msgid ""
+"If enabled B<tin> uses B<slrnface>(1)  to interpret the ''X-Face:'' "
+"header. For this option to have any effect, B<tin> must be running in an "
+"B<xterm>(1x)  and B<slrnface>(1)  must be in your $B<PATH>. Default is OFF."
+msgstr ""
+
+# type: TP
+#: ../tin.1:2446
 #, no-wrap
-msgid "B<Use slrnface to show ''X-Face:''s (use_slrnface)>"
+msgid "B<Use UTF-8 graphics (utf8_graphics)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2436
+#: ../tin.1:2450 ../tin.5:2200
 msgid ""
-"If enabled B<tin> uses B<slrnface>(1)  to interpret the ''X-Face:'' "
-"header. For this option to have any effect, B<tin> must be running in an "
-"B<xterm>(1x)  and B<slrnface>(1)  must be in your $B<PATH>. Default is OFF."
+"If ON use UTF-8 characters for indicator ('-E<gt>'), thread/attachment tree "
+"and ellipsis ('...'). Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2436
+#: ../tin.1:2450
 #, no-wrap
 msgid "B<Regex for begin of a verbatim block (verbatim_begin_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2439
+#: ../tin.1:2453
 msgid ""
 "A regular expression that tin will use to find the begin of a verbatim "
 "block."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2439
+#: ../tin.1:2453
 #, no-wrap
 msgid "B<Regex for end of a verbatim block (verbatim_end_regex)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2442
+#: ../tin.1:2456
 msgid "A regular expression that tin will use to find the end of a verbatim block."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2442
+#: ../tin.1:2456
 #, no-wrap
 msgid "B<Detection of verbatim blocks (verbatim_handling)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2445
+#: ../tin.1:2459
 msgid "If ON verbatim blocks will be detected. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2445
+#: ../tin.1:2459
 #, no-wrap
 msgid "B<Wildcard matching (wildcard)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2459
+#: ../tin.1:2473
 msgid ""
 "Allows you to select how B<tin> matches strings. The default is 0 and uses "
 "the wildmat notation, which is how this has traditionally been handled.  "
@@ -5879,41 +5927,41 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2459
+#: ../tin.1:2473
 #, no-wrap
 msgid "B<What to display instead of mark (word_h_display_marks)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2463 ../tin.5:2216
+#: ../tin.1:2477 ../tin.5:2228
 msgid ""
 "Should the leading and ending stars, slashes, strokes and dashes also be "
 "displayed, even when they are highlighting marks?"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2466 ../tin.5:2219
+#: ../tin.1:2480 ../tin.5:2231
 msgid "B<no>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2468 ../tin.5:2221
+#: ../tin.1:2482 ../tin.5:2233
 msgid "yes, B<display mark>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2470 ../tin.5:2223
+#: ../tin.1:2484 ../tin.5:2235
 msgid "print a B<space> instead"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2471
+#: ../tin.1:2485
 #, no-wrap
 msgid "B<Word highlighting in message body (word_highlight)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2479
+#: ../tin.1:2493
 msgid ""
 "Enable word highlighting. See B<word_h_display_marks> for the options "
 "available. If B<use_color> is enabled the colors specified in "
@@ -5924,13 +5972,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2479
+#: ../tin.1:2493
 #, no-wrap
 msgid "B<Page line wrap column (wrap_column)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2490 ../tin.5:2243
+#: ../tin.1:2504 ../tin.5:2255
 msgid ""
 "Sets the column at which a displayed article body should be wrapped.  If "
 "this value is equal to 0, it defaults to the current screen width.  If this "
@@ -5943,26 +5991,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2490
+#: ../tin.1:2504
 #, no-wrap
 msgid "B<Quote line when cross-posting (xpost_quote_format)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2497 ../tin.5:2253
+#: ../tin.1:2511 ../tin.5:2265
 msgid ""
 "Format is the same as for B<news_quote_format>, this is used when answering "
 "to a crossposting to several groups with no ''Followup-To:'' set."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2497
+#: ../tin.1:2511
 #, no-wrap
 msgid "ATTRIBUTES MENU AND GROUP ATTRIBUTES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2504
+#: ../tin.1:2518
 msgid ""
 "B<tin> allows certain attributes to be set on a per group basis. If it "
 "exists, the global attributes file, I<${TIN_LIBDIR:-NEWSLIBDIR}/attributes> "
@@ -5973,7 +6021,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2512
+#: ../tin.1:2526
 msgid ""
 "Note that the I<scope=E<lt>grouplistE<gt>> line has to be specified before "
 "the attributes are specified for that list. All attributes are set to a "
@@ -5984,7 +6032,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2519
+#: ../tin.1:2533
 msgid ""
 "Attributes can also be changed from the attributes menu which can be "
 "accessed by B<ConfigToggleAttrib> ('B<E<lt>TABE<gt>>') from the options menu "
@@ -5995,7 +6043,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2526
+#: ../tin.1:2540
 msgid ""
 "Besides the keys for moving around and changing values known from the "
 "options menu the attributes menu provides the following command: "
@@ -6003,13 +6051,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2526
+#: ../tin.1:2540
 #, no-wrap
 msgid "SCOPES MENU"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2531
+#: ../tin.1:2545
 msgid ""
 "The scopes menu (accessible from the options menu with B<ConfigScopeMenu> "
 "('B<S>')) shows all scopes read from the global and local attributes file.  "
@@ -6018,7 +6066,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2542
+#: ../tin.1:2556
 msgid ""
 "In addition to the common moving keys the following commands are available: "
 "B<ScopeSelect> ('B<^J>' or 'B<E<lt>CRE<gt>>') enter the attributes menu for "
@@ -6031,14 +6079,14 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2542
+#: ../tin.1:2556
 #, no-wrap
 msgid "FILTERING ARTICLES"
 msgstr ""
 
 #.  FIXME - add scoring description
 # type: Plain text
-#: ../tin.1:2549
+#: ../tin.1:2563
 msgid ""
 "When there is a subject or an author which you are either very interested "
 "in, or find completely uninteresting, you can easily instruct B<tin> to "
@@ -6048,7 +6096,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2555
+#: ../tin.1:2569
 msgid ""
 "When B<tin> starts up the user's kill-file "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter> (see also B<tin>(5))  is read. Each "
@@ -6057,7 +6105,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2560
+#: ../tin.1:2574
 msgid ""
 "The degree to which rules are applied depend on the B<kill_level> tinrc "
 "setting. By default killed articles will only be marked read. Adjust "
@@ -6066,7 +6114,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2565
+#: ../tin.1:2579
 msgid ""
 "Filtering rules can be manually entered into "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter> (but don't do this whilst running "
@@ -6075,7 +6123,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2571
+#: ../tin.1:2585
 msgid ""
 "The filtering capabilities of B<tin> have been significantly enhanced over "
 "previous versions to include scoring and better pattern matching. It is "
@@ -6086,7 +6134,7 @@ msgstr ""
 
 #.  FIXME - Next paragraph is out of date
 # type: Plain text
-#: ../tin.1:2583
+#: ../tin.1:2597
 msgid ""
 "The on-screen filtering menu is accessed by pressing 'B<^K>' at the Group "
 "and Article levels. It allows the user to kill or select an article that "
@@ -6099,20 +6147,20 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2583
+#: ../tin.1:2597
 #, no-wrap
 msgid "POSTING ARTICLES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2586
+#: ../tin.1:2600
 msgid ""
 "B<tin> allows posting of articles, follow-up to already posted articles and "
 "replying direct through mail to the author of an article."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2596
+#: ../tin.1:2610
 msgid ""
 "Use the B<Post> ('B<w>') command to post an article to a newsgroup.  After "
 "entering the post subject the default editor (i.e., B<vi>(1))  or the editor "
@@ -6125,7 +6173,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2601
+#: ../tin.1:2615
 msgid ""
 "Use the B<DisplayPostHist> ('B<W>') command to display a history of the "
 "articles you have posted. The date the article was posted, which newsgroups "
@@ -6133,7 +6181,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2609
+#: ../tin.1:2623
 msgid ""
 "Use the B<PageFollowupQuote> ('B<f>'), B<PageFollowup> ('B<F>')  or "
 "B<PageFollowupQuoteHeaders> ('B<^W>') command to post a follow-up article to "
@@ -6145,7 +6193,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2623
+#: ../tin.1:2637
 msgid ""
 "Use the B<PageReplyQuote> ('B<r>'), B<PageReply> ('B<R>') or "
 "B<PageReplyQuoteHeaders> ('B<^E>') command to reply direct through mail to "
@@ -6160,13 +6208,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2623
+#: ../tin.1:2637
 #, no-wrap
 msgid "CUSTOMIZING THE ARTICLE QUOTE STRING"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2631
+#: ../tin.1:2645
 msgid ""
 "When posting a followup to an article or replying direct to the author of an "
 "article via email the text of the article can be quoted. The beginning of "
@@ -6178,13 +6226,13 @@ msgid ""
 msgstr ""
 
 # type: ta
-#: ../tin.1:2633
+#: ../tin.1:2647
 #, no-wrap
 msgid "\\w'%A  'u +\\w'Address'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2642
+#: ../tin.1:2656
 #, no-wrap
 msgid ""
 "B<%A>\tAddress (Email)\n"
@@ -6198,12 +6246,12 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2645
+#: ../tin.1:2659
 msgid "e.g.,"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2650
+#: ../tin.1:2664
 #, no-wrap
 msgid ""
 "CW<mail_quote_format=On %D in %G you wrote:\n"
@@ -6211,12 +6259,12 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2654
+#: ../tin.1:2668
 msgid "would expand to:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2659
+#: ../tin.1:2673
 #, no-wrap
 msgid ""
 "CW<On 21 Sep 1993 09:45:51 -0400 in alt.sources you wrote:\n"
@@ -6225,7 +6273,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2669
+#: ../tin.1:2683
 msgid ""
 "The quoted text section of an article is marked by a preceding quote string "
 "at the beginning of each quoted line. The default quote string is set to "
@@ -6235,13 +6283,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2669
+#: ../tin.1:2683
 #, no-wrap
 msgid "MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2676
+#: ../tin.1:2690
 msgid ""
 "The command interface to B<GroupMail>, B<PageMail>, B<PostMail> or "
 "B<ThreadMail> ('B<m>'), B<Pipe> ('B<|>'), B<Print> ('B<o>'), B<PageRepost> "
@@ -6251,7 +6299,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2681
+#: ../tin.1:2695
 msgid ""
 "Auto-saving with B<*AutoSave> ('B<S>') is a special case and operates only "
 "on marked articles. They will processed without any further prompting "
@@ -6260,7 +6308,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2685
+#: ../tin.1:2699
 msgid ""
 "Otherwise, the initial prompt will ask you to select which article, thread, "
 "hot (auto-selected), regex pattern, tagged articles you wish to mail, pipe "
@@ -6268,7 +6316,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2689
+#: ../tin.1:2703
 msgid ""
 "Tagged articles must have already been tagged with a B<*Tag> ('B<t>')  "
 "command. All tagged articles can be untagged by a B<*Untag> ('B<U>')  untag "
@@ -6276,7 +6324,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2695
+#: ../tin.1:2709
 msgid ""
 "If a regex pattern is selected you are asked to enter a pattern (e.g., to "
 "match all articles subject lines containing 'net News' you enter \"net "
@@ -6286,7 +6334,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2700
+#: ../tin.1:2714
 msgid ""
 "Various expansion characters are recognized when entering the directory and "
 "file to save to. Environment variables (prefixed with '$') and user home "
@@ -6295,7 +6343,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2705
+#: ../tin.1:2719
 msgid ""
 "To save articles to a mailbox enter '=E<lt>mailbox nameE<gt>' when asked for "
 "the save filename. If you enter just '=' then articles will be saved to a "
@@ -6304,7 +6352,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2709
+#: ../tin.1:2723
 msgid ""
 "To save in savedir/E<lt>news.group.nameE<gt>/E<lt>filenameE<gt> format enter "
 "'+E<lt>filenameE<gt>'.  Environment variables are allowed within a filename "
@@ -6312,20 +6360,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2715
+#: ../tin.1:2729
 msgid ""
 "When saving articles you can specify whether the saved files should be post "
 "processed. A default process type can be set via B<post_process_type>."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2715
+#: ../tin.1:2729
 #, no-wrap
 msgid "AUTOMATIC MAILING AND SAVING NEW NEWS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2727
+#: ../tin.1:2741
 msgid ""
 "B<tin> allows new/unread news articles to be mailed (''B<-M>'' and "
 "\\&''B<-N>'' option) or saved (''B<-S>'' option) in batch mode for later "
@@ -6340,7 +6388,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2731
+#: ../tin.1:2745
 msgid ""
 "When using ''B<-S>'' together with a given directory to save to (''B<-s>'' "
 "option), the same directory must be specified when reading the articles by "
@@ -6348,7 +6396,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2738
+#: ../tin.1:2752
 msgid ""
 "If you only want to save some of your groups use the B<batch_save> tinrc "
 "variable. Set to ON or OFF in tinrc to enable/disable saving of all groups "
@@ -6359,50 +6407,50 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:2739
+#: ../tin.1:2753
 #, no-wrap
 msgid "B<tin -M iain -c -f newsrc.mail>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2743
+#: ../tin.1:2757
 msgid ""
 "(mail any unread articles in newsgroups specified in file newsrc.mail to the "
 "local user iain and mark them as read)"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2744
+#: ../tin.1:2758
 #, no-wrap
 msgid "B<tin -S -c -f newsrc.save>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2748
+#: ../tin.1:2762
 msgid ""
 "(save any unread articles in newsgroups specified in file newsrc.save and "
 "mark them as read)"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2749
+#: ../tin.1:2763
 #, no-wrap
 msgid "B<tin -R>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2754
+#: ../tin.1:2768
 msgid "(read any articles saved by B<tin -S>)"
 msgstr ""
 
 # type: SS
-#: ../tin.1:2754
+#: ../tin.1:2768
 #, no-wrap
 msgid "RANGES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2765
+#: ../tin.1:2779
 msgid ""
 "A range is simply a group of items marked using the B<SetRange> (B<'#'>) "
 "key. Certain B<tin> commands will operate on a range if one exists rather "
@@ -6416,13 +6464,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2766
+#: ../tin.1:2780
 #, no-wrap
 msgid "NEWSGROUP LISTS & WILDCARDS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2777
+#: ../tin.1:2791
 msgid ""
 "Several places in B<tin> allow you to specify a list of newsgroups. These "
 "include command-line groups, (un)subscribe groups, the AUTO[UN]SUBSCRIBE "
@@ -6435,30 +6483,30 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2779
+#: ../tin.1:2793
 msgid "I<alt.config,news.*,!news.test>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2781
+#: ../tin.1:2795
 msgid "Matches alt.config and everything in the 'news' hierarchy except news.test"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2786
+#: ../tin.1:2800
 msgid ""
 "See the explanation for the $B<AUTOSUBSCRIBE> variables for further "
 "examples."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2786
+#: ../tin.1:2800
 #, no-wrap
 msgid "SIGNATURES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2795
+#: ../tin.1:2809
 msgid ""
 "B<tin> will recognize a signature in either "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature> or "
@@ -6470,19 +6518,19 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2798
+#: ../tin.1:2812
 msgid ""
 "A signature in I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig> will be pulled into the "
 "editor for both posting and mailing commands."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2800
+#: ../tin.1:2814
 msgid "The following is an example of a I<.Sig> file:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2805
+#: ../tin.1:2819
 #, no-wrap
 msgid ""
 "CW<NAMES  Joe Bar E<lt>joe@example.orgE<gt>\n"
@@ -6490,7 +6538,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2820
+#: ../tin.1:2834
 msgid ""
 "B<tin> also has the capability to generate random signatures on a per "
 "newsgroup basis if so desired. The way to accomplish this is to specify the "
@@ -6504,13 +6552,13 @@ msgid ""
 msgstr ""
 
 # type: SS
-#: ../tin.1:2820
+#: ../tin.1:2834
 #, no-wrap
 msgid "TIPS AND TRICKS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2824
+#: ../tin.1:2838
 msgid ""
 "B<tin> can be pretty much be navigated by using the four cursor keys.  The "
 "left arrow key goes up a level, the right arrow key goes down a level, the "
@@ -6518,33 +6566,33 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2826
+#: ../tin.1:2840
 msgid ""
 "The following newsgroups provide useful information concerning news "
 "software:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2829
+#: ../tin.1:2843
 msgid ""
 "\\(emnews.software.readers (info. about news user agents tin, rn, nn, slrn "
 "etc.)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2831
+#: ../tin.1:2845
 msgid "\\(emnews.software.nntp (info. about NNTP)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2833
+#: ../tin.1:2847
 msgid ""
 "\\(emnews.answers (Frequently Asked Questions (FAQ) about many different "
 "themes)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2837
+#: ../tin.1:2851
 msgid ""
 "Many prompts within B<tin> offer a default choice that the cursor is "
 "positioned on. By pressing 'B<E<lt>CRE<gt>>' the default value is taken.  "
@@ -6552,14 +6600,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2844
+#: ../tin.1:2858
 msgid ""
 "When B<tin> is run in an B<xterm>(1x)  it will resize itself each time the "
 "B<xterm>(1x)  is resized."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2848
+#: ../tin.1:2862
 msgid ""
 "B<tin> will reread the "
 "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file at set "
@@ -6567,20 +6615,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2853
+#: ../tin.1:2867
 msgid ""
 "If you find large number of new newsgroups cluttering up your screen, "
 "pressing B<SelectToggleReadDisplay> ('B<r>') will make them go away."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2853
+#: ../tin.1:2867
 #, no-wrap
 msgid "XTERM BUTTONS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2859
+#: ../tin.1:2873
 msgid ""
 "If the environment variable B<$TERM> is set to B<xterm>(1x), then button "
 "pressing can be used to select groups and articles. In this discussion, the "
@@ -6589,103 +6637,103 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2861
+#: ../tin.1:2875
 msgid "In general (i.e., for the group, thread and article menus),"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2861
+#: ../tin.1:2875
 #, no-wrap
 msgid "Button1 (left)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2864
+#: ../tin.1:2878
 msgid "enters next (lower) level if you click on an article, otherwise pages down."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2864
+#: ../tin.1:2878
 #, no-wrap
 msgid "Button2 (center)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2868
+#: ../tin.1:2882
 msgid ""
 "returns to the previous (upper) level if you click on an article, otherwise "
 "pages up."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2868
+#: ../tin.1:2882
 #, no-wrap
 msgid "Button3 (right)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2872
+#: ../tin.1:2886
 msgid ""
 "positions on the article line under mouse cursor, or pages down if you've "
 "clicked outside the list of articles."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2874
+#: ../tin.1:2888
 msgid "In the group selection menu, if the mouse is pointing at a group then:"
 msgstr ""
 
 # type: TP
-#: ../tin.1:2874 ../tin.1:2886 ../tin.1:2900
+#: ../tin.1:2888 ../tin.1:2900 ../tin.1:2914
 #, no-wrap
 msgid "left button"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2878
+#: ../tin.1:2892
 msgid ""
 "moves to and selects the group pointed at, just like B<SelectReadGrp> "
 "('B<E<lt>CRE<gt>>')."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2878 ../tin.1:2890 ../tin.1:2903
+#: ../tin.1:2892 ../tin.1:2904 ../tin.1:2917
 #, no-wrap
 msgid "center button"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2881
+#: ../tin.1:2895
 msgid "quits the program, just like B<Quit> ('B<q>')."
 msgstr ""
 
 # type: TP
-#: ../tin.1:2881 ../tin.1:2895 ../tin.1:2908
+#: ../tin.1:2895 ../tin.1:2909 ../tin.1:2922
 #, no-wrap
 msgid "right button"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2884
+#: ../tin.1:2898
 msgid "moves to the group pointed at."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2886
+#: ../tin.1:2900
 msgid ""
 "In the article menu, if the mouse is pointing at an article (or thread) "
 "then:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2890
+#: ../tin.1:2904
 msgid ""
 "reads the article pointed at, just like B<GroupReadBasenote> "
 "('B<E<lt>CRE<gt>>'), or the thread, just like B<GroupListThd> ('B<l>')."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2895
+#: ../tin.1:2909
 msgid ""
 "exits the menu, catching up on the group if you have "
 "B<group_catchup_on_exit> set in your configuration, just like B<Quit> "
@@ -6693,22 +6741,22 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2898
+#: ../tin.1:2912
 msgid "moves to the article (or thread) pointed at."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2900
+#: ../tin.1:2914
 msgid "In the thread menu, if the mouse is pointing at an article then:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2903
+#: ../tin.1:2917
 msgid "reads article pointed at, just like B<ThreadReadArt> ('B<E<lt>CRE<gt>>')."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2908
+#: ../tin.1:2922
 msgid ""
 "exits the menu, catching up on the thread if you have "
 "B<thread_catchup_on_exit> set in your configuration, just like B<Quit> "
@@ -6716,25 +6764,25 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2911
+#: ../tin.1:2925
 msgid "moves to the article pointed at."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2918
+#: ../tin.1:2932
 msgid ""
 "In other menus and areas button pressing reverts back to usual cut and paste "
 "of B<xterm>(1x), but after one click of any button."
 msgstr ""
 
 # type: SS
-#: ../tin.1:2918
+#: ../tin.1:2932
 #, no-wrap
 msgid "INDEX FILES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2923
+#: ../tin.1:2937
 msgid ""
 "If your news server supports NOV index files (see B<newsoverview>(5), most "
 "modern installations will) and you have a fast connection to your news "
@@ -6742,7 +6790,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2929
+#: ../tin.1:2943
 msgid ""
 "If your news server doesn't support NOV index files or you have a very slow "
 "connection to your news server then B<tin> can cache the index for each "
@@ -6752,7 +6800,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2938
+#: ../tin.1:2952
 msgid ""
 "Each user creates/updates his/her own index files that are stored in "
 "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news/>. If you "
@@ -6764,7 +6812,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2945
+#: ../tin.1:2959
 msgid ""
 "Entering a group the first time tends to be slow because the index file must "
 "be built from scratch. To alleviate the slowness start B<tin> to create all "
@@ -6775,20 +6823,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2950
+#: ../tin.1:2964
 msgid ""
 "As indexing might take some time you may want to run B<tin> form the system "
 "batcher B<cron>(1)  with the ''B<-u>'' option:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2955
+#: ../tin.1:2969
 #, no-wrap
 msgid "CW<30 6 * * * /usr/local/bin/tin -u>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2963
+#: ../tin.1:2977
 msgid ""
 "If you are low on local disk space you should consider using B<getart_limit> "
 "to limit the size of cached indexes and also manually purge cached data for "
@@ -6796,7 +6844,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2969
+#: ../tin.1:2983
 #, no-wrap
 msgid ""
 "CW<find ${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news* "
@@ -6805,7 +6853,7 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:2974 ../tin.5:20
+#: ../tin.1:2988 ../tin.5:20
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -6821,127 +6869,128 @@ msgstr ""
 #.        $TMPDIR/REFS.info  (-D 8)
 #.        $TMPDIR/MALLOC     (-D 16)
 #.        $TMPDIR/ATTRIBUTES (-D 32)
-#.        $TMPDIR/SCOPES     (-D 32)
+#.        $TMPDIR/SCOPES-R   (-D 32)
+#.        $TMPDIR/SCOPES-W   (-D 32)
 #.        $TMPDIR/ACTIVE     (-D 64)
 # type: Plain text
-#: ../tin.1:2990
+#: ../tin.1:3005
 msgid "For a detailed description see B<tin>(5)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2992 ../tin.5:40
+#: ../tin.1:3007 ../tin.5:41
 msgid "I<$MAILCAPS>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2994 ../tin.5:42
+#: ../tin.1:3009 ../tin.5:43
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2996 ../tin.5:44
+#: ../tin.1:3011 ../tin.5:45
 msgid "I</etc/mailcap>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:2998 ../tin.5:46
+#: ../tin.1:3013 ../tin.5:47
 msgid "I</usr/etc/mailcap>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3000 ../tin.5:48
+#: ../tin.1:3015 ../tin.5:49
 msgid "I</usr/local/etc/mailcap>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3002 ../tin.5:50
+#: ../tin.1:3017 ../tin.5:51
 msgid "I</etc/mail/mailcap>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3005 ../tin.5:219
+#: ../tin.1:3020 ../tin.5:220
 msgid "I</etc/nntpserver>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3008 ../tin.5:229
+#: ../tin.1:3023 ../tin.5:230
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3011 ../tin.5:236
+#: ../tin.1:3026 ../tin.5:237
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3013 ../tin.5:238
+#: ../tin.1:3028 ../tin.5:239
 msgid "I</etc/mime.types>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3015 ../tin.5:240
+#: ../tin.1:3030 ../tin.5:241
 msgid "I</etc/tin/mime.types>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3018 ../tin.5:247
+#: ../tin.1:3033 ../tin.5:248
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3021 ../tin.5:280
+#: ../tin.1:3036 ../tin.5:281
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3025 ../tin.5:309
+#: ../tin.1:3040 ../tin.5:310
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/.oldnewsrc>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3029 ../tin.5:317
+#: ../tin.1:3044 ../tin.5:318
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3031 ../tin.5:319
+#: ../tin.1:3046 ../tin.5:320
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3034 ../tin.5:326
+#: ../tin.1:3049 ../tin.5:327
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3037 ../tin.5:333
+#: ../tin.1:3052 ../tin.5:334
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3040 ../tin.5:340
+#: ../tin.1:3055 ../tin.5:341
 msgid "I<${TIN_INDEX_MAILDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.mail/>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3044 ../tin.5:348
+#: ../tin.1:3059 ../tin.5:349
 #, no-wrap
 msgid "I<${TIN_INDEX_NEWSDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.news${NNTPSERVER:+\"-$NNTPSERVER\"}/>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3048 ../tin.5:356
+#: ../tin.1:3063 ../tin.5:357
 msgid "I<${TIN_INDEX_SAVEDIR:-\"${TIN_HOMEDIR:-\"$HOME\"}/.tin\"}/.save/>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3051 ../tin.5:363
+#: ../tin.1:3066 ../tin.5:364
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3054 ../tin.5:397
+#: ../tin.1:3069 ../tin.5:398
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>"
 msgstr ""
 
@@ -6950,66 +6999,66 @@ msgstr ""
 #.  we should think about checking for the new Paths (/news/etc/)
 #.  ${TIN_LIBDIR\-/news/etc"}/attributes
 # type: Plain text
-#: ../tin.1:3058 ../tin.5:408
+#: ../tin.1:3073 ../tin.5:409
 msgid "I</etc/tin/attributes>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3060 ../tin.5:410
+#: ../tin.1:3075 ../tin.5:411
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/attributes>"
 msgstr ""
 
 #.  TODO: add missing descriptions and explain things in detail.
 # type: Plain text
-#: ../tin.1:3063 ../tin.5:735
+#: ../tin.1:3078 ../tin.5:736
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3067 ../tin.5:817
+#: ../tin.1:3082 ../tin.5:818
 #, no-wrap
 msgid "I</etc/tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3069 ../tin.5:819
+#: ../tin.1:3084 ../tin.5:820
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/keymap${${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}:+\".${LC_ALL:-\"${LC_CTYPE:-\"${LC_MESSAGES:-\"$LANG\"}\"}\"}\"}>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3073 ../tin.5:1051
+#: ../tin.1:3088 ../tin.5:1053
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3076 ../tin.5:1067
+#: ../tin.1:3091 ../tin.5:1069
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3079 ../tin.5:1093
+#: ../tin.1:3094 ../tin.5:1095
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3082 ../tin.5:1100
+#: ../tin.1:3097 ../tin.5:1102
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3085 ../tin.5:1110
+#: ../tin.1:3100 ../tin.5:1112
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3089
+#: ../tin.1:3104
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3094
+#: ../tin.1:3109
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 msgstr ""
@@ -7019,22 +7068,22 @@ msgstr ""
 #.  we should think about checking for the new Paths (/news/etc/)
 #.  .IR ${TIN_LIBDIR\-"/news/etc"}/tinrc
 # type: Plain text
-#: ../tin.1:3099 ../tin.5:1163
+#: ../tin.1:3114 ../tin.5:1165
 msgid "I</etc/tin/tinrc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3101 ../tin.5:1165
+#: ../tin.1:3116 ../tin.5:1167
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3104 ../tin.5:2257
+#: ../tin.1:3119 ../tin.5:2269
 msgid "I</etc/tin/tin.defaults>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3107
+#: ../tin.1:3122
 msgid "I</usr/local/share/locale/${LC_MESSAGES}/LC_MESSAGES/tin.mo>"
 msgstr ""
 
@@ -7043,51 +7092,51 @@ msgstr ""
 #.  we should think about checking for the new Paths
 #.  (described shown below).
 # type: Plain text
-#: ../tin.1:3110 ../tin.5:2364
+#: ../tin.1:3125 ../tin.5:2376
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3113 ../tin.5:2424
+#: ../tin.1:3128 ../tin.5:2436
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3116 ../tin.5:2451
+#: ../tin.1:3131 ../tin.5:2463
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3119 ../tin.5:2474
+#: ../tin.1:3134 ../tin.5:2486
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/organization>"
 msgstr ""
 
 #.  is the Path correct? or is it /news/etc/overview.fmt
 # type: Plain text
-#: ../tin.1:3122 ../tin.5:2484
+#: ../tin.1:3137 ../tin.5:2496
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/overview.fmt>"
 msgstr ""
 
 #.  is the Path correct? or is it /news/etc/subscriptions
 # type: Plain text
-#: ../tin.1:3125 ../tin.5:2502
+#: ../tin.1:3140 ../tin.5:2514
 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>"
 msgstr ""
 
 # type: SH
-#: ../tin.1:3128
+#: ../tin.1:3143
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 # type: TP
-#: ../tin.1:3142
+#: ../tin.1:3157
 #, no-wrap
 msgid "B<TINRC>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3150
+#: ../tin.1:3165
 msgid ""
 "Define this variable if you want to specify command-line options that B<tin> "
 "should be started with to save typing them each time it is started. The "
@@ -7098,13 +7147,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3150
+#: ../tin.1:3165
 #, no-wrap
 msgid "B<TIN_HOMEDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3155
+#: ../tin.1:3170
 msgid ""
 "Define this variable if you do not want the I<.tin> directory in "
 "I<$HOME/>. E.g., if you want all B<tin>'s private files in I</tmp/.tin> you "
@@ -7112,13 +7161,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3155
+#: ../tin.1:3170
 #, no-wrap
 msgid "B<TIN_INDEX_NEWSDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3161
+#: ../tin.1:3176
 msgid ""
 "Define this variable if you do not want the I<.news> directory in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s news "
@@ -7126,13 +7175,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3161
+#: ../tin.1:3176
 #, no-wrap
 msgid "B<TIN_INDEX_MAILDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3167
+#: ../tin.1:3182
 msgid ""
 "Define this variable if you do not want the I<.mail> directory in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s mail "
@@ -7140,13 +7189,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3167
+#: ../tin.1:3182
 #, no-wrap
 msgid "B<TIN_INDEX_SAVEDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3173
+#: ../tin.1:3188
 msgid ""
 "Define this variable if you do not want the I<.save> directory in "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/>. E.g., if you want all B<tin>'s save "
@@ -7154,13 +7203,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3173
+#: ../tin.1:3188
 #, no-wrap
 msgid "B<TIN_LIBDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3178
+#: ../tin.1:3193
 msgid ""
 "Define this variable if you want to override the B<NEWSLIBDIR> path that was "
 "compiled into the B<tin> binary, default is I</usr/lib/news>.  If tin is "
@@ -7168,13 +7217,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3178
+#: ../tin.1:3193
 #, no-wrap
 msgid "B<TIN_SPOOLDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3183
+#: ../tin.1:3198
 msgid ""
 "Define this variable if you want to override the B<SPOOLDIR> path that was "
 "compiled into the B<tin> binary, default is I</var/spool/news>.  If tin is "
@@ -7182,13 +7231,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3183
+#: ../tin.1:3198
 #, no-wrap
 msgid "B<TIN_NOVROOTDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3189
+#: ../tin.1:3204
 msgid ""
 "Define this variable if you want to override the B<NOVROOTDIR> path that was "
 "compiled into the B<tin> binary, default is B<SPOOLDIR> (see above). If tin "
@@ -7196,13 +7245,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3189
+#: ../tin.1:3204
 #, no-wrap
 msgid "B<TIN_ACTIVEFILE>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3195
+#: ../tin.1:3210
 msgid ""
 "Define this variable if you want to override the B<NEWSLIBDIR/active> path "
 "that was compiled into the B<tin> binary. If tin is running in NNTP mode "
@@ -7211,13 +7260,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3195
+#: ../tin.1:3210
 #, no-wrap
 msgid "B<NNTPSERVER>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3201
+#: ../tin.1:3216
 msgid ""
 "The default NNTP server to remotely read news from. This variable only needs "
 "to be set if the ''B<-r>'' command-line option is specified and the file "
@@ -7226,13 +7275,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3201
+#: ../tin.1:3216
 #, no-wrap
 msgid "B<NNTPPORT>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3206
+#: ../tin.1:3221
 msgid ""
 "The NNTP TCP-port to read news from. This variable only needs to be set if "
 "the TCP-port is not 119 (the default).  The ''B<-p>'' command-line option "
@@ -7240,40 +7289,83 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3206
+#: ../tin.1:3221
 #, no-wrap
 msgid "B<DISTRIBUTION>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3210
+#: ../tin.1:3225
 msgid ""
 "Set the article header field ''Distribution:'' to the contents of the "
 "variable instead of the system default."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3210
+#: ../tin.1:3225
 #, no-wrap
 msgid "B<ISO2ASC>"
 msgstr ""
 
-#.  TODO: short document the different tables (doc/iso2asc.txt) here
 # type: Plain text
-#: ../tin.1:3215
+#: ../tin.1:3229
 msgid ""
 "Set the ISO to ASCII charset decoding table character to use in decoding an "
 "article text. Values can range from 0 to 6."
 msgstr ""
 
+# type: Plain text
+#: ../tin.1:3233
+msgid "universal table for many languages"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3236
+msgid "single-spacing universal table"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3239
+msgid "table for Danish, Dutch, German, Norwegian and Swedish"
+msgstr ""
+
 # type: TP
-#: ../tin.1:3215
+#: ../tin.1:3239
+#, no-wrap
+msgid "B<3>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3242
+msgid ""
+"table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO "
+"646 variant"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3245
+msgid "table with RFC 1345 codes in brackets"
+msgstr ""
+
+# type: TP
+#: ../tin.1:3245
+#, no-wrap
+msgid "B<5>"
+msgstr ""
+
+# type: Plain text
+#: ../tin.1:3248
+msgid "table for printers that allow overstriking with backspace"
+msgstr ""
+
+# type: TP
+#: ../tin.1:3249
 #, no-wrap
 msgid "B<ORGANIZATION>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3221
+#: ../tin.1:3255
 msgid ""
 "Set the article header field ''Organization:'' to the contents of the "
 "variable instead of the system default. If reading news on an Apollo "
@@ -7282,24 +7374,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3221
+#: ../tin.1:3255
 #, no-wrap
 msgid "B<NEWSORG (DomainOS)>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3224
+#: ../tin.1:3258
 msgid "DomainOS specific, same as $B<ORGANIZATION> on other OSs (see above)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3224
+#: ../tin.1:3258
 #, no-wrap
 msgid "B<REPLYTO>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3229
+#: ../tin.1:3263
 msgid ""
 "Set the article header field ''Reply-To:'' to the return address specified "
 "by the variable. This is useful if you wish to receive replies at a "
@@ -7307,72 +7399,72 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3229
+#: ../tin.1:3263
 #, no-wrap
 msgid "B<NAME>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3233
+#: ../tin.1:3267
 msgid ""
 "Overrides the full name given in the gecos-files in I</etc/passwd>, see also "
 "B<mail_address>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3233
+#: ../tin.1:3267
 #, no-wrap
 msgid "B<REALNAME>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3236
+#: ../tin.1:3270
 msgid "Same as $B<NAME>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3236
+#: ../tin.1:3270
 #, no-wrap
 msgid "B<HOME>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3241
+#: ../tin.1:3275
 msgid "Pathname of the user's home directory. See B<environ>(5)  for more info."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3241
+#: ../tin.1:3275
 #, no-wrap
 msgid "B<MAILER>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3245
+#: ../tin.1:3279
 msgid ""
 "This variable has precedence over the default mailer that is used in all "
 "mailing operations within B<tin>."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3245
+#: ../tin.1:3279
 #, no-wrap
 msgid "B<MAIL>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3248
-msgid "Full path to the users mailbox."
+#: ../tin.1:3282
+msgid "Full path to the user's mailbox."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3248
+#: ../tin.1:3282
 #, no-wrap
 msgid "B<VISUAL>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3257
+#: ../tin.1:3291
 msgid ""
 "This variable has precedence over the default editor (i.e., B<vi>(1))  that "
 "is used in all editing operations within B<tin> (e.g., posting, replying, "
@@ -7381,13 +7473,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3257
+#: ../tin.1:3291
 #, no-wrap
 msgid "B<EDITOR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3266
+#: ../tin.1:3300
 msgid ""
 "If $B<VISUAL> is unset, then this variable is looked up for a default "
 "editor. If $B<EDITOR> and $B<VISUAL> are both unset, B<tin> uses the systems "
@@ -7396,13 +7488,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3266
+#: ../tin.1:3300
 #, no-wrap
 msgid "B<AUTOSUBSCRIBE>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3272
+#: ../tin.1:3306
 msgid ""
 "A new group is checked against the list of patterns; if it matches, B<tin> "
 "subscribes the user to the group without further query.  See the section "
@@ -7411,12 +7503,12 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3274
+#: ../tin.1:3308
 msgid "I<AUTOSUBSCRIBE=comp.os.unix.*,talk.*,!talk.politics.*>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3279
+#: ../tin.1:3313
 msgid ""
 "will automatically subscribe the user to all new groups in the comp.os.unix "
 "hierarchy, and all talk groups other than talk.politics groups (which will "
@@ -7425,25 +7517,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3279
+#: ../tin.1:3313
 #, no-wrap
 msgid "B<AUTOUNSUBSCRIBE>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3283
+#: ../tin.1:3317
 msgid ""
 "Is handled like the $B<AUTOSUBSCRIBE> variable, but groups matching the list "
 "are unsubscribed from without further query. For example, setting"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3285
+#: ../tin.1:3319
 msgid "I<AUTOUNSUBSCRIBE=alt.flame.*,u*,!uk.*>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3289
+#: ../tin.1:3323
 msgid ""
 "will automatically unsubscribe the user from all new alt.flame groups and "
 "all groups starting with u (university groups) other than UK groups (which "
@@ -7451,104 +7543,104 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3289
+#: ../tin.1:3323
 #, no-wrap
 msgid "B<TMPDIR>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3293
+#: ../tin.1:3327
 msgid ""
 "A pathname of a directory made available for B<tin> to create temporary "
 "files."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3293
+#: ../tin.1:3327
 #, no-wrap
 msgid "B<MAILCAPS>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3298
+#: ../tin.1:3332
 msgid ""
 "This variable can be used to override the default path search for mailcap "
 "files. See also B<tin>(5)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3298
+#: ../tin.1:3332
 #, no-wrap
 msgid "B<NOMETAMAIL>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3303
+#: ../tin.1:3337
 msgid ""
 "Set this variable to disable the use of B<metamail>(1)  or a replacement "
 "(e.g. metamutt)."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3303
+#: ../tin.1:3337
 #, no-wrap
 msgid "B<MM_CHARSET>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:3305
+#: ../tin.1:3339
 #, no-wrap
 msgid "B<ISPELL>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3310
+#: ../tin.1:3344
 msgid ""
 "Set this variable to point to B<ispell>(1)  or a replacement and its "
 "cmd-line options."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3310
+#: ../tin.1:3344
 #, no-wrap
 msgid "B<PGPOPTS>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3317
+#: ../tin.1:3351
 msgid ""
 "Define any additional options that you wish to pass to your B<pgp>(1)  or "
 "B<gpg>(1)  program."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3317
+#: ../tin.1:3351
 #, no-wrap
 msgid "B<PGPPATH>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3322
+#: ../tin.1:3356
 msgid ""
 "Override the name of the B<pgp>(1)  directory in B<$HOME> that holds your "
 "keys etc.."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3322
+#: ../tin.1:3356
 #, no-wrap
 msgid "B<GNUPGHOME>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3327
+#: ../tin.1:3361
 msgid ""
 "Override the name of the B<gpg>(1)  directory in B<$HOME> that holds your "
 "keys etc.."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3327
+#: ../tin.1:3361
 #, no-wrap
 msgid "B<LC_CTYPE>"
 msgstr ""
@@ -7556,7 +7648,7 @@ msgstr ""
 #.  TODO: document LC_CTYPEs influence on
 #.        ~/.tin/keymap.*, 8bit char display, ...
 # type: Plain text
-#: ../tin.1:3341
+#: ../tin.1:3375
 msgid ""
 "This variable determines the B<locale>(5)  category for character handling "
 "functions. Usually it determines the character classes for pattern matching "
@@ -7568,13 +7660,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3341
+#: ../tin.1:3375
 #, no-wrap
 msgid "B<LC_MESSAGES>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3350
+#: ../tin.1:3384
 msgid ""
 "Formats of informative and diagnostic messages and interactive responses.  "
 "It's value should be of the form "
@@ -7583,13 +7675,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3350
+#: ../tin.1:3384
 #, no-wrap
 msgid "B<LC_TIME>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3358
+#: ../tin.1:3392
 msgid ""
 "Date and time formats. It's value should be of the form "
 "I<language>[I<_territory>][I<.codeset>][I<@modifier>]. See B<locale>(5)  and "
@@ -7597,13 +7689,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3358
+#: ../tin.1:3392
 #, no-wrap
 msgid "B<LC_ALL>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3367
+#: ../tin.1:3401
 msgid ""
 "This variable overrides the value of the B<$LANG> variable and any other "
 "B<$LC_> variable. It's value should be of the form "
@@ -7612,13 +7704,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3367
+#: ../tin.1:3401
 #, no-wrap
 msgid "B<LANG>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3376
+#: ../tin.1:3410
 msgid ""
 "This variable determines the B<locale>(5)  category for any category not "
 "specifically selected with a variable starting with B<$LC_>. It's value "
@@ -7627,13 +7719,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3376
+#: ../tin.1:3410
 #, no-wrap
 msgid "B<LANGUAGE>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3384
+#: ../tin.1:3418
 msgid ""
 "This variable defines a priority list for translations. Whenever a "
 "translation is not available in the language selected via B<$LC_ALL> or "
@@ -7643,13 +7735,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3384
+#: ../tin.1:3418
 #, no-wrap
 msgid "B<COLUMNS>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3394
+#: ../tin.1:3428
 msgid ""
 "A decimal integer E<gt> 0 used to indicate the user's preferred width in "
 "column positions for the terminal screen or window. If this variable is "
@@ -7662,13 +7754,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3394
+#: ../tin.1:3428
 #, no-wrap
 msgid "B<LINES>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3404
+#: ../tin.1:3438
 msgid ""
 "A decimal integer E<gt> 0 used to indicate the user's preferred number of "
 "lines on a page or the vertical screen or window size in lines. A line in "
@@ -7681,7 +7773,7 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.1:3404
+#: ../tin.1:3438
 #, no-wrap
 msgid "B<TERM>"
 msgstr ""
@@ -7690,53 +7782,53 @@ msgstr ""
 #
 #.  TODO: add missing, sort useful, document in detail
 # type: Plain text
-#: ../tin.1:3413
+#: ../tin.1:3447
 msgid ""
 "The type of terminal in use. This is used when looking up termcap "
 "sequences.  See B<environ>(5)  for more information."
 msgstr ""
 
 # type: SH
-#: ../tin.1:3413
+#: ../tin.1:3447
 #, no-wrap
 msgid "SIGNALS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3416
+#: ../tin.1:3450
 msgid "B<tin> handles a couple of signals:"
 msgstr ""
 
 # type: TP
-#: ../tin.1:3416
+#: ../tin.1:3450
 #, no-wrap
 msgid "B<SIGHUP>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3419 ../tin.1:3422
+#: ../tin.1:3453 ../tin.1:3456
 msgid "Terminate gracefully."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3419
+#: ../tin.1:3453
 #, no-wrap
 msgid "B<SIGTERM>"
 msgstr ""
 
 # type: TP
-#: ../tin.1:3422
+#: ../tin.1:3456
 #, no-wrap
 msgid "B<SIGUSR1>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3425
+#: ../tin.1:3459
 msgid "Terminate gracefully but do not restore tty."
 msgstr ""
 
 # type: TP
-#: ../tin.1:3425
+#: ../tin.1:3459
 #, no-wrap
 msgid "B<SIGUSR2>"
 msgstr ""
@@ -7747,18 +7839,18 @@ msgstr ""
 #.  give an overview of the most common error messages and how to cope with
 #.  them.
 # type: Plain text
-#: ../tin.1:3436
+#: ../tin.1:3470
 msgid "Write out I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>-file."
 msgstr ""
 
 # type: SH
-#: ../tin.1:3436
+#: ../tin.1:3470
 #, no-wrap
 msgid "SECURITY"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3444
+#: ../tin.1:3478
 msgid ""
 "When B<tin> is started in debug mode (''B<-D n>'') it will create world "
 "readable files in B<$TMPDIR> which may contain the users NNTP password in "
@@ -7767,7 +7859,7 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3444
+#: ../tin.1:3478
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
@@ -7775,7 +7867,7 @@ msgstr ""
 #.  - RFC2045, RFC2047, RFC2980, RFC3977, RFC4643, RFC5322
 #.    RFC5536, RFC5537, RFC6048 or whatever
 # type: Plain text
-#: ../tin.1:3452
+#: ../tin.1:3486
 msgid ""
 "B<tin> does conform to the Base Definitions volume of IEEE Std 1003.1-2001, "
 "Section 12, Utility Conventions (Utility Argument Syntax, Utility Syntax "
@@ -7783,13 +7875,13 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3452
+#: ../tin.1:3486
 #, no-wrap
 msgid "NOTES"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3457
+#: ../tin.1:3491
 msgid ""
 "Regular expression support is provided by the PCRE library package "
 "B<pcre>(3), which is open source software, written by Philip Hazel, and "
@@ -7797,18 +7889,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3461
+#: ../tin.1:3495
 msgid "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"
 msgstr ""
 
 # type: SH
-#: ../tin.1:3461
+#: ../tin.1:3495
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3469
+#: ../tin.1:3503
 msgid ""
 "B<CNews> NNTPd, B<noffle>(1)  (E<lt>= V1.0-pre5) and B<NewsCache> (E<lt>= "
 "V1.1.91) can't handle pipelined GROUP commands. If you run into trouble with "
@@ -7817,7 +7909,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3478
+#: ../tin.1:3512
 msgid ""
 "Before mailing a bug-report to E<lt>tin-bugs@tin.orgE<gt> please check if "
 "you are using the latest (stable) release, and if not, please upgrade first! "
@@ -7828,13 +7920,13 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3478
+#: ../tin.1:3512
 #, no-wrap
 msgid "HISTORY"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3490
+#: ../tin.1:3524
 msgid ""
 "B<tin> is based on the B<tass>(1)  newsreader that was developed by Rich "
 "Skrenta and posted to alt.sources in March 1991; its first version was "
@@ -7845,164 +7937,164 @@ msgid ""
 msgstr ""
 
 # type: SH
-#: ../tin.1:3490
+#: ../tin.1:3524
 #, no-wrap
 msgid "CREDITS"
 msgstr ""
 
 # type: IP
-#: ../tin.1:3492
+#: ../tin.1:3526
 #, no-wrap
 msgid "Rich Skrenta"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3496
+#: ../tin.1:3530
 msgid "author of B<tass>(1)  v3.2 which this newsreader used as its base."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3496
+#: ../tin.1:3530
 #, no-wrap
 msgid "Bill Davidsen"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3498
+#: ../tin.1:3532
 msgid "author of envarg.c environment variable reading routine."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3498
+#: ../tin.1:3532
 #, no-wrap
 msgid "Mike Gleason"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3500
+#: ../tin.1:3534
 msgid "author of sigfile.c random signature generation routines."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3500
+#: ../tin.1:3534
 #, no-wrap
 msgid "Markus Kuhn E<lt>Markus.Kuhn@cl.cam.ac.ukE<gt>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3502
+#: ../tin.1:3536
 msgid "author of langinfo.c, charset.c and iso2asc.txt ISO-8859-1 documentation."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3502
+#: ../tin.1:3536
 #, no-wrap
 msgid "Arnold Robbins"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3504
+#: ../tin.1:3538
 msgid "author of strftime.c date formatting routine."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3504
+#: ../tin.1:3538
 #, no-wrap
 msgid "Rich Salz"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3506
+#: ../tin.1:3540
 msgid "author of wildmat.c pattern matching and parsdate.y date parsing routines."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3506
+#: ../tin.1:3540
 #, no-wrap
 msgid "Dave Taylor"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3510
+#: ../tin.1:3544
 msgid "author of curses.c from the B<elm>(1)  mailreader."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3510
+#: ../tin.1:3544
 #, no-wrap
 msgid "Chris Thewalt"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3514
+#: ../tin.1:3548
 msgid "author of getline.c B<emacs>(1)  style editing routine."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3514
+#: ../tin.1:3548
 #, no-wrap
 msgid "Steven Madsen"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3518
+#: ../tin.1:3552
 msgid "for adding B<pgp>(1)  (Pretty Good Privacy) support."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3518
+#: ../tin.1:3552
 #, no-wrap
 msgid "Philip Hazel E<lt>ph10@cam.ac.ukE<gt>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3522
+#: ../tin.1:3556
 msgid "for B<pcre>(3)  (Perl-compatible regular expression library)."
 msgstr ""
 
 # type: IP
-#: ../tin.1:3522
+#: ../tin.1:3556
 #, no-wrap
 msgid "Patrick Powell E<lt>papowell@astart.comE<gt>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3530
+#: ../tin.1:3564
 msgid "for B<snprintf>(3)  and B<vsnprintf>(3)  fallbacks."
 msgstr ""
 
 # type: SH
-#: ../tin.1:3530
+#: ../tin.1:3564
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 # type: TP
-#: ../tin.1:3531
+#: ../tin.1:3565
 #, no-wrap
 msgid "Iain Lea E<lt>iain@bricbrac.deE<gt>"
 msgstr ""
 
 # type: SH
-#: ../tin.1:3535
+#: ../tin.1:3569
 #, no-wrap
 msgid "MAINTAINER"
 msgstr ""
 
 # type: TP
-#: ../tin.1:3536
+#: ../tin.1:3570
 #, no-wrap
 msgid "Urs Janssen E<lt>urs@tin.orgE<gt>"
 msgstr ""
 
 # type: SH
-#: ../tin.1:3540 ../tin.5:2515
+#: ../tin.1:3574 ../tin.5:2527
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 # type: Plain text
-#: ../tin.1:3589
+#: ../tin.1:3623
 msgid ""
 "B<cron>(1), B<elm>(1), B<emacs>(1), B<gpg>(1), B<inews>(1), B<ispell>(1), "
 "B<lp>(1), B<lpr>(1), B<metamail>(1), B<noffle>(1), B<perl>(1), B<perlre>(1), "
@@ -8030,7 +8122,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:59
+#: ../tin.5:60
 msgid ""
 "B<mailcap>(4)  files as defined in B<RFC1524>. The Mailcap files are read by "
 "B<tin>(1)  to determine how to display non-text messages at the local "
@@ -8041,14 +8133,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:62
+#: ../tin.5:63
 msgid ""
 "Each individual mailcap entry consists of a content-type specification, a "
 "command to execute, and (possibly) a set of optional \"flag\" values."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:67
+#: ../tin.5:68
 msgid ""
 "The \"type\" field is simply any legal content type name. It is the string "
 "that will be matched against the ''Content-Type:'' header to decide if this "
@@ -8057,7 +8149,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:73
+#: ../tin.5:74
 msgid ""
 "The \"command\" field is any UNIX command and is used to specify the "
 "interpreter for the given type of message. It will be passed to the shell "
@@ -8071,7 +8163,7 @@ msgstr ""
 #.  series of arguments, two for each part, giving first the content-type and
 #.  then the name of the temporary file where the decoded part has been stored.
 # type: Plain text
-#: ../tin.5:90
+#: ../tin.5:91
 msgid ""
 "Semicolons and backslashes within the command or any flag field must be "
 "quoted with backslashes. If the field contains \"%s\", those two characters "
@@ -8085,18 +8177,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:92
+#: ../tin.5:93
 msgid "Besides the type and command field the following \"flags\" are defined:"
 msgstr ""
 
 # type: TP
-#: ../tin.5:92
+#: ../tin.5:93
 #, no-wrap
 msgid "B<compose>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:102
+#: ../tin.5:103
 msgid ""
 "The \"compose\" field may be used to specify a program that can be used to "
 "compose a new body or body part in the given format. Its intended use is to "
@@ -8109,13 +8201,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:102
+#: ../tin.5:103
 #, no-wrap
 msgid "B<composetyped>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:112
+#: ../tin.5:113
 msgid ""
 "The \"composetyped\" field is similar to the \"compose\" field, but is to be "
 "used when the composing program needs to specify the ''Content-Type:'' "
@@ -8128,13 +8220,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:112
+#: ../tin.5:113
 #, no-wrap
 msgid "B<edit>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:118
+#: ../tin.5:119
 msgid ""
 "The \"edit\" field may be used to specify a program that can be used to edit "
 "a body or body part in the given format. In many cases, it may be identical "
@@ -8143,13 +8235,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:118
+#: ../tin.5:119
 #, no-wrap
 msgid "B<print>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:123
+#: ../tin.5:124
 msgid ""
 "The \"print\" field may be used to specify a program that can be used to "
 "print a message or body part in the given format. As with the view-command, "
@@ -8157,13 +8249,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:123
+#: ../tin.5:124
 #, no-wrap
 msgid "B<test>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:132
+#: ../tin.5:133
 msgid ""
 "The \"test\" field may be used to test some external condition (e.g., the "
 "machine architecture, or the window system in use) to determine whether or "
@@ -8175,13 +8267,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:132
+#: ../tin.5:133
 #, no-wrap
 msgid "B<needsterminal>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:144
+#: ../tin.5:145
 msgid ""
 "The \"needsterminal\" field indicates that the view-command must be run on "
 "an interactive terminal. This is needed to inform window-oriented user "
@@ -8196,13 +8288,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:144
+#: ../tin.5:145
 #, no-wrap
 msgid "B<copiousoutput>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:151
+#: ../tin.5:152
 msgid ""
 "The \"copiousoutput\" field indicates that the output from the view-command "
 "will be an extended stream of output, and is to be interpreted as advice to "
@@ -8212,13 +8304,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:151 ../tin.5:1060
+#: ../tin.5:152 ../tin.5:1062
 #, no-wrap
 msgid "B<description>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:156
+#: ../tin.5:157
 msgid ""
 "The \"description\" field simply provides a textual description, optionally "
 "quoted, that describes the type of data, to be used optionally by mail "
@@ -8226,13 +8318,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:156
+#: ../tin.5:157
 #, no-wrap
 msgid "B<textualnewlines>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:164
+#: ../tin.5:165
 msgid ""
 "The \"textualnewlines\" field, if set to any non-zero value, indicates that "
 "this type of data is line-oriented and that, if encoded in base64, all "
@@ -8243,13 +8335,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:164
+#: ../tin.5:165
 #, no-wrap
 msgid "B<x11-bitmap>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:169
+#: ../tin.5:170
 msgid ""
 "The \"x11-bitmap\" field names a file, in X11 bitmap (xbm) format, which "
 "points to an appropriate icon to be used to visually denote the presence of "
@@ -8257,13 +8349,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:169
+#: ../tin.5:170
 #, no-wrap
 msgid "B<nametemplate>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:177
+#: ../tin.5:178
 msgid ""
 "The \"nametemplate\" field gives a file name format, in which %s will be "
 "replaced by a short unique string to give the name of the temporary file to "
@@ -8274,7 +8366,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:182
+#: ../tin.5:183
 msgid ""
 "B<tin>(1)  currently only respects the \"test\", \"description\", "
 "\"nametemplate\" and partly the \"needsterminal\" flags, all other flags are "
@@ -8283,85 +8375,85 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:182 ../tin.5:265 ../tin.5:293 ../tin.5:383 ../tin.5:692 ../tin.5:799 ../tin.5:1080
+#: ../tin.5:183 ../tin.5:266 ../tin.5:294 ../tin.5:384 ../tin.5:693 ../tin.5:800 ../tin.5:1082
 #, no-wrap
 msgid "Example:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:187
+#: ../tin.5:188
 #, no-wrap
 msgid "# mailcap file example\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:189
+#: ../tin.5:190
 #, no-wrap
 msgid "image/*;\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:192
+#: ../tin.5:193
 #, no-wrap
 msgid "xv -8 -geometry +0 '%s';\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:194
+#: ../tin.5:195
 #, no-wrap
 msgid "description=%{name} %t-Image;\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:196
+#: ../tin.5:197
 #, no-wrap
 msgid "test=test \"$DISPLAY\" != \"\";\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:198
+#: ../tin.5:199
 #, no-wrap
 msgid "nametemplate=%s.IMAGE\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:201
+#: ../tin.5:202
 #, no-wrap
 msgid "message/rfc822;\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:204
+#: ../tin.5:205
 #, no-wrap
 msgid "${PAGER:-\"more\"} '%s';\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:206
+#: ../tin.5:207
 #, no-wrap
 msgid "edit=${EDITOR:-\"vi\"} '%s';\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:208
+#: ../tin.5:209
 #, no-wrap
 msgid "compose=${EDITOR:-\"vi\"} '%s';\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:210
+#: ../tin.5:211
 #, no-wrap
 msgid "print=a2ps '%s';\\e\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:212
+#: ../tin.5:213
 #, no-wrap
 msgid "needsterminal\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:225
+#: ../tin.5:226
 msgid ""
 "default NNTP-server to read news from if not reading from the local spool.  "
 "\\&'B<-g> I<server>', $B<NNTPSERVER> have higher priority (in that order), "
@@ -8369,178 +8461,178 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:232
+#: ../tin.5:233
 msgid "secret to be used for canlocks"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:243
+#: ../tin.5:244
 msgid "mime type / filename extension pairs"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:255
+#: ../tin.5:256
 msgid ""
 "\"I<nntpserver> I<password> [I<user>]\" pairs for NNTP servers that require "
 "authorization. If the password contains a space or a tab it must be enclosed "
 "in doublequotes (\"). Usernames must not be enclosed in doublequotes and "
 "thus can't contain spaces or tabs. Any line that starts with \"#\" is a "
 "comment. Blank lines are ignored. This file should be readable only for the "
-"user as it contains the users uncrypted password for reading news!"
+"user as it contains the user's uncrypted password for reading news!"
 msgstr ""
 
 # type: TP
-#: ../tin.5:255 ../tin.5:1071
+#: ../tin.5:256 ../tin.5:1073
 #, no-wrap
 msgid "B<nntpserver>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:258 ../tin.5:1074
+#: ../tin.5:259 ../tin.5:1076
 msgid "full qualified domain name of the newsserver."
 msgstr ""
 
 # type: TP
-#: ../tin.5:258
+#: ../tin.5:259
 #, no-wrap
 msgid "B<password>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:261
-msgid "users uncrypted password for reading news."
+#: ../tin.5:262
+msgid "user's uncrypted password for reading news."
 msgstr ""
 
 # type: TP
-#: ../tin.5:261
+#: ../tin.5:262
 #, no-wrap
 msgid "B<user>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:265
+#: ../tin.5:266
 msgid ""
 "username on the newsserver if it differs from the local login. This field is "
 "optional."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:269
+#: ../tin.5:270
 msgid "# sample .newsauth file"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:271
+#: ../tin.5:272
 msgid "news.example.org secret"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:273
+#: ../tin.5:274
 msgid "news.example.net arcane guest"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:275
+#: ../tin.5:276
 msgid "news.example.com \"top secret\" james.bond@example.com"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:283
+#: ../tin.5:284
 msgid "\"I<newsgroup>I<flag> [I<article>[,I<article> | -I<article>]...]\" lines."
 msgstr ""
 
 # type: TP
-#: ../tin.5:283
+#: ../tin.5:284
 #, no-wrap
 msgid "B<newsgroup>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:286
+#: ../tin.5:287
 msgid "the name of the newsgroup."
 msgstr ""
 
 # type: TP
-#: ../tin.5:286
+#: ../tin.5:287
 #, no-wrap
 msgid "B<flag>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:289
+#: ../tin.5:290
 msgid "a flag indicating if the group is subscribed ':' or not '!'."
 msgstr ""
 
 # type: TP
-#: ../tin.5:289
+#: ../tin.5:290
 #, no-wrap
 msgid "B<article>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:293
+#: ../tin.5:294
 msgid ""
 "range of already read articles from that group; numbers separated by commas "
 "with sequential numbers collapsed with hyphens."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:297
+#: ../tin.5:298
 msgid "# sample .newsrc file"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:299
+#: ../tin.5:300
 msgid "news.software.b! 1-666,669"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:301
+#: ../tin.5:302
 msgid "news.software.nntp: 1-13245,13247,13249"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:303
+#: ../tin.5:304
 msgid "news.software.readers: 1-19567,19571-19597"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:313
+#: ../tin.5:314
 msgid "backup of I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:322
+#: ../tin.5:323
 msgid "signature"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:329
+#: ../tin.5:330
 msgid "fixed part of a randomly generated signature"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:336
+#: ../tin.5:337
 msgid "history of last used strings"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:343
+#: ../tin.5:344
 msgid "mailgroups index files"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:352
+#: ../tin.5:353
 msgid "newsgroups index files"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:359
+#: ../tin.5:360
 msgid "saved newsgroups index files"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:369
+#: ../tin.5:370
 msgid ""
 "active file (\"I<mail_group_name> I<maxnum> I<minnum> I<mailspool>\" "
 "quadruples) of user's mailgroups (requires B<tin>(1)  to be build with "
@@ -8548,81 +8640,81 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:369
+#: ../tin.5:370
 #, no-wrap
 msgid "B<mail_group_name>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:372
+#: ../tin.5:373
 msgid "must be the pathname of the mailbox relative to field #4 with / changed to ."
 msgstr ""
 
 # type: TP
-#: ../tin.5:372
+#: ../tin.5:373
 #, no-wrap
 msgid "B<maxnum>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:376
+#: ../tin.5:377
 msgid ""
 "just put a large number here, something higher than the highest message in "
 "the mailbox"
 msgstr ""
 
 # type: TP
-#: ../tin.5:376
+#: ../tin.5:377
 #, no-wrap
 msgid "B<minnum>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:379
+#: ../tin.5:380
 msgid "put 0 here"
 msgstr ""
 
 # type: TP
-#: ../tin.5:379
+#: ../tin.5:380
 #, no-wrap
 msgid "B<mailspool>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:383
+#: ../tin.5:384
 msgid ""
 "path of mail spool directory. This must be the full pathname to the root of "
 "the mail folder area."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:387
+#: ../tin.5:388
 msgid "Mail.inbox 12345 00000 /home/foo"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:389
+#: ../tin.5:390
 msgid "Mail.outbox 23456 00000 /home/foo"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:393
+#: ../tin.5:394
 msgid ""
 "This allows access to the 'inbox' and 'outbox' folders of user foo.  They "
 "are accessed via /home/foo/Mail/inbox and /home/foo/Mail/outbox"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:400
+#: ../tin.5:401
 msgid "active file of user's saved newsgroups, used by B<tin -R>."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:422
+#: ../tin.5:423
 msgid ""
 "The group attributes files may be used to override some global settings from "
 "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> on a per group basis. Order is "
-"important as last match counts; this allows to refine attributes for "
+"important as last match counts; this allows one to refine attributes for "
 "narrowed scopes. Note that the I<scope=E<lt>grouplistE<gt>> line has to be "
 "specified before the attributes are specified for that list and each "
 "attribute can only be set once per scope section. All attributes are set to "
@@ -8633,13 +8725,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:422
+#: ../tin.5:423
 #, no-wrap
 msgid "B<scope>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:428
+#: ../tin.5:429
 msgid ""
 "This changes the list of groups to which the attributes that follow will be "
 "applied. See the section NEWSGROUP LISTS & WILDCARDS in B<tin>(1)  for the "
@@ -8647,73 +8739,73 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:428 ../tin.5:1183
+#: ../tin.5:429 ../tin.5:1185
 #, no-wrap
 msgid "B<add_posted_to_filter>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:431 ../tin.5:434 ../tin.5:437 ../tin.5:440 ../tin.5:443 ../tin.5:446 ../tin.5:449 ../tin.5:462 ../tin.5:472 ../tin.5:485 ../tin.5:488 ../tin.5:491 ../tin.5:494 ../tin.5:501 ../tin.5:504 ../tin.5:531 ../tin.5:534 ../tin.5:537 ../tin.5:547 ../tin.5:550 ../tin.5:553 ../tin.5:556 ../tin.5:559 ../tin.5:562 ../tin.5:565 ../tin.5:568 ../tin.5:571 ../tin.5:574 ../tin.5:580 ../tin.5:583 ../tin.5:586 ../tin.5:589 ../tin.5:592 ../tin.5:595 ../tin.5:598 ../tin.5:604 ../tin.5:607 ../tin.5:610 ../tin.5:613 ../tin.5:616 ../tin.5:619 ../tin.5:622 ../tin.5:625 ../tin.5:628 ../tin.5:682
+#: ../tin.5:432 ../tin.5:435 ../tin.5:438 ../tin.5:441 ../tin.5:444 ../tin.5:447 ../tin.5:450 ../tin.5:463 ../tin.5:473 ../tin.5:486 ../tin.5:489 ../tin.5:492 ../tin.5:495 ../tin.5:502 ../tin.5:505 ../tin.5:532 ../tin.5:535 ../tin.5:538 ../tin.5:548 ../tin.5:551 ../tin.5:554 ../tin.5:557 ../tin.5:560 ../tin.5:563 ../tin.5:566 ../tin.5:569 ../tin.5:572 ../tin.5:575 ../tin.5:581 ../tin.5:584 ../tin.5:587 ../tin.5:590 ../tin.5:593 ../tin.5:596 ../tin.5:599 ../tin.5:605 ../tin.5:608 ../tin.5:611 ../tin.5:614 ../tin.5:617 ../tin.5:620 ../tin.5:623 ../tin.5:626 ../tin.5:629 ../tin.5:683
 msgid "Identical to the tinrc variable of the same name"
 msgstr ""
 
 # type: TP
-#: ../tin.5:431 ../tin.5:1187
+#: ../tin.5:432 ../tin.5:1189
 #, no-wrap
 msgid "B<advertising>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:434 ../tin.5:1190
+#: ../tin.5:435 ../tin.5:1192
 #, no-wrap
 msgid "B<alternative_handling>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:437
+#: ../tin.5:438
 #, no-wrap
 msgid "B<ask_for_metamail>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:440 ../tin.5:1233
+#: ../tin.5:441 ../tin.5:1235
 #, no-wrap
 msgid "B<auto_cc_bcc>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:443 ../tin.5:1237
+#: ../tin.5:444 ../tin.5:1239
 #, no-wrap
 msgid "B<auto_list_thread>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:446 ../tin.5:1244
+#: ../tin.5:447 ../tin.5:1246
 #, no-wrap
 msgid "B<auto_save>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:449
+#: ../tin.5:450
 #, no-wrap
 msgid "B<auto_select>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:453
+#: ../tin.5:454
 msgid ""
 "Automatically perform the B<GroupMarkUnselArtRead> ('B<X>') command after "
 "entering the group."
 msgstr ""
 
 # type: TP
-#: ../tin.5:453 ../tin.5:1250
+#: ../tin.5:454 ../tin.5:1252
 #, no-wrap
 msgid "B<batch_save>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:459
+#: ../tin.5:460
 msgid ""
 "Can be used to override the global setting in tinrc on a per group "
 "basis. For more information read section AUTOMATIC MAILING AND SAVING NEW "
@@ -8721,19 +8813,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:459 ../tin.5:1364
+#: ../tin.5:460 ../tin.5:1366
 #, no-wrap
 msgid "B<date_format>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:462
+#: ../tin.5:463
 #, no-wrap
 msgid "B<delete_tmp_files>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:469
+#: ../tin.5:470
 msgid ""
 "If this is set to ON, then saved article files that have been post-processed "
 "will be automatically deleted, otherwise the user will be asked whether to "
@@ -8742,103 +8834,103 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:469 ../tin.5:1479
+#: ../tin.5:470 ../tin.5:1481
 #, no-wrap
 msgid "B<editor_format>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:472
+#: ../tin.5:473
 #, no-wrap
 msgid "B<fcc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:476
+#: ../tin.5:477
 msgid ""
 "Mailbox to save sent mails. The format of the mailbox is controlled via the "
 "tinrc B<mailbox_format> variable."
 msgstr ""
 
 # type: TP
-#: ../tin.5:476
+#: ../tin.5:477
 #, no-wrap
 msgid "B<followup_to>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:479
+#: ../tin.5:480
 msgid "Set ''Followup-To:'' header to the specified group(s)."
 msgstr ""
 
 # type: TP
-#: ../tin.5:479 ../tin.5:762
+#: ../tin.5:480 ../tin.5:763
 #, no-wrap
 msgid "B<from>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:482
+#: ../tin.5:483
 msgid "Identical to the tinrc variable B<mail_address>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:482 ../tin.5:1503
+#: ../tin.5:483 ../tin.5:1505
 #, no-wrap
 msgid "B<group_catchup_on_exit>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:485 ../tin.5:1570
+#: ../tin.5:486 ../tin.5:1572
 #, no-wrap
 msgid "B<mail_8bit_header>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:488 ../tin.5:1582 ../tin.5:2294
+#: ../tin.5:489 ../tin.5:1584 ../tin.5:2306
 #, no-wrap
 msgid "B<mail_mime_encoding>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:491 ../tin.5:1599
+#: ../tin.5:492 ../tin.5:1601
 #, no-wrap
 msgid "B<maildir>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:494
+#: ../tin.5:495
 #, no-wrap
 msgid "B<mailing_list>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:498
+#: ../tin.5:499
 msgid ""
 "Used when a group is a mailing list. All responses to the group will be "
 "directed to this email address instead"
 msgstr ""
 
 # type: TP
-#: ../tin.5:498 ../tin.5:1631
+#: ../tin.5:499 ../tin.5:1639
 #, no-wrap
 msgid "B<mark_ignore_tags>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:501 ../tin.5:1628
+#: ../tin.5:502 ../tin.5:1636
 #, no-wrap
 msgid "B<mark_saved_read>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:504
+#: ../tin.5:505
 #, no-wrap
 msgid "B<mime_forward>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:521
+#: ../tin.5:522
 msgid ""
 "Determines whether usenet articles are forwarded as attachment or "
 "inline. When set to OFF, the forwarded article will be included in the body "
@@ -8857,13 +8949,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:521
+#: ../tin.5:522
 #, no-wrap
 msgid "B<mime_types_to_save>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:528
+#: ../tin.5:529
 msgid ""
 "A comma separated list of MIME major/minor Content-Types that will be saved "
 "when using the view/save and save/autosave features.  A single * can be used "
@@ -8872,31 +8964,31 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:528 ../tin.5:1710
+#: ../tin.5:529 ../tin.5:1718
 #, no-wrap
 msgid "B<news_headers_to_display>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:531 ../tin.5:1717
+#: ../tin.5:532 ../tin.5:1725
 #, no-wrap
 msgid "B<news_headers_to_not_display>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:534 ../tin.5:1726
+#: ../tin.5:535 ../tin.5:1734
 #, no-wrap
 msgid "B<news_quote_format>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:537 ../tin.5:2267
+#: ../tin.5:538 ../tin.5:2279
 #, no-wrap
 msgid "B<organization>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:544
+#: ../tin.5:545
 msgid ""
 "This can be used to set the article header field ''Organization:''. It "
 "overrides the setting (if any) of organization in I</etc/tin/tin.defaults> "
@@ -8905,187 +8997,187 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:544 ../tin.5:1751
+#: ../tin.5:545 ../tin.5:1759
 #, no-wrap
 msgid "B<pos_first_unread>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:547 ../tin.5:1755
+#: ../tin.5:548 ../tin.5:1763
 #, no-wrap
 msgid "B<post_8bit_header>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:550 ../tin.5:1766 ../tin.5:2291
+#: ../tin.5:551 ../tin.5:1774 ../tin.5:2303
 #, no-wrap
 msgid "B<post_mime_encoding>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:553 ../tin.5:1778
+#: ../tin.5:554 ../tin.5:1786
 #, no-wrap
 msgid "B<post_process_type>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:556 ../tin.5:1771
+#: ../tin.5:557 ../tin.5:1779
 #, no-wrap
 msgid "B<post_process_view>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:559 ../tin.5:1801
+#: ../tin.5:560 ../tin.5:1809
 #, no-wrap
 msgid "B<print_header>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:562 ../tin.5:1815
+#: ../tin.5:563 ../tin.5:1823
 #, no-wrap
 msgid "B<process_only_unread>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:565 ../tin.5:1819
+#: ../tin.5:566 ../tin.5:1827
 #, no-wrap
 msgid "B<prompt_followupto>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:568 ../tin.5:1823
+#: ../tin.5:569 ../tin.5:1831
 #, no-wrap
 msgid "B<quote_chars>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:571 ../tin.5:1883
+#: ../tin.5:572 ../tin.5:1891
 #, no-wrap
 msgid "B<savedir>"
 msgstr ""
 
 #.  TODO: document option
 # type: TP
-#: ../tin.5:574
+#: ../tin.5:575
 #, no-wrap
 msgid "B<savefile>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:577 ../tin.5:1911
+#: ../tin.5:578 ../tin.5:1919
 #, no-wrap
 msgid "B<show_author>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:580 ../tin.5:1937
+#: ../tin.5:581 ../tin.5:1945
 #, no-wrap
 msgid "B<show_info>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:583 ../tin.5:1955
+#: ../tin.5:584 ../tin.5:1963
 #, no-wrap
 msgid "B<show_only_unread_arts>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:586 ../tin.5:1963
+#: ../tin.5:587 ../tin.5:1971
 #, no-wrap
 msgid "B<show_signatures>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:589 ../tin.5:1966
+#: ../tin.5:590 ../tin.5:1974
 #, no-wrap
 msgid "B<sigdashes>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:592 ../tin.5:1969
+#: ../tin.5:593 ../tin.5:1977
 #, no-wrap
 msgid "B<sigfile>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:595 ../tin.5:1980
+#: ../tin.5:596 ../tin.5:1988
 #, no-wrap
 msgid "B<signature_repost>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:598 ../tin.5:1990
+#: ../tin.5:599 ../tin.5:1998
 #, no-wrap
 msgid "B<sort_article_type>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:601
+#: ../tin.5:602
 msgid "Identical to the tinrc variable B<sort_article_type>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:601 ../tin.5:2019
+#: ../tin.5:602 ../tin.5:2027
 #, no-wrap
 msgid "B<sort_threads_type>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:604 ../tin.5:2048
+#: ../tin.5:605 ../tin.5:2056
 #, no-wrap
 msgid "B<start_editor_offset>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:607 ../tin.5:2076
+#: ../tin.5:608 ../tin.5:2084
 #, no-wrap
 msgid "B<tex2iso_conv>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:610 ../tin.5:2081
+#: ../tin.5:611 ../tin.5:2089
 #, no-wrap
 msgid "B<thread_articles>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:613 ../tin.5:2096
+#: ../tin.5:614 ../tin.5:2104
 #, no-wrap
 msgid "B<thread_catchup_on_exit>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:616 ../tin.5:2091
+#: ../tin.5:617 ../tin.5:2099
 #, no-wrap
 msgid "B<thread_perc>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:619 ../tin.5:2120
+#: ../tin.5:620 ../tin.5:2128
 #, no-wrap
 msgid "B<trim_article_body>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:622 ../tin.5:2196
+#: ../tin.5:623 ../tin.5:2208
 #, no-wrap
 msgid "B<verbatim_handling>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:625 ../tin.5:2243
+#: ../tin.5:626 ../tin.5:2255
 #, no-wrap
 msgid "B<wrap_on_next_unread>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:628
+#: ../tin.5:629
 #, no-wrap
 msgid "B<x_body>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:633
+#: ../tin.5:634
 msgid ""
 "A piece of text that will be added at the start of a message body. If this "
 "string starts with a / or ~ then it is assumed to be the name of a file "
@@ -9093,24 +9185,24 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:633
+#: ../tin.5:634
 #, no-wrap
 msgid "B<x_comment_to>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:636
+#: ../tin.5:637
 msgid "Insert ''X-Comment-To:'' header, this is only useful in FIDO groups."
 msgstr ""
 
 # type: TP
-#: ../tin.5:636
+#: ../tin.5:637
 #, no-wrap
 msgid "B<x_headers>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:644
+#: ../tin.5:645
 msgid ""
 "A string including header-name and the contents of the header that will be "
 "automatically added when posting. If the string starts with a / or ~ then it "
@@ -9121,13 +9213,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:644
+#: ../tin.5:645
 #, no-wrap
 msgid "B<quick_kill_scope>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:650
+#: ../tin.5:651
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule added by B<QuickFilterKill> will be applied.  If unset the "
@@ -9135,46 +9227,46 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:650
+#: ../tin.5:651
 #, no-wrap
 msgid "B<quick_kill_expire>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:653
+#: ../tin.5:654
 msgid "Identical to the tinrc variable B<default_filter_kill_expire>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:653
+#: ../tin.5:654
 #, no-wrap
 msgid "B<quick_kill_case>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:656
+#: ../tin.5:657
 msgid "Identical to the tinrc variable B<default_filter_kill_case>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:656
+#: ../tin.5:657
 #, no-wrap
 msgid "B<quick_kill_header>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:659
+#: ../tin.5:660
 msgid "Identical to the tinrc variable B<default_filter_kill_header>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:659
+#: ../tin.5:660
 #, no-wrap
 msgid "B<quick_select_scope>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:665
+#: ../tin.5:666
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule added by B<QuickFilterSelect> will be applied. If unset the "
@@ -9183,65 +9275,65 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:665
+#: ../tin.5:666
 #, no-wrap
 msgid "B<quick_select_expire>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:668
+#: ../tin.5:669
 msgid "Identical to the tinrc variable B<default_filter_select_expire>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:668
+#: ../tin.5:669
 #, no-wrap
 msgid "B<quick_select_case>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:671
+#: ../tin.5:672
 msgid "Identical to the tinrc variable B<default_filter_select_case>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:671
+#: ../tin.5:672
 #, no-wrap
 msgid "B<quick_select_header>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:674
+#: ../tin.5:675
 msgid "Identical to the tinrc variable B<default_filter_select_header>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:674
+#: ../tin.5:675
 #, no-wrap
 msgid "B<ispell>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:679
+#: ../tin.5:680
 msgid ""
 "Path and options for B<ispell>(1)-like spell-checker, e.g. \"aspell "
 "--mode=email --dont-backup check\""
 msgstr ""
 
 # type: TP
-#: ../tin.5:679 ../tin.5:1664
+#: ../tin.5:680 ../tin.5:1672
 #, no-wrap
 msgid "B<mm_network_charset>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:682
+#: ../tin.5:683
 #, no-wrap
 msgid "B<undeclared_charset>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:691
+#: ../tin.5:692
 msgid ""
 "Assume (broken) articles without MIME charset declaration have this charset "
 "- default is US-ASCII. This attribute works only on systems with working "
@@ -9250,7 +9342,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:701
+#: ../tin.5:702
 #, no-wrap
 msgid ""
 "# include extra headers\n"
@@ -9261,7 +9353,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:705
+#: ../tin.5:706
 #, no-wrap
 msgid ""
 "# in *sources* set post process type to shar only\n"
@@ -9270,7 +9362,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:712
+#: ../tin.5:713
 #, no-wrap
 msgid ""
 "# in *binaries* turn on full post processing,\n"
@@ -9282,7 +9374,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:718
+#: ../tin.5:719
 #, no-wrap
 msgid ""
 "# in fido.* newsgroups change quote_chars\n"
@@ -9293,7 +9385,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:724
+#: ../tin.5:725
 #, no-wrap
 msgid ""
 "# in *.test newsgroups, don't append signature\n"
@@ -9304,7 +9396,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:728
+#: ../tin.5:729
 #, no-wrap
 msgid ""
 "# assume ISO-2022-JP-2 as charset\n"
@@ -9313,7 +9405,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:740
+#: ../tin.5:741
 msgid ""
 "The filter file is used to assign scores to certain articles. Based on the "
 "score an article can be filtered out (hidden) or marked hot. Empty lines or "
@@ -9321,13 +9413,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:740
+#: ../tin.5:741
 #, no-wrap
 msgid "B<comment>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:749
+#: ../tin.5:750
 msgid ""
 "Every entry (rule) in the filter file might get a comment. Multiple lines "
 "are allowed (but only for comments yet). Every line must start with the "
@@ -9338,55 +9430,55 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:749
+#: ../tin.5:750
 #, no-wrap
 msgid "B<group>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:753
+#: ../tin.5:754
 msgid ""
 "A comma-separated list of newsgroup patterns (wildmat-style) to which groups "
 "the filter rule will be applied. This line is mandatory!"
 msgstr ""
 
 # type: TP
-#: ../tin.5:753
+#: ../tin.5:754
 #, no-wrap
 msgid "B<case>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:756
+#: ../tin.5:757
 msgid "0=case-sensitive, 1=case-insensitive"
 msgstr ""
 
 # type: TP
-#: ../tin.5:756
+#: ../tin.5:757
 #, no-wrap
 msgid "B<score>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:759
+#: ../tin.5:760
 msgid ""
 "Score value of the rule; can also be one of the magic words \"kill\" or "
 "\"hot\"."
 msgstr ""
 
 # type: TP
-#: ../tin.5:759
+#: ../tin.5:760
 #, no-wrap
 msgid "B<subj>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:762
+#: ../tin.5:763
 msgid "Match against ''Subject:''"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:770
+#: ../tin.5:771
 msgid ""
 "Match against ''From:''.  B<tin>(1)  converts the contents of the ''From:'' "
 "header to an old style e-mail address, e.g. ''some@body.example (John Doe)'' "
@@ -9395,57 +9487,57 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:770
+#: ../tin.5:771
 #, no-wrap
 msgid "B<msgid>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:773
+#: ../tin.5:774
 msgid "Match against ''Message-ID:'' and full ''References:''"
 msgstr ""
 
 # type: TP
-#: ../tin.5:773
+#: ../tin.5:774
 #, no-wrap
 msgid "B<msgid_last>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:776
+#: ../tin.5:777
 msgid "Match against ''Message-ID:'' and last ''References:'' entry only"
 msgstr ""
 
 # type: TP
-#: ../tin.5:776
+#: ../tin.5:777
 #, no-wrap
 msgid "B<msgid_only>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:779
+#: ../tin.5:780
 msgid "Match against ''Message-ID:''"
 msgstr ""
 
 # type: TP
-#: ../tin.5:779
+#: ../tin.5:780
 #, no-wrap
 msgid "B<refs_only>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:782
+#: ../tin.5:783
 msgid "Match against ''References:''"
 msgstr ""
 
 # type: TP
-#: ../tin.5:782
+#: ../tin.5:783
 #, no-wrap
 msgid "B<lines>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:785
+#: ../tin.5:786
 msgid ""
 "Match against ''Lines:'', E<lt>num matches less than, E<gt>num matches more "
 "than."
@@ -9453,24 +9545,24 @@ msgstr ""
 
 #.  TODO: document option in detail
 # type: TP
-#: ../tin.5:785
+#: ../tin.5:786
 #, no-wrap
 msgid "B<gnksa>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:789
+#: ../tin.5:790
 msgid "Match against ''From:'' address parser return codes."
 msgstr ""
 
 # type: TP
-#: ../tin.5:789
+#: ../tin.5:790
 #, no-wrap
 msgid "B<xref>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:795
+#: ../tin.5:796
 msgid ""
 "Match against ''Xref:'' line. Before any matching is done the line is turned "
 "into the same format ''Newsgroups:'' has that is it is turned into a comma "
@@ -9479,18 +9571,18 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:795 ../tin.5:2434
+#: ../tin.5:796 ../tin.5:2446
 #, no-wrap
 msgid "B<time>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:798
+#: ../tin.5:799
 msgid "time_t value when rule expires"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:809
+#: ../tin.5:810
 #, no-wrap
 msgid ""
 "comment=mark all articles about tin, rtin,\n"
@@ -9502,7 +9594,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:825
+#: ../tin.5:826
 msgid ""
 "Keymap-file, containing \"I<keyname> I<value> I<[value]>\" pairs separated "
 "by spaces or tabs. Below is a list of all rebindable keynames and their "
@@ -9510,13 +9602,13 @@ msgid ""
 msgstr ""
 
 # type: ta
-#: ../tin.5:827
+#: ../tin.5:828
 #, no-wrap
 msgid "\\w'GroupSelThdIfUnreadSelected    'u +\\w'SPACE'u +\\w'SPACE'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:874
+#: ../tin.5:875
 #, no-wrap
 msgid ""
 "B<ShellEscape>\t!\n"
@@ -9568,7 +9660,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:882
+#: ../tin.5:883
 #, no-wrap
 msgid ""
 "B<AttachSelect>\t^J\t^M\n"
@@ -9581,7 +9673,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:890
+#: ../tin.5:891
 #, no-wrap
 msgid ""
 "B<ConfigToggleAttrib>\tTAB\n"
@@ -9594,7 +9686,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:898
+#: ../tin.5:899
 #, no-wrap
 msgid ""
 "B<FeedTag>\tT\n"
@@ -9607,7 +9699,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:901
+#: ../tin.5:902
 #, no-wrap
 msgid ""
 "B<FilterEdit>\te\n"
@@ -9615,7 +9707,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:931
+#: ../tin.5:932
 #, no-wrap
 msgid ""
 "B<GroupNextUnreadArtOrGrp>\tTAB\n"
@@ -9650,7 +9742,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:934
+#: ../tin.5:935
 #, no-wrap
 msgid ""
 "B<HelpLastPage>\tG\n"
@@ -9658,17 +9750,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:973
+#: ../tin.5:975
 #, no-wrap
 msgid ""
 "B<PageReplyQuoteHeaders>\t^E\n"
 "B<PagePGPCheckArticle>\t^G\n"
-"B<PageToggleHeaders>\t^H\n"
+"B<PageToggleRaw>\t^H\n"
 "B<PageNextUnread>\tTAB\n"
 "B<PageNextThd>\t^J\t^M\n"
 "B<PageToggleTabs>\t^T\n"
 "B<PageFollowupQuoteHeaders>\t^W\n"
 "B<PageToggleTex2iso>\t\"\n"
+"B<PageToggleAllHeaders>\t*\n"
 "B<PageToggleRot>\t%\n"
 "B<PageToggleUue>\t(\n"
 "B<PageReveal>\t)\n"
@@ -9702,7 +9795,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:978
+#: ../tin.5:980
 #, no-wrap
 msgid ""
 "B<PgpEncSign>\tb\n"
@@ -9712,7 +9805,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:991
+#: ../tin.5:993
 #, no-wrap
 msgid ""
 "B<PostAbort>\ta\n"
@@ -9730,7 +9823,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:994
+#: ../tin.5:996
 #, no-wrap
 msgid ""
 "B<PostponeOverride>\tY\n"
@@ -9738,7 +9831,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:997
+#: ../tin.5:999
 #, no-wrap
 msgid ""
 "B<PromptYes>\ty\tY\n"
@@ -9746,7 +9839,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1000
+#: ../tin.5:1002
 #, no-wrap
 msgid ""
 "B<SaveAppendFile>\ta\n"
@@ -9754,7 +9847,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1004
+#: ../tin.5:1006
 #, no-wrap
 msgid ""
 "B<PProcNone>\tn\n"
@@ -9763,7 +9856,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1022
+#: ../tin.5:1024
 #, no-wrap
 msgid ""
 "B<SelectEnterNextUnreadGrp>\tTAB\tn\n"
@@ -9786,7 +9879,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1029
+#: ../tin.5:1031
 #, no-wrap
 msgid ""
 "B<ScopeSelect>\t^J\t^M\n"
@@ -9798,7 +9891,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1044
+#: ../tin.5:1046
 #, no-wrap
 msgid ""
 "B<ThreadReadNextArtOrThread>\tTAB\n"
@@ -9818,13 +9911,13 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1046
+#: ../tin.5:1048
 #, no-wrap
 msgid "B<UrlSelect>\t^J\t^M\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1057
+#: ../tin.5:1059
 msgid ""
 "This file provides short descriptions of each mailgroup. (requires B<tin>(1)  "
 "to be build with mh-mail-handling support). Each line consist of two "
@@ -9832,90 +9925,90 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1057
+#: ../tin.5:1059
 #, no-wrap
 msgid "B<mailgroupname>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1060 ../tin.5:1131 ../tin.5:2381 ../tin.5:2434 ../tin.5:2461
+#: ../tin.5:1062 ../tin.5:1133 ../tin.5:2393 ../tin.5:2446 ../tin.5:2473
 msgid "is the name of the newsgroup"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1063 ../tin.5:1134 ../tin.5:2464
+#: ../tin.5:1065 ../tin.5:1136 ../tin.5:2476
 msgid "is a short single-line description of the group"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1071
+#: ../tin.5:1073
 msgid ""
 "\"I<nntpserver> I<newsrc> [I<shortname> [I<...>]]\" pairs to use with the "
 "''B<-g>'' command-line switch."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1074
+#: ../tin.5:1076
 #, no-wrap
 msgid "B<newsrc>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1077
+#: ../tin.5:1079
 msgid "related newsrc."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1077
+#: ../tin.5:1079
 #, no-wrap
 msgid "B<shortname>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1080
+#: ../tin.5:1082
 msgid "nickname(s) for the nntpserver."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1084
+#: ../tin.5:1086
 msgid "# sample newsrctable file"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1086
+#: ../tin.5:1088
 msgid "news.tin.org .newsrc-tin.org tinorg"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1088
+#: ../tin.5:1090
 msgid "news.example.org /tmp/nrc-ex example ex"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1096
+#: ../tin.5:1098
 msgid "posting history"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1106
+#: ../tin.5:1108
 msgid ""
 "Copy of all posted articles in B<mbox>(5)  format. The filename can be "
 "changed by setting B<posted_articles_file>."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1115
+#: ../tin.5:1117
 msgid "Pool of postponed articles. This file is in B<mbox>(5)  format."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1120
+#: ../tin.5:1122
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/newsgroups>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1128
+#: ../tin.5:1130
 msgid ""
 "This file a copy of the servers newsgroups file which provides short "
 "descriptions of each newsgroup. It is automatically updated on startup "
@@ -9925,25 +10018,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1128 ../tin.5:2458
+#: ../tin.5:1130 ../tin.5:2470
 #, no-wrap
 msgid "B<group.name>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1131 ../tin.5:2461
+#: ../tin.5:1133 ../tin.5:2473
 #, no-wrap
 msgid "B<one-line description>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1140
+#: ../tin.5:1142
 #, no-wrap
 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1147
+#: ../tin.5:1149
 msgid ""
 "File to store $B<NNTPSERVER> and $B<NNTPPORT> related data via a list of "
 "\"I<variable>=I<value>\" pairs. Currently there are only two variables, both "
@@ -9951,110 +10044,110 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1147
+#: ../tin.5:1149
 #, no-wrap
 msgid "B<version>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1150
+#: ../tin.5:1152
 msgid "Internal version number."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1150
+#: ../tin.5:1152
 #, no-wrap
 msgid "B<last_newnews>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1155
+#: ../tin.5:1157
 msgid ""
 "Internal timestamp used by B<tin>(1)  to keep track of new newsgroups on the "
 "server."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1177
+#: ../tin.5:1179
 msgid ""
 "At startup, B<tin>(1)  reads in the configuration file. This contains a list "
 "of \"I<variable>=I<value>\" pairs that can be used to configure the way "
 "B<tin>(1)  works. If it exists, the global configuration file, "
-"I<${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the users own "
+"I<${TIN_LIBDIR:-NEWSLIBDIR}/tinrc> is read first. After that, the user's own "
 "configuration file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc> is read.  The "
 "global file is useful for distributing system-wide defaults to new users who "
 "have no private tinrc yet (see also B</etc/tin/tin.defaults>)."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1177
+#: ../tin.5:1179
 #, no-wrap
 msgid "B<abbreviate_groupname>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1193
+#: ../tin.5:1195
 #, no-wrap
 msgid "B<art_marked_deleted>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1196
+#: ../tin.5:1198
 #, no-wrap
 msgid "B<art_marked_inrange>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1199
+#: ../tin.5:1201
 #, no-wrap
 msgid "B<art_marked_return>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1203
+#: ../tin.5:1205
 #, no-wrap
 msgid "B<art_marked_selected>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1207
+#: ../tin.5:1209
 #, no-wrap
 msgid "B<art_marked_recent>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1211
+#: ../tin.5:1213
 #, no-wrap
 msgid "B<art_marked_unread>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1215
+#: ../tin.5:1217
 msgid ""
 "The character used to show that an article has not been read.  Default is "
 "'+'."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1215
+#: ../tin.5:1217
 #, no-wrap
 msgid "B<art_marked_read>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1218
+#: ../tin.5:1220
 #, no-wrap
 msgid "B<art_marked_killed>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1222
+#: ../tin.5:1224
 #, no-wrap
 msgid "B<art_marked_read_selected>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1233
+#: ../tin.5:1235
 msgid ""
 "If ON B<tin>(1)  will ask before using a MIME viewer (B<metamail_prog>) to "
 "display MIME messages. This only occurs if a MIME viewer is set. Default is "
@@ -10062,30 +10155,30 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1241
+#: ../tin.5:1243
 #, no-wrap
 msgid "B<auto_reconnect>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1244
+#: ../tin.5:1246
 msgid "Reconnect to server automatically. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1255
+#: ../tin.5:1257
 #, no-wrap
 msgid "B<beginner_level>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1260
+#: ../tin.5:1262
 #, no-wrap
 msgid "B<cache_overview_files>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1265
+#: ../tin.5:1267
 msgid ""
 "If ON, create local copies of NNTP overview files. This can be used to "
 "considerably speed up accessing large groups when using a slow connection.  "
@@ -10093,164 +10186,164 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1265
+#: ../tin.5:1267
 #, no-wrap
 msgid "B<catchup_read_groups>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1269
+#: ../tin.5:1271
 #, no-wrap
 msgid "B<col_back>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1272
+#: ../tin.5:1274
 #, no-wrap
 msgid "B<col_from>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1275
+#: ../tin.5:1277
 #, no-wrap
 msgid "B<col_head>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1278
+#: ../tin.5:1280
 #, no-wrap
 msgid "B<col_help>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1281
+#: ../tin.5:1283
 #, no-wrap
 msgid "B<col_invers_bg>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1284
+#: ../tin.5:1286
 #, no-wrap
 msgid "B<col_invers_fg>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1287
+#: ../tin.5:1289
 #, no-wrap
 msgid "B<col_markdash>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1291
+#: ../tin.5:1293
 #, no-wrap
 msgid "B<col_markslash>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1295
+#: ../tin.5:1297
 #, no-wrap
 msgid "B<col_markstar>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1299
+#: ../tin.5:1301
 #, no-wrap
 msgid "B<col_markstroke>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1303
+#: ../tin.5:1305
 #, no-wrap
 msgid "B<col_minihelp>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1306
+#: ../tin.5:1308
 #, no-wrap
 msgid "B<col_newsheaders>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1309
+#: ../tin.5:1311
 #, no-wrap
 msgid "B<col_normal>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1312
+#: ../tin.5:1314
 #, no-wrap
 msgid "B<col_quote>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1315
+#: ../tin.5:1317
 #, no-wrap
 msgid "B<col_quote2>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1318
+#: ../tin.5:1320
 #, no-wrap
 msgid "B<col_quote3>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1321
+#: ../tin.5:1323
 #, no-wrap
 msgid "B<col_response>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1325
+#: ../tin.5:1327
 msgid ""
 "Color of response counter. This is the text that says 'Response x of y' in "
 "the article viewer."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1325
+#: ../tin.5:1327
 #, no-wrap
 msgid "B<col_signature>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1328
+#: ../tin.5:1330
 #, no-wrap
 msgid "B<col_urls>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1331
+#: ../tin.5:1333
 #, no-wrap
 msgid "B<col_verbatim>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1334
+#: ../tin.5:1336
 #, no-wrap
 msgid "B<col_subject>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1337
+#: ../tin.5:1339
 #, no-wrap
 msgid "B<col_text>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1340
+#: ../tin.5:1342
 #, no-wrap
 msgid "B<col_title>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1343
+#: ../tin.5:1345
 #, no-wrap
 msgid "B<confirm_choice>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1347
+#: ../tin.5:1349
 msgid ""
 "B<tin>(1)  can ask for manual confirmation to protect the user. Available "
 "choices:"
@@ -10258,7 +10351,7 @@ msgstr ""
 
 #.  TODO: check if all affected commands are marked [after confirmation]
 # type: Plain text
-#: ../tin.5:1353
+#: ../tin.5:1355
 msgid ""
 "B<commands:> Ask for confirmation before executing certain dangerous "
 "commands (e.g., B<Catchup> ('B<c>')). Commands that this affects are marked "
@@ -10266,26 +10359,26 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1358
+#: ../tin.5:1360
 msgid ""
 "B<quit:> You'll be asked to confirm that you wish to exit B<tin>(1)  when "
 "you use the B<Quit> ('B<q>') command."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1362
+#: ../tin.5:1364
 msgid ""
 "B<select:> Ask for confirmation before marking all not selected (with "
 "B<GroupMarkUnselArtRead> ('B<X>') command) articles as read."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1364
+#: ../tin.5:1366
 msgid "Default is commands & quit."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1375
+#: ../tin.5:1377
 msgid ""
 "Format string used for date representation. A description of the different "
 "format options can be found at B<strftime>(3).  B<tin>(1)  uses "
@@ -10294,76 +10387,76 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1375
+#: ../tin.5:1377
 #, no-wrap
 msgid "B<default_art_search>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1377
+#: ../tin.5:1379
 #, no-wrap
 msgid "B<default_author_search>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1379
+#: ../tin.5:1381
 #, no-wrap
 msgid "B<default_config_search>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1382
+#: ../tin.5:1384
 #, no-wrap
 msgid "B<default_filter_days>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1385
+#: ../tin.5:1387
 #, no-wrap
 msgid "B<default_filter_kill_case>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1389
+#: ../tin.5:1391
 msgid ""
 "Default for quick (1 key) kill filter case. ON = filter case sensitive, OFF "
 "= ignore case. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1389
+#: ../tin.5:1391
 #, no-wrap
 msgid "B<default_filter_kill_expire>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1393
+#: ../tin.5:1395
 msgid ""
 "Default for quick (1 key) kill filter expire. ON = limit to "
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1393
+#: ../tin.5:1395
 #, no-wrap
 msgid "B<default_filter_kill_global>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1397
+#: ../tin.5:1399
 msgid ""
 "Default for quick (1 key) kill filter global. ON=apply to all groups, "
 "OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1397
+#: ../tin.5:1399
 #, no-wrap
 msgid "B<default_filter_kill_header>"
 msgstr ""
 
 # type: ta
-#: ../tin.5:1402 ../tin.5:1430
+#: ../tin.5:1404 ../tin.5:1432
 #, no-wrap
 msgid ""
 "\\w'0,1   'u +\\w'\\'\\'Message-ID:\\'\\' & last \\'\\'References:\\'\\' "
@@ -10371,7 +10464,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1411 ../tin.5:1439
+#: ../tin.5:1413 ../tin.5:1441
 #, no-wrap
 msgid ""
 "0\t''Subject:'' (case sensitive)\n"
@@ -10385,160 +10478,160 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1413
+#: ../tin.5:1415
 #, no-wrap
 msgid "B<default_filter_select_case>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1417
+#: ../tin.5:1419
 #, no-wrap
 msgid "B<default_filter_select_expire>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1421
+#: ../tin.5:1423
 msgid ""
 "Default for quick (1 key) auto-selection filter expire. ON = limit to "
 "'B<default_filter_days>', OFF = don't ever expire. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1421
+#: ../tin.5:1423
 #, no-wrap
 msgid "B<default_filter_select_global>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1425
+#: ../tin.5:1427
 msgid ""
 "Default for quick (1 key) auto-selection filter global. ON=apply to all "
 "groups, OFF=apply to current group. Default is ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1425
+#: ../tin.5:1427
 #, no-wrap
 msgid "B<default_filter_select_header>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1441
+#: ../tin.5:1443
 #, no-wrap
 msgid "B<default_goto_group>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1443
+#: ../tin.5:1445
 #, no-wrap
 msgid "B<default_group_search>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1445
+#: ../tin.5:1447
 #, no-wrap
 msgid "B<default_mail_address>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1447
+#: ../tin.5:1449
 #, no-wrap
 msgid "B<default_move_group>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1449
+#: ../tin.5:1451
 #, no-wrap
 msgid "B<default_pattern>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1451
+#: ../tin.5:1453
 #, no-wrap
 msgid "B<default_pipe_command>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1453
+#: ../tin.5:1455
 #, no-wrap
 msgid "B<default_post_newsgroups>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1455
+#: ../tin.5:1457
 #, no-wrap
 msgid "B<default_post_subject>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1457
+#: ../tin.5:1459
 #, no-wrap
 msgid "B<default_range_group>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1459
+#: ../tin.5:1461
 #, no-wrap
 msgid "B<default_range_select>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1461
+#: ../tin.5:1463
 #, no-wrap
 msgid "B<default_range_thread>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1463
+#: ../tin.5:1465
 #, no-wrap
 msgid "B<default_repost_group>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1465
+#: ../tin.5:1467
 #, no-wrap
 msgid "B<default_save_file>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1467
+#: ../tin.5:1469
 #, no-wrap
 msgid "B<default_save_mode>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1469
+#: ../tin.5:1471
 #, no-wrap
 msgid "B<default_select_pattern>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1471
+#: ../tin.5:1473
 #, no-wrap
 msgid "B<default_shell_command>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1473
+#: ../tin.5:1475
 #, no-wrap
 msgid "B<default_subject_search>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1475
+#: ../tin.5:1477
 #, no-wrap
 msgid "B<draw_arrow>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1479
+#: ../tin.5:1481
 msgid ""
 "Allows groups/articles to be selected by an arrow '-E<gt>' if set ON or by "
 "an highlighted bar if set OFF."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1484
+#: ../tin.5:1486
 msgid ""
 "The format string used to create the editor start command with parameters.  "
 "Default is '%E +%N %F' with %E=Editor, %N=Linenumber and %F=Filename (e.g., "
@@ -10546,19 +10639,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1484
+#: ../tin.5:1486
 #, no-wrap
 msgid "B<force_screen_redraw>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1488
+#: ../tin.5:1490
 #, no-wrap
 msgid "B<getart_limit>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1495
+#: ../tin.5:1497
 msgid ""
 "If B<getart_limit> is E<gt> 0 not more than B<getart_limit> articles/group "
 "are fetched from the server. If B<getart_limit> is E<lt> 0 B<tin>(1)  will "
@@ -10567,25 +10660,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1495
+#: ../tin.5:1497
 #, no-wrap
 msgid "B<goto_next_unread>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1506
+#: ../tin.5:1508
 #, no-wrap
 msgid "B<groupname_max_length>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1510
+#: ../tin.5:1512
 #, no-wrap
 msgid "B<hide_uue>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1520
+#: ../tin.5:1522
 msgid ""
 "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then "
 "sections of uuencoded data will be shown with a single tag line showing the "
@@ -10597,13 +10690,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1520
+#: ../tin.5:1522
 #, no-wrap
 msgid "B<inews_prog>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1527
+#: ../tin.5:1529
 msgid ""
 "Path, name and options of external B<inews>(1).  If you are reading via NNTP "
 "the default value is \"--internal\" (use built-in NNTP inews), else it is "
@@ -10612,13 +10705,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1527
+#: ../tin.5:1529
 #, no-wrap
 msgid "B<info_in_last_line>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1533
+#: ../tin.5:1535
 msgid ""
 "If ON, show current group description or article subject in the last line "
 "(not in the pager and global menu) - B<ToggleInfoLastLine> ('B<i>' toggles "
@@ -10627,13 +10720,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1533
+#: ../tin.5:1535
 #, no-wrap
 msgid "B<interactive_mailer>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1539
+#: ../tin.5:1541
 msgid ""
 "If greater than 0 your mailreader will be invoked earlier for reply so you "
 "can use more of its features (e.g. MIME, pgp, ...). 1 means include headers, "
@@ -10642,32 +10735,32 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1539
+#: ../tin.5:1541
 #, no-wrap
 msgid "B<inverse_okay>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1543
+#: ../tin.5:1545
 #, no-wrap
 msgid "B<keep_dead_articles>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1548
+#: ../tin.5:1550
 #, no-wrap
 msgid "B<kill_level>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1552
+#: ../tin.5:1554
 msgid ""
 "This option controls the processing and display of articles that are "
 "killed. There are 3 options, default is 0 (B<Kill only unread arts>)."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1560
+#: ../tin.5:1562
 msgid ""
 "B<Kill only unread arts> is the 'traditional' behavior of B<tin>(1).  Only "
 "unread articles are killed once only by marking them read. As filtering only "
@@ -10677,25 +10770,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1576
+#: ../tin.5:1578
 #, no-wrap
 msgid "B<mail_address>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1586
+#: ../tin.5:1588
 #, no-wrap
 msgid "B<mail_quote_format>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1591
+#: ../tin.5:1593
 #, no-wrap
 msgid "B<mailbox_format>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1599
+#: ../tin.5:1601
 msgid ""
 "Select one of the following mailbox-formats: MBOXO (default, except on SCO), "
 "MBOXRD or MMDF (default on SCO). See B<mbox>(5)  for more details on MBOXO "
@@ -10703,7 +10796,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1608
+#: ../tin.5:1610
 msgid ""
 "The directory where articles/threads are to be saved in B<mbox>(5)  "
 "format. This feature is mainly for use with the B<elm>(1)  mail program. It "
@@ -10712,31 +10805,44 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1608
+#: ../tin.5:1610
 #, no-wrap
 msgid "B<mailer_format>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1617
+#: ../tin.5:1616
 msgid ""
 "The format string used to create the mailer command with parameters that is "
 "used for mailing articles to other people. Default is '%M \"%T\" E<lt> %F' "
 "(e.g., /bin/mail \"iain\" E<lt> .article). The flexible format allows other "
-"mailers with different command line parameters to be used such as 'elm -s "
-"\"%S\" \"%T\" E<lt> \"%F\"' (e.g., elm -s \"subject\" \"iain\" E<lt> "
-".article) or 'sendmail -oem -t E<lt> %F' (e.g. sendmail -oem -t E<lt> "
-".article). The following substitutions are supported:"
+"mailers with different command line parameters to be used such as"
+msgstr ""
+
+# type: Plain text
+#: ../tin.5:1621
+#, no-wrap
+msgid ""
+"sendmail -oem -t E<lt> %F\n"
+"elm -s \"%S\" \"%T\" E<lt> \"%F\"\n"
+"claws-mail --compose \"mailto:%T?subject=%S&insert=%F\"\n"
+msgstr ""
+
+# type: Plain text
+#: ../tin.5:1625
+msgid ""
+"B<interactive_mailer> must be set adequate. The following substitutions are "
+"supported:"
 msgstr ""
 
 # type: ta
-#: ../tin.5:1619
+#: ../tin.5:1627
 #, no-wrap
 msgid "\\w'%S'u +\\w'subject-field'u"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1626
+#: ../tin.5:1634
 #, no-wrap
 msgid ""
 "%F\tfilename\n"
@@ -10748,13 +10854,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1639
+#: ../tin.5:1647
 #, no-wrap
 msgid "B<metamail_prog>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1651
+#: ../tin.5:1659
 msgid ""
 "Path, name and options of external B<metamail>(1)  program used to view "
 "non-textual parts of articles.  To use the built-in viewer, set to "
@@ -10765,13 +10871,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1651 ../tin.5:2287
+#: ../tin.5:1659 ../tin.5:2299
 #, no-wrap
 msgid "B<mm_charset>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1664
+#: ../tin.5:1672
 msgid ""
 "Charset supported locally, which is also used for MIME header (charset "
 "parameter and charset name in header encoding) in mail and news postings. If "
@@ -10785,7 +10891,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1675
+#: ../tin.5:1683
 msgid ""
 "Charset used for posting and MIME headers; replaces B<mm_charset>.  "
 "Conversion between B<mm_network_charset> and local charset (determined via "
@@ -10796,13 +10902,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1684
+#: ../tin.5:1692
 #, no-wrap
 msgid "B<mono_markdash>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1689
+#: ../tin.5:1697
 msgid ""
 "Character attribute of words emphasized like _this_. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -10810,13 +10916,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1689
+#: ../tin.5:1697
 #, no-wrap
 msgid "B<mono_markslash>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1694
+#: ../tin.5:1702
 msgid ""
 "Character attribute of words emphasized like /this/. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -10824,13 +10930,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1694
+#: ../tin.5:1702
 #, no-wrap
 msgid "B<mono_markstar>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1699
+#: ../tin.5:1707
 msgid ""
 "Character attribute of words emphasized like *this*. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -10838,13 +10944,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1699
+#: ../tin.5:1707
 #, no-wrap
 msgid "B<mono_markstroke>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1704
+#: ../tin.5:1712
 msgid ""
 "Character attribute of words emphasized like -this-. It is depending on your "
 "terminal which attributes are usable. See also B<word_h_display_marks> and "
@@ -10852,20 +10958,20 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1704
+#: ../tin.5:1712
 #, no-wrap
 msgid "B<newnews>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1710
+#: ../tin.5:1718
 msgid ""
 "These are internal timers used by B<tin>(1)  to keep track of new "
 "newsgroups. Do not change them unless you understand what they are for."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1717
+#: ../tin.5:1725
 msgid ""
 "Which news headers you wish to see. If you want to see _all_ the headers, "
 "place an '*' as this value. This is the only way a wildcard can be used. If "
@@ -10875,7 +10981,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1726
+#: ../tin.5:1734
 msgid ""
 "Same as B<news_headers_to_display> except it denotes the opposite. An "
 "example of using both options might be if you thought 'X-' headers were A "
@@ -10886,34 +10992,34 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1731
+#: ../tin.5:1739
 #, no-wrap
 msgid "B<normalization_form>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1735
+#: ../tin.5:1743
 msgid ""
 "The normalization form which should be used to normalize unicode input.  The "
 "possible values are:"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1751
+#: ../tin.5:1759
 msgid ""
 "Some normalization modes are only available if they are supported by the "
 "library B<tin>(1)  uses to do the normalization. Default is NFKC."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1755
+#: ../tin.5:1763
 msgid ""
 "If ON put cursor at first unread article in group otherwise at last "
 "article.  Default is ON."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1771
+#: ../tin.5:1779
 msgid ""
 "MIME encoding of the body in news message, if necessary. (8bit, base64, "
 "quoted-printable, 7bit). Default is 8bit, which leads to no encoding.  "
@@ -10921,7 +11027,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1778
+#: ../tin.5:1786
 msgid ""
 "If ON, then B<tin>(1)  will start an appropriate viewer program to display "
 "any files that were post processed and uudecoded. The program is determined "
@@ -10929,7 +11035,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1784
+#: ../tin.5:1792
 msgid ""
 "This specifies whether to perform post processing on saved articles.  "
 "Because the shell archive may contain commands you may not want to be "
@@ -10938,7 +11044,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1792
+#: ../tin.5:1800
 msgid ""
 "B<Shell archives>, unpacking of multi-part B<shar>(1)  files only. Because "
 "the shell archive may contain commands you may not want to be executed, be "
@@ -10946,19 +11052,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1795
+#: ../tin.5:1803
 #, no-wrap
 msgid "B<posted_articles_file>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1805
+#: ../tin.5:1813
 #, no-wrap
 msgid "B<printer>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1815
+#: ../tin.5:1823
 msgid ""
 "The printer program with options that is to be used to print articles. The "
 "default is B<lpr>(1)  for BSD machines and B<lp>(1)  for SysV "
@@ -10967,20 +11073,20 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1823
+#: ../tin.5:1831
 msgid ""
 "If ON show empty ''Followup-To:'' header when editing an article.  Default "
 "is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1829
+#: ../tin.5:1837
 #, no-wrap
 msgid "B<quote_style>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1835
+#: ../tin.5:1843
 msgid ""
 "This bit coded integer value controls how articles are to be quoted when "
 "following up or replying to them. Any of the following options can be "
@@ -10989,7 +11095,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1840
+#: ../tin.5:1848
 msgid ""
 "B<Compress quotes> Compress quote characters together when quoting multiple "
 "times (for example, 'E<gt> E<gt> E<gt>' will be turned into "
@@ -10997,27 +11103,27 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1846
+#: ../tin.5:1854
 msgid ""
 "B<Quote Signatures> This option is off by default. Signatures are always "
 "quoted regardless of this option when you are viewing an article in raw mode "
-"B<PageToggleHeaders> ('B<^H>') and followup or reply to it. Signatures are "
-"never quoted regardless of this option when B<show_signatures> is off."
+"B<PageToggleRaw> ('B<^H>') and followup or reply to it. Signatures are never "
+"quoted regardless of this option when B<show_signatures> is off."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1848
+#: ../tin.5:1856
 msgid "B<Quote empty lines> This option is on by default."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1849
+#: ../tin.5:1857
 #, no-wrap
 msgid "B<quote_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1856
+#: ../tin.5:1864
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote>. If B<quote_regex> is blank, then "
@@ -11025,13 +11131,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1856
+#: ../tin.5:1864
 #, no-wrap
 msgid "B<quote_regex2>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1863
+#: ../tin.5:1871
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote2>. If B<quote_regex2> is blank, then "
@@ -11039,13 +11145,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1863
+#: ../tin.5:1871
 #, no-wrap
 msgid "B<quote_regex3>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1870
+#: ../tin.5:1878
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching lines are shown in B<col_quote3>. If B<quote_regex3> is blank, then "
@@ -11053,55 +11159,55 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1870
+#: ../tin.5:1878
 #, no-wrap
 msgid "B<recent_time>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1874
+#: ../tin.5:1882
 #, no-wrap
 msgid "B<render_bidi>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1878
+#: ../tin.5:1886
 #, no-wrap
 msgid "B<reread_active_file_secs>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1887
+#: ../tin.5:1895
 #, no-wrap
 msgid "B<score_limit_kill>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1891
+#: ../tin.5:1899
 #, no-wrap
 msgid "B<score_limit_select>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1895
+#: ../tin.5:1903
 #, no-wrap
 msgid "B<score_kill>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1899
+#: ../tin.5:1907
 #, no-wrap
 msgid "B<score_select>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:1903
+#: ../tin.5:1911
 #, no-wrap
 msgid "B<scroll_lines>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1911
+#: ../tin.5:1919
 msgid ""
 "The number of lines that will be scrolled up/down in the article pager when "
 "using cursor-up/down. The default is 1 (line-by-line). Set to 0 to get "
@@ -11112,13 +11218,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1928
+#: ../tin.5:1936
 #, no-wrap
 msgid "B<show_description>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1937
+#: ../tin.5:1945
 msgid ""
 "If ON show a short group description text after newsgroup name at the group "
 "selection level. The ''B<-d>'' command-line flag will override the setting "
@@ -11129,7 +11235,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1948
+#: ../tin.5:1956
 msgid ""
 "B<Lines>, in article listing the line count of an article will be displayed "
 "and in thread listing the line count of first (unread)  article will be "
@@ -11137,25 +11243,25 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1959
+#: ../tin.5:1967
 msgid ""
 "If ON show only new/unread articles otherwise show all articles. Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:1959
+#: ../tin.5:1967
 #, no-wrap
 msgid "B<show_only_unread_groups>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1966
+#: ../tin.5:1974
 msgid "If OFF don't show signatures when displaying articles. Default is ON."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1980
+#: ../tin.5:1988
 msgid ""
 "The path that specifies the signature file to use when posting, following up "
 "to or replying to an article. If the path is a directory then the signature "
@@ -11167,13 +11273,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:1983
+#: ../tin.5:1991
 #, no-wrap
 msgid "B<slashes_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:1990
+#: ../tin.5:1998
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markslash> or B<mono_markslash>. If "
@@ -11181,13 +11287,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2036
+#: ../tin.5:2044
 #, no-wrap
 msgid "B<spamtrap_warning_addresses>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2041
+#: ../tin.5:2049
 msgid ""
 "Set this option to a list of comma-separated strings to be warned if you are "
 "replying to an article by mail where the e-mail address contains one of "
@@ -11195,13 +11301,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2041
+#: ../tin.5:2049
 #, no-wrap
 msgid "B<stars_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2048
+#: ../tin.5:2056
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstar> or B<mono_markstar>. If "
@@ -11209,31 +11315,31 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2053
+#: ../tin.5:2061
 #, no-wrap
 msgid "B<strip_blanks>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2057
+#: ../tin.5:2065
 #, no-wrap
 msgid "B<strip_bogus>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2065
+#: ../tin.5:2073
 #, no-wrap
 msgid "B<strip_newsrc>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2069
+#: ../tin.5:2077
 #, no-wrap
 msgid "B<strokes_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2076
+#: ../tin.5:2084
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markstroke> or B<mono_markstroke>.  If "
@@ -11241,7 +11347,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2081
+#: ../tin.5:2089
 msgid ""
 "Decode German style TeX umlaut codes to ISO If ON, show \"a as Umlaut-a, "
 "etc. Default is OFF. This behavior can also be toggled in the article viewer "
@@ -11249,7 +11355,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2091
+#: ../tin.5:2099
 msgid ""
 "Defines which threading method to use. The choices are: 0) Don't thread, 1) "
 "Thread on Subject only 2) Thread on References only, 3) Thread on References "
@@ -11261,7 +11367,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2096
+#: ../tin.5:2104
 msgid ""
 "Defines how close the subjects must match while threading by Percentage "
 "Match for threads to be considered part of a single thread. This value is in "
@@ -11269,25 +11375,25 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2100
+#: ../tin.5:2108
 #, no-wrap
 msgid "B<thread_score>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2112
+#: ../tin.5:2120
 #, no-wrap
 msgid "B<translit>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2143
+#: ../tin.5:2151
 #, no-wrap
 msgid "B<underscores_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2150
+#: ../tin.5:2158
 msgid ""
 "A regular expression that will be applied when reading articles. All "
 "matching words are shown in B<col_markdash> or B<mono_markdash>. If "
@@ -11295,26 +11401,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2150
+#: ../tin.5:2158
 #, no-wrap
 msgid "B<unlink_article>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2154
+#: ../tin.5:2162
 msgid ""
 "If ON remove I<${TIN_HOMEDIR:-\"$HOME\"}/.article> after posting. Default is "
 "ON."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2154
+#: ../tin.5:2162
 #, no-wrap
 msgid "B<url_handler>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2159
+#: ../tin.5:2167
 msgid ""
 "The program that will be run when launching URLs in the article viewer using "
 "B<PageViewUrl> ('B<U>'). The actual URL will be appended to this. Default is "
@@ -11322,47 +11428,47 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2159
+#: ../tin.5:2167
 #, no-wrap
 msgid "B<url_highlight>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2162
+#: ../tin.5:2170
 #, no-wrap
 msgid "B<use_color>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2167
+#: ../tin.5:2175
 msgid "If enabled B<tin>(1)  uses ANSI-colors. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2167
+#: ../tin.5:2175
 #, no-wrap
 msgid "B<use_keypad>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2170
+#: ../tin.5:2178
 msgid "Use scroll keys on keypad. Default is OFF."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2170
+#: ../tin.5:2178
 #, no-wrap
 msgid "B<use_mouse>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2176
+#: ../tin.5:2184
 #, no-wrap
 msgid "B<use_slrnface>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2188
+#: ../tin.5:2196
 msgid ""
 "If enabled B<slrnface>(1)  will be used to interpret the ''X-Face:'' "
 "header. For this option to have any effect, B<tin>(1)  must be running in an "
@@ -11370,44 +11476,50 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2188
+#: ../tin.5:2196
+#, no-wrap
+msgid "B<utf8_graphics>"
+msgstr ""
+
+# type: TP
+#: ../tin.5:2200
 #, no-wrap
 msgid "B<verbatim_begin_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2192
+#: ../tin.5:2204
 msgid ""
 "A regular expression that tin will use to find the begin of a verbatim "
 "block.  Default is #v+"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2192
+#: ../tin.5:2204
 #, no-wrap
 msgid "B<verbatim_end_regex>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2196
+#: ../tin.5:2208
 msgid ""
 "A regular expression that tin will use to find the end of a verbatim block.  "
 "Default is #v-"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2200
+#: ../tin.5:2212
 msgid "If ON verbatim blocks will be detected.  Default is ON"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2200
+#: ../tin.5:2212
 #, no-wrap
 msgid "B<wildcard>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2212
+#: ../tin.5:2224
 msgid ""
 "Allows you to select how B<tin>(1)  matches strings. The default is 0 and "
 "uses the wildmat notation, which is how this has traditionally been "
@@ -11418,19 +11530,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2212
+#: ../tin.5:2224
 #, no-wrap
 msgid "B<word_h_display_marks>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2224
+#: ../tin.5:2236
 #, no-wrap
 msgid "B<word_highlight>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2232
+#: ../tin.5:2244
 msgid ""
 "Enable word highlighting. See B<word_h_display_marks> for the options "
 "available. If B<use_color> is enabled the colors specified in "
@@ -11441,19 +11553,19 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2232
+#: ../tin.5:2244
 #, no-wrap
 msgid "B<wrap_column>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2248
+#: ../tin.5:2260
 #, no-wrap
 msgid "B<xpost_quote_format>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2264
+#: ../tin.5:2276
 msgid ""
 "Yet another global configuration file with \"I<variable>=I<value>\" "
 "pairs. This one is for the more general options which usually can't be "
@@ -11463,31 +11575,31 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2264
+#: ../tin.5:2276
 #, no-wrap
 msgid "B<domainname>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2267
+#: ../tin.5:2279
 msgid "Sets a global domain name used in From lines"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2271
+#: ../tin.5:2283
 msgid ""
 "Defines the name of your organization. $B<ORGANIZATION> overrides any "
 "specified value."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2271
+#: ../tin.5:2283
 #, no-wrap
 msgid "B<newslibdir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2276
+#: ../tin.5:2288
 msgid ""
 "Defines the default place for some configuration files, common values are "
 "I</usr/lib/news>, I</var/lib/news>, I</usr/local/lib/news> or "
@@ -11495,13 +11607,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2276
+#: ../tin.5:2288
 #, no-wrap
 msgid "B<bugaddress>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2282
+#: ../tin.5:2294
 msgid ""
 "Defines the email address to which users can send bug reports using a "
 "built-in function. The default points to a developers mailing list located "
@@ -11510,67 +11622,67 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2282
+#: ../tin.5:2294
 #, no-wrap
 msgid "B<inewsdir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2287
+#: ../tin.5:2299
 msgid "Defines the directory containing of the B<inews>(1)  executable"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2291
+#: ../tin.5:2303
 msgid ""
 "Default charset to be used in MIME's ''Content-Type:'' "
 "header. $B<MM_CHARSET> overrides any specified value."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2294
+#: ../tin.5:2306
 msgid "Default encoding scheme use in MIME articles. 8bit might be the best value."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2298
+#: ../tin.5:2310
 msgid ""
 "Default encoding scheme use in MIME letters. quoted-printable is a good "
 "choice here."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2298
+#: ../tin.5:2310
 #, no-wrap
 msgid "B<disable_gnksa_domain_check>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2301
+#: ../tin.5:2313
 msgid "Allow unregistered top level domains"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2301
+#: ../tin.5:2313
 #, no-wrap
 msgid "B<disable_sender>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2305
+#: ../tin.5:2317
 msgid ""
-"Don't generate a ''Sender:'' header. This has no effect if B<inews_prog> is "
-"not set to --internal."
+"Don't generate a ''Sender:'' header. This has an effect only if "
+"B<inews_prog> is set to --internal."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2305
+#: ../tin.5:2317
 #, no-wrap
 msgid "B<spooldir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2310
+#: ../tin.5:2322
 msgid ""
 "Base of your newsspool (Bnews, Cnews and INN traditional spool style), "
 "common values are I</var/spool/news>, I</usr/spool/news>, I</news/spool>.  "
@@ -11578,13 +11690,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2310
+#: ../tin.5:2322
 #, no-wrap
 msgid "B<overviewdir>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2318
+#: ../tin.5:2330
 msgid ""
 "Base of your NOV database B<newsoverview>(5)  (tradspool style; might be the "
 "same dir as I<spooldir>), common values are I</var/spool/overview>, "
@@ -11593,26 +11705,26 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2318
+#: ../tin.5:2330
 #, no-wrap
 msgid "B<overviewfile>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2322
+#: ../tin.5:2334
 msgid ""
 "Name of a single overview file, common values are I<.overview>, "
 "I<over.view>."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2322
+#: ../tin.5:2334
 #, no-wrap
 msgid "B<overviewfmtfile>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2327
+#: ../tin.5:2339
 msgid ""
 "Full pathname of your newssystem's overview.fmt file; usually the "
 "overview.fmt file is in I<newslibdir>, so you only have to change this "
@@ -11620,13 +11732,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2327
+#: ../tin.5:2339
 #, no-wrap
 msgid "B<activefile>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2333
+#: ../tin.5:2345
 msgid ""
 "Full pathname of your newssystem's active file; usually the active file "
 "resides in I<newslibdir> and is named I<active>, so you only have to change "
@@ -11635,13 +11747,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2333
+#: ../tin.5:2345
 #, no-wrap
 msgid "B<activetimesfile>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2338
+#: ../tin.5:2350
 msgid ""
 "Full pathname of your newssystem's active.times file; usually the "
 "active.times file is I<newslibdir>, so you only have to change this setting "
@@ -11649,13 +11761,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2338
+#: ../tin.5:2350
 #, no-wrap
 msgid "B<newsgroupsfile>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2343
+#: ../tin.5:2355
 msgid ""
 "Full pathname of your newssystem's newsgroups file; usually the newsgroups "
 "file is in I<newslibdir>, so you only have to change this setting if your "
@@ -11663,13 +11775,13 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2343
+#: ../tin.5:2355
 #, no-wrap
 msgid "B<subscriptionsfile>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2348
+#: ../tin.5:2360
 msgid ""
 "Full pathname of your newssystem's subscriptions file; usually the "
 "subscriptions file is in I<newslibdir>, so you only have to change this "
@@ -11677,19 +11789,19 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2352
+#: ../tin.5:2364
 msgid "I</usr/local/share/locale/$LC_MESSAGES/LC_MESSAGES/tin.mo>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2356
+#: ../tin.5:2368
 msgid ""
 "translation into language specified in $B<LC_ALL>, $B<LC_MESSAGES> or "
 "$B<LANG>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2370
+#: ../tin.5:2382
 msgid ""
 "This file lists the newsgroups that the local site receives. Each newsgroup "
 "should be listed only once. Each line specifies one group; within each "
@@ -11699,7 +11811,7 @@ msgstr ""
 
 #.  TODO: IIRC tin issues just a warning in that case?
 # type: Plain text
-#: ../tin.5:2375
+#: ../tin.5:2387
 msgid ""
 "If an article is posted to newsgroups not mentioned in this file, those "
 "newsgroups are ignored.  If no valid newsgroups are specified, the article "
@@ -11707,37 +11819,37 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2378
+#: ../tin.5:2390
 msgid ""
 "Each line consists of four space-separated fields \"I<name> I<highmark> "
 "I<lowmark> I<flags>\"."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2378 ../tin.5:2431
+#: ../tin.5:2390 ../tin.5:2443
 #, no-wrap
 msgid "B<name>"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2381
+#: ../tin.5:2393
 #, no-wrap
 msgid "B<highmark>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2384
+#: ../tin.5:2396
 msgid "is the highest article number that has been used in that newsgroup"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2384
+#: ../tin.5:2396
 #, no-wrap
 msgid "B<lowmark>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2391
+#: ../tin.5:2403
 msgid ""
 "is the lowest article number in the group; this number is not guaranteed to "
 "be accurate, and should only be taken to be a hint. Note that because of "
@@ -11747,90 +11859,90 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../tin.5:2391
+#: ../tin.5:2403
 #, no-wrap
 msgid "B<flags>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2394
+#: ../tin.5:2406
 msgid "can be one of those"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2395
+#: ../tin.5:2407
 #, no-wrap
 msgid "B<y>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2398
+#: ../tin.5:2410
 msgid "local postings are allowed"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2398
+#: ../tin.5:2410
 #, no-wrap
 msgid "B<n>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2401
+#: ../tin.5:2413
 msgid "no local postings are allowed, only remote ones"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2401
+#: ../tin.5:2413
 #, no-wrap
 msgid "B<m>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2404
+#: ../tin.5:2416
 msgid "the group is moderated and all postings must be approved"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2404
+#: ../tin.5:2416
 #, no-wrap
 msgid "B<j>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2407
+#: ../tin.5:2419
 msgid "articles in this group are not kept, but only passed on"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2407
+#: ../tin.5:2419
 #, no-wrap
 msgid "B<x>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2410
+#: ../tin.5:2422
 msgid "articles cannot be posted to this newsgroup"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2410
+#: ../tin.5:2422
 #, no-wrap
 msgid "B<=foo.bar>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2413
+#: ../tin.5:2425
 msgid "articles are locally filed into the ''foo.bar'' group"
 msgstr ""
 
 # type: TP
-#: ../tin.5:2414 ../tin.5:2441 ../tin.5:2464
+#: ../tin.5:2426 ../tin.5:2453 ../tin.5:2476
 #, no-wrap
 msgid "B<tin>(1)"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2420
+#: ../tin.5:2432
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the LIST (B<RFC3977>) command "
@@ -11838,7 +11950,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2431
+#: ../tin.5:2443
 msgid ""
 "This file provides a chronological record of when newsgroups are created. It "
 "is normally updated by the local newsserver (e.g.  B<innd>(8))  whenever a "
@@ -11847,25 +11959,25 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2438
+#: ../tin.5:2450
 msgid ""
 "is the time when the group was created, expressed as the number of seconds "
 "since the epoch."
 msgstr ""
 
 # type: TP
-#: ../tin.5:2438
+#: ../tin.5:2450
 #, no-wrap
 msgid "B<creator>"
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2441
+#: ../tin.5:2453
 msgid "is the electronic mail address of the person who created the group."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2447
+#: ../tin.5:2459
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the NEWGROUPS (B<RFC3977>) command "
@@ -11873,7 +11985,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2458
+#: ../tin.5:2470
 msgid ""
 "This file provides short descriptions of each newsgroup. It is normally "
 "updated by the local newsserver (e.g.  B<innd>(8))  whenever a new group is "
@@ -11882,7 +11994,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2470
+#: ../tin.5:2482
 msgid ""
 "only tries to read the file if you read directly from the local spool, if "
 "you read news via NNTP, B<tin>(1)  uses the LIST NEWSGROUPS (B<RFC3977>) "
@@ -11890,14 +12002,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2479
+#: ../tin.5:2491
 msgid ""
 "This file specifies might hold a default organization to be used in the "
 "''Organization:'' header. $B<ORGANIZATION> has a higher priority if set."
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2497
+#: ../tin.5:2509
 msgid ""
 "This file specifies the organization of the news overview database (see also "
 "B<newsoverview>(5)).  The order of lines in this file is important; it "
@@ -11908,7 +12020,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2512
+#: ../tin.5:2524
 msgid ""
 "This file contains a list of newsgroups - one per line - which the client "
 "should subscribe to when the user has no ${TIN_HOMEDIR:-\"$HOME\"}/.newsrc "
@@ -11918,7 +12030,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../tin.5:2553
+#: ../tin.5:2565
 msgid ""
 "B<elm>(1), B<inews>(1), B<ispell>(1), B<lp>(1), B<lpr>(1), B<metamail>(1)  "
 "B<perl>(1), B<pgp>(1), B<rn>(1), B<shar>(1), B<slrnface>(1), B<tin>(1), "
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/pgp.txt tin-2.0.0/doc/pgp.txt
--- tin-1.9.6/doc/pgp.txt	2009-08-14 22:03:38.000000000 +0200
+++ tin-2.0.0/doc/pgp.txt	2011-05-03 15:10:10.254826866 +0200
@@ -47,7 +47,7 @@ There are 3 places where pgp is invoked:
 
    PGP2:  pgp -f $PGPOPTS <article >/dev/null
    PGP5:  pgpv -f $PGPOPTS <article >/dev/null
-   GPG:   gpg $PGPOPTS --nobatch --decrypt <article >/dev/null
+   GPG:   gpg $PGPOPTS <article >/dev/null
 
    If the article has (-----BEGIN PGP PUBLIC KEY BLOCK-----)
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/tin.1 tin-2.0.0/doc/tin.1
--- tin-1.9.6/doc/tin.1	2010-11-26 15:44:21.000000000 +0100
+++ tin-2.0.0/doc/tin.1	2011-08-22 00:18:21.777014255 +0200
@@ -3,13 +3,13 @@
 .\" Module    : tin.1
 .\" Author    : I. Lea, U. Janssen
 .\" Created   : 1991-08-23
-.\" Updated   : 2010-11-26
+.\" Updated   : 2011-08-23
 .\" Notes     : use american english; still needs some work, e.g.:
 .\"             - document authorization (.newsauth)
 .\"             - document random organization feature
 .\"
 .\"
-.TH tin 1 "November 26th, 2010" "1.9.6" "A Usenet newsreader"
+.TH tin 1 "August 23rd, 2011" "2.0.0" "A Usenet newsreader"
 .\"
 .\"
 .SH NAME
@@ -26,6 +26,7 @@ tin, rtin \- A Usenet newsreader
 .RB \|\| \-s
 .IR News_dir \|]
 .RB [\| \-cuvZ \|]
+.RB [\| \-4 \||\| \-6 \|]
 .RB [\| \-N \||\| \-M
 .IR address \|]
 .RB [\| \-o \||\| \-w \|]\|]
@@ -100,6 +101,12 @@ Unread news
 .\"
 .SH OPTIONS
 .TP 12
+.B \-4
+Force connecting via IPv4 to the remote NNTP server.
+.TP
+.B \-6
+Force connecting via IPv6 to the remote NNTP server.
+.TP
 .B \-a
 Toggle ANSI color (default is off).
 .TP
@@ -1076,7 +1083,7 @@ Perform
 .BR pgp (1)
 operations on article.
 .TP
-.B PageToggleHeaders '^H'
+.B PageToggleRaw '^H'
 Toggles the display mode (raw including all headers vs. cooked).
 .TP
 .B MenuFilterKill '^K'
@@ -1094,6 +1101,9 @@ headers included.
 Toggle TeX to ISO decoding for current article. The default behavior is
 taken from the \fBtex2iso_conv\fP variable in the tinrc file.
 .TP
+.B PageToggleAllHeaders '*'
+Toggles the display of all headers vs. headers in \fBnews_headers_to_display\fP.
+.TP
 .B PageToggleRot '%'
 Toggle ROT-13 decoding for this article.
 .TP
@@ -1126,10 +1136,10 @@ is everything which matches \fBquote_reg
 \fBquote_regex3\fP.
 .TP
 .B PageTopThd '<'
-Goto the first article in the current thread.
+Go to the first article in the current thread.
 .TP
 .B PageBotThd '>'
-Goto the last article in the current thread.
+Go to the last article in the current thread.
 .TP
 .B PageToggleHighlight '_'
 Toggle word highlighting on/off.
@@ -1158,10 +1168,10 @@ a full explanation of these variables an
 information on filtering.
 .TP
 .B PageNextThd '^J' '<CR>'
-Goto next base article.
+Go to next base article.
 .TP
 .B PageNextUnread '<TAB>'
-Goto next unread article. If the tinrc variable \fBgoto_next_unread\fP
+Go to next unread article. If the tinrc variable \fBgoto_next_unread\fP
 doesn't contain PageNextUnread, then this key will first page through the
 current article.
 .TP
@@ -1202,10 +1212,10 @@ Post a followup to the current article w
 article.
 .TP
 .B PageFirstPage 'g'
-Goto the start of the article.
+Go to the start of the article.
 .TP
 .B PageLastPage 'G'
-Goto the end of the article.
+Go to the end of the article.
 .TP
 .B ToggleInfoLastLine 'i'
 Display the subject of the current article in the last line.
@@ -1278,7 +1288,7 @@ or reposting.
 Return to group selection level.
 .TP
 .B PageGotoParent 'u'
-Goto parent article.
+Go to parent article.
 .TP
 .B PageViewUrl 'U'
 Display a list of URLs in the current article. See the section "URL LISTING"
@@ -2010,7 +2020,7 @@ The possible values are:
 Some normalization modes are only available if they are supported by the
 library \fBtin\fP uses to do the normalization. Default is NFKC.
 .TP
-.B Goto first unread article in group (pos_first_unread)
+.B Go to first unread article in group (pos_first_unread)
 If ON put cursor at first unread article in group otherwise at last
 article. Default is ON.
 .TP
@@ -2434,6 +2444,10 @@ and
 .BR slrnface (1)
 must be in your $\fBPATH\fP. Default is OFF.
 .TP
+.B Use UTF-8 graphics (utf8_graphics)
+If ON use UTF-8 characters for indicator ('\->'), thread/attachment tree and
+ellipsis ('...'). Default is OFF.
+.TP
 .B Regex for begin of a verbatim block (verbatim_begin_regex)
 A regular expression that tin will use to find the begin of a verbatim block.
 .TP
@@ -2983,7 +2997,8 @@ find ${TIN_INDEX_NEWSDIR:\-"${TIN_HOMEDI
 .\"       $TMPDIR/REFS.info  (-D 8)
 .\"       $TMPDIR/MALLOC     (-D 16)
 .\"       $TMPDIR/ATTRIBUTES (-D 32)
-.\"       $TMPDIR/SCOPES     (-D 32)
+.\"       $TMPDIR/SCOPES-R   (-D 32)
+.\"       $TMPDIR/SCOPES-W   (-D 32)
 .\"       $TMPDIR/ACTIVE     (-D 64)
 For a detailed description see
 .BR tin (5).
@@ -3211,7 +3226,26 @@ variable instead of the system default.
 .B ISO2ASC
 Set the ISO to ASCII charset decoding table character to use in decoding
 an article text. Values can range from 0 to 6.
-.\" TODO: short document the different tables (doc/iso2asc.txt) here
+.RS +.5i
+.TP
+.B 0
+universal table for many languages
+.TP
+.B 1
+single-spacing universal table
+.TP
+.B 2
+table for Danish, Dutch, German, Norwegian and Swedish
+.TP
+.B 3
+table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO 646 variant
+.TP
+.B 4
+table with RFC 1345 codes in brackets
+.TP
+.B 5
+table for printers that allow overstriking with backspace
+.RE
 .TP
 .B ORGANIZATION
 Set the article header field ''Organization:'' to the contents of the
@@ -3244,7 +3278,7 @@ This variable has precedence over the de
 mailing operations within \fBtin\fP.
 .TP
 .B MAIL
-Full path to the users mailbox.
+Full path to the user's mailbox.
 .TP
 .B VISUAL
 This variable has precedence over the default editor (i.e.,
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/tin.5 tin-2.0.0/doc/tin.5
--- tin-1.9.6/doc/tin.5	2010-11-26 15:44:47.000000000 +0100
+++ tin-2.0.0/doc/tin.5	2011-08-22 00:19:04.559647094 +0200
@@ -2,11 +2,11 @@
 .\" Module    : tin.5
 .\" Author    : U. Janssen
 .\" Created   : 2000-07-10
-.\" Updated   : 2010-11-26
+.\" Updated   : 2011-08-23
 .\" Notes     : needs a some work
 .\"
 .\"
-.TH tin 5 "November 26th, 2010" "1.9.6" "A Usenet newsreader"
+.TH tin 5 "August 23rd, 2011" "2.0.0" "A Usenet newsreader"
 
 .SH NAME
 tin, rtin \- related files
@@ -33,7 +33,8 @@ newsreader. All files are expected to ha
 .\" $TMPDIR/REFS.info  (-D 8)
 .\" $TMPDIR/MALLOC     (-D 16)
 .\" $TMPDIR/ATTRIBUTES (-D 32)
-.\" $TMPDIR/SCOPES     (-D 32)
+.\" $TMPDIR/SCOPES-R   (-D 32)
+.\" $TMPDIR/SCOPES-W   (-D 32)
 .\" $TMPDIR/ACTIVE     (-D 64)
 .PP
 .IR $MAILCAPS
@@ -251,13 +252,13 @@ require authorization. If the password c
 enclosed in doublequotes ("). Usernames must not be enclosed in doublequotes
 and thus can't contain spaces or tabs. Any line that starts with "#" is a
 comment. Blank lines are ignored. This file should be readable only for the
-user as it contains the users uncrypted password for reading news!
+user as it contains the user's uncrypted password for reading news!
 .TP
 .B nntpserver
 full qualified domain name of the newsserver.
 .TP
 .B password
-users uncrypted password for reading news.
+user's uncrypted password for reading news.
 .TP
 .B user
 username on the newsserver if it differs from the local login. This field is
@@ -411,7 +412,7 @@ active file of user's saved newsgroups, 
 .RS
 The group attributes files may be used to override some global settings from
 \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fR on a per group basis. Order is
-important as last match counts; this allows to refine attributes for
+important as last match counts; this allows one to refine attributes for
 narrowed scopes. Note that the \fIscope=<grouplist>\fR line has to be
 specified before the attributes are specified for that list and each
 attribute can only be set once per scope section. All attributes are set to
@@ -934,12 +935,13 @@ their defaults. If a keyname is bound to
 .sp
 \fBPageReplyQuoteHeaders\fP	^E
 \fBPagePGPCheckArticle\fP	^G
-\fBPageToggleHeaders\fP	^H
+\fBPageToggleRaw\fP	^H
 \fBPageNextUnread\fP	TAB
 \fBPageNextThd\fP	^J	^M
 \fBPageToggleTabs\fP	^T
 \fBPageFollowupQuoteHeaders\fP	^W
 \fBPageToggleTex2iso\fP	"
+\fBPageToggleAllHeaders\fP	*
 \fBPageToggleRot\fP	%
 \fBPageToggleUue\fP	(
 \fBPageReveal\fP	)
@@ -1171,7 +1173,7 @@ reads in the configuration file. This co
 .BR tin (1)
 works. If it exists, the global configuration file,
 \fI${TIN_LIBDIR:\-NEWSLIBDIR}/tinrc\fR is read first. After that, the
-users own configuration file \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fR is read.
+user's own configuration file \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/tinrc\fR is read.
 The global file is useful for distributing system-wide defaults to new
 users who have no private tinrc yet (see also \fB/etc/tin/tin.defaults\fP).
 .TP
@@ -1610,10 +1612,16 @@ by giving '=' as the filename to save to
 The format string used to create the mailer command with parameters that is
 used for mailing articles to other people. Default is '%M "%T" < %F' (e.g.,
 /bin/mail "iain" < .article). The flexible format allows other mailers with
-different command line parameters to be used such as 'elm \-s "%S" "%T" <
-"%F"' (e.g., elm \-s "subject" "iain" < .article) or 'sendmail \-oem \-t < %F'
-(e.g. sendmail \-oem \-t < .article). The following substitutions are
-supported:
+different command line parameters to be used such as
+.in +.3i
+.nf
+sendmail \-oem \-t < %F
+elm \-s "%S" "%T" < "%F"
+claws-mail \-\-compose "mailto:%T?subject=%S&insert=%F"
+.fi
+.in -.3i
+\fBinteractive_mailer\fP must be set adequate. The following substitutions
+are supported:
 .in +.3i
 .nf
 .ta \w'%S'u +\w'subject-field'u
@@ -1840,7 +1848,7 @@ option is on by default.
 .IP 2
 \fBQuote Signatures\fP This option is off by default. Signatures are
 always quoted regardless of this option when you are viewing an article
-in raw mode \fBPageToggleHeaders\fP ('\fB^H\fP') and followup or reply
+in raw mode \fBPageToggleRaw\fP ('\fB^H\fP') and followup or reply
 to it. Signatures are never quoted regardless of this option when
 \fBshow_signatures\fP is off.
 .IP 4
@@ -2186,6 +2194,10 @@ and
 .BR slrnface (1)
 must be in your $\fBPATH\fP. Default is OFF.
 .TP
+.B utf8_graphics
+If ON use UTF-8 characters for indicator ('\->'), thread/attachment tree and
+ellipsis ('...'). Default is OFF.
+.TP
 .B verbatim_begin_regex
 A regular expression that tin will use to find the begin of a verbatim block.
 Default is #v+
@@ -2300,8 +2312,8 @@ choice here.
 Allow unregistered top level domains
 .TP
 .B disable_sender
-Don't generate a ''Sender:'' header. This has no effect if
-\fBinews_prog\fP is not set to \-\-internal.
+Don't generate a ''Sender:'' header. This has an effect only if
+\fBinews_prog\fP is set to \-\-internal.
 .TP
 .B spooldir
 Base of your newsspool (Bnews, Cnews and INN traditional spool style), common
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/tinews.1 tin-2.0.0/doc/tinews.1
--- tin-1.9.6/doc/tinews.1	2009-08-14 22:03:38.000000000 +0200
+++ tin-2.0.0/doc/tinews.1	2011-08-10 09:46:29.727581270 +0200
@@ -298,7 +298,7 @@ off by default.
 \&\*(L"nntpserver password [user]\*(R" pairs for \s-1NNTP\s0 servers that require
 authorization. Any line that starts with \*(L"#\*(R" is a comment. Blank lines are
 ignored. This file should be readable only for the user as it contains the
-users uncrypted password for reading news.
+user's uncrypted password for reading news.
 .IP "\fI$HOME/.tinewsrc\fR" 4
 .IX Item "$HOME/.tinewsrc"
 \&\*(L"option=value\*(R" configuration pairs. Lines that start with \*(L"#\*(R" are ignored.
diff -Nurp --exclude='.bzr*' tin-1.9.6/doc/url_handler.1 tin-2.0.0/doc/url_handler.1
--- tin-1.9.6/doc/url_handler.1	2009-08-14 22:03:38.000000000 +0200
+++ tin-2.0.0/doc/url_handler.1	2011-05-03 15:23:21.231249224 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -25,11 +25,11 @@
 ..
 .\" Set up some character translations and predefined strings.  \*(-- will
 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote.  | will give a
-.\" real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
-.\" do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
-.\" expand to `' in nroff, nothing in troff, for use with C<>.
-.tr \(*W-|\(bv\*(Tr
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
 .ie n \{\
 .    ds -- \(*W-
@@ -129,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "url_handler.pl 1"
-.TH url_handler.pl 1 "September 27th, 2007" "0.0.8" "Spawn appropriate viewer for a given URL"
+.TH url_handler.pl 1 "May 3rd, 2011" "0.1.0" "Spawn appropriate viewer for a given URL"
 .SH "NAME"
 url_handler.pl \- Spawn appropriate viewer for a given URL
 .SH "SYNOPSIS"
@@ -137,29 +137,65 @@ url_handler.pl \- Spawn appropriate view
 \&\fBurl_handler.pl\fR \fI\s-1URL\s0\fR
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
-\&\fBurl_handler.pl\fR takes a \s-1URL\s0 as argument and spawns the appropriate
-viewer with the \s-1URL\s0. When running under X11 it follows \fB$BROWSER\fR for
-the following schemes: \s-1HTTP\s0, \s-1HTTPS\s0, \s-1GOPHER\s0, \s-1FTP\s0, \s-1NEWS\s0 and \s-1SNEWS\s0; when
-not running under X11 \fB$BROWSER\fR is considered for \s-1HTTP\s0, \s-1HTTPS\s0, \s-1GOPHER\s0,
-\&\s-1NEWS\s0 and \s-1SNEWS\s0. The schemes \s-1NNTP\s0 and \s-1MAILTO\s0 (and \s-1FTP\s0 when not running
-under X11) are handled separately.
+\&\fBurl_handler.pl\fR takes an \s-1URL\s0 as argument and spawns the first executable
+viewer found in either \fB$BROWSER_\f(BI\s-1SCHEME\s0\fB\fR or \fB$BROWSER\fR.
 .SH "ENVIRONMENT"
 .IX Header "ENVIRONMENT"
+.IP "\fB$BROWSER_\f(BI\s-1SCHEME\s0\fB\fR" 4
+.IX Item "$BROWSER_SCHEME"
+The user's preferred utility to browse URLs of tye \fI\s-1SCHEME\s0\fR. May actually
+consist of a sequence of colon-separated browser commands to be tried in
+order until one succeeds. If a command part contains \f(CW%s\fR, the \s-1URL\s0 is
+substituted there, otherwise the browser command is simply called with the
+\&\s-1URL\s0 as its last argument. %% is replaced by a single percent sign (%), and
+\&\f(CW%c\fR is replaced by a colon (:).
+Examples:
+.RS 4
+.ie n .IP "$BROWSER_FTP=""wget:ncftp""" 4
+.el .IP "$BROWSER_FTP=``wget:ncftp''" 4
+.IX Item "$BROWSER_FTP=wget:ncftp"
+.PD 0
+.ie n .IP "$BROWSER_GOPHER=""lynx:links""" 4
+.el .IP "$BROWSER_GOPHER=``lynx:links''" 4
+.IX Item "$BROWSER_GOPHER=lynx:links"
+.ie n .IP "$BROWSER_MAILTO=""mutt:pine \-url""" 4
+.el .IP "$BROWSER_MAILTO=``mutt:pine \-url''" 4
+.IX Item "$BROWSER_MAILTO=mutt:pine -url"
+.ie n .IP "$BROWSER_NEWS=""lynx""" 4
+.el .IP "$BROWSER_NEWS=``lynx''" 4
+.IX Item "$BROWSER_NEWS=lynx"
+.ie n .IP "$BROWSER_NNTP=""lynx""" 4
+.el .IP "$BROWSER_NNTP=``lynx''" 4
+.IX Item "$BROWSER_NNTP=lynx"
+.RE
+.RS 4
+.PD
+.Sp
+\&\&
+.RE
 .IP "\fB$BROWSER\fR" 4
 .IX Item "$BROWSER"
-The user's preferred utility to browse URLs. May actually consist of a
+The user's preferred utility to browse URLs for which there is no special
+viewer defined via \fB$BROWSER_\f(BI\s-1SCHEME\s0\fB\fR. Again it may actually consist of a
 sequence of colon-separated browser commands to be tried in order until one
 succeeds. If a command part contains \f(CW%s\fR, the \s-1URL\s0 is substituted there,
 otherwise the browser command is simply called with the \s-1URL\s0 as its last
 argument. %% is replaced by a single percent sign (%), and \f(CW%c\fR is replaced
 by a colon (:).
+Examples:
+.RS 4
+.ie n .IP "$BROWSER=""firefox \-a firefox \-remote openURL\e(%s\e):opera:konqueror:links2 \-g:lynx:w3m""" 2
+.el .IP "$BROWSER=``firefox \-a firefox \-remote openURL\e(%s\e):opera:konqueror:links2 \-g:lynx:w3m''" 2
+.IX Item "$BROWSER=firefox -a firefox -remote openURL):opera:konqueror:links2 -g:lynx:w3m"
+.RE
+.RS 4
 .SH "SECURITY"
 .IX Header "SECURITY"
-\&\fBurl_handler.pl\fR was designed to work together with \fBtin\fR(1) which
-only issues shell escaped absolute URLs thus \fBurl_handler.pl\fR does not
-shell escape it's input nor does it convert relative URLs into absolute
+\&\fBurl_handler.pl\fR was designed to work together with \fBtin\fR(1) which only
+issues shell escaped absolute URLs thus \fBurl_handler.pl\fR does not try hard
+to shell escape its input nor does it convert relative URLs into absolute
 ones! If you use \fBurl_handler.pl\fR from other applications be sure to at
-least shell escaped it's input!
+least shell escaped its input!
 .SH "AUTHOR"
 .IX Header "AUTHOR"
 Urs Janssen <urs@tin.org>
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/autoconf.hin tin-2.0.0/include/autoconf.hin
--- tin-1.9.6/include/autoconf.hin	2010-03-19 23:42:37.000000000 +0100
+++ tin-2.0.0/include/autoconf.hin	2011-08-10 21:41:26.116895890 +0200
@@ -3,10 +3,10 @@
  *  Module    : autoconf.hin
  *  Author    : Thomas Dickey
  *  Created   : 1995-08-24
- *  Updated   : 2009-12-19
+ *  Updated   : 2011-08-07
  *  Notes     : #include files, #defines & struct's
  *
- * Copyright (c) 1995-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1995-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,7 @@
 #	define TIN_AUTOCONF_H
 
 /* Package and version */
-#	undef PACKAGE
+#	undef NLS_TEXTDOMAIN
 #	undef VERSION
 
 #	undef SYSTEM_NAME
@@ -166,6 +166,7 @@
 #	undef HAVE_FCNTL_H
 #	undef HAVE_GETOPT_H
 #	undef HAVE_ICONV_H
+#	undef HAVE_INTTYPES_H
 #	undef HAVE_IOCTL_H
 #	undef HAVE_LANGINFO_H
 #	undef HAVE_LIBC_H
@@ -190,6 +191,7 @@
 #	undef HAVE_STDARG_H
 #	undef HAVE_STDBOOL_H
 #	undef HAVE_STDDEF_H
+#	undef HAVE_STDINT_H
 #	undef HAVE_STDLIB_H
 #	undef HAVE_STRINGS_H
 #	undef HAVE_STRING_H
@@ -243,6 +245,7 @@
 #	undef HAVE_FORK
 #	undef HAVE_FTIME
 #	undef HAVE_FTRUNCATE
+#	undef HAVE_FSYNC
 #	undef HAVE_GAI_STRERROR
 #	undef HAVE_GETADDRINFO
 #	undef HAVE_GETCWD
@@ -287,6 +290,7 @@
 #	undef HAVE_STRFTIME
 #	undef HAVE_STRNCASECMP
 #	undef HAVE_STRPBRK
+#	undef HAVE_STRRCHR
 #	undef HAVE_STRRSTR
 #	undef HAVE_STRSEP
 #	undef HAVE_STRSTR
@@ -353,7 +357,6 @@
 #	undef DECL_GETCWD
 #	undef DECL_GETHOSTNAME
 #	undef DECL_GETOPT
-#	undef DECL_GETPASS
 #	undef DECL_GETWD
 #	undef DECL_INET_ADDR
 #	undef DECL_INET_ATON
@@ -382,6 +385,7 @@
 #	undef DECL_STRCHR
 #	undef DECL_STRFTIME
 #	undef DECL_STRNCASECMP
+#	undef DECL_STRRCHR
 #	undef DECL_STRTOL
 #	undef DECL_SYSTEM
 #	undef DECL_TGETENT
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/bool.h tin-2.0.0/include/bool.h
--- tin-1.9.6/include/bool.h	2009-12-01 15:19:13.000000000 +0100
+++ tin-2.0.0/include/bool.h	2011-04-17 16:04:29.338903550 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-11-24
  *  Notes     :
  *
- * Copyright (c) 1997-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 1997-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/bugrep.h tin-2.0.0/include/bugrep.h
--- tin-1.9.6/include/bugrep.h	2009-12-01 15:19:13.000000000 +0100
+++ tin-2.0.0/include/bugrep.h	2011-04-17 16:04:29.382910248 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2006-02-15
  *  Notes     :
  *
- * Copyright (c) 1997-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 1997-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/debug.h tin-2.0.0/include/debug.h
--- tin-1.9.6/include/debug.h	2009-12-01 15:19:13.000000000 +0100
+++ tin-2.0.0/include/debug.h	2011-04-17 16:04:29.422916335 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2008-12-12
  *  Notes     :
  *
- * Copyright (c) 2007-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 2007-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/extern.h tin-2.0.0/include/extern.h
--- tin-1.9.6/include/extern.h	2010-10-07 22:57:58.000000000 +0200
+++ tin-2.0.0/include/extern.h	2011-08-07 01:31:24.484441710 +0200
@@ -3,10 +3,10 @@
  *  Module    : extern.h
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-08-07
  *  Notes     :
  *
- * Copyright (c) 1997-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1997-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -138,9 +138,6 @@
 #ifdef DECL_GETOPT
 	extern int getopt(int, char * const*, const char *);
 #endif /* DECL_GETOPT */
-#ifdef DECL_GETPASS
-	extern char *getpass(const char *);
-#endif /* DECL_GETPASS */
 #ifdef DECL_GETPWNAM
 	extern struct passwd *getpwnam(const char *);
 #endif /* DECL_GETPWNAM */
@@ -230,8 +227,10 @@
 #endif /* DECL_STRCASECMP */
 #ifdef DECL_STRCHR
 	extern char *strchr(const char *, int);
-	extern char *strrchr(const char *, int);
 #endif /* DECL_STRCHR */
+#ifdef DECL_STRRCHR
+	extern char *strrchr(const char *, int);
+#endif /* DECL_STRRCHR */
 #ifdef DECL_STRFTIME
 	extern int strftime(char *, int, char *, struct tm *);
 #endif /* DECL_STRFTIME */
@@ -308,9 +307,13 @@
 #endif /* DECL_VSPRINTF */
 #endif /* 0 */
 
-
-extern int optind;
-extern char *optarg;
+#ifdef __CYGWIN__
+	extern int __declspec(dllimport) optind;
+	extern char __declspec(dllimport) *optarg;
+#else
+	extern int optind;
+	extern char *optarg;
+#endif /* __CYGWIN__ */
 
 /*
  * Local variables
@@ -418,6 +421,7 @@ extern constext *txt_mime_encodings[];
 #endif /* HAVE_UNICODE_NORMALIZATION */
 extern constext *txt_onoff[];
 extern constext *txt_post_process_types[];
+extern constext *txt_quick_ks_header_options[];
 extern constext *txt_quote_style_type[];
 extern constext *txt_show_from[];
 extern constext *txt_show_info_type[];
@@ -737,6 +741,7 @@ extern constext txt_help_article_search_
 extern constext txt_help_article_show_raw[];
 extern constext txt_help_article_skip_quote[];
 extern constext txt_help_article_toggle_formfeed[];
+extern constext txt_help_article_toggle_headers[];
 extern constext txt_help_article_toggle_highlight[];
 extern constext txt_help_article_toggle_rot13[];
 extern constext txt_help_article_toggle_tabwidth[];
@@ -1249,6 +1254,10 @@ extern constext txt_usage_dont_show_desc
 #ifdef NNTP_ABLE
 	extern constext txt_unparseable_counts[];
 	extern constext txt_usage_force_authentication[];
+#ifdef INET6
+	extern constext txt_usage_force_ipv4[];
+	extern constext txt_usage_force_ipv6[];
+#endif /* INET6 */
 	extern constext txt_usage_newsserver[];
 	extern constext txt_usage_port[];
 	extern constext txt_usage_read_news_remotely[];
@@ -1444,6 +1453,10 @@ extern t_bool disable_gnksa_domain_check
 extern t_bool disable_sender;
 extern t_bool force_no_post;
 extern t_bool force_reread_active_file;
+#if defined(NNTP_ABLE) && defined(INET6)
+	extern t_bool force_ipv4;
+	extern t_bool force_ipv6;
+#endif /* NNTP_ABLE && INET6 */
 extern t_bool have_linescroll;
 extern t_bool list_active;
 extern t_bool newsrc_active;
@@ -1767,6 +1780,9 @@ extern struct opttxt txt_unlink_article;
 extern struct opttxt txt_url_handler;
 extern struct opttxt txt_url_highlight;
 extern struct opttxt txt_use_mouse;
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	extern struct opttxt txt_utf8_graphics;
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 extern struct opttxt txt_verbatim_begin_regex;
 extern struct opttxt txt_verbatim_end_regex;
 extern struct opttxt txt_verbatim_handling;
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/keymap.h tin-2.0.0/include/keymap.h
--- tin-1.9.6/include/keymap.h	2010-10-01 20:08:00.000000000 +0200
+++ tin-2.0.0/include/keymap.h	2011-04-17 16:04:29.470923639 +0200
@@ -3,10 +3,10 @@
  *  Module    : keymap.h
  *  Author    : J. Faultless, D. Nimmich
  *  Created   : 1999
- *  Updated   : 2010-10-01
+ *  Updated   : 2011-01-25
  *  Notes     :
  *
- * Copyright (c) 1999-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1999-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -290,6 +290,7 @@ enum defined_functions {
 	PAGE_TAG,
 	PAGE_TOGGLE_HEADERS,
 	PAGE_TOGGLE_HIGHLIGHTING,
+	PAGE_TOGGLE_RAW,
 	PAGE_TOGGLE_ROT13,
 	PAGE_TOGGLE_TABS,
 	PAGE_TOGGLE_TEX2ISO,
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/newsrc.h tin-2.0.0/include/newsrc.h
--- tin-1.9.6/include/newsrc.h	2009-12-01 15:19:13.000000000 +0100
+++ tin-2.0.0/include/newsrc.h	2011-04-17 16:04:29.498927902 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2003-11-18
  *  Notes     : newsrc bit handling
  *
- * Copyright (c) 1997-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1997-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/nntplib.h tin-2.0.0/include/nntplib.h
--- tin-1.9.6/include/nntplib.h	2010-09-27 22:08:45.000000000 +0200
+++ tin-2.0.0/include/nntplib.h	2011-04-17 16:04:29.546935209 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-04-29
  *  Notes     : nntp.h 1.5.11/1.6 with extensions for tin
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/policy.h tin-2.0.0/include/policy.h
--- tin-1.9.6/include/policy.h	2010-10-11 15:03:13.000000000 +0200
+++ tin-2.0.0/include/policy.h	2011-08-10 21:43:06.296381505 +0200
@@ -3,10 +3,10 @@
  *  Module    : policy.h
  *  Author    : Ralf Doeblitz <doeblitz@gmx.de>
  *  Created   : 1999-01-12
- *  Updated   : 2010-10-11
+ *  Updated   : 2011-07-18
  *  Notes     : #defines and static data for policy configuration
  *
- * Copyright (c) 1999-2010 Ralf Doeblitz <doeblitz@gmx.de>
+ * Copyright (c) 1999-2011 Ralf Doeblitz <doeblitz@gmx.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -167,9 +167,10 @@
  * .sh  St. Helena                     .si  Slovenia
  * .sk  Slovakia                       .sl  Sierra Leone
  * .sm  San Marino                     .sn  Senegal
- * .sr  Surinam                        .st  Sao Tome and Principe
- * .su  Soviet Union (former)          .sv  El Salvador
- * .sy  Syrian Arab Republic           .sz  Swaziland
+ * .so  Somalia                        .sr  Surinam
+ * .st  Sao Tome and Principe          .su  Soviet Union (former)
+ * .sv  El Salvador                    .sy  Syrian Arab Republic
+ * .sz  Swaziland
  *
  * .tc  The Turks & Caicos Islands     .td  Chad
  * .tf  French Southern Territories    .tg  Togo
@@ -194,7 +195,6 @@
  * .wf  Wallis and Futuna Islands      .ws  Western Samoa
  *
  * .ye  Yemen                          .yt  Mayotte
- * .yu  Yugoslavia
  *
  * .za  South Africa                   .zm  Zambia
  * .zw  Zimbabwe
@@ -205,8 +205,10 @@
  * .cs  former Czechoslovakia, now .cz and .sk
  * .dd  former German Democratic Republic, now .de
  * .fx  France, Metropolitan
+ * .oz  Australian MHSnet
  * .um  United States Minor Outlying Islands
  * .yd  Democratic Yemen, now .ye
+ * .yu  Yugoslavia, now .rs and .me
  * .wg  West Bank and Gaza, now .ps
  * .zr  former Zaire, now .cd
  *
@@ -219,16 +221,15 @@
  * .gb  United Kingdom, use .uk
  * .nt  Neutral Zone
  * .sj  Svalbard and Jan Mayen Islands (Norway)
- * .so  Somalia
  *
  * requested new TLDs:
  * .ct  Catalonia
+ * .ss  South Sudan
  *
  * xccTLDs:
  * .hk  Hong Kong, now .cn
  * .su  former USSR, now .ru
  * .tp  former East Timor, now .tl
- * .yu  former Yugoslavia
  */
 
 static char gnksa_country_codes[26*26] = {
@@ -251,13 +252,13 @@ static char gnksa_country_codes[26*26] =
 /* P */ 1,0,0,0,1, 1,1,1,0,0, 1,1,1,1,0, 0,0,1,1,1, 0,0,1,0,1,0,
 /* Q */ 1,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0,0,
 /* R */ 0,0,0,0,1, 0,0,0,0,0, 0,0,0,0,1, 0,0,0,1,0, 1,0,1,0,0,0,
-/* S */ 1,1,1,1,1, 0,1,1,1,0, 1,1,1,1,0, 0,0,1,0,1, 1,1,0,0,1,1,
+/* S */ 1,1,1,1,1, 0,1,1,1,0, 1,1,1,1,1, 0,0,1,0,1, 1,1,0,0,1,1,
 /* T */ 0,0,1,1,0, 1,1,1,0,1, 1,1,1,1,1, 1,0,1,0,1, 0,1,1,0,0,1,
 /* U */ 1,0,0,0,0, 0,1,0,0,0, 1,0,0,0,0, 0,0,0,1,0, 0,0,0,0,1,1,
 /* V */ 1,0,1,0,1, 0,1,0,1,0, 0,0,0,1,0, 0,0,0,0,0, 1,0,0,0,0,0,
 /* W */ 0,0,0,0,0, 1,0,0,0,0, 0,0,0,0,0, 0,0,0,1,0, 0,0,0,0,0,0,
 /* X */ 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0,0,
-/* Y */ 0,0,0,0,1, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,1, 1,0,0,0,0,0,
+/* Y */ 0,0,0,0,1, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,1, 0,0,0,0,0,0,
 /* Z */ 1,0,0,0,0, 0,0,0,0,0, 0,0,1,0,0, 0,0,0,0,0, 0,0,1,0,0,0
 /*      A B C D E  F G H I J  K L M N O  P Q R S T  U V W X Y Z */
 };
@@ -278,18 +279,19 @@ static const char *gnksa_domain_list[] =
 	"org",	/* Organizations */
 	"pro",	/* Accountants, lawyers, and physicians */
 	"tel",	/* Internet communication */
+	"xxx",	/* For adult entertainment */
 	"aero",	/* Air-transport industry */
 	"arpa",	/* Address and Routing Parameter Area */
+	"asia",	/* Asia and the Pacific */
 	"coop",	/* Non-profit cooperatives */
 	"info",	/* Unrestricted use */
 	"jobs",	/* Human resource managers */
 	"mobi",	/* Mobile products and services */
 	"name",	/* For registration by individuals */
-	"asia",	/* Asia and the Pacific */
 	"museum",	/* Museums */
 	"travel",	/* Travel industry */
 	/*
-	 * more gTLDs to come >=2007, proposed are:
+	 * more gTLDs to come, proposed are:
 	 *  .kids     .mail     .post
 	 *  (.berlin) (.sco)    (.bzh)    (.cym)    (.gal)
 	 */
@@ -311,16 +313,31 @@ static const char *gnksa_domain_list[] =
 	"bofh",	/* There Is No Cabal */
 #	endif /* TINC_DNS */
 	/* active IDN ccTLDs */
+	"xn--lgbbat1ad8j",	/* Algeria */
 	"xn--fiqs8s",		/* China, Simplified Chinese */
 	"xn--fiqz9s",		/* China, Traditional Chinese */
 	"xn--wgbh1c",		/* Egypt */
 	"xn--j6w193g",		/* Hong Kong, Han */
+	"xn--45brj9c",		/* India, Bengali */
+	"xn--gecrj9c",		/* India, Gujarati */
+	"xn--h2brj9c",		/* India, Hindi */
+	"xn--s9brj9c",		/* India, Punjabi */
+	"xn--xkc2dl3a5ee0h",	/* India, Tamil */
+	"xn--fpcrj9c3d",	/* India, Telugu */
+	"xn--mgbbh1a71e",	/* India, Urdu */
 	"xn--mgbayh7gpa",	/* Jordan */
+	"xn--3e0b707e",		/* Korea, Republic of */
+	"xn--mgbc0a9azcg",	/* Morocco */
 	"xn--ygbi2ammx",	/* Palestinian Territory */
+	"xn--wgbl6a",		/* Qatar */
 	"xn--p1ai",			/* Russian Federation */
 	"xn--mgberp4a5d4ar",	/* Saudi Arabia */
+	"xn--90a3ac",		/* Serbia */
+	"xn--yfro4i67o",	/* Singapore, Chinese */
+	"xn--clchc0ea0b2g2a9gcd",	/* Singapore, Tamil */
 	"xn--fzc2c9e2c",	/* Sri Lanka, Sinhala */
 	"xn--xkc2al3hye2a",	/* Sri Lanka, Tamil */
+	"xn--ogbpf8fl",		/* Syrian Arab Republic */
 	"xn--kpry57d",		/* Taiwan, Simplified Chinese */
 	"xn--kprw13d",		/* Taiwan, Traditional Chinese */
 	"xn--o3cw4h",		/* Thailand */
@@ -328,14 +345,22 @@ static const char *gnksa_domain_list[] =
 	"xn--mgbaam7a8h",	/* United Arab Emirates */
 #	if 0
 	/* purposed IDN ccTLDs */
-	"xn--wgbl6a",		/* Qatar */
-	"xn--mgbtf8fl",		/* Syria */
+	"xn--54b7fta0cc",	/* Bangladesh */
+	"xn--node",			/* Georgia */
+	"xn--mgba3a4f16a",	/* Iran */
+	"xn--mgb9awbf",		/* Oman */
+	"xn--mgbai9azgqp6j",	/* Pakistan */
+	"xn--j1amh",		/* Ukraine */
+	"xn--mgb2ddes",		/* Yemen */
 #	endif /* 0 */
 #	if 0
 	/* Desired Variant String(s) */
+	"xn--mgba3a4fra",	/* Iran */
+	"xn--mgbai9a5eva00b",	/* Pakistan */
 	"xn--mgberp4a5d4a87g",	/* Saudi Arabia */
 	"xn--mgbqly7c0a67fbc",	/* Saudi Arabia */
 	"xn--mgbqly7cvafr",	/* Saudi Arabia */
+	"xn--mgbtf8fl",		/* Syria */
 	"xn--nnx388a",		/* Taiwan */
 #	endif /* 0 */
 	/* sentinel */
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/proto.h tin-2.0.0/include/proto.h
--- tin-1.9.6/include/proto.h	2010-11-21 20:40:23.000000000 +0100
+++ tin-2.0.0/include/proto.h	2011-04-17 17:32:35.295777312 +0200
@@ -3,10 +3,10 @@
  *  Module    : proto.h
  *  Author    : Urs Janssen <urs@tin.org>
  *  Created   :
- *  Updated   : 2010-10-31
+ *  Updated   : 2011-04-17
  *  Notes     :
  *
- * Copyright (c) 1997-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 1997-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -87,12 +87,12 @@ extern void write_attributes_file(const 
 #endif /* NNTP_ABLE */
 
 /* charset.c */
-extern char *convert_to_printable(char *buf);
+extern char *convert_to_printable(char *buf, t_bool keep_tab);
 extern t_bool is_art_tex_encoded(FILE *fp);
 extern void convert_iso2asc(char *iso, char **asc_buffer, size_t *max_line_len, int t);
 extern void convert_tex2iso(char *from, char *to);
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
-	extern wchar_t *wconvert_to_printable(wchar_t *wbuf);
+	extern wchar_t *wconvert_to_printable(wchar_t *wbuf, t_bool keep_tab);
 #endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 
 /* color.c */
@@ -121,7 +121,7 @@ extern void write_config_file(char *file
 
 /* cook.c */
 extern const char *get_filename(t_param *ptr);
-extern t_bool cook_article(t_bool wrap_lines, t_openartinfo *artinfo, int hide_uue);
+extern t_bool cook_article(t_bool wrap_lines, t_openartinfo *artinfo, int hide_uue, t_bool show_all_headers);
 extern t_bool expand_ctrl_chars(char **line, size_t *length, size_t lcook_width);
 
 /* curses.c */
@@ -248,7 +248,7 @@ extern void get_user_info(char *user_nam
 extern void init_selfinfo(void);
 extern void postinit_regexp(void);
 #ifdef HAVE_COLOR
-	extern void postinit_colors(void);
+	extern void postinit_colors(int last_color);
 #endif /* HAVE_COLOR */
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
 	extern t_bool utf8_pcre(void);
@@ -547,7 +547,7 @@ extern void rfc1521_encode(char *line, F
 /* rfc2046.c */
 extern FILE *open_art_fp(struct t_group *group, long art);
 extern const char *get_param(t_param *list, const char *name);
-extern char *parse_header(char *buf, const char *pat, t_bool decode, t_bool structured);
+extern char *parse_header(char *buf, const char *pat, t_bool decode, t_bool structured, t_bool keep_tab);
 extern int art_open(t_bool wrap_lines, struct t_article *art, struct t_group *group, t_openartinfo *artinfo, t_bool show_progress_meter, char *pmesg);
 extern int content_type(char *type);
 extern int parse_rfc822_headers(struct t_header *hdr, FILE *from, FILE *to);
@@ -680,9 +680,11 @@ extern void str_lwr(char *str);
 	extern wchar_t *abbr_wcsgroupname(const wchar_t *grpname, int len);
 	extern wchar_t *char2wchar_t(const char *str);
 	extern wchar_t *wcspart(const wchar_t *wstr, int columns, t_bool pad);
+	extern wchar_t *wexpand_tab(wchar_t *wstr, size_t tab_width);
 	extern wchar_t *wstrunc(const wchar_t *wmessage, int len);
 #else
 	extern char *abbr_groupname(const char *grpname, size_t len);
+	extern char *expand_tab(char *str, size_t tab_width);
 #endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 #if defined(HAVE_LIBICUUC) && defined(MULTIBYTE_ABLE) && defined(HAVE_UNICODE_UBIDI_H) && !defined(NO_LOCALE)
 	extern char *render_bidi(const char *str, t_bool *is_rtl);
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/rfc2046.h tin-2.0.0/include/rfc2046.h
--- tin-1.9.6/include/rfc2046.h	2010-09-26 23:25:51.000000000 +0200
+++ tin-2.0.0/include/rfc2046.h	2011-04-17 16:04:29.626947384 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-09-26
  *  Notes     : rfc2046 MIME article definitions
  *
- * Copyright (c) 2000-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 2000-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/stpwatch.h tin-2.0.0/include/stpwatch.h
--- tin-1.9.6/include/stpwatch.h	2009-12-01 15:19:13.000000000 +0100
+++ tin-2.0.0/include/stpwatch.h	2011-04-17 16:04:29.658952255 +0200
@@ -7,7 +7,7 @@
  *  Notes     : Simple stopwatch routines for timing code using timeb
  *	             or gettimeofday structs
  *
- * Copyright (c) 1993-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1993-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/tcurses.h tin-2.0.0/include/tcurses.h
--- tin-1.9.6/include/tcurses.h	2010-05-10 13:26:49.000000000 +0200
+++ tin-2.0.0/include/tcurses.h	2011-04-17 16:04:29.710960170 +0200
@@ -3,10 +3,10 @@
  *  Module    : tcurses.h
  *  Author    : Thomas Dickey
  *  Created   : 1997-03-02
- *  Updated   : 2010-05-10
+ *  Updated   : 2011-04-02
  *  Notes     : curses #include files, #defines & struct's
  *
- * Copyright (c) 1997-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -111,17 +111,18 @@ extern void my_fputs(const char *str, FI
 extern void my_fprintf(FILE *stream, const char *fmt, ...)
 #		if defined(__GNUC__) && !defined(printf)
 	__attribute__((format(printf,2,3)))
-#		endif /* __GNUC__ */
+#		endif /* __GNUC__ && !printf */
 	;
 extern void my_printf(const char *fmt, ...)
 #		if defined(__GNUC__) && !defined(printf)
 	__attribute__((format(printf,1,2)))
-#		endif /* __GNUC__ */
+#		endif /* __GNUC__ && !printf */
 	;
 extern void my_retouch(void);
 #		ifdef HAVE_COLOR
 	extern void refresh_color(void);
-#		endif /* refresh_color */
+	extern void reset_color(void);
+#		endif /* HAVE_COLOR */
 extern void write_line(int row, char *buffer);
 
 #	else	/* !USE_CURSES */
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/tin.h tin-2.0.0/include/tin.h
--- tin-1.9.6/include/tin.h	2010-11-21 20:40:23.000000000 +0100
+++ tin-2.0.0/include/tin.h	2011-08-07 01:33:09.388668319 +0200
@@ -3,10 +3,10 @@
  *  Module    : tin.h
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-01
+ *  Updated   : 2011-08-07
  *  Notes     : #include files, #defines & struct's
  *
- * Copyright (c) 1997-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1997-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -419,8 +419,10 @@ enum rc_state { RC_IGNORE, RC_CHECK, RC_
 #	endif /* !HAVE_MEMSET */
 #	ifndef HAVE_STRCHR
 #		define strchr(str, ch)	index(str, ch)
-#		define strrchr(str, ch)	rindex(str, ch)
 #	endif /* !HAVE_STRCHR */
+#	ifndef HAVE_STRRCHR
+#		define strrchr(str, ch)	rindex(str, ch)
+#	endif /* !HAVE_STRRCHR */
 #	if defined(__386BSD__) || defined(__bsdi__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
 #		define DEFAULT_PRINTER	"/usr/bin/lpr"
 #		define DEFAULT_SUM	"/usr/bin/cksum -o 1 <" /* use tailing <, otherwise get filename output too */
@@ -631,7 +633,7 @@ enum rc_state { RC_IGNORE, RC_CHECK, RC_
 #	if 0 /* this one is ok for IPv4 */
 #		define URL_REGEX	"\\b(?:https?|ftp|gopher)://(?:[^:@/\\s]*(?::[^:@/\\s]*)?@)?(?:(?:(?:[^\\W_](?:(?:-(?!-)|[^\\W_]){0,61}[^\\W_])?|xn--[^\\W_](?:-(?!-)|[^\\W_]){1,57}[^\\W_])\\.)+[a-z]{2,6}\\.?|localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))(?::\\d+)?(?:/[^)\\]\\>\"\\s]*|$|(?=[)\\]\\>\"\\s]))"
 #	else	/* this one should be IPv6 safe - test me! */
-#		define URL_REGEX	"\\b(?:https?|ftp|gopher)://(?:[^:@/\\s]*(?::[^:@/\\s]*)?@)?(?:(?:(?:[^\\W_](?:(?:-(?!-)|[^\\W_]){0,61}[^\\W_])?|xn--[^\\W_](?:-(?!-)|[^\\W_]){1,57}[^\\W_])\\.)+[a-z]{2,6}\\.?|localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)|\\[(?:(?:[0-9A-F]{0,4}:){1,7}[0-9A-F]{1,4}|(?:[0-9A-F]{0,4}:){1,3}(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))\\])(?::\\d+)?(?:/[^)\\]\\>\"\\s]*|$|(?=[)\\]\\>\"\\s]))"
+#		define URL_REGEX	"\\b(?:https?|ftp|gopher)://(?:[^:@/\\s]*(?::[^:@/\\s]*)?@)?(?:(?:(?:[^\\W_](?:(?:-|[^\\W_]){0,61}(?<!---)[^\\W_])?|xn--[^\\W_](?:-(?!-)|[^\\W_]){1,57}[^\\W_])\\.)+[a-z]{2,6}\\.?|localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)|\\[(?:(?:[0-9A-F]{0,4}:){1,7}[0-9A-F]{1,4}|(?:[0-9A-F]{0,4}:){1,3}(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))\\])(?::\\d+)?(?:/[^)\\]\\>\"\\s]*|$|(?=[)\\]\\>\"\\s]))"
 #	endif /* 0 */
 #endif /* 0 */
 /*
@@ -645,7 +647,7 @@ enum rc_state { RC_IGNORE, RC_CHECK, RC_
  * TODO: check against RFC 5538
  */
 #if 1 /* complex */
-#	define NEWS_REGEX "\\b(?:s?news|nntp):(?:(?:(?://(?:(?:[^\\W_](?:(?:-(?!-)|[^\\W_]){0,61}[^\\W_])?|xn--[^\\W_](?:-(?!-)|[^\\W_]){1,57}[^\\W_])\\.)+[a-z]{2,6}\\.?|localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))(?::\\d+)?(?(?=[/])[^()\\^\\[\\]{}\\|\\x00-\\x1f\\x7f\\s\"<>'\\\\:,;]+|$))|[^\\^\\[\\]{}\\|\\x00-\\x1f\\x7f\\s<>\"():,;\\\\'/]+)\\b"
+#	define NEWS_REGEX "\\b(?:s?news|nntp):(?:(?:(?://(?:(?:[^\\W_](?:(?:-|[^\\W_]){0,61}(?<!---)[^\\W_])?|xn--[^\\W_](?:-(?!-)|[^\\W_]){1,57}[^\\W_])\\.)+[a-z]{2,6}\\.?|localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))(?::\\d+)?(?(?=[/])[^()\\^\\[\\]{}\\|\\x00-\\x1f\\x7f\\s\"<>'\\\\:,;]+|$))|[^\\^\\[\\]{}\\|\\x00-\\x1f\\x7f\\s<>\"():,;\\\\'/]+)\\b"
 #else
 #	if 1 /* less complex */
 #		define NEWS_REGEX	"\\b(?:s?news|nntp):[^\\s\\*@>]+(?(?=[@])[^\\s\\*@<>()\",/]+|[^\\s\\*<>()\":,/]+)\\b"
@@ -657,7 +659,7 @@ enum rc_state { RC_IGNORE, RC_CHECK, RC_
 /*
  * case insensitive
  */
-#	define TELNET_REGEX	"\\btelnet://(?:[^:@/]*(?::[^:@/]*)?@)?(?:(?:[^\\W_](?:(?:-(?!-)|[^\\W_]){0,61}[^\\W_])?\\.)+[a-z]{2,6}\\.?||localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))(?::\\d+)?/?"
+#	define TELNET_REGEX	"\\btelnet://(?:[^:@/]*(?::[^:@/]*)?@)?(?:(?:[^\\W_](?:(?:-|[^\\W_]){0,61}(?<!---)[^\\W_])?\\.)+[a-z]{2,6}\\.?||localhost|(?:(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(?:2[0-4]\\d|25[0-5]|[01]?\\d\\d?))(?::\\d+)?/?"
 #endif /* 0 */
 
 
@@ -842,6 +844,39 @@ enum rc_state { RC_IGNORE, RC_CHECK, RC_
 #	define MARK_INRANGE	'#'	/* group/art within a range (# command) */
 #endif /* !MARK_INRANGE */
 
+
+/*
+ * Unicode chars for thread and attachment tree and cursor (instead of "|+`->")
+ * only available when IS_LOCAL_CHARSET("UTF-8")
+ */
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	/*
+	 * For CURSOR_ARROW and CURSOR_HORIZ tinrc.utf8_graphics ? :
+	 * is handled inside screen.c:draw_arrow_mark().
+	 */
+#	define CURSOR_ARROW		(wchar_t) 0x25B6
+#	define CURSOR_HORIZ		(wchar_t) 0x2500
+#	define TREE_ARROW		(wchar_t) (tinrc.utf8_graphics ? 0x25B6 : '>')
+#	define TREE_ARROW_WRAP	(wchar_t) (tinrc.utf8_graphics ? 0x25B7 : '>')
+#	define TREE_BLANK		(wchar_t) ' '
+#	define TREE_HORIZ		(wchar_t) (tinrc.utf8_graphics ? 0x2500 : '-')
+#	define TREE_UP_RIGHT	(wchar_t) (tinrc.utf8_graphics ? 0x2514 : '`')
+#	define TREE_VERT		(wchar_t) (tinrc.utf8_graphics ? 0x2502 : '|')
+#	define TREE_VERT_RIGHT	(wchar_t) (tinrc.utf8_graphics ? 0x251C : '+')
+#else
+	/*
+	 * No need for CURSOR_ARROW and CURSOR_HORIZ here. This is handled inside
+	 * screen.c:draw_arrow_mark().
+	 */
+#	define TREE_ARROW		'>'
+#	define TREE_ARROW_WRAP	'>'
+#	define TREE_BLANK		' '
+#	define TREE_HORIZ		'-'
+#	define TREE_UP_RIGHT	'`'
+#	define TREE_VERT		'|'
+#	define TREE_VERT_RIGHT	'+'
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+
 /*
  * position of the unread/will_return/hot-mark
  * (used in group.c/thread.c)
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/tinrc.h tin-2.0.0/include/tinrc.h
--- tin-1.9.6/include/tinrc.h	2010-04-11 19:16:24.000000000 +0200
+++ tin-2.0.0/include/tinrc.h	2011-04-17 16:04:29.946996089 +0200
@@ -3,10 +3,10 @@
  *  Module    : tinrc.h
  *  Author    : Jason Faultless <jason@altarstone.com>
  *  Created   : 1999-04-13
- *  Updated   : 2010-04-11
+ *  Updated   : 2011-01-29
  *  Notes     :
  *
- * Copyright (c) 1999-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1999-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -234,6 +234,9 @@ struct t_config {
 	t_bool tex2iso_conv;			/* convert "a to Umlaut-a */
 	t_bool thread_catchup_on_exit;		/* catchup thread with left arrow key or not */
 	t_bool unlink_article;
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+		t_bool utf8_graphics;				/* use utf-8 characters for line drawing */
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 	t_bool verbatim_handling;			/* Detection of verbatim blocks */
 	char inews_prog[PATH_LEN];
 	int interactive_mailer;			/* invoke user's mailreader */
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/tnntp.h tin-2.0.0/include/tnntp.h
--- tin-1.9.6/include/tnntp.h	2009-12-01 15:19:14.000000000 +0100
+++ tin-2.0.0/include/tnntp.h	2011-04-17 16:04:29.754966866 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2006-02-15
  *  Notes     : #include files, #defines & struct's
  *
- * Copyright (c) 1997-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/trace.h tin-2.0.0/include/trace.h
--- tin-1.9.6/include/trace.h	2009-12-01 15:19:14.000000000 +0100
+++ tin-2.0.0/include/trace.h	2011-04-17 16:04:29.802974172 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2002-11-10
  *  Notes     : Interface of trace.c
  *
- * Copyright (c) 1997-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/include/version.h tin-2.0.0/include/version.h
--- tin-1.9.6/include/version.h	2010-11-26 16:07:59.000000000 +0100
+++ tin-2.0.0/include/version.h	2011-08-23 00:03:55.109313632 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2008-11-08
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -40,15 +40,15 @@
 
 #	define PRODUCT		"tin"
 #	ifndef TIN_AUTOCONF_H
-#		define VERSION		"1.9.6"
+#		define VERSION		"2.0.0"
 #	endif /* !TIN_AUTOCONF_H */
-#	define RELEASEDATE	"20101126"
-#	define RELEASENAME	"Burnside"
+#	define RELEASEDATE	"20110823"
+#	define RELEASENAME	"Ardenistiel"
 /* config-file versions - must by dotted triples */
 #	define TINRC_VERSION	"1.3.11"
 #	define ATTRIBUTES_VERSION	"1.0.7"
 #	define FILTER_VERSION	"1.0.0"
-#	define KEYMAP_VERSION	"1.0.8"
+#	define KEYMAP_VERSION	"1.0.9"
 #	define SERVERCONFIG_VERSION	"1.0.0"
 
 #	ifdef M_UNIX
diff -Nurp --exclude='.bzr*' tin-1.9.6/install-sh tin-2.0.0/install-sh
--- tin-1.9.6/install-sh	1970-01-01 01:00:00.000000000 +0100
+++ tin-2.0.0/install-sh	2011-04-17 16:06:16.819260031 +0200
@@ -0,0 +1,294 @@
+#! /bin/sh
+#
+# install - install a program, script, or datafile
+#
+# This originates from X11R5 (mit/util/scripts/install.sh), which was
+# later released in X11R6 (xc/config/util/install.sh) with the
+# following copyright and license.
+#
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+# FSF changes to this file are in the public domain.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# `make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.  It can only install one file at a time, a restriction
+# shared with many OS's install programs.
+
+
+# set DOITPROG to echo to test this script
+
+# Don't use :- since 4.3BSD and earlier shells don't like it.
+doit="${DOITPROG-}"
+
+
+# put in absolute paths if you don't have them in your path; or use env. vars.
+
+mvprog="${MVPROG-mv}"
+cpprog="${CPPROG-cp}"
+chmodprog="${CHMODPROG-chmod}"
+chownprog="${CHOWNPROG-chown}"
+chgrpprog="${CHGRPPROG-chgrp}"
+stripprog="${STRIPPROG-strip}"
+rmprog="${RMPROG-rm}"
+mkdirprog="${MKDIRPROG-mkdir}"
+
+transformbasename=""
+transform_arg=""
+instcmd="$mvprog"
+chmodcmd="$chmodprog 0755"
+chowncmd=""
+chgrpcmd=""
+stripcmd=""
+rmcmd="$rmprog -f"
+mvcmd="$mvprog"
+src=""
+dst=""
+dir_arg=""
+
+while [ x"$1" != x ]; do
+    case $1 in
+	-c) instcmd=$cpprog
+	    shift
+	    continue;;
+
+	-d) dir_arg=true
+	    shift
+	    continue;;
+
+	-m) chmodcmd="$chmodprog $2"
+	    shift
+	    shift
+	    continue;;
+
+	-o) chowncmd="$chownprog $2"
+	    shift
+	    shift
+	    continue;;
+
+	-g) chgrpcmd="$chgrpprog $2"
+	    shift
+	    shift
+	    continue;;
+
+	-s) stripcmd=$stripprog
+	    shift
+	    continue;;
+
+	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
+	    shift
+	    continue;;
+
+	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
+	    shift
+	    continue;;
+
+	*)  if [ x"$src" = x ]
+	    then
+		src=$1
+	    else
+		# this colon is to work around a 386BSD /bin/sh bug
+		:
+		dst=$1
+	    fi
+	    shift
+	    continue;;
+    esac
+done
+
+if [ x"$src" = x ]
+then
+	echo "$0: no input file specified" >&2
+	exit 1
+else
+	:
+fi
+
+if [ x"$dir_arg" != x ]; then
+	dst=$src
+	src=""
+
+	if [ -d "$dst" ]; then
+		instcmd=:
+		chmodcmd=""
+	else
+		instcmd=$mkdirprog
+	fi
+else
+
+# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
+# might cause directories to be created, which would be especially bad
+# if $src (and thus $dsttmp) contains '*'.
+
+	if [ -f "$src" ] || [ -d "$src" ]
+	then
+		:
+	else
+		echo "$0: $src does not exist" >&2
+		exit 1
+	fi
+
+	if [ x"$dst" = x ]
+	then
+		echo "$0: no destination specified" >&2
+		exit 1
+	else
+		:
+	fi
+
+# If destination is a directory, append the input filename; if your system
+# does not like double slashes in filenames, you may need to add some logic
+
+	if [ -d "$dst" ]
+	then
+		dst=$dst/`basename "$src"`
+	else
+		:
+	fi
+fi
+
+## this sed command emulates the dirname command
+dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
+
+# Make sure that the destination directory exists.
+#  this part is taken from Noah Friedman's mkinstalldirs script
+
+# Skip lots of stat calls in the usual case.
+if [ ! -d "$dstdir" ]; then
+defaultIFS='
+	'
+IFS="${IFS-$defaultIFS}"
+
+oIFS=$IFS
+# Some sh's can't handle IFS=/ for some reason.
+IFS='%'
+set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
+IFS=$oIFS
+
+pathcomp=''
+
+while [ $# -ne 0 ] ; do
+	pathcomp=$pathcomp$1
+	shift
+
+	if [ ! -d "$pathcomp" ] ;
+        then
+		$mkdirprog "$pathcomp"
+	else
+		:
+	fi
+
+	pathcomp=$pathcomp/
+done
+fi
+
+if [ x"$dir_arg" != x ]
+then
+	$doit $instcmd "$dst" &&
+
+	if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
+	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
+	if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
+	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
+else
+
+# If we're going to rename the final executable, determine the name now.
+
+	if [ x"$transformarg" = x ]
+	then
+		dstfile=`basename "$dst"`
+	else
+		dstfile=`basename "$dst" $transformbasename |
+			sed $transformarg`$transformbasename
+	fi
+
+# don't allow the sed command to completely eliminate the filename
+
+	if [ x"$dstfile" = x ]
+	then
+		dstfile=`basename "$dst"`
+	else
+		:
+	fi
+
+# Make a couple of temp file names in the proper directory.
+
+	dsttmp=$dstdir/#inst.$$#
+	rmtmp=$dstdir/#rm.$$#
+
+# Trap to clean up temp files at exit.
+
+	trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
+	trap '(exit $?); exit' 1 2 13 15
+
+# Move or copy the file name to the temp name
+
+	$doit $instcmd "$src" "$dsttmp" &&
+
+# and set any options; do chmod last to preserve setuid bits
+
+# If any of these fail, we abort the whole thing.  If we want to
+# ignore errors from any of these, just make sure not to ignore
+# errors from the above "$doit $instcmd $src $dsttmp" command.
+
+	if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
+	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
+	if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
+	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi &&
+
+# Now remove or move aside any old file at destination location.  We try this
+# two ways since rm can't unlink itself on some systems and the destination
+# file might be busy for other reasons.  In this case, the final cleanup
+# might fail but the new file should still install successfully.
+
+{
+	if [ -f "$dstdir/$dstfile" ]
+	then
+		$doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
+		$doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
+		{
+		  echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
+		  (exit 1); exit
+		}
+	else
+		:
+	fi
+} &&
+
+# Now rename the file to the real destination.
+
+	$doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
+
+fi &&
+
+# The final little trick to "correctly" pass the exit status to the exit trap.
+
+{
+	(exit 0); exit
+}
diff -Nurp --exclude='.bzr*' tin-1.9.6/install.sh tin-2.0.0/install.sh
--- tin-1.9.6/install.sh	2009-08-14 22:03:37.000000000 +0200
+++ tin-2.0.0/install.sh	1970-01-01 01:00:00.000000000 +0100
@@ -1,294 +0,0 @@
-#! /bin/sh
-#
-# install - install a program, script, or datafile
-#
-# This originates from X11R5 (mit/util/scripts/install.sh), which was
-# later released in X11R6 (xc/config/util/install.sh) with the
-# following copyright and license.
-#
-# Copyright (C) 1994 X Consortium
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to
-# deal in the Software without restriction, including without limitation the
-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-# sell copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
-# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
-# Except as contained in this notice, the name of the X Consortium shall not
-# be used in advertising or otherwise to promote the sale, use or other deal-
-# ings in this Software without prior written authorization from the X Consor-
-# tium.
-#
-#
-# FSF changes to this file are in the public domain.
-#
-# Calling this script install-sh is preferred over install.sh, to prevent
-# `make' implicit rules from creating a file called install from it
-# when there is no Makefile.
-#
-# This script is compatible with the BSD install script, but was written
-# from scratch.  It can only install one file at a time, a restriction
-# shared with many OS's install programs.
-
-
-# set DOITPROG to echo to test this script
-
-# Don't use :- since 4.3BSD and earlier shells don't like it.
-doit="${DOITPROG-}"
-
-
-# put in absolute paths if you don't have them in your path; or use env. vars.
-
-mvprog="${MVPROG-mv}"
-cpprog="${CPPROG-cp}"
-chmodprog="${CHMODPROG-chmod}"
-chownprog="${CHOWNPROG-chown}"
-chgrpprog="${CHGRPPROG-chgrp}"
-stripprog="${STRIPPROG-strip}"
-rmprog="${RMPROG-rm}"
-mkdirprog="${MKDIRPROG-mkdir}"
-
-transformbasename=""
-transform_arg=""
-instcmd="$mvprog"
-chmodcmd="$chmodprog 0755"
-chowncmd=""
-chgrpcmd=""
-stripcmd=""
-rmcmd="$rmprog -f"
-mvcmd="$mvprog"
-src=""
-dst=""
-dir_arg=""
-
-while [ x"$1" != x ]; do
-    case $1 in
-	-c) instcmd=$cpprog
-	    shift
-	    continue;;
-
-	-d) dir_arg=true
-	    shift
-	    continue;;
-
-	-m) chmodcmd="$chmodprog $2"
-	    shift
-	    shift
-	    continue;;
-
-	-o) chowncmd="$chownprog $2"
-	    shift
-	    shift
-	    continue;;
-
-	-g) chgrpcmd="$chgrpprog $2"
-	    shift
-	    shift
-	    continue;;
-
-	-s) stripcmd=$stripprog
-	    shift
-	    continue;;
-
-	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
-	    shift
-	    continue;;
-
-	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
-	    shift
-	    continue;;
-
-	*)  if [ x"$src" = x ]
-	    then
-		src=$1
-	    else
-		# this colon is to work around a 386BSD /bin/sh bug
-		:
-		dst=$1
-	    fi
-	    shift
-	    continue;;
-    esac
-done
-
-if [ x"$src" = x ]
-then
-	echo "$0: no input file specified" >&2
-	exit 1
-else
-	:
-fi
-
-if [ x"$dir_arg" != x ]; then
-	dst=$src
-	src=""
-
-	if [ -d "$dst" ]; then
-		instcmd=:
-		chmodcmd=""
-	else
-		instcmd=$mkdirprog
-	fi
-else
-
-# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
-# might cause directories to be created, which would be especially bad
-# if $src (and thus $dsttmp) contains '*'.
-
-	if [ -f "$src" ] || [ -d "$src" ]
-	then
-		:
-	else
-		echo "$0: $src does not exist" >&2
-		exit 1
-	fi
-
-	if [ x"$dst" = x ]
-	then
-		echo "$0: no destination specified" >&2
-		exit 1
-	else
-		:
-	fi
-
-# If destination is a directory, append the input filename; if your system
-# does not like double slashes in filenames, you may need to add some logic
-
-	if [ -d "$dst" ]
-	then
-		dst=$dst/`basename "$src"`
-	else
-		:
-	fi
-fi
-
-## this sed command emulates the dirname command
-dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
-
-# Make sure that the destination directory exists.
-#  this part is taken from Noah Friedman's mkinstalldirs script
-
-# Skip lots of stat calls in the usual case.
-if [ ! -d "$dstdir" ]; then
-defaultIFS='
-	'
-IFS="${IFS-$defaultIFS}"
-
-oIFS=$IFS
-# Some sh's can't handle IFS=/ for some reason.
-IFS='%'
-set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
-IFS=$oIFS
-
-pathcomp=''
-
-while [ $# -ne 0 ] ; do
-	pathcomp=$pathcomp$1
-	shift
-
-	if [ ! -d "$pathcomp" ] ;
-        then
-		$mkdirprog "$pathcomp"
-	else
-		:
-	fi
-
-	pathcomp=$pathcomp/
-done
-fi
-
-if [ x"$dir_arg" != x ]
-then
-	$doit $instcmd "$dst" &&
-
-	if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
-	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
-	if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
-	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
-else
-
-# If we're going to rename the final executable, determine the name now.
-
-	if [ x"$transformarg" = x ]
-	then
-		dstfile=`basename "$dst"`
-	else
-		dstfile=`basename "$dst" $transformbasename |
-			sed $transformarg`$transformbasename
-	fi
-
-# don't allow the sed command to completely eliminate the filename
-
-	if [ x"$dstfile" = x ]
-	then
-		dstfile=`basename "$dst"`
-	else
-		:
-	fi
-
-# Make a couple of temp file names in the proper directory.
-
-	dsttmp=$dstdir/#inst.$$#
-	rmtmp=$dstdir/#rm.$$#
-
-# Trap to clean up temp files at exit.
-
-	trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
-	trap '(exit $?); exit' 1 2 13 15
-
-# Move or copy the file name to the temp name
-
-	$doit $instcmd "$src" "$dsttmp" &&
-
-# and set any options; do chmod last to preserve setuid bits
-
-# If any of these fail, we abort the whole thing.  If we want to
-# ignore errors from any of these, just make sure not to ignore
-# errors from the above "$doit $instcmd $src $dsttmp" command.
-
-	if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
-	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
-	if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
-	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi &&
-
-# Now remove or move aside any old file at destination location.  We try this
-# two ways since rm can't unlink itself on some systems and the destination
-# file might be busy for other reasons.  In this case, the final cleanup
-# might fail but the new file should still install successfully.
-
-{
-	if [ -f "$dstdir/$dstfile" ]
-	then
-		$doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
-		$doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
-		{
-		  echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
-		  (exit 1); exit
-		}
-	else
-		:
-	fi
-} &&
-
-# Now rename the file to the real destination.
-
-	$doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
-
-fi &&
-
-# The final little trick to "correctly" pass the exit status to the exit trap.
-
-{
-	(exit 0); exit
-}
diff -Nurp --exclude='.bzr*' tin-1.9.6/intl/Makefile.in tin-2.0.0/intl/Makefile.in
--- tin-1.9.6/intl/Makefile.in	2009-08-14 22:03:53.000000000 +0200
+++ tin-2.0.0/intl/Makefile.in	2011-06-08 01:01:09.942630235 +0200
@@ -39,8 +39,7 @@ subdir = intl
 
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = mkdir -p
 
 l = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
@@ -49,7 +48,7 @@ CC = @CC@
 LIBTOOL = @LIBTOOL@
 RANLIB = @RANLIB@
 YACC = @INTLBISON@ -y -d
-YFLAGS = --name-prefix=__gettext
+YFLAGS = -p __gettext
 
 x = @EXEEXT@
 o = .@OBJEXT@
@@ -98,7 +97,7 @@ LTV_AGE=0
 	$(LIBTOOL) --mode=compile $(COMPILE) $<
 
 .y.c:
-	$(YACC) $(YFLAGS) --output $@ $<
+	$(YACC) $(YFLAGS) -o $@ $<
 	rm -f $*.h
 
 .sin.sed:
diff -Nurp --exclude='.bzr*' tin-1.9.6/intl/plural.y tin-2.0.0/intl/plural.y
--- tin-1.9.6/intl/plural.y	2009-08-14 22:03:53.000000000 +0200
+++ tin-2.0.0/intl/plural.y	2011-06-08 01:01:52.985266543 +0200
@@ -48,7 +48,7 @@
 #define YYPARSE_PARAM	arg
 %}
 %pure_parser
-%expect 10
+%expect 7
 
 %union {
   unsigned long int num;
diff -Nurp --exclude='.bzr*' tin-1.9.6/libcanlock/Makefile.in tin-2.0.0/libcanlock/Makefile.in
--- tin-1.9.6/libcanlock/Makefile.in	2010-01-01 11:25:13.000000000 +0100
+++ tin-2.0.0/libcanlock/Makefile.in	2011-04-17 16:04:41.508755543 +0200
@@ -1,5 +1,5 @@
 CFLAGS	= @CFLAGS@
-CPPFLAGS = @CPPFLAGS@ -Iinclude
+CPPFLAGS = @DEFS@ -Iinclude -I../include @CPPFLAGS@
 LDFLAGS	= @LDFLAGS@ -L. -lcanlock
 CC	= @CC@
 PRELIB	= @LIB_PREFIX@
diff -Nurp --exclude='.bzr*' tin-1.9.6/libcanlock/include/sha1.h tin-2.0.0/libcanlock/include/sha1.h
--- tin-1.9.6/libcanlock/include/sha1.h	2009-08-14 22:03:51.000000000 +0200
+++ tin-2.0.0/libcanlock/include/sha1.h	2011-04-17 16:04:42.260869999 +0200
@@ -1,6 +1,10 @@
 #ifndef _SHA1_H_
 #define _SHA1_H_
 
+#ifdef HAVE_CONFIG_H
+#	include "autoconf.h"
+#endif /* HAVE_CONFIG_H */
+
 /* The SHA block size and message digest sizes, in bytes */
 
 #define SHA_DATASIZE    64
@@ -9,7 +13,13 @@
 #define SHA_DIGESTLEN    5
 /* The structure for storing SHA info */
 
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+#	include <stdint.h>
+#else
+#	ifdef HAVE_INTTYPES_H
+#		include <inttypes.h>
+#	endif /* HAVE_INTTYPES_H */
+#endif /* HAVE_STDINT_H */
 
 typedef struct sha_ctx {
   uint32_t digest[SHA_DIGESTLEN];  /* Message digest */
diff -Nurp --exclude='.bzr*' tin-1.9.6/libcanlock/src/base64.c tin-2.0.0/libcanlock/src/base64.c
--- tin-1.9.6/libcanlock/src/base64.c	2009-08-14 22:03:51.000000000 +0200
+++ tin-2.0.0/libcanlock/src/base64.c	2011-04-17 16:04:41.568764676 +0200
@@ -32,8 +32,8 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
-RCSID("$Id: base64.c,v 1.5 2001/05/28 17:33:41 joda Exp $")
+/* #include <config.h> */
+/* RCSID("$Id: base64.c,v 1.5 2001/05/28 17:33:41 joda Exp $") */
 #endif
 #include <stdlib.h>
 #include <string.h>
diff -Nurp --exclude='.bzr*' tin-1.9.6/mkdirs.sh tin-2.0.0/mkdirs.sh
--- tin-1.9.6/mkdirs.sh	2009-08-14 22:03:54.000000000 +0200
+++ tin-2.0.0/mkdirs.sh	1970-01-01 01:00:00.000000000 +0100
@@ -1,51 +0,0 @@
-#! /bin/sh
-# $Id: mkdirs.sh,v 1.5 2007/03/25 22:29:46 tom Exp $
-# -----------------------------------------------------------------------------
-# mkinstalldirs --- make directory hierarchy
-# Author: Noah Friedman <friedman@prep.ai.mit.edu>
-# Created: 1993-05-16
-# Last modified: 1994-03-25
-# Public domain
-# -----------------------------------------------------------------------------
-
-errstatus=0
-umask 022
-
-for file in ${1+"$@"} ; do
-   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
-   shift
-
-   pathcomp=
-   for d in ${1+"$@"} ; do
-     pathcomp="$pathcomp$d"
-     case "$pathcomp" in
-       -* ) pathcomp=./$pathcomp ;;
-     esac
-
-     if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
-        case "$pathcomp" in
-          [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]: )
-            ;;               # DOSISH systems
-          * )
-            mkdir "$pathcomp"
-            errstatus=$?
-            if test $errstatus != 0
-            then
-               # may have failed if invoked in a parallel "make -j# install"
-               if test -d "$pathcomp"
-               then
-                  errstatus=0
-               fi
-            fi
-            ;;
-        esac
-     fi
-
-     pathcomp="$pathcomp/"
-   done
-done
-
-exit $errstatus
-
-# mkinstalldirs ends here
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/Makefile.inn tin-2.0.0/po/Makefile.inn
--- tin-1.9.6/po/Makefile.inn	2009-08-14 22:03:53.000000000 +0200
+++ tin-2.0.0/po/Makefile.inn	2011-04-17 16:06:16.839263075 +0200
@@ -8,6 +8,7 @@
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
+NLS_TEXTDOMAIN = @NLS_TEXTDOMAIN@
 
 # These two variables depend on the location of this directory.
 subdir = po
@@ -22,38 +23,45 @@ srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-datadir = @datadir@
-localedir = $(datadir)/locale
-gettextsrcdir = $(datadir)/gettext/po
-
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-
-CC = @CC@
-GMSGFMT = @GMSGFMT@
-MSGFMT = @MSGFMT@
-XGETTEXT = @XGETTEXT@
-MSGMERGE = msgmerge
-
-DEFS = @DEFS@
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
+prefix		= @prefix@
+exec_prefix	= @exec_prefix@
+datadir		= @datadir@
+localedir	= $(datadir)/locale
+gettextsrcdir	= $(datadir)/gettext/po
+
+DATADIR		= $(DESTDIR)$(datadir)
+LOCALEDIR	= $(DESTDIR)$(localedir)
+GETTEXTSRCDIR	= $(DESTDIR)$(gettextsrcdir)
+
+INSTALL		= @INSTALL@
+INSTALL_DATA	= @INSTALL_DATA@
+
+CC		= @CC@
+GMSGFMT		= @GMSGFMT@
+MSGFMT		= @MSGFMT@
+XGETTEXT	= @XGETTEXT@
+MSGMERGE	= msgmerge
+
+DEFS		= @DEFS@
+CFLAGS		= @CFLAGS@
+CPPFLAGS	= @CPPFLAGS@
 
 INCLUDES = -I.. -I$(top_srcdir)/intl
 
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
 
-POFILES = @POFILES@
-GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.inn POTFILES.in $(PACKAGE).pot \
+POFILES		= @POFILES@
+GMOFILES	= @GMOFILES@
+DISTFILES	= ChangeLog Makefile.inn POTFILES.in $(PACKAGE).pot \
 $(POFILES) $(GMOFILES)
 
 POTFILES = \
 
-CATALOGS = @CATALOGS@
+CATALOGS	= @CATALOGS@
+CATOBJEXT	= @CATOBJEXT@
+INSTOBJEXT	= @INSTOBJEXT@
+
+INSTOBJ	= $(NLS_TEXTDOMAIN)$(INSTOBJEXT)
 
 .SUFFIXES:
 .SUFFIXES: .c .o .po .pox .gmo .mo
@@ -83,7 +91,7 @@ all-no:
 # have been downloaded.
 
 $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
-	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
+	$(XGETTEXT) --default-domain=$(NLS_TEXTDOMAIN) --directory=$(top_srcdir) \
 	  --add-comments --keyword=_ --keyword=N_ \
 	  --files-from=$(srcdir)/POTFILES.in \
 	&& test ! -f $(PACKAGE).po \
@@ -95,28 +103,28 @@ install: install-exec install-data
 install-exec:
 install-data: install-data-@USE_NLS@
 	if test "$(PACKAGE)" = "gettext"; then \
-	  $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
+	  mkdir -p $(GETTEXTSRCDIR); \
 	  $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
-			  $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
+			  $(GETTEXTSRCDIR)/Makefile.in.in; \
 	else \
 	  : ; \
 	fi
 install-data-no: all
 install-data-yes: all
-	$(MKINSTALLDIRS) $(DESTDIR)$(datadir)
+	mkdir -p $(DATADIR)
 	@catalogs='$(CATALOGS)'; \
 	for cat in $$catalogs; do \
 	  cat=`basename $$cat`; \
-	  lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
-	  $(MKINSTALLDIRS) $(DESTDIR)$$dir; \
+	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+	  dir=$(LOCALEDIR)/$$lang/LC_MESSAGES; \
+	  mkdir -p $$dir; \
 	  if test -r $$cat; then \
-	    $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
-	    echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \
+	    $(INSTALL_DATA) $$cat $$dir/$(INSTOBJ); \
+	    echo "installing $$cat as $$dir/$(INSTOBJ)"; \
 	  else \
-	    $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
+	    $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(INSTOBJ); \
 	    echo "installing $(srcdir)/$$cat as" \
-		 "$(DESTDIR)$$dir/$(PACKAGE).mo"; \
+		 "$$dir/$(INSTOBJ)"; \
 	  fi; \
 	done
 
@@ -127,11 +135,11 @@ uninstall:
 	catalogs='$(CATALOGS)'; \
 	for cat in $$catalogs; do \
 	  cat=`basename $$cat`; \
-	  lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
+	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+	  rm -f $(LOCALEDIR)/$$lang/LC_MESSAGES/$(INSTOBJ); \
 	done
 	if test "$(PACKAGE)" = "gettext"; then \
-	  rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
+	  rm -f $(GETTEXTSRCDIR)/Makefile.in.in; \
 	else \
 	  : ; \
 	fi
@@ -173,7 +181,7 @@ update-po: Makefile
 	catalogs='$(GMOFILES)'; \
 	for cat in $$catalogs; do \
 	  cat=`basename $$cat`; \
-	  lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
 	  echo "$$lang:"; \
 	  if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \
 	    mv -f $$lang.new.po $$lang.po; \
Binary files tin-1.9.6/po/da.gmo and tin-2.0.0/po/da.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/da.po tin-2.0.0/po/da.po
--- tin-1.9.6/po/da.po	2010-11-26 15:42:44.000000000 +0100
+++ tin-2.0.0/po/da.po	2011-08-22 18:32:40.679159973 +0200
@@ -32,7 +32,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: tin 1.9.5\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2010-07-18 19:14+0100\n"
         "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
         "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -42,463 +42,463 @@ msgstr  "Project-Id-Version: tin 1.9.5\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  "attribut uden virkefelt: %s"
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 msgid   "Processing attributes... "
 msgstr  "Behandler attributter... "
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  "# Rediger ikke denne kommentarblok\n"
         "#\n"
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  "#  scope=STRENG (f.eks. alt.*,!alt.bin*) [krÃ¦vet]\n"
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  "#  add_posted_to_filter=ON/OFF\n"
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  "#  advertising=ON/OFF\n"
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  "#  alternative_handling=ON/OFF\n"
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  "#  ask_for_metamail=ON/OFF\n"
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  "#  auto_cc_bcc=NUM\n"
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  "#    0=Nej, 1=Cc, 2=Bcc, 3=Cc og Bcc\n"
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  "#  auto_list_thread=ON/OFF\n"
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  "#  auto_save=ON/OFF\n"
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  "#  auto_select=ON/OFF\n"
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  "#  batch_save=ON/OFF\n"
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  "#  date_format=STRENG (f.eks. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  "#  delete_tmp_files=ON/OFF\n"
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  "#  editor_format=STRENG (f.eks. %%E +%%N %%F)\n"
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  "#  fcc=STRENG (f.eks. =postkasse)\n"
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  "#  followup_to=STRENG\n"
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  "#  from=STRENG (tilfÃ¸j bare Ã¸nsket fra:-linje, brug ikke anfÃ¸rselstegn)\n"
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  "#  group_catchup_on_exit=ON/OFF\n"
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  "#  mail_8bit_header=ON/OFF\n"
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  "#  mail_mime_encoding=supported_encoding"
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  "#  ispell=STRENG\n"
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  "#  maildir=STRENG (f.eks. ~/Post)\n"
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  "#  mailing_list=STRENG (f.eks. majordomo@example.org)\n"
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  "#  mime_types_to_save=STRENG (f.eks. image/*,!image/bmp)\n"
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  "#  mark_ignore_tags=ON/OFF\n"
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  "#  mark_saved_read=ON/OFF\n"
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  "#  mime_forward=ON/OFF\n"
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  "#  mm_network_charset=supported_charset"
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  "#  undeclared_charset=STRENG (standard er US-ASCII)\n"
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  "#  news_headers_to_display=STRENG\n"
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  "#  news_headers_to_not_display=STRENG\n"
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  "#  news_quote_format=STRENG\n"
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  "#  organization=STRENG (hvis '/' er i begyndelsen, sÃ¥ lÃ¦s fra fil)\n"
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  "#  pos_first_unread=ON/OFF\n"
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  "#  post_8bit_header=ON/OFF\n"
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  "#  post_mime_encoding=supported_encoding"
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, c-format
 msgid   "#  post_process_type=NUM\n"
 msgstr  "#  post_process_type=NUM\n"
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  "#  post_process_view=ON/OFF\n"
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  "#  quick_kill_scope=STRENG (f.eks. talk.*)\n"
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  "#  quick_kill_expire=ON/OFF\n"
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  "#  quick_kill_case=ON/OFF\n"
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  "#  quick_kill_header=NUM\n"
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, fuzzy, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  "#    0=Subject: (versalfÃ¸lsom)   1=Subject: (ikke versalfÃ¸lsom)\n"
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, fuzzy, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  "#    2=From: (versalfÃ¸lsom)      3=From: (ikke versalfÃ¸lsom)\n"
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  ""
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  ""
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  ""
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  "#  quick_select_scope=STRENG\n"
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  "#  quick_select_expire=ON/OFF\n"
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  "#  quick_select_case=ON/OFF\n"
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  "#  quick_select_header=NUM\n"
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  "#  quote_chars=STRENG (%%s, %%S for initialer)\n"
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  "#  print_header=ON/OFF\n"
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  "#  process_only_unread=ON/OFF\n"
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  "#  prompt_followupto=ON/OFF\n"
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  "#  savedir=STRENG (f.eks. ~user/News)\n"
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  "#  savefile=STRENG (f.eks. =linux)\n"
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  "#  sigfile=STRENG (f.eks. $var/sig)\n"
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  "#  show_author=NUM\n"
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  "#  show_info=NUM\n"
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  "#  show_signatures=ON/OFF\n"
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  "#  show_only_unread_arts=ON/OFF\n"
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  "#  sigdashes=ON/OFF\n"
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  "#  signature_repost=ON/OFF\n"
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, c-format
 msgid   "#  sort_article_type=NUM\n"
 msgstr  "#  sort_article_type=NUM\n"
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  "#  sort_threads_type=NUM\n"
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  "#  start_editor_offset=ON/OFF\n"
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  "#  tex2iso_conv=ON/OFF\n"
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  "#  thread_catchup_on_exit=ON/OFF\n"
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, c-format
 msgid   "#  thread_articles=NUM"
 msgstr  "#  thread_articles=NUM"
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  "#  thread_perc=NUM\n"
 
-#: src/attrib.c:1238
+#: src/attrib.c:1248
 #, c-format
 msgid   "#  trim_article_body=NUM\n"
 msgstr  "#  trim_article_body=NUM\n"
 
-#: src/attrib.c:1239
+#: src/attrib.c:1249
 #, c-format
 msgid   "#    0 = Don't trim article body\n"
 msgstr  ""
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  ""
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  "#  verbatim_handling=ON/OFF\n"
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  "#  wrap_on_next_unread=ON/OFF\n"
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  "#  x_body=STRENG (f.eks. ~/.tin/extra-body-text)\n"
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  "#  x_comment_to=ON/OFF\n"
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  "#  x_headers=STRENG (f.eks. ~/.tin/extra-headers)\n"
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  ""
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  ""
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  ""
@@ -658,7 +658,7 @@ msgstr  "%*s[-- Beskrivelse: %s --]\n"
 #: src/lang.c:79
 #, fuzzy, c-format
 msgid   "%d lines"
-msgstr  "Linjer"
+msgstr  "%d Linjer"
 
 #: src/lang.c:80
 msgid   "Attachment Menu"
@@ -933,7 +933,7 @@ msgstr  "Opretter aktiv fil for gemte gr
 msgid   "Creating newsrc file...\n"
 msgstr  "Opretter newsrc-fil...\n"
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "Standard"
 
@@ -1671,749 +1671,754 @@ msgid   "toggle display of sections hidd
 msgstr  ""
 
 #: src/lang.c:358
+#, fuzzy
+msgid   "toggle display of all headers"
+msgstr  "slÃ¥ visning af alle/valgte artikler til/fra"
+
+#: src/lang.c:359
 msgid   "toggle word highlighting on/off"
 msgstr  ""
 
-#: src/lang.c:359
+#: src/lang.c:360
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  ""
 
-#: src/lang.c:360
+#: src/lang.c:361
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  ""
 
-#: src/lang.c:361
+#: src/lang.c:362
 msgid   "toggle german TeX style decoding for current article"
 msgstr  ""
 
-#: src/lang.c:362
+#: src/lang.c:363
 msgid   "toggle display of uuencoded sections"
 msgstr  ""
 
-#: src/lang.c:363
+#: src/lang.c:364
 msgid   "View/pipe/save multimedia attachments"
 msgstr  ""
 
-#: src/lang.c:364
+#: src/lang.c:365
 #, fuzzy
 msgid   "choose first attachment in list"
 msgstr  "vÃ¦lg fÃ¸rste artikel i listen"
 
-#: src/lang.c:365
+#: src/lang.c:366
 #, fuzzy
 msgid   "0 - 9\t  choose attachment by number"
 msgstr  "0 - 9\t  vÃ¦lg trÃ¥d efter nummer"
 
-#: src/lang.c:366
+#: src/lang.c:367
 #, fuzzy
 msgid   "choose last attachment in list"
 msgstr  "vÃ¦lg sidste artikel i listen"
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 #, fuzzy
 msgid   "pipe raw attachment into command"
 msgstr  "Kommandoer for attributmenu"
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 #, fuzzy
 msgid   "search for attachments forwards"
 msgstr  "sÃ¸g efter artikler fremad efter forfatter"
 
-#: src/lang.c:373
+#: src/lang.c:374
 #, fuzzy
 msgid   "search for attachments backwards"
 msgstr  "sÃ¸g efter artikler baglÃ¦ns efter forfatter"
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 #, fuzzy
 msgid   "tag attachment"
 msgstr  "VÃ¦lg artikel> "
 
-#: src/lang.c:376
+#: src/lang.c:377
 #, fuzzy
 msgid   "tag attachments that match user specified pattern"
 msgstr  "vÃ¦lg trÃ¥de som svarer til brugerangivet mÃ¸nster"
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 #, fuzzy
 msgid   "untag all tagged attachments"
 msgstr  "VÃ¦lg artikel> "
 
-#: src/lang.c:379
+#: src/lang.c:380
 #, fuzzy
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  "slÃ¥ infobesked i sidste linje til/fra (emne/beskrivelse)"
 
-#: src/lang.c:380
+#: src/lang.c:381
 msgid   "choose first attribute in list"
 msgstr  "vÃ¦lg fÃ¸rste attribut i listen"
 
-#: src/lang.c:381
+#: src/lang.c:382
 #, fuzzy
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  vÃ¦lg trÃ¥d efter nummer"
 
-#: src/lang.c:382
+#: src/lang.c:383
 msgid   "choose last attribute in list"
 msgstr  "vÃ¦lg sidste attribut i listen"
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 msgid   "search forwards for an attribute"
 msgstr  "sÃ¸g fremad efter en attribut"
 
-#: src/lang.c:385
+#: src/lang.c:386
 msgid   "search backwards for an attribute"
 msgstr  "sÃ¸g baglÃ¦ns efter en attribut"
 
-#: src/lang.c:386
+#: src/lang.c:387
 msgid   "select attribute"
 msgstr  "vÃ¦lg attribut"
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  ""
 
-#: src/lang.c:389
+#: src/lang.c:390
 msgid   "choose first option in list"
 msgstr  "vÃ¦lg fÃ¸rste indstilling i listen"
 
-#: src/lang.c:390
+#: src/lang.c:391
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  vÃ¦lg indstilling efter nummer"
 
-#: src/lang.c:391
+#: src/lang.c:392
 msgid   "choose last option in list"
 msgstr  "vÃ¦lg sidste indstilling i listen"
 
-#: src/lang.c:392
+#: src/lang.c:393
 msgid   "start scopes menu"
 msgstr  "start virkefeltmenu"
 
-#: src/lang.c:393
+#: src/lang.c:394
 msgid   "search forwards for an option"
 msgstr  "sÃ¸g fremad efter en indstilling"
 
-#: src/lang.c:394
+#: src/lang.c:395
 msgid   "search backwards for an option"
 msgstr  "sÃ¸g baglÃ¦ns efter en indstilling"
 
-#: src/lang.c:395
+#: src/lang.c:396
 msgid   "select option"
 msgstr  "vÃ¦lg indstilling"
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  ""
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  ""
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  "rediger filterfil"
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  "fÃ¥ hjÃ¦lp"
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  "vis den sidst viste artikel"
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  "en linje ned"
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  "en linje op"
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  "gÃ¥ til artikel valgt efter besked-id"
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  "send artikel/trÃ¥d/populÃ¦r/mÃ¸nster/mÃ¦rkede artikler til nogen"
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  "menu med konfigurerbare indstillinger"
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  "en side ned"
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  "en side ned"
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  "send (skriv) artikel til aktuel gruppe"
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  "send udskudte artikler"
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  "vis artikler sendt af dig (fra sendtfil)"
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  "returner til forrige menu"
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  "afslut tin Ã¸jbelikkeligt"
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  "genskriv side"
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  "gem artikel/trÃ¥d/populÃ¦r/mÃ¸nster/mÃ¦rkede artikler til fil"
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  "gem automatisk markerede artikler uden brugerindgreb"
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  "rul skÃ¦rmen en linje ned"
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  "rul skÃ¦rmen en linje op"
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  "sÃ¸g efter artikler baglÃ¦ns efter forfatter"
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  "sÃ¸g efter artikler fremad efter forfatter"
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  "sÃ¸g i alle artikler efter en angivet streng (dette kan tage lang tid)"
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  " \t  (sÃ¸gning er uafhÃ¦ngigt af store/smÃ¥ bogstaver og omhandler alle artikler)"
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  "sÃ¸g efter artikler baglÃ¦ns per emnelinje"
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  "sÃ¸g efter artikler forlÃ¦ns per emnelinje"
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  "gentag sidste sÃ¸gning"
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  "mÃ¦rk aktuel artikel til gensending/postudsendelse/piping/udskrivning/gemning"
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  "slÃ¥ infobesked i sidste linje til/fra (emne/beskrivelse)"
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  "slÃ¥ omvendt video til/fra"
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  "slÃ¥ minihjÃ¦lpens menuvisning til/fra"
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  ""
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  "vis versioninformation"
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  "marker alle artikler som lÃ¦st og returner til gruppeudvÃ¦lgelsesmenu"
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  "marker alle artikler som lÃ¦st og gÃ¥ videre til nÃ¦ste gruppe med ulÃ¦ste "
         "artikler"
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  "vÃ¦lg fÃ¸rste trÃ¥d i listen"
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  "vÃ¦lg sidste trÃ¥d i listen"
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  "vis artikler indenfor aktuel trÃ¥d (hent undertrÃ¥dsmenuen frem)"
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  "marker artikel som ulÃ¦st"
 
-#: src/lang.c:440
+#: src/lang.c:441
 #, fuzzy
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  "marker aktuel trÃ¥d eller mÃ¦rkede trÃ¥de som lÃ¦st"
 
-#: src/lang.c:441
+#: src/lang.c:442
 #, fuzzy
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  "marker aktuel trÃ¥d eller mÃ¦rkede trÃ¥de som lÃ¦st"
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  ""
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  "slÃ¥ visning af alle/valgte artikler til/fra"
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  "vis nÃ¦ste gruppe"
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  "vis forrige gruppe"
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  "slÃ¥ alle valg (alle artikler) til/fra"
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  "vÃ¦lg gruppe (gÃ¸r Â»populÃ¦rÂ«)"
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  "vÃ¦lg trÃ¥d"
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  "vÃ¦lg trÃ¥de hvis mindst en ulÃ¦st artikel er valgt"
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  "vÃ¦lg trÃ¥de som svarer til brugerangivet mÃ¸nster"
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  ""
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  vÃ¦lg trÃ¥d efter nummer"
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  ""
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  ""
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  ""
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  ""
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  ""
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  ""
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  "tilfÃ¸j nyt virkefelt"
 
-#: src/lang.c:461
+#: src/lang.c:462
 msgid   "delete scope"
 msgstr  "slet virkefelt"
 
-#: src/lang.c:462
+#: src/lang.c:463
 msgid   "edit attributes file"
 msgstr  "rediger attributfil"
 
-#: src/lang.c:463
+#: src/lang.c:464
 msgid   "choose first scope in list"
 msgstr  "vÃ¦lg fÃ¸rste virkefelt i listen"
 
-#: src/lang.c:464
+#: src/lang.c:465
 msgid   "0 - 9\t  choose scope by number"
 msgstr  "0 - 9\t  vÃ¦lg virkefelt efter nummer"
 
-#: src/lang.c:465
+#: src/lang.c:466
 msgid   "choose last scope in list"
 msgstr  "vÃ¦lg sidste virkefelt i listen"
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  "flyt virkefelt"
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  "omdÃ¸b virkefelt"
 
-#: src/lang.c:468
+#: src/lang.c:469
 msgid   "select scope"
 msgstr  "vÃ¦lg virkefelt"
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  "marker alle artikler i gruppe som lÃ¦st"
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  "marker alle artikler i gruppe som lÃ¦st og flyt til nÃ¦ste ulÃ¦ste gruppe"
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  "vÃ¦lg fÃ¸rste gruppe i listen"
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  "vÃ¦lg gruppe efter navn"
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  vÃ¦lg gruppe efter nummer"
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  ""
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  "vÃ¦lg sidste gruppe i listen"
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  "marker alle artikler i valgt gruppe som ulÃ¦ste"
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  "flyt valgt gruppe indenfor listen"
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  "vÃ¦lg nÃ¦ste gruppe med ulÃ¦ste nyheder"
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  "afslut"
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  "afslut uden at gemme konfigurationsÃ¦ndringer"
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  "lÃ¦s valgt gruppe"
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  ""
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  "sÃ¸g baglÃ¦ns efter et gruppenavn"
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  ""
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  "sÃ¸g fremad efter et gruppenavn"
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  "abonner pÃ¥ valgt gruppe"
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  "abonner pÃ¥ grupper som stemmer overens med mÃ¸nster"
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  "genlÃ¦ste aktiv fil for at tjekke for nye nyheder"
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  ""
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  ""
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  ""
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  ""
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  "sorter gruppelisten"
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  ""
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  ""
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  ""
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  ""
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  "vÃ¦lg fÃ¸rste artikel i listen"
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  "vÃ¦lg sidste artikel i listen"
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  ""
 
-#: src/lang.c:501
+#: src/lang.c:502
 msgid   "mark article, range or tagged articles as unread"
 msgstr  "marker artikel, interval eller mÃ¦rkede trÃ¥de som ulÃ¦ste"
 
-#: src/lang.c:502
+#: src/lang.c:503
 msgid   "mark current thread as unread"
 msgstr  "marker aktuel trÃ¥d som ulÃ¦st"
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  "lÃ¦s valgt artikel"
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  "Vis egenskaber\n"
         "--------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "Diverse\n"
         "-------"
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  ""
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  ""
 
-#: src/lang.c:508
+#: src/lang.c:509
 #, fuzzy
 msgid   "Attachment operations\n"
         "---------------------"
 msgstr  "Virkefeltshandlinger\n"
         "--------------------"
 
-#: src/lang.c:509
+#: src/lang.c:510
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  ""
 
-#: src/lang.c:510
+#: src/lang.c:511
 msgid   "Option operations\n"
         "-----------------"
 msgstr  ""
 
-#: src/lang.c:511
+#: src/lang.c:512
 msgid   "Scope operations\n"
         "----------------"
 msgstr  "Virkefeltshandlinger\n"
         "--------------------"
 
-#: src/lang.c:512
+#: src/lang.c:513
 #, fuzzy
 msgid   "URL operations\n"
         "--------------"
 msgstr  "Virkefeltshandlinger\n"
         "--------------------"
 
-#: src/lang.c:513
+#: src/lang.c:514
 #, fuzzy
 msgid   "choose first URL in list"
 msgstr  "vÃ¦lg fÃ¸rste virkefelt i listen"
 
-#: src/lang.c:514
+#: src/lang.c:515
 #, fuzzy
 msgid   "0 - 9\t  choose URL by number"
 msgstr  "0 - 9\t  vÃ¦lg virkefelt efter nummer"
 
-#: src/lang.c:515
+#: src/lang.c:516
 #, fuzzy
 msgid   "choose last URL in list"
 msgstr  "vÃ¦lg sidste virkefelt i listen"
 
-#: src/lang.c:516
+#: src/lang.c:517
 #, fuzzy
 msgid   "search for URLs forwards"
 msgstr  "sÃ¸g efter artikler fremad efter forfatter"
 
-#: src/lang.c:517
+#: src/lang.c:518
 #, fuzzy
 msgid   "search for URLs backwards"
 msgstr  "sÃ¸g efter artikler baglÃ¦ns efter forfatter"
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 #, fuzzy
 msgid   "toggle info message in last line (URL)"
 msgstr  "slÃ¥ infobesked i sidste linje til/fra (emne/beskrivelse)"
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  "Kommandoer for gruppeniveau"
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  ""
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  ""
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  ""
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  ""
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  ""
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  ""
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  ""
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  ""
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  ""
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  ""
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  ""
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  ""
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  ""
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  ""
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  ""
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  ""
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2449,44 +2454,44 @@ msgid   "\n"
         "Please send bug-reports/comments to %s with the 'R' command.\n"
 msgstr  ""
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  ""
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  ""
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  ""
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  ""
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  ""
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  "Mangler definition for %s\n"
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  "Ugyldig nÃ¸gledefinition '%s'\n"
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  "Ugylidg nÃ¸glenavn '%s'\n"
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  "NÃ¸glekortfil blev opgraderet til version %s\n"
@@ -2494,437 +2499,437 @@ msgstr  "NÃ¸glekortfil blev opgraderet t
 # Hmm, sÃ¥ er spÃ¸rgsmÃ¥let jo sÃ¥, nÃ¥r der er sÃ¥dan et tilfÃ¦ldigt antal
 # mellemrum efter : og positionen af : skal bevares i oversÃ¦ttelsen, det
 # er svÃ¦rt at vide nÃ¥r der ikke er nogen kommentarer
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  "DrÃ¦b fra:     [%s] (j/n): "
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  "DrÃ¦b linjer: (</>num): "
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  "DrÃ¦b artikelmenu"
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  "DrÃ¦b Msg-Id:   [%s] (f/l/o/n): "
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  "DrÃ¦b mÃ¸nstervirkefelt  : "
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  "DrÃ¦b emne:  [%s] (j/n): "
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  "DrÃ¦b tekstmÃ¸nster   : "
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  "DrÃ¦b tidspunkt pÃ¥ dagen   : "
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  "Sidste"
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  "-- Sidste svar --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  "Linjer %s  "
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  "Post"
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  "postkasse "
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "Send artikel(er) til [%.*s]> "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "Sender log til %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
 msgstr  "Send fejlrapport..."
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  "Send FEJLRAPPORT til %s?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  "Sendt"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  "Sender til %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
         "#\n"
 msgstr  ""
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, c-format
 msgid   "%s marked as read"
 msgstr  "%s markeret som lÃ¦st"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  "%s markeret som ulÃ¦st"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "Markerede %d af %d %s som lÃ¦st"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "Markerede %d af %d %s som ulÃ¦ste"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  ""
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "MÃ¦rk alle artikler som lÃ¦st%s?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, c-format
 msgid   "Mark article as read%s?"
 msgstr  "Marker alle artikler som lÃ¦st%s?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  "Marker gruppe %s som lÃ¦st?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "Marker trÃ¥d som lÃ¦st%s"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  "Sammenligner %s grupper..."
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  "<n>=angiv nuvÃ¦rende som n; %s=nÃ¦ste ulÃ¦st; %s=sÃ¸gemÃ¸nster; %s=drÃ¦b/vÃ¦lg"
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, fuzzy, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=linje ned; %s=linje op; %s=hjÃ¦lp; %s=flyt; %s=afslut; %s=slÃ¥ alle/ulÃ¦ste "
         "til/fra"
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, fuzzy, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=linje ned; %s=linje op; %s=hjÃ¦lp; %s=flyt; %s=afslut; %s=slÃ¥ alle/ulÃ¦ste "
         "til/fra"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, fuzzy, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=sÃ¸g fremad; %s=sÃ¸g bagud; %s=afslut"
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=angiv nuvÃ¦rende som n; %s=nÃ¦ste ulÃ¦st; %s=sÃ¸gemÃ¸nster; %s=drÃ¦b/vÃ¦lg"
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  "%s=forfattersÃ¸gning; %s=opsamling; %s=linje ned; %s=linje op; %s=marker som "
         "lÃ¦st; %s=vis trÃ¥d"
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=linje op; %s=linje ned; %s=side op; %s=side ned; %s=top; %s=bund"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=sÃ¸g fremad; %s=sÃ¸g bagud; %s=afslut"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  "%s=forfattersÃ¸gning; %s=indholdssÃ¸gning; %s=opsamling; %s=opfÃ¸lgning; %"
         "s=marker som lÃ¦st"
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  ""
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  "<n>=angiv nuvÃ¦rende som n; %s=nÃ¦ste ulÃ¦st; %s,%s=sÃ¸gemÃ¸nster; %s=opsamling"
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=linje ned; %s=linje op; %s=hjÃ¦lp; %s=flyt; %s=afslut; %s=slÃ¥ alle/ulÃ¦ste "
         "til/fra"
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  "%s=abonner; %s=undermÃ¸nster; %s=slut abonnement; %s=fjern undermÃ¸nster; %"
         "s=ryk ind/ud"
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  ""
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  ""
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, fuzzy, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=sÃ¸g fremad; %s=sÃ¸g bagud; %s=afslut"
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  ""
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  ""
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  ""
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  ""
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  ""
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ", navn: "
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  "GÃ¥ til nyhedsgruppe [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  "nyhedsgrupper"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  ""
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  "nyhedsgruppe"
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  "ForsÃ¸g at gemme newsrc-fil igen?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  "Advarsel: Ingen nyhedsgrupper blev skrevet til din newsrc-fil. Afbrudt."
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  "newsrc-fil blev gemt.\n"
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  "-- NÃ¦ste svar --"
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  "Nej "
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  "*** Ingen artikler ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  "Ingen artikler er udgivet"
 
-#: src/lang.c:645
+#: src/lang.c:646
 #, fuzzy
 msgid   "*** No attachments ***"
 msgstr  "*** Ingen artikler ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  "*** Ingen beskrivelse ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  "Intet filnavn"
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  "Ingen gruppe"
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  "*** Ingen grupper ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  "Ikke flere grupper der kan lÃ¦ses"
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  "Ingen sidste besked"
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  "Ingen e-post-adresse"
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  "Ingen artikler markeret til gemning"
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  "Intet resultat"
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  "Ikke flere grupper"
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  "Ingen nyhedsgrupper"
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  "Ingen nÃ¦ste ulÃ¦st artikel"
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  "Ingen forrige gruppe"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  "Ingen forrige ulÃ¦st artikel"
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  "Ingen svar"
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  "Ingen svar at vise i aktuel trÃ¥d"
 
-#: src/lang.c:663
+#: src/lang.c:664
 msgid   "*** No scopes ***"
 msgstr  "*** Ingen virkefelter ***"
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  "Ingen sÃ¸gestreng"
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  "Intet emne"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  ""
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  ""
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  ""
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  ""
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  ""
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  ""
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  "Nyhedsgruppe eksisterer ikke pÃ¥ denne server"
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  "Gruppe %s blev ikke fundet i aktiv fil"
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  ""
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  ""
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -2940,319 +2945,319 @@ msgid   "# NNTP-server -> newsrc transla
         "#\n"
 msgstr  ""
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  "Kun"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "Indstilling ikke slÃ¥et til. Rekompiler med %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  "Indstillingsmenu"
 
-#: src/lang.c:688
+#: src/lang.c:689
 #, fuzzy
 msgid   "Options Menu Commands"
 msgstr  "Indstillingsmenu"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  ""
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  ""
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  ""
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  ""
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
 msgstr  ""
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  ""
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "Send til nyhedsgruppe(r) [%s]> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  ""
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  ""
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  ""
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  ""
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  ""
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  ""
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  ""
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  ""
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  ""
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  ""
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  ""
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  ""
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  ""
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  ""
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  ""
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  ""
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  ""
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  ""
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  ""
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  ""
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "Ã˜nsker du virkelig at afslutte uden at gemme din konfiguration?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  "Ugyldigt interval - '0-9.$' f.eks. 1-$ er gyldige"
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  "Ã˜nsker du at afbryde denne handling?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  "Ã˜nsker du Ã¸jeblikkeligt at afslutte tin?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  "LÃ¦ser ('q' for afslut)..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  "LÃ¦ser %sartikler..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  ""
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  ""
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  ""
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  ""
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  ""
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  ""
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  ""
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  ""
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  "LÃ¦ser fil med nyhedsgrupper... "
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  ""
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  ""
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  "(%d:%02d igen)"
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  ""
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  "Fjernet fra den forrige regel: "
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "Fejl: OmdÃ¸b %s til %s"
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  "Svar til forfatter..."
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  "Gensend"
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  "Genindsender artikel..."
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  "Gensend artikler til grupper [%s]> "
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  "Nulstil newsrc?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  "Svar er blevet sendt til de fÃ¸lgende nyhedsgrupper"
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  "Tast <RETUR> for at fortsÃ¦tte..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  "VÃ¦lg linjer: (</>num): "
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  ""
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  "VÃ¦lg Msg-Id  [%s] (f/l/o/n): "
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  "VÃ¦lg mÃ¸nstervirkefelt: "
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  "VÃ¦lg emne [%s] (y/n): "
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  "VÃ¦lg tekstmÃ¸nster   : "
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  "VÃ¦lg tid i dage       : "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3264,259 +3269,259 @@ msgid   "# %s server configuration file\
         "\n"
 msgstr  ""
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  "Vis kun ulÃ¦ste grupper"
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  ""
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  ""
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  "Gem"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  ""
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  ""
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  "Gem filnavn> "
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  "Gemt"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  ""
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  "Gemt %s...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  "Intet blev gemt"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s fra %d %s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s gemt til %s%s --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s gemt til %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  "Gemmer..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  ""
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s: SkÃ¦rm er for lille\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  ""
 
-#: src/lang.c:795
+#: src/lang.c:796
 msgid   "Delete scope?"
 msgstr  "Slet virkefelt?"
 
-#: src/lang.c:796
+#: src/lang.c:797
 msgid   "Enter scope> "
 msgstr  "Indtast virkefelt> "
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid   "Select new position> "
 msgstr  "VÃ¦lg ny placering>"
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  "Ny placering kan ikke vÃ¦re et globalt virkefelt"
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  "Global virkefelt, handling ikke tilladt"
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  "OmdÃ¸b virkefelt> "
 
-#: src/lang.c:801
+#: src/lang.c:802
 msgid   "Select scope> "
 msgstr  "VÃ¦lg virkefelt> "
 
-#: src/lang.c:802
+#: src/lang.c:803
 msgid   "Scopes Menu"
 msgstr  "Virkefeltsmenu"
 
-#: src/lang.c:803
+#: src/lang.c:804
 msgid   "Scopes Menu Commands"
 msgstr  "Kommandoer for virkefeltsmenu"
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "SÃ¸g baglÃ¦ns [%s]> "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  ""
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "SÃ¸g fremad [%s]> "
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  "SÃ¸ger..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  "SÃ¸ger i artikel %d af %d ('q' for at afbryde)..."
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  "VÃ¦lg artikel> "
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  ""
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  "VÃ¦lg gruppe> "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  ""
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  "VÃ¦lg trÃ¥d > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  ""
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  ""
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  ""
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  "<MELLEMRUM>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  "Starter: (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  ""
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  "TrÃ¥d (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  ""
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  ""
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  ""
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  ""
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  ""
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  ""
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  ""
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  "\n"
         "Stoppet. Tast 'fg' for at genstarte %s\n"
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  "%d dage"
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  ""
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  "TeX "
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  ""
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3526,344 +3531,344 @@ msgid   "# Defaults for quick (1 key) ki
         "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 msgstr  ""
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  ""
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  ""
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  "Der er ingen nyheder\n"
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  "TrÃ¥d"
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  "Kommandoer pÃ¥ trÃ¥dniveau"
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  "TrÃ¥d fravalgt"
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  "TrÃ¥d valgt"
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  "trÃ¥de"
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  "trÃ¥d"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "TrÃ¥d %4s af %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  "Opdeler artikler i trÃ¥de..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  ""
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  ""
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  ""
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  ""
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  ""
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  ""
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  "          h=hjÃ¦lp"
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  "UbegrÃ¦nset"
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  ""
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  ""
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  "Ingen slutning."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s dekodet med succes."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  "ulÃ¦st "
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  ""
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  ""
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  ""
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  ""
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  "Opdateret"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  ""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
 msgstr  "Opdaterer"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 #, fuzzy
 msgid   "URL Menu Commands"
 msgstr  "Kommandoer for virkefeltsmenu"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, fuzzy, c-format
 msgid   "Opening %s"
 msgstr  "Ã…bner %s\n"
 
-#: src/lang.c:889
+#: src/lang.c:890
 #, fuzzy
 msgid   "Select URL> "
 msgstr  "VÃ¦lg virkefelt> "
 
-#: src/lang.c:890
+#: src/lang.c:891
 #, fuzzy
 msgid   "No URLs in this article"
 msgstr  "Ingen yderligere URL'er i denne artikel"
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  "Anvend MIME-visningsprogram for denne besked?"
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  ""
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  ""
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  "  -q       led ikke efter nye nyhedsgrupper"
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  "  -X       gem ikke nogen filer ved afslutning"
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  "  -d       vis ikke beskrivelser for nyhedsgrupper"
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  ""
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  "  -H       hjÃ¦lpinformation om %s"
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  "  -h       denne hjÃ¦lpebesked"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  ""
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  "\n"
         "Send fejlrapporter/kommentarer til %s"
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  ""
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  ""
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  ""
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  ""
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       send en artikel og afslut"
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  "  -o       send alle udsatte artikler og afslut"
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  ""
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  "  -S       gem nye nyheder til senere lÃ¦sning (batchtilstand)"
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  ""
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
         "Usage: %s [options] [newsgroup[,...]]"
 msgstr  ""
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  ""
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  "  -V       vis version- & datoinformation"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  ""
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  ""
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  ""
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  ""
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  "Vis '%s' (%s/%s)?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
         "%-100s\n"
 msgstr  ""
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  "\n"
         "Advarsel: Artikel uÃ¦ndret efter redigering\n"
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  "\n"
         "Advarsel: Â»Emne:Â« indeholder kun mellemrum.\n"
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  "\n"
         "Advarsel: Â»EmneÂ« begynder med Â»Re:Â« men der er ingen Â»referencerÂ«.\n"
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
 msgstr  ""
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -3876,7 +3881,7 @@ msgid   "Read carefully!\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -3884,12 +3889,12 @@ msgid   "\n"
         "         not be encoded properly.\n"
 msgstr  ""
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -3902,7 +3907,7 @@ msgstr  "\n"
         "Nogle vÃ¦rdier i din %s-fil har Ã¦ndret sig!\n"
         "LÃ¦s WHATSNEW, etc...\n"
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -3910,7 +3915,7 @@ msgid   "\n"
         "Some values in your %s file may be ignored, others might have changed!\n"
 msgstr  ""
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -3919,18 +3924,18 @@ msgid   "Warning: tin wrote fewer groups
         "before you start tin once again!\n"
 msgstr  ""
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr  ""
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  "Advarsel: Kun %d ud af %d artikler blev gemt"
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -3940,49 +3945,49 @@ msgid   "\n"
         "         possible.\n"
 msgstr  ""
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  "Advarsel: Denne postadresse kan indeholde en spamfÃ¦lde. %s=continue, %"
         "s=abort? "
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  "\n"
         "Advarsel: Underskrifter skal starte med '-- \\n' ikke med '--\\n'.\n"
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  "Skriver attributfil..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  "%d svar"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  "TilfÃ¸jede %d %s"
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  "Ingen grupper der ikke er tilmeldte at vise"
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  "Viser kun tilmeldte til grupper"
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  "Ja "
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  "      Du har post"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -3994,11 +3999,11 @@ msgid   "\n"
         "         M)enu option.\n"
 msgstr  ""
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  "   -D tilstand  fejlsÃ¸gningstilstand"
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -4014,11 +4019,11 @@ msgid   "Read carefully!\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "slÃ¥ farve til/fra"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4042,368 +4047,376 @@ msgid   "# Changing colors of several sc
         "\n"
 msgstr  ""
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  ""
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  "\n"
         "Fejl: Â»%sÂ« omdÃ¸bes, brug Â»%sÂ« i steden for!\n"
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  ""
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  "\n"
         "Fejl: \"%s\" er ikke en gyldig nyhedsgruppe!\n"
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  "\n"
         "Advarsel: Â»%sÂ« er omdÃ¸bt, du skal bruge Â»%sÂ« i steden for!\n"
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  ""
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr  ""
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  ""
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  ""
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  "Manglende dele."
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  "Ingen begyndelse."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  "Ingen data."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  "Ukendt fejl."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  ""
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  ""
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  ""
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  "udfÃ¸r PGP-handlinger pÃ¥ artikel"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  "TilfÃ¸j nÃ¸gle(r) til offentlig nÃ¸glering?"
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=krypter, %s=underskriv, %s=begge, %s=afslut: "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  "PGP er ikke sat op (kan ikke Ã¥bne %s)"
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  "Artikel ikke underskrevet og ingen offentlige nÃ¸gler fundet"
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  ""
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  "Tin vil i steden for anvende lokale indeksfiler.\n"
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  "Kan ikke finde NNTP-servernavn"
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "Forbinder til %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  "Afbryder fra server...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  ""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  "Kunne ikke forbinde til NNTP-server %s. Afslutter..."
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  "205  Lukker forbindelse"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  "Din server understÃ¸tter ikke kommandoerne NNTP XOVER eller OVER.\n"
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  "Forbindelsen til nyhedsserveren har fÃ¥et tidsudlÃ¸b. Genforbind?"
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  ""
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  ""
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  ""
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  ""
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  ""
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  ""
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  ""
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  ""
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  "\n"
         "sokkel- eller forbindelsesproblem\n"
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "Forbindelse til %s: "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  "Giver op...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp: Ukendt tjeneste.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  ""
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  "Din server har ikke Xref: I sin XOVER-information.\n"
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  ""
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  ""
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  ""
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  ""
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  ""
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  ""
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  ""
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s udskrevet"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  ""
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  "Udskriv"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  "Udskriver..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  ""
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  "Ingen kommando"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  ""
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  ""
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  ""
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  ""
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4412,7 +4425,7 @@ msgid   "\n"
         "       newsgroup names.\n"
 msgstr  ""
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4420,7 +4433,7 @@ msgid   "\n"
         "       Please write all newsgroups into a single line.\n"
 msgstr  ""
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4428,13 +4441,13 @@ msgid   "\n"
         "         To avoid trouble please write all newsgroups into a single line.\n"
 msgstr  ""
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr  ""
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4455,562 +4468,599 @@ msgid   "\n"
         "  likely to ignore it completely.  It's a crowded net out there.\n"
 msgstr  ""
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  ""
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  "Skalkommando (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "Indtast skalkommando [%s]> "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  ""
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "Gruppe %.*s ('q' for afslut)..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  "Gruppe %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  "Server utilgÃ¦ngelig\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  ""
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  "Terminal understÃ¸tter ikke farver"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  "ForsÃ¸ger %s"
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  "Ingen"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  "Emne"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  "Referencer"
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  "BÃ¥de emne og referencer"
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  ""
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  ""
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  "Nej"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  "Ja"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  "Gem alle"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  "Adresse"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  "Fulde navn"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  "Adresse og navn"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  "Maks."
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  "Sum"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  "Gennemsnit"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  "Linjer"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  "Point"
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  "Linjer % point"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  "Sort"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  "RÃ¸d"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  "GrÃ¸n"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  "Brun"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  "BlÃ¥"
 
 # Andre muligheder: RÃ¸dviolet
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  "Pink"
 
 # Cyan er en blÃ¥/grÃ¸n farve. (kunne ogsÃ¥ bruge turkis som oversÃ¦ttelse).
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  "Cyan"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  "Hvis"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "GrÃ¥"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  "LyserÃ¸d"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  "LysegrÃ¸n"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  "Gul"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  "LyseblÃ¥"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  "Lys pink"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  "Lys cyan"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  "Lysehvid"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  "Intet"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  "Mellemrum"
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  "Normal"
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  ""
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  ""
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  ""
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  "Blinkende"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  ""
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  "Fed"
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  ""
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  ""
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  ""
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  "ingen"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  "kommandoer"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  "vÃ¦lg"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  ""
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  ""
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  "afslut & vÃ¦lg"
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  ""
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  "Side ned (PageDown)"
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+#, fuzzy
+msgid   "Subject: (case sensitive)"
+msgstr  "Emne: (stigende)"
+
+#: src/lang.c:1369
+#, fuzzy
+msgid   "Subject: (ignore case)"
+msgstr  "Emne: (stigende)"
+
+#: src/lang.c:1370
+#, fuzzy
+msgid   "From: (case sensitive)"
+msgstr  "Fra: (stigende)"
+
+#: src/lang.c:1371
+#, fuzzy
+msgid   "From: (ignore case)"
+msgstr  "Fra: (stigende)"
+
+#: src/lang.c:1372
+msgid   "Msg-ID: & full References: line"
+msgstr  ""
+
+#: src/lang.c:1373
+msgid   "Msg-ID: & last References: only"
+msgstr  ""
+
+#: src/lang.c:1374
+msgid   "Message-ID: entry only"
+msgstr  ""
+
+#: src/lang.c:1375
+#, fuzzy
+msgid   "Lines:"
+msgstr  "Linjer"
+
+#: src/lang.c:1380
 msgid   "Don't trim article body"
 msgstr  ""
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  "Spring indledende tomme linjer over"
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  "Spring afsluttende tomme linjer over"
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  "Spring indledende og afsluttende tomme linjer over"
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  ""
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  ""
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  ""
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  "Skalarkiv"
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  "Emne: (faldende)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  "Emne: (stigende)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  "Fra: (faldende)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  "Fra: (stigende)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  "Dato: (faldende)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  "Dato: (stigende)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  "Point (faldende)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  "Point (stigende)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  "Linjer: (faldende)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  "Linjer: (stigende)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid   "Last posting date (descending)"
 msgstr  "Sidste indsendingsdato (faldende)"
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid   "Last posting date (ascending)"
 msgstr  "Sidste indsendingsdato (stigende)"
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  "Behold altid"
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  "Fjern altid"
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  "Marker med D pÃ¥ udvÃ¦lgelsesskÃ¦rmen"
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  ""
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  ""
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  ""
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  "Intet specielt"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  ""
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  ""
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  ""
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  ""
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  ""
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  ""
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  ""
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  "nej"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  "med teksthoveder"
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  "uden teksthoveder"
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  ""
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  ""
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  ""
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  ""
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  "Vis indstillinger"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  "Farveindstillinger"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  "ArtikelbegrÃ¦nsende indstillinger"
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  "Indsendelses-/postindstillinger"
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  "Gemnings-/udskrivningsindstillinger"
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  "Ekspertindstillinger"
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  "Filterindstillinger"
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  ""
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  ""
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  "Vis beskrivelse af hver nyhedsgruppe"
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  ""
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  ""
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  "I gruppemenu, vis forfatter efter"
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -5019,31 +5069,31 @@ msgid   "# Part of from field to display
         "#   3 = both\n"
 msgstr  ""
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  ""
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  ""
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  ""
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  ""
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  ""
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5054,15 +5104,15 @@ msgid   "# Thread articles by ...\n"
         "#   5 = Percentage Match\n"
 msgstr  ""
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  ""
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5075,11 +5125,11 @@ msgid   "# Thread percentage match...\n"
         "# 'harppy' would be threaded separately from 'happy'\n"
 msgstr  ""
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  ""
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5087,15 +5137,15 @@ msgid   "# Thread score\n"
         "#   2 = average\n"
 msgstr  ""
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  "Sorter artikler efter"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5111,15 +5161,15 @@ msgid   "# Sort articles by ...\n"
         "#  10 = Lines ascending\n"
 msgstr  ""
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  "Sorter trÃ¥de efter"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5129,43 +5179,43 @@ msgid   "# Sort thread by ...\n"
         "#   4 = Last posting date ascending\n"
 msgstr  ""
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
-msgstr  ""
+#: src/lang.c:1669
+msgid   "Go to first unread article in group"
+msgstr  "GÃ¥ til den nÃ¦ste ulÃ¦ste artikel med"
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  ""
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  "Vis kun ulÃ¦ste artikler"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  ""
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  ""
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  ""
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  ""
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5173,11 +5223,11 @@ msgid   "# Filter which articles\n"
         "#   2 = kill all articles and never show them\n"
 msgstr  ""
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  "GÃ¥ til den nÃ¦ste ulÃ¦ste artikel med"
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5186,11 +5236,11 @@ msgid   "# Go to the unread article with
         "#   3 = PAGE DOWN or TAB\n"
 msgstr  ""
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid   "How to treat blank lines"
 msgstr  "Hvordan tomme linjer skal behandles"
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -5206,159 +5256,159 @@ msgid   "# Trim the article body, remove
         "#       leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  ""
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  ""
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  ""
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  ""
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  "Tegn der viser valgte artikler"
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  ""
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  ""
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  ""
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  ""
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  ""
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  ""
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  "# Maksimal lÃ¦ngde pÃ¥ navne pÃ¥ nyhedsgrupper som vises\n"
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  ""
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5367,16 +5417,16 @@ msgid   "# What information should be di
         "#   3 = lines & score\n"
 msgstr  ""
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  ""
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  ""
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5386,27 +5436,27 @@ msgid   "# Number of lines that cursor-u
         "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
 msgstr  ""
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  "Vis underskrifter"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  "# Hvis OFF (FRA) sÃ¥ vis ikke underskrifter nÃ¥r der vises artikler\n"
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  "Vis uue-data som et bilag"
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5416,28 +5466,28 @@ msgid   "# Handling of uuencoded data in
         "#       be folded into a tag line.\n"
 msgstr  ""
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  ""
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  ""
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  ""
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  ""
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5446,11 +5496,11 @@ msgid   "# Which news headers you wish t
         "# spaces. Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  ""
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5461,608 +5511,608 @@ msgid   "# Same as 'news_headers_to_disp
         "# Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  "Ã˜nsker du at aktivere automatisk hÃ¥ndtering af flerdels-/alternative artikler?"
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  ""
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  ""
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  "Detektering af verbatimblokke"
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  ""
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  ""
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  ""
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  ""
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  ""
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  ""
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  ""
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  ""
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  ""
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  ""
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  ""
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  ""
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  ""
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  ""
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  ""
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  ""
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  ""
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  ""
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  ""
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  ""
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  ""
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
         "# for no automatic viewing\n"
 msgstr  ""
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  "BekrÃ¦ft fÃ¸r start af visningsprogram for ikke-tekst"
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  "SpÃ¸rg fÃ¸r brug af MIME-fremviser"
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  ""
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  ""
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  ""
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  ""
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  ""
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  ""
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  "# Hvad skal vi spÃ¸rge efter bekrÃ¦ftelse pÃ¥.\n"
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  ""
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  ""
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 #, fuzzy
 msgid   "Program that opens URLs"
 msgstr  "Program som Ã¥bner URL'er"
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  ""
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  "Anvend mus i xterm"
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  ""
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  "Brug rultaster pÃ¥ numerisk tastatur"
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  ""
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  "Antal artikler til hentning"
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  ""
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  ""
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  ""
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  ""
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  ""
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 msgstr  ""
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  "Indtast minimal point fÃ¸r en artikel markeres som drÃ¦bt. <CR> angiver."
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  "PointbegrÃ¦nsning (drÃ¦b)"
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  "# PointbegrÃ¦nsning fÃ¸r en artikel markeres som drÃ¦bt\n"
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  "Indtast standardpoint for at drÃ¦be artikler. <CR> angiver."
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  "Standardpoint for at drÃ¦be artikler"
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  "# Standardpoint for at drÃ¦be artikler\n"
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  "Indtast minimal point fÃ¸r en artikel markeres som populÃ¦r. <CR> angiver."
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  "PointbegrÃ¦nsning (vÃ¦lg)"
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  "# PointbegrÃ¦nsning fÃ¸r en artikel er markeret som populÃ¦r\n"
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  "Indtast standardpoint for at vÃ¦lge artikler: <CR> angiver."
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  "Standardpoint for at vÃ¦lge artikler"
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  "# Standardpoint for at vÃ¦lge artikler\n"
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  "Brug slmface for at vise ''X-face:''s"
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  ""
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "Brug ANSI-farve"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# Hvis ON (TIL) brug ANSI-farve\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  "Standardforgrundsfarve"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standardforgrundsfarve\n"
         "# Standard: -1 (standardfarve)\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  "Standardbaggrundsfarve"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standardbaggrundsfarve\n"
         "# Standard: -1 (standardfarve)\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  "Farve for inverteret tekst (baggrund)"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farve pÃ¥ baggrund for inverteret tekst\n"
         "# Standard: 4 (blÃ¥)\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  "Farve pÃ¥ inverteret tekst (forgrund)"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# Farve pÃ¥ forgrund for inverteret tekst\n"
         "# Standard: 7 (hvid)\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  "Farve pÃ¥ tekstlinjer"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Farve pÃ¥ tekstlinjer\n"
         "# Standard: -1 (standardfarve)\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  "Farve pÃ¥ minihjÃ¦lpemenu"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Farve pÃ¥ minihjÃ¦lpemenu\n"
         "# Standard: 3 (brun)\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  "Farve pÃ¥ hjÃ¦lpetekst"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Farve pÃ¥ hjÃ¦lpesider\n"
         "# Standard: -1 (standardfarve)\n"
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  "Farve pÃ¥ statusbeskeder"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Farve pÃ¥ beskeder i sidste linje\n"
         "# Standard: 6 (cyan)\n"
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  "Farve pÃ¥ citerede linjer"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farve pÃ¥ citeringslinjer\n"
         "# Standard: 2 (grÃ¸n)\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  "Farve pÃ¥ dobbelt citerede linjer"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Farve pÃ¥ dobbelt citerede linjer# Standard: 3 (brun)\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  "Farve pÃ¥ =>3 gange citerede linje"
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farve pÃ¥ >=3 gange citerede linjer\n"
         "# Standard: 4 (blÃ¥)\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  "Farve pÃ¥ artikelhovedlinjer"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farve pÃ¥ hovedlinjer\n"
         "# Standard: 2 (grÃ¸n)\n"
 
 # actual, er det sÃ¥dan noget som "faktiske" eller "rigtige" her, jeg er i tvivl
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  "Farve pÃ¥ aktuelle nyhedshovedfelter"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# Farve pÃ¥ aktuelle nyhedshovedfelter\n"
         "# Standard: 9 (lyserÃ¸d)\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  "Farve pÃ¥ artikelemnelinjer"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Farve pÃ¥ artikelemne\n"
         "# Standard: 6 (cyan)\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  "Farve pÃ¥ svartÃ¦ller"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farve pÃ¥ svartÃ¦ller\n"
         "# Standard: 2 (grÃ¸n)\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  "Farver pÃ¥ afsender (Fra:)"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farve pÃ¥ afsender (Fra:)\n"
         "# Standard: 2 (grÃ¸n)\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  "Farve pÃ¥ hjÃ¦lp-/posttegn"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farve pÃ¥ hjÃ¦lp-/posttegn\n"
         "# Standard: 4 (blÃ¥)\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "Farve pÃ¥ underskrifter"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farve pÃ¥ underskrift\n"
         "# Standard: 4 (blÃ¥)\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  "Farve pÃ¥ fremhÃ¦vede URL'er"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Farve pÃ¥ fremhÃ¦vede URL'er\n"
         "# Standard: -1 (standardfarve)\n"
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid   "Color of verbatim blocks"
 msgstr  "Farve pÃ¥ verbatimblokke"
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  "# Farve pÃ¥ verbatimblokke\n"
         "# Standard: 5 (lyserÃ¸d)\n"
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  "Farve pÃ¥ fremhÃ¦vninger med *stjerner*"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# Farve pÃ¥ ordfremhÃ¦vninger med *stjerner*\n"
         "# Standard: 11 (gul)\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  "Farve pÃ¥ fremhÃ¦vning med _streg_"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# Farve pÃ¥ ordfremhÃ¦vning med _streg_\n"
         "# Standard: 13 (lyselilla)\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  "Farve pÃ¥ fremhÃ¦vninger med /skrÃ¥streg/"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# Farve pÃ¥ ordfremhÃ¦vninger med /skrÃ¥streg/\n"
@@ -6070,21 +6120,21 @@ msgstr  "# Farve pÃ¥ ordfremhÃ¦vninger m
 
 # Er det ikke stroke der er skrÃ¥skreg?
 # nej den er god nok med at slahs er skrÃ¥streg ligesom der stÃ¥r fÃ¸r
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  "Farve pÃ¥ fremhÃ¦vning med -bindestreg-"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# Farve pÃ¥ ordfremhÃ¦vning med -bindestreg-\n"
         "# Standard: 12 (lysblÃ¥)\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  "Attr. pÃ¥ fremhÃ¦vninger med *stjerner*"
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6110,54 +6160,54 @@ msgstr  "# Attributer pÃ¥ ordfremhÃ¦vnin
         "# Attribut pÃ¥ ordfremhÃ¦vning med *stjerner*\n"
         "# Standard: 6 (fed)\n"
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  ""
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  ""
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  ""
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  ""
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  ""
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  ""
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  ""
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  ""
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  ""
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  ""
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  ""
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6166,105 +6216,105 @@ msgid   "# Should the leading and ending
         "# * 2 = print a space instead\n"
 msgstr  ""
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  ""
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  ""
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  ""
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  ""
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  "Postadresse (og fulde navn)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  ""
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  ""
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  ""
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  ""
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
         "# sigfile=--none     don't append a signature\n"
 msgstr  ""
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  ""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  ""
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  ""
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  ""
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  ""
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  ""
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  ""
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  ""
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6277,50 +6327,50 @@ msgid   "# How quoting should be handled
         "#   7 = Compress quotes, quote signatures, quote empty lines\n"
 msgstr  ""
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  ""
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  ""
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
         "# %%N Full Name  %%C First Name   %%I Initials\n"
 msgstr  ""
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  ""
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  ""
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 msgid   "Insert 'User-Agent:' header"
 msgstr  ""
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  ""
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6329,39 +6379,39 @@ msgid   "# Charset supported locally whi
         "# mm_charset is considered not displayable and represented as '?'.\n"
 msgstr  ""
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  ""
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid   "MM_LOCAL_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  ""
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  ""
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  "# Format pÃ¥ postkassen.\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  ""
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
@@ -6369,42 +6419,42 @@ msgid   "# MIME encoding (8bit, base64, 
         "# Russian charsets with a lot of 8bit characters.\n"
 msgstr  ""
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  ""
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
         "# parameter unless post_mime_encoding is 8bit as well.\n"
 msgstr  ""
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  ""
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  ""
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  ""
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  ""
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6414,34 +6464,34 @@ msgid   "# If ON, 8bit characters in mai
         "# turn it ON unless you have some compelling reason.\n"
 msgstr  ""
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  ""
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  ""
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  ""
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
 msgstr  ""
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  ""
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = No\n"
@@ -6450,112 +6500,112 @@ msgid   "# Put your name in the Cc: and/
         "#   3 = Cc and Bcc\n"
 msgstr  ""
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  ""
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  ""
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  "Antal dage en filterpost er gyldig"
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  "# Antal dage et korttidsfilter vil vÃ¦re aktivt\n"
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  ""
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  ""
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  ""
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  "Postmappe"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  ""
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  ""
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  ""
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  ""
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  ""
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  "# Mappe hvor artikler/trÃ¥de gemmes\n"
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  ""
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  ""
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  ""
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  ""
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  ""
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  ""
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
@@ -6563,96 +6613,96 @@ msgid   "# Perform post processing (savi
         "#   2 = yes\n"
 msgstr  ""
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  "Behandl kun ulÃ¦ste artikler"
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  ""
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  ""
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  ""
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  "Printerprogrammet med indstillinger som vil blive brugt til at udskrive "
         "artikler/trÃ¥de."
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  "Printerprogram med indstillinger"
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  ""
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  ""
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  ""
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  ""
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  ""
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  ""
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  ""
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  ""
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  ""
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  ""
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  ""
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -6660,11 +6710,11 @@ msgid   "# Format of mailer line includi
         "# ie. elm interactive          :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 msgstr  ""
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  ""
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -6672,56 +6722,64 @@ msgid   "# Interactive mailreader\n"
         "#   2 = use interactive mailreader without headers in file\n"
 msgstr  ""
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  ""
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  ""
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  "Filnavn for indsendte artikler"
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  ""
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  ""
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  ""
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  ""
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  ""
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  ""
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  ""
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -6729,55 +6787,55 @@ msgid   "# What to do with bogus groups 
         "#   2 = highlight with D on selection screen\n"
 msgstr  ""
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  ""
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  ""
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  ""
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  ""
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  ""
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  ""
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  ""
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  ""
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  ""
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -6787,124 +6845,172 @@ msgid   "# Unicode normalization form\n"
         "#   4 = NFD\n"
 msgstr  ""
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  ""
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  ""
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid   "Delete post-process files"
 msgstr  ""
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  ""
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  ""
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  "Ispellprogram"
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  ""
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 msgid   "Mailing list address"
 msgstr  "Adresse pÃ¥ postliste"
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  "Videresend artikler som bilag"
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  "En kommaadskilt liste af MIME store/smÃ¥ Content-typer. <ESC> afbryder."
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  "Hvilke MIME-typer vil blive gemt"
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  ""
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 msgid   "savefile"
 msgstr  ""
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2814
+msgid   "Quick (1 key) select filter scope"
+msgstr  ""
+
+#: src/lang.c:2819 src/lang.c:2843
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2826
+msgid   "Quick (1 key) select filter case"
+msgstr  ""
+
+#: src/lang.c:2831 src/lang.c:2855
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+msgid   "Quick (1 key) kill filter scope"
+msgstr  ""
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+msgid   "Quick (1 key) kill filter case"
+msgstr  ""
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid   "UNDECLARED_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid   "X_Body"
 msgstr  "X_Body"
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  "X_Headers"
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  ""
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "Version: %s %s udgave %s (Â»%sÂ«) %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "Version: %s %s udgave %s (Â»%sÂ«)\n"
@@ -6913,31 +7019,31 @@ msgstr  "Version: %s %s udgave %s (Â»%sÂ
 msgid   "Unreachable?\n"
 msgstr  ""
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  ""
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  ""
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  "LÃ¦st (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  ""
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  ""
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  ""
 
@@ -6946,40 +7052,40 @@ msgstr  ""
 msgid   "couldn't expand %s\n"
 msgstr  "kunne ikke udvide %s\n"
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  ""
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
         "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr  ""
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  ""
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  ""
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "Afbryder lÃ¦sning, vent venligst..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "AfbrÃ¸d lÃ¦sning\n"
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  ""
 
Binary files tin-1.9.6/po/de.gmo and tin-2.0.0/po/de.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/de.po tin-2.0.0/po/de.po
--- tin-1.9.6/po/de.po	2010-11-26 15:42:45.000000000 +0100
+++ tin-2.0.0/po/de.po	2011-08-22 18:32:41.055218373 +0200
@@ -5,9 +5,9 @@
 # Christian Garbs <tin-dev@cgarbs.de>, 2003.
 #
 msgid   ""
-msgstr  "Project-Id-Version: tin 1.9.3\n"
+msgstr  "Project-Id-Version: tin 1.9.6\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2005-01-29 23:50+0100\n"
         "Last-Translator: Christian Garbs <tin-dev@cgarbs.de>\n"
         "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -17,547 +17,530 @@ msgstr  "Project-Id-Version: tin 1.9.3\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  "Attribut ohne Gültigkeitsbereich: %s"
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 msgid   "Processing attributes... "
 msgstr  "Verarbeite Attribute... "
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  "# Diesen Kommentarabschnitt nicht verändern\n"
         "#\n"
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  "#  scope=ZEICHENKETTE  [notwendig]\n"
         "#    Gültigkeitsbereich, z.B. alt.*,!alt.bin*\n"
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  "#  add_posted_to_filter=ON/OFF\n"
         "#    Filtereintrag erzeugen für eigene Postings\n"
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  "#  advertising=ON/OFF\n"
-        "#    User-Agent:-Header einfuegen\n"
+        "#    User-Agent:-Header einfügen\n"
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  "#  alternative_handling=ON/OFF\n"
         "#    MIME multipart/alternative-Teile ausblenden\n"
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  "#  ask_for_metamail=ON/OFF\n"
         "#    Start des MIME-Viewers erst nach Bestätigung\n"
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  "#  auto_cc_bcc=ZAHL\n"
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  "#    0=Nein, 1=Cc, 2=Bcc, 3=Cc und Bcc\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  "#  auto_save=ON/OFF\n"
         "#    Artikel mit Archive-name:-Header automatisch in die darin\n"
         "#    angegebene Datei speichern\n"
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  "#  auto_select=ON/OFF\n"
         "#    Führe GroupMarkUnselArtRead Kommando automatisch beim Betreten\n"
         "#    der Gruppe aus\n"
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  "#  batch_save=ON/OFF\n"
         "#    Im Batch-Modus werden die Artikel beachtet\n"
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  "#  date_format=ZEICHENKETTE\n"
         "#    z.B. %%a, %%d %%b %%Y %%H:%%M:%%S\n"
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  "#  delete_tmp_files=ON/OFF\n"
         "#    Gespeicherte, zur Nachbearbeitung weitergegebene Artikel ohne\n"
         "#    Nachfrage löschen\n"
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  "#  editor_format=ZEICHENKETTE\n"
         "#    z.B. %%E +%%N %%F\n"
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  "#  fcc=ZEICHENKETTE\n"
         "#    Datei in der eine Kopie der Mail abgelegt werden soll,\n"
         "#    z.B.: =mailbox\n"
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  "#  followup_to=ZEICHENKETTE\n"
         "#    Voreinstellung für den Followup-To:-Header\n"
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  "#  from=ZEICHENKETTE\n"
         "#    Absender, einfach den gewünschten Wert eintragen,\n"
         "#    keine Anführungszeichen verwenden\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  "#  mail_mime_encoding=ZEICHENKETTE"
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  "#  ispell=ZEICHENKETTE\n"
         "#    Aufruf der Rechtschreibprüfung,\n"
         "#    z.B. ispell -C -ddeutsch -w äöüÄÖÜß@ -Tlatin1\n"
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  "#  maildir=ZEICHENKETTE\n"
         "#    Verzeichnis der Mail-Ordner, z.B. ~/Mail\n"
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  "#  mailing_list=ZEICHENKETTE\n"
         "#    Gruppe ist eine gegatete Mailingliste, z.B. majordomo@example.org\n"
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  "#  mime_types_to_save=ZEICHENKETTE\n"
         "#    z.B. image/*,!image/bmp\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  "#  mime_forward=ON/OFF\n"
         "#    Weitergeleitete Artikel als MIME-Anhang senden\n"
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  "#  mm_network_charset=Zeichensatz\n"
         "#    Erlaubt sind folgende:"
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  "#  undeclared_charset=Zeichensatz\n"
         "#    Voreinstellung ist US-ASCII\n"
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  "#  news_headers_to_display=ZEICHENKETTE\n"
         "#    Voreinstellung ist: Newsgroups Followup-To Summary Keywords X-Comment-"
         "To\n"
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  "#  news_headers_to_not_display=ZEICHENKETTE\n"
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  "#  news_quote_format=ZEICHENKETTE\n"
         "#    Einleitungszeile, z.B. news_quote_format=In %%M, %%F wrote:\n"
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  "#  organization=ZEICHENKETTE\n"
         "#    Organization:-Header; ist das erste Zeichen ein '/', wird der\n"
         "#    Wert aus dieser Datei gelesen.\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  "#  post_mime_encoding=ZEICHENKETTE"
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, c-format
 msgid   "#  post_process_type=NUM\n"
 msgstr  "#  post_process_type=ZAHL\n"
         "#    Nachbearbeitung\n"
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  "#  post_process_view=ON/OFF\n"
         "#    Nachbearbeitete Artikel anzeigen\n"
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  "#  quick_kill_scope=ZEICHENKETTE\n"
         "#    Voreinstellung für Gültigkeitsbereich neuer Kill-Einträge,\n"
         "#    z.B. talk.*\n"
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  "#  quick_kill_expire=ON/OFF\n"
         "#    Kill verfällt automatisch\n"
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  "#  quick_kill_case=ON/OFF\n"
-        "#    Kill beachtet Gross/Kleinschreibung\n"
+        "#    Kill beachtet Groß/Kleinschreibung\n"
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  "#  quick_kill_header=ZAHL\n"
         "#    Killen nach:\n"
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
-msgstr  "#    0=Subject: (Gross/Kleinschreibung beachten), 1=Subject: (G/K "
-        "ignorieren)\n"
+msgstr  "#    0=Subject: (Groß/Kleinschreibung beachten), 1=Subject: (G/K ignorieren)\n"
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  "#    2=From: (G/K beachten), 3=From: (G/K ignorieren)\n"
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  "#    4=Message-ID: & alle References: Einträge\n"
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  "#    5=Message-ID: & letzter References: Eintrag\n"
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  "#    6=Message-ID: allein, 7=Lines:\n"
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  "#  quick_select_scope=ZEICHENKETTE\n"
         "#    Voreinstellung für Gültigkeitsbereich neuer Auswahlregeln (Hochscoren)\n"
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  "#  quick_select_expire=ON/OFF\n"
         "#    Regel verfällt automatisch\n"
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  "#  quick_select_case=ON/OFF\n"
-        "#    Regel beachtet Gross/Kleinschreibung\n"
+        "#    Regel beachtet Groß/Kleinschreibung\n"
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  "#  quick_select_header=NUM\n"
         "#    Auswählen (Hochscoren) nach:\n"
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  "#  quote_chars=ZEICHENKETTE\n"
         "#    Zeichen für Zitate in Antworten, %%s oder %%S ergibt Autoreninitialien\n"
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  "#  print_header=ON/OFF\n"
         "#    Alle Header beim Drucken ausgeben\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  "#  prompt_followupto=ON/OFF\n"
         "#    Leeren Followup-To:-Header anzeigen beim Erstellen eines Artikels\n"
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  "#  savedir=ZEICHENKETTE\n"
         "#    Verzeichnis zum Speichern, z.B. ~user/News\n"
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  "#  savefile=ZEICHENKETTE\n"
         "#    Datei zum Speichern, z.B. =linux\n"
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  "#  sigfile=ZEICHENKETTE\n"
         "#    Signatur, z.B. $var/sig\n"
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  "#  show_author=ZAHL\n"
         "#    Anzeige des From-Felds\n"
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  "#  show_info=ZAHL\n"
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  "#  show_signatures=ON/OFF\n"
         "#    Signaturen anzeigen\n"
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  "#  show_only_unread_arts=ON/OFF\n"
         "#    nur ungelesene Artikel anzeigen\n"
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  "#  sigdashes=ON/OFF\n"
         "#    Signatur mit '\\n-- \\n' abtrennen\n"
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  "#  signature_repost=ON/OFF\n"
         "#    Signatur beim Reposten anhängen\n"
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, c-format
 msgid   "#  sort_article_type=NUM\n"
 msgstr  "#  sort_article_type=ZAHL\n"
         "#    Artikel sortieren nach:\n"
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  "#  sort_threads_type=ZAHL\n"
         "#    Threads sortieren nach:\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  "#  tex2iso_conv=ON/OFF\n"
         "#    Automatische Umwandlung von TeX-Umlauten\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, c-format
 msgid   "#  thread_articles=NUM"
 msgstr  "#  thread_articles=ZAHL\n"
         "#    Threading nach:"
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  "#  thread_perc=ZAHL\n"
-        "#    Wieviel Prozent des Subjects müssen gleich sein?\n"
+        "#    Wie viel Prozent des Subjects müssen gleich sein?\n"
 
-#: src/attrib.c:1238
+#: src/attrib.c:1248
 #, c-format
 msgid   "#  trim_article_body=NUM\n"
 msgstr  "#  trim_article_body=ZAHL\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1239
+#: src/attrib.c:1249
 #, c-format
 msgid   "#    0 = Don't trim article body\n"
-msgstr  ""
+msgstr  "#    0 = Artikelrumpf nicht anpassen\n"
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  "#    1 = Führende Leerzeilen überspringen\n"
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  "#    2 = Abschliessende Leerzeilen überspringen\n"
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  "#    3 = Führende und abschliessende Leerzeilen überspringen\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  "#  verbatim_handling=ON/OFF\n"
         "#    Wortgetreue Textblöcke erkennen\n"
 
-# TRANSLATION MISSING
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  "#  x_body=ZEICHENKETTE\n"
         "#    Text wird automatisch zu Beginn des Artikels eingefügt,\n"
         "#    z.B. ~/.tin/extra-body-text\n"
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  "#  x_comment_to=ON/OFF\n"
         "#    X-Comment-To:-Header einfügen.\n"
         "#    (Nur sinnvoll in nach Fido Technology Network gegateten Gruppen.)\n"
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  "#  x_headers=ZEICHENKETTE\n"
         "#    Zusätzliche Header, z.B. ~/.tin/extra-headers\n"
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  "#\n"
         "# Es empfiehlt sich, zuerst allgemein gültige und danach spezielle,\n"
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  "# nur für bestimmte Newsgruppen gültige Einträge aufzuführen.\n"
         "#\n"
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  "############################################################################\n"
@@ -566,7 +549,6 @@ msgstr  "###############################
 msgid   "(unknown)"
 msgstr  "(unbekannt)"
 
-# TRANSLATION MISSING
 #: src/keymap.c:277
 msgid   "NULL"
 msgstr  ""
@@ -720,12 +702,10 @@ msgstr  "%*s[-- Beschreibung: %s --]\n"
 msgid   "%d lines"
 msgstr  "%d Zeilen"
 
-# TRANSLATION MISSING
 #: src/lang.c:80
 msgid   "Attachment Menu"
 msgstr  ""
 
-# TRANSLATION MISSING
 #: src/lang.c:81
 msgid   "Attachment Menu Commands"
 msgstr  ""
@@ -761,7 +741,6 @@ msgstr  ""
 msgid   "Untagged attachment"
 msgstr  ""
 
-# TRANSLATION MISSING
 #: src/lang.c:89
 msgid   "Attributes Menu Commands"
 msgstr  ""
@@ -990,7 +969,7 @@ msgstr  "Erzeuge die Datei 'active' für 
 msgid   "Creating newsrc file...\n"
 msgstr  "Erzeuge newsrc Datei...\n"
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "Voreinstellung"
 
@@ -1022,7 +1001,6 @@ msgstr  "*** Ende der Gruppen ***"
 msgid   "*** End of page ***"
 msgstr  "*** Seitenende ***"
 
-# TRANSLATION MISSING
 #: src/lang.c:161
 msgid   "*** End of scopes ***"
 msgstr  ""
@@ -1277,7 +1255,7 @@ msgid   "\n"
 msgstr  "\n"
         "Fehler: Das Posting enthält nicht-ASCII Zeichen, aber die MIME-Kodierung\n"
         "        für Artikel ist auf \"7bit\" gesetzt. Bitte ändern Sie dies auf\n"
-        "        \"8bit\" oder \"quoted-printable\" - Zeichensatzabhängig -  via\n"
+        "        \"8bit\" oder \"quoted-printable\" - Zeichensatz abhängig -  via\n"
         "         M)enü oder durch editieren der tinrc.\n"
 
 #: src/lang.c:226
@@ -1359,7 +1337,7 @@ msgstr  "\n"
 
 #: src/lang.c:243
 msgid   "Can't get a (fully-qualified) domain-name!"
-msgstr  "Kann keinen (vollqualifizierten) Domainnamen finden!"
+msgstr  "Kann keinen (voll qualifizierten) Domainnamen finden!"
 
 #: src/lang.c:244
 #, c-format
@@ -1781,758 +1759,740 @@ msgid   "toggle display of sections hidd
 msgstr  "schalte Anzeige von durch Form-Feed (^L) versteckten Teilen ein/aus"
 
 #: src/lang.c:358
+msgid   "toggle display of all headers"
+msgstr  ""
+
+#: src/lang.c:359
 msgid   "toggle word highlighting on/off"
 msgstr  "schaltet das Wort-Hervorheben ein/aus"
 
-#: src/lang.c:359
+#: src/lang.c:360
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  "(de)aktiviert ROT-13 Dekodierung für den aktuellen Artikel"
 
-#: src/lang.c:360
+#: src/lang.c:361
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  "wechsle Tabulatorweite 4 <-> 8"
 
-#: src/lang.c:361
+#: src/lang.c:362
 msgid   "toggle german TeX style decoding for current article"
 msgstr  "(de)aktiviere deutsche TeX-style Dekodierung für aktuellen Artikel"
 
-#: src/lang.c:362
+#: src/lang.c:363
 msgid   "toggle display of uuencoded sections"
 msgstr  "Anzeige von UU-kodierten Teilen umschalten"
 
-#: src/lang.c:363
+#: src/lang.c:364
 msgid   "View/pipe/save multimedia attachments"
 msgstr  "Multimedia-Anhänge anzeigen/pipen/speichern"
 
-#: src/lang.c:364
+#: src/lang.c:365
 msgid   "choose first attachment in list"
 msgstr  "wähle ersten Anhang in der Liste"
 
-#: src/lang.c:365
+#: src/lang.c:366
 msgid   "0 - 9\t  choose attachment by number"
 msgstr  "0 - 9\t  Wähle Anhang anhand der Nummer"
 
-#: src/lang.c:366
+#: src/lang.c:367
 msgid   "choose last attachment in list"
 msgstr  "wähle letzten Anhang in der Liste"
 
-# TRANSLATION MISSING
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:369
+#: src/lang.c:370
 msgid   "pipe raw attachment into command"
 msgstr  ""
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  "Anhang speichern"
 
-#: src/lang.c:372
+#: src/lang.c:373
 msgid   "search for attachments forwards"
 msgstr  ""
 
-#: src/lang.c:373
+#: src/lang.c:374
 msgid   "search for attachments backwards"
 msgstr  ""
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  "Anhang ansehen"
 
-#: src/lang.c:375
+#: src/lang.c:376
 msgid   "tag attachment"
 msgstr  "Anhang markieren"
 
 # TODO: formating
-#: src/lang.c:376
+#: src/lang.c:377
 msgid   "tag attachments that match user specified pattern"
 msgstr  ""
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 msgid   "untag all tagged attachments"
 msgstr  "hebt die Markierung der markierten Anhänge auf"
 
-#: src/lang.c:379
+#: src/lang.c:380
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  ""
 
-#: src/lang.c:380
+#: src/lang.c:381
 msgid   "choose first attribute in list"
 msgstr  "wähle erstes Attribut in der Liste"
 
-#: src/lang.c:381
+#: src/lang.c:382
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  Wähle Attribut anhand der Nummer"
 
-#: src/lang.c:382
+#: src/lang.c:383
 msgid   "choose last attribute in list"
 msgstr  "wähle letztes Attribut in der Liste"
 
-# TRANSLATION MISSING
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 msgid   "search forwards for an attribute"
 msgstr  "suche vorwärts nach einem Attribut"
 
-#: src/lang.c:385
+#: src/lang.c:386
 msgid   "search backwards for an attribute"
 msgstr  "sucht rückwärts nach einem Attribut"
 
-# TRANSLATION MISSING
-#: src/lang.c:386
+#: src/lang.c:387
 msgid   "select attribute"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  "sendet Fehlerbericht oder Kommentar via Mail an %s"
 
-#: src/lang.c:389
+#: src/lang.c:390
 msgid   "choose first option in list"
 msgstr  "Wähle erste Option in der Liste"
 
-#: src/lang.c:390
+#: src/lang.c:391
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  wählt die Option anhand der Nummer"
 
-#: src/lang.c:391
+#: src/lang.c:392
 msgid   "choose last option in list"
 msgstr  "Wähle letzte Option in der Liste"
 
-# TRANSLATION MISSING
-#: src/lang.c:392
+#: src/lang.c:393
 msgid   "start scopes menu"
 msgstr  ""
 
-#: src/lang.c:393
+#: src/lang.c:394
 msgid   "search forwards for an option"
 msgstr  "suche vorwärts nach einer Option"
 
-#: src/lang.c:394
+#: src/lang.c:395
 msgid   "search backwards for an option"
 msgstr  "sucht rückwärts nach einer Option"
 
-#: src/lang.c:395
+#: src/lang.c:396
 msgid   "select option"
 msgstr  "Option auswählen"
 
-# TRANSLATION MISSING
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  "Bereich der Artikel, die vom nächsten Kommando betroffen sind"
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  "Verlassen der Kommandozeile"
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  "Filter-Datei bearbeiten"
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  "zeigt die Hilfe"
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  "zeigt den zuletzt angezeigten Artikel an"
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  "eine Zeile runter"
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  "eine Zeile hoch"
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  "Artikel mit dieser Message-ID anzeigen"
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  "Artikel/Thread/hervorgeh./markierten Artikel per Mail weiterleiten"
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  "Menü der konfigurierbaren Optionen"
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  "eine Seite runter"
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  "eine Seite hoch"
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  "poste (schreibe) Artikel in die aktuelle Gruppe"
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  "poste zurückgestellte Artikel"
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  "listet Ihre geposteten Artikel auf (aus der 'posted' Datei)"
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  "kehrt zum vorherigen Menü zurück"
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  "beendet tin sofort"
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  "Bildschirmdarstellung neu zeichnen"
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  "speichert Artikel/Thread hervorgehoben/Muster/markierten Artikel"
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  "speichert markierte Artikel automatisch ohne Nachfrage"
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  "Bildschirm eine Zeile nach oben schieben"
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  "Bildschirm eine Zeile nach unten schieben"
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  "sucht rückwärts nach Artikeln von Autor"
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  "sucht vorwärts nach Artikeln von Autor"
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  "sucht in allen Artikel nach vorgegebener Zeichenkette (kann dauern)"
 
 # TODO: formating
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
-msgstr  " \t  (Suchen beachten Gross/Kleinschreibung nicht und laufen über den\n"
+msgstr  " \t  (Suchen beachten Groß/Kleinschreibung nicht und laufen über den\n"
         "          letzten Artikel hinaus zum ersten Artikel der Gruppe und von dort\n"
         "          aus weiter.)"
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  "durchsucht Artikel rückwärts nach Subject Zeile"
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  "durchsucht Artikel vorwärts nach Subject Zeile"
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  "letzte Suche wiederholen"
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  "markiere Artikel für nochmaliges posten/pipen/drucken/abspeichern"
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  "Anzeige von Subject/Beschreibung in d. letzten Zeile (de)aktivieren"
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  "(de)aktiviert inverse Darstellung"
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  "schaltet das Minihilfemenü ein/aus"
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  "Zeigt des Autors EMail Adresse, Realname, beides oder nichts\n"
         "          von beidem an"
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  "zeige Versionsinformationen"
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  "markiert alle Artikel als gelesen und kehrt zum Gruppenmenü zurück"
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  "markiere Artikel gelesen; öffne nä. Gruppe mit ungelesenen Artikeln"
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  "Wähle ersten Thread in der Liste"
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  "Wähle letzten Thread in der Liste"
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  "listet Artikel im aktuellen Thread (öffnet das Thread Untermenü)"
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  "markiert Artikel als ungelesen"
 
-#: src/lang.c:440
+#: src/lang.c:441
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  "markiert den aktuellen Thread, Bereich oder markierte Artikel als gelesen"
 
-#: src/lang.c:441
+#: src/lang.c:442
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  "markiert den aktuellen Thread, Bereich oder markierte Artikel als ungelesen"
 
-# TRANSLATION MISSING
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  "wechselt zwischen der Anzeige aller/markierter (hot) Artikel"
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  "zeige nächste Gruppe"
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  "zeige vorhergehende Gruppe"
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  "Markierung 'hot'/wichtig für alle Artikel umschalten"
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  "Markierung 'hot'/wichtig für Gruppe setzen"
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  "Markierung 'hot'/wichtig für Thread setzen"
 
 # TODO: formating
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  "Markierung 'hot'/wichtig für alle Threads setzen, die schon einen\n"
         "          ungelesenen Artikel mit Markierung 'hot'/wichtig enthalten."
 
 # TODO: formating
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  "Markierung 'hot'/wichtig für alle Threads setzen, die einem\n"
         "          gewählten Muster entsprechen"
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  "markiert alle Teile der multipart-Nachrichten in der Reihenfolge"
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  wählt Thread anhand der Nummer"
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  "Anzahl der zu holenden oder wieder zu ladenden Artikel ändern"
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  "wechselt zwischen der Anzeige aller/ungelesener Artikel"
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  "Markierung 'hot'/wichtig für Thread setzen/entfernen"
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  "wechsle durch die verschiedenen Threading-Optionen"
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  "Markierung 'hot'/wichtig für alle Artikel entfernen"
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  "hebt die Markierung der markierten Artikel auf"
 
-# TRANSLATION MISSING
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:461
+#: src/lang.c:462
 msgid   "delete scope"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:462
+#: src/lang.c:463
 msgid   "edit attributes file"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:463
+#: src/lang.c:464
 msgid   "choose first scope in list"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:464
+#: src/lang.c:465
 msgid   "0 - 9\t  choose scope by number"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:465
+#: src/lang.c:466
 msgid   "choose last scope in list"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:468
+#: src/lang.c:469
 msgid   "select scope"
 msgstr  ""
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  "markiert alle Artikel der Gruppe als gelesen"
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  "markiert Gruppe als gelesen, springt zur nächsten mit ungel. Artikeln"
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  "Wähle erste Gruppe in der Liste"
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  "Gruppe anhand des Namens auswählen"
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  wählt die Gruppe anhand der Nummer"
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  "Bereich der Gruppen, die vom nächsten Kommando betroffen sind"
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  "Wähle letzte Gruppe in der Liste"
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  "markiert alle Artikel in der gewählten Gruppe als ungelesen"
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  "bewegt die gewählte Gruppe innerhalb der Liste"
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  "wählt die nächste Gruppe mit ungelesenen Artikeln"
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  "Beenden"
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  "beenden ohne die Konfigurationsänderungen zu sichern"
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  "liest ausgewählte Gruppe"
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  "setzt die .newsrc zurück (alle Artikel als gelesen markiert)"
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  "sucht rückwärts nach einem Gruppennamen"
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  " \t  (alle Suchen sind case-insensitive und beginnen am Ende von vorn)"
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  "suche vorwärts nach einer Gruppe"
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  "abonniert ausgewählte Gruppe"
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  "abonniere Gruppen, die auf das Muster passen"
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  "lies die Datei 'active' neu ein, um nach neuen Artikeln zu suchen"
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  "Anzeige der Kurzbeschreibung der Gruppe (de)aktivieren."
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  "wechselt die Anzeige zwischen allen/ungelesenen abonnierten Gruppen"
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  "bestellt ausgewählte Gruppe ab"
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  "bestelle Gruppen ab, die auf das Muster passen"
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  "Liste der Gruppen sortieren"
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  "schaltet um zwischen der Anzeige aller/abonnierten Gruppen"
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  "0 - 9\t  Wähle Artikel anhand der Nummer"
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  "markiert den Thread als gelesen und kehrt zum Gruppenindex zurück"
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  "markiert Thread als gelesen; nächster ungelesener Thread/Gruppe"
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  "wähle ersten Artikel in der Liste"
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  "wähle letzten Artikel in der Liste"
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  ""
 
-#: src/lang.c:501
+#: src/lang.c:502
 msgid   "mark article, range or tagged articles as unread"
 msgstr  ""
 
-#: src/lang.c:502
+#: src/lang.c:503
 msgid   "mark current thread as unread"
 msgstr  "markiert den aktuellen Thread als ungelesen"
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  "zeige gewählten Artikel"
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  "Darstellungsoptionen\n"
         "--------------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "Verschiedenes\n"
         "-------------"
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  "Position ändern\n"
         "---------------"
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  "Gruppe/Thread/Artikel Kommandos\n"
         "-------------------------------"
 
-#: src/lang.c:508
+#: src/lang.c:509
 msgid   "Attachment operations\n"
         "---------------------"
-msgstr  "Anhangsoptionen\n"
-        "---------------"
+msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:509
+#: src/lang.c:510
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:510
+#: src/lang.c:511
 msgid   "Option operations\n"
         "-----------------"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:511
+#: src/lang.c:512
 msgid   "Scope operations\n"
         "----------------"
 msgstr  ""
 
-#: src/lang.c:512
+#: src/lang.c:513
 msgid   "URL operations\n"
         "--------------"
 msgstr  ""
 
-#: src/lang.c:513
+#: src/lang.c:514
 msgid   "choose first URL in list"
 msgstr  "Wähle erste URL in der Liste"
 
-#: src/lang.c:514
+#: src/lang.c:515
 msgid   "0 - 9\t  choose URL by number"
 msgstr  "0 - 9\t  wählt die URL anhand der Nummer"
 
-#: src/lang.c:515
+#: src/lang.c:516
 msgid   "choose last URL in list"
 msgstr  "Wähle letzte URL in der Liste"
 
-#: src/lang.c:516
+#: src/lang.c:517
 msgid   "search for URLs forwards"
-msgstr  ""
+msgstr  "Suche vorwärts nach URLs"
 
-#: src/lang.c:517
+#: src/lang.c:518
 msgid   "search for URLs backwards"
-msgstr  ""
+msgstr  "Suche rückwärts nach URLs"
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 msgid   "toggle info message in last line (URL)"
 msgstr  ""
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  "Gruppenlevel Befehle"
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  "Killfilter hinzugefügt"
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  "Automatischer Auswahlfilter hinzugefügt"
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  "Alle Teile markiert"
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  "Speichert Artikel, um ihn später zu posten"
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  "Bitte ein gültiges Zeichen eingeben"
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  "Teil Nummer %d fehlt."
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  "*** Keine zurückgelegten Artikel ***"
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  "Kein mehrteiliger Artikel"
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  "Sie haben diese Gruppe nicht abonniert"
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  "Kein vorhergehender Ausdruck"
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  "Ausführung nicht möglich im nicht-überschreiben Modus"
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  "%d zurückgelegte %s, hervorholen mit ^O...\n"
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  "X-Conversion-Note: multipart/alternative Inhalt wurde entfernt.\n"
         "  Um das zu ändern, setzen Sie in der tinrc das alternative_handling auf OFF\n"
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  "Dateiname für %s/%s ist eine Mailbox. Anhang nicht gespeichert"
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  "TeX2Iso kodierter Artikel"
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  "unvollständige "
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2590,133 +2550,133 @@ msgstr  "\n"
         "Bitte senden Sie Fehlerberichte und Kommentare mittels des 'R' Kommandos an\n"
         "%s.\n"
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  "Ungültige From: %s Zeile. Lesen Sie  INSTALL nochmal."
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  "Ungültige Mehrbytezeichen-Folge vorhanden\n"
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  "Ungültiger Sender:-Header %s"
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  "Inverse Bilddarstellung abgestellt"
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  "Inverse Bilddarstellung eingeschaltet"
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  "Fehlende Definition für %s\n"
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  "Ungültige Tastenbelegung '%s'\n"
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  "Ungültiger Tastenname '%s'\n"
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  "Keymap-File wurde auf Version %s umgestellt\n"
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  "Filter From:   [%s] (j/n): "
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  "Filter Z.:  (</>num): "
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  "Filter Menü (Kill, Bewertung/Score verringern)"
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  "Filter Msg-Id: [%s] (v/l/n/n): "
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  "Filter nach Muster  : "
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  "Filter Subject:[%s] (j/n): "
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  "Filter Textmuster   : "
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  "Filterzeit in Tagen : "
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  "Letzte"
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  "-- Letzte Antwort --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  "Zeilen %s "
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  "Maile"
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  "Mailbox "
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "Mailt Artikel an [%.*s]> "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "Maile Log-Datei an %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
 msgstr  "Maile einen Fehlerbericht..."
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  "Fehlerbericht an %s senden?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  "Gemailt"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  "Senden der Mail an %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
@@ -2726,343 +2686,341 @@ msgstr  "# [Mail/Speicher] active-Datei.
         "# Das 4. Feld ist das Basisverzeichnis (z.B. ~/Mail oder ~/News)\n"
         "#\n"
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, c-format
 msgid   "%s marked as read"
 msgstr  "%s als gelesen markiert"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  "%s als ungelesen markiert"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "%d von %d %s als gelesen markiert"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "%d von %d %s als ungelesen markiert"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  "Markierung"
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "Alle Artikel als gelesen markieren%s?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, c-format
 msgid   "Mark article as read%s?"
 msgstr  "Artikel als gelesen markieren%s?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  "Die Gruppe %s als gelesen markieren?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "Den Thread als gelesen markieren%s?"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  "Übereinstimmende %s Gruppen..."
 
-# TRANSLATION MISSING
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  ""
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  ""
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=anzeigen; %s=pipen; %s=markieren; %s=Muster markieren; %s=Markierung "
         "aufheben"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  ""
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=Wähle n; %s=n. ungel.; %s=Suche; %s=Filter"
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  "%s=Autorsuche; %s=Catchup; %s=n. unten; %s=n. oben; %s=gelesen; %s=Thread anz."
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=n. oben; %s=n. unten; %s=BildAuf; %s=BildAb; %s=Anfang; %s=letzte Zeile"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=Suche vorwärts; %s=Suche rückwärts; %s=Beenden"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  "%s=Autorsuche; %s=Su. Inhalt; %s=Catchup; %s=Antw in NG; %s=gelesen"
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  "%s=hinzufügen; %s=verschieben; %s=umbenennen; %s=löschen"
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  "<n>=Wähle n; %s=n. ungel.; %s,%s=Suche; %s=Catchup"
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=n. unten; %s=n. oben; %s=Hilfe; %s=verschieben; %s=Ende; %s=Alle/Nur ungel."
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  "%s=Abo; %s=Abo n. Muster; %s=Abbestellen; %s=Abbest. n. Muster; %s=Alle/Nur "
         "abon."
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  "<n>=Wähle n; %s=n. ungel.; %s=Catchup; %s=Infozeile"
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  "%s=Hilfe; %s=n. unten; %s=n. oben; %s=Ende; %s=tag; %s=ungelesen"
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=Suche vorwärts; %s=Suche rückwärts; %s=Suche wiederholen"
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  "--Mehr--"
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  "Verschiebe %s..."
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  "Message-ID: & letzte Reference"
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  "Message-ID: Zeile             "
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  "Message-ID: & References:     "
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ", Name: "
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  "Gehe zu Gruppe [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  "Gruppen"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  "Position %s in der Gruppenliste (1,2,..,$) [%d]> "
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  "Gruppe"
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  "Erneut versuchen, die newsrc-Datei zu schreiben?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  "Warnung: Keine Newsgruppen in die newsrc geschrieben. Speicherabbruch."
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  "newsrc-Datei erfolgreich geschrieben.\n"
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  "-- Nächste Antwort --"
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  "Nein"
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  "*** Keine Artikel ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  "Es wurden keine Artikel gepostet"
 
-#: src/lang.c:645
+#: src/lang.c:646
 msgid   "*** No attachments ***"
 msgstr  "*** Keine Anhänge ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  "*** Keine Kurzbeschreibung ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  "Kein Dateiname"
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  "Keine Gruppe"
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  "*** Keine Newsgruppen ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  "Keine Gruppen zum Lesen übrig"
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  "Keine letzte Nachricht"
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  "Keine EMail-Adresse"
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  "Keine Artikel zum Speichern markiert"
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  "Kein Treffer"
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  "Keine Gruppen mehr"
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  "Keine Newsgruppen"
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  "Kein nächster ungelesener Artikel"
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  "Keine vorherige Gruppe"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  "Keine vorherige Suche, nichts zu wiederholen"
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  "Kein vorheriger ungelesener Artikel"
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  "Keine Antworten"
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  "Keine Antworten vorhanden im aktuellen Thread"
 
-# TRANSLATION MISSING
-#: src/lang.c:663
+#: src/lang.c:664
 msgid   "*** No scopes ***"
 msgstr  ""
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  "Kein Suchmuster"
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  "Kein Subject"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  "%s: Terminal muss Löschen bis zum Ende der Zeile (ce) unterstützen\n"
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  "%s: Terminal muss Löschen bis zum Ende des Schirmes unterstützen (cd)\n"
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  "%s: Terminal muss Schirmlöschen (cl) unterstützen\n"
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  "%s: Terminal muss Cursor-Bewegungen unterstützen (cm)\n"
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  "%s: TERM-Variable muss gesetzt sein, um das Terminal richtig anzusteuern\n"
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  "Kein Programm für %s/%s gefunden\n"
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  "Newsgruppe existiert nicht auf diesem Server"
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  "Gruppe %s nicht in der Active-Datei gefunden"
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "c=erzeuge, a=alternativer Name, d=voreingestellte .newsrc, q=beende tin: "
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "a=alternativer Name, d=voreingestellte .newsrc, q=beende tin: "
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -3089,45 +3047,44 @@ msgstr  "# NNTP-Server -> newsrc Überset
         "#   news.example.org  /tmp/nrc-ex      example    ex\n"
         "#\n"
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  "Nur"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "Option nicht vorhanden. Neu kompilieren mit %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  "Optionsmenü"
 
-# TRANSLATION MISSING
-#: src/lang.c:688
+#: src/lang.c:689
 msgid   "Options Menu Commands"
-msgstr  ""
+msgstr  "Optionsmenü Befehle"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  "Fehler im regulären Ausdruck: %s an Pos. %d '%s'"
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  "Fehler im regulären Ausdruck: Interner Fehler %d des pcre"
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  "Fehler im regulären Ausdruck: pcre interner Fehler %s"
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  "Schreibe eine Antwort..."
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
@@ -3135,275 +3092,275 @@ msgstr  "Ein Fehler trat beim Posten des
         "ein temporäres Problem ist, das später nicht mehr vorhanden ist, können Sie\n"
         "den Artikel zurückstellen und später mit ^O wieder hervorholen.\n"
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  "Übersicht der geposteten Artikel"
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "In Newsgruppe(n) [%s] posten> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  "-- Nachbearbeitung gestartet --"
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  "-- Nachbearbeitung beendet --"
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  "Wähle Subject [%s]> "
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  "# Zusammenfassung der gemailten/geposteten Artikel mit 'W' in tin.\n"
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  "Poste Artikel..."
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  "Zurückgelegten Artikel [%%s]posten? (%s/%s/%s/%s/%s): "
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  "Wichtig/Hot %s"
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  "%s markiert"
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  "%s Markierung entfernt"
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  "Bearbeite zum Löschen markierte EMails."
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  "Bearbeite zum Löschen markierte gespeicherte Artikel."
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  "Followup-To akzeptieren? %s=posten, %s=ignorieren, %s=Ende: "
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  "Mail unverändert, Absenden abbrechen?"
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  "Wollen Sie die zurückgestellten Artikel sehen (%d)?"
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  "Artikel schnell (laut Voreinstellungen) killen?"
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  "Filterregel (hochscoren) (laut Voreinstellungen) hinzufügen?"
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  "Möchten Sie das Programm wirklich beenden?"
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  "%s=cancel-Nachricht editieren, %s=Ende, %s=löschen [%%s]: "
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  "Es befinden sich markierte Artikel in der Gruppe, trotzdem beenden?"
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=zurücklegen: "
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  "%s=Abbrechen %s=Editieren %s=Kill-Filter speichern: "
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  "%s=Abbrechen %s=Editieren %s=Filter (hot) speichern: "
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "Wirklich ohne Speichern der Konfiguration beenden?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  "Ungültige Bereichsangabe - Gültig wäre '0-9.$' z.B. 1-$"
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  "Wollen Sie diese Operation abbrechen?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  "Wollen Sie tin augenblicklich verlassen?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  "Lesen ('q' zum Beenden)..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  "Lese %sArtikel..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  "Lese %sAttribute-Datei...\n"
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  "Lese %sKonfigurations-Datei...\n"
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  "Lese Filter-Datei...\n"
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  "Lese %s Gruppen..."
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  "Lese Eingabe-History...\n"
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  "Lese Tastaturbelegungen...\n"
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  "Lese Gruppen aus dem Active... "
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  "Lese Gruppen aus der newsrc-Datei... "
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  "Lese Newsgroups-Datei... "
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  "Lese newsrc-Datei..."
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  "References: Zeile             "
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  "(noch %d:%02d benötigt)"
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  "Nicht vorhandene Gruppe %s entfernt."
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  "Aus der vorigen Regel gelöscht: "
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "Fehler: Benenne %s in %s"
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  "Mailantwort an Autor..."
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  "Reposte"
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  "Wiederholtes posten des Artikels..."
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  "Wiederholtes posten de(s|r) Artikel(s) in [%s]> "
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  "newsrc zurücksetzen?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  "Antworten werden in folgende Gruppen gepostet"
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  "Antwort per Mail wurde angefordert. %s=Mail, %s=post, %s=beenden: "
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  "Drücken Sie <RETURN> um fortzufahren..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  "Wähle From     [%s] (j/n): "
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  "Wähle Zeilen: (</>num): "
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  "Filter Menü (Bewertung/Score erhöhen)"
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  "Wähle Msg-Id   [%s] (v/l/n/n): "
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  "Wähle Muster        : "
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  "Wähle Subject  [%s] (j/n): "
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  "Wähle Textmuster    : "
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  "Wähle Zeit in Tagen   : "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3423,267 +3380,259 @@ msgstr  "# %s Server Konfigurationsdatei
         "############################################################################\n"
         "\n"
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  "Zeige nur Gruppen mit ungelesenen Artikeln"
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  "Subject: Zeile (Groß-Kl. ignorieren)         "
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  "Subject: Zeile (Groß-Kl. beachten)           "
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  "Speichern"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  "'%s' (%s/%s) speichern?"
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  "Zuerst Konfiguration speichern und danach fortfahren?"
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  "Name der zu speichernden Datei> "
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  "Gespeichert"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  "%4d ungelesene (%4d 'hot') %s in %s\n"
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  "%s gespeichert...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  "Nichts gespeichert"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s aus %d %s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s nach %s%s gespeichert --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s gespeichert als %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  "Speichere..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  "%s: Initialisierung des Bildschirms fehlgeschlagen"
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s: Anzeige ist zu klein\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  "Anzeige zu klein, %s beendet sich\n"
 
-# TRANSLATION MISSING
-#: src/lang.c:795
+#: src/lang.c:796
 msgid   "Delete scope?"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:796
+#: src/lang.c:797
 msgid   "Enter scope> "
 msgstr  ""
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid   "Select new position> "
 msgstr  "Neue Position auswählen> "
 
-# TRANSLATION MISSING
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:801
+#: src/lang.c:802
 msgid   "Select scope> "
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:802
+#: src/lang.c:803
 msgid   "Scopes Menu"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:803
+#: src/lang.c:804
 msgid   "Scopes Menu Commands"
 msgstr  ""
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "Suche rückwärts [%s]> "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  "Durchsuche Artikelinhalt [%s]> "
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "Suche vorwärts [%s]> "
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  "Suche..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  "Suche Artikel %d von %d ('q' zum abbrechen)..."
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  "Wähle Artikel> "
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  "Wähle Optionsnummer, oder benutze die Cursor Tasten und <CR>. 'q' zum beenden."
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  "Wähle Gruppe> "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  "Nenne das Auswahlmuster [%s]> "
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  "Wähle thread > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  "%s %s %s (\"%s\") [%s]: schicken Sie einen DETAILLIERTEN Fehlerbericht an %s\n"
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  "Die 'active' Datei des Servers"
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  "Kann die Newsgruppe nicht öffnen. Sie muss erst abonniert werden..."
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  "<LEERT>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  "Starte: (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  "Zeige Thread (%d von %d)"
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  "Thread (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  "Wildcardmuster für zu abonnierende Gruppen> "
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  "%d Gruppen sind abonniert"
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  "%s wurde abonniert"
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  "Abonniere... "
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  "Artikel erneut posten oder überschreiben [%%s]? (%s/%s/%s): "
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  "Supersede (überschreibe) Artikel in den Gruppen [%s]> "
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  "Überschreibe Artikel ..."
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  "\n"
         "Angehalten. Geben Sie 'fg' ein um %s wieder zu starten\n"
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  "%d Tage"
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  "<TAB>"
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  "TeX "
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  "# Voreingestellte Aktion/zeige Zeichenkette\n"
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3693,276 +3642,276 @@ msgid   "# Defaults for quick (1 key) ki
         "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 msgstr  "# Voreinstellung für schnellen (1 Taste) Filterregeln (Kill & Hochscoren)\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & volle References: Zeile\n"
-        "#             5=Message-ID: & letzter Reference: Eintrag ausschliesslich\n"
+        "#             5=Message-ID: & letzter Reference: Eintrag ausschließlich\n"
         "#             6=Message-ID: Eintrag nur 7=Zeilen:\n"
         "# global=ON/OFF  ON=alle Gruppen OFF=nur für die aktuellen Gruppe\n"
         "# case=ON/OFF    ON=Filter case sensitive OFF=ignoriere case\n"
         "# expire=ON/OFF  ON=Verfallen nach default_filter_days OFF=verfällt nie\n"
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  "# Falls ON anzeige des Subject oder des Gruppennamens in der letzten Zeile.\n"
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  "# Benutzte Host- & Zeit-Info um neue Gruppen zu finden (nicht ändern)\n"
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  "Es gibt keine neuen Artikel\n"
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  "Thread"
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  "Thread Level Kommandos"
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  "Thread nicht mehr ausgewählt"
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  "Thread ausgewählt"
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  "Threads"
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  "Thread"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "Thread %4s v. %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  "Sortiere Artikel..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  "Wort-Hervorhebung: %s"
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  "ROT13-Kodierung (de)aktiviert"
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  "Deutsche TeX-Dekodierung: %s"
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  "Tabulatorweite zu %d gewechselt"
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  "%d Versuche %s zu dotlocken"
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  "%d Versuche %s zu locken"
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  "          h=Hilfe"
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  "Unbegrenzt"
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  "Wildcardmuster für abzubestellende Gruppen> "
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  "Fehler beim Dekodieren von %s : %s"
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  "Kein Ende."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s erfolgreich dekodiert."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  "%*s[-- %s/%s, %suukodierte Datei, %d Zeilen, Name: %s --]\n"
         "\n"
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  "ungelesen "
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  "%d Gruppen abbestellt"
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  "%s wurde abbestellt"
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  "Abbestellen... "
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  "Aktuelle Sortierung der Artikel aufheben..."
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  "Aktualisiert"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  "Nicht auswertbare \"LIST COUNTS\" Zeile: \"%s\""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
 msgstr  "Aktualisiere"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  "URL Menü"
 
-#: src/lang.c:887
+#: src/lang.c:888
 msgid   "URL Menu Commands"
-msgstr  ""
+msgstr  "URL Menü Befehle"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, c-format
 msgid   "Opening %s"
 msgstr  "Öffne %s"
 
-#: src/lang.c:889
+#: src/lang.c:890
 msgid   "Select URL> "
 msgstr  "Wähle URL> "
 
-#: src/lang.c:890
+#: src/lang.c:891
 msgid   "No URLs in this article"
 msgstr  "Keine URLs im Artikel"
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  "MIME-Anzeigeprogramm für diese Nachricht benutzen?"
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  "  -c       Markiere Artikel gelesen in den abonnierten Gruppen (Batch-Modus)"
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  "  -Z       Rückgabewert zeigt, ob ungelesene Artikel vorliegen (Batch-Modus)"
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  "  -q       Überprüfe nicht auf neue Newsgruppen"
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  "  -X       Speicher keine Dateien beim Beenden"
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  "  -d       Zeige keine Newsgruppenbeschreibungen"
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  "  -G limit Hole nur 'limit' Artikel pro Newsgruppe"
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  "  -H       Hilfe und Informationen über %s"
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  "  -h       Diese Hilfeseite"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  "  -I Verz. Verzeichnis für Artikel-Index-Datei [Standard=%s]"
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  "  -u       Erneuere Index-Dateien (Batch-Modus)"
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  "  -m Verz. Mailbox-Verzeichnis [Standard=%s]"
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  "\n"
         "Schicken Sie Fehlerberichte/Kommentare an %s"
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  "  -N       Maile neue Artikel an sich selbst (Batch-Modus)"
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  "  -M user  Maile neue News-Artikel an 'user' (Batch-Modus)"
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  "  -f Datei 'Datei' als .newsrc-Datei nutzen [Standard=%s]"
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  "  -x       Posten nicht erlaubt Modus"
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       Postet einen Artikel und beendet tin"
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  "  -o       Postet alle zurückgelegten Artikel und beendet tin"
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  "  -R       Lese Artikel, die durch -S gespeichert wurden"
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  "  -s Verz. Verzeichnis zum News-Speichern [Standard=%s]"
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  "  -S       Speichere Artikel für das spätere Lesen (Batch-Modus)"
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  "  -z       Starte, wenn ungelesene Artikel vorliegen"
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
@@ -3971,42 +3920,42 @@ msgstr  "Ein Usenet-Client.\n"
         "\n"
         "Syntax: %s [Optionen] [Newsgruppe[,...]]"
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  "  -v       Ausführliche Ausgabe für Batch-Modus-Optionen"
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  "  -V       Gebe Versions- und Datumsinformationen aus"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  "%s ist nur sinnvoll ohne Batchmodeoperationen\n"
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  "%s ist nur sinnvoll für Batchmodeoperationen\n"
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
-msgstr  "Unsinninge Kombination von %s und %s. Ignoriere %s.\n"
+msgstr  "Unsinnige Kombination von %s und %s. Ignoriere %s.\n"
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  "\n"
         "%s%d ist außerhalb der Grenzen (0 - %d). Zurücksetzen auf 0"
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  "'%s' (%s/%s) anzeigen?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
@@ -4015,26 +3964,26 @@ msgstr  "\n"
         "Warnung: Artikel überschreitet %d Spalten. Zeile %d ist die erste lange:\n"
         "%-100s\n"
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  "\n"
         "Warnung: Artikel wurde im Editor nicht verändert\n"
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  "\n"
         "Warnung: \"Subject:\" enthält nur Leerzeichen.\n"
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  "\n"
         "Warnung: \"Subject:\" beginnt mit \"Re: \", aber es gibt keine \"References:"
         "\".\n"
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
@@ -4042,7 +3991,7 @@ msgstr  "\n"
         "Warnung: Artikel hat \"References:\" aber \"Subject:\" beginnt nicht\n"
         "         mit \"Re: \" and enthält auch kein \"(was:\".\n"
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -4062,7 +4011,7 @@ msgstr  "Sorgfältig lesen!\n"
         "Das ist der Artikel, den Sie canceln (löschen) wollen:\n"
         "\n"
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -4074,13 +4023,13 @@ msgstr  "\n"
         "         Artikel zu übertragen. Falls durch diesen inews eine Signatur\n"
         "         angehängt wird, so kann diese nicht korrekt kodiert werden.\n"
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  "\n"
         "Warnung: \"example\" ist eine reserviert Hierarchie!\n"
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -4093,7 +4042,7 @@ msgstr  "\n"
         "Einige Einstellungen in Ihrem %s-File haben sich geändert!\n"
         "Lesen Sie \"WHATSNEW\", usw....\n"
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -4105,7 +4054,7 @@ msgstr  "\n"
         "Evtl. werden Einstellungen in Ihrem %s-File\n"
         "nicht erkannt oder ändern sich!\n"
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -4118,19 +4067,19 @@ msgstr  "Warnung: tin hat weniger Gruppe
         "währenddessen abbestellt haben, ist ein Fehler aufgetreten und Sie sollten\n"
         "Ihre %s wiederherstellen, bevor Sie tin nochmal starten!\n"
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr  "\n"
         "Warnung: Es gibt %d '-- \\n' Zeilen. Das könnte einige Leute verwirren.\n"
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  "Warnung: Nur %d von %d Artikeln gespeichert"
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -4144,48 +4093,48 @@ msgstr  "\n"
         "         nützlichen Informationen enthalten, sollten sie so kurz wie möglich\n"
         "         gehalten werden.\n"
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  "Warnung: E-Mailadr. evtl. verfälscht (Spamfalle). %s=weiter, %s=Abbruch? "
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  "\n"
         "Warnung: Signaturen sollten mit '-- \\n' und nicht mit '--\\n' beginnen.\n"
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  "Schreibe Datei mit den Eigenschaften der Newsgruppen..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  "%d Antworten"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  "%d %s hinzugefügt"
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  "Keine nicht abonnierte Gruppen gefunden"
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  "Zeige nur abonnierte Gruppen"
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  "Ja  "
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  "   Sie haben Mail"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -4204,11 +4153,11 @@ msgstr  "\n"
         "         entfernen oder MM_NETWORK_CHARSET im M)neu auf einen\n"
         "         passenderen Wert setzen.\n"
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  "  -D Modus Debug-Modus"
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -4227,18 +4176,18 @@ msgstr  "Sorgfältig lesen!\n"
         " Sie wollen einen Artikel canceln (löschen), der offenbar nicht von ihnen "
         "stammt.\n"
         " Dies wird den Artikel auf sehr vielen Newsservern dieser Welt löschen;\n"
-        " Der Grossteil der Usenetteilnehmer hält dies für nicht akzeptabel.\n"
+        " Der Großteil der Usenetteilnehmer hält dies für nicht akzeptabel.\n"
         " Drücken Sie 'd' nur, wenn Sie wirklich sicher sind, das Sie mit den\n"
         " eventuellen Konsequenzen leben können.\n"
         "\n"
         "Dies ist der Artikel, den Sie canceln (löschen) wollen:\n"
         "\n"
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "Farben ein/aus"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4282,378 +4231,386 @@ msgstr  "# Farbeinstellungen\n"
         "#  15 = hellweiß\n"
         "\n"
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  "  -a       Farbe ein- oder ausschalten"
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Fehler: Followup-To auf mehr als eine Newsgruppe gesetzt!\n"
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  "\n"
         "Fehler: \"%s\" wurde umbenannt, \"%s\" stattdessen benutzen!\n"
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Fehler: Crossposting in %d Newsgruppen und kein Followup-To gesetzt!\n"
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  "\n"
         "Fehler: \"%s\" ist keine gültige Newsgruppe!\n"
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Warnung: Followup-To in mehr als eine Newsgruppe gesetzt!\n"
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  "\n"
         "Warnung: \"%s\" wurde umbenannt, bitte \"%s\" stattdessen benutzen!\n"
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Warnung: Crossposting in %d Newsgruppen und kein Followup-To gesetzt!\n"
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr  "\n"
         "Warnung: \"%s\" ist nicht in Ihrer newsrc, sie könnte ungültig sein!\n"
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  "\n"
         "Warnung: \"%s\" ist keine gültige Newsgruppe auf diesem Server!\n"
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  "%d Dateien aus %d Artikeln erfolgreich geschrieben. %d %s trat(en) auf."
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  "Teile fehlen."
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  "Kein Anfang."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  "Keine Daten."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  "Unbekannter Fehler."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  "\tPrüfsumme für %s (%ld %s)"
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  "Lese EMail-Active-Datei... "
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  "Lese Mailgruppen-Datei... "
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  "wendet PGP auf den Artikel an"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  "Schlüssel dem Öffentlichen Schlüsselring hinzufügen?"
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=verschlüsseln, %s=signieren, %s=beides, %s=Ende: "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  "%s=signiere, %s=signiere & füge öffentl. Schlüssel hinzu, %s=Ende: "
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  "PGP Wurde nicht konfiguriert (kann %s nicht öffnen)"
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  "Artikel ist nicht signiert; keine öffentlichen Schlüssel gefunden"
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=ispell, %s=pgp, %s=Menü, %s=posten, %"
         "s=zurücklegen: "
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=ispell, %s=pgp, %s=verschicken [%%s]: "
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=ispell, %s=pgp, %s=Menü, %s=posten, %s=zurücklegen "
         "[%%s]: "
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=pgp, %s=Menü, %s=posten, %s=zurücklegen: "
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=pgp, %s=verschicken [%%s]: "
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=pgp, %s=Menü, %s=posten, %s=zurücklegen [%%s]: "
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=ispell, %s=Menü, %s=posten, %s=zurücklegen: "
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=ispell, %s=verschicken [%%s]: "
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=ispell, %s=Menü, %s=post, %s=Zurückl. [%%s]: "
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=Menü, %s=posten, %s=zurücklegen: "
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=verschicken [%%s]: "
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=Ende, %s=bearbeiten, %s=Menü, %s=posten, %s=zurücklegen [%%s]: "
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  "Setze cache_overview_files um das lesen zu beschleunigen.\n"
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  "Tin wird lokale index files benutzen.\n"
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  "Kann den Namen des NNTP Servers nicht finden"
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "Verbinde mit %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  "Trenne Verbindung zum Server...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  "Falsche Newsgruppe (\"%s\") in Antwort auf \"GROUP%s\"-Befehl: \"%s\""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  "Konnte nicht zum NNTP Server %s verbinden. Beende..."
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  "205  Schließe Verbindung"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  "Ihr Server unterstützt kein NNTP XOVER oder OVER Kommando.\n"
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  "Die Verbindung zum Newsserver wurde unterbrochen. Wieder verbinden?"
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  "Schreiben Sie den Servernamen in die Datei %s,\n"
         "oder setzen Sie die Umgebungsvariable NNTPSERVER"
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  "  -A       Erzwinge Anmeldung bei Verbindung"
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  "  -g serv  Lese Artikel vom NNTP-Server 'serv' [Standard=%s]"
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  "  -p port  Benutze 'port' als NNTP-Port [Standard=%d]"
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  "  -Q       Schnellstart. Das Selbe wie -nqd"
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  "  -r       Lese Artikel vom Standard-NNTP-Server"
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  "  -l       Benutze nur das LIST anstelle vom GROUP-Kommando (-n)"
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  "  -n       Lese nur Gruppen aus der .newsrc-Datei vom NNTP-Server"
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  "  -4       IPv4 benutzen"
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  "  -6       IPv6 benutzen"
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  "\n"
         "Socket oder Verbindungsproblem\n"
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "Verbindung mit %s: "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  "Gebe auf...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp: Unbekannter Service.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  "Ihr Server hat kein Xref: in seiner XOVER-Information.\n"
         "Tin versucht XHDR XREF zu benutzen (verlangsamt den Prozess etwas).\n"
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  "Ihr Server hat kein Xref: in seiner XOVER-Information.\n"
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  "Kann %s nicht öffnen. Probieren Sie %s -r um via NNTP zu lesen.\n"
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  "  -Q       Schnellstart. Das Selbe wie -qd"
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  "  -l       Nur active File lesen ohne den Spool zu durchsuchen (-n) Kommando"
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  "  -n       Lese nur Gruppen aus der .newsrc-Datei aus dem lokalen Spool"
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  "Ihr Server hat kein Xref: in seinen NOV-Dateien.\n"
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  "Fehler beim Posten mit externem inews, verwende eingebautes?"
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  "Das hat funktioniert. In Zukunft immer eingebautes inews verwenden?"
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s gedruckt"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  "druckt Artikel/Thread/hervorgehobene/Muster/markierten"
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  "Drucke"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  "Drucke..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  "pipet Artikel/thread hervorgehoben/Muster/markierten Artikel"
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  "Kein Kommando"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  "Pipe"
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  "Pipen in Kommando [%.*s]> "
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  "Pipen..."
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  "Pipen nicht aktiviert."
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4666,7 +4623,7 @@ msgstr  "\n"
         "        vom Inhalt trennt. Benutzen Sie ein ',' um mehrere Newsgruppen\n"
         "        anzugeben\n"
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4677,7 +4634,7 @@ msgstr  "\n"
         "        Da diese Zeile keinen leeren Raum enthalten darf, ist dies nicht\n"
         "        erlaubt. Bitte schreiben Sie alle Newsgruppen in eine Zeile\n"
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4688,7 +4645,7 @@ msgstr  "\n"
         "         Da diese Zeile keinen leeren Raum enthalten darf, ist dies nicht\n"
         "         erlaubt. Bitte schreiben Sie alle Newsgruppen in eine Zeile.\n"
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
@@ -4696,7 +4653,7 @@ msgstr  "\n"
         "Warnung: Die \"%s:\" Zeile enthält Leerzeichen die entfernt\n"
         "         werden sollten.\n"
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4727,574 +4684,598 @@ msgstr  "\n"
         "  Artikel nicht sorgfältig formatieren, ist es sehr wahrscheinlich, dass er\n"
         "  von vielen gar nicht gelesen wird.\n"
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  "Ausgang zur Shell"
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  "Shellkommando (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "Geben Sie ein Shellkommando ein [%s]> "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  "%s: Kann den Wert für TERM nicht finden\n"
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "Gruppe %.*s ('q' zum beenden)..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  "Gruppe %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  "Server nicht erreichbar\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  "%s=Pipe; %s=Mail; %s=Drucken; %s=Ende; %s=Alle/Nur ungel.; %s=Speich.; %"
         "s=tag; %s=Posten"
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=Pipe; %s=Mail; %s=Drucken; %s=Ende; %s=Antw. Mail; %s=Speich.; %s=tag; %"
         "s=Posten"
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=Mail; %s=Drucken; %s=Ende; %s=Alle/Nur ungel.; %s=Speich.; %s=tag; %"
         "s=Posten"
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=Mail; %s=Drucken; %s=Ende; %s=Antw. Mail; %s=Speich.; %s=tag; %s=Posten"
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=Pipe; %s=Mail; %s=Ende; %s=Alle/Nur ungel.; %s=Speich.; %s=tag; %s=Posten"
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=Pipe; %s=Mail; %s=Ende; %s=Antw. Mail; %s=Speich.; %s=tag; %s=Posten"
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=Mail; %s=Ende; %s=Alle/Nur ungel.; %s=Speich.; %s=tag; %s=Posten"
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=Mail; %s=Ende; %s=Antw. Mail; %s=Speich.; %s=tag; %s=Posten"
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  "Terminal unterstützt keine Farben"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  "Versuche %s"
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  "Nichts"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  "Subject"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  "References"
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  "Beides: Subject und References"
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  "Mehrteilige Artikel (Subject)"
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  "Prozentualer Treffer"
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  "Nein"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  "Ja"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  "Alle ausblenden"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  "Adresse"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  "Voller Name"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  "Adresse und Name"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  "Höchster"
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  "Summe"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  "Durchschnitt"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  "Zeilen"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  "Bewertung"
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  "Zeilen und Bewertung"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  "Schwarz"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  "Rot"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  "Grün"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  "Braun"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  "Blau"
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  "Rosa"
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  "Cyan"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  "Weiß"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "Grau"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  "Helles Rot"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  "Helles Grün"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  "Gelb"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  "Helles Blau"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  "Helles Rosa"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  "Helles Cyan"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  "Helles Weiß"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  "Nichts"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  "Leerzeichen"
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  "Normal"
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  "Beste Hervorhebung"
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  "Unterstreichen"
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  "Invers"
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  "Blinkend"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  "Halbe Helligkeit"
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  "Fett"
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  "Cc"
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  "Bcc"
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  "Cc und Bcc"
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  "Nichts"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  "Kommandos"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  "X-Befehl"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  "Kommandos & Ende"
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  "Kommandos & X-Befehl"
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  "Ende & X-Befehl"
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  "Kmndos & Ende & X-Befehl"
 
-# TRANSLATION MISSING
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:1365
+#: src/lang.c:1368
+msgid   "Subject: (case sensitive)"
+msgstr  "Subject: Zeile (Groß-Kl. beachten)           "
+
+#: src/lang.c:1369
+msgid   "Subject: (ignore case)"
+msgstr  "Subject: Zeile (Groß-Kl. ignorieren)         "
+
+#: src/lang.c:1370
+msgid   "From: (case sensitive)"
+msgstr  "From: Zeile (Groß- Kleinschreibung beachten) "
+
+#: src/lang.c:1371
+msgid   "From: (ignore case)"
+msgstr  "From: Zeile (ignoriere Groß- Kleinschreibung)"
+
+#: src/lang.c:1372
+msgid   "Msg-ID: & full References: line"
+msgstr  "Message-ID: & References:     "
+
+#: src/lang.c:1373
+msgid   "Msg-ID: & last References: only"
+msgstr  "Message-ID: & letzte Reference"
+
+#: src/lang.c:1374
+msgid   "Message-ID: entry only"
+msgstr  "Message-ID: allein            "
+
+#: src/lang.c:1375
+msgid   "Lines:"
+msgstr  "Zeilen:"
+
+#: src/lang.c:1380
 msgid   "Don't trim article body"
-msgstr  ""
+msgstr  "Artikelrumpf nicht anpassen"
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  "Führende Leerzeilen überspringen"
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  "Abschliessende Leerzeilen überspr."
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  "Führ. & abschlies. Leerz. überspr."
 
-# TRANSLATION MISSING
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  "Shellarchiv"
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  "Subject: (Absteigend)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  "Subject: (Aufsteigend)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  "From: (Absteigend)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  "From: (Aufsteigend)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  "Date: (Absteigend)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  "Date: (Aufsteigend)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  "Bewertung (Absteigend)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  "Bewertung (Aufsteigend)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  "Lines: (Absteigend)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  "Lines: (Aufsteigend)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid   "Last posting date (descending)"
 msgstr  "Datum des letzten Artikels (Absteigend)"
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid   "Last posting date (ascending)"
 msgstr  "Datum des letzten Artikels (Aufsteigend)"
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  "Immer behalten"
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  "Immer entfernen"
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  "Mit D in der Anzeige markiert"
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  "Killt nur ungelesene Artikel"
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  "Killt alle Artikel, markiert mit K"
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  "Killt alle Artikel, zeigt sie nie"
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  "Nichts besonderes"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  "Zitatzeichen zusammenfassen"
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  "Signaturen zitieren"
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  "Zitatz. kürzen, Signat. zitieren"
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  "Leerzeilen zitieren"
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  "Zitatz. kürzen, Leerzeilen zit."
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  "Signat. und Leerzeilen zitieren"
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  "Zitatz. kürzen, Sign & Leerz. zit."
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  "nein"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  "mit Header"
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  "ohne Header"
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  "NFKC"
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  "NFKD"
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  "NFC"
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  "NFD"
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  "Darstellungseinstellungen"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  "Farbeinstellungen"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  "Artikel-Begrenzungseinstellungen"
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  "Versandeinstellungen für Mail und News"
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  "Speicher- und Druckereinstellungen"
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  "Experteneinstellungen"
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  "Filtereinstellungen"
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "<SPACE> schaltet um, <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  "Zeigt Minimenü & Posting etiquette"
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  "# Falls ON wird ein kleines Menü mit nützlichen Kommandos in jedem Level\n"
         "# angezeigt. Nach dem Erstellen eines Artikels wird die etiquette angezeigt\n"
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  "Zeige Kurzbeschreibung für Gruppe. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  "Zeige Beschreibung der Newsgruppen"
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  "# Falls ON wird die Newsgruppenbeschreibung im Gruppenauswahlmenü\n"
         "# nach dem Gruppennamen angezeigt\n"
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  "Zeigt Subject & From (Autor) Felder im Gruppenmenü. <SPACE> wechselt & <CR> "
         "setzt."
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  "Im Gruppenmenü, zeige Autor an nach"
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -5308,31 +5289,31 @@ msgstr  "# Anzeige des 'From:' Felds\n"
         "# * 2 = Voller Name\n"
         "#   3 = beides (Adresse und Name)\n"
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  "Zeige -> oder Hervorhebung für Auswahl. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  "Zeige -> anstatt einer Markierung"
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  "# Falls ON benutze -> andernfalls benutze eine Markierung zur Auswahl\n"
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  "Inverse Darstellung für die Header"
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  "# Falls ON nutze inverse Darstellung für Header bei verschiedenen Ebenen\n"
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  "Threade Artikel anhand"
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5348,17 +5329,17 @@ msgstr  "# Gruppiere Artikel nach\n"
         "#   2 = References\n"
         "# * 3 = beides (Subject und References)\n"
         "#   4 = Mehrteilige Artikel\n"
-        "#   5 = prozentualer Subject vergleich\n"
+        "#   5 = prozentualer Subject Vergleich\n"
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
-msgstr  "Prozent des Subject das gleich sein muß. <CR> setzt."
+msgstr  "Prozent des Subject das gleich sein muss. <CR> setzt."
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
-msgstr  "Prozentualer Subject vergleich"
+msgstr  "Prozentualer Subject Vergleich"
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5374,14 +5355,14 @@ msgstr  "# Prozentsatzthreading...\n"
         "# selben Thread zu gehören. Diese Option erwartet eine positive ganze Zahl.\n"
         "# Falls z.B. 80 verwendet wird, dann müssen mind. 80%% der Zeichen im "
         "Subject\n"
-        "# am Stück mit dem Subject des obersten Artikles im Thread übereinstimmen um\n"
+        "# am Stück mit dem Subject des obersten Artikels im Thread übereinstimmen um\n"
         "# in den gleichen Thread sortiert zu werden.\n"
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  "Bewertung eines Threads"
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5393,15 +5374,15 @@ msgstr  "# Bewertung des Threads\n"
         "#   1 = Summe\n"
         "#   2 = Durchschnitt\n"
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Sortiere Artikel nach Subject, From, Datum oder Bewertung."
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  "Sortiere Artikel nach"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5429,15 +5410,15 @@ msgstr  "# Sortiere Artikel nach\n"
         "#   9 = Lines absteigend\n"
         "#  10 = Lines aufsteigend\n"
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Threads nach Bewertung (Score) ordnen? <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  "Sortiere Threads nach"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5453,43 +5434,43 @@ msgstr  "# Ordne Threads nach\n"
         "#   3 = Datum des letzten Artikels (absteigend)\n"
         "#   4 = Datum des letzten Artikels (aufsteigend)\n"
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  "Setze Cursor an ersten/letzten ungel. Artikel. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
+#: src/lang.c:1669
+msgid   "Go to first unread article in group"
 msgstr  "Setze Cursor auf ersten ungel. Art."
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  "# Falls ON setze Cursor auf ersten ungelesenen Artikel, sonst auf letzten\n"
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  "Zeige alle oder nur ungelesene Artikel. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  "Zeige nur ungelesene Artikel"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  "# Falls ON zeige nur neue/ungelesene Artikel, sonst alle.\n"
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  "Zeige nur Gruppen mit ungel. Art."
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  "# Falls ON zeige nur abonnierte Gruppen mit ungelesen Artikeln.\n"
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  "Filter (kill) anwenden auf"
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5501,11 +5482,11 @@ msgstr  "# Filter (kill) anwenden auf\n"
         "#   1 = Filtert alle Artikel und markiert sie mit K\n"
         "#   2 = Filtert alle Artikel und zeigt gekillte niemals an\n"
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  "Zum nächsten ungelesenen Artikel springen mit"
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5519,13 +5500,11 @@ msgstr  "# Taste(n) um zum nächsten unge
         "# * 2 = TAB\n"
         "#   3 = PAGE DOWN oder TAB\n"
 
-# TRANSLATION MISSING
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid   "How to treat blank lines"
-msgstr  ""
+msgstr  "Wie mit Leerzeilen umgegangen werden soll"
 
-# TRANSLATION MISSING
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -5541,171 +5520,170 @@ msgid   "# Trim the article body, remove
         "#       leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  "Zeige Thread mit rechter Pfeilt. an"
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  "# Falls ON: Thread beim Betreten mit der rechten Cursortaste automatisch\n"
         "# anzeigen?\n"
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  "Definiere Zeichen für gelöschte Artikel. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  "Zeichen für gelöschte Artikel"
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen für einen Artikel, der gelöscht wurde (Voreinstellung 'D')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  "Definiere Zeichen, das Artikel im Bereich anzeigt.<CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  "Zeichen für Artikel im Bereich"
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen für Artikel die im Bereich sind (Voreinstellung '#')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  "Definiere Zeichen für wiederkehrende Art. <CR> setzt. <ESC> bricht ab."
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  "Zeichen für wiederkehrende Artikel"
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen, dass ein Artikel wiederkommen wird (Voreinstellung '-')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Zeichen für Artikel mit Markierung wichtig/'hot' <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  "Zeichen für wichtige Artikel"
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen für Artikel mit Markierung wichtig/'hot' (Voreinstellung '*')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  "Definiere Zeichen für aktuelle Artikel. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  "Zeichen für aktuelle Artikel"
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen für einen aktuellen Artikel (Voreinstellung ist 'o')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  "Zeichen für ungelesene Artikel. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  "Zeichen für ungelesene Artikel"
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen für ungelesene Artikel (Voreinstellung '+')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  "Zeichen für gelesene Artikel. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  "Zeichen für gelesene Artikel"
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Zeichen für gelesene Artikel (Voreinstellung ' ')\n"
         "# _ wird in ' ' umgewandelt\n"
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  "Zeichen für gekillte Artikel. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  "Zeichen für gekillte Artikel"
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  "# Zeichen für gekillte Artikel (Voreinstellung 'K')\n"
         "# _ wird in ' ' umgewandelt, kill_level muss passend gesetzt sein.\n"
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Zeichen für gelesene wichtige/'hot' Artikel. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  "Zeichen für gelesene wichtige Art."
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  "# Zeichen für bereits gelesene Artikel mit Markierung wichtig/'hot'\n"
         "# (Voreinstellung ':')\n"
         "# _ wird in ' ' umgewandelt, kill_level muss passend gesetzt sein.\n"
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  "Maximale Länge des angezeigten Newsgruppennamens. <CR> setzt."
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  "Max. Länge angezeigter Gruppennamen"
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  "# Maximale Länge der angezeigten Newsgruppennamen\n"
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  "Lange Newsgruppennamen abkürzen"
 
-# TRANSLATION MISSING
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  "Zeige Zeilenz./Bewert. in Übersicht"
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5716,21 +5694,21 @@ msgstr  "# Welche weiteren Informationen
         "# angezeigt werden.\n"
         "# Mögliche Werte sind (die Voreinstellung ist mit * gekennzeichnet):\n"
         "#   0 = Nichts\n"
-        "#   1 = Zeilenzahl\n"
+        "# * 1 = Zeilenzahl\n"
         "#   2 = Bewertung\n"
         "#   3 = Zeilenzahl & Bewertung\n"
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  "0 = seitenweise, -1 = zeige zusätzlich letzte Zeile der vorigen Seite, -2 = "
         "halbe Seite"
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  "Blättere Artikel um ... Zeilen"
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5747,27 +5725,27 @@ msgstr  "# Anzahl der Zeilen, die Cursor
         "# * 1 = zeilenweise\n"
         "#   2 oder mehr = um 2 oder mehr Zeilen\n"
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  "Zeige Signaturen an. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  "Zeige Signaturen an"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  "# Falls OFF zeige keine Signaturen an\n"
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  "Uu-kodierte Teile als Anhang anzeigen. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  "Zeige uue-Teile als Anhang an"
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5779,32 +5757,32 @@ msgstr  "# Behandlung von uuencodeten Da
         "# Mögliche Werte sind (die Voreinstellung ist mit * gekennzeichnet):\n"
         "# * 0 = Anzeige der Rohdaten\n"
         "#   1 = Einzeilige Zusammenfassung für vollständige Daten\n"
-        "#       ähnlich der von MIME Anhängen\n"
+        "#       ähnlich der von MIME-Anhängen\n"
         "#   2 = Einzeilige Zusammenfassung auch für unvollständige Daten\n"
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  "TeX german.sty Umlautkodierung auswerten. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  "Wandle TeX-Umlaute automatisch um"
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  "# Wenn ON dekodiere laut german.sty (TeX) kodierte Umlaute und stelle\n"
         "# \"a als ä, usw. dar\n"
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  "Durch Leerzeichen getrennte Liste der Header-Felder"
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  "Zeige diese Header-Felder (oder *)"
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5818,11 +5796,11 @@ msgstr  "# Welche Header wollen Sie sehe
         "# Leerzeichen getrennte Werte angeben. Wenn Sie hier nichts definieren\n"
         "# wird diese Option deaktiviert.\n"
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  "Zeige folgende Header nicht an"
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5839,42 +5817,39 @@ msgstr  "# Genau das gleiche wie 'news_h
         "# news_headers_to_not_display=X-Alan X-Pape\n"
         "# Wenn Sie hier nichts angeben, wird diese Option deaktiviert.\n"
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  "Automatische Bearbeitung von Art. mit multipart/alternative-Teilen aktivieren?"
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  "Übersp. multipart/alternative-Teile"
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  "# Falls ON entsorge multipart/alternative Teile des Artikels automatisch\n"
 
-# TRANLSLATION MISSING
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-# TRANLSLATION MISSING
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  ""
 
-# TRANLSLATION MISSING
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  ""
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_quote dargestellt werden."
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  "Regulärer Ausd. für zit. Zeilen"
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5883,15 +5858,15 @@ msgstr  "# Ein regulärer Ausdruck, den t
         "# Farbe angezeigt, die in col_quote definiert sind.\n"
         "# Wenn Sie hier nichts angeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_quote2 dargestellt werden."
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  "Reg. Ausd. für zweifach zitierte Z."
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5900,15 +5875,15 @@ msgstr  "# Ein regulärer Ausdruck, den t
         "# Farbe dargestellt, die in col_quote2 definiert ist.\n"
         "# Wenn Sie hier nichts eingeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_quote3 dargestellt werden."
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  "Reg. Ausd. für >=3-fach zitierte Z."
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5917,15 +5892,15 @@ msgstr  "# Ein regulärer Ausdruck, der e
         "# dargestellt, die in col_quote3 definiert sind.\n"
         "# Wenn Sie hier nichts eingeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_markslashes dargestellt werden."
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  "Reg. für /Schrägst./ Hervorhebungen"
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5933,15 +5908,15 @@ msgstr  "# Ein regulärer Ausdruck, der e
         "# zwischen '/' in col_markslashes angezeigt werden.\n"
         "# Wenn Sie hier nichts eingeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_markstars dargestellt werden."
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  "Regu. A. für *Stern* Hervorhebungen"
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5949,15 +5924,15 @@ msgstr  "# Ein regulärer Ausdruck, der e
         "# zwischen '*' in col_markstars angezeigt werden.\n"
         "# Wenn Sie hier nichts eingeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_markstroke dargestellt werden."
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  "Reg. für -Durchstr.- Hervorhebungen"
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5965,15 +5940,15 @@ msgstr  "# Ein regulärer Ausdruck, der e
         "# zwischen '-' in col_markstroke angezeigt werden.\n"
         "# Wenn Sie hier nichts eingeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  "Regulärer Ausdruck für Zeilen, die mit col_markdash dargestellt werden."
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  "Reg. für _Unterstr._ Hervorhebungen"
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5981,72 +5956,72 @@ msgstr  "# Ein regulärer Ausdruck, der e
         "# zwischen '_' in col_markdash angezeigt werden.\n"
         "# Wenn Sie hier nichts eingeben, werden die Voreinstellungen benutzt.\n"
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  "Reg. Ausd., um Teile im Subjectanfang zu entfernen. '|' trennt die Ausd.."
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  "Reg. Ausd. für den Subjectanfang"
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  "# Ein regulärer Ausdruck, mit dem tin Worte im Anfang des Subjects findet,\n"
         "# die dann entfernt werden.\n"
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  "Reg. Ausd., um Teile am Subjectanfang zu entfernen. '|' trennt die Ausd.."
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  "Reg. Ausd. für das Subjectende"
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  "# Ein regulärer Ausdruck, der beim Antworten zum Abschneiden von\n"
         "# unerwünschten Teilen am Ende des Subjects verwendet wird.\n"
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  "Reg. Ausd., um den Beginn eines wortgetreu wiederzugebenden Absatz zu finden."
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  "Reg. Ausd. für den Anfang eines wortgetreu wiederzugebenden Absatzes"
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  "# Ein regulärer Ausdruck, der den Beginn eines wortgetreu wiederzugebenden\n"
         "# Absatzes findet.\n"
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  "Reg. Ausd., um das Ende eines wortgetreu wiederzugebenden Absatz zu finden."
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  "Reg. Ausd. für das Ende eines wortgetreu wiederzugebenden Absatzes"
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  "# Ein regulärer Ausdruck, der das Ende eines wortgetreu wiederzugebenden\n"
         "# Absatzes findet.\n"
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  "Name und Optionen für ext. MIME-Viewer, --internal für eingebaute Version"
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  "MIME-Viewer"
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
@@ -6055,51 +6030,51 @@ msgstr  "# Falls --internal wird der ein
         "# nicht Text teilen benutzt. Andernfalls das angegebene Programm\n"
         "# (z.B. metamail). Keine Angabe schaltet die automatische Anzeige aus.\n"
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  "Start des MIME-Viewers bestätigen"
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  "Start des MIME-Viewers bestätigen"
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
-msgstr  "# Falls ON fragt tin nach, bevor metamail zum Anzeigen von MIME Artikeln\n"
+msgstr  "# Falls ON fragt tin nach, bevor metamail zum Anzeigen von MIME-Artikeln\n"
         "# benutzt wird. Das passiert nur, wenn auch metamail_prog gesetzt ist.\n"
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  "Beim Beenden anbieten, alle betretenen Gruppen als gelesen zu markieren?"
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  "Catchup der Gruppen beim Beenden"
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  "# Falls ON: Beim Beenden von tin anbieten, alle betretenen Gruppen\n"
         "#           als gelesen zu markieren\n"
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  "Catchup der Gruppe mit l. Cursor"
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  "# Falls ON: Catchup (als gelesen markieren) der Gruppe/des Threads\n"
         "#           beim Verlassen mit der linken Cursortaste\n"
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  "Catchup mit der linken Cursort."
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  "Bestätigung erforderlich für"
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  "# Welche Operationen müssen explizit bestätigt werden.\n"
         "# Kommandos, die im Manual mit [after confirmation] markiert sind,\n"
@@ -6107,79 +6082,79 @@ msgstr  "# Welche Operationen müssen exp
         "# gelesen (siehe 'X' Befehl im Manual).\n"
 
 # TRANSLATION TOO LONG
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  "'Art. (un)gelesen markieren' ignoriert Markierte"
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  "# Falls ON wird mit der Funktion 'Art. (un)gelesen markieren' nur\n"
         "# der jeweilige Artikel markiert.\n"
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  "Öffne URLs mit ... <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 msgid   "Program that opens URLs"
 msgstr  "Öffne URLs mit ..."
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  "# Programm zum Öffnen von URLs, die jeweilige URL wird hinten angehängt.\n"
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  "Maus in xterm nutzen"
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  "# Falls ON wird die Maustastenunterstützung für xterm aktiviert\n"
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  "Scrollt. vom Nummernblock nutzen"
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
-msgstr  "# Falls ON werden die Scrolltasten genutzt (Terminalabhängig)\n"
+msgstr  "# Falls ON werden die Scrolltasten genutzt (Terminal abhängig)\n"
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  "Maximale Anzahl der zu holenden Artikel eingeben. <CR> setzt."
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  "Anzahl der zu holenden Artikel"
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  "# Anzahl der zu holenden Artikel (0=unbegrenzt), falls ein negativer Wert\n"
         "# angegeben wird, holt tin alle ungelesenen plus die letzten n gelesenen\n"
         "# Artikel\n"
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  "Anzahl der Tage, die ein Artikel als neu eingestuft wird. <CR> setzt."
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  "Artikel Neuheitszeit-Limit"
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  "# Anzahl der Tage, die ein Artikel als neu eingestuft wird, (0=Aus)\n"
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  "WILDMAT für normale Wildcards, REGEX für die Nutzung von regulären Ausdrücken."
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  "Wildcardprüfung"
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
@@ -6189,321 +6164,319 @@ msgstr  "# Wildcardprüfung\n"
         "# * 0 = wildmat\n"
         "#   1 = Regulärer Ausdruck\n"
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  "Artikel mit weniger Bewertung (Score) werden als `gekillt' markiert. <CR> "
         "setzt."
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  "Bewertungsgrenze (kill)"
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  "# Jeder Artikel mit einer niedrigeren Bewertung (Score) wird als\n"
         "# gekillt markiert\n"
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  "Bewertung für gekillte Artikel. <CR> setzt."
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  "Bewertung für gekillte Artikel"
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  "# Bewertung für gekillte Artikel\n"
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  "Artikel mit einer höheren Bewertung (Score) werd. als wichtig/hot markiert."
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  "Bewertungsgrenze (select)"
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  "# Artikel mit einer höheren Bewertung (Score) werden als\n"
         "# wichtig (hot) markiert\n"
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  "Bewertung für wichtige Artikel (hot). <CR> setzt."
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  "Bewertung für wichtige Artikel"
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  "# Bewertung für wichtige Artikel (hot)\n"
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  "''X-Face:''s mit slrnface Anzeigen"
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  "# Falls ON benutze slrnface(1) um ''X-Face:'' anzuzeigen.\n"
         "# Funktioniert nur wenn tin in einem xterm läuft.\n"
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "Benutze ANSI-Farben"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# Falls ON benutze ANSI-Farben\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  "Standard Vordergrundfarbe"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standard Vordergrundfarbe\n"
         "# Voreinstellung: -1 (Standard Farbe)\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  "Standard Hintergrundfarbe"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standard Hintergrundfarbe\n"
         "# Voreinstellung: -1 (Standard Farbe)\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  "Farbe des inversen Text (Hinterg.)"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farbe des Hintergrunds für inversen Text\n"
         "# Voreinstellung: 4 (blau)\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  "Farbe des inversen Text (Vordergr.)"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# Farbe des Vordergrunds für inversen Text\n"
         "# Voreinstellung: 7 (weiß)\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  "Farbe der Textzeilen"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Farbe der Textzeilen\n"
         "# Voreinstellung: -1 (Standard Farbe)\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  "Farbe des Minihilfemenü"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Farbe des Minihilfemenü\n"
         "# Voreinstellung: 3 (braun)\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  "Farbe des Hilfstext"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Farbe der Hilfsseiten\n"
         "# Voreinstellung: -1 (Standard Farbe)\n"
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  "Farbe der Statusmeldungen"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Farbe der letzten Zeile im Artikel\n"
         "# Voreinstellung: 6 (cyan)\n"
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  "Farbe der zitierten Zeilen"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farbe der zitierten Zeilen\n"
         "# Voreinstellung: 2 (grün)\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  "Farbe von zweifach zitierten Zeilen"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Farbe von zweifach zitierten Zeilen\n"
         "# Voreinstellung: 3 (braun)\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  "Farbe von =>3-fach zitierten Zeilen"
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farbe von =>3-fach zitierten Zeilen\n"
         "# Voreinstellung: 4 (blau)\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  "Farbe der Artikelheaderzeilen"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farbe der Artikelheaderzeilen\n"
         "# Voreinstellung: 2 (grün)\n"
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  "Farbe des angezeigten Headers"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# Farbe des angezeigten Headers\n"
         "# Voreinstellung: 9 (hellrot)\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  "Farbe der Subjectzeile"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Farbe der Subjectzeile\n"
         "# Voreinstellung: 6 (cyan)\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  "Farbe des Antwortzählers"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farbe des Antwortzählers\n"
         "# Voreinstellung: 2 (grün)\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  "Farbe des Autors (From:)"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# Farbe des Autors (From:)\n"
         "# Voreinstellung: 2 (grün)\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  "Farbe des Hilfe/Mail-Zeichens"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farbe des Hilfe/Mail-Zeichens\n"
         "# Voreinstellung: 4 (blau)\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "Farbe von Signaturen"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Farbe von Signaturen\n"
         "# Voreinstellung: 4 (blau)\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  "Farbe der hervorgehobenen URLs"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Farbe der hervorgehobenen URLs\n"
         "# Voreinstellung: -1 (Standard Farbe)\n"
 
-# TRANLSLATION MISSING
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid   "Color of verbatim blocks"
 msgstr  ""
 
-# TRANLSLATION MISSING
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  ""
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  "Farbe der Hervorhebung *Sterne*"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# Farbe der Hervorhebung durch *Sterne*\n"
         "# Voreinstellung: 11 (gelb)\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  "Farbe der Hervorhebung _Striche_"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# Farbe der Hervorhebung durch _Striche_\n"
         "# Voreinstellung: 13 (hellrosa)\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  "Farbe der Hervorhebung /Schrägstr./"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# Farbe der Hervorhebung durch /Schrägstriche/\n"
         "# Voreinstellung: 11 (hellcyan)\n"
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  "Farbe der Hervorhebung -Durchstr.-"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# Farbe der Hervorhebung durch -Durchstreichen-\n"
         "# Voreinstellung: 12 (hellblau)\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  "Hervorhebungsattribute *Sterne*"
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6529,57 +6502,57 @@ msgstr  "# Attribute der Hervorhebung vo
         "# Hervorhebungsattribut für *Sterne*\n"
         "# Voreinstellung: 6 (fett)\n"
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  "Hervorhebungsattr. _Unterstriche_"
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  "# Hervorhebungsattribut für _Unterstriche_\n"
         "# Voreinstellung: 2 (beste Hervorhebung)\n"
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  "Hervorhebungsattr. /Schrägstriche/"
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  "# Hervorhebungsattribut für /Schrägstriche/\n"
         "# Voreinstellung: 5 (halbe Helligkeit)\n"
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  "Hervorhebungsattr. -Durchstreich.-"
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  "# Hervorhebungsattribut für -Durchstreichen-\n"
         "# Voreinstellung: 3 (Invers)\n"
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  "URL-Hervorhebung im Artikel"
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  "# URL-Hervorhebung aktivieren?\n"
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  "Wort-Hervorhebung im Artikel"
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  "# Wort-Hervorhebung aktivieren?\n"
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  "Anstelle der Markierung anzeigen"
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6593,59 +6566,59 @@ msgstr  "# Sollen die führenden und absc
         "#   1 = ja, anzeigen\n"
         "# * 2 = Leerzeichen anstelle darstellen\n"
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  "Nach wie vielen Zeichen soll im Pager umbrochen werden? <CR> setzt."
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  "Zeilen umbrechen nach"
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  "# In der Artikelanzeige Zeilen umbrechen bei Spalte\n"
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  "Nä.ungel.-kein Abbr. am Listenende?"
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  "# Diverse Funktionen in tin wechseln zum \"nächsten\" ungelesenen\n"
         "# Artikel. Diese Einstellung kontrolliert, ob tin am Ende der\n"
         "# Artikel/Threadliste abbricht (OFF) oder zum Beginn derselben springt und\n"
         "# von dort aus den nächsten ungelesenen Artikel sucht. (ON)\n"
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  "Standard Mail-Adresse (und Name) eingeben. <CR> setzt."
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  "Mailadresse (und Name)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  "# EMail-Adresse und vollständiger Name des Benutzers, wenn sie nicht\n"
         "# benutzername@host (Vollständiger Name) lautet\n"
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  "Leeres Fup'2 im Editor anzeigen"
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  "# Wenn ON, zeige leeren Followup-To:-Header im Editor\n"
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  "Setze Pfad/! Kommando/--none um Ihre Signatur festzulegen. <CR> setzt."
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  "Erzeuge Signatur aus Pfad/Kommando"
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
@@ -6655,51 +6628,51 @@ msgstr  "# Pfad der Sig (Zufällige Sigs)
         "# sigfile=!Kommando  führt Kommando aus um Sig zu erzeugen\n"
         "# sigfile=--none     hängt keine Signatur an\n"
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  "Trenne Sig mit \"-- \" in eigener Zeile ab. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  "Trenne Sig mit \"-- \" ab"
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  "# Falls ON trenne Signatur mit '\\n-- \\n' ab\n"
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  "Sig. beim Reposten eines Artikels hinzufügen? <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  "Signatur beim Reposten anhängen"
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  "# Falls ON wird die Signatur auch an repostete Artikel angehängt.\n"
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  "Zitatzeichen eingeben, %s oder %S für die Initialen des Verfassers."
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  "Zitatzeichen"
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  "# Zeichen für Zitate in Antworten.\n"
         "# '_' wird durch ' ' ersetzt. %%s, %%S wird ersetzt durch Autoreninitialen.\n"
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  "Zitierverhalten"
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6722,15 +6695,15 @@ msgstr  "# Spezielle Optionen beim Zitie
         "#   7 = Zitatzeichen zusammenziehen & Signaturen zitieren & Leerzeilen "
         "zitieren\n"
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  "%A Adr %D Datum %F Adr+Name %G Gruppenname %M Message-ID %N Name %C Vorname"
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  "Einleitungszeile beim Antworten"
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
@@ -6739,35 +6712,35 @@ msgstr  "# Format der Einleitungszeile b
         "# %%A Adresse  %%D Datum  %%F Adr+Name  %%G Gruppenname  %%M Message-ID\n"
         "# %%N Voller Name  %%C Vorname  %%I Initialen\n"
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  "Einleitungszeile beim Crossposten"
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  "Einleitungszeile bei Mailantwort"
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  "Falls ON, füge User-Agent:-Header ein. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 msgid   "Insert 'User-Agent:' header"
 msgstr  "Füge 'User-Agent:'-Header ein"
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  "# Falls ON füge User-Agent:-Header ein\n"
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "Zeichensatz für MIME (z.B. US-ASCII, ISO-8859-1, EUC-KR), <CR> setzt."
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  "MM_CHARSET"
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6784,61 +6757,60 @@ msgstr  "# Der lokale Zeichensatz, der a
         "# definiert, werden andere Zeichensätze als mm_charset nicht dargestellt\n"
         "# und die jeweiligen Zeichen durch ein '?' ersetzt.\n"
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  "MM_NETWORK_CHARSET"
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  "# Zeichensatz für den MIME (Content-Type) Header der Artikel.\n"
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "Lokaler Zeichensatz (z.B. US-ASCII, ISO-8859-1, EUC-KR), <CR> setzt."
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid   "MM_LOCAL_CHARSET"
 msgstr  "MM_LOCAL_CHARSET"
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  "# Lokaler Zeichensatz.\n"
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  "Mailbox-Format"
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  "# Format der Mailbox.\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  "MIME-Kodierung in Newsartikeln"
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
         "# while Base64 is more efficient for most 8bit East Asian, Greek, and\n"
         "# Russian charsets with a lot of 8bit characters.\n"
-msgstr  "# MIME-Kodierung (8bit, base64, quoted-printable, 7bit) des Textkörpers "
-        "(Body)\n"
-        "# von Mails oder Postings (falls nötig). QP ist sinnvoll für die meisten\n"
-        "# Europäischen Zeichensätze (ISO-8859-X), die nur einen kleinen Anteil\n"
-        "# von nicht-US-ASCII Zeichen haben, während Base64 die bessere Wahl für\n"
-        "# die meisten 8Bit Zeichensätze aus Ostasien, Griechenland und Russland\n"
+msgstr  "# MIME-Kodierung (8bit, base64, quoted-printable, 7bit) des Artikelrumpfs\n"
+        "# (Body) von Mails oder Postings (falls nötig). QP ist sinnvoll für die\n"
+        "# meisten Europäischen Zeichensätze (ISO-8859-X), die nur einen kleinen\n"
+        "# Anteil von nicht-US-ASCII Zeichen haben, während Base64 die bessere Wahl\n"
+        "# für die meisten 8Bit Zeichensätze aus Ostasien, Griechenland und Russland\n"
         "# ist, da dort gehäuft 8Bit Zeichen vorkommen.\n"
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  "Nur ändern, wenn Sie genau wissen, was Sie machen. <ESC> bricht ab."
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  "Benutze 8bit-Zeichen im Newsheader"
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
@@ -6850,27 +6822,27 @@ msgstr  "# Wenn ON werden 8-Bit-Zeichen 
         "# kodiert, wenn post_mime_encoding nicht auch auf 8bit eingestellt\n"
         "# ist.\n"
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Nachbearbeitete Artikel autom. anz. <SPACE> wechselt, <CR> setzt, <ESC> Ende."
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  "Nachbearbeitete Artikel anzeigen"
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  "# Wenn ON werden nachbearbeitete Artikel automatisch angezeigt.\n"
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  "MIME-Kodierung für E-Mails"
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  "Benutze 8bit Zeichen im Mail Header"
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6887,39 +6859,38 @@ msgstr  "# Wenn ON werden 8-Bit-Zeichen 
         "# E-Mailheadern verbieten, daher sollte diese Einstellung NICHT auf ON\n"
         "# geändert werden, wenn es keine zwingende Gründe dafür gibt.\n"
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  "Leerzeichen am Zeilenende entfernen"
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  "# Falls ON lösche Leerzeichen am Zeilenende; verbessert die Geschwindigkeit\n"
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  "Wenn ON verwende Umschreibungen. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  "Verwende Umschreibungen"
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
-msgstr  "# Wenn ON verwende //TRANSLIT Erweiterung. Das heisst, dass nicht\n"
+msgstr  "# Wenn ON verwende //TRANSLIT Erweiterung. Das heißt, dass nicht\n"
         "# darstellbare Zeichen durch Umschreibungen oder ähnlich aussehende\n"
         "# Zeichen ersetzt werden. So würde z.B. das Euro-Symbol auf einem latin-1\n"
         "# Terminal als EUR umschrieben, ohne //TRANSLIT würde tin ein\n"
         "# Fragezeichen verwenden.\n"
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  "Sendet Ihnen ein Cc/bbc automatisch"
 
-# TRANSLATION MISSING
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = No\n"
@@ -6928,117 +6899,117 @@ msgid   "# Put your name in the Cc: and/
         "#   3 = Cc and Bcc\n"
 msgstr  ""
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  "Geben Sie den Adressenteil an, vor dem Sie gewarnt werden. <CR> setzt."
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  "Spamfallenwarnung in Adresse"
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  "# Eine Komma-separierte Liste von Adressteilen, vor denen gewarnt wird, wenn\n"
         "# Sie via Mail antworten wollen.\n"
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  "Gültigkeit eines Filtereintrags in Tagen. <CR> setzt."
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  "Tage, die ein Filter gültig ist"
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  "# Anzahl der Tage die ein temporärer Filter aktiv ist\n"
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  "Gepostete Artikel zum Filter hinzufügen. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  "Füge gepostete Artikel zum Filter"
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  "# Falls ON füge gepostete Artikel die einen neuen Thread einleiten\n"
         "# zum Filter hinzu um evtl. Antworten hervorzuheben\n"
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  "Verzeichnis, in dem Artikel/Threads im mailbox-Format gespeichert werden."
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  "Mail Verzeichnis"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  "# (-m) Verzeichnis für im mailbox-Format gespeicherte Artikel/Threads\n"
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  "Speicher Artikel im Batchmode (-S)"
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  "# Falls ON werden Artikel/Threads im Batchmode gespeichert wenn -S,\n"
         "# oder gemailt, wenn -M bzw. -N in der Kommandozeile angegeben wurde.\n"
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  "Das Verzeichnis, in dem Artikel/Threads gespeichert werden sollen."
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  "Verz. um Art/Threads zu speichern"
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  "# Verzeichnis in dem Artikel/Threads gespeichert werden\n"
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  "Autom. sp. von Art/Thread anhand Archive-name:-Header. <SPACE> wechselt & "
         "<CR> setzt."
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  "Nutze Archive-name: zum Speichern"
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  "# Falls ON werden Artikel mit gesetztem Archive-name:-Header unter\n"
         "# diesem abgespeichert\n"
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  "Gesp. Art. gelesen markieren. <SPACE> wechselt, <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  "Mark. gesp. Artikel/Threads gelesen"
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  "# Falls ON werden gespeicherte Artikel als gelesen markiert\n"
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  "Bearbeite (z.B. unshar) gesp. Art/Threads. <SPACE> wechselt, <CR> setzt."
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  "Nachbearbeiten gespeichert. Artikel"
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
@@ -7047,104 +7018,104 @@ msgid   "# Perform post processing (savi
 msgstr  "# Nachbearbeiten gespeicherter Artikel\n"
         "# Mögliche Werte sind (die Voreinstellung ist mit * gekennzeichnet):\n"
         "# * 0 = nein\n"
-        "#   1 = ja\n"
-        "#   2 = nur Shell Archive (shar) auspacken\n"
+        "#   1 = nur Shell Archive (shar) auspacken\n"
+        "#   2 = ja\n"
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  "Bearbeite nur ungelesene Artikel"
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  "# Falls ON speichere/drucke/pipe/maile nur ungelesene Artikel\n"
         "# (markierte Artikel ausgenommen)\n"
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  "Drucke alles oder nur Teile des Headers <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  "Alle Header beim Drucken ausgeben"
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  "# Falls ON drucke alle Header des Artikels aus. Ansonsten nur die "
         "wichtigsten\n"
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  "Das Druckprogramm, das zum drucken von Artikeln/Threads benutzt wird."
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  "Druckprogramm mit Optionen"
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  "# Druckprogramm mit Optionen zum drucken der Artikel/Threads\n"
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  "Anzeigeauffrischung nach Kommandos"
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  "# Falls ON wird die Anzeige nach einigen externen Kommandos aufgefrischt\n"
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Starte Editor mit Einrückung. <SPACE> wechselt, <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  "Starte Editor mit Einrückung"
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  "# Falls ON wird der Cursor im Editor an die definierte Position gesetzt.\n"
         "# Anderenfalls wird der Cursor in die erste Zeile gesetzt\n"
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  "%E für Editor, %F für Dateiname, %N für Zeilennummer, <CR> setzt."
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  "Aufruf Ihres Editors"
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  "# Format der Editorzeile mit den Parametern für den Aufruf\n"
         "# %%E Editor  %%F Dateiname  %%N Zeilennummer\n"
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  "Name und Optionen für ext. inews, --internal für eingebaute Version"
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  "Externes inews-Programm"
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  "# Falls --internal wird das eingebaute mini inews zum posten via NNTP\n"
         "# benutzt, sonst wird das hier angegebene Programm mit den angegebenen\n"
         "# Optionen verwendet. z.B. 'inews -h'\n"
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  "%M für den Mailer, %S für Subject, %T für to, %F für Dateinamen, <CR> setzt."
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  "Aufruf Ihres Mailkommandos"
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -7155,11 +7126,11 @@ msgstr  "# Format der Mailkommandozeile 
         "# Ein Beispiel für elm           :  elm -s \"%%S\" \"%%T\" < %%F\n"
         "# Ein Beispiel für elm interaktiv:  elm -i %%F -s \"%%S\" \"%%T\"\n"
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  "Benutze interaktives Mailprogramm"
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -7172,57 +7143,65 @@ msgstr  "# Interaktives Mailprogramm.\n"
         "übergeben\n"
         "#   2 = interaktives Mailprogramm, Mailheader werden als Argumente übergeben\n"
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  "Entferne ~/.article nach dem posten"
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  "# Falls ON entferne ~/.article nach dem posten.\n"
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  "Dateiname für Kopie geposteter Artikel. <CR> setzt, kein Name=keine Kopie."
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  "Gepostete Artikel speichern in"
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  "# Dateiname für die Kopie aller Postings (Voreinstellung posted)\n"
         "# Ist kein Name angegeben wird keine Kopie gespeichert\n"
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  "Behalte alle Fehlschläge in ~/dead.articles. <SPACE> wechselt & <CR> setzt."
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  "Halte Fehlschl. in ~/dead.articles"
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  "# Falls ON werden Fehlgeschlagene Artikel in ~/dead.articles verwahrt\n"
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  "Wollen Sie nicht-abonnierte Gruppen aus der .newsrc entfernen?"
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  "Nur abonnierte Gruppen in newsrc"
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  "# Falls ON entferne nicht-abonnierte Gruppen aus der newsrc\n"
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  "Lösche nicht vorhan. G. aus newsrc"
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -7234,57 +7213,57 @@ msgstr  "# Was soll mit nicht mehr vorha
         "#   1 = entfernen\n"
         "#   2 = Mit D in der Auswahl markieren.\n"
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  "Sekunden, nach denen die active-Datei wieder gelesen wird. <CR> setzt."
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  "Active alle ... Sekunden neu lesen"
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  "# Zeitintervall in Sekunden zwischen dem Wiedereinlesen des active (0=nie)\n"
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  "Autom. Wiederverbindung zum Server"
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  "# Falls ON wird eine unterbrochene Verbindung zum NNTP Server\n"
         "# automatisch reaktiviert\n"
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  "Erzeuge lokale Kopien der NNTP Overview Dateien. <SPACE> wechselt & <CR> "
         "setzt."
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  "Speichere NNTP Overview Daten lokal"
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  "# Falls ON, erzeuge lokale Kopien der NNTP Overview Dateien.\n"
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  "Format-Zeichenkette eingeben. <CR> setzt, <ESC> bricht ab."
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  "Datums Format-Zeichenkette"
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  "# Zeichenkette die die Datumsanzeige beschreibt.\n"
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  "Unicode Normalisierungsart"
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -7300,140 +7279,172 @@ msgstr  "# Unicode Normalisierungsart\n"
         "#   3 = NFC\n"
         "#   4 = NFD\n"
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  "BiDi wiedergeben"
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  "# Falls ON, wird bi-direktionaler Text von tin wiedergeben.\n"
 
-# TRANSLATION MISSING
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid   "Delete post-process files"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  "Followup-To:-Header"
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  "Standard Mail-Adresse (und Name) eingeben. <CR> setzt, <ESC> bricht ab."
 
-# TRANSLATION MISSING
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  "ispell Programm"
 
-# TRANSLATION MISSING
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2761
+#: src/lang.c:2784
 msgid   "Mailing list address"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  "Organization:-Header"
 
-# TRANSLATION MISSING
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 msgid   "savefile"
 msgstr  "Dateiname"
 
-# TRANSLATION MISSING
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2814
+msgid   "Quick (1 key) select filter scope"
+msgstr  ""
+
+#: src/lang.c:2819 src/lang.c:2843
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2826
+msgid   "Quick (1 key) select filter case"
+msgstr  ""
+
+#: src/lang.c:2831 src/lang.c:2855
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+msgid   "Quick (1 key) kill filter scope"
+msgstr  ""
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+msgid   "Quick (1 key) kill filter case"
+msgstr  ""
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid   "UNDECLARED_CHARSET"
 msgstr  "UNDECLARED_CHARSET"
 
-# TRANSLATION MISSING
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid   "X_Body"
 msgstr  "X_Body"
 
-# TRANSLATION MISSING
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  "X_Headers"
 
-# TRANSLATION MISSING
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  "Füge 'X-Comment-To:'-Header ein"
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "Version: %s %s Ausgabe %s (\"%s\") %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "Version: %s %s Ausgabe %s (\"%s\")\n"
@@ -7442,34 +7453,32 @@ msgstr  "Version: %s %s Ausgabe %s (\"%s
 msgid   "Unreachable?\n"
 msgstr  "Unerreichbar?\n"
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  "\n"
         "Server reagierte nicht, Wiederholung Nummer # %d\n"
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  "Betrete aktuelle Gruppe neu\n"
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  "Lese (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  "Sende letztes Kommando (%s) neu\n"
 
-# TRANSLATION MISSING
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  ""
 
-# TRANSLATION MISSING
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  ""
 
@@ -7478,45 +7487,45 @@ msgstr  ""
 msgid   "couldn't expand %s\n"
 msgstr  "Kann %s nicht expandieren\n"
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  "Zeile %d ist länger als 998 Oktets und sollte gefaltet werden,\n"
         "aber die Kodierung ist weder auf %s noch auf %s gestellt\n"
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
         "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr  "Zeile %d ist länger als 998 Oktets und sollte gefaltet werden,\n"
         "aber die Kodierung ist auf %s gestellt ohne MIME_BREAK_LONG_LINES\n"
-        "angeschaltet zu haben, oder der Artikel enhält keine 8Bit Zeichen\n"
+        "angeschaltet zu haben, oder der Artikel enthält keine 8Bit Zeichen\n"
         "und wird daher nicht automatisch gefaltet wird.\n"
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  "Zeile %d ist länger als 998 Oktets und sollte gefaltet werden,\n"
         "aber die Kodierung ist nicht auf %s gesetzt\n"
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  "Poste: %.*s ..."
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "Breche Lesen ab, bitte warten..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "Lesen abgebrochen\n"
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  "Ablassen\n"
 
@@ -7596,7 +7605,6 @@ msgstr  "Diese Verzeichnis enthält \"nam
         "dass der NFS-Server spezielle Dateien in diesem Verzeichnis erzeugt,\n"
         "während slrnface ausgeführt wird. Diese sollten nicht gelöscht werden.\n"
 
-# TRANSLATION MISSING
 #: src/xface.c:135
 msgid   "Can't run slrnface: couldn't construct fifo name."
 msgstr  ""
Binary files tin-1.9.6/po/en_GB.gmo and tin-2.0.0/po/en_GB.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/en_GB.po tin-2.0.0/po/en_GB.po
--- tin-1.9.6/po/en_GB.po	2010-11-26 15:42:45.000000000 +0100
+++ tin-2.0.0/po/en_GB.po	2011-08-22 18:32:41.367266830 +0200
@@ -4,7 +4,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: tin 1.8.1\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2002-11-15 20:10+0000\n"
         "Last-Translator: Robert Brady <rwb197@zepler.org>\n"
         "Language-Team: \n"
@@ -14,462 +14,462 @@ msgstr  "Project-Id-Version: tin 1.8.1\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  ""
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 msgid   "Processing attributes... "
 msgstr  ""
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  ""
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  ""
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  ""
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  ""
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  ""
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  ""
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  ""
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  ""
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  ""
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  ""
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  ""
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  ""
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  ""
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, c-format
 msgid   "#  post_process_type=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  ""
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  ""
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  ""
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  ""
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  ""
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  ""
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  ""
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  ""
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  ""
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  ""
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, c-format
 msgid   "#  sort_article_type=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, c-format
 msgid   "#  thread_articles=NUM"
 msgstr  ""
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1238
+#: src/attrib.c:1248
 #, c-format
 msgid   "#  trim_article_body=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1239
+#: src/attrib.c:1249
 #, c-format
 msgid   "#    0 = Don't trim article body\n"
 msgstr  ""
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  ""
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  ""
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  ""
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  ""
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  ""
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  ""
@@ -893,7 +893,7 @@ msgstr  ""
 msgid   "Creating newsrc file...\n"
 msgstr  ""
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  ""
 
@@ -1614,722 +1614,726 @@ msgid   "toggle display of sections hidd
 msgstr  ""
 
 #: src/lang.c:358
-msgid   "toggle word highlighting on/off"
+msgid   "toggle display of all headers"
 msgstr  ""
 
 #: src/lang.c:359
-msgid   "toggle ROT-13 (basic decode) for current article"
+msgid   "toggle word highlighting on/off"
 msgstr  ""
 
 #: src/lang.c:360
-msgid   "toggle tabwidth 4 <-> 8"
+msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  ""
 
 #: src/lang.c:361
-msgid   "toggle german TeX style decoding for current article"
+msgid   "toggle tabwidth 4 <-> 8"
 msgstr  ""
 
 #: src/lang.c:362
-msgid   "toggle display of uuencoded sections"
+msgid   "toggle german TeX style decoding for current article"
 msgstr  ""
 
 #: src/lang.c:363
-msgid   "View/pipe/save multimedia attachments"
+msgid   "toggle display of uuencoded sections"
 msgstr  ""
 
 #: src/lang.c:364
-msgid   "choose first attachment in list"
+msgid   "View/pipe/save multimedia attachments"
 msgstr  ""
 
 #: src/lang.c:365
-msgid   "0 - 9\t  choose attachment by number"
+msgid   "choose first attachment in list"
 msgstr  ""
 
 #: src/lang.c:366
+msgid   "0 - 9\t  choose attachment by number"
+msgstr  ""
+
+#: src/lang.c:367
 msgid   "choose last attachment in list"
 msgstr  ""
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 msgid   "pipe raw attachment into command"
 msgstr  ""
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 msgid   "search for attachments forwards"
 msgstr  ""
 
-#: src/lang.c:373
+#: src/lang.c:374
 msgid   "search for attachments backwards"
 msgstr  ""
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 msgid   "tag attachment"
 msgstr  ""
 
-#: src/lang.c:376
+#: src/lang.c:377
 msgid   "tag attachments that match user specified pattern"
 msgstr  ""
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 msgid   "untag all tagged attachments"
 msgstr  ""
 
-#: src/lang.c:379
+#: src/lang.c:380
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  ""
 
-#: src/lang.c:380
+#: src/lang.c:381
 msgid   "choose first attribute in list"
 msgstr  ""
 
-#: src/lang.c:381
+#: src/lang.c:382
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  ""
 
-#: src/lang.c:382
+#: src/lang.c:383
 msgid   "choose last attribute in list"
 msgstr  ""
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 msgid   "search forwards for an attribute"
 msgstr  ""
 
-#: src/lang.c:385
+#: src/lang.c:386
 msgid   "search backwards for an attribute"
 msgstr  ""
 
-#: src/lang.c:386
+#: src/lang.c:387
 msgid   "select attribute"
 msgstr  ""
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  ""
 
-#: src/lang.c:389
+#: src/lang.c:390
 msgid   "choose first option in list"
 msgstr  ""
 
-#: src/lang.c:390
+#: src/lang.c:391
 msgid   "0 - 9\t  choose option by number"
 msgstr  ""
 
-#: src/lang.c:391
+#: src/lang.c:392
 msgid   "choose last option in list"
 msgstr  ""
 
-#: src/lang.c:392
+#: src/lang.c:393
 msgid   "start scopes menu"
 msgstr  ""
 
-#: src/lang.c:393
+#: src/lang.c:394
 msgid   "search forwards for an option"
 msgstr  ""
 
-#: src/lang.c:394
+#: src/lang.c:395
 msgid   "search backwards for an option"
 msgstr  ""
 
-#: src/lang.c:395
+#: src/lang.c:396
 msgid   "select option"
 msgstr  ""
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  ""
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  ""
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  ""
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  ""
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  ""
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  ""
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  ""
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  ""
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  ""
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  ""
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  ""
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  ""
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  ""
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  ""
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  ""
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  ""
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  ""
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  ""
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  ""
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  ""
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  ""
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  ""
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  ""
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  ""
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  ""
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  ""
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  ""
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  ""
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  ""
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  ""
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  ""
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  ""
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  ""
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  ""
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  ""
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  ""
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  ""
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  ""
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  ""
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  ""
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  ""
 
-#: src/lang.c:440
+#: src/lang.c:441
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  ""
 
-#: src/lang.c:441
+#: src/lang.c:442
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  ""
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  ""
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  ""
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  ""
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  ""
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  ""
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  ""
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  ""
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  ""
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  ""
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  ""
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  ""
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  ""
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  ""
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  ""
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  ""
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  ""
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  ""
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  ""
 
-#: src/lang.c:461
+#: src/lang.c:462
 msgid   "delete scope"
 msgstr  ""
 
-#: src/lang.c:462
+#: src/lang.c:463
 msgid   "edit attributes file"
 msgstr  ""
 
-#: src/lang.c:463
+#: src/lang.c:464
 msgid   "choose first scope in list"
 msgstr  ""
 
-#: src/lang.c:464
+#: src/lang.c:465
 msgid   "0 - 9\t  choose scope by number"
 msgstr  ""
 
-#: src/lang.c:465
+#: src/lang.c:466
 msgid   "choose last scope in list"
 msgstr  ""
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  ""
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  ""
 
-#: src/lang.c:468
+#: src/lang.c:469
 msgid   "select scope"
 msgstr  ""
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  ""
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  ""
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  ""
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  ""
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  ""
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  ""
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  ""
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  ""
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  ""
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  ""
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  ""
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  ""
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  ""
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  ""
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  ""
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  ""
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  ""
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  ""
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  ""
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  ""
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  ""
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  ""
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  ""
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  ""
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  ""
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  ""
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  ""
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  ""
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  ""
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  ""
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  ""
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  ""
 
-#: src/lang.c:501
+#: src/lang.c:502
 msgid   "mark article, range or tagged articles as unread"
 msgstr  ""
 
-#: src/lang.c:502
+#: src/lang.c:503
 msgid   "mark current thread as unread"
 msgstr  ""
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  ""
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  ""
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  ""
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  ""
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  ""
 
-#: src/lang.c:508
+#: src/lang.c:509
 msgid   "Attachment operations\n"
         "---------------------"
 msgstr  ""
 
-#: src/lang.c:509
+#: src/lang.c:510
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  ""
 
-#: src/lang.c:510
+#: src/lang.c:511
 msgid   "Option operations\n"
         "-----------------"
 msgstr  ""
 
-#: src/lang.c:511
+#: src/lang.c:512
 msgid   "Scope operations\n"
         "----------------"
 msgstr  ""
 
-#: src/lang.c:512
+#: src/lang.c:513
 msgid   "URL operations\n"
         "--------------"
 msgstr  ""
 
-#: src/lang.c:513
+#: src/lang.c:514
 msgid   "choose first URL in list"
 msgstr  ""
 
-#: src/lang.c:514
+#: src/lang.c:515
 msgid   "0 - 9\t  choose URL by number"
 msgstr  ""
 
-#: src/lang.c:515
+#: src/lang.c:516
 msgid   "choose last URL in list"
 msgstr  ""
 
-#: src/lang.c:516
+#: src/lang.c:517
 msgid   "search for URLs forwards"
 msgstr  ""
 
-#: src/lang.c:517
+#: src/lang.c:518
 msgid   "search for URLs backwards"
 msgstr  ""
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 msgid   "toggle info message in last line (URL)"
 msgstr  ""
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  ""
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  ""
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  ""
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  ""
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  ""
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  ""
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  ""
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  ""
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  ""
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  ""
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  ""
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  ""
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  ""
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  ""
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  ""
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  ""
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  ""
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2365,472 +2369,472 @@ msgid   "\n"
         "Please send bug-reports/comments to %s with the 'R' command.\n"
 msgstr  ""
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  ""
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  ""
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  ""
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  ""
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  ""
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  ""
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  ""
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  ""
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  ""
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  ""
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  ""
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  ""
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  ""
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  ""
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  ""
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  ""
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  ""
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  ""
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  ""
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  ""
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  ""
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  ""
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
 msgstr  ""
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  ""
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  ""
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  ""
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
         "#\n"
 msgstr  ""
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, c-format
 msgid   "%s marked as read"
 msgstr  ""
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  ""
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  ""
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  ""
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  ""
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  ""
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, c-format
 msgid   "Mark article as read%s?"
 msgstr  ""
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  ""
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  ""
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  ""
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  ""
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  ""
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  ""
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  ""
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  ""
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  ""
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  ""
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  ""
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  ""
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  ""
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  ""
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  ""
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  ""
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  ""
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  ""
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  ""
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  ""
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  ""
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  ""
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  ""
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  ""
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ""
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  ""
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  ""
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  ""
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  ""
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  ""
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  ""
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  ""
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  ""
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  ""
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  ""
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  ""
 
-#: src/lang.c:645
+#: src/lang.c:646
 msgid   "*** No attachments ***"
 msgstr  ""
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  ""
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  ""
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  ""
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  ""
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  ""
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  ""
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  ""
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  ""
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  ""
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  ""
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  ""
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  ""
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  ""
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  ""
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  ""
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  ""
 
-#: src/lang.c:663
+#: src/lang.c:664
 msgid   "*** No scopes ***"
 msgstr  ""
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  ""
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  ""
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  ""
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  ""
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  ""
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  ""
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  ""
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  ""
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  ""
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  ""
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  ""
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  ""
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -2846,318 +2850,318 @@ msgid   "# NNTP-server -> newsrc transla
         "#\n"
 msgstr  ""
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  ""
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  ""
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  ""
 
-#: src/lang.c:688
+#: src/lang.c:689
 msgid   "Options Menu Commands"
 msgstr  ""
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  ""
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  ""
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  ""
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  ""
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
 msgstr  ""
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  ""
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  ""
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  ""
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  ""
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  ""
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  ""
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  ""
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  ""
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  ""
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  ""
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  ""
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  ""
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  ""
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  ""
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  ""
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  ""
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  ""
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  ""
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  ""
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  ""
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  ""
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  ""
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  ""
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  ""
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  ""
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  ""
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  ""
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  ""
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  ""
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  ""
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  ""
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  ""
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  ""
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  ""
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  ""
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  ""
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  ""
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  ""
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  ""
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  ""
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  ""
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  ""
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  ""
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  ""
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  ""
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  ""
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  ""
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  ""
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  ""
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  ""
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  ""
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  ""
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  ""
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  ""
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  ""
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  ""
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3169,257 +3173,257 @@ msgid   "# %s server configuration file\
         "\n"
 msgstr  ""
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  ""
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  ""
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  ""
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  ""
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  ""
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  ""
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  ""
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  ""
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  ""
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  ""
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  ""
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  ""
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  ""
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  ""
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  ""
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  "%s: Screen initialisation failed"
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  ""
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  ""
 
-#: src/lang.c:795
+#: src/lang.c:796
 msgid   "Delete scope?"
 msgstr  ""
 
-#: src/lang.c:796
+#: src/lang.c:797
 msgid   "Enter scope> "
 msgstr  ""
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid   "Select new position> "
 msgstr  ""
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  ""
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  ""
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  ""
 
-#: src/lang.c:801
+#: src/lang.c:802
 msgid   "Select scope> "
 msgstr  ""
 
-#: src/lang.c:802
+#: src/lang.c:803
 msgid   "Scopes Menu"
 msgstr  ""
 
-#: src/lang.c:803
+#: src/lang.c:804
 msgid   "Scopes Menu Commands"
 msgstr  ""
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  ""
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  ""
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  ""
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  ""
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  ""
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  ""
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  ""
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  ""
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  ""
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  ""
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  ""
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  ""
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  ""
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  ""
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  ""
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  ""
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  ""
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  ""
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  ""
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  ""
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  ""
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  ""
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  ""
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  ""
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  ""
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  ""
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  ""
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  ""
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  ""
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3429,337 +3433,337 @@ msgid   "# Defaults for quick (1 key) ki
         "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 msgstr  ""
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  ""
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  ""
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  ""
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  ""
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  ""
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  ""
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  ""
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  ""
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  ""
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  ""
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  ""
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  ""
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  ""
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  ""
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  ""
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  ""
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  ""
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  ""
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  ""
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  ""
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  ""
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  ""
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  ""
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  ""
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  ""
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  ""
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  ""
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  ""
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  ""
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  ""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
 msgstr  ""
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 msgid   "URL Menu Commands"
 msgstr  ""
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, c-format
 msgid   "Opening %s"
 msgstr  ""
 
-#: src/lang.c:889
+#: src/lang.c:890
 msgid   "Select URL> "
 msgstr  ""
 
-#: src/lang.c:890
+#: src/lang.c:891
 msgid   "No URLs in this article"
 msgstr  ""
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  ""
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  ""
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  ""
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  ""
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  ""
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  ""
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  ""
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  ""
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  ""
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  ""
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  ""
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  ""
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  ""
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  ""
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  ""
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  ""
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  ""
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  ""
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  ""
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  ""
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
         "Usage: %s [options] [newsgroup[,...]]"
 msgstr  ""
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  ""
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  ""
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  ""
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  ""
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  ""
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  ""
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  ""
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
         "%-100s\n"
 msgstr  ""
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  ""
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  ""
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  ""
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
 msgstr  ""
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -3772,7 +3776,7 @@ msgid   "Read carefully!\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -3780,12 +3784,12 @@ msgid   "\n"
         "         not be encoded properly.\n"
 msgstr  ""
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -3794,7 +3798,7 @@ msgid   "\n"
         "Read WHATSNEW, etc...\n"
 msgstr  ""
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -3802,7 +3806,7 @@ msgid   "\n"
         "Some values in your %s file may be ignored, others might have changed!\n"
 msgstr  ""
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -3811,18 +3815,18 @@ msgid   "Warning: tin wrote fewer groups
         "before you start tin once again!\n"
 msgstr  ""
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr  ""
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  ""
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -3832,47 +3836,47 @@ msgid   "\n"
         "         possible.\n"
 msgstr  ""
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  ""
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  ""
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  ""
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  ""
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  ""
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  ""
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  ""
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  ""
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  ""
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -3884,11 +3888,11 @@ msgid   "\n"
         "         M)enu option.\n"
 msgstr  ""
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  ""
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -3904,11 +3908,11 @@ msgid   "Read carefully!\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "toggle colour"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -3952,363 +3956,371 @@ msgstr  "# Changing colours of several s
         "#  15 = light white\n"
         "\n"
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  "  -a       toggle colour flag"
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  ""
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  ""
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  ""
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  ""
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr  ""
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  ""
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  ""
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  ""
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  ""
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  ""
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  ""
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  ""
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  ""
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  ""
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  ""
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  ""
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  ""
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  ""
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  ""
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  ""
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  ""
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  ""
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  ""
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  ""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  ""
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  ""
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  ""
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  ""
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  ""
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  ""
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  ""
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  ""
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  ""
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  ""
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  ""
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  ""
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  ""
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  ""
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  ""
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  ""
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  ""
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  ""
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  ""
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  ""
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  ""
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  ""
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  ""
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  ""
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  ""
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  ""
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  ""
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  ""
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  ""
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  ""
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  ""
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  ""
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  ""
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  ""
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  ""
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4317,7 +4329,7 @@ msgid   "\n"
         "       newsgroup names.\n"
 msgstr  ""
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4325,7 +4337,7 @@ msgid   "\n"
         "       Please write all newsgroups into a single line.\n"
 msgstr  ""
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4333,13 +4345,13 @@ msgid   "\n"
         "         To avoid trouble please write all newsgroups into a single line.\n"
 msgstr  ""
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr  ""
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4360,560 +4372,592 @@ msgid   "\n"
         "  likely to ignore it completely.  It's a crowded net out there.\n"
 msgstr  ""
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  ""
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  ""
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  ""
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  ""
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  ""
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  ""
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  ""
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  ""
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  "Terminal does not support colour"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  ""
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  ""
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  ""
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  ""
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  ""
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  ""
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  ""
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  ""
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  ""
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  ""
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  ""
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  ""
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  ""
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  ""
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  ""
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  ""
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  ""
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  ""
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  ""
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  ""
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  ""
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  ""
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  ""
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  ""
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  ""
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  ""
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  ""
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "Grey"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  ""
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  ""
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  ""
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  ""
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  ""
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  ""
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  ""
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  ""
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  ""
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  ""
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  ""
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  ""
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  ""
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  ""
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  ""
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  ""
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  ""
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  ""
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  ""
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  ""
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  ""
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  ""
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  ""
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  ""
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  ""
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  ""
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  ""
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+msgid   "Subject: (case sensitive)"
+msgstr  ""
+
+#: src/lang.c:1369
+msgid   "Subject: (ignore case)"
+msgstr  ""
+
+#: src/lang.c:1370
+msgid   "From: (case sensitive)"
+msgstr  ""
+
+#: src/lang.c:1371
+msgid   "From: (ignore case)"
+msgstr  ""
+
+#: src/lang.c:1372
+msgid   "Msg-ID: & full References: line"
+msgstr  ""
+
+#: src/lang.c:1373
+msgid   "Msg-ID: & last References: only"
+msgstr  ""
+
+#: src/lang.c:1374
+msgid   "Message-ID: entry only"
+msgstr  ""
+
+#: src/lang.c:1375
+msgid   "Lines:"
+msgstr  ""
+
+#: src/lang.c:1380
 msgid   "Don't trim article body"
 msgstr  ""
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  ""
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  ""
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  ""
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  ""
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  ""
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  ""
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  ""
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  ""
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  ""
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  ""
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  ""
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  ""
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  ""
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  ""
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  ""
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  ""
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  ""
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid   "Last posting date (descending)"
 msgstr  ""
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid   "Last posting date (ascending)"
 msgstr  ""
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  ""
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  ""
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  ""
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  ""
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  ""
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  ""
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  ""
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  ""
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  ""
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  ""
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  ""
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  ""
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  ""
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  ""
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  ""
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  ""
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  ""
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  ""
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  ""
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  ""
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  ""
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  ""
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  "Colour Options"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  ""
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  ""
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  ""
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  ""
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  ""
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  ""
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  ""
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  ""
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  ""
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  ""
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  ""
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -4922,31 +4966,31 @@ msgid   "# Part of from field to display
         "#   3 = both\n"
 msgstr  ""
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  ""
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  ""
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  ""
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  ""
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  ""
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -4957,15 +5001,15 @@ msgid   "# Thread articles by ...\n"
         "#   5 = Percentage Match\n"
 msgstr  ""
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  ""
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -4978,11 +5022,11 @@ msgid   "# Thread percentage match...\n"
         "# 'harppy' would be threaded separately from 'happy'\n"
 msgstr  ""
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  ""
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -4990,15 +5034,15 @@ msgid   "# Thread score\n"
         "#   2 = average\n"
 msgstr  ""
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  ""
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5014,15 +5058,15 @@ msgid   "# Sort articles by ...\n"
         "#  10 = Lines ascending\n"
 msgstr  ""
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  ""
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5032,43 +5076,43 @@ msgid   "# Sort thread by ...\n"
         "#   4 = Last posting date ascending\n"
 msgstr  ""
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
+#: src/lang.c:1669
+msgid   "Go to first unread article in group"
 msgstr  ""
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  ""
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  ""
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  ""
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  ""
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  ""
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  ""
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5076,11 +5120,11 @@ msgid   "# Filter which articles\n"
         "#   2 = kill all articles and never show them\n"
 msgstr  ""
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  ""
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5089,11 +5133,11 @@ msgid   "# Go to the unread article with
         "#   3 = PAGE DOWN or TAB\n"
 msgstr  ""
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid   "How to treat blank lines"
 msgstr  ""
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -5109,159 +5153,159 @@ msgid   "# Trim the article body, remove
         "#       leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  ""
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  ""
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  ""
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  ""
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  ""
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  ""
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  ""
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  ""
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  ""
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  ""
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  ""
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  ""
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  ""
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5270,16 +5314,16 @@ msgid   "# What information should be di
         "#   3 = lines & score\n"
 msgstr  ""
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  ""
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  ""
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5295,27 +5339,27 @@ msgstr  "# Number of lines that cursor-u
         "# * 1 = line-by-line\n"
         "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  ""
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  ""
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  ""
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5325,28 +5369,28 @@ msgid   "# Handling of uuencoded data in
         "#       be folded into a tag line.\n"
 msgstr  ""
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  ""
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  ""
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  ""
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  ""
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5355,11 +5399,11 @@ msgid   "# Which news headers you wish t
         "# spaces. Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  ""
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5370,627 +5414,627 @@ msgid   "# Same as 'news_headers_to_disp
         "# Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  ""
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  ""
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  ""
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  ""
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  ""
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  ""
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  ""
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  ""
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  ""
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  ""
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  ""
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  ""
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  ""
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  ""
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  ""
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  ""
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  ""
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  ""
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  ""
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  ""
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  ""
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  ""
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  ""
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  ""
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  ""
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
         "# for no automatic viewing\n"
 msgstr  ""
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  ""
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  ""
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  ""
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  ""
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  ""
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  ""
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  ""
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  ""
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  ""
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  ""
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  ""
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 msgid   "Program that opens URLs"
 msgstr  ""
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  ""
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  ""
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  ""
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  ""
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  ""
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  ""
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  ""
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  ""
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  ""
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  ""
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  ""
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 msgstr  ""
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  ""
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  ""
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  ""
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  ""
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  ""
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  ""
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  ""
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  ""
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  ""
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  ""
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "Use ANSI colour"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# If ON using ANSI-colour\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  "Standard foreground colour"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standard foreground colour\n"
         "# Default: -1 (default colour)\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  "Standard background colour"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standard background colour\n"
         "# Default: -1 (default colour)\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  "Colour for inverse text (bg)"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Colour of background for inverse text\n"
         "# Default: 4 (blue)\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  "Colour for inverse text (fg)"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# Colour of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  "Colour of text lines"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Colour of text lines\n"
         "# Default: -1 (default colour\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  "Colour of mini help menu"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Colour of mini help menu\n"
         "# Default: 3 (brown)\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  "Colour of help text"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Colour of help pages\n"
         "# Default: -1 (default colour)\n"
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  "Colour of status messages"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Colour of messages in last line\n"
         "# Default: 6 (cyan)\n"
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  "Colour of quoted lines"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Colour of quote-lines\n"
         "# Default: 2 (green)\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  "Colour of twice quoted line"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Colour of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  "Colour of =>3 times quoted line"
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Colour of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  "Colour of article header lines"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Colour of header-lines\n"
         "# Default: 2 (green)\n"
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  "Colour of actual news header fields"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# Colour of actual news header fields\n"
         "# Default: 9 (light red)\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  "Colour of article subject lines"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Colour of article subject\n"
         "# Default: 6 (cyan)\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  "Colour of response counter"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# Colour of response counter\n"
         "# Default: 2 (green)\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  "Colour of sender (From:)"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# Colour of sender (From:)\n"
         "# Default: 2 (green)\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  "Colour of help/mail sign"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Colour of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "Colour of signatures"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Colour of signature\n"
         "# Default: 4 (blue)\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  "Colour of highlighted URLs"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Colour of highlighted URLs\n"
         "# Default: -1 (default colour)\n"
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid   "Color of verbatim blocks"
 msgstr  "Colour of verbatim blocks"
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  "# Colour of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  "Colour of highlighting with *stars*"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# Colour of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  "Colour of highlighting with _dash_"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# Colour of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  "Colour of highlighting with /slash/"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# Colour of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  "Colour of highlighting w. -stroke-"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# Colour of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  ""
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6005,54 +6049,54 @@ msgid   "# Attributes of word highlighti
         "# Default: 6 (bold)\n"
 msgstr  ""
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  ""
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  ""
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  ""
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  ""
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  ""
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  ""
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  ""
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  ""
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  ""
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  ""
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  ""
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6061,105 +6105,105 @@ msgid   "# Should the leading and ending
         "# * 2 = print a space instead\n"
 msgstr  ""
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  ""
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  ""
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  ""
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  ""
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  ""
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  ""
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  ""
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  ""
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  ""
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
         "# sigfile=--none     don't append a signature\n"
 msgstr  ""
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  ""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  ""
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  ""
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  ""
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  ""
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  ""
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  ""
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  "Quoting behaviour"
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6172,50 +6216,50 @@ msgid   "# How quoting should be handled
         "#   7 = Compress quotes, quote signatures, quote empty lines\n"
 msgstr  ""
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  ""
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  ""
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
         "# %%N Full Name  %%C First Name   %%I Initials\n"
 msgstr  ""
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  ""
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  ""
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 msgid   "Insert 'User-Agent:' header"
 msgstr  ""
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  ""
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6224,39 +6268,39 @@ msgid   "# Charset supported locally whi
         "# mm_charset is considered not displayable and represented as '?'.\n"
 msgstr  ""
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  ""
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid   "MM_LOCAL_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  ""
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  ""
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  ""
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  ""
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
@@ -6264,42 +6308,42 @@ msgid   "# MIME encoding (8bit, base64, 
         "# Russian charsets with a lot of 8bit characters.\n"
 msgstr  ""
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  ""
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
         "# parameter unless post_mime_encoding is 8bit as well.\n"
 msgstr  ""
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  ""
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  ""
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  ""
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  ""
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6309,34 +6353,34 @@ msgid   "# If ON, 8bit characters in mai
         "# turn it ON unless you have some compelling reason.\n"
 msgstr  ""
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  ""
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  ""
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  ""
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
 msgstr  ""
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  ""
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = No\n"
@@ -6345,112 +6389,112 @@ msgid   "# Put your name in the Cc: and/
         "#   3 = Cc and Bcc\n"
 msgstr  ""
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  ""
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  ""
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  ""
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  ""
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  ""
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  ""
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  ""
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  ""
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  ""
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  ""
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  ""
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  ""
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  ""
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  ""
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  ""
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  ""
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  ""
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  ""
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  ""
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  ""
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
@@ -6458,95 +6502,95 @@ msgid   "# Perform post processing (savi
         "#   2 = yes\n"
 msgstr  ""
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  ""
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  ""
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  ""
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  ""
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  ""
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  ""
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  ""
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  ""
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  ""
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  ""
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  ""
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  ""
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  ""
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  ""
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  ""
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  ""
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  ""
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -6554,11 +6598,11 @@ msgid   "# Format of mailer line includi
         "# ie. elm interactive          :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 msgstr  ""
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  ""
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -6566,56 +6610,64 @@ msgid   "# Interactive mailreader\n"
         "#   2 = use interactive mailreader without headers in file\n"
 msgstr  ""
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  ""
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  ""
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  ""
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  ""
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  ""
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  ""
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  ""
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  ""
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  ""
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  ""
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -6623,55 +6675,55 @@ msgid   "# What to do with bogus groups 
         "#   2 = highlight with D on selection screen\n"
 msgstr  ""
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  ""
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  ""
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  ""
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  ""
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  ""
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  ""
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  ""
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  ""
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  "Unicode normalisation form"
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -6687,124 +6739,172 @@ msgstr  "# Unicode normalisation form\n"
         "#   3 = NFC\n"
         "#   4 = NFD\n"
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  ""
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  ""
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid   "Delete post-process files"
 msgstr  ""
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  ""
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  ""
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  ""
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  ""
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 msgid   "Mailing list address"
 msgstr  ""
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  ""
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  ""
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  ""
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 msgid   "savefile"
 msgstr  ""
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2814
+msgid   "Quick (1 key) select filter scope"
+msgstr  ""
+
+#: src/lang.c:2819 src/lang.c:2843
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2826
+msgid   "Quick (1 key) select filter case"
+msgstr  ""
+
+#: src/lang.c:2831 src/lang.c:2855
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+msgid   "Quick (1 key) kill filter scope"
+msgstr  ""
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+msgid   "Quick (1 key) kill filter case"
+msgstr  ""
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid   "UNDECLARED_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid   "X_Body"
 msgstr  ""
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  ""
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  ""
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  ""
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  ""
@@ -6813,31 +6913,31 @@ msgstr  ""
 msgid   "Unreachable?\n"
 msgstr  ""
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  ""
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  ""
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  ""
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  ""
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  ""
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  ""
 
@@ -6846,40 +6946,40 @@ msgstr  ""
 msgid   "couldn't expand %s\n"
 msgstr  ""
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  ""
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
         "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr  ""
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  ""
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  ""
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  ""
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  ""
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  ""
 
Binary files tin-1.9.6/po/et.gmo and tin-2.0.0/po/et.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/et.po tin-2.0.0/po/et.po
--- tin-1.9.6/po/et.po	2010-11-26 15:42:46.000000000 +0100
+++ tin-2.0.0/po/et.po	2011-08-22 18:32:41.719321499 +0200
@@ -5,7 +5,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: tin 1.9.5\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2010-08-12 17:33+0300\n"
         "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
         "Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
@@ -15,469 +15,469 @@ msgstr  "Project-Id-Version: tin 1.9.5\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  "atribuut ilma skoobita: %s"
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 msgid   "Processing attributes... "
 msgstr  "Töötlen atribuute... "
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  "# Ärge seda kommentaari blokki muutke\n"
         "#\n"
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  "#  scope=SÕNE (n. alt.*,!alt.bin*) [kohustuslik]\n"
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  "#  add_posted_to_filter=ON/OFF\n"
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  "#  advertising=ON/OFF\n"
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  "#  alternative_handling=ON/OFF\n"
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  "#  ask_for_metamail=ON/OFF\n"
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  "#  auto_cc_bcc=NUM\n"
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  "#    0=Ei pane, 1=Cc, 2=Bcc, 3=Cc ja Bcc\n"
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  "#  auto_list_thread=ON/OFF\n"
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  "#  auto_save=ON/OFF\n"
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  "#  auto_select=ON/OFF\n"
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  "#  batch_save=ON/OFF\n"
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  "#  date_format=SÕNE (n. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  "#  delete_tmp_files=ON/OFF\n"
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  "#  editor_format=SÕNE (n. %%E +%%N %%F)\n"
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  "#  fcc=SÕNE (n. =postkast)\n"
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  "#  followup_to=SÕNE\n"
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  "#  from=SÕNE (kirjutage soovitav From: rida, ärge kasutage jutumärke)\n"
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  "#  group_catchup_on_exit=ON/OFF\n"
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  "#  mail_8bit_header=ON/OFF\n"
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  "#  mail_mime_encoding=toetatud_kodeering"
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  "#  ispell=SÕNE\n"
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  "#  maildir=SÕNE (n. ~/Mail)\n"
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  "#  mailing_list=SÕNE (n. majordomo@example.org)\n"
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  "#  mime_types_to_save=SÕNE (n. image/*,!image/bmp)\n"
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  "#  mark_ignore_tags=ON/OFF\n"
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  "#  mark_saved_read=ON/OFF\n"
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  "#  mime_forward=ON/OFF\n"
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  "#  mm_network_charset=toetatud_koodileht"
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  "#  undeclared_charset=SÕNE (vaikimisi on US-ASCII)\n"
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  "#  news_headers_to_display=SÕNE\n"
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  "#  news_headers_to_not_display=SÕNE\n"
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  "#  news_quote_format=SÕNE\n"
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  "#  organization=SÕNE (kui algab sümboliga '/', loe failist)\n"
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  "#  pos_first_unread=ON/OFF\n"
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  "#  post_8bit_header=ON/OFF\n"
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  "#  post_mime_encoding=toetatud_kodeering"
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, c-format
 msgid   "#  post_process_type=NUM\n"
 msgstr  "#  post_process_type=NUM\n"
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  "#  post_process_view=ON/OFF\n"
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  "#  quick_kill_scope=SÕNE (n. talk.*)\n"
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  "#  quick_kill_expire=ON/OFF\n"
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  "#  quick_kill_case=ON/OFF\n"
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  "#  quick_kill_header=NUM\n"
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  "#    0=Subject: (tõstutundlik)    1=Subject: (tõstutundetu)\n"
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  "#    2=From: (tõstutundlik)       3=From: (tõstutundetu)\n"
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  "#    4=Message-ID: & kogu References: rida\n"
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  "#    5=Message-ID: & ainult viimane References: kirje\n"
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  "#    6=Message-ID: kirje ainult   7=Lines:\n"
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  "#  quick_select_scope=SÕNE\n"
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  "#  quick_select_expire=ON/OFF\n"
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  "#  quick_select_case=ON/OFF\n"
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  "#  quick_select_header=NUM\n"
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  "#  quote_chars=SÕNE (%%s, %%S annavad initsiaalid)\n"
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  "#  print_header=ON/OFF\n"
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  "#  process_only_unread=ON/OFF\n"
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  "#  prompt_followupto=ON/OFF\n"
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  "#  savedir=SÕNE (n. ~user/News)\n"
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  "#  savefile=SÕNE (n. =linux)\n"
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  "#  sigfile=SÕNE (n. $var/sig)\n"
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  "#  show_author=NUM\n"
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  "#  show_info=NUM\n"
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  "#  show_signatures=ON/OFF\n"
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  "#  show_only_unread_arts=ON/OFF\n"
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  "#  sigdashes=ON/OFF\n"
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  "#  signature_repost=ON/OFF\n"
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, c-format
 msgid   "#  sort_article_type=NUM\n"
 msgstr  "#  sort_article_type=NUM\n"
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  "#  sort_threads_type=NUM\n"
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  "#  start_editor_offset=ON/OFF\n"
 
 #
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  "#  tex2iso_conv=ON/OFF\n"
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  "#  thread_catchup_on_exit=ON/OFF\n"
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, c-format
 msgid   "#  thread_articles=NUM"
 msgstr  "#  thread_articles=NUM"
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  "#  thread_perc=NUM\n"
 
-#: src/attrib.c:1238
+#: src/attrib.c:1248
 #, c-format
 msgid   "#  trim_article_body=NUM\n"
 msgstr  "#  trim_article_body=NUM\n"
 
-#: src/attrib.c:1239
+#: src/attrib.c:1249
 #, c-format
 msgid   "#    0 = Don't trim article body\n"
 msgstr  "#    0 = Ära lühenda artikli keha\n"
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  "#    1 = Jäta alles alguses olevad tühjad read\n"
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  "#    2 = Jäta alles lõpus olevad tühjad read\n"
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  "#    3 = Jäta alles alguses ja lõpus olevad tühjad read\n"
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, fuzzy, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  "#    4 = Tihenda teksti vahel olevad tühjad read\n"
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, fuzzy, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  "#    5 = Tihenda teksti vahel olevad tühjad read ja\n"
         "#        jäta alles alguses olevad tühjad read\n"
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, fuzzy, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  "#    6 = Tihenda teksti vahel olevad tühjad read ja\n"
         "#        jäta alles lõpus olevad tühjad read\n"
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, fuzzy, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  "#    7 = Tihenda teksti vahel olevad tühjad read ja\n"
         "#        jäta alles alguses ja lõpus olevad tühjad read\n"
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  "#  verbatim_handling=ON/OFF\n"
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  "#  wrap_on_next_unread=ON/OFF\n"
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  "#  x_body=SÕNE (n. ~/.tin/extra-body-text)\n"
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  "#  x_comment_to=ON/OFF\n"
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  "#  x_headers=SÕNE (n. ~/.tin/extra-headers)\n"
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  "#\n"
         "# Märkus: parem on kõigepealt kirjeldada üldisemad (globaalse skoobiga)\n"
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  "# ning seejärel konkreetsemad, grupi spetsiifilised, reeglid.\n"
         "#\n"
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  "############################################################################\n"
@@ -635,9 +635,9 @@ msgid   "%*s[-- Description: %s --]\n"
 msgstr  "%*s[-- Kirjeldus: %s --]\n"
 
 #: src/lang.c:79
-#, fuzzy, c-format
+#, c-format
 msgid   "%d lines"
-msgstr  "Read"
+msgstr  ""
 
 #: src/lang.c:80
 msgid   "Attachment Menu"
@@ -911,7 +911,7 @@ msgstr  "Loon salvestatud gruppidele act
 msgid   "Creating newsrc file...\n"
 msgstr  "Loon newsrc faili...\n"
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "Vaikimisi"
 
@@ -1702,751 +1702,756 @@ msgid   "toggle display of sections hidd
 msgstr  "lülita lehevahetusega (^L) peidetud osade näitamist"
 
 #: src/lang.c:358
+#, fuzzy
+msgid   "toggle display of all headers"
+msgstr  "lülita ekraanil kõik/lugemata artiklid"
+
+#: src/lang.c:359
 msgid   "toggle word highlighting on/off"
 msgstr  "lülita sõnade märkimine sisse/välja"
 
-#: src/lang.c:359
+#: src/lang.c:360
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  "lülita jooksva artikli ROT-13 (lihtne dekodeering) kodeering"
 
-#: src/lang.c:360
+#: src/lang.c:361
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  "lülita tabulaatori laius 4 <-> 8"
 
-#: src/lang.c:361
+#: src/lang.c:362
 msgid   "toggle german TeX style decoding for current article"
 msgstr  "lülita jooksva artikli saksa TeX stiilis dekodeerimine"
 
-#: src/lang.c:362
+#: src/lang.c:363
 msgid   "toggle display of uuencoded sections"
 msgstr  "lülita uuenkodeeritud osade näitamine"
 
-#: src/lang.c:363
+#: src/lang.c:364
 #, fuzzy
 msgid   "View/pipe/save multimedia attachments"
 msgstr  "Vaata/salvesta multimeedia lisasid"
 
-#: src/lang.c:364
+#: src/lang.c:365
 #, fuzzy
 msgid   "choose first attachment in list"
 msgstr  "vali loendis esimene artikkel"
 
-#: src/lang.c:365
+#: src/lang.c:366
 #, fuzzy
 msgid   "0 - 9\t  choose attachment by number"
 msgstr  "0 - 9\t  vali numbri järgi artikkel"
 
-#: src/lang.c:366
+#: src/lang.c:367
 #, fuzzy
 msgid   "choose last attachment in list"
 msgstr  "vali loendis viimane artikkel"
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 #, fuzzy
 msgid   "pipe raw attachment into command"
 msgstr  "Atribuutide menüü käsud"
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 #, fuzzy
 msgid   "search for attachments forwards"
 msgstr  "otsi artikleid autori järgi edaspidi"
 
-#: src/lang.c:373
+#: src/lang.c:374
 #, fuzzy
 msgid   "search for attachments backwards"
 msgstr  "otsi artikleid autori järgi tagaspidi"
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 #, fuzzy
 msgid   "tag attachment"
 msgstr  "Valige artikkel> "
 
-#: src/lang.c:376
+#: src/lang.c:377
 #, fuzzy
 msgid   "tag attachments that match user specified pattern"
 msgstr  "vali kasutaja määratud mustrile vastavad teemad"
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 #, fuzzy
 msgid   "untag all tagged attachments"
 msgstr  "eemalda märgistus kõikidelt märgitud teemadelt"
 
-#: src/lang.c:379
+#: src/lang.c:380
 #, fuzzy
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  "lülita viimase rea infoteadet (teema/kirjeldus)"
 
-#: src/lang.c:380
+#: src/lang.c:381
 msgid   "choose first attribute in list"
 msgstr  "vali loendis esimene atribuut"
 
-#: src/lang.c:381
+#: src/lang.c:382
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  vali numbri järgi atribuut"
 
-#: src/lang.c:382
+#: src/lang.c:383
 msgid   "choose last attribute in list"
 msgstr  "vali loendis viimane atribuut"
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  "sea atribuudile vaikeväärtus"
 
-#: src/lang.c:384
+#: src/lang.c:385
 msgid   "search forwards for an attribute"
 msgstr  "otsi atribuuti edaspidi"
 
-#: src/lang.c:385
+#: src/lang.c:386
 msgid   "search backwards for an attribute"
 msgstr  "otsi atribuuti tagaspidi"
 
-#: src/lang.c:386
+#: src/lang.c:387
 msgid   "select attribute"
 msgstr  "vali atribuut"
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  "tagasi seadete menüüsse"
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  "saatke vearaport või kommentaar aadressile %s"
 
-#: src/lang.c:389
+#: src/lang.c:390
 msgid   "choose first option in list"
 msgstr  "vali loetelust esimene parameeter"
 
-#: src/lang.c:390
+#: src/lang.c:391
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  vali parameeter numbri järgi"
 
-#: src/lang.c:391
+#: src/lang.c:392
 msgid   "choose last option in list"
 msgstr  "vali loetelust viimane parameeter"
 
-#: src/lang.c:392
+#: src/lang.c:393
 msgid   "start scopes menu"
 msgstr  "alusta skoopide menüüd"
 
-#: src/lang.c:393
+#: src/lang.c:394
 msgid   "search forwards for an option"
 msgstr  "otsi parameetrit nime edaspidi"
 
-#: src/lang.c:394
+#: src/lang.c:395
 msgid   "search backwards for an option"
 msgstr  "otsi parameetrit tagaspidi"
 
-#: src/lang.c:395
+#: src/lang.c:396
 msgid   "select option"
 msgstr  "vali parameeter"
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  "lülita atribuutide menüü"
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  "valige järgmise käsuga töödeldavate artiklite vahemik"
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  "pääs käsuviibalt"
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  "toimeta filtrite faili"
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  "anna abiinfot"
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  "näita viimasena vaadatud artiklit"
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  "üks rida alla"
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  "üles üks rida"
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  "liigu Message-ID poolt määratud artiklile"
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  "saada artikkel/teema/kuum/muster/märgitud kellelegi"
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  "seadete menüü"
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  "alla üks lehekülg"
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  "üles üks lehekülg"
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  "postita (kirjuta) artikkel jooksvasse gruppi"
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  "postita ootel artiklid"
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  "näita teie poolt postitatud artikleid (failist posted)"
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  "tagasi eelmisse menüüsse"
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  "välju viivitamata tinist"
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  "värskenda lehekülge"
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  "salvesta artikkel/teema/kuum/muster/märgitud faili"
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  "salvesta märgitud artiklid automaatselt, kasutajalt küsimata"
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  "keri ekraani rida alla"
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  "keri ekraani rida üles"
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  "otsi artikleid autori järgi tagaspidi"
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  "otsi artikleid autori järgi edaspidi"
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  "otsi antud teksti artiklitest (see võib võtta aega)"
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  " \t  (otsing on tõstutundetu ja käib üle kõikide artiklite)"
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  "otsi artiklit teema järgi tagaspidi"
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  "otsi artiklit teema järgi edaspidi"
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  "korda eelmist otsingut"
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  "märgi jooksev artikkel, et postitada/saata/trükkida/salvestada/torusse"
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  "lülita viimase rea infoteadet (teema/kirjeldus)"
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  "lülita pööratud video"
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  "abiinfo lülita ekraanil miniabi menüüd"
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  "vali näitamiseks autori aadress, pärisnimi, mõlemad või mitte midagi"
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  "esita info versioonist"
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  "märgi artiklid loetuks ja välju gruppide valiku menüüsse"
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  "märgi artiklid loetuks, sisene järgmisse lugemata artiklitega gruppi"
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  "vali loendist esimene teema"
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  "vali loendist viimane teema"
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  "artiklite loend jooksvas teemas (esita teema alam-menüü)"
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  "märgi artikkel loetuks"
 
-#: src/lang.c:440
+#: src/lang.c:441
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  "märgi jooksev teema, vahemik või märgitud teemad loetuks"
 
-#: src/lang.c:441
+#: src/lang.c:442
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  "märgi jooksev teema, vahemik või märgitud teemad mitteloetuks"
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  "märgi jooksev/vahemik/valitud/muster/märgitud loetuks"
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  "märgi jooksev/vahemik/valitud/muster/märgitud mitteloetuks"
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  "lülita ekraanile kõik/valitud artiklid"
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  "näita järgmist gruppi"
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  "näita eelmist gruppi"
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  "lülita kõiki valikuid (kõiki artikleid)"
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  "vali grupp (muuda \"kuumaks\")"
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  "vali teema"
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  "vali teemad, kui on valitud vähemalt üks lugemata artikkel"
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  "vali kasutaja määratud mustrile vastavad teemad"
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  "märgi jooksva mitmeosalise teate kõik osad"
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  vali numbri järgi teema"
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  "sea laetavate artiklite piirang ja lae uuesti"
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  "lülita ekraanil kõik/lugemata artiklid"
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  "lülita teema valikut"
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  "erinevad teemade käsitlemise võtmed"
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  "ennista kõik valikud (kõik artiklid)"
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  "eemalda märgistus kõikidelt märgitud teemadelt"
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  "lisa uus skoop"
 
-#: src/lang.c:461
+#: src/lang.c:462
 msgid   "delete scope"
 msgstr  "kustuta skoop"
 
-#: src/lang.c:462
+#: src/lang.c:463
 msgid   "edit attributes file"
 msgstr  "toimeta atribuutide faili"
 
-#: src/lang.c:463
+#: src/lang.c:464
 msgid   "choose first scope in list"
 msgstr  "vali loetelust esimene skoop"
 
-#: src/lang.c:464
+#: src/lang.c:465
 msgid   "0 - 9\t  choose scope by number"
 msgstr  "0 - 9\t  vali skoop numbri järgi"
 
-#: src/lang.c:465
+#: src/lang.c:466
 msgid   "choose last scope in list"
 msgstr  "vali loetelust viimane skoop"
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  "liiguta skoopi"
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  "nimeta skoop ümber"
 
-#: src/lang.c:468
+#: src/lang.c:469
 msgid   "select scope"
 msgstr  "vali skoop"
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  "märgi valitud grupis kõik artiklid loetuks"
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  "märgi grupp loetuks ja liigu järgmisele lugemata grupile"
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  "vali loetelust esimene grupp"
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  "vali grupp nime järgi"
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  vali grupp numbri järgi"
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  "järgmise käsuga töödeldavate gruppide vahemik"
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  "vali loetelust viimane grupp"
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  "märgi valitud grupis kõik artiklid mitte-loetuks"
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  "liiguta valitud gruppi loendis"
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  "vali järgmine lugemata artiklitega grupp"
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  "välju"
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  "välju muudetud seadeid salvestamata"
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  "loe valitud gruppi"
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  ".newsrc faili algväärtustamine (kõik artiklid mitte-loetuks)"
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  "otsi grupi nime tagaspidi"
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  " \t  (kõik otsingud on tõstutundetud ja vajadusel alustavad algusest)"
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  "otsi grupi nime edaspidi"
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  "telli valitud grupp"
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  "telli mustrile vastavaid gruppe"
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  "kontrolli aktiivsete gruppide faili - kas on uusi artikleid"
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  "vali ekraanil ainult grupi nimi või grupi nimi ja kirjeldus"
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  "vali ekraanile kõik/lugemata tellitud grupid"
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  "loobu valitud grupist"
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  "loobu mustrile vastavatest gruppidest"
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  "järjesta gruppide loend"
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  "näita ekraanil kõiki/tellitud gruppe"
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  "0 - 9\t  vali numbri järgi artikkel"
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  "märgi teema loetuks ja välju gruppide indeksi lehele"
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  "märgi teema loetuks ja sisene järgmisse teemasse või gruppi"
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  "vali loendis esimene artikkel"
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  "vali loendis viimane artikkel"
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  "märgi art. vahemik või märgitud art. loetuks, liigu järgm. lugemata artiklile"
 
-#: src/lang.c:501
+#: src/lang.c:502
 msgid   "mark article, range or tagged articles as unread"
 msgstr  "märgi jooksev teema, vahemik või märgitud teemad mitteloetuks"
 
-#: src/lang.c:502
+#: src/lang.c:503
 msgid   "mark current thread as unread"
 msgstr  "märgi teema mitteloetuks"
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  "loe valitud artiklit"
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  "Ekraani omadused\n"
         "----------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "Muud\n"
         "----"
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  "Liikumine\n"
         "---------"
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  "Grupi/teema/artikli operatsioonid\n"
         "---------------------------------"
 
-#: src/lang.c:508
+#: src/lang.c:509
 #, fuzzy
 msgid   "Attachment operations\n"
         "---------------------"
 msgstr  "Operatsioonid atribuutidega\n"
         "---------------------------"
 
-#: src/lang.c:509
+#: src/lang.c:510
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  "Operatsioonid atribuutidega\n"
         "---------------------------"
 
-#: src/lang.c:510
+#: src/lang.c:511
 msgid   "Option operations\n"
         "-----------------"
 msgstr  "Operatsioonid seadetega\n"
         "-----------------------"
 
-#: src/lang.c:511
+#: src/lang.c:512
 msgid   "Scope operations\n"
         "----------------"
 msgstr  "Operatsioonid skoobiga\n"
         "----------------------"
 
-#: src/lang.c:512
+#: src/lang.c:513
 #, fuzzy
 msgid   "URL operations\n"
         "--------------"
 msgstr  "Operatsioonid skoobiga\n"
         "----------------------"
 
-#: src/lang.c:513
+#: src/lang.c:514
 #, fuzzy
 msgid   "choose first URL in list"
 msgstr  "vali loetelust esimene skoop"
 
-#: src/lang.c:514
+#: src/lang.c:515
 #, fuzzy
 msgid   "0 - 9\t  choose URL by number"
 msgstr  "0 - 9\t  vali skoop numbri järgi"
 
-#: src/lang.c:515
+#: src/lang.c:516
 #, fuzzy
 msgid   "choose last URL in list"
 msgstr  "vali loetelust viimane skoop"
 
-#: src/lang.c:516
+#: src/lang.c:517
 #, fuzzy
 msgid   "search for URLs forwards"
 msgstr  "otsi artikleid autori järgi edaspidi"
 
-#: src/lang.c:517
+#: src/lang.c:518
 #, fuzzy
 msgid   "search for URLs backwards"
 msgstr  "otsi artikleid autori järgi tagaspidi"
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 #, fuzzy
 msgid   "toggle info message in last line (URL)"
 msgstr  "lülita viimase rea infoteadet (teema/kirjeldus)"
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  "Grupitaseme käsud"
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  "Surmamise filter lisatud"
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  "Automaatse valiku filter lisatud"
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  "Kõik osad on märgitud"
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  "Salvestan artikli hiljem postitamiseks"
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  "Palun sisestage lubatud sümbol"
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  "Puudub osa nr: %d"
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  "*** Postitusootel artikleid pole ***"
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  "Ei ole mitmeosaline teade"
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  "Te pole seda gruppi tellinud"
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  "Eelmist avaldist pole"
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  "Operatsioon on ülekirjutamist keelavas moodis keelatud"
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  "%d ootel %s, kasutamiseks ^O...\n"
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  "X-Conversion-Note: multipart/alternative sisu on eemaldatud.\n"
         "  Et näha tervet artiklit, lülitage alternatiivide käsitlemine välja\n"
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  "Fail %s/%s salvestamiseks on postkast. Lisa ei salvestatud"
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  "TeX2Iso kodeeritud artikkel"
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  "mittetäielik "
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2504,133 +2509,133 @@ msgstr  "\n"
         "Lisainfot leiate manualist, README, INSTALL, TODO ja FTP failidest.\n"
         "Palun saatke vearaportid/kommentaarid 'R' käsuga aadressil %s.\n"
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  "Vigane From: %s rida. Lugege uuesti faili INSTALL."
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  "Leidsin vigase mitmebaidi järjendi\n"
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  "Vigane Sender:-päis %s"
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  "Pööratud video keelatud"
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  "Pööratud video lubatud"
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  "%s definitsioon puudub\n"
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  "Vigane klahvi definitsioon '%s'\n"
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  "Vigane klahvi nimi '%s'\n"
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  "Keymap fail uuendati versioonini %s\n"
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  "Surmake From:  [%s] (j/e): "
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  "Surmake read: (</>num) : "
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  "Artuklite surmamise menüü"
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  "Surmake Msg-Id:[%s] (f/l/o/n): "
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  "Surmamise mustri ulatus: "
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  "Surmake teema: [%s] (j/e): "
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  "Surmake tekst mustriga : "
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  "Surmamise aeg päevades : "
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  "Viimane"
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  "-- Viimane vastus --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  "Rida: %s  "
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  "E-post"
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  "postkasti "
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "Saada artiklid aadressil [%.*s]> "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "Saadan logi aadressil %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
 msgstr  "Saada vearaport..."
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  "Saadan VEARAPORTI aadressil %s?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  "Saadetud"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  "Saadan aadressil %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
@@ -2640,342 +2645,342 @@ msgstr  "# [Saada/Salvesta] fail \"activ
         "# Neljas väli on baaskataloog (näiteks ~/Mail või ~/News)\n"
         "#\n"
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, c-format
 msgid   "%s marked as read"
 msgstr  "%s märgitud loetuks"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  "%s märgitud mitteloetuks"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "Märkisin %d (%d) %s loetuks"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "Märkisin %d (%d) %s mitteloetuks"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  "Märk"
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "Märgin kõik artiklid loetuks%s?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, c-format
 msgid   "Mark article as read%s?"
 msgstr  "Märgin artikli loetuks%s?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  "Märgin grupi %s loetuks?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "Märgin teema loetuks%s?"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  "Otsin %s gruppe..."
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  "<n>=jooksev n; %s=rida alla; %s=rida üles; %s=abiinfo; %s=välju"
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, fuzzy, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=kiri; %s=välju; %s=vasta kirjaga; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, fuzzy, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=kiri; %s=välju; %s=vasta kirjaga; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, fuzzy, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=otsi edaspidi; %s=otsi tagaspidi; %s=välju"
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=n jooksvaks grupiks; %s=järgmine lugemata; %s=otsi; %s=surma/vali;"
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  "%s=autori otsing; %s=loetud; %s=rida alla; %s=rida üles; %s=märgi loetuks; %"
         "s=teema"
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=rida üles; %s=rida alla; %s=lk. üles; %s=lk. alla; %s=üles; %s=alla"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=otsi edaspidi; %s=otsi tagaspidi; %s=välju"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  "%s=autori otsing; %s=otsi sisu; %s=loetud; %s=vasta; %s=märgi loetuks"
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  "%s=lisa; %s=liiguta; %s=uus nimi; %s=kustuta"
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  "<n>=n jooksvaks grupiks; %s=järgmine lugemata; %s,%s=otsi; %s=loetud"
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=rida alla; %s=rida üles; %s=appi; %s=tõsta; %s=välju; %s=kõik/lugemata"
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  "%s=telli; %s=telli muster; %s=loobu; %s=loobu muster; %s=kõik/tellitud"
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  "<n>=jooksev n; %s=järgmine lugemata; %s=loetud; %s=ekraani lülit"
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  "%s=appi; %s=rida alla; %s=rida üles; %s=välju; %s=märgi; %s=lugemata"
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, fuzzy, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=otsi edaspidi; %s=otsi tagaspidi; %s=välju"
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  "--Veel--"
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  "Tõstan %s..."
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  "Message-ID: & viimane viitamine "
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  "Message-ID: rida              "
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  "Message-ID: & References: rida"
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ", nimi: "
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  "Mine gruppi [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  "gruppidesse"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  "Positsioon %s gruppide nimistus (1,2,..,$) [%d]> "
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  "gruppi"
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  "Proovin newsrc faili uuesti salvestada?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  "Hoiatus: Teie newsrc faili ei salvestatud ühtegi gruppi. Katkestasin "
         "salvestamise."
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  "newsrc fail on edukalt salvestatud.\n"
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  "- Järgmine vastus -"
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  "Ei  "
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  "*** Artikleid pole ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  "Postitatud artikleid pole"
 
-#: src/lang.c:645
+#: src/lang.c:646
 #, fuzzy
 msgid   "*** No attachments ***"
 msgstr  "*** Artikleid pole ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  "*** Kirjeldus puudub ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  "Failil pole nime"
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  "Gruppi pole"
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  "*** Gruppe pole ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  "Lugemiseks rohkem gruppe pole"
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  "Viimast teadet pole"
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  "E-posti aadressi pole"
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  "Salvestamiseks märgitud artikleid pole"
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  "Ei leia"
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  "Rohkem gruppe pole"
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  "Gruppe pole"
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  "Järgmist lugemata artiklit pole"
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  "Eelmist gruppi pole"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  "Eelmist lugemata artiklit pole"
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  "Vastuseid pole"
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  "Jooksvas teemas pole vastuseid"
 
-#: src/lang.c:663
+#: src/lang.c:664
 msgid   "*** No scopes ***"
 msgstr  "*** Skoope pole ***"
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  "Otsingusõne puudub"
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  "Teema puudub"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  "%s: Terminalil peab olema puhasta realõpuni (ce) omadus\n"
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  "%s: Terminalil peab olema puhasta ekraanilõpuni (cd) omadus\n"
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  "%s: Terminalil peab olema ekraanipuhastamise (cl) omadus\n"
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  "%s: Terminal peab toetama kursori liigutamist (cm)\n"
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  "%s: ekraani omaduste kasutamiseks peab olema seatud keskkonnamuutuja TERM\n"
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  "%s/%s jaoks puudub vaatur\n"
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  "Gruppi pole sellel serveril"
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  "Gruppi %s pole aktiivsete gruppide failis"
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "c=loo fail, a)lternatiivne nimi, d=vaikimisi .newsrc, q=välju: "
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "a)lternatiivne nimi, d=vaikimisi .newsrc, q=välju: "
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -3002,44 +3007,44 @@ msgstr  "# NNTP-server -> newsrc teisend
         "#   news.example.org    /tmp/nrc-ex      example    ex\n"
         "#\n"
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  "Ainult"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "Võti pole lubatud. Kasutage kompileerimisel %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  "Omaduste menüü"
 
-#: src/lang.c:688
+#: src/lang.c:689
 msgid   "Options Menu Commands"
 msgstr  "Omaduste menüü käsud"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  "Viga regulaaravaldises: %s positsioonil %d '%s'"
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  "Viga regulaaravaldises: pcre sisemine viga %d"
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  "Viga regulaaravaldises: uurimiseks - pcre sisemine viga %s"
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  "Postita vastus..."
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
@@ -3047,275 +3052,275 @@ msgstr  "Artikli postitamisel tekkis vig
         "või muul viisil kõrvaldatav, võite artikli salvestada hiljem postitamiseks\n"
         "ja ^O käsuga hiljem postitada.\n"
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  "Postitatud artiklite ajalugu"
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "Postita gruppidesse [%s]> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  "-- lõpptöötlus alustas --"
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  "-- lõpptöötlus lõpetas --"
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  "Postituse teema [%s]> "
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  "# Kokkuvõtte saadetud/postitatud teadetest saate tinis 'W' käsuga.\n"
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  "Postitan artiklit..."
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  "Postitan ootel artiklid [%%s]? (%s/%s/%s/%s/%s): "
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  "Kuum %s"
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  "Märgitud %s"
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  "Märkimata %s"
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  "Töötlen kirju, mis on kustutamiseks märgitud."
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  "Töötlen salvestatud ja kustutamiseks märgitud artikleid."
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  "Aktsepteerin Followup-To? %s=postita, %s=ignoreeri, %s=välju: "
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  "Artiklit ei ole muudetud, katkestan saatmise?"
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  "Kas soovite näha postitamisootel artikleid (%d)?"
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  "Lisan kiirsurmamise filtri?"
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  "Lisan kiirvaliku filtri?"
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  "Kas te tõesti soovite väljuda?"
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  "%s=toimeta katkestamisteadet, %s=välju, %s=kustuta (katkesta) [%%s]: "
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  "Teil on siin grupis märgitud artikleid - väljun siiski?"
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  "%s=välju, %s=toimeta, %s=ootele: "
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  "%s=välju %s=toimeta %s=salvesta surmamise kirjeldus: "
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  "%s=välju %s=toimeta %s=salvesta valiku kirjeldus: "
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "Kas te tõesti soovite seadeid salvestamata väljuda?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  "Vigane vahemik - lubatud on '0-9.$' näiteks 1-$"
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  "Kas soovite seda operatsiooni katkestada?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  "Kas soovite viivitamata tinist väljuda?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  "Loen ('q' katkestamiseks)..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  "Loen %sartikleid..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  "Loen %satribuutide faili...\n"
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  "Loen %sseadete faili...\n"
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  "Loen filtrite faili...\n"
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  "Loen %s gruppe..."
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  "Loen sisendi ajalugu...\n"
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  "Loen klahvitabeli faili...\n"
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  "Loen aktiivseid gruppe... "
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  "Loen gruppe newsrc failist... "
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  "Loen gruppide kirjeldusi... "
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  "Loen newsrc faili..."
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  "References: rida              "
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  "(%d:%02d järgneb)"
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  "Vigane grupp %s on eemaldatud."
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  "Eelmisest reeglist eemaldatud: "
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "Viga: %s uus nimi %s"
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  "Vastan autorile..."
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  "Uuesti postitus"
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  "Postitan artikli uuesti..."
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  "Postitan artikli(d) gruppi(desse) [%s]> "
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  "Algväärtustan newsrc?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  "Vastused edastatakse järgnevatesse gruppidesse"
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  "Vastused edastatakse postitajale. %s=kirjuta, %s=postita, %s=välju: "
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  "Jätkamiseks vajutage <RETURN>..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  "Valige From    [%s] (j/e): "
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  "Valige read:  (</>num): "
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  "Automaatselt valitavate artiklite menüü"
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  "Valige Msg-Id  [%s] (f/l/o/n): "
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  "Valige mustri ulatus: "
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  "Valige teema   [%s] (j/e): "
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  "Valige tekstimuster : "
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  "Valige aeg päevades   : "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3334,259 +3339,259 @@ msgstr  "# %s serveri seadete fail\n"
         "############################################################################\n"
         "\n"
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  "Näitan ainult lugemata gruppe"
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  "Subject: rida (tõstutundetu)"
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  "Subject: rida (tõstutundlik)"
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  "Salvesta"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  "Salvestan '%s' (%s/%s)?"
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  "Salvestan seaded enne jätkamist?"
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  "Fail salvestamiseks> "
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  "Salvestatud"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  "%4d lugemata (%4d kuuma) %s grupis %s\n"
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  "Salvestatud %s...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  "Midagi ei salvestatud"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s %d grupist%s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s salvestati %s%s --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s salvestati %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  "Salvestan..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  "%s: Ekraani initsialiseerimine ebaõnnestus"
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s: ekraan on liiga väike\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  "ekraan on liiga väike, %s lõpetab töö\n"
 
-#: src/lang.c:795
+#: src/lang.c:796
 msgid   "Delete scope?"
 msgstr  "Kustutan skoobi?"
 
-#: src/lang.c:796
+#: src/lang.c:797
 msgid   "Enter scope> "
 msgstr  "Sisestage skoop> "
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid   "Select new position> "
 msgstr  "Valige uus positsioon> "
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  "Uus positsioon ei saa olla globaalne skoop"
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  "Globaalne skoop, operatsioon ei ole lubatud"
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  "Skoobi uus nimi> "
 
-#: src/lang.c:801
+#: src/lang.c:802
 msgid   "Select scope> "
 msgstr  "Valige skoop> "
 
-#: src/lang.c:802
+#: src/lang.c:803
 msgid   "Scopes Menu"
 msgstr  "Skoopide menüü"
 
-#: src/lang.c:803
+#: src/lang.c:804
 msgid   "Scopes Menu Commands"
 msgstr  "Skoopide menüü käsud"
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "Otsin tagurpidi [%s]> "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  "Otsi kehast [%s]> "
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "Otsi edaspidi [%s]> "
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  "Otsin..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  "Otsin artiklit %d/%d ('q' katkestamiseks)..."
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  "Valige artikkel> "
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  "Valige teksti eest omaduse number või kasutage nooli ja <CR>. 'q' väljumiseks."
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  "Valige grupp> "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  "Sisestage valiku muster [%s]> "
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  "Valige teema > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  "%s %s %s (\"%s\") [%s]: saatke palun DETAILNE vea raport aadressil %s\n"
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  "serveri aktiivsete gruppide fail"
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  "Uutesse gruppidesse ei saa siseneda. Tellige kõigepealt..."
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  "<TÜHIK>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  "Stardin: (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  "Teemad (%d/%d)"
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  "Teema (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  "Sisestage tellimise muster> "
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  "%d gruppi on tellitud"
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  "%s on tellitud"
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  "Tellin... "
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  "Postitan uuesti või asendan artikli(d) [%%s]? (%s/%s/%s): "
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  "Asendan artikli(d) gruppides [%s]> "
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  "Asendan artikli ..."
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  "\n"
         "Peatatud. %s uuesti käivitamiseks kirjutage palun 'fg'\n"
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  "%d päeva"
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  "<TAB>"
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  "TeX "
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  "# Vaikimisi aktsioonide/viipade sõned\n"
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3603,273 +3608,273 @@ msgstr  "# Vaikeväärtused kiire (1 võtme
         "# case=ON/OFF    ON=filter on tõstutundlik OFF=tõstutundetu\n"
         "# expire=ON/OFF  ON=kehtivusaeg default_filter_days OFF=ei aegu\n"
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  "# Kui on ON, trüki teema või grupikirjeldus viimasele reale\n"
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  "# Masin & aeg - kasutatakse uute gruppide leidmiseks (mitte muuta)\n"
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  "Uudiseid pole\n"
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  "Teema"
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  "Teemataseme käsud"
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  "Teema pole valitud"
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  "Teema on valitud"
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  "teemad"
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  "teema"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "Teema %4s : %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  "Järjestan artiklid teemade kaupa..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  "Sõnade esiletõstmine lülitatud %s"
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  "Lülitatud rot13 kodeerimine"
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  "Lülitatud saksa TeX kodeering %s"
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  "Lülitatud tab-width väärtus %d"
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  "%d Üritan punkt-lukustada %s"
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  "%d Üritan lukustada %s"
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  "           h=appi"
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  "Piiramata"
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  "Sisestage loobumise muster> "
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  "Viga %s dekodeerimisel: %s"
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  "Lõpp puudub."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s on edukalt dekodeeritud."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  "%*s[-- %s/%s, %suuenkodeeritud fail, %d rida, nimi: %s --]\n"
         "\n"
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  "lugemata "
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  "loobunud %d grupist"
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  "Loobunud grupist %s"
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  "Loobun gruppidest... "
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  "Tükeldan teemad..."
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  "Uuendatud"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  "mitteparsitav \"LIST COUNTS\" rida: \"%s\""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
 msgstr  "Uuendan"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 #, fuzzy
 msgid   "URL Menu Commands"
 msgstr  "Skoopide menüü käsud"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, fuzzy, c-format
 msgid   "Opening %s"
 msgstr  "Proovin %s\n"
 
-#: src/lang.c:889
+#: src/lang.c:890
 #, fuzzy
 msgid   "Select URL> "
 msgstr  "Valige skoop> "
 
-#: src/lang.c:890
+#: src/lang.c:891
 #, fuzzy
 msgid   "No URLs in this article"
 msgstr  "Selles artiklis pole rohkem URL'e"
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  "Kasutan selle teate lugemiseks MIME näitamise programmi?"
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  "  -c       märgi tellitud gruppides kõik artiklid loetuks (pakettmood)"
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  "  -Z       tagasta väärtus, mis näitab, kas on lugemata artikleid (pakettmood)"
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  "  -q       ära otsi uusi gruppe"
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  "  -X       töö lõpetamisel ära salvesta ühtegi faili"
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  "  -d       ära näita gruppide kirjeldusi"
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  "  -G num   loe aunult num artiklit/gruppi"
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  "  -H       %s kasutamise abiinfo"
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  "  -h       see abitekst"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  "  -I kat   uudiste indeksfaili kataloog [vaikimisi=%s]"
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  "  -u       värskenda indeksfaile (pakettmood)"
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  "  -m kat   kirjakaustade kataloog [vaikimisi=%s]"
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  "\n"
         "Saatke palun vea raport/kommentaarid aadressil %s"
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  "  -N       saada uued vastused teie postitustele (pakettmood)"
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  "  -M kasut saada uued artiklid näidatud kasutajale (pakettmood)"
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  "  -f fail  tellitud gruppide fail [vaikimisi=%s]"
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  "  -x       postitamiseta mood"
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       postita artikkel ja lõpeta töö"
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  "  -o       postita kõik postitamisootel artiklid ja lõpeta töö"
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  "  -R       loe artikleid, mis on salvestatud -S võtmega"
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  "  -s kat   artiklite salvestamise kataloog [vaikimisi=%s]"
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  "  -S       salvesta uued artiklid hilisemaks lugemiseks (pakettmood)"
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  "  -z       alusta tööd, kui on lugemata uudiseid"
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
@@ -3878,42 +3883,42 @@ msgstr  "Usenet klient.\n"
         "\n"
         "Kasuta: %s [võtmed] [grupp[,...]]"
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  "  -v       esita pakettmoodi käskudega detailsemat informatsiooni"
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  "  -V       esita versiooni ja kuupäeva informatsioon"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  "%s on kasutatav ainult pakettmoodi käskudeta\n"
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  "%s on kasutatav ainult pakettmoodi käskudega\n"
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  "Kasutu %s ja %s kombinatsioon. Ignoreerin %s.\n"
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  "\n"
         "%s%d piiridest väljas (0 - %d). Sean 0"
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  "Vaatan '%s' (%s/%s)?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
@@ -3922,26 +3927,26 @@ msgstr  "\n"
         "Hoiatus: postitus ületab %d veergu. Esimene pikk rida on rida %d:\n"
         "%-100s\n"
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  "\n"
         "Hoiatus: artiklit ei ole toimetamise käigus muudetud\n"
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  "\n"
         "Hoiatus: \"Subject:\" real on ainult tühikud.\n"
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  "\n"
         "Hoiatus: \"Subject:\" algab fraasiga \"Re: \", aga \"References:\" välju "
         "pole.\n"
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
@@ -3949,7 +3954,7 @@ msgstr  "\n"
         "Hoiatus: Artiklis on \"References:\" päis, aga \"Subject:\" ei alga fraasiga\n"
         "         \"Re: \" ega sisalda \"(was:\".\n"
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -3969,7 +3974,7 @@ msgstr  "Lugege hoolikalt!\n"
         "Siin on artikkel, mida te hakkate kustutama:\n"
         "\n"
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -3981,12 +3986,12 @@ msgstr  "\n"
         "         lisab artiklile signatuuri, siis on võimalik,  et seda ei kodeerita\n"
         "         korrektselt.\n"
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -3999,7 +4004,7 @@ msgstr  "\n"
         "Väärtused failis %s on muutunud!\n"
         "Palun lugege faile WHATSNEW, jne...\n"
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -4011,7 +4016,7 @@ msgstr  "\n"
         "kasutatu!\n"
         "Mõningaid väärtusi failis %s võidakse ignoreerida, mõningaid võidakse muuta!\n"
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -4024,7 +4029,7 @@ msgstr  "Hoiatus: tin kirjutas vähem gru
         "grupist%s, tähendab see viga ja te peaksite varundama oma %s\n"
         "enne, kui te tini uuesti käivitate!\n"
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
@@ -4032,12 +4037,12 @@ msgstr  "\n"
         "Hoiatus: Leidsin %d '-- \\n' rida, mis võib tekitada osades inimestes "
         "segadust.\n"
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  "Hoiatus: Salvestati ainult %d artiklit %d artiklist"
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -4052,48 +4057,48 @@ msgstr  "\n"
         "võimalikult\n"
         "         lühikesed.\n"
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  "Hoiatus: see aadress võib sisaldada rämpsposti lõksu. %s=jätkan, %s=katkestan?"
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  "\n"
         "Hoiatus: Signatuuride alguses peaks olema '-- \\n', mitte '--\\n'.\n"
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  "Kirjutan atribuutide faili..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  "%d Vastust"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  "Lisatud %d %s"
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  "Tellimata gruppe pole"
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  "Näitan ainult tellitud gruppe"
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  "Jah "
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  "     Teil on kiri"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -4112,11 +4117,11 @@ msgstr  "\n"
         "         MM_NETWORK_CHARSET. Viimast saate teostada kasutades valikut M)"
         "enüü.\n"
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  "  -D mood  silumismood"
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -4140,11 +4145,11 @@ msgstr  "Lugege hoolikalt!\n"
         "Siin on artikkel, mida te asute kustutama:\n"
         "\n"
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "lülita värve"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4188,58 +4193,58 @@ msgstr  "# Ekraaniosade värvide muutmine
         "#  15 = helevalge\n"
         "\n"
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  "  -a       lülita värvide kasutamist"
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Viga: Followup-To real on rohkem kui üks grupp!\n"
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  "\n"
         "Viga: \"%s\" on ümber nimetatud, kasutage selle asemel \"%s\"!\n"
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Viga: ristpostitus %d gruppi ja Followup-To rida puudub!\n"
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  "\n"
         "Viga: \"%s\" ei ole lubatud grupp!\n"
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Hoiatus: Followup-To on seatud rohkem, kui ühele grupile!\n"
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  "\n"
         "Hoiatus: \"%s\" on ümber nimetatud, kasutage selle asemel \"%s\"!\n"
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Hoiatus: ristpostitus %d uudisegruppi ja Followup-To rida puudub!\n"
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
@@ -4247,320 +4252,328 @@ msgstr  "\n"
         "Hoiatus: \"%s\" puudub teie newsrc failist, see võib olla selles serveris "
         "vigane!\n"
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  "\n"
         "Hoiatus: \"%s\" ei ole selles serveris kehtiv grupp!\n"
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  "Edukalt kirjutatud %d faili %d artiklist. Esines %d viga%s."
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  "Osad puuduvad."
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  "Algus puudub."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  "Andmeid pole."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  "Tundmatu viga."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  "\t%s kontrollsumma (%ld %s)"
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  "Loen aktiivsete kirjade kausta... "
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  "Loen kirjagruppide faili... "
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  "kasuta artiklil PGP operatsioone"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  "Lisan võtmed avalike võtmete hoidlasse?"
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=krüpti, %s=allkirjasta, %s=mõlemad, %s=välju: "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  "%s=allkirjasta, %s=allkirjasta & lisa avalik võti, %s=välju: "
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  "PGP pole seadistatud (ei saa avada %s)"
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  "Artikkel pole allkirjastatud ja avalikke võtmeid pole"
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=välju, %s=toimeta, %s=ispell, %s=pgp, %s=menüü, %s=postita, %s=ootele: "
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=ispell, %s=pgp, %s=saada [%%s]: "
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=ispell, %s=pgp, %s=menüü, %s=postita, %s=ootele [%%"
         "s]: "
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=välju, %s=toimeta, %s=pgp, %s=menüü, %s=postita, %s=ootele: "
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=pgp, %s=saada [%%s]: "
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=pgp, %s=menüü, %s=postita, %s=ootele [%%s]: "
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=välju, %s=toimeta, %s=ispell, %s=menüü, %s=postita, %s=ootele: "
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=ispell, %s=saada [%%s]: "
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=ispell, %s=menüü, %s=postita, %s=ootele [%%s]: "
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=välju, %s=toimeta, %s=menüü, %s=postita, %s=ootele: "
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=saada [%%s]: "
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=välju, %s=toimeta, %s=menüü, %s=postita, %s=ootele [%%s]: "
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  "Proovige asjade kiirendamiseks cache_overview_files.\n"
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  "Tin kasutab hoopis kohalikke indeksfaile.\n"
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  "Ei leia NNTP serveri nime"
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "Loon ühendust serveriga %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  "Lõpetan ühenduse...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  "Vale grupi nimi (\"%s\") vastuseks \"GROUP %s\" käsule: \"%s\""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  "NNTP serveriga %s ühenduse loomine ebaõnnestus. Lõpetan..."
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  "205  Sulen ühendust"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  "Teie server ei toeta NNTP XOVER või OVER käsku.\n"
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  "Ühendus uudisegruppide serveriga aegus. ühendun uuesti?"
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  "Kirjutage serveri nimi faili %s,\n"
         "või seadke keskonnamuutuja NNTPSERVER"
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  "  -A       sunni ühenduse loomisel autentima"
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  "  -g serv  loe uudiseid NNTP serverist serv [vaikimisi=%s]"
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  "  -p port  kasuta NNTP porti [vaikimisi=%d]"
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  "  -Q       kiirstart. Sama kui -nqd"
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  "  -r       loe artikleid kasutades vaikimisi NNTP serverit"
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  "  -l       kasuta LIST käsku GROUP (-n) käsu asemel"
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  "  -n       loe NNTP serverist ainult tellitud .newsrc grupid"
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  "\n"
         "Probleem pistikuga või ühendusega\n"
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "Loon ühendust serveriga %s: "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  "Annan alla...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp: Tundmatu teenus.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  "Teie server ei paku Xref: päiserida XOVER informatsioonis.\n"
         "Tin üritab kasutada XHDR XREF selle asemel (võib olla mõnevõrra "
         "aeganõudvam).\n"
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  "Teie server ei paku Xref: päiserida XOVER informatsioonis.\n"
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  "%s ei saa avada. Proovige %s -r, et lugeda uudiseid üle NNTP.\n"
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  "  -Q       kiirstart. Sama kui -qd"
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  "  -l       loe pooli skaneerimise (-n) asemel ainult faili active"
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  "  -n       loe poolist ainult tellitud .newsrc gruppe"
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  "Teie server ei paku Xref: päiserida NOV failides.\n"
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  "Välise inews programmiga postitamine ebaõnnestus. Proovin sisemist inewsi?"
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  "See töötas! Kas kasutan nüüd alati sisemist inews programmi?"
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s trükitud"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  "saada artikkel/teema/kuum/muster/märgitud trükkalile"
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  "Trüki"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  "Trükin..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  "saada artikkel/teema/kuum/muster/märgitud toruga käsule"
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  "Käsku pole"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  "Toru"
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  "Toru käsku [%.*s]> "
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  "Saadan torusse..."
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  "Toru kasutamine pole lubatud."
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4572,7 +4585,7 @@ msgstr  "\n"
         "      tühik on see,  mis eraldab koolonit (:)  teistest komponentidest\n"
         "      real. Gruppide eraldamiseks kasutage palun koma (,).\n"
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4583,7 +4596,7 @@ msgstr  "\n"
         "      tühikuid, siis ei ole see lubatud.  Palun kirjutage kõik grupid\n"
         "      ühele reale.\n"
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4594,14 +4607,14 @@ msgstr  "\n"
         "      See on uus omadus ja kõik serverid ei pruugi seda toetada.\n"
         "      Probleemide vältimiseks, kirjutage palun kõik grupid ühele reale.\n"
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr  "\n"
         "Hoiatus: Rida \"%s:\" sisaldab tühikuid, mis TULEKS eemaldada.\n"
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4631,564 +4644,604 @@ msgstr  "\n"
         "  tega, siis ilmselt enamus lugejaid ignoreerib teid täiesti. Tänapäeval on\n"
         "  võrgus palju rahvast ja infot!\n"
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  "paojada käsureale"
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  "Käsurea käsk (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "Sisestage käsurea käsk [%s]> "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  "%s: Ei saa TERM kirjet\n"
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "Grupp %.*s ('q' lõpetamiseks)..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  "Grupp %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  "Server ei vasta\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  "%s=toru; %s=kiri; %s=trüki; %s=välju; %s=kõik/lugem; %s=salv; %s=märgi; %"
         "s=postita"
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=toru; %s=kiri; %s=trüki; %s=välju; %s=kirjuta; %s=salv; %s=märgi; %"
         "s=postita"
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=kiri; %s=trüki; %s=välju; %s=kõik/lugem; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=kiri; %s=trüki; %s=välju; %s=kirjuta; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=toru; %s=kiri; %s=välju; %s=kõik/lugemata; %s=salv; %s=märgi; %s=postita"
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=toru; %s=kiri; %s=välju; %s=kirjuta; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=kiri; %s=välju; %s=kõik/lugemata; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=kiri; %s=välju; %s=vasta kirjaga; %s=salvesta; %s=märgi; %s=postita"
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  "Terminal ei toeta värve"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  "Proovin %s"
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  "Pole"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  "Teema"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  "Viited"
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  "Nii teema kui viited"
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  "Mitmeosaliste teema"
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  "Percentage Match"
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  "Ei"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  "Jah"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  "Peida kõik"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  "Aadress"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  "Täisnimi"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  "Aadress ja nimi"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  "Maksimum"
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  "Summa"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  "Keskmine"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  "Read"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  "Kaal"
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  "Read & kaal"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  "Must"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  "Punane"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  "Roheline"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  "Pruun"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  "Sinine"
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  "Roosa"
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  "Lilla"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  "valge"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "Hall"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  "Helepunane"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  "Heleroheline"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  "Kollane"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  "Helesinine"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  "Heleroosa"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  "Helelilla"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  "Helevalge"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  "Ei kasuta"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  "Tühik"
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  "Tavaline"
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  "Parim esiletõstmine"
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  "Allajoonitud"
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  "Pööratud video"
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  "Plinkiv"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  "Poolhele"
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  "Paks"
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  "Cc"
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  "Bcc"
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  "Cc ja Bcc"
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  "pole"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  "käsud"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  "valik"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  "käsud & välju"
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  "käsud & valik"
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  "välju & valik"
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  "käsud & välju & valik"
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  "PageDown"
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  "PageNextUnread"
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  "PageDown või PageNextUnread"
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+#, fuzzy
+msgid   "Subject: (case sensitive)"
+msgstr  "Subject: rida (tõstutundlik)"
+
+#: src/lang.c:1369
+#, fuzzy
+msgid   "Subject: (ignore case)"
+msgstr  "Subject: rida (tõstutundetu)"
+
+#: src/lang.c:1370
+#, fuzzy
+msgid   "From: (case sensitive)"
+msgstr  "From: rida (tõstutundlik)   "
+
+#: src/lang.c:1371
+#, fuzzy
+msgid   "From: (ignore case)"
+msgstr  "From: rida (tõstutundetu)   "
+
+#: src/lang.c:1372
+#, fuzzy
+msgid   "Msg-ID: & full References: line"
+msgstr  "Message-ID: & References: rida"
+
+#: src/lang.c:1373
+#, fuzzy
+msgid   "Msg-ID: & last References: only"
+msgstr  "Message-ID: & viimane viitamine "
+
+#: src/lang.c:1374
+#, fuzzy
+msgid   "Message-ID: entry only"
+msgstr  "#    6=Message-ID: kirje ainult   7=Lines:\n"
+
+#: src/lang.c:1375
+#, fuzzy
+msgid   "Lines:"
+msgstr  "Read"
+
+#: src/lang.c:1380
 msgid   "Don't trim article body"
 msgstr  "Ära lühenda artikli keha"
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  "Jäta alguses tühjad read alles"
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  "Jäta lõpus tühjad read alles"
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  "Jäta alguses ja lõpus tühjad read alles"
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  "Tihenda tekstiblokid"
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  "Tihenda, jäta alguses read alles"
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  "Tihenda, jäta lõpus read alles"
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  "Tihenda, jäta alguse ja lõpu read alles"
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  "Shelli arhiiv"
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  "Subject: (kahanevalt)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  "Subject: (kasvavalt)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  "From: (kahanevalt)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  "From: (kasvavalt)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  "Date: (kahanevalt)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  "Date: (kasvavalt)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  "Kaal (kahanevalt)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  "Kaal (kasvavalt)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  "Lines: (kahanevalt)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  "Lines: (kasvavalt)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid   "Last posting date (descending)"
 msgstr  "Viimane postitamise kuupäev (kahanevalt)"
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid   "Last posting date (ascending)"
 msgstr  "Viimane postitamise kuupäev (kasvavalt)"
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  "Hoia alati"
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  "Eemalda alati"
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  "Märgi valikuekraanil tähega D"
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  "Surma ainult lugemata artiklid"
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  "Surma kõik artiklid & näita K tähega"
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  "Surma kõik artiklid ja ära näita"
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  "Ei midagi erilist"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  "Tihenda tsitaadid"
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  "Tsiteeri allkirju"
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  "Tihenda tsitaadid, tsiteeri allkirju"
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  "Tsiteeri tühje ridu"
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  "Tihenda tsitaadid, tsiteeri tühje ridu"
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  "Tsiteeri allkirju ja tühje ridu"
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  "Tihenda tsitaate, tsiteeri allkirju ja tühje ridu"
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  "ei"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  "päistega"
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  "päisteta"
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  "NFKC"
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  "NFKD"
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  "NFC"
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  "NFD"
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  "Ekraani seaded"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  "Värvide seaded"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  "Artikli piirangute seaded"
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  "Postitamise/saatmise seaded"
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  "Salvestamise/trükkimise seaded"
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  "Ekspertseaded"
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  "Filtreerimise seaded"
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "<TÜHIK> lülitab, <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  "Näita minimenüüd & post. etiketti"
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  "# Kui väärtus on ON, näita enimkasutatavate käskude minimenüüd\n"
         "# ja peale artikli kirjutamist postitamise etiketti.\n"
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  "Näita gruppide lühikirjeldusi. <TÜHIK> lülitab ja <CR> seab."
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  "Näita iga grupi lühikirjeldust"
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  "# Kui väärtus on ON, näita gruppide tasemel iga grupi nime\n"
         "# järel grupi lühikirjeldust\n"
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  "Näita grupimenüüs teema ja From (autor) välju. <TÜHIK> lülitab ja <CR> seab."
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  "Näita grupimenüüs autorit"
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -5202,32 +5255,32 @@ msgstr  "# Millist saatja nime osa näida
         "# * 2 = täisnimi\n"
         "#   3 = mõlemad\n"
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  "Märgi valik -> või heleda ribaga. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  "Joonista -> heleda riba asemel"
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  "# Kui väärtus on on, kasuta valiku märkimiseks ->, muidu riba\n"
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  "Kasuta päistel pööratud videot"
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  "# Kui väärtus on ON, kasuta erinevatel tasemetel päiste näitamisel\n"
         "# pööratud videot\n"
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  "Artiklite teemadesse jagamine"
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5245,15 +5298,15 @@ msgstr  "# Artiklite teemadesse jagamine
         "#   4 = Mitmeosaline teema\n"
         "#   5 = Protsentuaalne sobivus\n"
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  "Sisestage teema loomiseks vajalik protsentuaalne sobivus. <CR> seab."
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  "Teema protsentuaalne sobivus"
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5271,11 +5324,11 @@ msgstr  "# Teema protsentuaalne sobivus.
         "# teemasse seotaks. Näiteks 'happy' ja 'harpy' sobiksid, aga 'harpie',\n"
         "# 'happie' ja 'harppy' samasse teemasse 'happy'-ga ei läheks\n"
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  "Teema kaal"
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5287,16 +5340,16 @@ msgstr  "# Teema kaal\n"
         "#   1 = summa\n"
         "#   2 = keskmine\n"
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Järjesta artiklid Subject, From, Date, kaalu järgi. <TÜHIK> lülitab, <CR> "
         "seab."
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  "Artiklite järjestus"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5324,15 +5377,15 @@ msgstr  "# Artiklite järjestamine\n"
         "#   9 = Ridu kahanev\n"
         "#  10 = Ridu kasvav\n"
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Järjesta teemad mitte millegi või kaalu järgi. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  "Teemade järjestus"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5348,45 +5401,45 @@ msgstr  "# Teemade järjestamine\n"
         "#   3 = Viimane postitamise kuupäev kahanevalt\n"
         "#   4 = Viimane postitamise kuupäev kasvavalt\n"
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  "Vii kursor grupis esimesele/viimasele lugemata artiklile. <TÜHIK> lülitab, "
         "<CR> seab."
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
+#: src/lang.c:1669
+msgid   "Go to first unread article in group"
 msgstr  "Mine grupis esimesele lugemata art."
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  "# Kui väärtus on ON, vii kursor grupi esimesele lugemata artiklile,\n"
         "# muidu viimasele\n"
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  "Näita kõiki või ainult lugemata artikleid. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  "Näita ainult lugemata artikleid"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  "# Kui väärtus on ON, näita ainult lugemata artikleid, muidu näita kõiki.\n"
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  "Ainult lugemata artiklitega grupid"
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  "# Näita ainult neid tellitud gruppe, kus on lugemata artikleid.\n"
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  "Filtreeri artikleid"
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5398,11 +5451,11 @@ msgstr  "# Artikklite filtreerimine\n"
         "#   1 = Surma kõik artiklid ja näita teemades märgiga K\n"
         "#   2 = Surma kõik artiklid ja ära näita neid\n"
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  "Liigu järgmise lugemata artiklile klahviga"
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 #, fuzzy
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5417,11 +5470,11 @@ msgstr  "# Liigu järgmise lugemata artik
         "# * 2 = TAB\n"
         "#   3 = LK alla või TAB\n"
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid   "How to treat blank lines"
 msgstr  "Kuidas käsitleda tühje ridasid"
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 #, fuzzy
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5447,169 +5500,169 @@ msgstr  "# Tihenda artikli keha, eemalda
         "#   6 = Tihenda read tekstiblokkide vahel ja jäta alles lõpu read\n"
         "#   7 = Tihenda read tekstiblokkide vahel ja jäta alles alguse ja lõpu read\n"
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  "Nool paremale näitab teema loendit"
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  "# Kui väärtus on ON, näita nool paremale klahvi vajutamisel teema artikleid.\n"
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage sümbol kustutatud artiklite märkimiseks. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  "Kustutatud artiklite marker"
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis tähistab kustutatud artiklit (vaikimisi 'D')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage sümbol, mis märgib vahemikku kuuluvaid artikleid. <CR> seab, <ESC> "
         "katkestab."
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  "Artiklite vahemiku marker"
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis märgib vahemikku kuuluvaid artikleid (vaikimisi '#')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  "Sisestage tagasituleva artikli marker. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  "Tagasi tulnud artiklite marker"
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel tuleb tagasi (vaikimisi '-')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage valitud artikleid märkiv sümbol. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  "Valitud artiklite marker"
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel on automaatselt valitud (vaikimisi '*')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage värskeid artikleid märkiv sümbol. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  "Värskete artiklite marker"
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel on värske (vaikimisi 'o')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage lugemata artikleid märkiv sümbol. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  "Lugemata artiklite marker"
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel on lugemata (vaikimisi '+')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage loetud artikleid märkiv sümbol. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  "Loetud artiklite marker"
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel on loetud (vaikimisi ' ')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage surmatud artikleid märkiv sümbol. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  "Surmatud artiklite marker"
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel on surmatud (vaikimisi 'K')\n"
         "# _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage valitud artikleid märkiv sümbol. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  "Lugemiseks valitud artiklite marker"
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  "# Sümbol, mis näitab, et artikkel on enne lugemist valitud (vaikimisi ':')\n"
         "# Surmamise tase peab samuti olema määratud, _ asendatakse tühikuga ' '\n"
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  "Sisestage maksimaalne näidatav grupi nime pikkus. <CR> seab."
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  "Maksimaalne grupinime pikkus"
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  "# Maksimaalne grupi nime pikkus, mida näidatakse ekraanil\n"
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  "Näita loendis artikli kaalu/ridu"
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 #, fuzzy
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5624,17 +5677,17 @@ msgstr  "# Millist informatsiooni tuleks
         "#   2 = kaalu\n"
         "#   3 = ridu ja kaalu\n"
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  "0 = kerida kogu leht, -1 = näita eelmist rida järgmise lehe esimese reana, -2 "
         "= pool lehte"
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  "Lehitsejas keritavate ridade arv"
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5650,27 +5703,27 @@ msgstr  "# Ridade arv, mida lehitseja ke
         "# * 1 = rida haaval\n"
         "#   2 või suurem = keri 2 või enama rea haaval (ainult lehitsejas)\n"
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  "Näita signatuure, <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  "Näita signatuure"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  "# Kui väärtus on OFF, ei näita koos artiklitega signatuure\n"
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  "Näita uuenkodeeritud andmeid märgitud lisadena. <TÜHIK> lülitab ja <CR> seab."
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  "Näita uuenk. andmeid lisadena"
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5687,30 +5740,30 @@ msgstr  "# uuenkodeeritud andmete käsitl
         "#       märgituna.\n"
 
 #
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  "Dekodeeri saksa TeX esituses tähed ISO koodideks. <TÜHIK> lülitab, <CR> seab."
 
 #
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  "Näita \"a kui Umlaut-a"
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  "# Kui väärtus on ON, teisenda saksa TeX esituses tähed ISO\n"
         "# koodideks ja näita \"a nagu Umlaut-a, jne.\n"
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  "Tühikuga eraldatud päised"
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  "Näita neid päiseid (või *)"
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5725,11 +5778,11 @@ msgstr  "# Milliseid artikli päiseid te 
         "tühikut.\n"
         "# Kui te väärtust ei määra, lülitatakse see omadus välja.\n"
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  "Ära näita neid päiseridu"
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5747,40 +5800,40 @@ msgstr  "# Sama kui 'news_headers_to_dis
         "#\n"
         "# Kui te väärtust ei määra, lülitatakse see omadus välja.\n"
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  "Kas te soovite multipart/alternative artiklite automaatset käsitlemist?"
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  "Jäta multipart/alternative osad"
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  "# Kui väärtus on ON, loobu automaatselt multipart/alternative teadete "
         "lisadest\n"
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  "Luba identsete blokkide tuvastamine? <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  "Identsete blokkide tuvastamine"
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  "# Kui väärtus on ON, tuvasta artiklis identsed blokid\n"
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  "Regulaaravaldis otsustamaks, milliseid ridu tsitaatides näidata."
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  "Tsiteeritud ridade näitamise regex"
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5788,15 +5841,15 @@ msgstr  "# Regulaaravaldis, mida tin kas
         "# milliseid read on tsiteeritud. Tsiteeritud ridu näidatakse col_quote.\n"
         "# Kui te jätate selle tühjaks, kasutab tin sisseehitatud väärtust.\n"
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  "Regulaaravaldis otsustamaks, milliseid ridu näidata col_quote2."
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  "Topelt tsiteeritud ridu näitav reg"
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5805,15 +5858,15 @@ msgstr  "# Regulaaravaldis, mida tin kas
         "# näidatakse col_quote2.\n"
         "# Kui te jätate selle tühjaks, kasutab tin sisseehitatud väärtust.\n"
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  "Regulaaravaldis otsustamaks, milliseid ridu näidata col_quote3."
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  ">= 3 tsiteeritud ridu näitav reg"
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5822,15 +5875,15 @@ msgstr  "# Regulaaravaldis, mida tin kas
         "# näidatakse col_quote3.\n"
         "# Kui te jätate selle tühjaks, kasutab tin sisseehitatud väärtust.\n"
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  "Regex et otsustada, milliseid sõnu näidata col_markslashes abil."
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  "Regex et esile tõsta /kaldkriipse/"
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5838,15 +5891,15 @@ msgstr  "# Regulaaravaldis mida tin kasu
         "# sõnu näidata col_markslashes abil. Kui jätate selle tühjaks, kasutab\n"
         "# tin sisse ehitatud vaikeväärtust.\n"
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  "Regex et otsustada, milliseid sõnu näidata col_markstars abil."
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  "Regex et esile tõsta *tärne*"
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5854,15 +5907,15 @@ msgstr  "# Regulaaravaldis mida tin kasu
         "# sõnu näidata col_markstars abil. Kui jätate selle tühjaks, kasutab\n"
         "# tin sisse ehitatud vaikeväärtust.\n"
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  "Regex et otsustada, milliseid sõnu näidata col_markstroke abil."
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  "Regex et esile tõsta -kriipse-"
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5870,15 +5923,15 @@ msgstr  "# Regulaaravaldis mida tin kasu
         "# sõnu näidata col_markstroke abil. Kui jätate selle tühjaks, kasutab\n"
         "# tin sisse ehitatud vaikeväärtust.\n"
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  "Regex et otsustada, milliseid sõnu näidata col_markdash abil."
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  "Regex et esile tõsta _alakriipse_"
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5886,70 +5939,70 @@ msgstr  "# Regulaaravaldis mida tin kasu
         "# sõnu näidata col_markdash abil. Kui jätate selle tühjaks, kasutab\n"
         "# tin sisse ehitatud vaikeväärtust.\n"
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  "Regulaaravaldis eemaldatava teema prefiksi leidmiseks. Eraldajaks on '|'."
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  "Regex teema prefiksi leidmiseks"
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  "# Regulaaravaldis, mida tin kasutab, et leida teema prefiksit, mida\n"
         "# enne päise näitamist eemaldada.\n"
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  "Regulaaravaldis eemaldatava teema sufiksi leidmiseks. Eraldajaks on '|'."
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  "Regex teema sufiksi leidmiseks"
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  "# Regulaaravaldis, mida tin kasutab teema sufiksi leidmiseks,\n"
         "# mis eemaldatakse vastuse saatmisel või postitamisel.\n"
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  "Regulaaravaldis identse bloki alguse tuvastamiseks."
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  "Identse bloki alguse reg. avaldis"
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  "# Regulaaravaldis, mida tin kasutab et leida identse bloki algust.\n"
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  "Regulaaravaldis identse bloki lõpu tuvastamiseks."
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  "Identse bloki lõpu reg. avaldis"
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  "# Regulaaravaldis, mida tin kasutab et leida identse bloki lõppu.\n"
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  "Sisestage välise MIME lehitseja nimi ja võtmed, sisemise valib --internal"
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  "MIME kahendsisu lehitseja"
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
@@ -5959,130 +6012,130 @@ msgstr  "# --internal korral kasuta arti
         "# Muidu määra automaatseks vaatamiseks väline programm (nt. metamail) või\n"
         "# jäta tühjaks\n"
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  "Küsi enne mitte-tekstiliste osade vaatamist kinnitust"
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  "Küsi MIME lehitseja kasutamise luba"
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  "# Kui väärtus on ON, küsi metamaili kasutamise luba\n"
         "# see juhtub ainult siis, kui metamail_prog on väärtustatud\n"
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  "Küsi, kas märkida väljumisel grupid loetuks. <TÜHIK> lülitab ja <CR> seab."
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  "Väljumisel märkida grupid loetuks"
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  "# Kui väärtus on ON, küsi kasutajalt, kas märkida loetud gruppides kõik\n"
         "# artiklid loetuks\n"
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  "Nool vasakule märgib grupi loetuks"
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  "# Kui väärtus on ON, märgi grupp/teema loetuks, kui sellest väljutakse\n"
         "# nool vasakule klahviga.\n"
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  "Nool vasakule märgib teema loetuks"
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  "Tegevused mis nõuavad kinnitust"
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  "# Millele me peaksime küsima kinnitust.\n"
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  "'Märgi art. (mitte)loetuks' eirab märke"
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  "# Kui väärtus on ON märgib 'Märgi artikkel (mitte)loetuks' funktsioon ainult\n"
         "# jooksva artikli.\n"
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 #, fuzzy
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  "Programm URLide avamiseks, <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 #, fuzzy
 msgid   "Program that opens URLs"
 msgstr  "Programm URLide avamiseks"
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 #, fuzzy
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  "# Programm URLide avamiseks. URL lisatakse argumendiks\n"
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  "Kasuta xterm aknas hiirt"
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  "# Kui väärtus on ON, luba xterm aknas hiire tugi\n"
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  "Kasuta kerimisnuppe"
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  "# Kui väärtus on ON, luba kerimisnuppude kasutamist terminalidel, millel need "
         "on olemas\n"
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  "Sisestage suurim laetavate artiklite arv. <CR> seab."
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  "Laetavate artiklite arv"
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  "# Laetavate artiklite arv (0=limiit puudub), negatiivne väärtus seab\n"
         "# maksimaalse arvu loetud artikleid, mida lugeda enne lugemata artiklit\n"
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  "Sisestage artikli värskuse kestus. <CR> seab."
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  "Artikli värskuse ajapiir"
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  "# Päevad, mille jooksul loetakse artiklit värskeks, (0=OFF)\n"
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  "WILDMAT tavalistele jokkeritele, REGEX täisregulaaravaldistega otsimisele."
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  "Jokkeritega otsimine"
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
@@ -6092,317 +6145,317 @@ msgstr  "# Jokkeritega otsimine\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  "Sisestage minimaalne kaal artikli surmamiseks. <CR> seab."
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  "Kaalu alampiir (surmamine)"
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  "# Kaalu alampiir, enne kui artikkel märgitakse surmatuks\n"
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  "Sisestage vaikimisi kaal artiklite surmamiseks. <CR> seab."
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  "Artiklite surmamise vaikimisi kaal"
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  "# Vaikimisi kaal artiklite surmamiseks\n"
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  "Sisestage minimaalne kaal, enne kui artikkel märgitakse kuumaks. <CR> seab."
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  "Kaalu alampiir (valik)"
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  "# Kaalu alampiir, enne kui artikkel märgitakse muumaks\n"
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  "Sisestage vaikimisi kaal artiklite valimiseks. <CR> seab."
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  "Vaikimisi kaal artiklite valimiseks"
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  "# Vaikimisi kaal artiklite valimiseks\n"
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  "''X-Face:'' näitamiseks slrnface"
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  "# Kui väärtus on ON, kasutan ''X-Face:'' päiste käsitlemiseks slrnface(1).\n"
         "# Kasulik ainult xterm aknas.\n"
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "Kasuta ANSI värve"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# Kui väärtus on ON, kasuta ANSI värve\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  "Standardne esiplaani värv"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standardne esiplaani värv\n"
         "# Vaikimisi: -1 (vaikimisi värv)\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  "Standardne tagaplaani värv"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standardne tagaplaani värv\n"
         "# Vaikimisi: -1 (vaikimisi värv)\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  "Pööratud teksti värv (tagaplaan)"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Pööratud teksti tagaplaani värv\n"
         "# Vaikimisi: 4 (sinine)\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  "Pööratud teksti värv (esiplaan)"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# Pööratud teksti esiplaani värv\n"
         "# Vaikimisi: 7 (valge)\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  "Tekstiridade värv"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Tekstiridade värv\n"
         "# Vaikimisi: -1 (vaikimisi värv)\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  "Miniabiinfo värv"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Miniabiinfo värv\n"
         "# Vaikimisi: 3 (pruun)\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  "Abiinfo värv"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Abiinfo värv\n"
         "# Vaikimisi: -1 (vaikimisi värv)\n"
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  "Olekuteadete värv"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Viimasel real olevate teadete värv\n"
         "# Default: 6 (lilla)\n"
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  "Tsitaadi värv"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Tsitaadi värv\n"
         "# Vaikimisi: 2 (roheline)\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  "Topelt tsiteeritud rea värv"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Topelt tsiteeritud rea värv\n"
         "# Vaikimisi: 3 (pruun)\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  "=>3 korda tsiteeritud rea värv"
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# =>3 korda tsiteeritud rea värv\n"
         "# Vaikimisi: 4 (sinine)\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  "Artikli päiseridade värv"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Päiseridade värv\n"
         "# Vaikimisi: 2 (roheline)\n"
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  "Artikli tegelike päiseridade värv"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# Artikli tegelike päiseridade värv\n"
         "# Vaikimisi: 9 (helepunane)\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  "Artikli teemarea värv"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Artikli teema värv\n"
         "# Vaikimisi: 6 (lilla)\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  "Vastuste arvu loenduri värv"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# Vastuste arvu loenduri värv\n"
         "# Vaikimisi: 2 (roheline)\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  "Saatja värv (From:)"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# Saatja värv (From:)\n"
         "# Vaikimisi: 2 (roheline)\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  "Abiinfo/kirja teate värv"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Abiinfo/kirja teate värv\n"
         "# Vaikimisi: 4 (sinine)\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "Signatuuri värv"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Signatuuri värv\n"
         "# Vaikimisi: 4 (sinine)\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  "Esiletõstetud URLide värv"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Esiletõstetud URLide värv\n"
         "# Vaikimisi: -1 (vaikimisi värv)\n"
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid   "Color of verbatim blocks"
 msgstr  "Identsete blokkide värv"
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  "# Identsete blokkide värv\n"
         "# Vaikimisi: 5 (roosa)\n"
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  "*tärnidega* esiletõstmise värv"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# *tärnidega* esiletõstmise värv\n"
         "# Vaikimisi: 11 (kollane)\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  "_alakriipsudega_ esiletõstmise värv"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# _alakriipsudega_ esiletõstmise värv\n"
         "# Vaikimisi: 13 (heleroosa)\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  "/Kaldkriipsude/ esiletõstmise värv"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# /Kaldkriipsude/ esiletõstmise värv\n"
         "# Vaikimisi: 14 (helelilla)\n"
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  "-Kriipsudega- esiletõstmise värv"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# -Kriipsudega- esiletõstmise värv\n"
         "# Vaikimisi: 12 (helesinine)\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  "*tärnidega* esiletõstmise atribuut"
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6428,56 +6481,56 @@ msgstr  "# Sõnade esiletõstmise atribuut
         "# *tärnidega* esiletõstmise atribuut\n"
         "# Vaikimisi: 6 (paks)\n"
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  "_alakriipsudega_ esiletõstmise atr."
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  "# _alakriipsudega_ esiletõstmise atribuut\n"
         "# Vaikimisi: 2 (parim esiletõstmine)\n"
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  "/Kaldkriipsude/ esiletõstmise atr."
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  "# /Kaldkriipsude/ esiletõstmise atribuut\n"
         "# Vaikimisi: 5 (poolhele)\n"
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  "-Kriipsudega- esiletõstmise atr."
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  "# Vaikimisi: 3 (pööratud video)\n"
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  "Teate kehas URL esiletõstmine"
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  "# Luba URLide esiletõstmine?\n"
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  "Sõnade esiletõstmine teate kehas"
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  "# Lubada sõnade esiletõstmine?\n"
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  "Mida näidata märgi asemel"
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6491,55 +6544,55 @@ msgstr  "# Kas näidata algavaid ja lõppe
         "#   1 - jah, näita märki\n"
         "# * 2 - trüki hoopis tühik\n"
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  "Sisestage veerg, millelt lehitseja hakkab ridu murdma. <CR> seab."
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  "Rea murdmise veerg lehitsejas"
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  "# Murra artikli read antud veerus\n"
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  "Liigu lugemata art-le ümber teemade"
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  "# Kui väärtus on ON, liigu lugemata artiklite otsingul ümber teemade\n"
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  "Sisestage oma e-posti aadress (ja oma nimi). <CR> seab."
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  "E-posti aadress (ja teie nimi)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  "# Kasutaja e-posti aadress (ja nimi), kui ei ole kasutaja@host (nimi)\n"
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  "Näita toimetis tühja Followup-To"
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  "# Kui väärtus on ON, näita artikli toimetamisel tühja Followup-To rida\n"
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  "Sisestage tee/! käsk/--none, et luua oma vaikimisi signatuur. <CR> seab."
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  "Signatuuri loomiseks tee/käsk"
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
@@ -6549,51 +6602,51 @@ msgstr  "# Postitamisel/vastamisel kasut
         "# sigfile=!käsk      käivitab käsu, mis genereerib signatuuri\n"
         "# sigfile=--none     ära lisa signatuuri\n"
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  "Signatuurile eelnevale reale \"-- \". <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  "Lisa signatuuri ette \"-- \""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  "# Kui väärtus on ON, lisa signatuuri ette '\\n-- \\n'\n"
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  "Lisa artikli uuestipostitamisel signatuur. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  "Lisa uuestipostitusel signatuur"
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  "# Kui väärtus on ON, lisa uuestipostitatud artiklile signatuur\n"
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  "Sisestage tsitaadimärgid, %s või %S annab autori initsiaalid."
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  "Tsiteerimise märgid"
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  "# Sümbolid, mida kasutada tsiteerimisel vastustes.\n"
         "# '_' asendatakse tühikuga ' ', %%s, %%S asendatakse autori initsiaalidega.\n"
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  "Käitumine tsiteerimisel"
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6615,15 +6668,15 @@ msgstr  "# Kuidas käsitleda vastamisel t
         "#   6 = Tsiteeri allkirju, tsiteeri tühje ridu\n"
         "#   7 = Tihenda tsitaadid, tsiteeri allkirju, tsiteeri tühje ridu\n"
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  "%A Aadr. %D Kuup. %F Aadr.+Nimi %G Grupp %M Message-ID %N Nimi %C Eesnimi"
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  "Tsiteerimise rida vastamisel"
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
@@ -6632,36 +6685,36 @@ msgstr  "# Tsiteeriva rea vorming artikl
         "# %%A Aadress    %%D Kuup   %%F Aadr+Nimi   %%G Grupp   %%M Message-ID\n"
         "# %%N Täielik nimi  %%C Eesnimi   %%I Initsiaalid\n"
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  "Tsiteerimise rida ristpostitusel"
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  "Tsiteerimise rida kirjutamisel"
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  "Kasuta User-Agent: päiserida. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 #, fuzzy
 msgid   "Insert 'User-Agent:' header"
 msgstr  "Sisestage 'User-Agent:'-päis"
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  "# Kui väärtus on ON, lisa artikli päisesse User-Agent: rida\n"
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "Sisestage MIME kooditabeli nimi (n. US-ASCII, ISO-8859-15, EUC-KR), <CR> seab."
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  "MM_CHARSET"
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6677,39 +6730,39 @@ msgstr  "# Lokaalselt toetatud kooditabe
         "# loetakse mm_charset väärtusest erinev kooditabel mitte-näidatavaks\n"
         "# ja näitamisel kasutatakse '?'.\n"
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  "MM_NETWORK_CHARSET"
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  "# Postituste MIME (Content-Type) päises kasutatav kooditabel.\n"
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "Sisestage lokaalse kooditabeli nimi (n. UTF-8, ISO-8859-15), <CR> seab."
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid   "MM_LOCAL_CHARSET"
 msgstr  "MM_LOCAL_CHARSET"
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  "# Lokaalne kooditabel.\n"
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  "Kirjade kataloog"
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  "# Kirjade kataloog.\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  "Kasuta artiklites MIME kodeerimist"
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
@@ -6721,15 +6774,15 @@ msgstr  "# Vajadusel kirjade ja artiklit
         "# Base64 on kasulik enamuse 8 bitistele ida-aasia, kreeka ja vene\n"
         "# kooditabelitele, kus kasutatakse palju 8 bitiseid sümboleid.\n"
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  "Ärge muutke, kui te ei tea, mida teete. <ESC> katkestab."
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  "Kasuta artikli päises 8bit tähti"
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
@@ -6739,28 +6792,28 @@ msgstr  "# Kui väärtus on ON, 8bit sümbo
         "# 8bit sümbolid päistes kodeeritakse sõltumata selle parameetri väärtusest,\n"
         "# v.a. juhul, kui post_mime_encoding väärtus on samuti 8bit.\n"
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Vaata töödeldud faile automaatselt <TÜHIK> lülitab, <CR> seab, <ESC> "
         "katkestab."
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  "Vaata töödeldud faile"
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  "# Kui on seatud, avatakse töödeldud fail vaatamiseks\n"
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  "Kasuta kirjades MIME kodeerimist"
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  "Kasuta kirja päises 8bit tähti"
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6775,25 +6828,25 @@ msgstr  "# Kui väärtus on ON, 8bit sümbo
         "# et RFC 2822 keelab 8bit sümbolid kirjade päistes, seega selle\n"
         "# parameetri väärtus ON ei ole soovitatav kasutada.\n"
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  "Eemalda tühikud realõppudest"
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  "# Kui väärtus on ON, eemalda aeglaste terminalise töö kiirendamiseks\n"
         "# realõppudest tühikud.\n"
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  "Kui väärtus on ON, kasuta transliteratsiooni. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  "Transliteratsioon"
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
@@ -6802,11 +6855,11 @@ msgstr  "# Kui väärtus on ON, kasuta //T
         "# ei saa esitada soovitavas kooditabelis, võib seda esitada kasutades\n"
         "# üht või enamat sarnast sümbolit.\n"
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  "Saada automaatselt Cc/Bcc koopia"
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = No\n"
@@ -6820,117 +6873,117 @@ msgstr  "# Artikli saatmisel paneb teie 
         "#   2 = Bcc\n"
         "#   3 = Cc ja Bcc\n"
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  "Sisestage aadressi komponendid, mille eest peaks hoiatama. <CR> seab."
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  "Rämpsposti hoiatus aadressi osadele"
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  "# Komaga eraldatud aadresside komponentide loend, mille kasutamisel\n"
         "# tuleks kasutajat hoiatada.\n"
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  "Sisestage kirje kehtivuse aeg päevades. <CR> seab."
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  "Filtri kehtivus päevades"
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  "# lühiajalise filtri kehtivus päevades\n"
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  "Lisage postitatud artikkel filtrisse. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  "Lisage postitatud artikkel filtrile"
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  "# Kui väärtus on ON, lisa postitatud artiklid, mis alustavad uut teemat,\n"
         "# filtrile, mis märgistab vastuseid\n"
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  "Kataloog, kuhu artikleid/teemasid salvestatakse kirjaformaadis."
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  "Kirjade kataloog"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  "# (-m) kataloog, kuhu artikleid/teemasid salvestatakse kirjaformaadis\n"
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  "Salvesta artiklid pakettmoodis (-S)"
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  "# Kui väärtus on ON, artiklid salvestatakse pakettmoodis, kui käsureal\n"
         "# on kasutatud võtmeid salvestamiseks -S või saatmiseks -M, -N\n"
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  "Kataloog, kuhu te soovite artikleid salvestada."
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  "Kataloog artiklite salvestamiseks"
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  "# Kataloog, kuhu salvestatakse artiklid/teemad\n"
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  "Salvesta artiklid Archive-name: päiserea järgi. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  "Kasuta salvestamisel Archive-name:"
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  "# Kui väärtus on ON, salvestatakse artiklid/teemad, mis omavad päiserida\n"
         "# Archive-name:, automaatselt selle reaga määratud nime ja osa numbriga.\n"
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  "Märgi salvestatud artiklid loetuks. <TÜHIK> lülitab, <CR> seab, <ESC> "
         "katkestab."
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  "Märgi salvestatud artiklid loetuks"
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  "# Kui väärtus on ON, märgi salvestatud artiklid loetuks\n"
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  "Teosta salvestatud artiklitel järeltöötlemist (nt. lisade eraldamist)."
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  "Salvestatud artikl. järeltöötlemine"
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
@@ -6942,103 +6995,103 @@ msgstr  "# Teosta salvestatud artiklite 
         "#   1 = jah\n"
         "#   2 = eralda ainult shelli arhiivid (shar)\n"
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  "Töötle ainult lugemata artikleid"
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  "# Kui väärtus on ON, salvesta/trüki/torusse/saada lugemata artikleid\n"
         "# (eeldatakse märgitud artikleid).\n"
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  "Trüki kõik või ainult osa päisest. <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  "Trükkimisel trüki kõik päised"
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  "# Kui väärtus on ON, trüki kogu artikli päis, muidu ainult tähtsamad read\n"
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  "Programm koos argumentidega, mida kasutatakse artiklite/teemade trükkimiseks."
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  "Trükikäsk koos võtmetega"
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  "# Programm koos argumentidega, mida kasutatakse artiklite/teemade "
         "trükkimiseks\n"
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  "Värskenda ekraani peale käske"
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  "# Kui väärtus on ON, värskendatakse alati peale teatud väliseid käske "
         "ekraani\n"
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Käivita tekstitoimeti etteantud real. <TÜHIK> lülitab, <CR> seab, <ESC> "
         "katkestab."
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  "Käivita tekstitoimeti reanumbril"
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  "# Kui väärtus on ON, käivitatakse tekstitoimeti kursori paigutamisega\n"
         "# vastavale reale. Vastasel korral positsioneeritakse kursor esimesele reale\n"
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  "Kasutage %E toimeti kohal, %F failinime kohal, %N reanumbrina, <CR> seab."
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  "Teie tekstitoimeti"
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  "# Tekstitoimeti rea formaat koos parameetritega\n"
         "# %%E Toimeti  %%F Failinimi  %%N Reanumber\n"
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  "Sisestage välise inews käsu nimi ja võtmed, sisemise valib --internal"
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  "Väline inews"
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  "# Kui on --internal, kasuta NNTP postitustel sisseehitatud inews käsku\n"
         "# muidu kasuta välist inews programmi\n"
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  "Kasutage %M programmi kohal, %S teema kohal, %T saaja kohal, %F failinime "
         "kohal, <CR> seab."
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  "Teie e-posti käsk"
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -7049,11 +7102,11 @@ msgstr  "# e-posti saatja käsurea formaa
         "# näiteks. kasutada saatjana elm programmi:    elm -s \"%%S\" \"%%T\" < %%F\n"
         "# näiteks. elm interaktiivses moodis      :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  "Kasuta interaktiivset e-posti"
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -7065,58 +7118,66 @@ msgstr  "# Interaktiivne e-posti program
         "#   1 = kasuta interaktiivset e-posti programmi koos päistega\n"
         "#   2 = kasuta interaktiivset e-posti programmi päisteta\n"
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  "Eemalda ~/.article peale postitust"
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  "# Kui väärtus on ON, kustuta  ~/.article peale postitust.\n"
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  "Failinimi postitatud artiklitele. <CR> seab. Nime puudumisel ei salvestata."
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  "Failinimi postitatud artiklitele"
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  "# Failinimi, kus hoida kõiki postitusi (vaikimisi posted)\n"
         "# Kui nime pole, siis postitusi ei salvestata\n"
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  "Hoia ebaõnnestunud postitused failis ~/dead.articles. <TÜHIK> lülitab ja <CR> "
         "seab."
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  "Vigased artiklid ~/dead.articles"
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  "# Kui väärtus on ON, hoia ebaõnnestunud postitused failis ~/dead.articles\n"
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  "Kas te soovite eemaldada tellimata grupid .newsrc failist"
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  "newsrcs ainult tellitud grupid"
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  "# Kui väärtus on ON, eemalda tellimata grupid newsrc failist\n"
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  "Eemalda olematud grupid"
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -7128,56 +7189,56 @@ msgstr  "# Mida teha olematute gruppideg
         "#   1 = Eemalda\n"
         "#   2 = Märgi valikuekraanil lipuga D\n"
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  "Sisestage aktiivsete faili lugemise intervall sekundites. <CR> seab."
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  "Aktiivsete faili lugemise intervall"
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  "# Aktiivsete faili lugemise intervall (0 = ei loe)\n"
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  "Taasta automaatselt NNTP ühendus"
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  "# Kui väärtus on ON, ürita NNTP serveriga ühenduse katkemisel ühendust\n"
         "# automaatselt taastada\n"
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  "Loo NNTP overview failidest lokaalne koopia. <TÜHIK> lülitab ja <CR> seab."
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  "Puhverda NNTP overview lokaalselt"
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  "# Kui väärtus on ON, loo NNTP overview failidest lokaalsed koopiad.\n"
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  "Sisestage vormingusõne. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  "Kuupäevade esitamise vormingusõne"
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  "# Vormingusõne kuupäevade esitamiseks\n"
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  "Unikoodi normaliseerimise kuju"
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -7193,124 +7254,180 @@ msgstr  "# Unikoodi normaliseerimine\n"
         "#   3 = NFC\n"
         "#   4 = NFD\n"
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  "Renderda BiDi"
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  "# Kui väärtus on ON, renderdab tin mitmesuunalist (BiDi) teksti\n"
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  "Automaatselt GroupMarkUnselArtRead"
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid   "Delete post-process files"
 msgstr  "Kustuta järel-töödeldud failid"
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  "Failinimi mailitud artiklitele. <CR> seab. Nime puudumisel ei salvestata."
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  "Saadetud e-mailide postkast"
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  "Sea grup(p)i(de)le Followup-To: päis. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  "Followup-To: päis"
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  "Sisestage oma e-posti aadress (ja oma nimi). <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  "ispell või selle analoogi tee ja argumendid, <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  "Ispell programm"
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  "Kui grupp on postiloend, saada vastused sel aadressil."
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 msgid   "Mailing list address"
 msgstr  "Postiloendi aadress"
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  "Saada artikkel manusena"
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  "Komaga eraldatud loend MIME põhi/alam sisu tüüpidest. <ESC> katkestab."
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  "Millised MIME tüübid salvestatakse"
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  "Organization: päise väärtus. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  "Organization: päis"
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  "Salvestatud artiklite fail. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 msgid   "savefile"
 msgstr  "fail salvestamiseks"
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+#, fuzzy
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  "Sisestage vormingusõne. <CR> seab, <ESC> katkestab."
+
+#: src/lang.c:2814
+#, fuzzy
+msgid   "Quick (1 key) select filter scope"
+msgstr  "Lisan kiirvaliku filtri?"
+
+#: src/lang.c:2819 src/lang.c:2843
+#, fuzzy
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  "Salvestatud artiklite fail. <CR> seab, <ESC> katkestab."
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+#, fuzzy
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  "Organization: päise väärtus. <CR> seab, <ESC> katkestab."
+
+#: src/lang.c:2826
+#, fuzzy
+msgid   "Quick (1 key) select filter case"
+msgstr  "Lisan kiirvaliku filtri?"
+
+#: src/lang.c:2831 src/lang.c:2855
+#, fuzzy
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  "Lisa postitamisel see päis. <CR> seab, <ESC> katkestab."
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+#, fuzzy
+msgid   "Quick (1 key) kill filter scope"
+msgstr  "Lisan kiirsurmamise filtri?"
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+#, fuzzy
+msgid   "Quick (1 key) kill filter case"
+msgstr  "Lisan kiirsurmamise filtri?"
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  "Kui kooditabelit pole määratud, kasuta seda kooditabelit, <CR> seab."
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid   "UNDECLARED_CHARSET"
 msgstr  "UNDECLARED_CHARSET"
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  "Lisa see tekst teate keha algusse. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid   "X_Body"
 msgstr  "X_Body"
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  "Lisa postitamisel see päis. <CR> seab, <ESC> katkestab."
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  "X_Headers"
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  "Lisa automaatselt X-Comment-To: päis? <TÜHIK> lülitab, <CR> seab."
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  "Sisestage 'X-Comment-To:' päis"
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "Versioon: %s %s väljalase %s (\"%s\") %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "Versioon: %s %s väljalase %s (\"%s\")\n"
@@ -7319,32 +7436,32 @@ msgstr  "Versioon: %s %s väljalase %s (\
 msgid   "Unreachable?\n"
 msgstr  "Kättesaamatu?\n"
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  "\n"
         "Ühendus serveriga aegus, proovin taastada, katse %d\n"
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  "Taasühinen jooksva grupiga\n"
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  "Lugesin (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  "Saada viimane käsk uuesti (%s)\n"
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  "CAPABILITIES ei sisalda READER"
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  "MOTD: "
 
@@ -7353,14 +7470,14 @@ msgstr  "MOTD: "
 msgid   "couldn't expand %s\n"
 msgstr  "ei saa laiendada %s\n"
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  "Rida %d on pikem, kui 998 sümbolit ja tuleks poolitada, aga kodeering\n"
         "pole ei %s ega %s\n"
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, fuzzy, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
@@ -7369,28 +7486,28 @@ msgstr  "Rida %d on pikem, kui 998 sümbo
         "on %s ja MIME_BREAK_LONG_LINES pole seatud või postitamine ei sisalda\n"
         "8 bitiseid sümboleid ja seetõttu poolitamist ei toimu\n"
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, fuzzy, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  "Rida %d on pikem, kui 998 sümbolit ja tuleks poolitada, aga kodeering\n"
         "pole %s\n"
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  "Postitan: %.*s ..."
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "Katkestan lugemise, palun oodake..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "Katkestatud lugemine\n"
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  "Tühjendan\n"
 
Binary files tin-1.9.6/po/fr.gmo and tin-2.0.0/po/fr.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/fr.po tin-2.0.0/po/fr.po
--- tin-1.9.6/po/fr.po	2010-11-26 15:42:46.000000000 +0100
+++ tin-2.0.0/po/fr.po	2011-08-22 18:32:42.127384867 +0200
@@ -1,483 +1,483 @@
 # French translation for tin.
-# Matt Anton <tin@syrius.org>, 2003-2010.
+# This file is distributed under the same license as the tin package.
+# Matt Anton <tin@syrius.org>, 2003-2011.
 #
 msgid   ""
-msgstr  "Project-Id-Version: 1.8.0\n"
+msgstr  "Project-Id-Version: tin-1.9.6\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
-        "PO-Revision-Date: 2010-11-20 19:17+0100\n"
-        "Last-Translator: Matt ANTON <tin@syrius.org>\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
+        "PO-Revision-Date: 2011-01-22 14:11+0100\n"
+        "Last-Translator: Matt Anton <tin@syrius.org>\n"
         "Language-Team: French <traduc@traduc.org>\n"
         "MIME-Version: 1.0\n"
         "Content-Type: text/plain; charset=ISO-8859-15\n"
         "Content-Transfer-Encoding: 8bit\n"
-        "X-Poedit-Language: French\n"
-        "X-Poedit-Country: FRANCE\n"
+        "Language: fr\n"
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  "attribut sans sélection : %s"
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 msgid   "Processing attributes... "
 msgstr  "Traitement du fichier attributes..."
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  "# Ne pas éditer ce commentaire\n"
         "#\n"
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  "#  scope=TERME (pe. alt.*,!alt.bin*) [obligatoire]\n"
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  "#  add_posted_to_filter=ON/OFF\n"
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  "#  advertising=ON/OFF\n"
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  "#  alternative_handling=ON/OFF\n"
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  "#  ask_for_metamail=ON/OFF\n"
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  "#  auto_cc_bcc=NUM\n"
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  "#    0=Non, 1=Cc, 2=Cci, 3=Cc et Cci\n"
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  "#  auto_list_thread=ON/OFF\n"
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  "#  auto_save=ON/OFF\n"
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  "#  auto_select=ON/OFF\n"
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  "#  batch_save=ON/OFF\n"
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  "#  date_format=TERME (pe. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  "#  delete_tmp_files=ON/OFF\n"
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  "#  editor_format=TERME (pe. %%E +%%N %%F)\n"
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  "#  fcc=TERME (pe. =mailbox)\n"
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  "#  followup_to=TERME\n"
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  "#  from=TERME (choix du 'From:', ne pas utiliser celui cité)\n"
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  "#  group_catchup_on_exit=ON/OFF\n"
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  "#  mail_8bit_header=ON/OFF\n"
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  "#  mail_mime_encoding=encodage_supporté"
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  "#  ispell=TERME\n"
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  "#  maildir=TERME (pe. ~/Mail)\n"
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  "#  mailing_list=TERME (pe. majordomo@example.org)\n"
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  "#  mime_types_to_save=TERME (pe. image/*,!image/bmp)\n"
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  "#  mark_ignore_tags=ON/OFF\n"
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  "#  mark_saved_read=ON/OFF\n"
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  "#  mime_forward=ON/OFF\n"
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  "#  mm_network_charset=encodage_supporté"
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  "#  undeclared_charset=TERME (défaut est US-ASCII)\n"
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  "#  news_headers_to_display=TERME\n"
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  "#  news_headers_to_not_display=TERME\n"
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  "#  news_quote_format=TERME\n"
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  "#  organization=TERME (si commence par '/' lire dans fichier)\n"
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  "#  pos_first_unread=ON/OFF\n"
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  "#  post_8bit_header=ON/OFF\n"
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  "#  post_mime_encoding=encodage_supporté"
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, c-format
 msgid   "#  post_process_type=NUM\n"
 msgstr  "#  post_process_type=NUM\n"
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  "#  post_process_view=ON/OFF\n"
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  "#  quick_kill_scope=TERME (pe. talk.*)\n"
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  "#  quick_kill_expire=ON/OFF\n"
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  "#  quick_kill_case=ON/OFF\n"
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  "#  quick_kill_header=NUM\n"
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  "#    0=Subject: (casse sensible)  1=Subject: (ignore la casse)\n"
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  "#    2=From: (casse sensible)     3=From: (ignore la casse)\n"
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
-msgstr  ""
+msgstr  "#    4=Message-ID: &  \"References:\" complètes : ligne\n"
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
-msgstr  ""
+msgstr  "#    5=Message-ID: & dernières References: entrée uniquement\n"
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
-msgstr  ""
+msgstr  "#    6=Message-ID: entrée uniquement     7=Lignes:\n"
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  "#  quick_select_scope=TERME\n"
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  "#  quick_select_expire=ON/OFF\n"
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  "#  quick_select_case=ON/OFF\n"
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  "#  quick_select_header=NUM\n"
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  "#  quote_chars=TERME (%%s, %%S pour les initiales)\n"
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  "#  print_header=ON/OFF\n"
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  "#  process_only_unread=ON/OFF\n"
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  "#  prompt_followupto=ON/OFF\n"
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  "#  savedir=TERME (pe. ~user/News)\n"
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  "#  savefile=TERME (pe. =linux)\n"
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  "#  sigfile=TERME (pe. $var/sig)\n"
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  "#  show_author=NUM\n"
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  "#  show_info=NUM\n"
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  "#  show_signatures=ON/OFF\n"
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  "#  show_only_unread=ON/OFF\n"
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  "#  sigdashes=ON/OFF\n"
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  "#  signature_repost=ON/OFF\n"
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, c-format
 msgid   "#  sort_article_type=NUM\n"
 msgstr  "#  sort_art_type=NUM\n"
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  "#  sort_threads_type=NUM\n"
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  "#  start_editor_offset=ON/OFF\n"
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  "#  tex2iso_conv=ON/OFF\n"
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  "#  batch_save=ON/OFF\n"
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, c-format
 msgid   "#  thread_articles=NUM"
 msgstr  "#  thread_arts=NUM"
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  "#  thread_perc=NUM\n"
 
-#: src/attrib.c:1238
+#: src/attrib.c:1248
 #, c-format
 msgid   "#  trim_article_body=NUM\n"
 msgstr  "#  trim_article_body=NUM\n"
 
-#: src/attrib.c:1239
+#: src/attrib.c:1249
 #, c-format
 msgid   "#    0 = Don't trim article body\n"
 msgstr  "#    0 = Ne pas nettoyer le corps de l'article\n"
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  "#   1 = Effacer les lignes vides du début\n"
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  "#   2 = Effacer les lignes vides de la fin\n"
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  "#   3 = Effacer les lignes vides du début et de la fin\n"
 
-#: src/attrib.c:1243
-#, fuzzy, c-format
+#: src/attrib.c:1253
+#, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  "#   4 = Regrouper plusieurs lignes vides entre les paragraphes\n"
 
-#: src/attrib.c:1244
-#, fuzzy, c-format
+#: src/attrib.c:1254
+#, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  "#   5 = Regrouper plusieurs lignes vides entre les paragraphes et\n"
         "#       effacer les lignes vides du début\n"
 
-#: src/attrib.c:1245
-#, fuzzy, c-format
+#: src/attrib.c:1255
+#, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  "#   6 = Regrouper plusieurs lignes vides entre les paragraphes et\n"
         "#       effacer les lignes vides de la fin\n"
 
-#: src/attrib.c:1246
-#, fuzzy, c-format
+#: src/attrib.c:1256
+#, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  "#   7 = Regrouper plusieurs lignes vides entre les paragraphes et\n"
         "#       effacer les lignes vides du début et de la fin\n"
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  "#  verbatim_handling=ON/OFF\n"
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  "#  wrap_on_next_unread=ON/OFF\n"
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  "#  x_body=TERME (pe. ~/.tin/extra-body-text)\n"
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  "#  x_comment_to=ON/OFF\n"
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  "#  x_headers=TERME (pe. ~/.tin/extra-headers)\n"
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  "#\n"
         "# Notez que placer les entrées générales (portée globale) en premier\n"
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  "# est préférable, suivies des entrées spécifiques aux groupes.\n"
         "#\n"
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  "############################################################################\n"
@@ -628,7 +628,7 @@ msgstr  ", encodage : "
 #: src/lang.c:77
 #, c-format
 msgid   "%*s[-- charset %s not supported --]\n"
-msgstr  ""
+msgstr  "%*s[-- l'encodage %s n'est pas supporté --]\n"
 
 #: src/lang.c:78
 #, c-format
@@ -642,46 +642,46 @@ msgstr  "%d Lignes"
 
 #: src/lang.c:80
 msgid   "Attachment Menu"
-msgstr  ""
+msgstr  "Menu Pièce-jointe"
 
 #: src/lang.c:81
 msgid   "Attachment Menu Commands"
-msgstr  ""
+msgstr  "Menu des pièces-jointes"
 
 #: src/lang.c:82
 msgid   "<no name>"
-msgstr  ""
+msgstr  "<aucun nom>"
 
 #: src/lang.c:83
 #, c-format
 msgid   "Attachment saved successfully. (%s)"
-msgstr  ""
+msgstr  "Pièce-jointe enregistrée. (%s)"
 
 #: src/lang.c:84
 #, c-format
 msgid   "%d of %d attachments saved successfully."
-msgstr  ""
+msgstr  "%d sur %d pièces-jointes enregistrées."
 
 #: src/lang.c:85
 msgid   "Select attachment> "
-msgstr  ""
+msgstr  "Sélectionner la pièce-jointe >"
 
 #: src/lang.c:86
 msgid   "Tagged attachment"
-msgstr  ""
+msgstr  "Pièce-jointe marquée"
 
 #: src/lang.c:87
 #, c-format
 msgid   "%d attachments tagged"
-msgstr  ""
+msgstr  "%d pièce(s)-jointe(s) marquée(s)"
 
 #: src/lang.c:88
 msgid   "Untagged attachment"
-msgstr  ""
+msgstr  "pièce-jointe non marquée"
 
 #: src/lang.c:89
 msgid   "Attributes Menu Commands"
-msgstr  "Menu des commandes des attributs"
+msgstr  "Menu des attributs"
 
 #: src/lang.c:91
 #, c-format
@@ -907,7 +907,7 @@ msgstr  "Création du fichier active des 
 msgid   "Creating newsrc file...\n"
 msgstr  "Création du fichier newsrc...\n"
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "Défaut"
 
@@ -929,7 +929,7 @@ msgstr  "*** Fin de la liste ***"
 
 #: src/lang.c:158
 msgid   "*** End of attachments ***"
-msgstr  ""
+msgstr  "*** Fin des pièces-jointes ***"
 
 #: src/lang.c:159
 msgid   "*** End of groups ***"
@@ -949,7 +949,7 @@ msgstr  "*** Fin du fil ***"
 
 #: src/lang.c:163
 msgid   "*** End of URLs ***"
-msgstr  ""
+msgstr  "*** Fin des URLs ***"
 
 #: src/lang.c:164
 msgid   "Enter limit of articles to get> "
@@ -1033,11 +1033,12 @@ msgstr  "Fichier %s corrompu"
 #: src/lang.c:185
 msgid   "\n"
         "Error: Followup-To \"poster\" and a newsgroup is not allowed!\n"
-msgstr  ""
+msgstr  "\n"
+        "Erreur : Followup-To \"poster\" et un groupe n'est pas autorisé !\n"
 
 #: src/lang.c:186
 msgid   "Internal error in GNKSA routine - send bug report.\n"
-msgstr  "Erreur interne dans routine GNKSA - envoi d'un rapport de bug.\n"
+msgstr  "Erreur interne dans routine GNKSA - envoi d'un rapport de bogue.\n"
 
 #: src/lang.c:187
 msgid   "Left angle bracket missing in route address.\n"
@@ -1062,19 +1063,22 @@ msgstr  "Composant FQDN unique non autor
 #: src/lang.c:192
 msgid   "Invalid domain. Send bug report if your top level domain really exists.\n"
         "Use .invalid as top level domain for munged addresses.\n"
-msgstr  "Domaine invalide. Envoyez un rapport de bug si votre domaine premier existe.\n"
+msgstr  "Domaine invalide. Envoyez un rapport de bogue si votre domaine premier "
+        "existe.\n"
         "Utilisez .invalid comme domaine premier pour les fausses adresses.\n"
 
 #: src/lang.c:193
 msgid   "Illegal domain. Send bug report if your top level domain really exists.\n"
         "Use .invalid as top level domain for munged addresses.\n"
-msgstr  "Domaine illégal. Envoyez un rapport de bug si votre domaine premier existe.\n"
+msgstr  "Domaine illégal. Envoyez un rapport de bogue si votre domaine premier "
+        "existe.\n"
         "Utilisez .invalid comme domaine premier pour les fausses adresses.\n"
 
 #: src/lang.c:194
 msgid   "Unknown domain. Send bug report if your top level domain really exists.\n"
         "Use .invalid as top level domain for munged addresses.\n"
-msgstr  "Domaine inconnu. Envoyez un rapport de bug si votre domaine premier existe.\n"
+msgstr  "Domaine inconnu. Envoyez un rapport de bogue si votre domaine premier "
+        "existe.\n"
         "Utilisez .invalid comme domaine premier pour les fausses adresses.\n"
 
 #: src/lang.c:195
@@ -1276,7 +1280,8 @@ msgstr  "Erreur MIME : Début de la borne
 #: src/lang.c:242
 msgid   "\n"
         "Error: \"poster\" is not allowed in Newsgroups!\n"
-msgstr  ""
+msgstr  "\n"
+        "Erreur : \"poster\" n'est pas autorisé dans les Groupes !\n"
 
 #: src/lang.c:243
 msgid   "Can't get a (fully-qualified) domain-name!"
@@ -1383,7 +1388,8 @@ msgstr  "Entrez le réglage [%s] > "
 msgid   "\n"
         "You requested followups to your article to go to the following %s:\n"
 msgstr  "\n"
-        "Vous avez souhaité que les réponses à votre article aillent au %s suivant :\n"
+        "Vous avez souhaité que les réponses à votre article aillent au(x) %s suivant"
+        "(s) :\n"
 
 #: src/lang.c:270
 #, c-format
@@ -1426,35 +1432,36 @@ msgid   "# Format:\n"
         "#   time=NUM          Optional. time_t value when rule expires\n"
         "#\n"
 msgstr  "# Format :\n"
-        "#   comment=TERME\tFacultatif. Plusieurs lignes acceptées.\n"
-        "#\t\t\tLes commentaires doivent êtres placés au\n"
-        "#\t\t\tdébut de la règle, sinon ils seront déplacés\n"
-        "#\t\t\tà la règle suivante. '#' n'est pas un mot-clé\n"
-        "#\t\t\tvalide pour un commentaire !\n"
-        "#   group=TERME\t\tOgligatoire. Liste de groupe (pe. fr.comp.*,!*sources*).\n"
-        "#   case=NUM\t\tOgligatoire. Casse sensible=0 / casse insensible=1.\n"
-        "#   score=NUM|TERME\tObligatoire. Score à attribuer. Soit :\n"
-        "#     score=NUM\t- Un numéro (pe. 70). Ou :\n"
-        "#     score=TERME\t- Un des deux mots-clé suivants : 'hot' ou 'kill'.\n"
-        "#   subj=TERME\t\tFacultatif. En-tête 'Subject:' (pe. Comment devenir un "
+        "#   comment=TERME     Facultatif. Plusieurs lignes acceptées.\n"
+        "#                     Les commentaires doivent êtres placés au\n"
+        "#                     début de la règle, sinon ils seront déplacés\n"
+        "#                     à la règle suivante. '#' n'est pas un mot-clé\n"
+        "#                     valide pour un commentaire !\n"
+        "#   group=TERME       Ogligatoire. Liste de groupe (pe. fr.comp.*,!"
+        "*sources*).\n"
+        "#   case=NUM          Ogligatoire. Casse sensible=0 / casse insensible=1.\n"
+        "#   score=NUM|TERME   Obligatoire. Score à attribuer. Soit :\n"
+        "#     score=NUM         Un numéro (pe. 70). Ou :\n"
+        "#     score=TERME       Un des deux mots-clé suivants : 'hot' ou 'kill'.\n"
+        "#   subj=TERME        Facultatif. En-tête 'Subject:' (pe. Comment devenir un "
         "gourou).\n"
-        "#   from=TERME\t\tFacultatif. En-tête 'From:' (pe. *Craig Shergold*).\n"
-        "#   msgid=TERME\t\tFacultatif. En-tête 'Message-ID:' (pe. <123@ether.net>) "
+        "#   from=TERME        Facultatif. En-tête 'From:' (pe. *Craig Shergold*).\n"
+        "#   msgid=TERME       Facultatif. En-tête 'Message-ID:' (pe. <123@ether.net>) "
         "avec\n"
-        "#\t\t\tréférence complète.\n"
-        "#   msgid_last=TERME\tFacultatif. Comme ci-dessus mais avec juste le dernier "
+        "#                     référence complète.\n"
+        "#   msgid_last=TERME  Facultatif. Comme ci-dessus mais avec juste le dernier "
         "MID.\n"
-        "#   msgid_only=TERME\tFacultatif. Comme ci-dessus mais sans les références.\n"
-        "#   refs_only=TERME\tFacultatif. En-tête 'References:' (pe. <123@ether.net>) "
+        "#   msgid_only=TERME  Facultatif. Comme ci-dessus mais sans les références.\n"
+        "#   refs_only=TERME   Facultatif. En-tête 'References:' (pe. <123@ether.net>) "
         "sans\n"
-        "#\t\t\tla ligne Message-ID:\n"
-        "#   lines=[<>]?NUM\tFacultatif. En-tête 'Lines:'. '<' ou '>' sont "
+        "#                     la ligne Message-ID:\n"
+        "#   lines=[<>]?NUM    Facultatif. En-tête 'Lines:'. '<' ou '>' sont "
         "optionnels.\n"
-        "#   gnksa=[<>]?NUM\tFacultatif. Résultat du 'parse_from' du GNKSA. '<' ou "
+        "#   gnksa=[<>]?NUM    Facultatif. Résultat du 'parse_from' du GNKSA. '<' ou "
         "'>'\n"
-        "#\t\t\tsont optionnels.\n"
-        "#   xref=CHAÎNE\t\tFacultatif. Chaîne à filtrer (pe. alt.flame*)\n"
-        "#   time=NUM\t\tFacultatif. La valeur de time_t indique la durée de la "
+        "#                     sont optionnels.\n"
+        "#   xref=CHAÎNE       Facultatif. Chaîne à filtrer (pe. alt.flame*)\n"
+        "#   time=NUM          Facultatif. La valeur de time_t indique la durée de la "
         "règle.\n"
         "#\n"
 
@@ -1703,710 +1710,718 @@ msgid   "toggle display of sections hidd
 msgstr  "(dés)activer l'affichage des sections masquer par (^L)"
 
 #: src/lang.c:358
+#, fuzzy
+msgid   "toggle display of all headers"
+msgstr  "(dés)activer l'affichage de tout article/articles non lus"
+
+#: src/lang.c:359
 msgid   "toggle word highlighting on/off"
 msgstr  "(dés)activer la surbrillance des mots"
 
-#: src/lang.c:359
+#: src/lang.c:360
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  "(dés)activer ROT-13 (décodage basic) pour l'article actuel"
 
-#: src/lang.c:360
+#: src/lang.c:361
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  "basculer la taille de tabulation 4 <-> 8"
 
-#: src/lang.c:361
+#: src/lang.c:362
 msgid   "toggle german TeX style decoding for current article"
 msgstr  "(dés)activer le décodage Allemand de type TeX pour l'article actuel"
 
-#: src/lang.c:362
+#: src/lang.c:363
 msgid   "toggle display of uuencoded sections"
 msgstr  "(dés)activer l'affichage des sections uuencodées"
 
-#: src/lang.c:363
+#: src/lang.c:364
 msgid   "View/pipe/save multimedia attachments"
-msgstr  ""
+msgstr  "Voir/passer/enregistrer les PJ multimédia"
 
-#: src/lang.c:364
+#: src/lang.c:365
 msgid   "choose first attachment in list"
-msgstr  ""
+msgstr  "choisir la première pièce-jointe de la liste"
 
-#: src/lang.c:365
+#: src/lang.c:366
 msgid   "0 - 9\t  choose attachment by number"
-msgstr  ""
+msgstr  "0 - 9\t  choisir la pièce-jointe par son numéro"
 
-#: src/lang.c:366
+#: src/lang.c:367
 msgid   "choose last attachment in list"
-msgstr  ""
+msgstr  "choisir la dernière PJ de la liste"
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
-msgstr  ""
+msgstr  "passer la pièce-jointe à une commande"
 
-#: src/lang.c:369
+#: src/lang.c:370
 msgid   "pipe raw attachment into command"
-msgstr  ""
+msgstr  "passer la source de la PJ à une commande"
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
-msgstr  ""
+msgstr  "enregistrer la pièce-jointe"
 
-#: src/lang.c:372
+#: src/lang.c:373
 msgid   "search for attachments forwards"
-msgstr  ""
+msgstr  "recherche avant des pièces-jointes"
 
-#: src/lang.c:373
+#: src/lang.c:374
 msgid   "search for attachments backwards"
-msgstr  ""
+msgstr  "recherche arrière des pièces-jointes"
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
-msgstr  ""
+msgstr  "voir la pièce-jointe"
 
-#: src/lang.c:375
+#: src/lang.c:376
 msgid   "tag attachment"
-msgstr  ""
+msgstr  "marquer la pièce-jointe"
 
-#: src/lang.c:376
+#: src/lang.c:377
 msgid   "tag attachments that match user specified pattern"
-msgstr  ""
+msgstr  "marquer les PJ qui correspondant à une recherche"
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
-msgstr  ""
+msgstr  "annuler (ou pas) le marquage de toutes les PJ"
 
-#: src/lang.c:378
+#: src/lang.c:379
 msgid   "untag all tagged attachments"
-msgstr  ""
+msgstr  "démarquer toutes les PJ marquées"
 
-#: src/lang.c:379
+#: src/lang.c:380
 msgid   "toggle info message in last line (name/description of attachment)"
-msgstr  ""
+msgstr  "(dés)activer le message d'info. de la dernière ligne (nom/description de la "
+        "PJ)"
 
-#: src/lang.c:380
+#: src/lang.c:381
 msgid   "choose first attribute in list"
 msgstr  "choisir le 1er article dans la liste"
 
-#: src/lang.c:381
+#: src/lang.c:382
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  choisir un article par numéro"
 
-#: src/lang.c:382
+#: src/lang.c:383
 msgid   "choose last attribute in list"
 msgstr  "choisir le dernier article dans la liste"
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  "réinitialiser à sa valeur par défaut"
 
-#: src/lang.c:384
+#: src/lang.c:385
 msgid   "search forwards for an attribute"
 msgstr  "recherche avant d'un attribut"
 
-#: src/lang.c:385
+#: src/lang.c:386
 msgid   "search backwards for an attribute"
 msgstr  "recherche arrière d'un attribut"
 
-#: src/lang.c:386
+#: src/lang.c:387
 msgid   "select attribute"
 msgstr  "sélectionner un attribut"
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  "revenir au menu options lorsque demandé depuis ici"
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
-msgstr  "signaler un bug ou envoi d'un commentaires à %s"
+msgstr  "signaler un bogue ou envoi d'un commentaires à %s"
 
-#: src/lang.c:389
+#: src/lang.c:390
 msgid   "choose first option in list"
 msgstr  "choisir la première option de la liste"
 
-#: src/lang.c:390
+#: src/lang.c:391
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  choisir une option par son numéro"
 
-#: src/lang.c:391
+#: src/lang.c:392
 msgid   "choose last option in list"
 msgstr  "choisir la dernière option de la liste"
 
-#: src/lang.c:392
+#: src/lang.c:393
 msgid   "start scopes menu"
 msgstr  "afficher le menu des sélections"
 
-#: src/lang.c:393
+#: src/lang.c:394
 msgid   "search forwards for an option"
 msgstr  "recherche avant d'une option"
 
-#: src/lang.c:394
+#: src/lang.c:395
 msgid   "search backwards for an option"
 msgstr  "recherche arrière d'une option"
 
-#: src/lang.c:395
+#: src/lang.c:396
 msgid   "select option"
 msgstr  "sélectionner une option"
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  "(dés)activer le menu attributs"
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  "choisir les articles qui seront affectés par la commande suivante"
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  "quitter le prompt"
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  "éditer les filtres"
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  "voir l'aide"
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  "afficher le dernier article lu"
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  "descendre d'une ligne"
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  "monter d'une ligne"
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  "aller à l'article via son Message-ID"
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  "envoyer article/fil/sél./articles marqués à une personne"
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  "menu des options réglables"
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  "descendre d'une page"
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  "monter d'une page"
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  "poster (écrire) un article dans le groupe actuel"
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  "poster les brouillons"
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  "lister les articles postés par vous (fichier posted)"
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  "retourner au menu précédent"
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  "quitter tin immédiatement"
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  "rafraîchir la page"
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  "enregistrer article/fil/sél./articles marqués dans un fichier"
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  "enregistrement auto. des articles marqués sans demander"
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  "défiler une page par une page"
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  "remonter une page par une page"
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  "recherche arrière d'articles par auteur"
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  "recherche avant d'articles par auteur"
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  "rechercher partout un terme précis (cela peut prendre du temps)"
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  " \t  (les recherches ignorent la casse et s'opèrent sur tous les articles)"
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  "recherche arrière d'articles par Sujet"
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  "recherche avant d'articles par Sujet"
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  "relancer la dernière recherche"
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  "marquer article pour repostage/envoi/passer/imprimer/enregistrer"
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  "afficher ou non les infos dans la dernière ligne (sujet/description)"
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  "afficher ou non la vidéo inversée"
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  "afficher ou non le petit menu d'aide"
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  "afficher cycliquement l'email des auteurs, nom réel, les deux ou aucun"
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  "afficher la version de tin"
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  "marquer tous les articles comme lus et retourner au menu groupe"
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  "tout marquer comme lu et entrer dans le prochain groupe non lu"
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  "choisir le 1er fil de la liste"
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  "choisir le dernier fil de la liste"
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  "lister les articles du fil actuel (sous-menu fil)"
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  "marquer l'article comme non lu"
 
-#: src/lang.c:440
+#: src/lang.c:441
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  "marquer le(s) fil(s) actuel(s) marqué(s) ou pas comme lu(s)"
 
-#: src/lang.c:441
+#: src/lang.c:442
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  "marquer le fil actuel ou les fils marqués comme non lus"
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  "après avoir demandé, marquer lu l'actuel/sélectionné/champ/marqué"
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  "après avoir demandé, marquer non lu l'actuel/sélectionné/champ/marqué"
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  "(dés)activer la vue de tout article/articles sélectionnés"
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  "afficher le groupe suivant"
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  "afficher le groupe précédent"
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  "(dés)activer toutes les sélections (tout article)"
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  "sélection du groupe (utiliser \"hot\")"
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  "sélectionner le fil"
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  "sél. les fils si au moins un article non lu est sélectionné"
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  "sélectionner les fils qui correspondent au critère choisi"
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  "marquer dans l'ordre toutes parties du message multiparties"
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  choisir le fil par numéro"
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  "(dés)activer le nombre limite d'article à charger et à recharger"
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  "(dés)activer l'affichage de tout article/articles non lus"
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  "(dés)activer sélection du fil"
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  "voir toutes les options de groupage disponibles"
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  "annuler toutes sélections (tout article)"
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  "démarquer tout fil marqué"
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  "ajouter une sélection"
 
-#: src/lang.c:461
+#: src/lang.c:462
 msgid   "delete scope"
 msgstr  "effacer la sélection"
 
-#: src/lang.c:462
+#: src/lang.c:463
 msgid   "edit attributes file"
 msgstr  "éditer le fichier attributes"
 
-#: src/lang.c:463
+#: src/lang.c:464
 msgid   "choose first scope in list"
 msgstr  "choisir la 1ère sélection de la liste"
 
-#: src/lang.c:464
+#: src/lang.c:465
 msgid   "0 - 9\t  choose scope by number"
 msgstr  "0 - 9\t  choisir une sélection par son numéro"
 
-#: src/lang.c:465
+#: src/lang.c:466
 msgid   "choose last scope in list"
 msgstr  "choisir la dernière sélection de la liste"
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  "déplacer la sélection"
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  "renommer la sélection"
 
-#: src/lang.c:468
+#: src/lang.c:469
 msgid   "select scope"
 msgstr  "faire une sélection"
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  "marquer lu tous les articles du groupe"
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  "marquer lu le groupe et aller au groupe non lu suivant"
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  "choisir le 1er groupe de la liste"
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  "choisir le groupe par nom"
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  choisir un groupe par son numéro"
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  "choisir les groupes affectés par la commande suivante"
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  "choisir le dernier groupe de la liste"
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  "marquer non lu tout article dans le groupe choisi"
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  "déplacer le groupe sélectionné"
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  "choisir le groupe suivant ayant articles non lus"
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  "quitter"
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  "quitter sans enregistrer les changements"
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  "lire le groupe choisi"
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  "réinitialiser .newsrc (tout sera marqué non lu dans les groupes)"
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  "recherche arrière d'un groupe"
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  " \t  (les recherches sont sensibles à la casse)"
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  "recherche avant d'un groupe"
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  "s'abonner au groupe sélectionné"
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  "abonnement aux groupes correspondant au critère"
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  "vérifier l'existence de nouveaux articles"
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  "afficher ou non le nom du groupe ou le nom + sa description"
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  "afficher ou non tous les groupes abonnés non lu"
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  "se désabonner du groupe sélectionné"
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  "désabonnement aux groupes correspondant au critère"
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  "trier la liste des groupes"
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  "afficher ou non tous les groupes abonnés"
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  "0 - 9\t  choisir article par numéro"
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  "marquer le fil comme lu et revenir à la liste des groupes"
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  "marquer le fil comme lu et aller dans le fil ou groupe non lu suivant"
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  "choisir le 1er article dans la liste"
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  "choisir le dernier article dans la liste"
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  "marquer le ou les articles marqués comme lus et aller au prochain non lu"
 
-#: src/lang.c:501
+#: src/lang.c:502
 msgid   "mark article, range or tagged articles as unread"
 msgstr  "marquer l'article actuel ou les articles marqués comme non lus"
 
-#: src/lang.c:502
+#: src/lang.c:503
 msgid   "mark current thread as unread"
 msgstr  "marquer le fil actuel comme non lu"
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  "lire l'article choisi"
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  "Propriétés de l'affichage\n"
-        "---------------------"
+        "-------------------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "Divers\n"
         "------"
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  "Navigation\n"
         "----------"
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  "Opérations sur les Groupes / fils / articles\n"
-        "------------------------------------"
+        "--------------------------------------------"
 
-#: src/lang.c:508
+#: src/lang.c:509
 msgid   "Attachment operations\n"
         "---------------------"
-msgstr  ""
+msgstr  "Opérations sur les pièces-jointes\n"
+        "---------------------------------"
 
-#: src/lang.c:509
+#: src/lang.c:510
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  "Opérations sur les attributs\n"
-        "------------------------"
+        "----------------------------"
 
-#: src/lang.c:510
+#: src/lang.c:511
 msgid   "Option operations\n"
         "-----------------"
 msgstr  "Options des opérations\n"
-        "--------------------"
+        "----------------------"
 
-#: src/lang.c:511
+#: src/lang.c:512
 msgid   "Scope operations\n"
         "----------------"
 msgstr  "Opérations sur les sélections\n"
-        "-------------------------"
+        "-----------------------------"
 
-#: src/lang.c:512
+#: src/lang.c:513
 msgid   "URL operations\n"
         "--------------"
-msgstr  ""
+msgstr  "Opérations sur les URL\n"
+        "----------------------"
 
-#: src/lang.c:513
+#: src/lang.c:514
 msgid   "choose first URL in list"
-msgstr  ""
+msgstr  "choisir la première URL de la liste"
 
-#: src/lang.c:514
+#: src/lang.c:515
 msgid   "0 - 9\t  choose URL by number"
-msgstr  ""
+msgstr  "0 - 9\t  choisir l'URL par son numéro"
 
-#: src/lang.c:515
+#: src/lang.c:516
 msgid   "choose last URL in list"
-msgstr  ""
+msgstr  "choisir la dernière URL de la liste"
 
-#: src/lang.c:516
+#: src/lang.c:517
 msgid   "search for URLs forwards"
-msgstr  ""
+msgstr  "recherche avant des URLs"
 
-#: src/lang.c:517
+#: src/lang.c:518
 msgid   "search for URLs backwards"
-msgstr  ""
+msgstr  "recherche arrière des URLs"
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
-msgstr  ""
+msgstr  "Ouvrir l'URL dans le navigateur"
 
-#: src/lang.c:519
+#: src/lang.c:520
 msgid   "toggle info message in last line (URL)"
-msgstr  ""
+msgstr  "(dés)activer le message d'info. dans la dernière ligne (URL)"
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  "Commandes du niveau Groupe"
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  "Filtre ajouté"
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  "Filtre à auto-sélection ajouté"
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  "Toutes les parties sont marquées"
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  "Stockage de l'article afin de le poster plus tard"
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  "Entrez un caractère valide svp"
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  "Partie manquante #%d"
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  "*** Aucun brouillon ***"
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  "N'est pas un message en plusieurs parties"
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  "Vous n'êtes pas abonné à ce groupe"
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  "Pas d'expression précédente"
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  "Opération désactivée en mode lecture"
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  "%d %s brouillon(s), réutilisez-le(s) avec ^O...\n"
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  "X-Conversion-Note : contenus multiparties/alternatifs retirés.\n"
@@ -2414,21 +2429,21 @@ msgstr  "X-Conversion-Note : contenus mu
         "dans\n"
         "  le Menu Option.\n"
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  "Enregistrer le fichier sous %s %s est une bàl. PJ non enregistrée"
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  "Article encodé en TeX2Iso"
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  "incomplet "
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2480,7 +2495,7 @@ msgstr  "\n"
         "\n"
         "Les articles, fils, articles marqués ou articles correspondant à un critère\n"
         "peuvent être envoyés par mail (commande 'm'), imprimés (commande 'o'),\n"
-        "enregistrés (commande 's'), passés dans un tuyau (commande '|').\n"
+        "enregistrés (commande 's'), passés à une commande (commande '|').\n"
         "Utilisez la commande 'w' pour poster un nouvel article, les commandes "
         "'f'/'F'\n"
         "pour poster un suivi en réponse à un article existant et les commandes "
@@ -2493,133 +2508,133 @@ msgstr  "\n"
         "Si vous constatez des bogues ou tout autre problème, envoyez s'il vous plaît\n"
         "un rapport de bogue/commentaires à %s via la touche 'R'.\n"
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  "En-tête From: %s invalide. Lisez le fichier INSTALL une 2e fois."
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  "Séquence multibyte invalide trouvée\n"
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  "En-tête Sender: %s invalide"
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  "Vidéo inversée désactivée"
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  "Vidéo inversée activée"
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  "Définition manquante pour %s\n"
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  "Définition de clé invalide '%s'\n"
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  "Nom de clé invalide '%s'\n"
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  "Le fichier keymap a été mis à jour en version %s\n"
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  "   De : [%s] (o/n) : "
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  "Nombre de lignes (</>num)    : "
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  "Créer un filtre"
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  "  MID : [%s] (t/d/a/n) : "
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  "Filtre s'appliquant à : "
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  "Sujet : [%s] (o/n) : "
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  "Texte à filtrer : "
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  "Durée du filtre              : "
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  "Dernier"
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  "-- Dernière réponse --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  "%s lignes "
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  "Envoyer"
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  "bàl"
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "Envoyer article(s) à [%.*s] > "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "Envoi de l'historique à %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
-msgstr  "Envoi d'un rapport de bug..."
+msgstr  "Envoi d'un rapport de bogue..."
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
-msgstr  "Signaler le BUG à %s ?"
+msgstr  "Signaler le BOGUE à %s ?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  "Envoyé"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  "Envoi à %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
@@ -2630,340 +2645,342 @@ msgstr  "# [Envoyer/Enregistrer] fichier
         "# Le 4ème champ est le répertoire racine utilisé\n"
         "# (p.e. ~/Mail ou ~/News)\n"
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, c-format
 msgid   "%s marked as read"
 msgstr  "%s marqué comme lu"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  "%s marqué comme non lu"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "%d sur %d %s marqué(s) comme lu(s)"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "%d sur %d %s marqué(s) comme non lu(s)"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  "Marque"
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "Marquer tous les articles comme lus%s ?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, c-format
 msgid   "Mark article as read%s?"
 msgstr  "Marquer l'article comme lu%s ?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  "Marquer le groupe %s comme lu ?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "Marquer le fil comme lu%s ?"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  "%s groupes correspondants..."
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  "<n>=mettre l'actuel à n; %s=descendre; %s=monter; %s=aide; %s=quitter"
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
-msgstr  ""
+msgstr  "%s=voir; %s=passer; %s=passer la source; %s=enregistrer; %s=marquer; %"
+        "s=marquer sélection; %s=tout démarquer"
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
-msgstr  ""
+msgstr  "%s=voir; %s=enregistrer; %s=marquer; %s=marquer sélection; %s=tout démarquer"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
-msgstr  ""
+msgstr  "%s=(dés)activer le marquage; %s=recherche avant; %s=recherche arrière; %"
+        "s=répéter la recherche"
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=voir 'n'; %s=non lu suivant; %s=rechercher; %s=filtrer/sél."
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  "%s=rech. auteur; %s=tout lu; %s=bas; %s=haut; %s=marquer lu; %s=voir fil"
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=haut; %s=bas; %s=haut de page; %s=bas de page; %s=haut; %s=bas"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=recherche avant; %s=recherche arrière; %s=quitter"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  "%s=rech. auteur; %s=rech. corps; %s=tout marquer lu; %s=suivi; %s=marquer lu"
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  "%s=ajouter; %s=déplacer; %s=renommer; %s=effacer"
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  "<n>=voir 'n'; %s=non lu suivant; %s,%s=rechercher; %s=tout lu"
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=bas; %s=haut; %s=aide; %s=déplacer; %s=quitter; %s=voir lu/non lu"
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  "%s=abonner; %s=sous-critère; %s=désabonner; %s=critère; %s=liste des groupes"
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  "<n>=voir 'n'; %s=non lu suivant; %s=tout lu; %s=basculer l'affichage"
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  "%s=aide; %s=bas; %s=haut; %s=quitter; %s=marquer; %s=marquer non lu"
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
-msgstr  ""
+msgstr  "%s=recherche avant; %s=recherche arrière; %s=répéter la recherche"
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  "-- Suite --"
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  "Déplacement de %s..."
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  "Message-ID: & dernière Référence  "
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  "l'en-tête 'Message-ID:'"
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  "Ligne Message-ID: & References:"
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ", nom : "
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  "Aller dans le groupe [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  "groupes"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  "Placer %s dans la liste des groupes (1,2,..,$) [%d]> "
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  "groupe"
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  "Encore essayer et enregistrer le newsrc ?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  "Attention : Aucuns groupes n'a été écrits dans le newsrc. Enregistrement "
         "annulé."
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  "le newsrc a été enregistré avec succès.\n"
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  "-- Réponse suivante --"
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  "Non "
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  "*** Aucun article ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  "Aucun article n'a été posté"
 
-#: src/lang.c:645
+#: src/lang.c:646
 msgid   "*** No attachments ***"
-msgstr  ""
+msgstr  "*** Pas de pièces-jointes ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  "*** Aucune description ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  "Pas de nom de fichier"
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  "Pas de groupe"
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  "*** Aucun groupe ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  "Plus de groupes à lire"
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  "Aucun dernier message"
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  "Aucune adresse email"
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  "Aucun article marqué à enregistrer"
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  "Aucun résultat"
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  "Plus de groupes"
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  "Aucun groupe"
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  "Aucun article non lu suivant"
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  "Aucun groupe précédent"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
-msgstr  ""
+msgstr  "Aucune recherche précédente, rien à répéter"
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  "Aucun article non lu précédent"
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  "Aucune réponse"
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  "Aucune réponse à afficher dans le fil actuel"
 
-#: src/lang.c:663
+#: src/lang.c:664
 msgid   "*** No scopes ***"
 msgstr  "*** Aucune sélection ***"
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  "Aucun terme à rechercher"
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  "Aucun sujet"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  "%s: Terminal doit avoir la fonction clear to end-of-line (ce)\n"
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  "%s: Terminal doit avoir la fonction clear to end-of-screen (cd)\n"
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  "%s: Terminal doit avoir la fonction clearscreen (cl)\n"
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  "%s: Terminal doit avoir la fonction cursor motion (cm)\n"
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  "%s: la variable TERM doit être utilisée pour utiliser les fonctions\n"
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  "Visualiseur introuvable pour %s/%s\n"
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  "Groupe inexistant sur ce serveur"
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  "Groupe %s introuvable dans le fichier active"
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "c)réer, utiliser a)utre nom, utiliser .newsrc par d)éfaut, q)uitter tin : "
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "utiliser a)utre nom, utiliser .newsrc par d)éfaut, q)uitter tin : "
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -2991,44 +3008,44 @@ msgstr  "# Serveur NNTP -> tableau de co
         "#   news.ka.nu    /tmp/nrc-nu      kanu    nu\n"
         "#\n"
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  "Actuel"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "Option non activée. Recompilez avec %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  "Menu Options"
 
-#: src/lang.c:688
+#: src/lang.c:689
 msgid   "Options Menu Commands"
 msgstr  "Menu Options"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  "Erreur dans la regex : %s à %d '%s'"
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  "Erreur dans la regex : erreur pcre interne %d"
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  "Erreur dans la regex : study - erreur pcre interne %s"
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  "Postage du suivi..."
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
@@ -3036,276 +3053,276 @@ msgstr  "Une erreur est survenue lors du
         "cette erreur est temporaire ou alors corrigeable, vous pouvez enregistrer\n"
         "l'article comme brouillon et le réutiliser plus tard grâce à la commande ^O.\n"
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  "Historique des articles postés"
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "Poster dans groupe(s) [%s]> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  "-- post-traitement lancé --"
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  "-- post-traitement terminé --"
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  "Poster le sujet [%s] > "
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  "# Sommaire des messages envoyés/postés visible par la commande 'W' depuis "
         "tin.\n"
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  "Postage de l'article..."
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  "Poster les brouillons [%%s] ? (%s/%s/%s/%s/%s) : "
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  "%s sélectionné"
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  "%s marqué"
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  "%s non marqué"
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  "Traitement des emails enregistrés marqués pour effacement."
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  "Traitement des articles enregistrés marqués pour effacement."
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  "Accepter le Suivi ? %s=poster, %s=ignorer, %s=quitter : "
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  "Article inchangé, annuler l'envoi ?"
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  "Voulez-vous voir les brouillons (%d) ?"
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  "Ajouter rapidement un filtre ?"
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  "Ajouter rapidement une règle ?"
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  "Voulez-vous réellement quitter ?"
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  "%s=éditer message d'annulation, %s=quitter, %s=effacer (annuler) [%%s] : "
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  "Vous avez des articles marqués dans ce groupe - quitter quand même ?"
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  "%s=quitter, %s=éditer, %s=brouillon : "
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  "%s=quitter, %s=éditer, %s=enregistrer le filtre : "
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  "%s=quitter %s=éditer %s=enregistrer la règle : "
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "Voulez-vous réellement quitter sans enregistrer votre configuration ?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  "Champ invalide - '0-9.$' pe. 1-$ est valide"
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  "Voulez-vous annuler cette opération ?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  "Voulez-vous quitter tin immédiatement ?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  "Lecture ('q' pour quitter)..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  "Lecture de %sarticles..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  "Lecture du fichier %sattributes...\n"
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  "Lecture du fichier %sconfig...\n"
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  "Lecture du fichier filter...\n"
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  "Lecture de %s groupes..."
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  "Lecture du fichier d'historique...\n"
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  "Lecture du fichier keymap...\n"
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  "Lecture des groupes depuis le fichier active... "
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  "Lecture des groupes depuis le fichier newsrc... "
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  "Lecture du fichier newsgroups... "
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  "Lecture du fichier newsrc..."
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  "l'en-tête 'References:'"
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  "(%d:%02d restant)"
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  "Effacement du groupe corrompu %s."
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  "Effacé de la règle précédente : "
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "Erreur : renommer %s à %s"
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  "Répondre à l'auteur..."
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  "Reposter"
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  "Repostage de l'article..."
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  "Reposter article(s) dans groupe(s) [%s] > "
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  "Réinitialiser newsrc ?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  "Les réponses ont été redirigées vers les groupes suivants"
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  "Les réponses ont été redirigées à l'auteur. %s=mail, %s=poster, %s=quitter : "
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  "Appuyez sur <RETOUR> pour continuer..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  "   De : [%s] (o/n) : "
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  "Nombre de lignes (</>num)    : "
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  "Créer une règle"
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  "  MID : [%s] (t/d/a/n) : "
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  "Règle s'appliquant à : "
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  "Sujet : [%s] (o/n) : "
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  "Texte ou terme  : "
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  "Durée de la règle            : "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3323,259 +3340,259 @@ msgstr  "# Fichier de configuration serv
         "# Enfin, ne touchez pas à ce fichier si vous ne savez pas quoi y faire.\n"
         "############################################################################\n"
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  "Afficher uniquement les groupes non lus"
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  "l'en-tête 'Subject:' (ignorer la casse)"
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  "l'en-tête 'Subject:' (casse sensible)"
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  "Enregistrer"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  "Enregistrer '%s' (%s/%s) ?"
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  "Enregistrer la configuration avant de continuer ?"
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  "Enregistrer sous le nom de fichier > "
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  "Enregistré"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  "%4d non lu (%4d sél.) %s dans %s\n"
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  "Enregistrement de %s...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  "Rien n'a été enregistré"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s de %d %s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s enregistré sous %s%s --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s enregistré sous %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  "Enregistrement..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  "%s : Échec de l'initialisation de l'écran"
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s : l'écran est trop petit\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  "l'écran est trop petit, %s quitte\n"
 
-#: src/lang.c:795
+#: src/lang.c:796
 msgid   "Delete scope?"
 msgstr  "Effacer la sélection ?"
 
-#: src/lang.c:796
+#: src/lang.c:797
 msgid   "Enter scope> "
 msgstr  "Entrez la sélection >"
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid   "Select new position> "
 msgstr  "Sélection de la nouvelle position >"
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  "Nouvelle position ne peut être une sélection globale"
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  "Opération interdite, sélection globale"
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  "Renommer la sélection"
 
-#: src/lang.c:801
+#: src/lang.c:802
 msgid   "Select scope> "
 msgstr  "Sélectionner le groupe > "
 
-#: src/lang.c:802
+#: src/lang.c:803
 msgid   "Scopes Menu"
 msgstr  "Menu Options"
 
-#: src/lang.c:803
+#: src/lang.c:804
 msgid   "Scopes Menu Commands"
-msgstr  "Menu des commandes de sélection"
+msgstr  "Menu de sélection"
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "Recherche arrière [%s] > "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  "Rechercher dans le corps [%s] > "
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "Recherche avant [%s] > "
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  "Recherche..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  "Recherche article %d sur %d ('q' pour annuler)..."
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  "Sélectionner l'article > "
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  "Choisir un numéro ou utiliser les flèches puis <RETOUR>. 'q' pour quitter."
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  "Sélectionner le groupe > "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  "Entrez le critère de sélection [%s] > "
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  "Sélectionner le fil > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
-msgstr  "%s %s %s (\"%s\") [%s]: envoi d'un rapport de bug DÉTAILLÉ à %s\n"
+msgstr  "%s %s %s (\"%s\") [%s]: envoi d'un rapport de bogue DÉTAILLÉ à %s\n"
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  "fichier active des serveurs"
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  "Déplacement dans nouveaux groupes impossible. Abonnez-vous d'abord..."
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  "<ESPACE>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  "Démarrage : (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  "Visualisation du fil (%d sur %d)"
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  "Fil (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  "Entrer un caractère joker comme critère > "
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  "Abonné à %d groupes"
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  "Abonné à %s"
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  "Abonnement... "
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  "Reposter ou remplacer le(s) article(s) [%%s]? (%s/%s/%s) : "
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  "Remplacer le(s) article(s) du(es) groupe(s) [%s] > "
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  "Remplacement de l'article..."
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  "\n"
         "Arrêté. Tapez 'fg' pour relancer %s\n"
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  "%d jours"
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  "<TAB>"
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  "TeX "
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  "# Termes action/prompt par défaut\n"
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3593,276 +3610,276 @@ msgstr  "# Réglages par défaut pour les 
         "# case=ON/OFF    ON=filtre sensible à la casse OFF=filtre insensible\n"
         "# expire=ON/OFF  ON=durée d'après default_filter_days OFF=n'expire jamais\n"
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  "# Si ON, affiche le sujet actuel ou la description du groupe dans la "
         "dernière\n"
         "# ligne\n"
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  "# Info sur l'hôte & l'heure utilisées pour détecter les nouveaux groupes (ne "
         "pas toucher)\n"
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  "Rien de neuf\n"
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  "Fil"
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  "Commandes pour fil"
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  "Fil désélectionné"
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  "Fil sélectionné"
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  "fils"
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  "fil"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "    Fil %4s sur %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  "Regroupement des articles..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  "(Dés)activer surbrillance %s"
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  "(Dés)activer codage rot13"
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  "(Dés)activer codage TeX Allemand %s"
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  "(Dés)activer largeur de tabulation à %d"
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  "%d essaye de déverrouiller %s"
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  "%d essaye de verrouiller %s"
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  "           h=aide"
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  "Illimitée"
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  "Terme joker pour se désabonner > "
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  "Erreur lors du décodage de %s : %s"
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  "Pas de fin."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s décodé avec succès."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  "%*s[-- %s/%s, %sfichier uuencodé, %d lignes, nom : %s --]\n"
         "\n"
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  "non lu"
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  "désabonné de %d groupes"
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  "Désabonné de %s"
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  "Désabonnement... "
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  "Dégroupement des articles..."
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  "Mis à jour"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  "ligne \"LIST COUNTS\" intraitable : \"%s\""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
-msgstr  "Rafraîchissement"
+msgstr  "Mise à jour"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
-msgstr  ""
+msgstr  "Menu URL"
 
-#: src/lang.c:887
+#: src/lang.c:888
 msgid   "URL Menu Commands"
-msgstr  ""
+msgstr  "Menu URL"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, c-format
 msgid   "Opening %s"
 msgstr  "Ouverture de %s"
 
-#: src/lang.c:889
+#: src/lang.c:890
 msgid   "Select URL> "
-msgstr  ""
+msgstr  "Sélectionner l'URL >"
 
-#: src/lang.c:890
+#: src/lang.c:891
 msgid   "No URLs in this article"
 msgstr  "Plus d'URL dans cet article"
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  "Utiliser le programme d'affichage MIME pour ce message ?"
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  "  -c       marquer tous les articles lus dans les groupes abonnés (en tâche "
         "de fond)"
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  "  -Z       retourne un statut indiquant s'il y a nouveaux articles (en tâche "
         "de fond)"
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  "  -q       ne pas vérifier s'il y a des nouveaux groupes"
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  "  -X       ne pas enregistrer de fichiers à la fermeture"
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  "  -d       ne pas afficher les descriptions des groupes"
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  "  -G nombre d'articles par groupe limite"
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  "  -H       aide à propos de %s"
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  "  -h       ce message d'aide"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  "  -I rép.  répertoire du fichier index [défaut=%s]"
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  "  -u       màj des fichiers index (en tâche de fond)"
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  "  -m rép.  répertoire des bàl [défaut=%s]"
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  "\n"
-        "Envoyez par mail vos rapports de bugs/suggestions à %s"
+        "Envoyez par mail vos rapports de bogues/suggestions à %s"
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  "  -N       envoyer toute réponse à vos articles (en tâche de fond)"
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  "  -M util. envoyer tout nouvel article à une personne (en tâche de fond)"
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  "  -f fich. abonné au fichier groupes [défaut=%s]"
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  "  -x       mode postage OFF"
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       poster un article puis quitter"
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  "  -o       poster tous les brouillons puis quitter"
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  "  -R       lire les articles enregistrés via l'option -S"
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  "  -s rép.  répertoire où enregistrer les articles [défaut=%s]"
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  "  -S       enregistrer tout nouvel article pour lecture différée (en tâche de "
         "fond)"
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  "  -z       lancer si articles non lus"
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
@@ -3870,42 +3887,42 @@ msgid   "A Usenet reader.\n"
 msgstr  "Un lecteur UseNet.\n"
         "Usage : %s [options] [groupe[,...]]"
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  "  -v       sortie détaillée pour options en tâche de fond"
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  "  -V       afficher infos date & version"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  "%s utile seulement sans opérations en tâche de fond\n"
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  "%s utile seulement pour opérations en tâche de fond\n"
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  "Combinaison %s et %s inutile. %s ignorée.\n"
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  "\n"
         "%s%d expiré (0 - %d). Remis à 0"
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
-msgstr  "Vue '%s' (%s/%s) ?"
+msgstr  "Voir '%s' (%s/%s) ?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
@@ -3915,26 +3932,26 @@ msgstr  "\n"
         "dépassant :\n"
         "%-100s\n"
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  "\n"
         "Attention : article inchangé après son édition\n"
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  "\n"
         "Attention : \"Subject:\" contient que des espaces.\n"
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  "\n"
         "Attention : \"Subject:\" commence par \"Re: \" mais il n'y a pas de "
         "\"References:\".\n"
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
@@ -3942,7 +3959,7 @@ msgstr  "\n"
         "Attention : L'article a \"References:\" mais \"Subject:\" ne commence\n"
         "            avec \"Re: \" et ne contient pas \"(was:\".\n"
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -3964,7 +3981,7 @@ msgstr  "Lisez ceci attentivement !\n"
         "Voici l'article que vous vous apprêtez à effacer :\n"
         "\n"
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -3976,12 +3993,13 @@ msgstr  "\n"
         "            votre article. Si une signature y est ajoutée par cet inews,\n"
         "            elle ne sera pas encodée correctement.\n"
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
-msgstr  ""
+msgstr  "\n"
+        "Attention : \"exemple\" est une hiérarchie réservée !\n"
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -3994,7 +4012,7 @@ msgstr  "\n"
         "Certaines valeurs dans votre fichier %s ont changé !\n"
         "Lisez le fichier WHATSNEW, etc...\n"
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -4006,7 +4024,7 @@ msgstr  "\n"
         "Certaines valeurs dans votre fichier %s peuvent être ignorées, d'autres\n"
         "ont peut-être changées !\n"
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -4019,19 +4037,19 @@ msgstr  "Attention : tin a modifié quelq
         "lors de cette session, cela indique une erreur et vous devriez sauvegarder\n"
         "votre %s avant de relancer tin !\n"
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr  "\n"
         "Attention : %d lignes '-- \\n' trouvées, cela peut prêter à confusion.\n"
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  "Attention : Seul %d sur %d articles ont été enregistrés"
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -4046,50 +4064,50 @@ msgstr  "\n"
         "d'être\n"
         "            le plus court possible.\n"
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  "Attention : cette email peut contenir un piège à spam. %s=continuer, %"
         "s=annuler ?"
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  "\n"
         "Attention : Les signatures doivent commencer avec '-- \\n' et non par '-- "
         "\\n'.\n"
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  "Écriture du fichier attributes..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  "%d Réponses"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  "%d %s ajouté(s)"
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  "Aucuns groupes non abonnés à afficher"
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  "Afficher uniquement les groupes abonnés"
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  "Oui "
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  "     Nouveau mail"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -4108,11 +4126,11 @@ msgstr  "\n"
         "            problème, ou bien changer la valeur de MM_NETWORK_CHARSET\n"
         "            via le M)enu.\n"
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  "  -D mode  mode debug"
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -4139,11 +4157,11 @@ msgstr  "Lisez ceci attentivement !\n"
         "Voici l'article que vous vous apprêtez a effacer :\n"
         "\n"
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "(dés)activer la couleur"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4181,63 +4199,64 @@ msgstr  "# Changer la couleur de plusieu
         "#   9 = rouge gras\n"
         "#  10 = vert gras\n"
         "#  11 = jaune\n"
-        "#  12 = bleu grasn#  13 = rose gras\n"
+        "#  12 = bleu gras\n"
+        "#  13 = rose gras\n"
         "#  14 = cyan gras\n"
         "#  15 = blanc gras\n"
         "\n"
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  "  -a       change la couleur"
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Erreur : Suivi positionné sur plus d'un groupe !\n"
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  "\n"
         "Erreur : \"%s\" est renommé, utilisez à la place \"%s\" !\n"
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Erreur : multi-postage vers %d groupes et pas de ligne Followup-To !\n"
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  "\n"
         "Erreur : \"%s\" n'est pas un groupe valide !\n"
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Attention : Suivi positionné sur plus d'un groupe !\n"
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  "\n"
         "Attention : \"%s\" est renommé, vous devriez utiliser \"%s\" à la place !\n"
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Attention : multi-postage vers %d groupes et aucun suivi !\n"
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
@@ -4246,320 +4265,328 @@ msgstr  "\n"
         "            pas apparaître dans ce groupe !\n"
         "\n"
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  "\n"
         "Attention : \"%s\" n'est pas un groupe valide !\n"
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  "%d fichiers des %d articles écrits avec succès. %d %s est survenu."
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  "Parties manquantes."
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  "Pas de début."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  "Pas de données."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  "Erreur inconnue."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  "\tSomme de contrôle de %s (%ld %s)"
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  "Lecture du fichier active mail... "
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  "Lecture du fichier mailgroups... "
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  "effectuer des opérations PGP sur l'article"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  "Ajouter les clé(s) au cercle public ?"
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=encoder, %s=signer, %s=les deux, %s=quitter : "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  "%s=signer, %s=sig. & inclure clé publique, %s=quitter : "
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  "PGP n'a pas été configuré (ouverture de %s impossible)"
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  "Article non signé et pas de clés publiques trouvées"
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=quitter, %s=éditer, %s=ispell, %s=pgp, %s=menu, %s=poster, %s=brouillon : "
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=ispell, %s=pgp, %s=envoyer [%%s] : "
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=ispell, %s=pgp, %s=menu, %s=poster, %s=brouillon [%%"
         "s]: "
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=quitter, %s=éditer, %s=pgp, %s=menu, %s=poster, %s=brouillon : "
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=pgp, %s=envoyer [%%s] : "
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=pgp, %s=menu, %s=poster, %s=brouillon [%%s] : "
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=quitter, %s=éditer, %s=ispell, %s=menu, %s=poster, %s=brouillon : "
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=ispell, %s=envoyer [%%s] : "
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=ispell, %s=menu, %s=poster, %s=brouillon [%%s] : "
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=quitter, %s=éditer, %s=menu, %s=poster, %s=brouillon : "
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=envoyer [%%s] : "
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=quitter, %s=éditer, %s=menu, %s=poster, %s=brouillon [%%s]: "
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  "Activez 'cache_overview_files' pour accélérer les choses.\n"
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  "Tin utilisera à la place un index local.\n"
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  "Nom du serveur NNTP introuvable"
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "Connexion à %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  "Déconnexion du serveur...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  "Nom de groupe erroné (\"%s\") dans la réponse de la commande \"GROUP%s\" : \"%"
         "s\""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  "Échec de la connexion au serveur NNTP %s. Fermeture..."
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  "205  Fermeture de la connexion"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  "Votre serveur ne supporte pas la commande NNTP XOVER ou OVER.\n"
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  "Connexion au serveur de nouvelles expirée. Se reconnecter ?"
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  "Mettez le nom du serveur dans le fichier %s,\n"
         "ou utilisez la variable d'environnement NNTPSERVER"
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  "  -A       force l'authentication à la connexion"
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  "  -g serv  lire depuis le serveur NNTP serv [défaut=%s]"
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  "  -p port  utiliser port comme port NNTP [défaut=%d]"
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  "  -Q       démarrage rapide. Idem que -npd"
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  "  -r       lire les articles depuis le serveur NNTP par défaut"
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  "  -l       utilise seulement LIST plutôt que GROUP (-n)"
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  "  -n       lire seulement groupes abonnés du .newsrc depuis le serveur NNTP"
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  "\n"
         "problème de socket ou de connexion\n"
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "Connexion à %s : "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  "Abandon...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp : Service inconnu.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  "Votre serveur n'a pas d'Xref: dans son information XOVER.\n"
         "Tin essayera d'utiliser XHDR XREF à la place (plus lent).\n"
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  "Votre serveur n'a pas d'Xref: dans son information XOVER.\n"
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  "Ouverture de %s impossible. Essayez %s -r pour lire via NNTP.\n"
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  "  -Q       démarrage rapide. Idem que -qd"
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  "  -l       lire seulement le fichier active plutôt que le spool (-n)"
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  "  -n       lire seulement groupes abonnés du .newsrc depuis le spool"
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  "Votre serveur n'a pas d'Xref: dans ses fichiers NOV.\n"
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  "Le postage avec l'inews externe à échoué. Utiliser l'inews intégré ?"
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  "Ca a marché ! Devrais-je toujours utiliser mon inews intégré à présent ?"
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s imprimé"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  "envoyer article/fil/sél./articles marqués à l'imprimante"
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  "Imprimer"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  "Impression..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  "passer article/fil/sél./articles marqués à une commande"
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  "Aucune commande"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  "Passer (pipe)"
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  "Passer à la commande [%.*s] > "
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  "Passage..."
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  "Passage non activé."
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4572,7 +4599,7 @@ msgstr  "\n"
         "         du contenu. Utilisez une virgule (,) pour séparer de multiples\n"
         "         noms de groupes.\n"
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4583,7 +4610,7 @@ msgstr  "\n"
         "         Comme la ligne ne contient pas d'espace, ce n'est pas autorisé.\n"
         "         Inscrivez svp tous les groupes sur une seule ligne.\n"
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4596,7 +4623,7 @@ msgstr  "\n"
         "            Pour éviter les problèmes, indiquez tous les groupes sur une\n"
         "            seule ligne.\n"
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
@@ -4604,7 +4631,7 @@ msgstr  "\n"
         "Attention : La ligne \"%s:\" contient un ou des espaces qui DOIVENT\n"
         "            être enlevés.\n"
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4638,570 +4665,610 @@ msgstr  "\n"
         "simples\n"
         "  règles, pratiquement toutes les personnes ignoreront vos articles.\n"
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  "accéder à un shell"
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  "Commande shell (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "Commande shell [%s] > "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  "%s : Entrée pour TERM introuvable\n"
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "Groupe %.*s ('q' pour quitter)..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  "Groupe %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  "Service indisponible\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
-msgstr  "%s=pipe; %s=mail; %s=impr.; %s=quitter; %s=voir lu/non lu; %s=enreg.; %"
+msgstr  "%s=passer; %s=mail; %s=impr.; %s=quitter; %s=voir lu/non lu; %s=enreg.; %"
         "s=marquer; %s=poster"
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
-msgstr  "%s=pipe; %s=mail; %s=impr.; %s=quitter; %s=répondre; %s=enreg.; %s=marquer; %"
-        "s=poster"
+msgstr  "%s=passer; %s=mail; %s=impr.; %s=quitter; %s=répondre; %s=enreg.; %s=marquer; "
+        "%s=poster"
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=imprimer; %s=quitter; %s=voir lu/non lu; %s=enregistrer; %"
         "s=marquer; %s=poster"
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=imprimer; %s=quitter; %s=répondre; %s=enregistrer; %s=marquer; %"
         "s=poster"
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
-msgstr  "%s=pipe; %s=mail; %s=quitter; %s=voir lu/non lu; %s=enregistrer; %s=marquer; %"
-        "s=poster"
+msgstr  "%s=passer; %s=mail; %s=quitter; %s=voir lu/non lu; %s=enregistrer; %"
+        "s=marquer; %s=poster"
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
-msgstr  "%s=pipe; %s=mail; %s=quitter; %s=répondre; %s=enregistrer; %s=marquer; %"
+msgstr  "%s=passer; %s=mail; %s=quitter; %s=répondre; %s=enregistrer; %s=marquer; %"
         "s=poster"
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=quitter; %s=voir lu/non lu; %s=enregistrer; %s=marquer; %s=poster"
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=quitter; %s=répondre; %s=enregistrer; %s=marquer; %s=poster"
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  "Le terminal ne supporte pas les couleurs"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  "Essai %s"
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  "Aucun"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  "Sujet"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  "Références"
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  "Sujet et Références"
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  "Sujet multiparties"
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
-msgstr  "Taux de concordonce"
+msgstr  "Taux de concordance"
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  "Non"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  "Oui"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  "Tout masquer"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  "Adresse"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  "Nom complet"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  "Adresse et Nom"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  "Max"
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  "Addition"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  "Moyenne"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  "Lignes"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  "Score"
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  "Lignes & Score"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  "Noir"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  "Rouge"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  "Vert"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  "Marron"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  "Bleu"
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  "Rose"
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  "Cyan"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  "Blanc"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "Gris"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  "Rouge gras"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  "Vert gras"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  "Jaune"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  "Bleu gras"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  "Rose gras"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  "Cyan gras"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  "Blanc gras"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  "Rien"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  "Espace"
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  "Normal"
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  "Meilleure surbrillance"
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  "Souligné"
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  "Vidéo inversée"
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  "Clignotement"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  "Moins lumineux"
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  "Gras"
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  "Cc"
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  "Cci"
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  "Cc et Cci"
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  "aucun"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  "commandes"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  "sélection"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  "commandes & quitter"
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  "commandes & sélection"
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  "quitter & sélection"
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  "commandes, quitter & sélection"
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  "PageDown"
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  "PageNextUnread"
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  "PageDown ou PageNextUnread"
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+#, fuzzy
+msgid   "Subject: (case sensitive)"
+msgstr  "l'en-tête 'Subject:' (casse sensible)"
+
+#: src/lang.c:1369
+#, fuzzy
+msgid   "Subject: (ignore case)"
+msgstr  "l'en-tête 'Subject:' (ignorer la casse)"
+
+#: src/lang.c:1370
+#, fuzzy
+msgid   "From: (case sensitive)"
+msgstr  "l'en-tête 'From:' (casse sensible)"
+
+#: src/lang.c:1371
+#, fuzzy
+msgid   "From: (ignore case)"
+msgstr  "l'en-tête 'From:' (ignorer la casse)"
+
+#: src/lang.c:1372
+#, fuzzy
+msgid   "Msg-ID: & full References: line"
+msgstr  "Ligne Message-ID: & References:"
+
+#: src/lang.c:1373
+#, fuzzy
+msgid   "Msg-ID: & last References: only"
+msgstr  "Message-ID: & dernière Référence  "
+
+#: src/lang.c:1374
+#, fuzzy
+msgid   "Message-ID: entry only"
+msgstr  "Message-ID: entrée uniquement"
+
+#: src/lang.c:1375
+#, fuzzy
+msgid   "Lines:"
+msgstr  "Lignes:"
+
+#: src/lang.c:1380
 msgid   "Don't trim article body"
 msgstr  "Ne pas couper le corps de l'article"
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  "Passer les lignes vides du début"
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  "Passer les lignes vides de la fin"
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  "Passer toutes les lignes vides"
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  "Regrouper entre chaque paragraphe"
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  "Regrouper et effacer les premières"
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  "Regrouper et effacer les dernières"
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  "Regrouper puis effacer les premières et dernières"
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  "Archive shell"
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  "Subject : (descendant)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  "Subject : (ascendant)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  "From: (descendant)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  "From: (ascendant)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  "Date: (descendant)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  "Date: (ascendant)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  "Score (descendant)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  "Score (ascendant)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  "Lines: (descendant)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  "Lines: (ascendant)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid   "Last posting date (descending)"
 msgstr  "Dernière date de postage (descendant)"
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid   "Last posting date (ascending)"
 msgstr  "Dernière date de postage (ascendant)"
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  "Toujours garder"
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  "Toujours effacer"
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  "Marquer avec un D dans la vue sélection"
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  "Filtrer uniquement les articles non lus"
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  "Filtrer tous les articles & afficher avec un K"
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  "Filtrer tous les articles et ne jamais afficher"
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  "Rien de spécial"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  "Citations compressées"
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  "Citer les signatures"
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  "Compresser les citations, citer les signatures"
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  "Citer les lignes vides"
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  "Compresser les citations, citer les lignes vides"
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  "Citer les signatures & les lignes vides"
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  "Citations compr., signatures et lignes vides citées"
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  "non"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  "avec les en-têtes"
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  "sans les en-têtes"
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  "NFKC"
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  "NFKD"
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  "NFC"
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  "NFD"
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  "Options d'affichage"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  "Options des couleurs"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  "Options des articles"
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  "Options de postage/messagerie"
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  "Options d'enregistrement/d'impression"
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  "Options avancées"
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  "Options de filtrage"
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "<ESPACE> change, <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  "Afficher le menu & l'intitulé du postage"
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  "# Si ON, affiche un mini menu des commandes utiles pour chaque\n"
         "# niveaux et affiche les détails après la composition d'un article\n"
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  "Afficher une brève description pour chaque groupe. <ESPACE> change & <RETOUR> "
         "valide."
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  "Voir description de chaque groupe"
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  "# Si ON, affiche une description du groupe après son nom dans\n"
         "# la vue de sélection des groupes\n"
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  "Affiche le sujet & l'auteur dans le menu groupe. <ESPACE> change & <RETOUR> "
         "valide."
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  "Dans vue groupe, voir auteur par"
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -5215,32 +5282,32 @@ msgstr  "# Partie du champ from à affich
         "# * 2 = nom complet\n"
         "#   3 les deux\n"
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  "Affiche -> ou une barre de sélection. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  "Afficher -> plutôt qu'une barre"
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  "# Si ON, utilise -> sinon barre en surbrillance pour la sélection\n"
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  "Vidéo inversée pour les en-têtes"
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  "# Si ON, utilise la vidéo inversée pour les en-têtes dans les différentes\n"
         "# vues\n"
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  "Regrouper les articles par"
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5258,16 +5325,16 @@ msgstr  "# Regrouper les articles par...
         "#   4 = Sujet multipartie\n"
         "#   5 = Pourcentage de concordance\n"
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  "Entrer le pourcentage de concordance pour grouper les articles en un fil. "
         "<RETOUR> valide."
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  "Pourcentage de concordance pour grouper"
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5292,11 +5359,11 @@ msgstr  "# Taux de concordance de fil...
         "'harpie',\n"
         "# 'happie' et 'harppy' seront regroupés à part de 'happy'\n"
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  "Score d'un fil"
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5308,15 +5375,15 @@ msgstr  "# Regrouper les scores\n"
         "#   1 = somme\n"
         "#   2 = moyenne\n"
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Trie les articles d'après un en-tête. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  "Trier les articles par"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5344,15 +5411,15 @@ msgstr  "# Trie les article par...\n"
         "#   9 = Lignes descendant\n"
         "#  10 = Lignes ascendant)\n"
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Trier les fils par Rien ou Score. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  "Trier les fils par"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5368,44 +5435,44 @@ msgstr  "# Trier les fils par...\n"
         "#   3 = Date la plus récente, descendant\n"
         "#   4 = Date la plus récente, ascendant\n"
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  "Place le curseur sur le 1er article non lu. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
+#: src/lang.c:1669
+msgid   "Go to first unread article in group"
 msgstr  "Aller au 1er article non lu du groupe"
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  "# Si ON, place le curseur sur le 1er article non lu sinon sur le dernier\n"
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  "Affiche tous les articles ou seulement ceux non lus. <ESPACE> change & "
         "<RETOUR> valide."
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  "Afficher articles non lus seulement"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  "# Si ON, affiche seulement les articles non lus sinon les affiche tous.\n"
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  "Voir groupes avec articles non lus"
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  "# Si ON, affiche seulement les groupes ayant des articles non lus.\n"
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  "Filtrer quel article"
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5417,12 +5484,11 @@ msgstr  "# Filtrer quels articles\n"
         "#   1 = filtrer tous les articles et les marquer avec un K dans les fils\n"
         "#   2 = filtrer tous les articles et ne pas les afficher\n"
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  "Aller au prochain article non lu avec"
 
-#: src/lang.c:1683
-#, fuzzy
+#: src/lang.c:1698
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5436,12 +5502,11 @@ msgstr  "# Aller à l'article non lu avec
         "# * 2 = TAB\n"
         "#   3 = PAGE DOWN ou TAB\n"
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid   "How to treat blank lines"
 msgstr  "Comment gérer les lignes vides"
 
-#: src/lang.c:1694
-#, fuzzy
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -5469,173 +5534,174 @@ msgstr  "# Nettoyer le corps de l'articl
         "#   7 = Regrouper plusieurs lignes vides entre les paragraphes et\n"
         "#       effacer les lignes vides du début et de la fin\n"
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  "Lister le fil via la flèche droite"
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  "# Si ON, listera automatiquement le fil lors de l'utilisation de la flèche\n"
         "# droite.\n"
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles effacés. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  "Caractère pour articles effacés"
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article a été supprimé (défaut 'D')\n"
         "# _ est transformé en ' '\n"
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles inclus. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  "Caractère pour articles non inclus"
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article est inclus (défaut '#')\n"
         "# _ est transformé en ' '\n"
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  "Caractère indiquant que l'article sera retourné. <RETOUR> valide, <ESC> "
         "annule."
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  "Caractère pour articles retournés"
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article sera retourné (défaut '#')\n"
         "# _ est transformé en ' '\n"
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles sélectionnés. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  "Caractère pour articles sélect."
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article fut sélectionné (defaut '*')\n"
         "# _est transformé en ' '\n"
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles récents. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  "Caractère pour articles récents"
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article est récent (defaut 'o')\n"
         "# _est transformé en ' '\n"
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles non lus. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  "Caractère pour articles non lus"
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article est non lu (defaut '+')\n"
         "# _est transformé en ' '\n"
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles lus. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  "Caractère pour articles lus"
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article a été lu (defaut ' ')\n"
         "# _est transformé en ' '\n"
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles filtrés. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  "Caractère pour articles filtrés"
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article a été filtré (defaut 'K')\n"
         "# kill_level doit être choisi en conséquence, _ est transformé en ' '\n"
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Caractère indiquant les articles lus et sélectionnés. <RETOUR> valide, <ESC> "
         "annule."
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  "Caractère pour articles sélectionnés lus"
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  "# Caractère utilisé pour indiquer qu'un article était sélectionné avec\n"
         "# d'être lu (defaut ':')\n"
         "# kill_level doit être choisi en conséquence, _ est transformé en ' '\n"
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  "Largeur max. à afficher des noms des groupes. <RETOUR> valide."
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  "Largeur max. des noms des groupes"
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  "# Largeur maximum à afficher des noms des groupes.\n"
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
-msgstr  ""
+msgstr  "Abréger les noms de groupes trop longs"
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
-msgstr  ""
+msgstr  "# Si ON, abrège (si nécessaire) les noms de groupes trop longs dans\n"
+        "# la vue de sélection de groupes et d'articles comme affiché ci-dessous :\n"
+        "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  "Afficher dans les différentes vues"
 
-#: src/lang.c:1795
-#, fuzzy
+#: src/lang.c:1810
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5649,17 +5715,17 @@ msgstr  "# Quelles informations doivent 
         "#   2 = score\n"
         "#   3 = lignes & score\n"
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  "0 = défilement page par page, -1 = afficher dernière ligne dans page "
         "suivante, -2 = demi-page"
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  "Vitesse de défilement dans le pager"
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5675,29 +5741,29 @@ msgstr  "# Type du défilement lors de la
         "# * 1 = ligne par ligne\n"
         "#   2 ou plus = défiler 2 lignes par 2 ou plus (seulement dans le pager)\n"
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  "Affiche les signatures. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  "Afficher les signatures"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  "# Si OFF ne pas afficher les signatures lors de la visualisation des "
         "articles.\n"
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  "Afficher les archives uue comme PJ marquées. <ESPACE> change & <RETOUR> "
         "valide."
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  "Afficher donnée uue comme PJ"
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5709,34 +5775,34 @@ msgstr  "# Prise en charge des données u
         "# Les valeurs possibles sont (celle par défaut est marquée par *) :\n"
         "# * 0 = aucune, affichage brut des données uuencode\n"
         "#   1 = oui, les données uuencode seront condensée dans une seule ligne\n"
-        "#       affichant la taille et le fichier, comme sont affichées les pj MIME\n"
+        "#       affichant la taille et le fichier, comme sont affichées les PJ MIME\n"
         "#   2 = masquer, comme pour l'option 1, mais toute ligne qui ressemble à des\n"
         "#       données uuencode sera condensée en une seule ligne.\n"
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  "Décode les umlauts Allemands de type TeX en ISO. <ESPACE> change & <RETOUR> "
         "valide."
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  "Afficher \"a comme Umlaut-a"
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  "# Si ON, convertit les umlauts Allemands de type TeX en codes ISO\n"
         "# et affiche \"a comme Umlaut-a, etc.\n"
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  "Liste des en-têtes, séparés par des espaces"
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  "Afficher ces en-têtes (ou *)"
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5752,11 +5818,11 @@ msgstr  "# Quels en-têtes voulez-vous vo
         "# en-têtes en les délimitant avec des espaces. Ne rien définir, désactive\n"
         "# cette option.\n"
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  "Ne pas afficher ces en-têtes"
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5775,41 +5841,41 @@ msgstr  "# Comme l'option 'news_headers_
         "# news_headers_to_not_display=X-Alan X-Pape\n"
         "# Ne rien définir, désactive cette option.\n"
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  "Voulez-vous activer la prise en charge automatique des articles multipart/"
         "alternative ?"
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  "Ignorer parties multipart/alter."
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  "# Si ON, enlève automatiquement les messages multipart/alternative\n"
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  "Activer la détection des blocs à citer ? <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  "Détection des blocs textuels"
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  "# Si ON, détecte les blocs textuels dans les articles\n"
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  "Une expression régulière pour déterminer quelles lignes afficher dans "
         "col_quote."
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  "Regex pour afficher les citations"
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5817,16 +5883,16 @@ msgstr  "# Une expression régulière qui 
         "# Les citations sont affichées dans col_quote. Si vous laissez ce champ\n"
         "# vide, tin utilisera une valeur incluse par défaut.\n"
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  "Une expression régulière pour déterminer quelles lignes afficher dans "
         "col_quote2."
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  "Regex pour afficher le 2nd niveau"
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5834,16 +5900,16 @@ msgstr  "# Une expression régulière qui 
         "# second niveau. Ces citations sont affichées dans col_quote2. Si vous\n"
         "# laissez ce champ vide, tin utilisera une valeur incluse par défaut.\n"
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  "Une expression régulière pour déterminer quelles lignes afficher dans "
         "col_quote3."
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  "Regex pour afficher niveau >= 3"
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5853,16 +5919,16 @@ msgstr  "# Une expression régulière qui 
         "# Si vous laissez ce champ vide, tin utilisera une valeur incluse par "
         "défaut.\n"
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  "Une expression régulière pour déterminer quels mots afficher dans "
         "col_markslashes."
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  "Regex pour les mots entre /slash/"
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5871,16 +5937,16 @@ msgstr  "# Une expression régulière qui 
         "# Si vous laissez ce champ vide, tin utilisera une valeur incluse par "
         "défaut.\n"
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  "Une expression régulière pour déterminer quels mots afficher dans "
         "col_markstars."
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  "Regex pour les mots entre *astérisques*"
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5889,16 +5955,16 @@ msgstr  "# Une expression régulière qui 
         "# Si vous laissez ce champ vide, tin utilisera une valeur incluse par "
         "défaut.\n"
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  "Une expression régulière pour déterminer quels mots afficher dans "
         "col_markstroke."
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  "Regex pour les mots entre -tirets-"
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5907,16 +5973,16 @@ msgstr  "# Une expression régulière qui 
         "# Si vous laissez ce champ vide, tin utilisera une valeur incluse par "
         "défaut.\n"
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  "Une expression régulière pour déterminer quels mots afficher dans "
         "col_markdash."
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  "Regex pour les mots entre _underscore_"
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
@@ -5925,75 +5991,75 @@ msgstr  "# Une expression régulière qui 
         "# Si vous laissez ce champ vide, tin utilisera une valeur incluse par "
         "défaut.\n"
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  "Une expression régulière pour trouver les préfixes dans le sujet. '|' est un "
         "séparateur."
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  "Regex pour les préfixes dans le sujet"
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  "# Une expression régulière qui permettra à tin de trouver les préfixes\n"
         "# dans le sujet et qui seront effacés avant d'afficher l'en-tête.\n"
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  "Une expression régulière pour trouver les suffixes dans le sujet. '|' est un "
         "séparateur."
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  "Regex pour les suffixes dans le sujet"
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  "# Une expression régulière qui permettra à tin de trouver les suffixes\n"
         "# dans le sujet et qui seront effacés avant d'afficher l'en-tête.\n"
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  "Une expression régulière pour trouver le début d'un bloc textuel."
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
-msgstr  "Regex pour le debut d'un bloc textuel"
+msgstr  "Regex pour le début d'un bloc textuel"
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  "# Une expression régulière que tin utilisera pour trouver\n"
         "# le début d'un bloc textuel.\n"
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  "Une expression régulière pour trouver la fin d'un bloc textuel."
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  "Regex pour la fin d'un bloc textuel"
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  "# Une expression régulière que tin utilisera pour trouver\n"
         "# la fin d'une bloc textuel.\n"
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  "Nom et options pour le visualisateur MIME externe, --internal pour celui "
         "inclus"
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  "Visualisateur de contenu MIME"
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
@@ -6003,129 +6069,129 @@ msgstr  "# Utilisation du visualisateur 
         "# Sinon, spécifiez un logiciel externe (pe. metamail) ou laissez ce champ\n"
         "# vide pour ne pas activer la prévisualisation automatique.\n"
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  "Confirmation avant le lancement d'un visualisateur externe"
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  "Demander avant d'utiliser le visualisateur"
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  "# Si ON, tin demandera avant d'utiliser metamail pour afficher les\n"
         "# messages MIME\n"
         "# Cela ne se produit que lorsque 'metamail_prog' contient une valeur\n"
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  "Marquer lu les groupes à la fermeture ? <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  "Marquer lu les groupes à la fermeture"
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  "# Si ON, demande à l'utilisateur si les groupes consultés\n"
         "# doivent être marqués lus\n"
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  "Marquer lu le groupe via la flèche gauche"
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  "# Si ON, marque lu avec <- le groupe/fil.\n"
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  "Marquer lu le fil via la flèche gauche"
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  "Quelles actions requièrent confirmation"
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  "# Demande de confirmation pour...\n"
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  "'Marquer (non)lu l'article' ignore les marques"
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  "# Si ON, la fonction 'Marquer (non) lu l'article' agit uniquement sur "
         "l'article\n"
         "# actuel.\n"
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  "Logiciel utilisé pour lancer les URLs, <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 msgid   "Program that opens URLs"
 msgstr  "Logiciel lançant les URLs"
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  "# Commande ou script ouvrant les URLs. L'URL sera ajoutée\n"
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  "Utiliser la souris dans l'xterm"
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  "# Si ON, active le support de la souris dans xterm\n"
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  "Utiliser les flèches du pavé numérique"
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  "# Si ON, active les flèches de défilement pour les terminaux\n"
         "# les supportant\n"
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  "Nombre max d'articles à récupérer. <RETOUR> valide."
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  "Nombre d'articles à récupérer"
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  "# Nombre d'articles à récupérer (0=pas de limite); si le nombre est négatif\n"
         "# détermine le nombre max d'articles déjà lus à relire avant le premier non "
         "lu\n"
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  "Nombre de jours un article est considéré comme récent. <RETOUR> valide."
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  "Durée des articles considérés comme récents"
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  "# Nombre de jours un article est considéré comme récent; (0=OFF)\n"
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  "WILDMAT pour les wildcards normaux, REGEX pour expressions régulières."
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  "Concordance wildcard"
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
@@ -6135,317 +6201,317 @@ msgstr  "# Concordances Wildcard\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  "Score minimal avant qu'un article soit filtré. <RETOUR> valide."
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  "Score minimum (filtre)"
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  "# Score minimal avant qu'un article soit filtré\n"
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  "Score par défaut pour filtrer les articles. <RETOUR> valide."
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  "Score par déf. pour filtrer les articles"
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  "# Score par défaut pour filtrer les articles\n"
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  "Score minimal avant qu'un article soit sélectionné. <RETOUR> valide."
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  "Score minimum (sélection)"
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  "# Score minimal avant qu'un article soit sélectionné\n"
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  "Score par défaut pour la sélection des articles. <RETOUR> valide."
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  "Score par défaut pour sél. les articles"
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  "# Score par défaut pour sélectionner les articles\n"
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  "Utiliser slrnface pour afficher les 'X-Face:'"
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  "# Si ON, utiliser slrnface(1) pour interpréter l'en-tête 'X-Face:'\n"
         "# Seulement utile lors de l'utilisation de tin dans un xterm.\n"
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "Utiliser les couleurs ANSI"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# Si ON, utiliser les couleurs ANSI\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  "Couleur standard de l'avant-plan"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Couleur standard de l'avant-plan\n"
         "# Défaut : -1 (défaut couleur)\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  "Couleur standard de l'arrière-plan"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Couleur standard de l'arrière-plan\n"
         "# Défaut : -1 (défaut couleur)\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  "Couleur du texte inversé (arrière-plan)"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Couleur de l'arrière-plan pour le texte inversé\n"
         "# Défaut : 4 (bleu)\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  "Couleur du texte inversé (avant-plan)"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# Couleur de l'avant-plan du texte inversé\n"
         "# Défaut : 7 (blanc)\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  "Couleur du texte"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Couleur du texte\n"
         "# Défaut : -1 (défaut couleur)\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  "Couleur du petit menu d'aide"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Couleur du petit menu d'aide\n"
         "# Défaut : 3 (marron)\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  "Couleur de l'aide"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Couleur des pages d'aide\n"
         "# Défaut : -1 (couleur par défaut)\n"
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  "Couleur des messages de statut"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Couleur des messages de statut\n"
         "# Défaut : 6 (cyan)\n"
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  "Couleur de citation de 1er niveau"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Couleur de citation de premier niveau\n"
         "# Défaut : 2 (vert)\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  "Couleur de citation de 2nd niveau"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Couleur de citation de second niveau\n"
         "# Défaut : 3 (marron)\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  "Couleur de citation de 3e niveau ou sup."
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Couleur de citation de 3e niveau ou supérieur\n"
         "# Défaut : 4 (bleu)\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  "Couleur des en-têtes de l'article"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Couleur des en-têtes de l'article\n"
         "# Défaut : 2 (vert)\n"
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  "Couleur des champs d'en-tête actuels"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# Couleur des champs d'en-têtes actuels\n"
         "# Défaut : 9 (rouge gras)\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  "Couleur du sujet"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Couleur du sujet\n"
         "# Défaut : 6 (cyan)\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  "Couleur du compteur de réponse"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# Couleur du compteur de réponse\n"
         "# Défaut : 2 (vert)\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  "Couleur de l'expéditeur (From:)"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# Couleur de l'expéditeur (From:)\n"
         "# Défaut : 2 (vert)\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  "Couleur de l'aide/signature email"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Couleur de l'aide/signature email\n"
         "# Défaut : 4 (bleu)\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "Couleur des signatures"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Couleur des signatures\n"
         "# Défaut : 4 (bleu)\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  "Couleur des URLs en surbrillance"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Couleur des URLs en surbrillance\n"
         "# Défaut : -1 (défaut couleur)\n"
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid   "Color of verbatim blocks"
 msgstr  "Couleur des blocs textuels"
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  "# Couleur des blocs textuels\n"
         "# Défaut : 5 (rose)\n"
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  "Couleur des mots entre *astérisques*"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# Couleur des mots entre *astérisques*\n"
         "# Défaut : 11 (jaune)\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  "Couleur des mots entre _underscore_"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# Couleur des mots entre _underscore_\n"
         "# Défaut : 13 (rose gras)\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  "Couleur des mots entre /slash/"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# Couleur des mots entre /slash/\n"
         "# Défaut : 14 (cyan gras)\n"
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  "Couleur des mots entre -tirets-"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# Couleur des mots entre -tirets-\n"
         "# Défaut : 12 (bleu gras)\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  "Style des mots entre *astérisques*"
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6471,57 +6537,57 @@ msgstr  "# Style des mots mis en évidenc
         "# Style des mots entre *astérisques*\n"
         "# Défaut : 6 (gras)\n"
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  "Style des mots entre _underscore_"
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  "# Style des mots entre _tirets_\n"
         "# Défaut : 2 (misé en évidence accrue)\n"
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  "Style des mots entre /slash/"
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  "# Style des mots entre /slash/\n"
         "# Défaut : 5 (contrasté)\n"
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  "Style des mots entre -tirets-"
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  "# Style des mots entre -tirets-\n"
         "# Défaut : 3 (vidéo inversée)\n"
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  "Mise en évidence des URLs dans les articles"
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  "# Mettre en évidence les URLs ?\n"
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  "Mise en évidence des mots dans les articles"
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  "# Mettre en évidence les mots ?\n"
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  "Afficher ça plutôt qu'une marque"
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6535,58 +6601,58 @@ msgstr  "# Est-ce que les astérisques et
         "#   1 = oui, afficher la marque\n"
         "# * 2 = plutôt afficher un espace\n"
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  "Largeur du pager. <RETOUR> valide."
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  "Largeur du pager"
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  "# Justifier les lignes des articles à la colonne indiquée\n"
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  "Englober les fils pour le non lu suivant"
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  "# Si ON, englober les fils lors de la recherche de l'article suivant non lu\n"
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  "Adresse mail par défaut (et nom complet). <RETOUR> valide."
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  "Adresse mail (et nom complet)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  "# Adresse mail (et nom complet) si ce n'est pas utilisateur@hôte\n"
         "# (nom complet)\n"
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  "Inclure en-tête Followup-To dans l'éditeur"
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  "# Si ON, inclure l'en-tête Followup-To lors de la composition\n"
         "# des articles\n"
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  "Chemin/! commande/--aucune pour la création de votre signature. <RETOUR> "
         "valide."
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  "Signature depuis fichier/commande"
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
@@ -6597,41 +6663,41 @@ msgstr  "# Fichier de signature à utilis
         "# sigfile=!commande   exécute une commande externe pour générer la signature\n"
         "# sigfile=--aucun     ne pas ajouter de signature\n"
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  "Précéder la signature avec \"-- \". <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  "Précéder la signature avec \"-- \""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  "# Si ON, précéde la signature avec le délimiteur standard\n"
         "# '\\n-- \\'\n"
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  "Rajouter la signature lors du repostage. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  "Rajouter la signature lors du repostage"
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  "# Si ON, rajoute la signature aux articles repostés\n"
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  "Caractère de citation, %s ou %S  pour les initiales de l'auteur."
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  "Caractère de citation"
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
@@ -6639,11 +6705,11 @@ msgstr  "# Caractères utilisés pour les 
         "# '_' est remplacé par ' ', %%s, %%S sont remplacés par les intiales\n"
         "# de l'auteur auquel vous répondez.\n"
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  "Type de citations"
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6665,15 +6731,15 @@ msgstr  "# Type de citations lors des ré
         "#   6 = Citer les signatures, citer les lignes vides\n"
         "#   7 = Citations compr., signatures et lignes vides citées\n"
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  "%A Adresse %D Date %F Adresse+Nom %G groupe %M Message-ID %N Nom %C Prénom"
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  "Citation lors d'un suivi"
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
@@ -6682,35 +6748,35 @@ msgstr  "# Format de la citation lors de
         "# %%A Adresse\t\t%%D Date\t%%F Adresse+Nom\t%%G groupe\n"
         "# %%M Message-ID\t%%N Nom complet\t%%C Prénom\t%%I Initiales\n"
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  "Citation lors d'un cross-post"
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  "Citation lors d'un envoi par mail"
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  "Si ON, inclus l'en-tête 'User-Agent:'. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 msgid   "Insert 'User-Agent:' header"
 msgstr  "Insérer l'en-tête 'User-Agent:'"
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  "# Si ON inclus l'en-tête 'User-Agent:'\n"
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "Jeu d'encodage pour MIME (p.e. US-ASCII, ISO_8859_1, EUC_KR), <RETOUR> valide."
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  "MM_CHARSET"
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6727,39 +6793,39 @@ msgstr  "# Jeu d'encodage supporté local
         "# d'encodage autre que mm_charset est considéré comme non disponible et\n"
         "# représenté par '?'.\n"
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  "MM_NETWORK_CHARSET"
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  "# Jeu d'encodage utilisé par l'en-tête MIME (Content-Type).\n"
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "Encodage local (p.e. US-ASCII, ISO_8859_1, EUC_KR), <RETOUR> valide."
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid   "MM_LOCAL_CHARSET"
 msgstr  "MM_LOCAL_CHARSET"
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  "# Encodage de caractères local disponible.\n"
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  "Format de la boîte à lettres"
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  "# Format de la boîte à lettres\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  "Encodage MIME dans les messages usenet"
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
@@ -6772,15 +6838,15 @@ msgstr  "# Si nécessaire, encodage MIME 
         "# pour les jeux d'encodage 8bit Est Asiatique, Grec et Russe, car contenant\n"
         "# un plus grand nombre de caractères 8bit.\n"
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  "Ne pas changer sauf si vous savez ce que vous faites. <ESC> annule."
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  "Caractères 8bit dans les en-têtes usenet"
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
@@ -6791,28 +6857,28 @@ msgstr  "# Si ON, les caractères 8bit da
         "# de la valeur de cette option sauf si post_mime_encoding a comme\n"
         "# valeur 8bit.\n"
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Visualiser automatiquement les fichiers traités. <ESPACE> change, <RETOUR> "
         "valide, <ESC> annule."
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  "Voir les fichiers traités"
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  "# Si ON, les fichiers traités seront ouverts\n"
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  "Encodage MIME pour les mails"
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  "Caractères 8bits dans en-têtes mail"
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6830,26 +6896,26 @@ msgstr  "# Si ON, les caractères 8bit da
         "# mails donc nous vous conseillons de ne PAS activer cette option sauf si\n"
         "# vous avez une bonne raison.\n"
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  "Nettoyer les fins de lignes"
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  "# Si ON, enlève les blancs présents aux fins de lignes pour un affichage \n"
         "# plus rapide sur les terminaux lents.\n"
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  "Si ON, utilise 'translit' pour iconv_open(3). <ESPACE> change & <RETOUR> "
         "valide."
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  "Translitération (conversion)"
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
@@ -6857,11 +6923,11 @@ msgstr  "# Si ON, utilise l'extension //
         "# caractère n'est pas disponible dans l'encodage choisi, il peut être\n"
         "# remplacé par un ou plusieurs autres caractères similaires.\n"
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  "S'envoyer automatiquement une copie"
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = No\n"
@@ -6876,228 +6942,228 @@ msgstr  "# Mettre votre nom dans le cham
         "#   2 = Cci\n"
         "#   3 = Cc et Cci\n"
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  "Être averti de ces éléments. <RETOUR> valide."
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  "Pièges à spam dans les adresses"
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  "# Une liste des parties dans les adresses, délimitées par des virgules,\n"
         "# que vous souhaitez connaître lors d'une réponse par mail.\n"
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  "Entrer la durée d'un filtre (en nombre de jours). <RETOUR> valide."
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  "Durée de validité d'un filtre"
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  "# Durée (en nombre de jours) de validité d'un filtre\n"
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  "Créer un filtre pour les articles postés. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  "Créer un filtre pour les articles postés"
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  "# Si ON, crée un filtre pour les articles débutant un nouveau fil\n"
         "# afin de mettre en surbrillance les suivis.\n"
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  "Le répertoire où sont enregistrés les articles/fils au format mailbox."
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  "Répertoire mail"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  "# (-m) répertoire où sont enregistrés les articles/fils au format mailbox\n"
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  "Enregistrer articles en arrière-plan (-S)"
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  "# Si ON, les articles/fils seront enregistrés à l'arrière-plan lorsque\n"
         "# l'option -S ou (-M/-N) pour les mails est spécifiée.\n"
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  "Le répertoire où vous voulez enregistrer les articles/fils."
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  "Répertoire où enregistrer les articles/fils"
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  "# Répertoire où sont enregistrés les articles/fils\n"
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  "Enregistrement auto. basé sur l'en-tête Archive-name:. <ESPACE> change & "
         "<RETOUR> valide."
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  "Honorer l'en-tête 'Archive-name:'"
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  "# Si ON, les articles/fils avec 'Archive-name:' dans l'en-tête\n"
         "# du mail seront enregistrés automatiquement avec l'Archive-name\n"
         "# & le numéro de la partie et ou patch.\n"
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  "Marquer lu les articles/fils enregistrés. <ESPACE> change, <RETOUR> valide, "
         "<ESC> annule."
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  "Marquer lu les articles/fils enregistrés"
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  "# Si ON, marque lu les articles qui sont enregistrés\n"
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
-msgstr  "Post-traiter (p.e. extraire les pj) les articles enregistrés."
+msgstr  "Post-traiter (p.e. extraire les PJ) les articles enregistrés."
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  "Post-traiter les articles enregistrés"
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
         "#   1 = extract shell archives (shar) only\n"
         "#   2 = yes\n"
-msgstr  "# Post-traitement (enregistrement des pj) des articles enregistrés.\n"
+msgstr  "# Post-traitement (enregistrement des PJ) des articles enregistrés.\n"
         "# Les valeurs possibles sont (celle par défaut est marquée par *) :\n"
         "# * 0 = non\n"
         "#   1 = extraire uniquement les *.shar (archives shell)\n"
         "#   2 = oui\n"
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  "Traiter uniquement les articles non lus"
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  "# Si ON, enregistre/imprime/pipe/envoi articles non lu\n"
         "# (excepté les articles marqués)\n"
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  "Afficher tout ou une partie des en-têtes. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  "Imprimer tous les en-têtes"
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  "# Si ON, imprimer tous les en-têtes, sinon juste les lignes importantes\n"
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  "Le logiciel d'impression avec options utilisées pour imprimer les articles/"
         "fils."
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  "Logiciel d'impression avec options"
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  "# Logiciel d'impression avec options utilisées por imprimer les articles/"
         "fils\n"
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  "Rafraîchir l'écran après certaines actions"
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  "# Si ON, un rafraîchissement de l'écran sera toujours effectué après\n"
         "# certaines commandes externes\n"
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Lancer l'éditeur avec une ligne décalée. <ESPACE> change, <RETOUR> valide, "
         "<ESC> annule."
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  "Lancer l'éditeur avec une ligne décalée"
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  "# Si ON, l'éditeur sera lancé avec le curseur décalé\n"
         "# sinon, le curseur sera positionné sur la première ligne\n"
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  "%E pour l'éditeur, %F pour le fichier, %N pour la ligne, <RETOUR> valide."
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  "Lancement de votre éditeur"
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  "# Format des paramètres pour l'éditeur\n"
         "# %%E Éditeur  %%F Fichier  %%N N° de ligne\n"
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  "Nom et options pour l'inews externe, --internal pour l'inews interne"
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  "Inews externe"
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  "# Si '--internal', utilise l'inews allégé intégré pour poster via\n"
         "# NNTP sinon, utilise un logiciel inews externe\n"
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  "%M pour le MUA, %S pour le sujet, %T pour 'to:', %F pour Fichier, <RETOUR> "
         "valide."
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  "Lancement de votre client mail"
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -7108,11 +7174,11 @@ msgstr  "# Format des paramètres pour le
         "# p.e. pour utiliser elm comme MUA : elm -s \"%%S\" \"%%T\" < %%F\n"
         "# p.e. pour elm interactif         : elm -i %%F -s \"%%S\" \"%%T\"\n"
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  "Utiliser un MUA interactif"
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -7124,59 +7190,67 @@ msgstr  "# MUA interactif :\n"
         "#   1 = utiliser un MUA interactif avec les en-têtes du fichier\n"
         "#   2 = utiliser un MUA interactif sans les en-têtes du fichier\n"
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  "Effacer ~/.article après le postage"
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  "# Si ON, effacer ~/.article après le postage.\n"
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  "Fichier pour les articles postés, <RETOUR> valide, pas de fichier = désactive."
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  "Fichier pour les articles postés"
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  "# Fichier où enregistrer les articles postés ('posted' par défaut)\n"
         "# Si aucun fichier n'est indiqué, les articles postés ne seront pas\n"
         "# enregistrés\n"
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  "Garder les articles non postés dans ~/dead.articles. <ESPACE> change & "
         "<RETOUR> valide."
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  "Articles non postés dans ~/dead.articles"
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  "# Si ON, garde tous les articles non postés dans ~/dead.articles\n"
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  "Voulez-vous effacer dans newsrc les groupes auxquels vous vous êtes désabonnés"
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  "Pas de groupes désabonnés dans newsrc"
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  "# Si ON, efface dans newsrc les groupes auxquels vous vous êtes désabonnés\n"
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  "Effacer les groupes corrompus de newsrc"
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -7188,55 +7262,55 @@ msgstr  "# Que faire des groupes corromp
         "#   1 = effacer\n"
         "#   2 = marquer d'un D dans l'écran de sélection\n"
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  "Durée avant que le fichier active ne soit relu. <RETOUR> valide."
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  "Durée avant relecture du fichier active"
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  "# Durée (en secondes) avant que le fichier active ne soit relu (0=jamais)\n"
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  "Reconnexion automatique au serveur"
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  "# Si ON, reconnexion automatique au serveur NNTP si la connexion est rompue\n"
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  "Créer des copies locales des en-têtes NNTP. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  "Cache local des en-têtes NNTP"
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  "# Si ON, crée une copie locale des en-têtes NNTP.\n"
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  "Formatage des dates. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  "Format des dates affichées"
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  "# Format des dates affichées\n"
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  "Normalisation d'Unicode"
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -7252,127 +7326,183 @@ msgstr  "# Normalisation d'Unicode\n"
         "#   3 = NFC\n"
         "#   4 = NFD\n"
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  "Rendu BiDi"
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  "# Si ON, le texte bi-directionnel est affiché par tin\n"
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  "GroupMarkUnselArtRead automatiquement"
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid   "Delete post-process files"
 msgstr  "Effacer les fichiers traités"
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  "Fichier pour les articles postés, <RETOUR> valide, pas de fichier = désactive."
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  "Boîte aux lettres pour les emails envoyés"
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  "En-tête 'Followup-To:' pour ce(s) groupe(s). <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  "En-tête 'Followup-To:'"
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  "Adresse mail par défaut (et nom complet). <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  "Chemin et options pour ispell (ou autre correcteur). <RETOUR> valide, <ESC> "
         "annule."
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  "Programme 'Ispell'"
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  "Lorsque le groupe est une liste de diffusion, envoyer les réponses à cette "
         "adresse email."
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 msgid   "Mailing list address"
 msgstr  "Adresse email de la liste de diffusion"
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  "Faire suivre les articles en pièce-jointe"
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  "Une liste des 'Content-Type' MIME majeur/mineur séparée par des virgules. "
         "<ESC> annule."
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  "Quels types MIME seront enregistrés"
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  "Contenu de l'en-tête 'Organisation:'. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  "En-tête 'Organisation:'"
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  "Nom des articles sauvegardés. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 msgid   "savefile"
 msgstr  "savefile"
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+#, fuzzy
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  "Formatage des dates. <RETOUR> valide, <ESC> annule."
+
+#: src/lang.c:2814
+#, fuzzy
+msgid   "Quick (1 key) select filter scope"
+msgstr  "Ajouter rapidement une règle ?"
+
+#: src/lang.c:2819 src/lang.c:2843
+#, fuzzy
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  "Nom des articles sauvegardés. <RETOUR> valide, <ESC> annule."
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+#, fuzzy
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  "Contenu de l'en-tête 'Organisation:'. <RETOUR> valide, <ESC> annule."
+
+#: src/lang.c:2826
+#, fuzzy
+msgid   "Quick (1 key) select filter case"
+msgstr  "Ajouter rapidement une règle ?"
+
+#: src/lang.c:2831 src/lang.c:2855
+#, fuzzy
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  "Insérer cet en-tête lors du postage. <RETOUR> valide, <ESC> annule."
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+#, fuzzy
+msgid   "Quick (1 key) kill filter scope"
+msgstr  "Ajouter rapidement un filtre ?"
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+#, fuzzy
+msgid   "Quick (1 key) kill filter case"
+msgstr  "Ajouter rapidement un filtre ?"
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  "Utilise cet encodage si aucun n'est spécifié, <RETOUR> pour changer."
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid   "UNDECLARED_CHARSET"
 msgstr  "UNDECLARED_CHARSET"
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  "Ajouter ce texte au début du message. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid   "X_Body"
 msgstr  "X_Body"
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  "Insérer cet en-tête lors du postage. <RETOUR> valide, <ESC> annule."
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  "X_Headers"
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  "Si ON, inclus un en-tête 'X-Comment-To:'. <ESPACE> change & <RETOUR> valide."
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  "Insérer l'en-tête 'X-Comment-To:'"
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "Version : %s %s release %s (\"%s\") %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "Version : %s %s release %s (\"%s\")\n"
@@ -7381,32 +7511,32 @@ msgstr  "Version : %s %s release %s (\"%
 msgid   "Unreachable?\n"
 msgstr  "Inacessible ?\n"
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  "\n"
         "Connexion au serveur expirée, reconnexion # %d\n"
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  "Rejoindre le groupe actuel\n"
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  "Lecture (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  "Réenvoyer la dernière commande (%s)\n"
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  "CAPABILITIES n'a pas annoncé READER"
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  "MOTD: "
 
@@ -7415,45 +7545,45 @@ msgstr  "MOTD: "
 msgid   "couldn't expand %s\n"
 msgstr  "impossible de décompacter %s\n"
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  "La ligne %d dépasse les 998 octets et devrait être réduite, mais\n"
         "l'encodage n'est ni %s ni %s\n"
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
         "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr  "La ligne %d dépasse les 998 octets et devrait être réduite, mais\n"
-        "l'encodage est %s sans que l'option MIME_BREAK_LONG_LINES ne soit activéeou "
-        "l'article ne contient pas de caractères 8 bits donc pas besoin de réduire la "
-        "ligne\n"
+        "l'encodage est %s sans que l'option MIME_BREAK_LONG_LINES ne soit\n"
+        "activée ou l'article ne contient pas de caractères 8 bits donc pas\n"
+        "besoin de réduire la ligne\n"
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  "La ligne %d dépasse les 998 octets et devrait être réduite, mais\n"
         "l'encodage n'est pas %s\n"
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  "Postage : %.*s ..."
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "Annulation de la lecture, un moment svp..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "Lecture annulée\n"
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  "Purge\n"
 
Binary files tin-1.9.6/po/ru.gmo and tin-2.0.0/po/ru.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/ru.po tin-2.0.0/po/ru.po
--- tin-1.9.6/po/ru.po	2010-11-26 15:42:46.000000000 +0100
+++ tin-2.0.0/po/ru.po	2011-08-22 18:32:42.511444508 +0200
@@ -4,7 +4,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: tin 1.8.2\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2006-04-21 15:39+0200\n"
         "Last-Translator: Andrei Emeltchenko <andrei.emeltchenko@finik.org>\n"
         "Language-Team: Russian <gnu@mx.ru>\n"
@@ -16,464 +16,464 @@ msgstr  "Project-Id-Version: tin 1.8.2\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  ""
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 #, fuzzy
 msgid   "Processing attributes... "
 msgstr  "úÁÐÉÓØ ÆÁÊÌÁ ÁÔÒÉÂÕÔÏ×..."
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  "# îÅ ÒÅÄÁËÔÉÒÕÊÔÅ ÜÔÏÔ ÂÌÏË ËÏÍÍÅÎÔÁÒÉÅ×\n"
         "#\n"
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  "#  scope=óôòïëá (ÎÁÐÒ. alt.*,!alt.bin*) [mandatory]\n"
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, fuzzy, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  ""
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, fuzzy, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  ""
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  ""
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  "#  fcc=óôòïëá (ÎÁÐÒ. =mailbox)\n"
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  "#  followup_to=óôòïëá\n"
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  "#  from=óôòïëá (ÄÏÂÁ×ØÔÅ ÖÅÌÁÅÍÕÀ ÓÔÒÏËÕ From:, ÎÅ ÉÓÐÏÌØÚÕÊÔÅ ËÁ×ÙÞËÉ)\n"
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, fuzzy, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  "#  thread_perc=þéóìï\n"
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  "#  ispell=óôòïëá\n"
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  "#  maildir=óôòïëá (ÎÁÐÒ. ~/Mail)\n"
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  "#  mailing_list=óôòïëá (ÎÁÐÒ. majordomo@example.org)\n"
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  "#  mime_types_to_save=óôòïëá (ÎÁÐÒ. image/*,!image/bmp)\n"
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, fuzzy, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, fuzzy, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  "#  mm_network_charset=ÐÏÄÄÅÒÖÉ×ÁÅÍÁÑ_ËÏÄÉÒÏ×ËÁ"
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  "#  undeclared_charset=óôòïëá (ÐÏ ÕÍÏÌÞÁÎÉÀ US-ASCII)\n"
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, fuzzy, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  "#  news_quote_format=óôòïëá\n"
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, fuzzy, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  "#  news_quote_format=óôòïëá\n"
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  "#  news_quote_format=óôòïëá\n"
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  "#  organization=óôòïëá (ÅÓÌÉ ÎÁÞÉÎÁÅÔÓÑ Ó '/', ÔÏ ÐÒÏÞÉÔÁÔØ ÉÚ ÆÁÊÌÁ)\n"
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, fuzzy, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, fuzzy, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  "#  thread_perc=þéóìï\n"
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, fuzzy, c-format
 msgid   "#  post_process_type=NUM\n"
 msgstr  "#  post_proc_type=þéóìï\n"
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, fuzzy, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  "#  post_proc_type=þéóìï\n"
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  "#  quick_kill_scope=óôòïëá (ÎÁÐÒ. talk.*)\n"
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  "#  quick_kill_header=þéóìï\n"
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, fuzzy, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  "#    0=subj (ÕÞÉÔÙ×ÁÔØ ÒÅÇÉÓÔÒ) 1=subj (ÉÇÎÏÒÉÒÏ×ÁÔØ ÒÅÇÉÓÔÒ)\n"
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, fuzzy, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  "#    2=from (ÕÞÉÔÙ×ÁÔØ ÒÅÇÉÓÔÒ) 3=from (ÉÇÎÏÒÉÒÏ×ÁÔØ ÒÅÇÉÓÔÒ)\n"
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  ""
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  ""
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  ""
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  "#  quick_select_scope=óôòïëá\n"
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  "#  quick_select_header=þéóìï\n"
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  "#  quote_chars=óôòïëá (%%s, %%S ÄÌÑ ÉÎÉÃÉÁÌÏ×)\n"
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, fuzzy, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  "#  thread_perc=þéóìï\n"
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, fuzzy, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, fuzzy, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  "#  followup_to=óôòïëá\n"
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  "#  savedir=óôòïëá (ÎÁÐÒ. ~user/News)\n"
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  "#  savefile=óôòïëá (ÎÁÐÒ. =linux)\n"
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  "#  sigfile=óôòïëá (ÎÁÐÒ. $var/sig)\n"
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  "#  show_info=þéóìï\n"
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, fuzzy, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, fuzzy, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, fuzzy, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, fuzzy, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, fuzzy, c-format
 msgid   "#  sort_article_type=NUM\n"
 msgstr  "#  sort_art_type=þéóìï\n"
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  "#  sort_threads_type=þéóìï\n"
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, fuzzy, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, fuzzy, c-format
 msgid   "#  thread_articles=NUM"
 msgstr  "#  thread_arts=þéóìï"
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  "#  thread_perc=þéóìï\n"
 
-#: src/attrib.c:1238
-#, fuzzy, c-format
+#: src/attrib.c:1248
+#, c-format
 msgid   "#  trim_article_body=NUM\n"
-msgstr  "óÏÒÔÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ"
+msgstr  ""
 
-#: src/attrib.c:1239
-#, fuzzy, c-format
+#: src/attrib.c:1249
+#, c-format
 msgid   "#    0 = Don't trim article body\n"
-msgstr  "óÏÒÔÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ"
+msgstr  ""
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  ""
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, fuzzy, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  "#  show_author=þéóìï\n"
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  "#  x_body=óôòïëá (ÎÁÐÒ. ~/.tin/extra-body-text)\n"
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  "#  x_headers=óôòïëá (ÎÁÐÒ. ~/.tin/extra-headers)\n"
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  ""
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  ""
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  ""
@@ -909,7 +909,7 @@ msgstr  "óÏÚÄÁÎÉÅ ÆÁÊÌÁ active ÄÌÑ ÓÏÈÒ.
 msgid   "Creating newsrc file...\n"
 msgstr  "óÏÚÄÁÎÉÅ ÆÁÊÌÁ newsrc...\n"
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "ðÏ ÕÍÏÌÞÁÎÉÀ"
 
@@ -1675,780 +1675,785 @@ msgid   "toggle display of sections hidd
 msgstr  "ÉÚÍÅÎÉÔØ ÏÔÏÂÒÁÖÅÎÉÅ ÓÅËÃÉÊ ÓËÒÙÔÙÈ Ó ÐÏÍÏÝØÀ form-feed (^L) ÷ëì/÷ùëì"
 
 #: src/lang.c:358
+#, fuzzy
+msgid   "toggle display of all headers"
+msgstr  "ÐÏËÁÚÙ×ÁÔØ ×ÓÅ/ÎÅÐÒÏÞÉÔÁÎÎÙÅ ÓÔÁÔØÉ"
+
+#: src/lang.c:359
 msgid   "toggle word highlighting on/off"
 msgstr  "ÉÚÍÅÎÉÔØ ÐÏÄÓ×ÅÔËÕ ÓÌÏ× ÷ëì/÷ùëì"
 
-#: src/lang.c:359
+#: src/lang.c:360
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  "ÉÚÍÅÎÉÔØ ROT-13 (ÄÅËÏÄÉÒÏ×ÁÎÉÅ) ÄÌÑ ÔÅËÕÝÅÊ ÓÔÁÔØÉ"
 
-#: src/lang.c:360
+#: src/lang.c:361
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  "ÉÚÍÅÎÉÔØ ÛÉÒÉÎÕ TAB 4 <-> 8"
 
-#: src/lang.c:361
+#: src/lang.c:362
 msgid   "toggle german TeX style decoding for current article"
 msgstr  "ÉÚÍÅÎÉÔØ ÎÅÍÅÃËÉÊ TeX ÓÔÉÌØ ÄÅËÏÄÉÒÏ×ÁÎÉÑ ÄÌÑ ÔÅËÕÝÅÊ ÓÔÁÔØÉ"
 
-#: src/lang.c:362
+#: src/lang.c:363
 msgid   "toggle display of uuencoded sections"
 msgstr  "ÉÚÍÅÎÉÔØ ÐÏËÁÚ UUE ÚÁËÏÄÉÒÏ×ÁÎÎÏÊ ÓÅËÃÉÉ"
 
-#: src/lang.c:363
+#: src/lang.c:364
 #, fuzzy
 msgid   "View/pipe/save multimedia attachments"
 msgstr  "ðÒÏÓÍÏÔÒÅÔØ/ÓÏÈÒÁÎÉÔØ ÍÕÌØÔÉÍÅÄÉÑ-×ÌÏÖÅÎÉÅ"
 
-#: src/lang.c:364
+#: src/lang.c:365
 #, fuzzy
 msgid   "choose first attachment in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÓÔÁÔØÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:365
+#: src/lang.c:366
 #, fuzzy
 msgid   "0 - 9\t  choose attachment by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÓÔÁÔØÀ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:366
+#: src/lang.c:367
 #, fuzzy
 msgid   "choose last attachment in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÓÔÁÔØÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 #, fuzzy
 msgid   "pipe raw attachment into command"
 msgstr  "ëÏÍÁÎÄÙ ÕÒÏ×ÎÑ ÓÔÁÔÅÊ"
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 #, fuzzy
 msgid   "search for attachments forwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ Á×ÔÏÒÕ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:373
+#: src/lang.c:374
 #, fuzzy
 msgid   "search for attachments backwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ Á×ÔÏÒÕ (ÎÁÚÁÄ)"
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 #, fuzzy
 msgid   "tag attachment"
 msgstr  "÷ÙÂÅÒÉÔÅ ÓÔÁÔØÀ> "
 
-#: src/lang.c:376
+#: src/lang.c:377
 #, fuzzy
 msgid   "tag attachments that match user specified pattern"
 msgstr  "×ÙÂÒÁÔØ ÄÉÓËÕÓÓÉÉ, ËÏÔÏÒÙÅ ÐÏÄÐÁÄÁÀÔ ÐÏÄ ÕËÁÚÁÎÎÙÊ ÛÁÂÌÏÎ"
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 #, fuzzy
 msgid   "untag all tagged attachments"
 msgstr  "ÓÎÑÔØ ÍÅÔËÉ Ó ÏÔÍÅÞÅÎÎÙÈ ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:379
+#: src/lang.c:380
 #, fuzzy
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  "ÉÚÍÅÎÉÔØ ÉÎÆ. ÓÏÏÂÝÅÎÉÅ × ÐÏÓÌÅÄÎÅÊ ÓÔÒÏËÅ (ÔÅÍÁ/ÏÐÉÓÁÎÉÅ)"
 
-#: src/lang.c:380
+#: src/lang.c:381
 #, fuzzy
 msgid   "choose first attribute in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÓÔÁÔØÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:381
+#: src/lang.c:382
 #, fuzzy
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÓÔÁÔØÀ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:382
+#: src/lang.c:383
 #, fuzzy
 msgid   "choose last attribute in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÓÔÁÔØÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 #, fuzzy
 msgid   "search forwards for an attribute"
 msgstr  "ÐÏÉÓË ÉÍÅÎÉ ÇÒÕÐÐÙ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:385
+#: src/lang.c:386
 #, fuzzy
 msgid   "search backwards for an attribute"
 msgstr  "ÐÏÉÓË ÉÍÅÎÉ ÇÒÕÐÐÙ (ÎÁÚÁÄ)"
 
-#: src/lang.c:386
+#: src/lang.c:387
 #, fuzzy
 msgid   "select attribute"
 msgstr  "×ÙÂÒÁÔØ ÄÉÓËÕÓÓÉÀ"
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  "ÏÔÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ ÏÂ ÏÛÉÂËÅ ÉÌÉ ËÏÍÍÅÎÔÁÒÉÊ %s ÐÏ email"
 
-#: src/lang.c:389
+#: src/lang.c:390
 #, fuzzy
 msgid   "choose first option in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:390
+#: src/lang.c:391
 #, fuzzy
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÇÒÕÐÐÕ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:391
+#: src/lang.c:392
 #, fuzzy
 msgid   "choose last option in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:392
+#: src/lang.c:393
 #, fuzzy
 msgid   "start scopes menu"
 msgstr  "×ÏÚ×ÒÁÔ × ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ"
 
-#: src/lang.c:393
+#: src/lang.c:394
 #, fuzzy
 msgid   "search forwards for an option"
 msgstr  "ÐÏÉÓË ÉÍÅÎÉ ÇÒÕÐÐÙ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:394
+#: src/lang.c:395
 #, fuzzy
 msgid   "search backwards for an option"
 msgstr  "ÐÏÉÓË ÉÍÅÎÉ ÇÒÕÐÐÙ (ÎÁÚÁÄ)"
 
-#: src/lang.c:395
+#: src/lang.c:396
 #, fuzzy
 msgid   "select option"
 msgstr  "×ÙÂÏÒ"
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  "×ÙÂÒÁÔØ ÄÉÁÐÁÚÏÎ ÓÔÁÔÅÊ ÐÏÄ×ÅÒÖÅÎÎÙÈ ÓÌÅÄÕÀÝÅÊ ËÏÍÁÎÄÏÊ"
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  "×ÙÊÔÉ ÉÚ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ"
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÆÁÊÌ ÆÉÌØÔÒÁ"
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  "ÐÏÌÕÞÉÔØ ÐÏÍÏÝØ"
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  "ÐÏËÁÚÁÔØ ÐÏÓÌÅÄÎÀÀ ÐÒÏÓÍÏÔÒÅÎÎÕÀ ÓÔÁÔØÀ"
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  "×ÎÉÚ ÎÁ ÏÄÎÕ ÓÔÒÏËÕ"
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  "××ÅÒÈ ÎÁ ÏÄÎÕ ÓÔÒÏËÕ"
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  "ÐÅÒÅÊÔÉ ÎÁ ÓÔÁÔØÀ ÐÏ Message-ID"
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  "ÏÔÐÒÁ×ÉÔØ ÓÔÁÔØÀ/ÄÉÓË./hot/ÛÁÂÌÏÎ/ÏÔÍÅÞÅÎÎÙÅ ÓÔÁÔØÉ ÐÏ email"
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  "ÍÅÎÀ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÈ ÏÐÃÉÊ"
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  "×ÎÉÚ ÎÁ ÏÄÎÕ ÓÔÒÁÎÉÃÕ"
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  "××ÅÒÈ ÎÁ ÏÄÎÕ ÓÔÒÁÎÉÃÕ"
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  "ÏÔÐÒÁ×ÉÔØ (ÎÁÐÉÓÁÔØ) ÓÔÁÔØÀ × ÔÅËÕÝÕÀ ÇÒÕÐÐÕ"
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  "ÏÔÐÒÁ×ÉÔØ ÏÔÌÏÖÅÎÎÙÅ ÓÔÁÔØÉ"
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  "ÓÐÉÓÏË ÓÔÁÔÅÊ ÏÔÐÒÁ×ÌÅÎÎÙÈ ×ÁÍÉ (ÉÚ ÆÁÊÌÁ posted)"
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  "×ÏÚ×ÒÁÔ × ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ"
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  "×ÙÊÔÉ ÉÚ tin ÎÅÍÅÄÌÅÎÎÏ"
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  "ÐÅÒÅÒÉÓÏ×ÁÔØ ÓÔÒÁÎÉÃÕ"
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  "ÓÏÈÒÁÎÉÔØ ÓÔÁÔØÀ/ÄÉÓË./hot/ÛÁÂÌÏÎ/ÏÔÍÅÞÅÎÎÙÅ ÓÔÁÔØÉ × ÆÁÊÌ"
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  "ÓÏÈÒÁÎÑÔØ ÏÔÍÅÞÅÎÎÙÅ ÓÔÁÔØÉ Á×ÔÏÍÁÔÉÞÅÓËÉ ÂÅÚ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ"
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  "ÐÒÏËÒÕÔÉÔØ ÜËÒÁÎ ÎÁ ÏÄÎÕ ÌÉÎÉÀ ×ÎÉÚ"
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  "ÐÒÏËÒÕÔÉÔØ ÜËÒÁÎ ÎÁ ÏÄÎÕ ÌÉÎÉÀ ××ÅÒÈ"
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ Á×ÔÏÒÕ (ÎÁÚÁÄ)"
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ Á×ÔÏÒÕ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  "ÐÏÉÓË ×ÓÅÈ ÓÔÁÔÅÊ ÐÏ ÚÁÄÁÎÎÏÊ ÓÔÒÏËÅ (ÍÏÖÅÔ ÚÁÎÑÔØ ÎÅËÏÔÏÒÏÅ ×ÒÅÍÑ)"
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  " \t  (ÐÏÉÓË ÉÇÎÏÒÉÒÕÅÔ ÒÅÇÉÓÔÒ É ÏÈ×ÁÔÙ×ÁÅÔ ×ÓÅ ÓÔÁÔØÉ)"
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ ôÅÍÅ (ÎÁÚÁÄ)"
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ ôÅÍÅ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  "ÐÏ×ÔÏÒÉÔØ ÐÏÓÌÅÄÎÉÊ ÐÏÉÓË"
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  "ÏÔÍÅÔÉÔØ ÔÅËÕÝÕÀ ÓÔÁÔØÀ ÄÌÑ ÐÅÒÅÏÔÐ./email/piping/ÐÅÞÁÔÉ/ÓÏÈÒÁÎ."
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  "ÉÚÍÅÎÉÔØ ÉÎÆ. ÓÏÏÂÝÅÎÉÅ × ÐÏÓÌÅÄÎÅÊ ÓÔÒÏËÅ (ÔÅÍÁ/ÏÐÉÓÁÎÉÅ)"
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  "ÉÚÍÅÎÉÔØ ÉÎ×ÅÒÓÉÀ ×ÉÄÅÏ"
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  "ÉÚÍÅÎÉÔØ ÍÉÎÉÐÏÄÓËÁÚËÕ"
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  "ÓÍÅÎÉÔØ ÐÏËÁÚ ÁÄÒÅÓÏ× email, ÉÍÅÎ, ÏÂÏÉÈ ÉÌÉ ÎÉÞÅÇÏ"
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  "ÐÏËÁÚÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ×ÅÒÓÉÉ"
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  "ÐÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ É ×ÅÒÎÕÔØÓÑ × ÍÅÎÀ ×ÙÂÏÒÁ ÇÒÕÐÐ"
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  "ÐÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔ. É ×ÏÊÔÉ × ÓÌÅÄ. ÇÒÕÐÐÕ Ó ÎÅÐÒÏÞÉÔ. ÓÔÁÔØÑÍÉ"
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÄÉÓËÕÓÓÉÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÄÉÓËÕÓÓÉÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  "ÓÐÉÓÏË ÓÔÁÔÅÊ × ÄÉÓËÕÓÓÉÉ (×ÙÚ×ÁÔØ ÐÏÄÍÅÎÀ äÉÓËÕÓÓÉÑ)"
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  "ÐÏÍÅÔÉÔØ ÓÔÁÔØÀ ËÁË ÐÒÏÞÉÔÁÎÎÕÀ"
 
-#: src/lang.c:440
+#: src/lang.c:441
 #, fuzzy
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÄÉÓË. ÉÌÉ ÏÔÍÅÞÅÎÎÙÅ ÄÉÓË. ËÁË ÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:441
+#: src/lang.c:442
 #, fuzzy
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÄÉÓË. ÉÌÉ ÏÔÍÅÞÅÎÎÙÅ ÄÉÓË. ËÁË ÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  ""
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ×ÓÅ/×ÙÂÒÁÎÎÙÅ ÓÔÁÔØÉ"
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  "ÐÏËÁÚÁÔØ ÓÌÅÄÕÀÝÕÀ ÇÒÕÐÐÕ"
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  "ÐÏËÁÚÁÔØ ÐÒÅÄÙÄÕÝÕÀ ÇÒÕÐÐÕ"
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  "ÉÚÍÅÎÉÔØ ×ÓÅ ÐÏÍÅÔËÉ (×ÓÅ ÓÔÁÔØÉ)"
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  "×ÙÂÒÁÔØ ÇÒÕÐÐÕ (ÓÄÅÌÁÔØ \"hot\")"
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  "×ÙÂÒÁÔØ ÄÉÓËÕÓÓÉÀ"
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  "×ÙÂÒÁÔØ ÄÉÓËÕÓÓÉÀ, ÅÓÌÉ ÈÏÔÑ ÂÙ ÏÄÎÁ ÎÅÐÒÏÞÉÔ. ÓÔÁÔØÑ ÐÏÍÅÞÅÎÁ"
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  "×ÙÂÒÁÔØ ÄÉÓËÕÓÓÉÉ, ËÏÔÏÒÙÅ ÐÏÄÐÁÄÁÀÔ ÐÏÄ ÕËÁÚÁÎÎÙÊ ÛÁÂÌÏÎ"
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  "ÐÏÍÅÔÉÔØ ×ÓÅ ÞÁÓÔÉ ÔÅËÕÝÅÇÏ multipart-ÓÏÏÂÝÅÎÉÑ ÐÏ ÐÏÒÑÄËÕ"
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÄÉÓËÕÓÓÉÀ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  "ÉÚÍÅÎÉÔØ ÐÒÅÄÅÌ ÞÉÓÌÁ ÐÏÌÕÞÁÅÍÙÈ É ÐÅÒÅÞÉÔÁÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  "ÐÏËÁÚÙ×ÁÔØ ×ÓÅ/ÎÅÐÒÏÞÉÔÁÎÎÙÅ ÓÔÁÔØÉ"
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  "ÉÚÍÅÎÉÔØ ÐÏÍÅÔËÉ ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  "ÐÅÒÅÂÏÒ ÄÏÓÔÕÐÎÙÈ ÏÐÃÉÊ ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  "ÏÔÍÅÎÉÔØ ×ÓÅ ÐÏÍÅÔËÉ (×ÓÅÈ ÓÔÁÔÅÊ)"
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  "ÓÎÑÔØ ÍÅÔËÉ Ó ÏÔÍÅÞÅÎÎÙÈ ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  ""
 
-#: src/lang.c:461
+#: src/lang.c:462
 #, fuzzy
 msgid   "delete scope"
 msgstr  "÷ÙÂÒÁÔØ ÏÂÌÁÓÔØ ÛÁÂÌÏÎÁ: "
 
-#: src/lang.c:462
+#: src/lang.c:463
 #, fuzzy
 msgid   "edit attributes file"
 msgstr  "úÁÐÉÓØ ÆÁÊÌÁ ÁÔÒÉÂÕÔÏ×..."
 
-#: src/lang.c:463
+#: src/lang.c:464
 #, fuzzy
 msgid   "choose first scope in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:464
+#: src/lang.c:465
 #, fuzzy
 msgid   "0 - 9\t  choose scope by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÇÒÕÐÐÕ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:465
+#: src/lang.c:466
 #, fuzzy
 msgid   "choose last scope in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  ""
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  ""
 
-#: src/lang.c:468
+#: src/lang.c:469
 #, fuzzy
 msgid   "select scope"
 msgstr  "×ÙÈÏÄ × ÏÂÏÌÏÞËÕ"
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  "ÐÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ × ÇÒÕÐÐÅ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  "ÐÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ × ÇÒÕÐÐÅ ËÁË ÐÒÏÞÉÔ. É ÐÅÒÅÊÔÉ Ë ÓÌÅÄ. ÎÅÐÒÏÞÉÔ. ÇÒÕÐÐÅ"
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  "×ÙÂÒÁÔØ ÇÒÕÐÐÕ ÐÏ ÉÍÅÎÉ"
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÇÒÕÐÐÕ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  "×ÙÂÒÁÔØ ÄÉÁÐÁÚÏÎ ÇÒÕÐÐ ÐÏÄ×ÅÒÖÅÎÎÙÈ ÓÌÅÄÕÀÝÅÊ ËÏÍÁÎÄÅ"
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  "ÐÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ × ÇÒÕÐÐÅ ËÁË ÎÅÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  "ÐÅÒÅÍÅÓÔÉÔØ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  "×ÙÂÒÁÔØ ÓÌÅÄ. ÇÒÕÐÐÕ Ó ÎÅÐÒÏÞÉÔÁÎÎÙÍÉ ÎÏ×ÏÓÔÑÍÉ"
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  "×ÙÈÏÄ"
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  "×ÙÈÏÄ ÂÅÚ ÓÏÈÒÁÎÅÎÉÑ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÈ ÉÚÍÅÎÅÎÉÊ"
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  "ÐÒÏÞÉÔÁÔØ ×ÙÂÒÁÎÎÕÀ ÇÒÕÐÐÕ"
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  "ÓÂÒÏÓÉÔØ .newsrc (×ÓÅ ÓÔÁÔØÉ × ÇÒÕÐÐÅ ÐÏÍÅÔÑÔÓÑ ÎÅÐÒÏÞÉÔÁÎÎÙÍÉ)"
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  "ÐÏÉÓË ÉÍÅÎÉ ÇÒÕÐÐÙ (ÎÁÚÁÄ)"
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  " \t  (×ÓÅ ÐÏÉÓËÉ ÒÅÇÉÓÔÒÏ-ÎÅÚÁ×ÉÓÉÍÙ É ÏÈ×ÁÔÙ×ÁÀÔ ×ÓÅ ÓÔÁÔØÉ/ÇÒÕÐÐÙ)"
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  "ÐÏÉÓË ÉÍÅÎÉ ÇÒÕÐÐÙ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  "ÐÏÄÐÉÓÁÔØÓÑ ÎÁ ×ÙÂÒÁÎÎÕÀ ÇÒÕÐÐÕ"
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  "ÐÏÄÐÉÓÁÔØÓÑ ÎÁ ÇÒÕÐÐÙ, ÓÏ×ÐÁÄÁÀÝÉÅ Ó ÛÁÂÌÏÎÏÍ"
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  "ÐÅÒÅÞÉÔÁÔØ ÆÁÊÌ active ÄÌÑ ÐÒÏ×ÅÒËÉ ÎÏ×ÙÈ ÎÏ×ÏÓÔÅÊ"
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  "ÐÅÒÅËÌÀÞÉÔØ ×Ù×ÏÄ: ÉÍÑ ÇÒÕÐÐÙ ÉÌÉ ÉÍÑ ÇÒÕÐÐÙ ÐÌÀÓ ÏÐÉÓÁÎÉÅ"
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  "ÐÅÒÅËÌÀÞÉÔØ ×Ù×ÏÄ: ×ÓÅ/ÎÅÐÒÏÞÉÔÁÎÎÙÅ ÐÏÄÐÉÓÁÎÎÙÅ ÇÒÕÐÐÙ"
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  "ÏÔÐÉÓÁÔØÓÑ ÏÔ ×ÙÂÒÁÎÎÏÊ ÇÒÕÐÐÙ"
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  "ÏÔÐÉÓÁÔØÓÑ ÏÔ ÇÒÕÐÐ, ÓÏ×ÐÁÄÁÀÝÉÈ Ó ÛÁÂÌÏÎÏÍ"
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  "ÓÏÒÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÇÒÕÐÐ"
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  "ÐÅÒÅËÌÀÞÉÔØ ×Ù×ÏÄ: ×ÓÅ/ÐÏÄÐÉÓÁÎÎÙÅ ÇÒÕÐÐÙ"
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÓÔÁÔØÀ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  "ÐÏÍÅÔÉÔØ ÄÉÓËÕÓÓÉÀ ËÁË ÐÒÏÞÉÔÁÎÎÕÀ É ×ÅÒÎÕÔØÓÑ ÎÁ ÓÔÒÁÎÉÃÕ ÉÎÄÅËÓÁ ÇÒÕÐÐ"
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  "ÐÏÍÅÔÉÔØ ÄÉÓË. ËÁË ÐÒÏÞÉÔ. É ÐÅÒÅÊÔÉ × ÓÌÅÄ. ÎÅÐÒÏÞÉÔ. ÄÉÓË. ÉÌÉ ÇÒÕÐÐÅ"
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÓÔÁÔØÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÓÔÁÔØÀ × ÓÐÉÓËÅ"
 
-#: src/lang.c:500
+#: src/lang.c:501
 #, fuzzy
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  "ÐÏÍÅÔÉÔØ ÓÔÁÔØÀ ÉÌÉ ÏÔÍÅÞ. ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔ. É ÐÅÒÅÊÔÉ Ë ÓÌÅÄ. ÎÅÐÒÏÞ. ÓÔÁÔØÅ"
 
-#: src/lang.c:501
+#: src/lang.c:502
 #, fuzzy
 msgid   "mark article, range or tagged articles as unread"
 msgstr  "ÐÏÍÅÔÉÔØ ÓÔÁÔØÀ ËÁË ÐÒÏÞÉÔÁÎÎÕÀ"
 
-#: src/lang.c:502
+#: src/lang.c:503
 #, fuzzy
 msgid   "mark current thread as unread"
 msgstr  "ÐÏÍÅÔÉÔØ ÄÉÓËÕÓÓÉÀ ËÁË ÎÅÐÒÏÞÉÔÁÎÎÕÀ"
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  "ÐÒÏÞÉÔÁÔØ ×ÙÂÒÁÎÎÕÀ ÓÔÁÔØÀ"
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  "ðÏËÁÚÁÔØ Ó×ÏÊÓÔ×Á\n"
         "-----------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 #, fuzzy
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "òÁÚÎÙÅ\n"
         "------"
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  "ä×ÉÖÅÎÉÅ\n"
         "--------"
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  "ïÐÅÒÁÃÉÉ Ó ÇÒÕÐÐÁÍÉ/ÄÉÓËÕÓÓÉÑÍ/ÓÔÁÔØÑÍÉ\n"
         "---------------------------------------"
 
-#: src/lang.c:508
+#: src/lang.c:509
 #, fuzzy
 msgid   "Attachment operations\n"
         "---------------------"
 msgstr  "ðÏËÁÚÁÔØ Ó×ÏÊÓÔ×Á\n"
         "-----------------"
 
-#: src/lang.c:509
+#: src/lang.c:510
 #, fuzzy
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  "ðÏËÁÚÁÔØ Ó×ÏÊÓÔ×Á\n"
         "-----------------"
 
-#: src/lang.c:510
+#: src/lang.c:511
 #, fuzzy
 msgid   "Option operations\n"
         "-----------------"
 msgstr  "ðÏËÁÚÁÔØ Ó×ÏÊÓÔ×Á\n"
         "-----------------"
 
-#: src/lang.c:511
+#: src/lang.c:512
 #, fuzzy
 msgid   "Scope operations\n"
         "----------------"
 msgstr  "ðÏËÁÚÁÔØ Ó×ÏÊÓÔ×Á\n"
         "-----------------"
 
-#: src/lang.c:512
+#: src/lang.c:513
 #, fuzzy
 msgid   "URL operations\n"
         "--------------"
 msgstr  "ðÏËÁÚÁÔØ Ó×ÏÊÓÔ×Á\n"
         "-----------------"
 
-#: src/lang.c:513
+#: src/lang.c:514
 #, fuzzy
 msgid   "choose first URL in list"
 msgstr  "×ÙÂÒÁÔØ ÐÅÒ×ÕÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:514
+#: src/lang.c:515
 #, fuzzy
 msgid   "0 - 9\t  choose URL by number"
 msgstr  "0 - 9\t  ×ÙÂÒÁÔØ ÇÒÕÐÐÕ ÐÏ ÎÏÍÅÒÕ"
 
-#: src/lang.c:515
+#: src/lang.c:516
 #, fuzzy
 msgid   "choose last URL in list"
 msgstr  "×ÙÂÒÁÔØ ÐÏÓÌÅÄÎÀÀ ÇÒÕÐÐÕ × ÓÐÉÓËÅ"
 
-#: src/lang.c:516
+#: src/lang.c:517
 #, fuzzy
 msgid   "search for URLs forwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ Á×ÔÏÒÕ (×ÐÅÒ£Ä)"
 
-#: src/lang.c:517
+#: src/lang.c:518
 #, fuzzy
 msgid   "search for URLs backwards"
 msgstr  "ÐÏÉÓË ÓÔÁÔÅÊ ÐÏ Á×ÔÏÒÕ (ÎÁÚÁÄ)"
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 #, fuzzy
 msgid   "toggle info message in last line (URL)"
 msgstr  "ÉÚÍÅÎÉÔØ ÉÎÆ. ÓÏÏÂÝÅÎÉÅ × ÐÏÓÌÅÄÎÅÊ ÓÔÒÏËÅ (ÔÅÍÁ/ÏÐÉÓÁÎÉÅ)"
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  "ëÏÍÁÎÄÙ ÕÒÏ×ÎÑ ÇÒÕÐÐ"
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  "õÎÉÞÔÏÖÉÔØ ÄÏÂÁ×ÌÅÎÎÙÊ ÆÉÌØÔÒ"
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  "æÉÌØÔÒ Á×ÔÏ×ÙÂÏÒÁ ÄÏÂÁ×ÌÅÎ"
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  "÷ÓÅ ÞÁÓÔÉ ÐÏÍÅÞÅÎÙ"
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  "óÏÈÒÁÎÅÎÉÅ ÓÔÁÔØÉ ÄÌÑ ÏÔÌÏÖÅÎÎÏÊ ÏÔÐÒÁ×ËÉ"
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  "ðÏÖÁÌÕÊÓÔÁ ××ÅÄÉÔÅ ÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ"
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  "ðÒÏÐÕÝÅÎÁ ÞÁÓÔØ #%d"
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  "*** îÅÔ ÏÔÌÏÖÅÎÎÙÈ ÓÔÁÔÅÊ ***"
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  "îÅ multi-part ÓÏÏÂÝÅÎÉÅ"
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  "÷Ù ÎÅ ÐÏÄÐÉÓÁÎÙ ÎÁ ÜÔÕ ÇÒÕÐÐÕ"
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  "îÅÔ ÐÒÅÄÙÄÕÝÅÇÏ ×ÙÒÁÖÅÎÉÑ"
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  "ïÐÅÒÁÃÉÑ ÚÁÐÒÅÝÅÎÁ × ÒÅÖÉÍÅ ÚÁÐÒÅÝÅÎÉÑ ÐÅÒÅÚÁÐÉÓÉ"
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  "%d ÏÔÌÏÖÅÎÁ(Ù) %s, ×ÏÚÏÂÎÏ×ÉÔØ Ó ^O...\n"
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  "X-Conversion-Note: multipart/alternative ÓÏÄÅÒÖÉÍÏÅ ÂÙÌÏ ÕÄÁÌÅÎÏ.\n"
         "  äÌÑ ÐÏÌÕÞÅÎÉÑ ×ÓÅÊ ÓÔÁÔØÉ, ÉÚÍÅÎÉÔÅ ÏÂÒÁÂÏÔËÕ multipart/alternative\n"
         "  ÓÔÁÔÅÊ ÎÁ OFF × íÅÎÀ ÏÐÃÉÊ\n"
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  "æÁÊÌ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ  %s/%s - mailbox. ÷ÌÏÖÅÎÉÅ ÎÅ ÓÏÈÒÁÎÅÎÏ"
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  "TeX2Iso ËÏÄÉÒÏ×ÁÎÎÁÑ ÓÔÁÔØÑ"
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  "ÎÅÐÏÌÎÙÊ "
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2509,478 +2514,478 @@ msgstr  "\n"
         "TODO É FTP. óÏÏÂÝÅÎÉÑ ÏÂ ÏÛÉÂËÁÈ É ÏÔÚÙ×Ù ÏÔÐÒÁ×ÌÑÊÔÅ %s ÐÒÉ ÐÏÍÏÝÉ ËÏÍÁÎÄÙ "
         "'R'.\n"
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  "îÅÄÏÐÕÓÔÉÍÁÑ ÓÔÒÏËÁ From: %s. ðÒÏÞÉÔÁÊÔÅ ÆÁÊÌ INSTALL ÓÎÏ×Á."
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  "îÁÊÄÅÎÁ ÎÅÄÏÐÕÓÔÉÍÁÑ ÍÕÌØÔÉÂÁÊÔÏ×ÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ\n"
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  "îÅÄÏÐÕÓÔÉÍÙÊ ÚÁÇÏÌÏ×ÏË Sender: %s"
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  "éÎ×ÅÒÓÎÏÅ ×ÉÄÅÏ ÚÁÐÒÅÝÅÎÏ"
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  "éÎ×ÅÒÓÎÏÅ ×ÉÄÅÏ ÒÁÚÒÅÛÅÎÏ"
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  "ðÒÏÐÕÝÅÎÏ ÏÐÒÅÄÅÌÅÎÉÅ ÄÌÑ %s\n"
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  "îÅÐÒÁ×ÉÌØÎÏÅ ÏÐÒÅÄÅÌÅÎÉÅ ËÌÁ×ÉÛÉ '%s'\n"
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  "îÅÐÒÁ×ÉÌØÎÏÅ ÎÁÚ×ÁÎÉÅ ËÌÁ×ÉÛÉ '%s'\n"
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  "æÁÊÌ Keymap ÏÂÎÏ×ÌÅÎ ÄÏ ×ÅÒÓÉÉ %s\n"
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  "õÎÉÞÔÏÖÉÔØ From:    [%s] (y/n): "
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  "õÎÉÞÔÏÖÉÔØ ÓÔÒÏËÉ: (</>num): "
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  "õÎÉÞÔÏÖÉÔØ ÍÅÎÀ ÓÔÁÔØÉ"
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  "õÎÉÞÔÏÖÉÔØ Msg-Id:   [%s] (f/l/o/n): "
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  "õÎÉÞÔÏÖÉÔØ ÛÁÂÌÏÎ ÏÂÚÏÒÁ  : "
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  "õÎÉÞÔÏÖÉÔØ ôÅÍÕ:  [%s] (y/n): "
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  "õÎÉÞÔÏÖÉÔØ ÛÁÂÌÏÎ    : "
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  "õÎÉÞÔÏÖÉÔØ ×ÒÅÍÑ × ÄÎÑÈ   : "
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  "ðÏÓÌÅÄÎÉÊ"
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  "-- ðÏÓÌÅÄÎÉÊ ÏÔ×ÅÔ --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  "óÔÒÏË %s  "
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  ""
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  ""
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "ïÔÐÒÁ×ÉÔØ ÓÔÁÔØÀ(É) ÐÏ email [%.*s]> "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "ïÔÐÒÁ×ÉÔØ ÌÏÇ-ÓÏÏÂÝÅÎÉÅ %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
 msgstr  "ïÔÐÒÁ×ÌÑÅÔÓÑ ÓÏÏÂÝÅÎÉÅ ÏÂ ÏÛÉÂËÅ..."
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  "ïÔÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ ÏÂ ÏÛÉÂËÅ %s?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  "ïÔÐÒÁ×ÌÅÎÏ ÐÏ email"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  "ïÔÐÒÁ×ÌÑÅÔÓÑ ÐÏ email %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
         "#\n"
 msgstr  ""
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, fuzzy, c-format
 msgid   "%s marked as read"
 msgstr  "%s ÐÏÍÅÞÅÎÏ ËÁË ÎÅÐÒÏÞÉÔÁÎÏ"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  "%s ÐÏÍÅÞÅÎÏ ËÁË ÎÅÐÒÏÞÉÔÁÎÏ"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, fuzzy, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "ðÏÍÅÞÅÎÏ %d ÉÚ %d ÏÔÍÅÞÅÎÎÙÈ %s ËÁË ÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, fuzzy, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "ðÏÍÅÞÅÎÏ %d ÉÚ %d ÏÔÍÅÞÅÎÎÙÈ %s ËÁË ÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  ""
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "ðÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ%s?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, fuzzy, c-format
 msgid   "Mark article as read%s?"
 msgstr  "ðÏÍÅÔÉÔØ ×ÓÅ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ%s?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  "ðÏÍÅÔÉÔØ ÇÒÕÐÐÕ %s ËÁË ÐÒÏÞÉÔÁÎÎÕÀ?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "ðÏÍÅÔÉÔØ ÄÉÓËÕÓÓÉÀ ËÁË ÐÒÏÞÉÔÁÎÎÕÀ %s?"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  "óÏÐÏÓÔÁ×ÌÅÎÉÅ Ó ÛÁÂÌÏÎÏÍ %s ÇÒÕÐÐ..."
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  "<n>=ÐÅÒÅÊÔÉ Ë n; %s=ÓÌÅÄ. ÎÅÐÒÏÞ.; %s=catchup; %s=ÉÚÍÅÎ. ×ÉÄ"
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, fuzzy, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=mail; %s=×ÙÈÏÄ; %s=ÏÔ×ÅÔÉÔØ; %s=ÓÏÈÒÁÎÉÔØ; %s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, fuzzy, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=mail; %s=×ÙÈÏÄ; %s=ÏÔ×ÅÔÉÔØ; %s=ÓÏÈÒÁÎÉÔØ; %s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, fuzzy, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=ÐÏÉÓË ×ÐÅÒ£Ä; %s=ÐÏÉÓË ÎÁÚÁÄ; %s=×ÙÈÏÄ"
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=ÐÅÒÅÊÔÉ Ë n; %s=ÓÌÅÄ. ÎÅÐÒÏÞ.; %s=ÐÏÉÓË ÐÏ ÛÁÂÌÏÎÕ; %s=ÕÎÉÞÔ./×ÙÂÒÁÔØ"
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  "%s=ÐÏÉÓË Á×Ô.; %s=catchup; %s=ÓÔÒË. ×ÎÉÚ.; %s=ÓÔÒË. ××ÅÒÈ.; %s=ÍÁÒË. ÐÒÏÞ.; %"
         "s=ÓÐÉÓ. ÄÉÓË."
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=ÓÔÒË. ××ÅÒÈ; %s=ÓÔÒË. ×ÎÉÚ; %s=ÓÔÒ. ××ÅÒÈ; %s=ÓÔÒ. ×ÎÉÚ; %s=ÎÁÞÁÌÏ; %"
         "s=ËÏÎÅÃ"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=ÐÏÉÓË ×ÐÅÒ£Ä; %s=ÐÏÉÓË ÎÁÚÁÄ; %s=×ÙÈÏÄ"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  "%s=ÐÏÉÓË Á×ÔÏÒÁ; %s=ÐÏÉÓË × ÓÏÏÂ.; %s=catchup; %s=followup; %s=ÍÁÒË. ÐÒÏÞ."
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  ""
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  "<n>=ÐÅÒÅÊÔÉ Ë n; %s=ÓÌÅÄ. ÎÅÐÒÏÞ.; %s,%s=ÐÏÉÓË ÐÏ ÛÁÂÌÏÎÕ; %s=catchup"
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=ÓÔÒ. ×ÎÉÚ; %s=ÓÔÒ. ××ÅÒÈ; %s=ÐÏÍÏÝØ; %s=ÐÅÒÅÍ.; %s=×ÙÈÏÄ; %s=ÕÓÔ. ×ÓÅ|"
         "ÎÅÐÒÏÞ."
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  "%s=ÐÏÄÐÉÓÁÔØÓÑ; %s=ÐÏÄÐ. ÛÁÂÌÏÎ; %s=ÏÔÐÉÓÁÔØÓÑ; %s=ÏÔÐÉÓ. ÛÁÂÌÏÎ; %s=yank in/"
         "out"
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  "<n>=ÐÅÒÅÊÔÉ Ë n; %s=ÓÌÅÄ. ÎÅÐÒÏÞ.; %s=catchup; %s=ÉÚÍÅÎ. ×ÉÄ"
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  "%s=ÐÏÍÏÝØ; %s=ÓÔÒ. ×ÎÉÚ; %s=ÓÔÒ. ××ÅÒÈ; %s=×ÙÈÏÄ; %s=ÏÔÍ.; %s=ÍÁÒË. ÎÅÐÒÏÞ."
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, fuzzy, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=ÐÏÉÓË ×ÐÅÒ£Ä; %s=ÐÏÉÓË ÎÁÚÁÄ; %s=×ÙÈÏÄ"
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  "--äÁÌÅÅ--"
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  "ðÅÒÅÍÅÝÅÎÉÅ %s..."
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  ""
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  "Message-ID: ÓÔÒÏËÁ            "
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  ""
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ", ÉÍÑ: "
 
-#: src/lang.c:634
-#, c-format
-msgid   "Goto newsgroup [%s]> "
+#: src/lang.c:635
+#, fuzzy, c-format
+msgid   "Go to newsgroup [%s]> "
 msgstr  "ðÅÒÅÊÔÉ Ë ÇÒÕÐÐÅ [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  "ÇÒÕÐÐÙ"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  "ðÏÚÉÃÉÑ %s × ÓÐÉÓËÅ ÇÒÕÐÐ (1,2,..,$) [%d]> "
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  "ÇÒÕÐÐÁ"
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  "ðÏÐÒÏÂÏ×ÁÔØ É ÓÏÈÒÁÎÉÔØ newsrc ÓÎÏ×Á?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  "÷ÎÉÍÁÎÉÅ: çÒÕÐÐÙ ÎÅ ÂÙÌÉ ÚÁÐÉÓÁÎÙ × newsrc. óÏÈÒÁÎÅÎÉÅ ÐÒÅÒ×ÁÎÏ."
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  "newsrc ÆÁÊÌ ÕÓÐÅÛÎÏ ÓÏÈÒÁÎ£Î.\n"
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  "-- óÌÅÄÕÀÝÉÊ ÏÔ×ÅÔ --"
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  "îÅÔ  "
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  "*** îÅÔ ÓÔÁÔÅÊ ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  "îÉ ÏÄÎÁ ÓÔÁÔØÑ ÎÅ ÂÙÌÁ ÏÔÐÒÁ×ÌÅÎÁ"
 
-#: src/lang.c:645
+#: src/lang.c:646
 #, fuzzy
 msgid   "*** No attachments ***"
 msgstr  "*** îÅÔ ÓÔÁÔÅÊ ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  "*** îÅÔ ÏÐÉÓÁÎÉÑ ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  "îÅÔ ÉÍÅÎÉ ÆÁÊÌÁ"
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  "îÅÔ ÇÒÕÐÐÙ"
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  "*** îÅÔ ÇÒÕÐÐ ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  "îÅÔ ÂÏÌØÛÅ ÇÒÕÐÐ ÄÌÑ ÞÔÅÎÉÑ"
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  "îÅÔ ÐÏÓÌÅÄÎÅÇÏ ÓÏÏÂÝÅÎÉÑ"
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  "îÅÔ ÁÄÒÅÓÁ email"
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  "îÅÔ ÍÁÒËÉÒÏ×ÁÎÎÙÈ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÓÔÁÔÅÊ"
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  "îÅÔ ÓÏ×ÐÁÄÅÎÉÑ"
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  "âÏÌØÛÅ ÎÅÔ ÇÒÕÐÐ"
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  "îÅÔ ÇÒÕÐÐ"
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  "îÅÔ ÓÌÅÄÕÀÝÅÊ ÎÅÐÒÏÞÉÔÁÎÎÏÊ ÓÔÁÔØÉ"
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  "îÅÔ ÐÒÅÄÙÄÕÝÅÊ ÇÒÕÐÐÙ"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  "îÅÔ ÐÒÅÄÙÄÕÝÅÊ ÎÅÐÒÏÞÉÔÁÎÎÏÊ ÓÔÁÔØÉ"
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  "îÅÔ ÏÔ×ÅÔÏ×"
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  "îÅÔ ÏÔ×ÅÔÏ× ÎÁ ÓÐÉÓÏË × ÔÅËÕÝÅÊ ÄÉÓËÕÓÓÉÉ"
 
-#: src/lang.c:663
+#: src/lang.c:664
 #, fuzzy
 msgid   "*** No scopes ***"
 msgstr  "*** îÅÔ ÇÒÕÐÐ ***"
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  "îÅÔ ÓÔÒÏËÉ ÐÏÉÓËÁ"
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  "îÅÔ ÔÅÍÙ"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  "%s: ôÅÒÍÉÎÁÌ ÄÏÌÖÅÎ ÉÍÅÔØ ÆÕÎËÃÉÀ clear to end-of-line (ce)\n"
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  "%s: ôÅÒÍÉÎÁÌ ÄÏÌÖÅÎ ÉÍÅÔØ ÆÕÎËÃÉÀ clear to end-of-screen (cd)\n"
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  "%s: ôÅÒÍÉÎÁÌ ÄÏÌÖÅÎ ÉÍÅÔØ ÆÕÎËÃÉÀ clearscreen (cl)\n"
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  "%s: ôÅÒÍÉÎÁÌ ÄÏÌÖÅÎ ÉÍÅÔØ cursor motion (cm)\n"
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  "%s: ÕÓÔÁÎÏ×ÉÔÅ ÐÅÒÅÍÅÎÎÕÀ ÓÒÅÄÙ TERM\n"
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  "îÅ ÎÁÊÄÅÎ ÐÒÏÓÍÏÔÏÒÝÉË ÄÌÑ %s/%s\n"
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  "çÒÕÐÐÁ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ ÎÁ ÜÔÏÍ ÓÅÒ×ÅÒÅ"
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  "çÒÕÐÐÁ %s ÎÅ ÎÁÊÄÅÎÁ × ÆÁÊÌÅ active"
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "c)ÓÏÚÄÁÔØ, a)ÉÓÐ. ÁÌØÔÅÒ. ÉÍÑ, d)ÉÓÐ. ÓÔÁÎÄÁÒÔÎÙÊ .newsrc, q)×ÙÈÏÄ ÉÚ tin: "
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "a)ÉÓÐ. ÁÌØÔÅÒ. ÉÍÑ, d)ÉÓÐ. ÓÔÁÎÄÁÒÔÎÙÊ .newsrc, q)×ÙÈÏÄ ÉÚ tin: "
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -2996,45 +3001,45 @@ msgid   "# NNTP-server -> newsrc transla
         "#\n"
 msgstr  ""
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  "ôÏÌØËÏ"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "ïÐÃÉÑ ÎÅ ×ËÌÀÞÅÎÁ. ðÅÒÅÓÏÂÅÒÉÔÅ ÐÁËÅÔ Ó %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  "íÅÎÀ ÏÐÃÉÊ"
 
-#: src/lang.c:688
+#: src/lang.c:689
 #, fuzzy
 msgid   "Options Menu Commands"
 msgstr  "íÅÎÀ ÏÐÃÉÊ"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  "ïÛÉÂËÁ × regex: %s × ÐÏÚ. %d '%s'"
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  "ïÛÉÂËÁ × regex: ×ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ pcre %d"
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  "ïÛÉÂËÁ × regex: study - ×ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ pcre %s"
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  "ïÔÐÒÁ×ÌÅÎÉÅ ÏÔ×ÅÔÁ × ÇÒÕÐÐÕ..."
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
@@ -3042,276 +3047,276 @@ msgstr  "ïÛÉÂËÁ ×Ï ×ÒÅÍÑ ÏÔÐÒÁ×ÌÅÎÉÑ ÓÔÁ
         "É ÍÏÖÅÔ ÂÙÔØ ÉÓÐÒÁ×ÌÅÎÁÑ, ÔÏ ×Ù ÍÏÖÅÔÅ ÏÔÌÏÖÉÔØ ÓÔÁÔØÀ É ÏÔÐÒÁ×ÉÔØ Å£ Ó\n"
         "ÐÏÍÏÝØÀ ^O ÐÏÚÖÅ.\n"
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  "éÓÔÏÒÉÑ ÏÔÐÒÁ×ÌÅÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "ïÔÐÒÁ×ÉÔØ × ÇÒÕÐÐÕ(Ù) [%s]> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  "-- ÐÏÓÔ-ÏÂÒÁÂÏÔËÁ ÎÁÞÁÔÁ --"
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  "-- ÐÏÓÔ-ÏÂÒÁÂÏÔËÁ ÚÁËÏÎÞÅÎÁ --"
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  "ôÅÍÁ ÓÏÏÂÝÅÎÉÑ [%s]> "
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  "# ó×ÏÄËÁ Ï ÓÏÏÂÝÅÎÉÑÈ ÏÔÐÒÁ×ÌÅÎÎÙÈ × ÇÒÕÐÐÕ ÉÌÉ ÐÏ ÐÏÞÔÅ ×ÙÚÙ×ÁÅÔÓÑ ËÏÍÁÎÄÏÊ\n"
         "# 'W' ÉÚ tin.\n"
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  "ïÔÐÒÁ×ÌÅÎÉÅ ÓÔÁÔØÉ..."
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  "ïÔÐÒÁ×ÉÔØ ÏÔÌÏÖÅÎÎÙÅ ÓÔÁÔØÉ [%%s]? (%s/%s/%s/%s/%s): "
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  ""
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  "ðÏÍÅÞÅÎÙ %s"
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  "óÎÑÔÙ ÏÔÍÅÔËÉ %s"
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  "ïÂÒÁÂÏÔËÁ ÐÏÞÔÏ×ÙÈ ÓÏÏÂÝÅÎÉÊ ÐÏÍÅÞÅÎÎÙÈ ÄÌÑ ÕÄÁÌÅÎÉÑ."
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  "ïÂÒÁÂÏÔËÁ ÓÏÈÒÁÎ£ÎÎÙÈ ÓÔÁÔÅÊ ÐÏÍÅÞÅÎÎÙÈ ÄÌÑ ÕÄÁÌÅÎÉÑ."
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  "ðÒÉÎÑÔØ Followup-To? %s=ÏÔÐÒÁ×ÉÔØ, %s=ÉÇÎÏÒÉÒÏ×ÁÔØ, %s=×ÙÈÏÄ: "
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  "óÔÁÔØÑ ÎÅ ÉÚÍÅÎÉÌÁÓØ, ÐÒÅÒ×ÁÔØ ÏÔÐÒÁ×ËÕ?"
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  "èÏÔÉÔÅ ÐÏÓÍÏÔÒÅÔØ ÏÔÌÏÖÅÎÎÙÅ ÓÔÁÔØÉ (%d)?"
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  "äÏÂÁ×ÉÔØ ÆÉÌØÔÒ ÂÙÓÔÒÏÇÏ ÕÎÉÞÔÏÖÅÎÉÑ?"
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  "äÏÂÁ×ÉÔØ ÆÉÌØÔÒ ÂÙÓÔÒÏÇÏ ×ÙÂÏÒÁ?"
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ×ÙÊÔÉ?"
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  "%s=ÒÅÄÁËÔ. ÏÔÍÅÎ. ÓÏÏÂÝÅÎÉÑ, %s=×ÙÈÏÄ, %s=ÕÄÁÌÉÔØ (ÏÔÍÅÎÉÔØ) [%%s]: "
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  "ïÓÔÁÌÉÓØ ÐÏÍÅÞÅÎÎÙÅ ÓÔÁÔØÉ × ÇÒÕÐÐÅ - ×ÙÊÔÉ ×ÓÅ ÒÁ×ÎÏ?"
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄÁËÔÉÒÏ×ÁÔØ, %s=ÏÔÌÏÖÉÔØ: "
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  "%s=×ÙÈÏÄ %s=ÒÅÄÁËÔÉÒÏ×ÁÔØ %s=ÓÏÈÒ. ÕÎÉÞÔÏÖÅÎÎÏÅ ÏÐÉÓÁÎÉÅ: "
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  "%s=×ÙÈÏÄ %s=ÒÅÄÁËÔÉÒÏ×ÁÔØ %s=ÓÏÈÒ. ×ÙÂÒÁÎÎÏÅ ÏÐÉÓÁÎÉÅ: "
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ×ÙÊÔÉ ÂÅÚ ÓÏÈÒÁÎÅÎÉÑ ËÏÎÆÉÇÕÒÁÃÉÉ?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  "îÅÄÏÐÕÓÔÉÍÙÊ ÄÉÁÐÁÚÏÎ - ÄÏÓÔÕÐÎÙ '0-9.$', ÎÁÐÒ. 1-$"
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  "÷Ù ÈÏÔÉÔÅ ÐÒÅÒ×ÁÔØ ÏÐÅÒÁÃÉÀ?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  "÷Ù ÈÏÔÉÔÅ ×ÙÊÔÉ ÉÚ tin ÎÅÍÅÄÌÅÎÎÏ?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  "þÔÅÎÉÅ ('q' - ×ÙÈÏÄ)..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  "þÔÅÎÉÅ %sÓÔÁÔÅÊ..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ %sÁÔÒÉÂÕÔÏ×...\n"
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ %sconfig...\n"
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ ÆÉÌØÔÒÏ×...\n"
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  "þÔÅÎÉÅ %s ÇÒÕÐÐ..."
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ ÉÓÔÏÒÉÉ...\n"
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ ÎÁÚÎÁÞÅÎÉÊ ËÌÁ×ÉÛ...\n"
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  "þÔÅÎÉÅ ÇÒÕÐÐ ÉÚ ÆÁÊÌÁ active... "
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  "þÔÅÎÉÅ ÇÒÕÐÐ ÉÚ ÆÁÊÌÁ newsrc... "
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ ÇÒÕÐÐ... "
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ newsrc..."
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  "References: ÓÔÒÏËÁ            "
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  "(%d:%02d ÏÓÔÁÌÏÓØ)"
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  "ïÛÉÂÏÞÎÁÑ ÇÒÕÐÐÁ %s ÕÄÁÌÅÎÁ."
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  "õÄÁÌ£Î ÉÚ ÐÒÅÄÙÄÕÝÅÇÏ ÐÒÁ×ÉÌÁ: "
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "ïÛÉÂËÁ: ÐÅÒÅÉÍÅÎÏ×ÁÔØ %s × %s"
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  "ïÔ×ÅÞÁÅÍ Á×ÔÏÒÕ..."
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  "ïÐÒÁ×ÉÔØ ÓÎÏ×Á"
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  "ðÏ×ÔÏÒÎÁÑ ÏÔÐÒÁ×ËÁ ÓÔÁÔØÉ..."
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  "ïÔÐÒÁ×ÉÔØ ÓÎÏ×Á ÓÔÁÔØÀ(É) × ÇÒÕÐÐÕ(Ù) [%s]> "
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  "óÂÒÏÓÉÔØ newsrc?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  "ïÔ×ÅÔÙ ÂÙÌÉ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÙ × ÓÌÅÄÕÀÝÉÅ ÇÒÕÐÐÙ"
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  "ïÔ×ÅÔÙ ÂÙÌÉ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÙ ÏÔÐÒÁ×ÉÔÅÌÀ. %s=mail, %s=ÏÔÐÒÁ×ÉÔØ, %s=×ÙÈÏÄ: "
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  "îÁÖÍÉÔÅ <CR> ÄÌÑ ÐÒÏÄÏÌÖÅÎÉÑ..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  "÷ÙÂÒÁÔØ From   [%s] (y/n): "
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  "÷ÙÂÒÁÔØ ÓÔÒÏËÉ: (</>num): "
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  "á×ÔÏ×ÙÂÏÒ íÅÎÀ ÓÔÁÔÅÊ"
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  "÷ÙÂÒÁÔØ Msg-Id [%s] (f/l/o/n): "
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  "÷ÙÂÒÁÔØ ÏÂÌÁÓÔØ ÛÁÂÌÏÎÁ: "
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  "÷ÙÂÒÁÔØ ôÅÍÕ [%s] (y/n): "
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  "÷ÙÂÒÁÔØ ÛÁÂÌÏÎ : "
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  "÷ÙÂÒÁÔØ ×ÒÅÍÑ  : "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3330,265 +3335,265 @@ msgstr  "# %s ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ\n"
         "############################################################################\n"
         "\n"
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  "÷Ù×ÏÄ ÔÏÌØËÏ ÎÅÐÒÏÞÉÔÁÎÎÙÈ ÇÒÕÐÐ"
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  "ôÅÍÁ: ÓÔÒÏËÁ (ÉÇÎÏÒÉÒÏ×ÁÔØ ÒÅÇÉÓÔÒ) "
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  "ôÅÍÁ: ÓÔÒÏËÁ (ÎÅ ÉÇÎÏÒÉÒÏ×ÁÔØ ÒÅÇÉÓÔÒ)"
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  "óÏÈÒÁÎÉÔØ"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  "óÏÈÒÁÎÉÔØ '%s' (%s/%s)?"
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  "óÏÈÒÁÎÉÔØ ËÏÎÆÉÇÕÒÁÃÉÀ ÐÅÒÅÄ ÐÒÏÄÏÌÖÅÎÉÅÍ?"
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  "óÏÈÒÁÎÉÔØ × ÆÁÊÌ> "
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  "óÏÈÒÁÎÅÎÏ"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  "%4d ÎÅÐÒÏÞÉÔÁÎÏ (%4d hot) %s × %s\n"
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  "óÏÈÒÁÎÅÎÏ %s...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  "îÉÞÅÇÏ ÎÅ ÂÙÌÏ ÓÏÈÒÁÎÅÎÏ"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s ÉÚ %d %s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s ÓÏÈÒÁÎ. × %s%s --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s ÓÏÈÒÁÎ. × %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  "úÁÐÉÓØ..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  "%s: ÎÅÕÄÁÞÎÁÑ ÉÎÉÃÉÁÌÉÚÁÃÉÑ ÜËÒÁÎÁ"
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s: ÜËÒÁÎ ÓÌÉÛËÏÍ ÍÁÌ\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  "ÜËÒÁÎ ÓÌÉÛËÏÍ ÍÁÌ, %s ×ÙÈÏÄ\n"
 
-#: src/lang.c:795
+#: src/lang.c:796
 #, fuzzy
 msgid   "Delete scope?"
 msgstr  "÷ÙÂÒÁÔØ ÏÂÌÁÓÔØ ÛÁÂÌÏÎÁ: "
 
-#: src/lang.c:796
+#: src/lang.c:797
 #, fuzzy
 msgid   "Enter scope> "
 msgstr  "÷×ÅÄÉÔÅ ÎÏÍÅÒ ÏÐÃÉÉ> "
 
-#: src/lang.c:797
+#: src/lang.c:798
 #, fuzzy
 msgid   "Select new position> "
 msgstr  "÷ÙÂÒÁÔØ ÛÁÂÌÏÎ : "
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  ""
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  ""
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  ""
 
-#: src/lang.c:801
+#: src/lang.c:802
 #, fuzzy
 msgid   "Select scope> "
 msgstr  "÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ> "
 
-#: src/lang.c:802
+#: src/lang.c:803
 #, fuzzy
 msgid   "Scopes Menu"
 msgstr  "íÅÎÀ ÏÐÃÉÊ"
 
-#: src/lang.c:803
+#: src/lang.c:804
 #, fuzzy
 msgid   "Scopes Menu Commands"
 msgstr  "ëÏÍÁÎÄÙ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ"
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "ðÏÉÓË ÎÁÚÁÄ [%s]> "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  "ðÏÉÓË × ÔÅÌÅ [%s]> "
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "ðÏÉÓË ×ÐÅÒ£Ä [%s]> "
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  "ðÏÉÓË..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  "ðÏÉÓË ÓÔÁÔØÉ %d ÉÚ %d ('q' - ÐÒÅÒ×ÁÔØ)..."
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  "÷ÙÂÅÒÉÔÅ ÓÔÁÔØÀ> "
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  "÷ÙÂÅÒÉÔÅ ÎÏÍÅÒ ÏÐÃÉÉ ÉÌÉ ÐÅÒÅÊÄÉÔÅ ÓÔÒÅÌÏÞËÁÍÉ É ÎÁÖÍÉÔÅ <CR>. 'q' ×ÙÈÏÄ."
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  "÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ> "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  "÷×ÅÄÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ×ÙÂÏÒÁ [%s]> "
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  "÷ÙÂÅÒÉÔÅ ÄÉÓËÕÓÓÉÀ > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  "%s %s %s (\"%s\") [%s]: ÏÔÐÒÁ×ØÔÅ ÐÏÄÒÏÂÎÕÀ ÉÎÆÏÒÍÁÃÉÀ ÏÂ ÏÛÉÂËÅ %s\n"
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  "active-ÆÁÊÌ ÓÅÒ×ÅÒÏ×"
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  "îÅ ÍÏÇÕ ÐÅÒÅÊÔÉ × ÎÏ×ÕÀ ÇÒÕÐÐÕ. óÎÁÞÁÌÁ ÐÏÄÐÉÛÉÔÅÓØ..."
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  "<ðòïâåì>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  "óÔÁÒÔÕÀ: (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  "óÐÉÓÏË ÄÉÓËÕÓÓÉÊ (%d ÉÚ %d)"
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  "äÉÓËÕÓÓÉÑ (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  "÷×ÅÄÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÐÏÄÐÉÓËÉ> "
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  "ÐÏÄÐÉÓÁÌÉÓØ ÎÁ %d ÇÒÕÐÐ"
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  "ðÏÄÐÉÓÁÌÉÓØ ÎÁ %s"
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  "ðÏÄÐÉÓÙ×ÁÅÍÓÑ... "
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  "ïÔÐÒÁ×ÉÔØ ÓÎÏ×Á ÉÌÉ ÚÁÍÅÎÉÔØ ÓÔÁÔØÀ(É) [%%s]? (%s/%s/%s): "
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  "úÁÍÅÎÉÔØ ÓÔÁÔØÀ(É) × ÇÒÕÐÐÕ(Ù) [%s]> "
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  "úÁÍÅÎÁ ÓÔÁÔØÉ ..."
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  "\n"
         "ïÓÔÁÎÏ×ÌÅÎÏ. îÁÂÅÒÉÔÅ 'fg' ÄÌÑ ÐÅÒÅÚÁÐÕÓËÁ %s\n"
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  "%d ÄÎÅÊ"
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  "<ôáâ>"
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  ""
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  ""
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3598,275 +3603,275 @@ msgid   "# Defaults for quick (1 key) ki
         "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 msgstr  ""
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ×Ù×ÏÄÉÔØ ÔÅËÕÝÕÀ ÔÅÍÕ ÉÌÉ ÏÐÉÓÁÎÉÅ ÇÒÕÐÐÙ × ÐÏÓÌÅÄÎÅÊ ÓÔÒÏËÅ\n"
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  "# éÎÆÏÒÍÁÃÉÑ Ï ÈÏÓÔÅ É ×ÒÅÍÅÎÉ, ÉÓÐÏÌØÚÕÅÔÓÑ ÄÌÑ ÏÐÒÅÄÅÌÅÎÉÑ\n"
         "# ÎÏ×ÙÈ ÇÒÕÐÐ (ÎÅ ÉÚÍÅÎÑÔØ)\n"
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  "îÅÔ ÎÏ×ÏÓÔÅÊ\n"
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  "äÉÓËÕÓÓÉÑ"
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  "ëÏÍÁÎÄÙ ÕÒÏ×ÎÑ ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  "ó ÄÉÓËÕÓÓÉÉ ÓÎÑÔÁ ÏÔÍÅÔËÁ"
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  "äÉÓËÕÓÓÉÑ ×ÙÂÒÁÎÁ"
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  "ÄÉÓËÕÓÓÉÉ"
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  "ÄÉÓËÕÓÓÉÑ"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "äÉÓËÕÓÓÉÑ %4s ÉÚ %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  "òÁÚÂÏÒ ÄÉÓËÕÓÓÉÊ..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  "ðÅÒÅËÌÀÞÅÎÉÅ ÐÏÄÓ×ÅÔËÉ ÓÌÏ× %s"
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  "ðÅÒÅËÌÀÞÅÎÉÅ ËÏÄÉÒÏ×ËÉ rot13"
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  "ðÅÒÅËÌÀÞÅÎÉÅ ÎÅÍÅÃËÏÊ TeX ËÏÄÉÒÏ×ËÉ %s"
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  "ðÅÒÅËÌÀÞÅÎÉÅ ÛÉÒÉÎÙ ÔÁÂÕÌÑÃÉÉ ÎÁ %d"
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  "%d ÐÏÐÙÔËÁ dotlock %s"
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  "%d ðÏÐÙÔËÁ ÚÁÂÌÏËÉÒÏ×ÁÔØ %s"
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  "           h=ÐÏÍÏÝØ"
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  "îÅÏÇÒÁÎÉÞÅÎ"
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  "÷×ÅÄÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÏÔÐÉÓÙ×ÁÎÉÑ> "
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  "ïÛÉÂËÁ ÒÁÓËÏÄÉÒÏ×ÁÎÉÑ %s : %s"
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  "îÅÔ ËÏÎÃÁ."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s ÕÓÐÅÛÎÏ ÒÁÓËÏÄÉÒÏ×ÁÎ."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  "%*s[-- %s/%s, %suuencoded ÆÁÊÌ, %d ÓÔÒÏË, ÉÍÑ: %s --]\n"
         "\n"
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  "ÎÅÐÒÏÞÉÔÁÎÏ "
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  "ÏÔÐÉÓÁÌÉÓØ ÏÔ %d ÇÒÕÐÐ"
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  "ïÔÐÉÓÁÌÉÓØ ÏÔ %s"
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  "ïÔÐÉÓÙ×ÁÅÍÓÑ... "
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  "òÁÚÇÒÕÐÐÉÒÏ×ËÁ ÄÉÓËÕÓÓÉÊ..."
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  "ïÂÎÏ×ÌÅÎÏ"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  ""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
 msgstr  "ïÂÎÏ×ÌÅÎÉÅ"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 #, fuzzy
 msgid   "URL Menu Commands"
 msgstr  "ëÏÍÁÎÄÙ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, fuzzy, c-format
 msgid   "Opening %s"
 msgstr  "ïÔËÒÙÔÉÅ %s\n"
 
-#: src/lang.c:889
+#: src/lang.c:890
 #, fuzzy
 msgid   "Select URL> "
 msgstr  "÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ> "
 
-#: src/lang.c:890
+#: src/lang.c:891
 #, fuzzy
 msgid   "No URLs in this article"
 msgstr  "îÅÔ ÂÏÌØÛÅ URL × ÓÔÁÔØÅ"
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  "÷ÙÚ×ÁÔØ ÐÒÏÇÒÁÍÍÕ, ÐÏËÁÚÙ×ÁÀÝÕÀ MIME ÄÌÑ ÓÔÁÔØÉ?"
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  "  -c       ÏÔÍÅÔÉÔØ ×ÓÅ ÎÏ×ÏÓÔÉ ËÁË ÐÒÏÞ. × ÐÏÄÐÉÓ. ÇÒÕÐÐÁÈ (ÐÁËÅÔÎÙÊ ÒÅÖÉÍ)"
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  "  -Z       ×ÏÚ×ÒÁÔ ÓÔÁÔÕÓÁ Ï ÎÅÐÒÏÞÉÔÁÎÎÙÈ ÎÏ×ÏÓÔÑÈ (ÐÁËÅÔÎÙÊ ÒÅÖÉÍ)"
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  "  -q       ÎÅ ÐÒÏ×ÅÒÑÔØ ÐÏÑ×ÌÅÎÉÑ ÎÏ×ÙÈ ÇÒÕÐÐ ÎÏ×ÏÓÔÅÊ"
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  "  -X       ÎÅ ÓÏÈÒÁÎÑÔØ ÆÁÊÌÙ ÐÒÉ ×ÙÈÏÄÅ"
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  "  -d       ÎÅ ÐÏËÁÚÙ×ÁÔØ ÏÐÉÓÁÎÉÑ ÇÒÕÐÐ"
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  "  -G limit ÐÏÌÕÞÉÔØ ÔÏÌØËÏ limit ÓÔÁÔÅÊ/ÇÒÕÐÐ"
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  "  -H       ÐÏÄÓËÁÚËÁ Ï %s"
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  "  -h       ÜÔÁ ÐÏÄÓËÁÚËÁ"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  "  -I dir   ÄÉÒÅËÔÏÒÉÑ ÉÎÄÅËÓÎÏÇÏ ÆÁÊÌÁ [ÐÏ ÕÍÏÌÞÁÎÉÀ=%s]"
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  "  -u       ÏÂÎÏ×ÉÔØ ÉÎÄÅËÓÎÙÅ ÆÁÊÌÙ (ÐÁËÅÔÎÙÊ ÒÅÖÉÍ)"
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  "  -m dir   ÄÉÒÅËÔÏÒÉÑ mailbox [ÐÏ ÕÍÏÌÞÁÎÉÀ=%s]"
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  "\n"
         "ïÔÐÒÁ×ÌÑÊÔÅ ÏÛÉÂËÉ/ËÏÍÍÅÎÔÁÒÉÉ %s"
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  "  -N       ÏÔÐÒÁ×ÌÑÔØ ÐÏ email ÎÏ×ÙÅ ÓÔÁÔØÉ ÎÁ ×ÁÛÉ ÓÏÏÂÝÅÎÉÑ (ÐÁËÅÔÎÙÊ ÒÅÖÉÍ)"
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  "  -M user  ÏÔÐÒÁ×ÌÑÔØ ÐÏ email ÎÏ×ÙÅ ÓÔÁÔØÉ ÕËÁÚÁÎÎÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ (ÐÁËÅÔÎÙÊ "
         "ÒÅÖÉÍ)"
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  "  -f file  ÆÁÊÌ ÐÏÄÐÉÓËÉ [ÐÏ ÕÍÏÌÞÁÎÉÀ=%s]"
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  "  -x       ÒÅÖÉÍ ÚÁÐÒÅÔ ÏÔÐÒÁ×ÌÅÎÉÑ"
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       ÏÔÐÒÁ×ÉÔØ ÓÔÁÔØÀ É ×ÙÊÔÉ"
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  "  -o       ÏÔÐÒÁ×ÉÔØ ×ÓÅ ÏÔÌÏÖÅÎÎÙÅ ÓÔÁÔØÉ É ×ÙÊÔÉ"
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  "  -R       ÞÉÔÁÔØ ÎÏ×ÏÓÔÉ, ÓÏÈÒÁÎ£ÎÎÙÅ ÏÐÃÉÅÊ -S"
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  "  -s dir   ÄÉÒÅËÔÏÒÉÑ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÎÏ×ÏÓÔÅÊ [ÐÏ ÕÍÏÌÞÁÎÉÀ=%s]"
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  "  -S       ÓÏÈÒÁÎÑÔØ ÎÏ×ÏÓÔÉ ÄÌÑ ÐÏÓÌÅÄÕÀÝÅÇÏ ÐÒÏÞÔÅÎÉÑ (ÐÁËÅÔÎÙÊ ÒÅÖÉÍ)"
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  "  -z       ÚÁÐÕÓÔÉÔØ ÅÓÌÉ ÅÓÔØ ÎÅÐÒÏÞÉÔÁÎÎÙÅ ÎÏ×ÏÓÔÉ"
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
@@ -3875,42 +3880,42 @@ msgstr  "ðÒÏÇÒÁÍÍÁ ÞÔÅÎÉÑ ÎÏ×ÏÓÔÅÊ Usene
         "\n"
         "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÏÐÃÉÉ] [ÇÒÕÐÐÁ ÎÏ×ÏÓÔÅÊ[,...]]"
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  "  -v       ÄÅÔÁÌØÎÙÊ ×Ù×ÏÄ ÄÌÑ ÏÐÃÉÊ ÐÁËÅÔÎÏÇÏ ÒÅÖÉÍÁ"
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  "  -V       ×Ù×ÅÓÔÉ ×ÅÒÓÉÀ É ÄÁÔÕ"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  "%s ÏÐÃÉÑ ÐÏÌÅÚÎÁ ÔÏÌØËÏ ÂÅÚ ÐÁËÅÔÎÏÇÏ ÒÅÖÉÍÁ\n"
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  "%s ÏÐÃÉÑ ÐÏÌÅÚÎÁ ÔÏÌØËÏ × ÐÁËÅÔÎÏÍ ÒÅÖÉÍÅ\n"
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  ""
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  "\n"
         "%s%d ×ÎÅ ÄÉÁÐÁÚÏÎÁ (0 - %d). óÂÒÏÓ × 0"
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  "ðÒÏÓÍÏÔÒ '%s' (%s/%s)?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
@@ -3920,25 +3925,25 @@ msgstr  "\n"
         "óÔÒÏËÁ %d - ÐÅÒ×ÁÑ ÄÌÉÎÎÁÑ ÓÔÒÏËÁ:\n"
         "%-100s\n"
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: ÓÔÁÔØÑ ÎÅ ÉÚÍÅÎÉÌÁÓØ ÐÏÓÌÅ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ\n"
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: \"Subject:\" ÓÏÄÅÒÖÉÔ ÏÄÎÉ ÐÒÏÂÅÌÙ.\n"
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  "\n"
         "ðÒÅÄÕÐÒÅÖÄÅÎÉÅ: \"Subject:\" ÎÁÞÉÎÁÅÔÓÑ Ó  \"Re: \" ÎÏ ÎÅÔ \"References:\".\n"
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
@@ -3946,7 +3951,7 @@ msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: × ÓÔÁÔØÅ ÅÓÔØ \"References:\" ÎÏ \"Subject:\"\n"
         "          ÎÅ ÎÁÞÉÎÁÅÔÓÑ Ó \"Re: \" É ÎÅ ÓÏÄÅÒÖÉÔ \"(was:\".\n"
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -3966,7 +3971,7 @@ msgstr  "ðÒÏÞÉÔÁÊÔÅ ×ÎÉÍÁÔÅÌØÎÏ!\n"
         "÷ÏÔ ÓÔÁÔØÑ, ËÏÔÏÒÕÀ ×Ù ÈÏÔÉÔÅ ÏÔÍÅÎÉÔØ:\n"
         "\n"
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -3978,12 +3983,12 @@ msgstr  "\n"
         "ÂÕÄÅÔ\n"
         "          ÄÏÂÁ×ÌÅÎÁ ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ, ÏÎÁ ÎÅ ÂÕÄÅÔ ËÏÒÒÅËÔÎÏ ÚÁËÏÄÉÒÏ×ÁÎÁ.\n"
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -3996,7 +4001,7 @@ msgstr  "\n"
         "îÅËÏÔÏÒÙÅ ÚÎÁÞÅÎÉÑ × ×ÁÛÅÍ %s ÆÁÊÌÅ ÉÚÍÅÎÉÌÉÓØ!\n"
         "ðÒÏÞÉÔÁÊÔÅ WHATSNEW, É Ô.Ä...\n"
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -4008,7 +4013,7 @@ msgstr  "\n"
         "îÅËÏÔÏÒÙÅ ÚÎÁÞÅÎÉÅÑ × ÆÁÊÌÅ %s ÍÏÇÕÔ ÂÙÔØ ÐÒÏÉÇÎÏÒÉÒÏ×ÁÎÙ,\n"
         "ÄÒÕÇÉÅ ÍÏÇÌÉ ÂÙÔØ ÉÚÍÅÎÅÎÙ!\n"
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -4017,7 +4022,7 @@ msgid   "Warning: tin wrote fewer groups
         "before you start tin once again!\n"
 msgstr  ""
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
@@ -4025,12 +4030,12 @@ msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: ÏÂÎÁÒÕÖÅÎÏ %d '-- \\n' ÓÔÒÏË, ÜÔÏ ÍÏÖÅÔ ÕÄÉ×ÉÔØ ÎÅËÏÔÏÒÙÈ "
         "ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\n"
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  "÷ÎÉÍÁÎÉÅ: óÏÈÒÁÎÅÎÙ ÔÏÌØËÏ %d ÉÚ %d ÓÔÁÔÅÊ"
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -4043,48 +4048,48 @@ msgstr  "\n"
         "          ÐÏÌÅÚÎÕÀ ÉÎÆÏÒÍÁÃÉÀ, ÏÎÉ ÄÏÌÖÎÙ ÂÙÔØ ËÏÒÏÔËÉÍÉ ÎÁÓÔÏÌØËÏ,\n"
         "          ÎÁÓËÏÌØËÏ ÜÔÏ ×ÏÚÍÏÖÎÏ.\n"
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  "÷ÎÉÍÁÎÉÅ: ÁÄÒÅÓ email ÍÏÖÅÔ ÓÏÄÅÒÖÁÔØ spamtrap. %s=ÐÒÏÄÏÌÖÉÔØ, %s=ÓÔÏÐ? "
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: óÉÇÎÁÔÕÒÙ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó '-- \\n' ÎÅ Ó '--\\n'.\n"
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  "úÁÐÉÓØ ÆÁÊÌÁ ÁÔÒÉÂÕÔÏ×..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  "%d ÏÔ×ÅÔÏ×"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  "äÏÂÁ×ÌÅÎÏ %d %s"
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  "îÅÔ ÏÔÐÉÓÁÎÎÙÈ ÇÒÕÐÐ ÄÌÑ ×Ù×ÏÄÁ"
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  "ðÏËÁÚ ÔÏÌØËÏ ÐÏÄÐÉÓÁÎÎÙÈ ÎÁ ÇÒÕÐÐÕ"
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  "äÁ "
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  "    îÏ×ÁÑ ÐÏÞÔÁ"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -4102,11 +4107,11 @@ msgstr  "\n"
         "          ÏÔÒÅÄÁËÔÉÒÕÊÔÅ Å£ É ÕÂÅÒÉÔÅ ÜÔÉ ÓÉÍ×ÏÌÙ ÉÌÉ ÉÚÍÅÎÉÔÅ × M)ÅÎÀ\n"
         "          ÚÎÁÞÅÎÉÅ MM_NETWORK_CHARSET ÎÁ ÐÏÄÈÏÄÑÝÅÅ.\n"
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  ""
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -4131,11 +4136,11 @@ msgstr  "ðÒÏÞÉÔÁÊÔÅ ×ÎÉÍÁÔÅÌØÎÏ!\n"
         "÷ÏÔ ÓÔÁÔØÑ, ËÏÔÏÒÕÀ ×Ù ÈÏÔÉÔÅ ÏÔÍÅÎÉÔØ:\n"
         "\n"
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "ÉÚÍÅÎÉÔØ Ã×ÅÔ"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4179,375 +4184,383 @@ msgstr  "# éÚÍÅÎÅÎÉÅ Ã×ÅÔÏ× ÄÌÑ ÒÁÚÌÉÞÎÙ
         "#  15 = Ó×ÅÔÌÏ-ÂÅÌÙÊ\n"
         "\n"
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  "  -a       ÉÚÍÅÎÉÔØ Ã×ÅÔ"
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "ïÛÉÂËÁ: Followup-To ÕÓÔÁÎÏ×ÌÅÎ ÎÁ ÂÏÌØÛÅ ÞÅÍ ÏÄÎÕ ÇÒÕÐÐÕ!\n"
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  ""
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "ïÛÉÂËÁ: ËÒÏÓÓ-ÐÏÓÔÉÎÇÁ × %d ÇÒÕÐÐÙ ÂÅÚ Followup-To ÓÔÒÏËÉ!\n"
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  "\n"
         "ïÛÉÂËÁ: \"%s\" - ÎÅÄÏÐÕÓÔÉÍÁÑ ÇÒÕÐÐÁ!\n"
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: Followup-To ÕÓÔÁÎÏ×ÌÅÎ ÎÁ ÂÏÌØÛÅ ÞÅÍ ÏÄÎÕ ÇÒÕÐÐÕ!\n"
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: \"%s\" - ÎÅÄÏÐÕÓÔÉÍÁÑ ÎÁ ÜÔÏÍ ÍÅÓÔÅ ÇÒÕÐÐÁ ÎÏ×ÏÓÔÅÊ!\n"
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: ËÒÏÓÓ-ÐÏÓÔÉÎÇ × %d ÇÒÕÐÐÙ ÂÅÚ Followup-To ÓÔÒÏËÉ!\n"
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: \"%s\" ÎÅ × newsrc É ÍÏÖÅÔ ÂÙÔØ ÏÛÉÂÏÞÎÁ ÎÁ ÜÔÏÍ ÍÅÓÔÅ!\n"
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: \"%s\" - ÎÅÄÏÐÕÓÔÉÍÁÑ ÎÁ ÜÔÏÍ ÍÅÓÔÅ ÇÒÕÐÐÁ ÎÏ×ÏÓÔÅÊ!\n"
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  "%d ÆÁÊÌÏ× ÕÓÐÅÛÎÏ ÚÁÐÉÓÁÎÙ ÉÚ %d ÓÔÁÔÅÊ. %d %s."
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  "ðÒÏÐÕÝÅÎÙ ÞÁÓÔÉ."
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  "îÅÔ ÎÁÞÁÌÁ."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  "îÅÔ ÄÁÎÎÙÈ."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  "îÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  "\tëÏÎÔÒÏÌØÎÁÑ ÓÕÍÍÁ %s (%ld %s)"
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  ""
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  "þÔÅÎÉÅ ÆÁÊÌÁ mailgroups... "
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  "×ÙÐÏÌÎÉÔØ PGP ÏÐÅÒÁÃÉÉ ÓÏ ÓÔÁÔØÅÊ"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  "äÏÂÁ×ÉÔØ ËÌÀÞ(É) Ë ÏÔËÒÙÔÙÍ ËÌÀÞÁÍ?"
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=ÛÉÆÒÏ×ÁÔØ, %s=ÐÏÄÐÉÓÁÔØ, %s=ÏÂÁ, %s=×ÙÈÏÄ: "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  "%s=ÛÉÆÒÏ×ÁÔØ, %s=ÐÏÄÐÉÓÁÔØ É ×ÌÏÖÉÔØ ÏÔËÒÙÔÙÊ ËÌÀÞ, %s=×ÙÈÏÄ: "
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  "PGP ÎÅ ÕÓÔÁÎÏ×ÌÅÎ (ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s)"
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  "óÔÁÔØÑ ÎÅ ÐÏÄÐÉÓÁÎÁ É ÏÔËÒÙÔÙÊ ËÌÀÞ ÎÅ ÎÁÊÄÅÎ"
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ispell, %s=pgp, %s=ÍÅÎÀ, %s=ÏÔÐÒÁ×ÉÔØ, %s=ÏÔÌÏÖÉÔØ: "
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ispell, %s=pgp, %s=ÏÔÐÒÁ×ÉÔØ [%%s]: "
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ispell, %s=pgp, %s=ÍÅÎÀ, %s=ÏÔÐÒ., %s=ÏÔÌÏÖÉÔØ [%%s]: "
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄÁËÔ., %s=pgp, %s=ÍÅÎÀ, %s=ÏÔÐÒ., %s=ÏÔÌÏÖÉÔØ: "
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=pgp, %s=ÏÔÐÒÁ×ÉÔØ [%%s]: "
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=pgp, %s=ÍÅÎÀ, %s=ÏÔÐÒÁ×ÉÔØ, %s=ÏÔÌÏÖÉÔØ [%%s]: "
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ispell, %s=ÍÅÎÀ, %s=ÏÔÐÒ., %s=ÏÔÌÏÖÉÔØ: "
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ispell, %s=ÏÔÐÒÁ×ÉÔØ [%%s]: "
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ispell, %s=ÍÅÎÀ, %s=ÏÔÐÒÁ×ÉÔØ, %s=ÏÔÌÏÖÉÔØ [%%s]: "
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ÍÅÎÀ, %s=ÏÔÐÒÁ×ÉÔØ, %s=ÏÔÌÏÖÉÔØ: "
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ÏÔÐÒÁ×ÉÔØ [%%s]: "
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=×ÙÈÏÄ, %s=ÒÅÄ., %s=ÍÅÎÀ, %s=ÏÔÐÒÁ×ÉÔØ, %s=ÏÔÌÏÖÉÔØ [%%s]: "
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  "ðÏÐÒÏÂÕÊÔÅ cache_overview_files ÄÌÑ ÕÓËÏÒÅÎÉÑ.\n"
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  "Tin ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØ ÆÁÊÌÙ ÌÏËÁÌØÎÏÇÏ ÉÎÄÅËÓÁ.\n"
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  "îÅ ÍÏÇÕ ÎÁÊÔÉ ÉÍÑ NNTP ÓÅÒ×ÅÒÁ"
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, fuzzy, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "óÏÅÄÉÎÅÎÉÅ Ó %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  "ïÔÓÏÅÄÉÎÅÎÉÅ ÏÔ ÓÅÒ×ÅÒÁ...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, fuzzy, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  "îÅÐÒÁ×ÉÌØÎÏÅ ÉÍÑ ÇÒÕÐÐÙ × ÏÔ×ÅÔÅ ÎÁ ËÏÍÁÎÄÕ GROUP, %s ÄÌÑ %s"
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  "îÅ ÕÄÁÌÏÓØ ÓÏÅÄÉÎÉÔØÓÑ Ó NNTP ÓÅÒ×ÅÒÏÍ %s. ÷ÙÈÏÄ..."
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  "205  úÁËÒÙÔÉÅ ÓÏÅÄÉÎÅÎÉÑ"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  "óÅÒ×ÅÒ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔ NNTP XOVER ÉÌÉ OVER ËÏÍÁÎÄÙ.\n"
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  "÷ÒÅÍÑ ÓÏÅÄÉÎÅÎÉÑ Ë ÓÅÒ×ÅÒÕ ÐÒÅ×ÙÓÉÌÏ ÌÉÍÉÔ. ðÏÄËÌÀÞÉÔØÓÑ ÅÝ£ ÒÁÚ?"
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  "ðÏÍÅÓÔÉÔØ ÉÍÑ ÓÅÒ×ÅÒÁ × ÆÁÊÌ %s,\n"
         "ÉÌÉ ÕÓÔÁÎÏ×ÉÔØ ÐÅÒÅÍÅÎÎÕÀ ÏËÒÕÖÅÎÉÑ NNTPSERVER"
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  "  -A       ÐÒÉÎÕÄÉÔÅÌØÎÁÑ ÁÕÔÅÎÔÉÆÉËÁÃÉÑ ÐÒÉ ÓÏÅÄÉÎÅÎÉÉ"
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  "  -g serv  ÞÔÅÎÉÅ ÎÏ×ÏÓÔÅÊ Ó NNTP ÓÅÒ×ÅÒÁ serv [ÐÏ ÕÍÏÌÞÁÎÉÀ=%s]"
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  "  -p port  ÉÓÐÏÌØÚÏ×ÁÔØ port ËÁË NNTP ÐÏÒÔ [ÐÏ ÕÍÏÌÞÁÎÉÀ=%d]"
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  "  -Q       ÂÙÓÔÒÙÊ ÚÁÐÕÓË. ëÁË Ó ÏÐÃÉÑÍÉ -nqd"
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  "  -r       ÞÉÔÁÔØ ÎÏ×ÏÓÔÉ ÕÄÁÌÅÎÎÏ Ó NNTP ÓÅÒ×ÅÒÁ, ÚÁÄÁÎÎÏÇÏ ÐÏ ÕÍÏÌÞÁÎÉÀ"
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  "  -l       ÉÓÐÏÌØÚÏ×ÁÔØ LIST ×ÍÅÓÔÏ ËÏÍÁÎÄÙ GROUP (-n)"
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  "  -n       ÞÉÔÁÔØ ÔÏÌØËÏ ÐÏÄÐÉÓÁÎÎÙÅ .newsrc ÇÒÕÐÐÙ Ó NNTP ÓÅÒ×ÅÒÁ"
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  "\n"
         "ÐÒÏÂÌÅÍÁ Ó ÓÏËÅÔÏÍ ÉÌÉ Ó ÓÏÅÄÉÎÅÎÉÅÍ\n"
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "óÏÅÄÉÎÅÎÉÅ Ó %s: "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  "ðÒÅËÒÁÝÁÅÍ...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp: îÅÉÚ×ÅÓÔÎÙÊ ÓÅÒ×ÉÓ.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  "÷ÁÛ ÓÅÒ×ÅÒ ÎÅ ÓÏÄÅÒÖÉÔ Xref: × Ó×ÏÅÊ ÉÎÆÏÒÍÁÃÉÉ XOVER.\n"
         "Tin ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØ XHDR XREF (ÞÕÔØ ÍÅÄÌÅÎÅÅ).\n"
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  "óÅÒ×ÅÒ ÎÅ ÓÏÄÅÒÖÉÔ Xref: × XOVER.\n"
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s. ðÏÐÒÏÂÕÊÔÅ %s -r ÄÌÑ ÞÔÅÎÉÑ ÎÏ×ÏÓÔÅÊ ÐÏ NNTP.\n"
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  "  -Q       ÂÙÓÔÒÙÊ ÚÁÐÕÓË. ôÏ ÖÅ ÓÁÍÏÅ ËÁË Ó ÏÐÃÉÑÍÉ -qd"
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  "  -l       ÞÉÔÁÔØ ÔÏÌØËÏ ÆÁÊÌ active ×ÍÅÓÔÏ ÓËÁÎÉÒÏ×ÁÎÉÑ spool (-n) ËÏÍÁÎÄÙ"
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  "  -n       ÞÉÔÁÔØ ÔÏÌØËÏ ÐÏÄÐÉÓÁÎÎÙÅ .newsrc ÇÒÕÐÐÙ ÉÚ spool"
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  "÷ÁÛ ÓÅÒ×ÅÒ ÎÅ ÉÍÅÅÔ Xref: × NOV-ÆÁÊÌÁÈ.\n"
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  "ïÔÐÒÁ×ÌÅÎÉÅ Ó ×ÎÅÛÎÉÍ inews ÐÒÏ×ÁÌÉÌÏÓØ. éÓÐÏÌØÚÏ×ÁÔØ ×ÓÔÒÏÅÎÎÙÊ inews"
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  "úÁÒÁÂÏÔÁÌÏ! éÓÐÏÌØÚÏ×ÁÔØ ×ÓÅÇÄÁ ÓÄÅÌÁÎÎÙÊ inews?"
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s ÎÁÐÅÞÁÔÁÎÏ"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  "×Ù×ÏÄ ÓÔÁÔØÉ/ÄÉÓËÕÓÓÉÉ/hot/ÛÁÂÌÏÎÁ/ÐÏÍÅÞÅÎÎÙÈ ÓÔÁÔÅÊ ÎÁ ÐÅÞÁÔØ"
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  "ðÅÞÁÔØ"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  "ðÅÞÁÔÁÀ..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  "pipe ÓÔÁÔØÀ/ÄÉÓËÕÓÓÉÀ/hot/ÛÁÂÌÏÎ/ÐÏÍÅÞÅÎÎÙÅ ÓÔÁÔØÉ × ËÏÍÁÎÄÕ"
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  "îÅÔ ËÏÍÁÎÄÙ"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  ""
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  "Pipe × ËÏÍÁÎÄÕ [%.*s]> "
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  ""
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  "Piping ÎÅ ×ËÌÀÞÅÎ."
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4560,7 +4573,7 @@ msgstr  "\n"
         "        É ÓÏÄÅÒÖÉÍÏÅ.  éÓÐÏÌØÚÕÊÔÅ ÚÁÐÑÔÕÀ (,) ÄÌÑ ÒÁÚÄÅÌÅÎÉÑ\n"
         "        ÎÅÓËÏÌØËÉÈ ÉÍÅÎ ÇÒÕÐÐ.\n"
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4571,7 +4584,7 @@ msgstr  "\n"
         "        ÔÁË ËÁË ÓÔÒÏËÁ ÎÅ ÍÏÖÅÔ ÓÏÄÅÒÖÁÔØ ÐÒÏÂÅÌÏ×.\n"
         "        ðÏÖÁÌÕÊÓÔÁ ÚÁÐÉÓÙ×ÁÅÔÅ ×ÓÅ ÇÒÕÐÐÙ ÏÄÎÏÊ ÓÔÒÏËÏÊ.\n"
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4582,14 +4595,14 @@ msgstr  "\n"
         "          üÔÏ ÎÏ×ÏÅ Ó×ÏÊÔÓ×Ï É ÍÏÖÅÔ ÐÏÄÄÅÒÖÉ×ÁÔØÓÑ ÎÅ ×ÓÅÍÉ ÓÅÒ×ÅÒÁÍÉ.\n"
         "          þÔÏÂÙ ÉÚÂÅÖÁÔØ ÐÒÏÂÌÅÍ, ÚÁÐÉÓÙ×ÁÊÔÅ ×ÓÅ ÇÒÕÐÐÙ ÏÄÎÏÊ ÓÔÒÏËÏÊ.\n"
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr  "\n"
         "÷ÎÉÍÁÎÉÅ: ÓÔÒÏËÁ \"%s:\" ÓÏÄÅÒÖÉÔ ÐÒÏÂÅÌÙ, ËÏÔÏÒÙÅ ÄÏÌÖÎÙ ÂÙÔØ ÕÂÒÁÎÙ.\n"
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4610,570 +4623,607 @@ msgid   "\n"
         "  likely to ignore it completely.  It's a crowded net out there.\n"
 msgstr  ""
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  "×ÙÈÏÄ × ÏÂÏÌÏÞËÕ"
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  "ëÏÍÁÎÄÁ ÏÂÏÌÏÞËÉ (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "÷×ÅÄÉÔÅ ËÏÍÁÎÄÕ ÏÂÏÌÏÞËÉ [%s]> "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  "%s: îÅ ÍÏÇÕ ÐÏÌÕÞÉÔØ ÚÁÐÉÓØ ÄÌÑ TERM\n"
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "çÒÕÐÐÁ %.*s ('q' ÞÔÏÂÙ ×ÙÊÔÉ)..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  "çÒÕÐÐÁ %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  "óÅÒ×ÅÒ ÎÅ ÄÏÓÔÕÐÅÎ\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  "%s=pipe; %s=mail; %s=ÐÅÞÁÔØ; %s=×ÙÈÏÄ; %s=toggle all/unread; %s=ÓÏÈÒ.; %"
         "s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=pipe; %s=mail; %s=ÐÅÞÁÔØ; %s=×ÙÈÏÄ; %s=reply mail; %s=ÓÏÈÒ.; %s=ÏÔÍ.; %"
         "s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=ÐÅÞÁÔØ; %s=×ÙÈÏÄ; %s=toggle all/unread; %s=ÓÏÈÒ.; %s=ÏÔÍ.; %"
         "s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=ÐÅÞÁÔØ; %s=×ÙÈÏÄ; %s=ÏÔ×ÅÔÉÔØ; %s=ÓÏÈÒ.; %s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=pipe; %s=mail; %s=×ÙÈÏÄ; %s=toggle all/unread; %s=ÓÏÈÒ.; %s=ÏÔÍ.; %"
         "s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=pipe; %s=mail; %s=×ÙÈÏÄ; %s=ÏÔ×ÅÔÉÔØ; %s=ÓÏÈÒ.; %s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=×ÙÈÏÄ; %s=toggle all/unread; %s=ÓÏÈÒ.; %s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=mail; %s=×ÙÈÏÄ; %s=ÏÔ×ÅÔÉÔØ; %s=ÓÏÈÒÁÎÉÔØ; %s=ÏÔÍ.; %s=ÏÔÐÒÁ×ÉÔØ"
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  "ôÅÒÍÉÎÁÌ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔ Ã×ÅÔ"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  ""
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  "îÉÞÅÇÏ"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  "ôÅÍÁ"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  ""
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  "ôÅÍÁ É References"
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  ""
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  "óÏ×ÐÁÄÅÎÉÑ ÐÏ ÐÒÏÃÅÎÔÁÍ"
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  "îÅÔ"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  "äÁ"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  "óËÒÙÔØ ×ÓÅ"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  "áÄÒÅÓ"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  "ðÏÌÎÏÅ ÉÍÑ"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  "áÄÒÅÓ É ÉÍÑ"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  "íÁËÓÉÍÁÌØÎÙÊ"
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  "óÕÍÍÁ"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  "óÒÅÄÎÉÊ"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  "óÔÒÏËÉ"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  ""
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  "óÔÒÏËÉ É Score"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  "þÅÒÎÙÊ"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  "ëÒÁÓÎÙÊ"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  "úÅÌ£ÎÙÊ"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  "ëÏÒÉÞÎÅ×ÙÊ"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  "óÉÎÉÊ"
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  "òÏÚÏ×ÙÊ"
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  "çÏÌÕÂÏÊ"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  "âÅÌÙÊ"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "óÅÒÙÊ"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  "ó×ÅÔÌÏ-ËÒÁÓÎÙÊ"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  "ó×ÅÔÌÏ-ÚÅÌ£ÎÙÊ"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  "ö£ÌÔÙÊ"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  "ó×ÅÔÌÏ-ÓÉÎÉÊ"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  "ó×ÅÔÌÏ-ÒÏÚÏ×ÙÊ"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  "ó×ÅÔÌÏ-ÇÏÌÕÂÏÊ"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  "ó×ÅÔÌÏ-ÂÅÌÙÊ"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  "îÉÞÅÇÏ"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  ""
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  ""
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  "ìÕÞÛÅÅ ÐÏÄÓ×ÅÞÉ×ÁÎÉÅ"
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  "ðÏÄÞÅÒËÉ×ÁÎÉÅ"
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  "òÅ×ÅÒÓÎÏÅ ×ÉÄÅÏ"
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  "íÉÇÁÎÉÅ"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  ""
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  ""
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  ""
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  ""
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  ""
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  "ÎÉÞÅÇÏ"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  "ËÏÍÁÎÄÙ"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  "×ÙÂÏÒ"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  "ËÏÍÁÎÄÙ É ×ÙÈÏÄ"
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  "ËÏÍÁÎÄÙ É ×ÙÂÏÒ"
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  "×ÙÈÏÄ É ×ÙÂÏÒ"
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  "ËÏÍÁÎÄÙ, ×ÙÈÏÄ É ×ÙÂÏÒ"
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  ""
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+#, fuzzy
+msgid   "Subject: (case sensitive)"
+msgstr  "ôÅÍÁ: ÓÔÒÏËÁ (ÎÅ ÉÇÎÏÒÉÒÏ×ÁÔØ ÒÅÇÉÓÔÒ)"
+
+#: src/lang.c:1369
+#, fuzzy
+msgid   "Subject: (ignore case)"
+msgstr  "ôÅÍÁ: ÓÔÒÏËÁ (ÉÇÎÏÒÉÒÏ×ÁÔØ ÒÅÇÉÓÔÒ) "
+
+#: src/lang.c:1370
+#, fuzzy
+msgid   "From: (case sensitive)"
+msgstr  "From: ÓÔÒÏËÁ (ÎÅ ÉÇÎÏÒ. ÒÅÇÉÓÔÒ)    "
+
+#: src/lang.c:1371
+#, fuzzy
+msgid   "From: (ignore case)"
+msgstr  "From: ÓÔÒÏËÁ (ÉÇÎÏÒ. ÒÅÇÉÓÔÒ)   "
+
+#: src/lang.c:1372
+msgid   "Msg-ID: & full References: line"
+msgstr  ""
+
+#: src/lang.c:1373
+msgid   "Msg-ID: & last References: only"
+msgstr  ""
+
+#: src/lang.c:1374
+msgid   "Message-ID: entry only"
+msgstr  ""
+
+#: src/lang.c:1375
+#, fuzzy
+msgid   "Lines:"
+msgstr  "óÔÒÏËÉ"
+
+#: src/lang.c:1380
 #, fuzzy
 msgid   "Don't trim article body"
 msgstr  "óÏÒÔÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ"
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  ""
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  ""
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  ""
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  ""
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  ""
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  ""
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  ""
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  "ôÅÍÁ: (ÐÏ ÕÂÙ×ÁÎÉÀ)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  "ôÅÍÁ: (ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  "From: (ÐÏ ÕÂÙ×ÁÎÉÀ)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  "From: (ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  "äÁÔÁ: (ÐÏ ÕÂÙ×ÁÎÉÀ)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  "äÁÔÁ: (ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  "Score (ÐÏ ÕÂÙ×ÁÎÉÀ)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  "Score (ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  "ëÏÌÉÞÅÓÔ×Ï ÓÔÒÏË: (ÐÏ ÕÂÙ×ÁÎÉÀ)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  "ëÏÌÉÞÅÓÔ×Ï ÓÔÒÏË: (ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 #, fuzzy
 msgid   "Last posting date (descending)"
 msgstr  "ëÏÌÉÞÅÓÔ×Ï ÓÔÒÏË: (ÐÏ ÕÂÙ×ÁÎÉÀ)"
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 #, fuzzy
 msgid   "Last posting date (ascending)"
 msgstr  "ëÏÌÉÞÅÓÔ×Ï ÓÔÒÏË: (ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ)"
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  ""
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  ""
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  ""
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  "õÎÉÞÔÏÖÁÔØ ÔÏÌØËÏ ÎÅÐÒÏÞ. ÓÔÁÔØÉ"
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  "õÎÉÞÔÏÖÁÔØ ×ÓÅ ÓÔÁÔØÉ É ÐÏËÁÚ. Ó K"
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  "õÎÉÞÔÏÖÁÔØ ×ÓÅ ÓÔÁÔØÉ É ÎÅ ÐÏËÁÚ."
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  "îÉÞÅÇÏ ÏÓÏÂÅÎÎÏÇÏ"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  "óÖÉÍÁÔØ ÃÉÔÉÒÏ×ÁÎÉÅ"
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÓÉÇÎÁÔÕÒÙ"
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  "óÖÉÍÁÔØ ÓÉÇÎÁÔÕÒÙ, ÃÉÔÉÒÏ×ÁÔØ ÓÉÇÎÁÔÕÒÙ"
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÐÕÓÔÙÅ ÓÔÒÏËÉ"
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  "óÖÉÍÁÔØ ÃÉÔÉÒÏ×ÁÎÉÅ, ÃÉÔÉÒÏ×ÁÔØ ÐÕÓÔÙÅ ÓÔÒÏËÉ"
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÓÉÇÎÁÔÕÒÙ É ÐÕÓÔÙÅ ÓÔÒÏËÉ"
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  "óÖÉÍÁÔØ ÃÉÔÉÒÏ×ÁÎÉÅ, ÃÉÔÉÒÏ×ÁÔØ ÓÉÇÎÁÔÕÒÙ É ÐÕÓÔÙÅ ÓÔÒÏËÉ"
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  "ÎÅÔ"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  "Ó ÚÁÇÏÌÏ×ËÁÍÉ"
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  "ÂÅÚ ÚÁÇÏÌÏ×ËÏ×"
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  ""
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  ""
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  ""
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  ""
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  "ïÐÃÉÉ ×Ù×ÏÄÁ"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  "ïÐÃÉÉ ÒÁÂÏÔÙ Ó Ã×ÅÔÏÍ"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  ""
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  "ïÐÃÉÉ ÏÔÐÒÁ×ËÉ ÓÔÁÔÅÊ/ÐÉÓÅÍ"
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  "ïÐÃÉÉ ÓÏÈÒÁÎÅÎÉÑ É ÐÅÞÁÔÉ"
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  "üËÓÐÅÒÔÎÙÅ ÏÐÃÉÉ"
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  "ïÐÃÉÉ ÆÉÌØÔÒÁÃÉÉ"
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "<ðòïâåì> ×ÙÂÒÁÔØ, <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÍÉÎÉ-ÍÅÎÀ É ÜÔÉËÅÔ ÏÂÝÅÎÉÑ"
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÐÏËÁÚÙ×ÁÔØ ËÏÒÏÔËÏÅ ÏÐÉÓÁÎÉÅ ÄÌÑ ËÁÖÄÏÊ ÇÒÕÐÐÙ\n"
         "# É ÐÒÁ×ÉÌÁ ÓÅÔÅ×ÏÇÏ ÜÔÉËÅÔÁ ÐÏÓÌÅ ÓÏÚÄÁÎÉÑ ÓÔÁÔØÉ\n"
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  "ðÏËÁÚÙ×ÁÔØ ËÏÒÏÔËÏÅ ÏÐÉÓÁÎÉÑ ÄÌÑ ËÁÖÄÏÊ ÇÒÕÐÐÙ. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÏÐÉÓÁÎÉÅ ÇÒÕÐÐ"
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÐÏËÁÚÙ×ÁÔØ ÏÐÉÓÁÎÉÅ ÇÒÕÐÐÙ ÐÏÓÌÅ ÉÍÅÎÉ ÇÒÕÐÐÙ ×\n"
         "# ÒÅÖÉÍÅ ×ÙÂÏÒÁ ÇÒÕÐÐÙ\n"
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  "÷Ù×ÏÄ ôÅÍÙ É á×ÔÏÒÁ × ÍÅÎÀ ÇÒÕÐÐÙ. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  "÷ ÍÅÎÀ ÇÒÕÐÐÙ ÐÏËÁÚÁÔØ Á×ÔÏÒÁ ËÁË"
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -5187,32 +5237,32 @@ msgstr  "# ÷Ù×ÏÄÉÔØ ÞÁÓÔØ ÐÏÌÑ From:\n"
         "# * 2 = ÐÏÌÎÏÅ ÉÍÑ\n"
         "#   3 = ÁÄÒÅÓ É ÐÏÌÎÏÅ ÉÍÑ\n"
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  "÷Ù×ÏÄÉÔØ -> ×ÍÅÓÔÏ ÐÏÄÓ×ÅÔËÉ × ÍÅÎÀ. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  "÷Ù×ÏÄÉÔØ -> ×ÍÅÓÔÏ ÐÏÄÓ×ÅÔËÉ × ÍÅÎÀ."
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ×Ù×ÏÄÉÔØ -> ×ÍÅÓÔÏ ÐÏÄÓ×ÅÔËÉ × ÍÅÎÀ\n"
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  "éÎ×ÅÒÓÎÙÊ ×ÉÄÅÏ ÒÅÖÉÍ ÄÌÑ ÚÁÇÏÌÏ×ËÏ× ÓÔÒÁÎÉÃ"
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÉÎ×ÅÒÓÉÀ Ã×ÅÔÏ× ÄÌÑ ÚÁÇÏÌÏ×ËÏ× ÎÁ\n"
         "# ÒÁÚÌÉÞÎÙÈ ÕÒÏ×ÎÑÈ\n"
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  "çÒÕÐÐÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ"
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5230,16 +5280,16 @@ msgstr  "# çÒÕÐÐÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ ...\n"
         "#   4 = Multipart Subject\n"
         "#   5 = óÏ×ÐÁÄÅÎÉÅ ÐÏ ÐÒÏÃÅÎÔÁÍ\n"
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ÎÅÏÂÈÏÄÉÍÙÊ ÐÒÏÃÅÎÔ ÓÏ×ÐÁÄÅÎÉÑ ÄÌÑ ÏÂßÅÄÉÎÅÎÉÑ × ÄÉÓËÕÓÓÉÀ. <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  "ðÒÏÃÅÎÔ ÓÏ×ÐÁÄÅÎÉÑ ÄÉÓËÕÓÓÉÉ"
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5252,11 +5302,11 @@ msgid   "# Thread percentage match...\n"
         "# 'harppy' would be threaded separately from 'happy'\n"
 msgstr  ""
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  "Score ÄÉÓËÕÓÓÉÉ"
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5268,16 +5318,16 @@ msgstr  "# Score ÄÉÓËÕÓÓÉÉ\n"
         "#   1 = ÓÕÍÍÁ\n"
         "#   2 = ÓÒÅÄÎÅÅ\n"
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  "óÏÒÔÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ ôÅÍÅ, From, äÁÔÅ ÉÌÉ Score. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  "óÏÒÔÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5305,16 +5355,16 @@ msgstr  "# óÏÒÔÉÒÏ×ÁÔØ ÓÔÁÔØÉ ÐÏ...\n"
         "#   9 = ëÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÐÏ ÕÂÙ×ÁÎÉÀ\n"
         "#  10 = ëÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ\n"
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  "îÅ ÓÏÒÔÉÒÏ×ÁÔØ ÄÉÓËÕÓÓÉÉ ÉÌÉ ÓÏÒÔÉÒÏ×ÁÔØ ÐÏ Score. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  "óÏÒÔÉÒÏ×ÁÔØ ÄÉÓËÕÓÓÉÉ ÐÏ"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 #, fuzzy
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5329,47 +5379,48 @@ msgstr  "# óÏÒÔÉÒÏ×ÁÔØ ÄÉÓËÕÓÓÉÀ ÐÏ...\n
         "# * 1 = Score ÐÏ ÕÂÙ×ÁÎÉÀ\n"
         "#   2 = Score ÐÏ ×ÏÚÒÁÓÔÁÎÉÀ\n"
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  "õÓÔ. ËÕÒÓÏÒ ÎÁ ÐÅÒ×ÕÀ/ÐÏÓÌÅÄ. ÎÅÐÒÏÞÉÔ. ÓÔÁÔØÀ × ÇÒÕÐÐÁÈ. <ðòïâåì> ×ÙÂÏÒ, "
         "<CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
+#: src/lang.c:1669
+#, fuzzy
+msgid   "Go to first unread article in group"
 msgstr  "ðÅÒÅÊÔÉ Ë ÐÅÒ×ÏÊ ÎÅÐÒÏÞ. ÓÔÁÔØÅ × ÇÒÕÐÐÅ"
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  "# åÓÌÉ ON ÔÏ ÐÅÒÅÊÔÉ Ë ÐÅÒ×ÏÊ ÎÅÐÒÏÞÉÔÁÎÎÏÊ ÓÔÁÔØÅ × ÇÒÕÐÐÅ,\n"
         "# ÉÎÁÞÅ Ë ÐÅÒÅÊÔÉ Ë ÐÏÓÌÅÄÎÅÊ.\n"
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  "ðÏËÁÚÙ×ÁÔØ ×ÓÅ ÓÔÁÔØÉ ÉÌÉ ÔÏÌØËÏ ÎÅÐÒÏÞÉÔÁÎÎÙÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÔÏÌØËÏ ÎÅÐÒÏÞÉÔ. ÓÔÁÔØÉ"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÐÏËÁÚÙ×ÁÔØ ÔÏÌØËÏ ÎÏ×ÙÅ/ÎÅÐÒÏÞÉÔÁÎÎÙÅ ÓÔÁÔØÉ,\n"
         "# ÉÎÁÞÅ ÐÏËÁÚÙ×ÁÔØ ×ÓÅ.\n"
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÔÏÌØËÏ ÇÒÕÐÐÙ Ó ÎÅÐÒÏÞ. ÓÔÁÔØÑÍÉ"
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÐÏËÁÚÙ×ÁÔØ ÔÏÌØËÏ ÐÏÄÐÉÓÁÎÎÙÅ ÇÒÕÐÐÙ Ó ÎÅÐÒÏÞÔ£ÎÎÙÍÉ ÓÔÁÔØÑÍÉ.\n"
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  "óÔÁÔØÉ ÄÌÑ ÆÉÌØÔÒÁÃÉÉ"
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5377,11 +5428,11 @@ msgid   "# Filter which articles\n"
         "#   2 = kill all articles and never show them\n"
 msgstr  ""
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  ""
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5390,12 +5441,12 @@ msgid   "# Go to the unread article with
         "#   3 = PAGE DOWN or TAB\n"
 msgstr  ""
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 #, fuzzy
 msgid   "How to treat blank lines"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÐÕÓÔÙÅ ÓÔÒÏËÉ"
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -5411,163 +5462,163 @@ msgid   "# Trim the article body, remove
         "#       leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  "òÁÚ×ÅÒÎÕÔØ ÄÉÓËÕÓÓÉÀ ÐÒÁ×ÏÊ ÓÔÒÅÌËÏÊ"
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÕÄÁÌ£ÎÎÙÈ ÓÔÁÔÅÊ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÕÄÁÌ£ÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÓÔÁÔÅÊ × ÄÉÁÐÁÚÏÎÅ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> "
         "ÏÔÍÅÎÉÔØ."
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÓÔÁÔÅÊ × ÄÉÁÐÁÚÏÎÅ"
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ×ÏÚ×Ò. ÓÔÁÔÅÊ"
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ×ÙÂÒÁÎÎÙÈ ÓÔÁÔÅÊ. <CR> ××ÏÄ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ×ÙÂÒÁÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÎÏ×ÙÈ ÓÔÁÔÅÊ. <CR> ××ÏÄ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÎÏ×ÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  "# óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÎÏ×ÏÊ ÓÔÁÔØÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ 'o')\n"
         "# _ ÚÁÍÅÎÑÅÔÓÑ ÎÁ ' '\n"
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÎÅÐÒÏÞÉÔÁÎÎÙÈ ÓÔÁÔÅÊ. <CR> ××ÏÄ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÎÅÐÒÏÞÉÔÁÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  "# óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÓÔÁÔØÉ ËÁË ÎÅÐÒÏÞÉÔÁÎÎÏÊ (ÐÏ ÕÍÏÌÞÁÎÉÀ '+')\n"
         "# _ ÚÁÍÅÎÑÅÔÓÑ ÎÁ ' '\n"
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÐÒÏÞÉÔÁÎÎÙÈ ÓÔÁÔÅÊ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÐÒÏÞÉÔÁÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  "# óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔÁÎÎÏÊ (ÐÏ ÕÍÏÌÞÁÎÉÀ ' ')\n"
         "# _ ÚÁÍÅÎÑÅÔÓÑ ÎÁ ' '\n"
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÕÎÉÞÔÏÖÅÎÎÙÈ ÓÔÁÔÅÊ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  "óÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÕÎÉÞÔÏÖÅÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  ""
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  "íÁËÓÉÍÁÌØÎÁÑ ÄÌÉÎÁ ÉÍ£Î ÇÒÕÐÐ ÐÒÉ ×Ù×ÏÄÅ. <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  "íÁËÓ. ÄÌÉÎÁ ÉÍ£Î ÇÒÕÐÐ ÐÒÉ ×Ù×ÏÄÅ"
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  "# íÁËÓÉÍÁÌØÎÁÑ ÄÌÉÎÁ ÉÍ£Î ÇÒÕÐÐ ÐÒÉ ×Ù×ÏÄÅ\n"
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÓÔÒÏËÉ/score × ÌÉÓÔÉÎÇÅ"
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5581,17 +5632,17 @@ msgstr  "# ëÁËÁÑ ÉÎÆÏÒÍÁÃÉÑ ÄÏÌÖÎÁ ×Ù×ÏÄ
         "#   2 = score\n"
         "#   3 = ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË É score\n"
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  "0 = ÐÒÏËÒÕÔËÁ ×ÓÅÊ ÓÔÒÁÎÉÃÙ, -1 = ÐÒÅÄÙÄÕÝÁÑ ÐÏÓÌÅÄÎÑÑ ÓÔÒÏËÁ ËÁË ÐÅÒ×ÁÑ ÎÁ "
         "ÓÌÅÄÕÀÝÅÊ ÓÔÒÁÎÉÃÅ, -2 = ÐÏÌÓÔÒÁÎÉÃÙ"
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  "þÉÓÌÏ ÓÔÒÏË ÐÒÏËÒÕÔËÉ × ÐÅÊÄÖÅÒÅ"
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5601,28 +5652,28 @@ msgid   "# Number of lines that cursor-u
         "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
 msgstr  ""
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  "÷Ù×ÏÄÉÔØ ÓÉÇÎÁÔÕÒÙ. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  "÷Ù×ÏÄÉÔØ ÓÉÇÎÁÔÕÒÙ"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  "# åÓÌÉ OFF, ÔÏ ÎÅ ×Ù×ÏÄÉÔØ ÓÉÇÎÁÔÕÒÙ ÐÒÉ ×Ù×ÏÄÅ ÓÔÁÔÅÊ\n"
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  "÷Ù×ÏÄÉÔØ UUE ÚÁËÏÄÉÒÏ×ÁÎÎÙÅ ÄÁÎÎÙÅ ËÁË ×ÌÏÖÅÎÉÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  "÷Ù×ÏÄÉÔØ UUE ÄÁÎÎÙÅ ËÁË ×ÌÏÖÅÎÉÅ"
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5632,28 +5683,28 @@ msgid   "# Handling of uuencoded data in
         "#       be folded into a tag line.\n"
 msgstr  ""
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  "÷Ù×ÏÄÉÔØ \"a ËÁË Umlaut-a"
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  ""
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  "óÐÉÓÏË ÐÏÌÅÊ ÚÁÇÏÌÏ×ËÁ, ÒÁÚÄÅÌ£ÎÎÙÅ ÐÒÏÂÅÌÁÍÉ"
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÜÔÉ ÐÏÌÑ ÚÁÇÏÌÏ×ËÁ (ÉÌÉ *)"
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5662,11 +5713,11 @@ msgid   "# Which news headers you wish t
         "# spaces. Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  "îÅ ÐÏËÁÚÙ×ÁÔØ ÜÔÉ ÐÏÌÑ ÚÁÇÏÌÏ×ËÁ"
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5677,319 +5728,319 @@ msgid   "# Same as 'news_headers_to_disp
         "# Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  "èÏÔÉÔÅ ×ËÌÀÞÉÔØ Á×ÔÏÍÁÔÉÞÅÓËÕÀ ÏÂÒÁÂÏÔËÕ multipart/alternative ÓÔÁÔÅÊ?"
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  "ðÒÏÐÕÓËÁÔØ multipart/alternative ÞÁÓÔÉ"
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  ""
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 #, fuzzy
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  "äÏÂÁ×ÌÑÔØ ÓÉÇÎÁÔÕÒÕ ÐÒÉ ÐÏ×ÔÏÒÎÏÊ ÏÔÐÒÁ×ËÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  ""
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 #, fuzzy
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÄÅÒÖÁÔØ ×ÓÅ ÎÅÕÄÁ×ÛÉÅÓÑ ÏÔÐÒÁ×ËÉ ÓÔÁÔÅÊ × ~/dead.articles\n"
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  ""
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  "çÅÇ. ×ÙÒ. ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË"
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  ""
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  "òÅÇ. ×ÙÒ. ÄÌÑ Ä×ÁÖÄÙ ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË"
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  ""
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  "òÅÇ. ×ÙÒ. ÄÌÑ ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË >= 3 ÒÁÚ"
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  ""
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  "òÅÇ. ×ÙÒ. ÄÌÑ ×ÙÄÅÌÅÎÉÑ /ÔÅËÓÔÁ/"
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  ""
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  "òÅÇ. ×ÙÒ. ÄÌÑ ×ÙÄÅÌÅÎÉÑ *ÔÅËÓÔÁ*"
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  ""
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  "òÅÇ. ×ÙÒ. ÄÌÑ ×ÙÄÅÌÅÎÉÑ -ÔÅËÓÔÁ-"
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  ""
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  "òÅÇ. ×ÙÒ. ÄÌÑ ×ÙÄÅÌÅÎÉÑ _ÔÅËÓÔÁ_"
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  ""
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  ""
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  ""
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  ""
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  "÷×ÅÄÉÔÅ ÉÍÑ É ÏÐÃÉÉ ÄÌÑ ×ÎÅÛÎÅÇÏ ÐÒÏÓÍÏÔÒ. MIME, --internal ÄÌÑ ×ÓÔÒÏÅÎÎÏÇÏ "
         "ÐÒÏÓÍÏÔÒ."
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  "ðÒÏÓÍÏÔÏÒÝÉË ÓÏÄÅÒÖÉÍÏÇÏ Ä×ÏÉÞÎÏÇÏ MIME"
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
         "# for no automatic viewing\n"
 msgstr  ""
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  "ðÏÄÔ×ÅÒÖÄÁÔØ ÓÔÁÒÔ ÐÒÏÓÍÏÔÏÒÝÉËÁ ÎÅÔÅËÓÔÏ×ÏÊ ÉÎÆÏÒÍÁÃÉÉ"
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  "óÐÒÏÓÉÔØ ÏÂ ÉÓÐÏÌ. ÐÒÏÓÍÏÔÒ. MIME"
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  ""
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  "óÐÒÏÓÉÔØ ÏÂ ÏÔÍÅÔËÅ ÇÒÕÐÐ ËÁË ÐÒÏÞÉÔ. ÐÒÉ ×ÙÈÏÄÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  ""
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÓÐÒÏÓÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÏÌÖÎÙ ÌÉ ÂÙÔØ ×ÓÅ ÇÒÕÐÐÙ\n"
         "# ÐÏÍÅÞÅÎÙ ËÁË ÐÒÏÞÔ£ÎÎÙÅ.\n"
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  ""
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  ""
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  "ëÁËÉÅ ÄÅÊÓÔ×ÉÑ ÔÒÅÂÕÀÔ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ"
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  "# ëÁËÉÅ ÄÅÊÓÔ×ÉÑ ÔÒÅÂÕÀÔ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ.\n"
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  ""
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  ""
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 #, fuzzy
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  "ðÒÏÇÒÁÍÍÙ ÄÌÑ ÏÔËÒÙÔÉÑ URL. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ"
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 #, fuzzy
 msgid   "Program that opens URLs"
 msgstr  "ðÒÏÇÒÁÍÍÁ ÄÌÑ ÏÔËÒÙÔÉÑ URL"
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 #, fuzzy
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  "# ðÒÏÇÒÁÍÍÁ ÄÌÑ ÏÔËÒÙÔÉÑ URL. óÁÍ URL ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ × ËÏÎÅÃ\n"
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ ÍÙÛØ × xterm"
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÍÙÛØ × xterm ÔÅÒÍÉÎÁÌÁÈ\n"
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ ËÌÁ×ÉÛÉ ÐÒÏËÒÕÔËÉ ÎÁ keypad"
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ ËÌÁ×ÉÛÉ ÐÒÏËÒÕÔËÉ ÎÁ ÎÅËÏÔÏÒÙÈ ÔÅÒÍÉÎÁÌÁÈ\n"
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÏÅ ÞÉÓÌÏ ÓÔÁÔÅÊ ÄÌÑ ÚÁÇÒÕÚËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  "þÉÓÌÏ ÓÔÁÔÅÊ ÄÌÑ ÚÁÇÒÕÚËÉ"
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  ""
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ÞÉÓÌÏ ÄÎÅÊ, ÐÏËÁ ÓÔÁÔØÑ ÓÞÉÔÁÅÔÓÑ ÎÏ×ÏÊ. <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  "ìÉÍÉÔ ×ÒÅÍÅÎÉ ÄÌÑ ÎÏ×ÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  "# þÉÓÌÏ ÄÎÅÊ, ÐÏËÁ ÓÔÁÔØÑ ÓÞÉÔÁÅÔÓÑ ÎÏ×ÏÊ. (0=OFF)\n"
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  "WILDMAT ÄÌÑ ÏÂÙÞÎÙÈ ÛÁÂÌÏÎÏ×, REGEX ÄÌÑ ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÊ"
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  "ôÉÐ ÛÁÂÌÏÎÁ"
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
@@ -5999,318 +6050,318 @@ msgstr  "# óÏÐÏÓÔÁ×ÌÅÎÉÅ Ó ÛÁÂÌÏÎÏÍ\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  ""
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  ""
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  ""
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  ""
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  ""
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  ""
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  ""
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  ""
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ slrnface ÄÌÑ ÐÏËÁÚÁ X_Face:"
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ slrnface(1) ÄÌÑ ÉÎÔÅÒÐÒÅÔÉÒÏ×ÁÎÉÑ\n"
         "# ÚÁÇÏÌÏ×ËÁ X-Face. ðÏÌØÚÎÏ ÔÏÌØËÏ ÐÏÄ xterm.\n"
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ Ã×ÅÔ ANSI"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ Ã×ÅÔ ANSI\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  "óÔÁÎÄÁÒÔÎÙÊ Ã×ÅÔ ÓÉÍ×ÏÌÏ×"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# óÔÁÎÄÁÒÔÎÙÊ Ã×ÅÔ ÓÉÍ×ÏÌÏ×\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: -1 (Ã×ÅÔ ÐÏ ÕÍÏÌÞÁÎÉÀ)\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  "óÔÁÎÄÁÒÔÎÙÊ Ã×ÅÔ ÆÏÎÁ"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# óÔÁÎÄÁÒÔÎÙÊ Ã×ÅÔ ÆÏÎÁ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: -1 (Ã×ÅÔ ÐÏ ÕÍÏÌÞÁÎÉÀ)\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  "ã×ÅÔ ÄÌÑ ÉÎ×ÅÒÓÎÏÇÏ ÔÅËÓÔÁ (ÆÏÎ)"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# ã×ÅÔ ÆÏÎÁ ÄÌÑ ÉÎ×ÅÒÓÎÏÇÏ ÔÅËÓÔÁ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 4 (ÓÉÎÉÊ)\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  "ã×ÅÔ ÄÌÑ ÉÎ×ÅÒÓÎÏÇÏ ÔÅËÓÔÁ (ÓÉÍ×ÏÌÙ)"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# ã×ÅÔ ÄÌÑ ÉÎ×ÅÒÓÎÏÇÏ ÔÅËÓÔÁ (ÓÉÍ×ÏÌÙ)\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 7 (ÂÅÌÙÊ)\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  "ã×ÅÔ ÔÅËÓÔÏ×ÙÈ ÓÔÒÏË"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# ã×ÅÔ ÔÅËÓÔÏ×ÙÈ ÓÔÒÏË\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: -1 (Ã×ÅÔ ÐÏ ÕÍÏÌÞÁÎÉÀ)\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  "ã×ÅÔ ÔÅËÓÔÁ ÍÅÎÀ ÍÉÎÉ-ÐÏÍÏÝÉ"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# ã×ÅÔ ÔÅËÓÔÁ ÍÉÎÉ-ÐÏÍÏÝÉ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 3 (ËÏÒÉÞÎÅ×ÙÊ)\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  "ã×ÅÔ ÔÅËÓÔÁ ÐÏÍÏÝÉ"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  "# ã×ÅÔ ÔÅËÓÔÁ ÐÏÍÏÝÉ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: -1 (Ã×ÅÔ ÐÏ ÕÍÏÌÞÁÎÉÀ)\n"
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  "ã×ÅÔ ÓÔÁÔÕÓÎÙÈ ÓÏÏÂÝÅÎÉÊ"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  ""
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  "ã×ÅÔ ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# ã×ÅÔ ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 2 (ÚÅÌ£ÎÙÊ)\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  "ã×ÅÔ Ä×ÁÖÄÙ ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# ã×ÅÔ Ä×ÁÖÄÙ ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 3 (ËÏÒÉÞÎÅ×ÙÊ)\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  "ã×ÅÔ >=3 ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË"
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# ã×ÅÔ >=3 ÃÉÔÉÒÕÅÍÙÈ ÓÔÒÏË\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 4 (ÓÉÎÉÊ)\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  "ã×ÅÔ ÓÔÒÏË ÚÁÇÏÌÏ×ËÏ× ÓÔÁÔØÉ"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# ã×ÅÔ ÓÔÒÏË ÚÁÇÏÌÏ×ËÁ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 2 (ÚÅÌ£ÎÙÊ)\n"
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  "ã×ÅÔ ÓÔÒÏË news ÚÁÇÏÌÏ×ËÏ× ÓÔÁÔÅÊ"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# ã×ÅÔ ÓÔÒÏË news ÚÁÇÏÌÏ×ËÏ× ÓÔÁÔÅÊ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 9 (Ó×ÅÔÌÏ-ËÒÁÓÎÙÊ)\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  "ã×ÅÔ ÓÔÒÏË Ó ÔÅÍÏÊ ÓÔÁÔØÉ"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# ã×ÅÔ ÓÔÒÏËÉ Ó ÔÅÍÏÊ ÓÔÁÔØÉ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 6 (ÇÏÌÕÂÏÊ)\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  "ã×ÅÔ ÓÞÅÔÞÉËÁ ËÏÌÉÞÅÓÔ×Á ÏÔ×ÅÔÏ×"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# ã×ÅÔ ÓÞÅÔÞÉËÁ ËÏÌÉÞÅÓÔ×Á ÏÔ×ÅÔÏ×\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 2 (ÚÅÌ£ÎÙÊ)\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  "ã×ÅÔ ÓÔÒÏËÉ ÏÔÐÒÁ×ÉÔÅÌÑ From:"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# ã×ÅÔ ÓÔÒÏËÉ ÏÔÐÒÁ×ÉÔÅÌÑ (From:)\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 2 (ÚÅÌ£ÎÙÊ)\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  "ã×ÅÔ ÓÏÏÂÝÅÎÉÑ Ï ×ÙÚÏ×Å ÐÏÍÏÝÉ"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# ã×ÅÔ Help/Mail-Sign\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 4 (ÓÉÎÉÊ)\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "ã×ÅÔ ÓÉÇÎÁÔÕÒ"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# ã×ÅÔ ÓÉÇÎÁÔÕÒ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 4 (ÓÉÎÉÊ)\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  "ã×ÅÔ ÐÏÄÓ×ÅÞÉ×ÁÎÉÑ URL"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  "# ã×ÅÔ ÐÏÄÓ×ÅÞÉ×ÁÎÉÑ URL\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: -1 (Ã×ÅÔ ÐÏ ÕÍÏÌÞÁÎÉÀ)\n"
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 #, fuzzy
 msgid   "Color of verbatim blocks"
 msgstr  "ã×ÅÔ ÔÅËÓÔÏ×ÙÈ ÓÔÒÏË"
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 #, fuzzy
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  "# ã×ÅÔ ÓÔÒÏËÉ Ó ÔÅÍÏÊ ÓÔÁÔØÉ\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 6 (ÇÏÌÕÂÏÊ)\n"
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  "ã×ÅÔ ×ÙÄÅÌÅÎÎÏÇÏ *ÔÅËÓÔÁ*"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# ã×ÅÔ ÄÌÑ ×ÙÄÅÌÅÎÎÏÇÏ *ÔÅËÓÔÁ*\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 11 (Ö£ÌÔÙÊ)\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  "ã×ÅÔ ×ÙÄÅÌÅÎÎÏÇÏ _ÔÅËÓÔÁ_"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# ã×ÅÔ ÄÌÑ ×ÙÄÅÌÅÎÎÏÇÏ _ÔÅËÓÔÁ_\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 13 (Ó×ÅÔÌÏ-ÒÏÚÏ×ÙÊ)\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  "ã×ÅÔ ×ÙÄÅÌÅÎÎÏÇÏ /ÔÅËÓÔÁ/"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# ã×ÅÔ ÄÌÑ ×ÙÄÅÌÅÎÉÑ /ÔÅËÓÔÁ/\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 14 (Ó×ÅÔÌÏ-ÇÏÌÕÂÏÊ)\n"
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  "ã×ÅÔ ×ÙÄÅÌÅÎÎÏÇÏ -ÔÅËÓÔÁ-"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# ã×ÅÔ ÄÌÑ ×ÙÄÅÌÅÎÉÑ -ÔÅËÓÔÁ-\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 12 (Ó×ÅÔÌÏ-ÓÉÎÉÊ)\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  "áÔÒÉÂÕÔ ×ÙÄÅÌÅÎÎÏÇÏ *ÔÅËÓÔÁ*"
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6336,57 +6387,57 @@ msgstr  "# áÔÒÉÂÕÔÙ ÐÏÄÓ×ÅÞÉ×ÁÎÉÑ ÓÌÏ× Î
         "# áÔÒÉÂÕÔ ÄÌÑ ×ÙÄÅÌÅÎÎÏÇÏ *ÔÅËÓÔÁ*\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 6 (bold)\n"
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  "áÔÒÉÂÕÔ ×ÙÄÅÌÅÎÎÏÇÏ _ÔÅËÓÔÁ_"
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  "# áÔÒÉÂÕÔ ×ÙÄÅÌÅÎÎÏÇÏ _ÔÅËÓÔÁ_\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 2 (ÌÕÞÛÅÅ ÐÏÄÓ×ÅÞÉ×ÁÎÉÅ)\n"
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  "áÔÒÉÂÕÔ ×ÙÄÅÌÅÎÎÏÇÏ /ÔÅËÓÔÁ/"
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  "# áÔÒÉÂÕÔ ÄÌÑ ×ÙÄÅÌÅÎÉÑ /ÔÅËÓÔÁ/\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 5 (half bright)\n"
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  "áÔÒÉÂÕÔ ×ÙÄÅÌÅÎÎÏÇÏ -ÔÅËÓÔÁ-"
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  "# áÔÒÉÂÕÔ ×ÙÄÅÌÅÎÎÏÇÏ -ÔÅËÓÔÁ-\n"
         "# ðÏ ÕÍÏÌÞÁÎÉÀ: 3 (ÒÅ×ÅÒÓÎÏÅ ×ÉÄÅÏ)\n"
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  "ðÏÄÓ×ÅÞÉ×ÁÔØ URL × ÔÅÌÅ ÐÉÓØÍÁ"
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  "# ÷ËÌÀÞÉÔØ ÐÏÄÓ×ÅÔËÕ URL?\n"
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  "ðÏÄÓ×ÅÞÉ×ÁÔØ ÓÌÏ×Á × ÔÅÌÅ ÓÏÏÂÝÅÎÉÑ"
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  "# ÷ËÌÀÞÉÔØ ÐÏÄÓ×ÅÔËÕ ÓÌÏ×?\n"
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  "÷Ù×ÏÄÉÔØ ×ÍÅÓÔÏ ÏÔÍÅÔËÉ"
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6395,106 +6446,106 @@ msgid   "# Should the leading and ending
         "# * 2 = print a space instead\n"
 msgstr  ""
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ÍÁËÓ. ÞÉÓÌÏ ÓÉÍ×ÏÌÏ× × ÓÔÒÏËÅ × ÐÅÊÄÖÅÒÅ. <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  "íÁËÓ. ÞÉÓÌÏ ÓÉÍ×ÏÌÏ× × ÓÔÒÏËÅ × ÐÅÊÄÖÅÒÅ"
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  ""
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  ""
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  ""
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ email ÁÄÒÅÓ (É ÐÏÌÎÏÅ ÉÍÑ). <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  "Email ÁÄÒÅÓ (É ÐÏÌÎÏÅ ÉÍÑ)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  "# Email ÁÄÒÅÓ ÐÏÌØÚÏ×ÁÔÅÌÑ (É ÐÏÌÎÏÅ ÉÍÑ).\n"
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  "ðÏËÁÚÙ×ÁÔØ ÐÕÓÔÏÊ Followup-To × ÒÅÄÁËÔÏÒÅ"
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÐÏËÁÚÙ×ÁÔØ ÐÕÓÔÏÊ Follow-up ×Ï ×ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÔÁÔØÉ\n"
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ÐÕÔØ/! ËÏÍÁÎÄÁ/--none ÄÌÑ ÓÏÚÄÁÎÉÑ ×ÁÛÅÊ ÓÉÇÎÁÔÕÒÙ. <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  "óÏÚÄÁÔØ ÓÉÇÎÁÔÕÒÕ ËÏÍÁÎÄÏÊ"
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
         "# sigfile=--none     don't append a signature\n"
 msgstr  ""
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  "îÁÞÉÎÁÔØ ÓÉÇÎÁÔÕÒÕ Ó \"--\" × ÏÔÄÅÌØÎÏÊ ÓÔÒÏËÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  "îÁÞÉÎÁÔØ ÓÉÇÎÁÔÕÒÕ Ó \"--\""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÎÁÞÉÎÁÔØ ÓÉÇÎÁÔÕÒÕ Ó ÄÅÆÉÓÏ× '\\n-- \\n'\n"
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  "äÏÂÁ×ÌÑÔØ ÓÉÇÎÁÔÕÒÕ ÐÒÉ ÐÏ×ÔÏÒÎÏÊ ÏÔÐÒÁ×ËÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  "äÏÂÁ×ÌÑÔØ ÓÉÇÎÁÔÕÒÕ ÐÒÉ ÐÏ×ÔÏÒÎÏÊ ÏÔÐÒÁ×ËÅ"
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÄÏÂÁ×ÌÑÔØ ÓÉÇÎÁÔÕÒÕ ÐÒÉ ÐÏ×ÔÏÒÎÏÊ ÏÔÐÒÁ×ËÅ\n"
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌÙ ÄÌÑ ÎÁÞÁÌÁ ÃÉÔÉÒÏ×ÁÎÉÑ, %s ÉÌÉ %S ÉÎÉÃÉÁÌÙ Á×ÔÏÒÁ."
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  "óÉÍ×ÏÌÙ ÉÓÐÏÌØÚÕÅÍÙÅ ÄÌÑ ÎÁÞÁÌÁ ÃÉÔÉÒÏ×ÁÎÉÑ"
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  ""
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  "ãÉÔÉÒÏ×ÁÎÉÅ"
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6516,52 +6567,52 @@ msgstr  "# íÅÔÏÄ ÃÉÔÉÒÏ×ÁÎÉÑ ÓÔÁÔÅÊ ÐÒÉ 
         "#   6 = ãÉÔÉÒÏ×ÁÔØ ÓÉÇÎÁÔÕÒÙ É ÐÕÓÔÙÅ ÓÔÒÏËÉ\n"
         "#   7 = óÖÉÍÁÔØ ÃÉÔÉÒÏ×ÁÎÉÅ, ÃÉÔÉÒÏ×ÁÔØ ÓÉÇÎÁÔÕÒÙ É ÐÕÓÔÙÅ ÓÔÒÏËÉ\n"
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  ""
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÐÒÉ follow-up"
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
         "# %%N Full Name  %%C First Name   %%I Initials\n"
 msgstr  ""
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÐÒÉ ËÒÏÓÓ-ÐÏÓÔÉÎÇÅ"
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  "ãÉÔÉÒÏ×ÁÔØ ÐÒÉ ÏÔÐÒÁ×ËÅ email"
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  "åÓÌÉ ON, ÔÏ ÄÏÂÁ×ÌÑÔØ ÚÁÇÏÌÏ×ÏË User-Agent:. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 #, fuzzy
 msgid   "Insert 'User-Agent:' header"
 msgstr  "äÏÂÁ×ÌÑÔØ ÚÁÇÏÌÏ×ÏË User-Agent:"
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÄÏÂÁ×ÌÑÔØ ÒÅËÌÁÍÎÙÊ ÚÁÇÏÌÏ×ÏË User-Agent:\n"
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "÷×ÅÄÉÔÅ ËÏÄÉÒÏ×ËÕ ÄÌÑ MIME (ÎÁÐÒ. US-ASCII, ISO-8859-1, EUC-KR), <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6570,41 +6621,41 @@ msgid   "# Charset supported locally whi
         "# mm_charset is considered not displayable and represented as '?'.\n"
 msgstr  ""
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  "# ëÏÄÉÒÏ×ËÁ × MIME (Content-Type) × ÏÔÐÒÁ×ÌÑÅÍÙÈ ÓÔÁÔØÑÈ.\n"
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 #, fuzzy
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "÷×ÅÄÉÔÅ ËÏÄÉÒÏ×ËÕ ÄÌÑ MIME (ÎÁÐÒ. US-ASCII, ISO-8859-1, EUC-KR), <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid   "MM_LOCAL_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  ""
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  "æÏÒÍÁÔ Mailbox"
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  "# æÏÒÍÁÔ mailbox.\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  "ëÏÄÉÒÏ×ËÁ MIME × ÓÔÁÔØÑÈ"
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
@@ -6612,15 +6663,15 @@ msgid   "# MIME encoding (8bit, base64, 
         "# Russian charsets with a lot of 8bit characters.\n"
 msgstr  ""
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  "îÅ ÉÚÍÅÎÑÊÔÅ, ÅÓÌÉ ÎÅ ÐÏÎÉÍÁÅÔÅ ÞÔÏ ×Ù ÄÅÌÁÅÔÅ. <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ 8 ÂÉÔÎÙÅ ÓÉÍ×ÏÌÙ × ÚÁÇÏÌÏ×ËÁÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
@@ -6631,29 +6682,29 @@ msgstr  "# åÓÌÉ ON, ÔÏ 8 ÂÉÔÎÙÅ ÓÉÍ×ÏÌÙ 
         "# ÏÔ ÚÎÁÞÅÎÉÑ ÜÔÏÇÏ ÐÁÒÁÍÅÔÒÁ, ÐÏËÁ post_mime_encoding ÔÁËÖÅ\n"
         "# ÎÅ ÕÓÔÁÎÏ×ÌÅÎ × 8bit.\n"
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "á×ÔÏÐÒÏÓÍÏÔÒ ÐÏÓÔ-ÏÂÒÁÂÏÔÁÎÎÙÈ ÆÁÊÌÏ×. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> "
         "ÏÔÍÅÎÉÔØ"
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  "ðÒÏÓÍÏÔÒ ÐÏÓÔ-ÏÂÒÁÂÏÔÁÎÎÙÈ ÆÁÊÌÏ×"
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  "# åÓÌÉ ÕÓÔÁÎÏ×ÌÅÎ, ÔÏ ÐÏÓÔ-ÏÂÒÁÂÏÔÁÎÎÙÅ ÆÁÊÌÙ ÂÕÄÕÔ ÏÔËÒÙ×ÁÔØÓÑ\n"
         "# × ÐÒÏÓÍÏÔÏÒÝÉËÅ\n"
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  "MIME ËÏÄÉÒÏ×ËÁ × ÐÏÞÔÏ×ÙÈ ÓÏÏÂÝÅÎÉÑÈ"
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ 8 ÂÉÔÎÙÅ ÓÉÍ×ÏÌÙ × ÚÁÇÏÌÏ×ËÁÈ ÐÏÞÔÙ"
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6663,25 +6714,25 @@ msgid   "# If ON, 8bit characters in mai
         "# turn it ON unless you have some compelling reason.\n"
 msgstr  ""
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  "õÂÉÒÁÔØ ÐÒÏÂÅÌÙ × ËÏÎÃÅ ÓÔÒÏËÉ"
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÕÂÉÒÁÔØ ÐÒÏÂÅÌÙ × ËÏÎÃÅ ÓÔÒÏËÉ ÄÌÑ ÂÏÌÅÅ ÂÙÓÔÒÏÇÏ ×Ù×ÏÄÁ\n"
         "# ÎÁ ÍÅÄÌÅÎÎÙÈ ÔÅÒÍÉÎÁÌÁÈ.\n"
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  "åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÒÁÎÓÌÉÔÅÒÁÃÉÀ, <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ"
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  "ôÒÁÎÓÌÉÔÅÒÁÃÉÑ"
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
@@ -6689,12 +6740,12 @@ msgstr  "# åÓÌÉ ON, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÒÁÓÛ
         "# ÓÉÍ×ÏÌ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÒÅÄÓÔÁ×ÌÅÎ × ÃÅÌÅ×ÏÍ ÎÁÂÏÒÅ ÓÉÍ×ÏÌÏ×, ÔÏ ÏÎ\n"
         "# ÁÐÐÒÏËÓÉÍÉÒÕÅÔÓÑ ÏÄÎÉÍ ÉÌÉ ÎÅÓËÏÌØËÉÍÉ ÐÏÈÏÖÉÍÉ ÓÉÍ×ÏÌÁÍÉ.\n"
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 #, fuzzy
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  "ïÔÐÒÁ×ÌÑÔØ ×ÁÍ Cc Á×ÔÏÍÁÔÉÞÅÓËÉ"
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 #, fuzzy
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6710,114 +6761,114 @@ msgstr  "# æÏÒÍÁ ÎÏÒÍÁÌÉÚÁÃÉÉ Unicode\n"
         "#   3 = NFC\n"
         "#   4 = NFD\n"
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  ""
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  ""
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ÞÉÓÌÏ ÄÎÅÊ ÐÏËÁ ÆÉÌØÔÒ ÉÍÅÅÔ ÓÉÌÕ. <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  "þÉÓÌÏ ÄÎÅÊ ÐÏËÁ ÆÉÌØÔÒ ÉÍÅÅÔ ÓÉÌÕ"
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  ""
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  "äÏÂÁ×ÉÔØ ÏÔÐÒÁ×ÌÅÎÎÙÅ ÓÔÁÔØÉ × ÆÉÌØÔÒ, <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ"
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  "äÏÂÁ×ÉÔØ ÏÔÐÒÁ×ÌÅÎÎÙÅ ÓÔÁÔØÉ × ÆÉÌØÔÒ"
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  ""
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  "äÉÒÅËÔÏÒÉÑ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ × ÆÏÒÍÁÔÅ mailbox."
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  "äÉÒÅËÔÏÒÉÑ ÄÌÑ ÐÏÞÔÙ"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  "# (-m) ÄÉÒÅËÔÏÒÉÑ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ × ÆÏÒÍÁÔÅ mailbox\n"
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  "óÏÈÒÁÎÑÔØ ÓÔÁÔØÉ × ÐÁËÅÔÎÏÍ ÒÅÖÉÍÅ (-S)"
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  ""
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  "äÉÒÅËÔÏÒÉÑ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  "äÉÒÅËÔÏÒÉÑ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  "# äÉÒÅËÔÏÒÉÑ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ\n"
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  "á×ÔÏÍÁÔÉÞÅÓËÉ ÓÏÈÒÁÎÑÔØ ÓÔÁÔØÉ/ÄÉÓË. Ó ÚÁÇÏÌÏ×ËÏÍ Archive-name:. <ðòïâåì> "
         "×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ ÚÁÇÏÌÏ×ÏË Archive-name: ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ"
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  ""
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  "ïÔÍÅÔÉÔØ ÓÏÈÒÁÎ£ÎÎÙÅ ÓÔÁÔØÉ/ÄÉÓËÕÓÓÉÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ"
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  "ïÔÍÅÔÉÔØ ÓÏÈÒÁÎ£ÎÎÙÅ ÓÔÁÔØÉ/ÄÉÓËÕÓÓÉÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ"
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÏÔÍÅÔÉÔØ ÓÏÈÒÁÎ£ÎÎÙÅ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ\n"
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  "÷ÙÐÏÌÎÉÔØ ÐÏÓÔ-ÏÂÒÁÂÏÔËÕ (ÎÁÐÒ. ÕÂÒÁÔØ ×ÌÏÖÅÎÉÑ) ÄÌÑ ÓÏÈÒÁÎÑÅÍÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  "ðÏÓÔ-ÏÂÒÁÂÏÔËÁ ÓÏÈÒÁÎ£ÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
@@ -6825,101 +6876,101 @@ msgid   "# Perform post processing (savi
         "#   2 = yes\n"
 msgstr  ""
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  "ïÂÒÁÂÏÔÁÔØ ÔÏÌØËÏ ÎÅÐÒÏÞ. ÓÔÁÔØÉ"
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  ""
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  "ðÅÞÁÔÁÔØ ×ÓÅ ÉÌÉ ÔÏÌØËÏ ÞÁÓÔØ ÚÁÇÏÌÏ×ËÏ×. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  "ðÅÞÁÔÁÔØ ×ÓÅ ÚÁÇÏÌÏ×ËÉ"
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ×Ù×ÏÄÉÔØ ×ÓÅ ÚÁÇÏÌÏ×ËÉ ÓÔÁÔÅÊ, ÉÎÁÞÅ ÔÏÌØËÏ ×ÁÖÎÙÅ\n"
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  "ëÏÍÁÎÄÁ ÐÅÞÁÔÉ Ó ÐÁÒÁÍÅÔÒÁÍÉ ÄÌÑ ÐÅÞÁÔÉ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ"
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  "ðÒÏÇÒÁÍÍÁ ÐÅÞÁÔÉ Ó ÏÐÃÉÑÍÉ"
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  "# ëÏÍÁÎÄÁ ÐÅÞÁÔÉ Ó ÐÁÒÁÍÅÔÒÁÍÉ ÄÌÑ ÐÅÞÁÔÉ ÓÔÁÔÅÊ/ÄÉÓËÕÓÓÉÊ\n"
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  "ðÅÒÅÒÉÓÏ×Ù×ÁÔØ ÜËÒÁÎ ÐÏÓÌÅ ÎÅËÏÔÏÒÙÈ ËÏÍÁÎÄ"
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÐÅÒÅÒÉÓÏ×Ù×ÁÔØ ÜËÒÁÎ ÐÏÓÌÅ ÎÅËÏÔÏÒÙÈ ×ÎÅÛÎÉÈ ËÏÍÁÎÄ\n"
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "úÁÐÕÓÔÉÔØ ÒÅÄÁËÔÏÒ Ó ÕÓÔÁÎÏ×ËÏÊ ËÕÒÓÏÒÁ. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ, "
         "<ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  "úÁÐÕÓÔÉÔØ ÒÅÄÁËÔÏÒ Ó ÕÓÔÁÎÏ×ËÏÊ ËÕÒÓÏÒÁ"
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÒÅÄÁËÔÏÒ ÂÕÄÅÔ ÚÁÐÕÝÅÎ Ó ÕÓÔÁÎÏ×ËÏÊ ËÕÒÓÏÒÁ ÓÏ ÓÍÅÝÅÎÉÅÍ,\n"
         "# ÉÎÁÞÅ ËÕÒÓÏÒ ÂÕÄÅÔ ÕÓÔÁÎÏ×ÌÅÎ ÎÁ ÐÅÒ×ÏÊ ÓÔÒÏËÅ\n"
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  "÷×ÅÄÉÔÅ %E ÄÌÑ ÉÍÅÎÉ ÒÅÄÁËÔÏÒÁ, %F ÄÌÑ ÉÍÅÎÉ ÆÁÊÌÁ, %N ÄÌÑ ÎÏÍÅÒÁ ÓÔÒÏËÉ. "
         "<CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  "úÁÐÕÓË ×ÁÛÅÇÏ ÒÅÄÁËÔÏÒÁ"
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  "# æÏÒÍÁÔ ÓÔÒÏËÉ ÄÌÑ ÚÁÐÕÓËÁ ÒÅÄÁËÔÏÒÁ ×ËÌÀÞÁÅÔ ÐÁÒÁÍÅÔÒÙ\n"
         "# %%E òÅÄÁËÔÏÒ %%F éÍÑ ÆÁÊÌÁ %%N îÏÍÅÒ ÓÔÒÏËÉ\n"
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  "÷×ÅÄÉÔÅ ÉÍÑ É ÏÐÃÉÉ ÄÌÑ external-inews, --internal ÄÌÑ internal inews"
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  "÷ÎÅÛÎÉÊ inews"
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  "# åÓÌÉ --internal, ÔÏ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÓÔÒÏÅÎÎÙÊ ÍÉÎÉ unews ÄÌÑ ÏÔÐÒÁ×ËÉ\n"
         "# ÓÔÁÔÅÊ ÞÅÒÅÚ NNTP, ÉÎÁÞÅ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÎÅÛÎÀÀ ÐÒÏÇÒÁÍÍÕ inews\n"
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  "÷×ÅÄÉÔÅ %M ÄÌÑ MTA, %S ÄÌÑ ÔÅÍÙ, %T ÄÌÑ To, %F ÄÌÑ ÉÍÅÎÉ ÆÁÊÌÁ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  "úÁÐÕÓË ×ÁÛÅÊ ËÏÍÁÎÄÙ ÏÔÐÒÁ×ËÉ ÐÏÞÔÙ"
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -6927,11 +6978,11 @@ msgid   "# Format of mailer line includi
         "# ie. elm interactive          :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 msgstr  ""
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  "éÓÐÏÌØÚÏ×ÁÔØ ÉÎÔÅÒÁËÔÉ×ÎÕÀ ÐÒÏÇÒÁÍÍÕ ÞÔÅÎÉÑ ÐÏÞÔÙ"
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -6945,59 +6996,67 @@ msgstr  "# éÎÔÅÒÁËÔÉ×ÎÁÑ ÐÒÏÇÒÁÍÍÁ ÞÔÅÎÉ
         "#   2 = ÉÓÐÏÌØÚÏ×ÁÔØ ÉÎÔÅÒÁËÔÉ×ÎÕÀ ÐÒÏÇÒÁÍÍÕ ÞÔÅÎÉÑ ÐÏÞÔÙ ÂÅÚ ÚÁÇÏÌÏ×ËÏ× × "
         "ÆÁÊÌÅ\n"
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  "õÂÒÁÔØ ~/.article ÐÏÓÌÅ ÏÔÐÒÁ×ËÉ"
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÕÂÒÁÔØ ~/.article ÐÏÓÌÅ ÏÔÐÒÁ×ËÉ.\n"
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  "éÍÑ ÆÁÊÌÁ ÄÌÑ ×ÓÅÈ ÏÔÐÒÁ×ÌÅÎÎÙÈ ÓÔÁÔÅÊ. <CR> ÕÓÔÁÎÏ×ÉÔØ, ÎÅ ÉÍÅÎÉ=ÎÅ "
         "ÓÏÈÒÁÎÑÔØ."
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  "éÍÑ ÆÁÊÌÁ ÄÌÑ ÏÔÐÒÁ×ÌÅÎÎÙÈ ÓÔÁÔÅÊ"
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  "# éÍÑ ÆÁÊÌÁ ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÏÔÐÒÁ×ÌÅÎÎÙÈ ÓÔÁÔÅÊ.\n"
         "# åÓÌÉ ÉÍÑ ÆÁÊÌÁ ÎÅ ÕËÁÚÁÎÏ, ÔÏ ÏÔÐÒÁ×ÌÅÎÎÙÅ ÓÔÁÔØÉ ÎÅ ÂÕÄÕÔ ÓÏÈÒÁÎÑÔÓÑ.\n"
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  "äÅÒÖÁÔØ ×ÓÅ ÎÅÕÄÁ×ÛÉÅÓÑ ÓÔÁÔØÉ × ~/dead.articles. <ðòïâåì> ×ÙÂÏÒ, <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  "äÅÒÖÁÔØ ÎÅÕÄÁ×ÛÉÅÓÑ ÓÔÁÔØÉ × ~/dead.articles"
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÄÅÒÖÁÔØ ×ÓÅ ÎÅÕÄÁ×ÛÉÅÓÑ ÏÔÐÒÁ×ËÉ ÓÔÁÔÅÊ × ~/dead.articles\n"
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  "èÏÔÉÔÅ ÕÂÒÁÔØ ÎÅÐÏÄÐÉÓÁÎÎÙÅ ÇÒÕÐÐÙ ÉÚ .newsrc"
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  "õÂÉÒÁÔØ ÎÅÐÏÄÐÉÓÁÎÎÙÅ ÇÒÕÐÐÙ ÉÚ newsrc"
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  "# åÓÌÉ ON, ÔÏ ÕÂÉÒÁÔØ ÎÅÐÏÄÐÉÓÁÎÎÙÅ ÇÒÕÐÐÙ ÉÚ newsrc\n"
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  "õÂÉÒÁÔØ ÆÉËÔÉ×ÎÙÅ ÇÒÕÐÐÙ ÉÚ newsrc"
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -7009,58 +7068,58 @@ msgstr  "# äÅÊÓÔ×ÉÑ Ó ÆÉËÔÉ×ÎÙÍÉ ÇÒÕÐÐÁÍ
         "#   1 = ÕÎÉÞÔÏÖÁÔØ\n"
         "#   2 = ÐÏÍÅÞÁÔØ D × ÜËÒÁÎÅ ×ÙÂÏÒÁ\n"
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  "÷×ÅÄÉÔÅ ËÏÌÉÞÅÓÔ×Ï ÓÅËÕÎÄ ÍÅÖÄÕ Á×ÔÏÍÁÔÉÞÅÓËÉÍ ÞÔÅÎÉÅÍ ÁËÔÉ×ÎÏÇÏ ÆÁÊÌÁ. <CR> "
         "ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  "éÎÔÅÒ×ÁÌ × ÓÅËÕÎÄÁÈ ÍÅÖÄÕ ÞÔÅÎÉÅÍ active"
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  "# ÷ÒÅÍÅÎÎÏÊ ÉÎÔÅÒ×ÁÌ × ÓÅËÕÎÄÁÈ ÍÅÖÄÕ Á×ÔÏÍÁÔÉÞÅÓËÉÍ ÞÔÅÎÉÅÍ ÆÁÊÌÁ\n"
         "# active (0=ÎÉËÏÇÄÁ)\n"
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  "óÏÅÄÉÎÉÔØÓÑ ÓÎÏ×Á Ó ÓÅÒ×ÅÒÏÍ Á×ÔÏÍÁÔÉÞÅÓËÉ"
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  "# åÓÌÉ ON, ÔÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÐÏÄËÌÀÞÁÔØÓÑ Ë ÓÅÒ×ÅÒÕ NNTP, ÅÓÌÉ ÓÏÅÄÉÎÅÎÉÅ\n"
         "# ÐÒÅÒ×ÁÌÏÓØ\n"
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  ""
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  ""
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  "æÏÒÍÁÔ ÓÔÒÏËÉ ÄÌÑ ×Ù×ÏÄÁ ÄÁÔ"
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  "# æÏÒÍÁÔ ÓÔÒÏËÉ ÄÌÑ ÐÒÅÄÓÔÁ×ÌÅÎÉÑ ÄÁÔÙ\n"
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  "æÏÒÍÁ ÎÏÒÍÁÌÉÚÁÃÉÉ Unicode"
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -7076,139 +7135,195 @@ msgstr  "# æÏÒÍÁ ÎÏÒÍÁÌÉÚÁÃÉÉ Unicode\n"
         "#   3 = NFC\n"
         "#   4 = NFD\n"
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  "÷ÏÓÐÒÏÉÚ×ÏÄÉÔØ BiDi"
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  "# åÓÌÉ ON, ÔÏ Ä×ÕÎÁÐÒÁ×ÌÅÎÎÙÊ ÔÅËÓÔ ×ÏÓÐÒÏÉÚ×ÏÄÉÔÓÑ tin'ÏÍ\n"
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 #, fuzzy
 msgid   "Delete post-process files"
 msgstr  "ðÒÏÓÍÏÔÒ ÐÏÓÔ-ÏÂÒÁÂÏÔÁÎÎÙÈ ÆÁÊÌÏ×"
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 #, fuzzy
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  "éÍÑ ÆÁÊÌÁ ÄÌÑ ×ÓÅÈ ÏÔÐÒÁ×ÌÅÎÎÙÈ ÓÔÁÔÅÊ. <CR> ÕÓÔÁÎÏ×ÉÔØ, ÎÅ ÉÍÅÎÉ=ÎÅ "
         "ÓÏÈÒÁÎÑÔØ."
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  ""
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 #, fuzzy
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  ""
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 #, fuzzy
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ email ÁÄÒÅÓ (É ÐÏÌÎÏÅ ÉÍÑ). <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 #, fuzzy
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  "ðÒÏÇÒÁÍÍÙ ÄÌÑ ÏÔËÒÙÔÉÑ URL. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ"
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  ""
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  ""
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 #, fuzzy
 msgid   "Mailing list address"
 msgstr  "ïÔÐÒÁ×ÉÔØ ÌÏÇ-ÓÏÏÂÝÅÎÉÅ %s\n"
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  ""
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  ""
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 #, fuzzy
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  ""
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 #, fuzzy
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 #, fuzzy
 msgid   "savefile"
 msgstr  "óÏÈÒÁÎÉÔØ × ÆÁÊÌ> "
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+#, fuzzy
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
+
+#: src/lang.c:2814
+#, fuzzy
+msgid   "Quick (1 key) select filter scope"
+msgstr  "äÏÂÁ×ÉÔØ ÆÉÌØÔÒ ÂÙÓÔÒÏÇÏ ×ÙÂÏÒÁ?"
+
+#: src/lang.c:2819 src/lang.c:2843
+#, fuzzy
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+#, fuzzy
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
+
+#: src/lang.c:2826
+#, fuzzy
+msgid   "Quick (1 key) select filter case"
+msgstr  "äÏÂÁ×ÉÔØ ÆÉÌØÔÒ ÂÙÓÔÒÏÇÏ ×ÙÂÏÒÁ?"
+
+#: src/lang.c:2831 src/lang.c:2855
+#, fuzzy
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+#, fuzzy
+msgid   "Quick (1 key) kill filter scope"
+msgstr  "äÏÂÁ×ÉÔØ ÆÉÌØÔÒ ÂÙÓÔÒÏÇÏ ÕÎÉÞÔÏÖÅÎÉÑ?"
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+#, fuzzy
+msgid   "Quick (1 key) kill filter case"
+msgstr  "äÏÂÁ×ÉÔØ ÆÉÌØÔÒ ÂÙÓÔÒÏÇÏ ÕÎÉÞÔÏÖÅÎÉÑ?"
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid   "UNDECLARED_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 #, fuzzy
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÓÉÍ×ÏÌ ÄÌÑ ÏÔÍÅÔËÉ ÓÔÁÔÅÊ × ÄÉÁÐÁÚÏÎÅ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> "
         "ÏÔÍÅÎÉÔØ."
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid   "X_Body"
 msgstr  ""
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 #, fuzzy
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  "÷×ÅÄÉÔÅ ÆÏÒÍÁÔ ÓÔÒÏËÉ. <CR> ÕÓÔÁÎÏ×ÉÔØ, <ESC> ÏÔÍÅÎÁ."
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  ""
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 #, fuzzy
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  "åÓÌÉ ON, ÔÏ ÄÏÂÁ×ÌÑÔØ ÚÁÇÏÌÏ×ÏË User-Agent:. <ðòïâåì> ×ÙÂÏÒ, <CR> ÕÓÔÁÎÏ×ÉÔØ."
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 #, fuzzy
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  "äÏÂÁ×ÌÑÔØ ÚÁÇÏÌÏ×ÏË 'X-Comment-To:'"
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "÷ÅÒÓÉÑ: %s %s ÒÅÌÉÚ %s (\"%s\") %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "÷ÅÒÓÉÑ: %s %s ÒÅÌÉÚ %s (\"%s\")\n"
@@ -7217,32 +7332,32 @@ msgstr  "÷ÅÒÓÉÑ: %s %s ÒÅÌÉÚ %s (\"%s\")
 msgid   "Unreachable?\n"
 msgstr  "îÅÄÏÓÔÉÖÉÍÏ?\n"
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  "\n"
         "óÅÒ×ÅÒ ÎÅ ÏÔ×ÅÞÁÅÔ, ÐÏÐÙÔËÁ ÓÏÅÄÉÎÉÔØÓÑ ÓÎÏ×Á # %d\n"
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  "÷ÓÔÕÐÉÔØ ÓÎÏ×Á × ÔÅËÕÝÕÀ ÇÒÕÐÐÕ\n"
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  "þÔÅÎÉÅ (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  "ðÅÒÅÓÌÁÔØ ÐÏÓÌÅÄÎÀÀ ËÏÍÁÎÄÕ (%s)\n"
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  ""
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  ""
 
@@ -7251,14 +7366,14 @@ msgstr  ""
 msgid   "couldn't expand %s\n"
 msgstr  "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÒÁÓËÒÙÔØ %s\n"
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  "óÔÒÏËÁ %d ÄÌÉÎÎÅÅ 998 ÏËÔÅÔÏ× É ÄÏÌÖÎÁ ÂÙÔØ ÒÁÚÂÉÔÁ ÎÁ ÞÁÓÔÉ,\n"
         "ÎÏ ËÏÄÉÒÏ×ËÁ ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ ÎÉ × %s, ÎÉ × %s\n"
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
@@ -7268,28 +7383,28 @@ msgstr  "óÔÒÏËÁ %d ÄÌÉÎÎÅÅ 998 ÏËÔÅÔÏ× É
         "ÉÌÉ ÓÏÏÂÝÅÎÉÅ ÎÅ ÓÏÄÅÒÖÉÔ ÎÉ ÏÄÎÏÇÏ 8-ÂÉÔÎÏÇÏ ÓÉÍ×ÏÌÁ, ÔÁËÉÍ ÏÂÒÁÚÏÍ\n"
         "ÒÁÚÂÉÔÉÑ ÎÁ ÞÁÓÔÉ ÎÅ ÐÒÏÉÚÏÊÄ£Ô.\n"
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  "óÔÒÏËÁ %d ÄÌÉÎÎÅÅ 998 ÏËÔÅÔÏ× É ÄÏÌÖÎÁ ÂÙÔØ ÒÁÚÂÉÔÁ ÎÁ ÞÁÓÔÉ,\n"
         "ÎÏ ËÏÄÉÒÏ×ËÁ ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ × %s\n"
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  "ïÔÐÒÁ×ÌÅÎÉÅ × ÇÒÕÐÐÕ %.*s ..."
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "ðÒÅÒÙ×ÁÎÉÅ ÞÔÅÎÉÑ, ÐÏÄÏÖÄÉÔÅ..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "þÔÅÎÉÅ ÐÒÅÒ×ÁÎÏ\n"
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  "ïÓÕÛÅÎÉÅ\n"
 
@@ -7383,9 +7498,6 @@ msgstr  "Slrnface ÎÅÐÒÁ×ÉÌØÎÏ ÚÁ×ÅÒÛÅÎÁ 
 msgid   "Slrnface failed: %s."
 msgstr  "Slrnface: ÏÛÉÂËÁ ÚÁÐÕÓËÁ: %s."
 
-#~ msgid        "#    4=msgid 5=lines\n"
-#~ msgstr       "#    4=msgid 5=ÓÔÒÏËÉ\n"
-
 #, fuzzy
 #~ msgid        "mark selected articles as read"
 #~ msgstr       "ðÏÍÅÔÉÔØ ÎÅÏÔÍÅÞÅÎÎÙÅ ÓÔÁÔØÉ ËÁË ÐÒÏÞÉÔÁÎÎÙÅ?"
@@ -7421,11 +7533,3 @@ msgstr  "Slrnface: ÏÛÉÂËÁ ÚÁÐÕÓËÁ: %s."
 #~      "Warning: %s contains non 7bit chars.\n"
 #~ msgstr       "\n"
 #~      "÷ÎÉÍÁÎÉÅ: \"Subject:\" ÓÏÄÅÒÖÉÔ ÏÄÎÉ ÐÒÏÂÅÌÙ.\n"
-
-#, fuzzy
-#~ msgid        "#  cache_overview_files=ON/OFF\n"
-#~ msgstr       "#  show_author=þéóìï\n"
-
-#, fuzzy
-#~ msgid        "#  use_slrnface=ON/OFF\n"
-#~ msgstr       "#  show_author=þéóìï\n"
Binary files tin-1.9.6/po/rw.gmo and tin-2.0.0/po/rw.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/rw.po tin-2.0.0/po/rw.po
--- tin-1.9.6/po/rw.po	2010-11-26 15:42:47.000000000 +0100
+++ tin-2.0.0/po/rw.po	1970-01-01 01:00:00.000000000 +0100
@@ -1,7911 +0,0 @@
-# translation of tin to Kinyarwanda.
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tin package.
-# Steve Murphy <murf@e-tools.com>, 2005
-# Steve performed initial rough translation from compendium built from translations provided by the following translators:
-# Philibert Ndandali  <ndandali@yahoo.fr>, 2005.
-# Viateur MUGENZI <muvia1@yahoo.fr>, 2005.
-# Noëlla Mupole <s24211045@tuks.co.za>, 2005.
-# Carole Karema <karemacarole@hotmail.com>, 2005.
-# JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005.
-# Augustin KIBERWA  <akiberwa@yahoo.co.uk>, 2005.
-# Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005.
-# Antoine Bigirimana <antoine@e-tools.com>, 2005.
-#
-msgid   ""
-msgstr  "Project-Id-Version: tin 1.7.8\n"
-        "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
-        "PO-Revision-Date: 2005-04-03 10:55-0700\n"
-        "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
-        "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
-        "MIME-Version: 1.0\n"
-        "Content-Type: text/plain; charset=ISO-8859-1\n"
-        "Content-Transfer-Encoding: 8bit\n"
-
-#. No active scope set yet
-#. TODO: include full line in error-message
-#: src/attrib.c:596
-#, c-format
-msgid   "attribute with no scope: %s"
-msgstr  ""
-
-#: src/attrib.c:882
-#, fuzzy
-msgid   "Processing attributes... "
-msgstr  "Ibiranga IDOSIYE"
-
-#: src/attrib.c:1092
-#, fuzzy, c-format
-msgid   "# Do not edit this comment block\n"
-        "#\n"
-msgstr  "# O YA Guhindura iyi Icyo wongeraho\n"
-        "#\n"
-
-#: src/attrib.c:1093
-#, fuzzy, c-format
-msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
-msgstr  "#  Alt. Alt.\n"
-
-#: src/attrib.c:1094
-#, fuzzy, c-format
-msgid   "#  add_posted_to_filter=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1095
-#, fuzzy, c-format
-msgid   "#  advertising=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1096
-#, fuzzy, c-format
-msgid   "#  alternative_handling=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1097
-#, fuzzy, c-format
-msgid   "#  ask_for_metamail=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1098
-#, fuzzy, c-format
-msgid   "#  auto_cc_bcc=NUM\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1099
-#, c-format
-msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
-msgstr  ""
-
-#: src/attrib.c:1100
-#, fuzzy, c-format
-msgid   "#  auto_list_thread=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1101
-#, fuzzy, c-format
-msgid   "#  auto_save=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1102
-#, c-format
-msgid   "#  auto_select=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1103
-#, c-format
-msgid   "#  batch_save=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1104
-#, c-format
-msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
-msgstr  ""
-
-#: src/attrib.c:1105
-#, c-format
-msgid   "#  delete_tmp_files=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1106
-#, c-format
-msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
-msgstr  ""
-
-#: src/attrib.c:1107
-#, c-format
-msgid   "#  fcc=STRING (eg. =mailbox)\n"
-msgstr  ""
-
-#: src/attrib.c:1108
-#, c-format
-msgid   "#  followup_to=STRING\n"
-msgstr  ""
-
-#: src/attrib.c:1109
-#, fuzzy, c-format
-msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
-msgstr  "#  Bivuye Kongeraho... Umurongo Gukoresha\n"
-
-#: src/attrib.c:1110
-#, fuzzy, c-format
-msgid   "#  group_catchup_on_exit=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1111
-#, fuzzy, c-format
-msgid   "#  mail_8bit_header=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1112
-#, c-format
-msgid   "#  mail_mime_encoding=supported_encoding"
-msgstr  ""
-
-#: src/attrib.c:1120
-#, c-format
-msgid   "#  ispell=STRING\n"
-msgstr  ""
-
-#: src/attrib.c:1122
-#, fuzzy, c-format
-msgid   "#  maildir=STRING (eg. ~/Mail)\n"
-msgstr  "#  Ukoresha:\n"
-
-#: src/attrib.c:1123
-#, fuzzy, c-format
-msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
-msgstr  "#  Urutonde rwa Imeli Urugero org\n"
-
-#: src/attrib.c:1124
-#, fuzzy, c-format
-msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
-msgstr  "#  Ishusho Ishusho bmp\n"
-
-#: src/attrib.c:1125
-#, fuzzy, c-format
-msgid   "#  mark_ignore_tags=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1126
-#, fuzzy, c-format
-msgid   "#  mark_saved_read=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1127
-#, c-format
-msgid   "#  mime_forward=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1129
-#, c-format
-msgid   "#  mm_network_charset=supported_charset"
-msgstr  ""
-
-#: src/attrib.c:1136
-#, fuzzy, c-format
-msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
-msgstr  "#  Mburabuzi ni\n"
-
-#: src/attrib.c:1138
-#, c-format
-msgid   "#  news_headers_to_display=STRING\n"
-msgstr  ""
-
-#: src/attrib.c:1139
-#, c-format
-msgid   "#  news_headers_to_not_display=STRING\n"
-msgstr  ""
-
-#: src/attrib.c:1140
-#, c-format
-msgid   "#  news_quote_format=STRING\n"
-msgstr  ""
-
-#: src/attrib.c:1141
-#, fuzzy, c-format
-msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
-msgstr  "#  Ihuzagahunda NIBA Itangiriro Na: Gusoma Bivuye IDOSIYE\n"
-
-#: src/attrib.c:1142
-#, fuzzy, c-format
-msgid   "#  pos_first_unread=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1143
-#, fuzzy, c-format
-msgid   "#  post_8bit_header=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1144
-#, c-format
-msgid   "#  post_mime_encoding=supported_encoding"
-msgstr  ""
-
-#: src/attrib.c:1151
-#, fuzzy, c-format
-msgid   "#  post_process_type=NUM\n"
-msgstr  "ku"
-
-#: src/attrib.c:1156
-#, fuzzy, c-format
-msgid   "#  post_process_view=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1157
-#, c-format
-msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
-msgstr  ""
-
-#: src/attrib.c:1158
-#, c-format
-msgid   "#  quick_kill_expire=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1159
-#, c-format
-msgid   "#  quick_kill_case=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1160
-#, c-format
-msgid   "#  quick_kill_header=NUM\n"
-msgstr  ""
-
-#: src/attrib.c:1161 src/attrib.c:1170
-#, fuzzy, c-format
-msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
-msgstr  "#    0 1. Kwirengagiza\n"
-
-#: src/attrib.c:1162 src/attrib.c:1171
-#, fuzzy, c-format
-msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
-msgstr  "#    2. Bivuye 3. Bivuye Kwirengagiza\n"
-
-#: src/attrib.c:1163 src/attrib.c:1172
-#, c-format
-msgid   "#    4=Message-ID: & full References: line\n"
-msgstr  ""
-
-#: src/attrib.c:1164 src/attrib.c:1173
-#, c-format
-msgid   "#    5=Message-ID: & last References: entry only\n"
-msgstr  ""
-
-#: src/attrib.c:1165 src/attrib.c:1174
-#, c-format
-msgid   "#    6=Message-ID: entry only     7=Lines:\n"
-msgstr  ""
-
-#: src/attrib.c:1166
-#, c-format
-msgid   "#  quick_select_scope=STRING\n"
-msgstr  ""
-
-#: src/attrib.c:1167
-#, c-format
-msgid   "#  quick_select_expire=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1168
-#, c-format
-msgid   "#  quick_select_case=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1169
-#, c-format
-msgid   "#  quick_select_header=NUM\n"
-msgstr  ""
-
-#: src/attrib.c:1175
-#, fuzzy, c-format
-msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
-msgstr  "#  kugirango Izibanza\n"
-
-#: src/attrib.c:1177
-#, fuzzy, c-format
-msgid   "#  print_header=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1179
-#, fuzzy, c-format
-msgid   "#  process_only_unread=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1180
-#, c-format
-msgid   "#  prompt_followupto=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1181
-#, fuzzy, c-format
-msgid   "#  savedir=STRING (eg. ~user/News)\n"
-msgstr  "#  Ukoresha:\n"
-
-#: src/attrib.c:1182
-#, fuzzy, c-format
-msgid   "#  savefile=STRING (eg. =linux)\n"
-msgstr  "#  VAR\n"
-
-#: src/attrib.c:1183
-#, fuzzy, c-format
-msgid   "#  sigfile=STRING (eg. $var/sig)\n"
-msgstr  "#  VAR\n"
-
-#: src/attrib.c:1184
-#, c-format
-msgid   "#  show_author=NUM\n"
-msgstr  ""
-
-#: src/attrib.c:1190
-#, c-format
-msgid   "#  show_info=NUM\n"
-msgstr  ""
-
-#: src/attrib.c:1196
-#, fuzzy, c-format
-msgid   "#  show_signatures=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1197
-#, fuzzy, c-format
-msgid   "#  show_only_unread_arts=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1198
-#, fuzzy, c-format
-msgid   "#  sigdashes=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1199
-#, fuzzy, c-format
-msgid   "#  signature_repost=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1200
-#, fuzzy, c-format
-msgid   "#  sort_article_type=NUM\n"
-msgstr  "ku"
-
-#: src/attrib.c:1218
-#, c-format
-msgid   "#  sort_threads_type=NUM\n"
-msgstr  ""
-
-#: src/attrib.c:1227
-#, fuzzy, c-format
-msgid   "#  start_editor_offset=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1228
-#, c-format
-msgid   "#  tex2iso_conv=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1229
-#, fuzzy, c-format
-msgid   "#  thread_catchup_on_exit=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1230
-#, fuzzy, c-format
-msgid   "#  thread_articles=NUM"
-msgstr  "ku"
-
-#: src/attrib.c:1237
-#, c-format
-msgid   "#  thread_perc=NUM\n"
-msgstr  ""
-
-#: src/attrib.c:1238
-#, fuzzy, c-format
-msgid   "#  trim_article_body=NUM\n"
-msgstr  "ku"
-
-#: src/attrib.c:1239
-#, fuzzy, c-format
-msgid   "#    0 = Don't trim article body\n"
-msgstr  "ku"
-
-#: src/attrib.c:1240
-#, c-format
-msgid   "#    1 = Skip leading blank lines\n"
-msgstr  ""
-
-#: src/attrib.c:1241
-#, c-format
-msgid   "#    2 = Skip trailing blank lines\n"
-msgstr  ""
-
-#: src/attrib.c:1242
-#, c-format
-msgid   "#    3 = Skip leading and trailing blank lines\n"
-msgstr  ""
-
-#: src/attrib.c:1243
-#, c-format
-msgid   "#    4 = Compact multiple blank lines between text blocks\n"
-msgstr  ""
-
-#: src/attrib.c:1244
-#, c-format
-msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
-        "#        leading blank lines\n"
-msgstr  ""
-
-#: src/attrib.c:1245
-#, c-format
-msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
-        "#        trailing blank lines\n"
-msgstr  ""
-
-#: src/attrib.c:1246
-#, c-format
-msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
-        "#        leading and trailing blank lines\n"
-msgstr  ""
-
-#: src/attrib.c:1247
-#, fuzzy, c-format
-msgid   "#  verbatim_handling=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1248
-#, fuzzy, c-format
-msgid   "#  wrap_on_next_unread=ON/OFF\n"
-msgstr  "#  NyaMwishyingura\n"
-
-#: src/attrib.c:1249
-#, c-format
-msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
-msgstr  ""
-
-#: src/attrib.c:1250
-#, c-format
-msgid   "#  x_comment_to=ON/OFF\n"
-msgstr  ""
-
-#: src/attrib.c:1251
-#, fuzzy, c-format
-msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
-msgstr  "#  Ukoresha:\n"
-
-#: src/attrib.c:1252
-#, fuzzy, c-format
-msgid   "#\n"
-        "# Note that it is best to put general (global scoping)\n"
-msgstr  "#\n"
-        "# ni Kuri Gushyira Rusange\n"
-
-#: src/attrib.c:1253
-#, fuzzy, c-format
-msgid   "# entries first followed by group specific entries.\n"
-        "#\n"
-msgstr  "# Ibyinjijwe Itangira ku Itsinda Ibyinjijwe\n"
-        "#\n"
-
-#: src/attrib.c:1254
-#, c-format
-msgid   "############################################################################\n"
-msgstr  ""
-
-#: src/cook.c:625
-#, fuzzy
-msgid   "(unknown)"
-msgstr  "(Itazwi)"
-
-#: src/keymap.c:277
-msgid   "NULL"
-msgstr  ""
-
-#: src/lang.c:42
-#, fuzzy
-msgid   "1 Response"
-msgstr  "1."
-
-#: src/lang.c:46
-#, fuzzy, c-format
-msgid   "\n"
-        "%s contains no newsgroups. Exiting."
-msgstr  "\n"
-        "%sKirimo Oya Imbuga z'amakuru"
-
-#: src/lang.c:47
-#, fuzzy
-msgid   "all "
-msgstr  "Byose"
-
-#: src/lang.c:48
-msgid   "All groups"
-msgstr  "amatsinda yose"
-
-#: src/lang.c:49
-#, fuzzy, c-format
-msgid   "File %s exists. %s=append, %s=overwrite, %s=quit: "
-msgstr  "Idosiye Kongeraho... Guhindura Kuvamo"
-
-#: src/lang.c:50
-#, fuzzy
-msgid   "Article cancelled (deleted)."
-msgstr  "Kureka Cyasibwe"
-
-#: src/lang.c:52
-#, fuzzy
-msgid   "Article cannot be cancelled (deleted)."
-msgstr  "Kureka Cyasibwe"
-
-#: src/lang.c:54
-#, fuzzy
-msgid   "Article deleted."
-msgstr  "Cyasibwe"
-
-#: src/lang.c:55
-#, fuzzy, c-format
-msgid   "\n"
-        "Your article:\n"
-        "  \"%s\"\n"
-        "will be posted to the following %s:\n"
-msgstr  "Ingingo Kuri i"
-
-#: src/lang.c:56
-#, fuzzy
-msgid   "Article not posted!"
-msgstr  "OYA"
-
-#: src/lang.c:57
-#, fuzzy
-msgid   "Article not saved"
-msgstr  "OYA"
-
-#: src/lang.c:58
-msgid   "Article Level Commands"
-msgstr  ""
-
-#: src/lang.c:59
-#, fuzzy
-msgid   "Article has no parent"
-msgstr  "Oya"
-
-#: src/lang.c:60
-#, fuzzy
-msgid   "Parent article has been killed"
-msgstr  "Ingingo"
-
-#: src/lang.c:61
-#, fuzzy
-msgid   "Parent article is unavailable"
-msgstr  "Ingingo ni"
-
-#: src/lang.c:62
-#, c-format
-msgid   "Article posted: %s"
-msgstr  ""
-
-#: src/lang.c:63
-#, fuzzy, c-format
-msgid   "Article rejected (saved to %s)"
-msgstr  "Byanzwe Kuri"
-
-#: src/lang.c:64
-#, fuzzy, c-format
-msgid   "%s=article, %s=thread, %s=range, %s=hot, %s=pattern, %s=tagged, %s=quit: "
-msgstr  "%s=Ingingo Urudodo Ishusho Kuvamo"
-
-#: src/lang.c:65
-msgid   "Article unavailable"
-msgstr  ""
-
-#: src/lang.c:66
-msgid   "Article undeleted."
-msgstr  ""
-
-#: src/lang.c:67
-#, c-format
-msgid   "Article %4d of %4d"
-msgstr  ""
-
-#: src/lang.c:69
-msgid   "articles"
-msgstr  ""
-
-#: src/lang.c:70
-#, fuzzy
-msgid   "This is a repost of the following article:"
-msgstr  "ni a Bya i Ingingo"
-
-#: src/lang.c:71
-#, fuzzy
-msgid   "article"
-msgstr  "Ingingo"
-
-#: src/lang.c:72
-msgid   "Article"
-msgstr  "Ingingo"
-
-#: src/lang.c:73
-#, c-format
-msgid   "-- %d %s mailed --"
-msgstr  ""
-
-# 345
-#: src/lang.c:74
-#, fuzzy, c-format
-msgid   " at %s"
-msgstr  " ku %s"
-
-#: src/lang.c:75
-#, fuzzy, c-format
-msgid   "%*s[-- %s/%s, encoding %s%s%s, %d lines%s%s --]\n"
-msgstr  "%*s[--%s/%s,Imisobekere: Imirongo"
-
-#: src/lang.c:76
-msgid   ", charset: "
-msgstr  ""
-
-#: src/lang.c:77
-#, c-format
-msgid   "%*s[-- charset %s not supported --]\n"
-msgstr  ""
-
-#: src/lang.c:78
-#, c-format
-msgid   "%*s[-- Description: %s --]\n"
-msgstr  ""
-
-#: src/lang.c:79
-#, fuzzy, c-format
-msgid   "%d lines"
-msgstr  "Imirongo"
-
-#: src/lang.c:80
-msgid   "Attachment Menu"
-msgstr  ""
-
-#: src/lang.c:81
-msgid   "Attachment Menu Commands"
-msgstr  ""
-
-#: src/lang.c:82
-#, fuzzy
-msgid   "<no name>"
-msgstr  "ntacyo"
-
-#: src/lang.c:83
-#, fuzzy, c-format
-msgid   "Attachment saved successfully. (%s)"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:84
-#, fuzzy, c-format
-msgid   "%d of %d attachments saved successfully."
-msgstr  "IDOSIYE"
-
-#: src/lang.c:85
-#, fuzzy
-msgid   "Select attachment> "
-msgstr  "Ingingo"
-
-#: src/lang.c:86
-#, fuzzy
-msgid   "Tagged attachment"
-msgstr  "Ingingo"
-
-#: src/lang.c:87
-#, fuzzy, c-format
-msgid   "%d attachments tagged"
-msgstr  "Ingingo"
-
-#: src/lang.c:88
-#, fuzzy
-msgid   "Untagged attachment"
-msgstr  "Ingingo"
-
-#: src/lang.c:89
-msgid   "Attributes Menu Commands"
-msgstr  ""
-
-#: src/lang.c:91
-#, fuzzy, c-format
-msgid   "%d Authentication failed"
-msgstr  "%dByanze"
-
-#: src/lang.c:92
-#, fuzzy, c-format
-msgid   "NNTP authorization password not found for %s"
-msgstr  "Ijambobanga... OYA Byabonetse kugirango"
-
-#: src/lang.c:93
-msgid   "Server expects authentication.\n"
-msgstr  ""
-
-#: src/lang.c:94
-#, fuzzy
-msgid   "    Please enter password: "
-msgstr  "Injiza Ijambobanga..."
-
-#: src/lang.c:95
-#, fuzzy
-msgid   "    Please enter username: "
-msgstr  "Injiza Izina ry'ukoresha"
-
-#: src/lang.c:96
-#, fuzzy, c-format
-msgid   "Authorized for user: %s\n"
-msgstr  "kugirango Ukoresha:"
-
-#: src/lang.c:97
-#, fuzzy, c-format
-msgid   "Authorization failed for user: %s\n"
-msgstr  "Byanze kugirango Ukoresha:"
-
-#: src/lang.c:99
-#, fuzzy, c-format
-msgid   "Author search backwards [%s]> "
-msgstr  "Gushaka Inyuma"
-
-#: src/lang.c:100
-#, fuzzy, c-format
-msgid   "Author search forwards [%s]> "
-msgstr  "Gushaka"
-
-#: src/lang.c:101
-#, fuzzy, c-format
-msgid   "\n"
-        "Autosubscribed to %s"
-msgstr  "Kuri"
-
-#: src/lang.c:102
-#, fuzzy
-msgid   "Autosubscribing groups...\n"
-msgstr  "Amatsinda"
-
-#: src/lang.c:103
-#, fuzzy, c-format
-msgid   "Autoselecting articles (use '%s' to see all unread) ..."
-msgstr  "Gukoresha Kuri Byose Bidasomye"
-
-#: src/lang.c:105
-#, fuzzy, c-format
-msgid   "Active file corrupt - %s"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:106
-#, fuzzy, c-format
-msgid   "Article to be posted resulted in errors/warnings. %s=quit, %s=Menu, %s=edit: "
-msgstr  "Kuri in Amakosa Iburira Kuvamo Guhindura"
-
-#: src/lang.c:107
-#, fuzzy, c-format
-msgid   "Unrecognized attribute: %s"
-msgstr  "Ikiranga"
-
-#: src/lang.c:108
-#, fuzzy, c-format
-msgid   "Bad command. Type '%s' for help."
-msgstr  "Komandi: kugirango Ifashayobora"
-
-#: src/lang.c:110
-#, fuzzy
-msgid   "Base article"
-msgstr  "Base Ingingo"
-
-#: src/lang.c:111
-#, fuzzy
-msgid   "Base article range"
-msgstr  "Base Ingingo Urutonde"
-
-#: src/lang.c:112
-#, fuzzy, c-format
-msgid   "%s: Updating of index files not supported\n"
-msgstr  "%s:Bya Umubarendanga Idosiye OYA"
-
-#: src/lang.c:113
-#, fuzzy
-msgid   "*** Beginning of article ***"
-msgstr  "***Bya Ingingo"
-
-#: src/lang.c:114
-#, fuzzy
-msgid   "*** Beginning of page ***"
-msgstr  "***Bya Ingingo"
-
-#: src/lang.c:116
-#, fuzzy, c-format
-msgid   "Cancel (delete) or supersede (overwrite) article [%%s]? (%s/%s/%s): "
-msgstr  "Gusiba Cyangwa Guhindura Ingingo"
-
-#: src/lang.c:117
-#, fuzzy
-msgid   "Cancelling article..."
-msgstr  "Ingingo"
-
-#: src/lang.c:119
-#, fuzzy, c-format
-msgid   "Cannot create %s"
-msgstr  "Kurema"
-
-#: src/lang.c:120
-#, fuzzy, c-format
-msgid   "Can't find base article %d"
-msgstr  "Gushaka SHINGIRO Ingingo"
-
-#: src/lang.c:121
-#, fuzzy, c-format
-msgid   "Can't open %s"
-msgstr  "Gufungura"
-
-#: src/lang.c:122
-#, fuzzy, c-format
-msgid   "Couldn't open %s for saving"
-msgstr  "Gufungura kugirango Mu kubika"
-
-#: src/lang.c:123
-#, fuzzy
-msgid   "*** Posting not allowed ***"
-msgstr  "***OYA"
-
-#: src/lang.c:124
-#, fuzzy, c-format
-msgid   "Posting is not allowed to %s"
-msgstr  "ni OYA Kuri"
-
-#: src/lang.c:126
-#, c-format
-msgid   "Can't retrieve %s"
-msgstr  ""
-
-#: src/lang.c:128
-#, fuzzy, c-format
-msgid   "%s is a directory"
-msgstr  "%sni a bushyinguro"
-
-#: src/lang.c:129
-msgid   "Catchup"
-msgstr  ""
-
-#: src/lang.c:130
-#, c-format
-msgid   "Catchup %s..."
-msgstr  ""
-
-#: src/lang.c:131
-#, fuzzy
-msgid   "Catchup all groups entered during this session?"
-msgstr  "Byose Amatsinda iyi Umukoro"
-
-#: src/lang.c:132
-#, fuzzy
-msgid   "You have tagged articles in this group - catchup anyway?"
-msgstr  "in iyi Itsinda"
-
-#: src/lang.c:133
-#, fuzzy, c-format
-msgid   "%s %d %s in %lu seconds\n"
-msgstr  "%s%d%sin"
-
-#: src/lang.c:134
-msgid   "Caughtup"
-msgstr  ""
-
-#: src/lang.c:135
-msgid   "Check Prepared Article"
-msgstr  ""
-
-#: src/lang.c:136
-#, fuzzy
-msgid   "Checking for new groups... "
-msgstr  "kugirango Gishya Amatsinda"
-
-#: src/lang.c:137
-#, fuzzy
-msgid   "Checking for news..."
-msgstr  "kugirango Amakuru"
-
-#: src/lang.c:138
-#, fuzzy, c-format
-msgid   "Post-process %s=no, %s=yes, %s=shar, %s=quit: "
-msgstr  "Oya Yego Kuvamo"
-
-#: src/lang.c:140
-#, fuzzy
-msgid   "ANSI color disabled"
-msgstr  "Ibara Yahagaritswe"
-
-#: src/lang.c:141
-#, fuzzy
-msgid   "ANSI color enabled"
-msgstr  "Ibara Bikora"
-
-#: src/lang.c:143
-#, fuzzy, c-format
-msgid   "Command failed: %s"
-msgstr  "Byanze"
-
-#: src/lang.c:144
-#, fuzzy
-msgid   "Mark not selected articles read?"
-msgstr  "OYA Byahiswemo Gusoma"
-
-#: src/lang.c:146
-#, fuzzy, c-format
-msgid   "Connecting to %s..."
-msgstr  "Kwihuza na %s..."
-
-#: src/lang.c:148
-msgid   "<CR>"
-msgstr  ""
-
-#: src/lang.c:149
-#, fuzzy
-msgid   "Creating active file for saved groups...\n"
-msgstr  "Gikora IDOSIYE kugirango Amatsinda"
-
-#: src/lang.c:150
-#, fuzzy
-msgid   "Creating newsrc file...\n"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:152 src/lang.c:1293
-msgid   "Default"
-msgstr  "Mburabuzi"
-
-#: src/lang.c:153
-#, fuzzy
-msgid   "Delete saved files that have been post processed?"
-msgstr  "Idosiye Iposita"
-
-#: src/lang.c:154
-#, fuzzy
-msgid   "Deleting temporary files..."
-msgstr  "By'igihe gito Idosiye"
-
-#: src/lang.c:156
-#, fuzzy
-msgid   "*** End of article ***"
-msgstr  "***Impera Bya Ingingo"
-
-#: src/lang.c:157
-#, fuzzy
-msgid   "*** End of articles ***"
-msgstr  "***Impera Bya"
-
-#: src/lang.c:158
-#, fuzzy
-msgid   "*** End of attachments ***"
-msgstr  "***Impera Bya"
-
-#: src/lang.c:159
-#, fuzzy
-msgid   "*** End of groups ***"
-msgstr  "***Impera Bya Amatsinda"
-
-#: src/lang.c:160
-#, fuzzy
-msgid   "*** End of page ***"
-msgstr  "***Impera Bya Ingingo"
-
-#: src/lang.c:161
-#, fuzzy
-msgid   "*** End of scopes ***"
-msgstr  "***Impera Bya Amatsinda"
-
-#: src/lang.c:162
-#, fuzzy
-msgid   "*** End of thread ***"
-msgstr  "***Impera Bya Urudodo"
-
-#: src/lang.c:163
-#, fuzzy
-msgid   "*** End of URLs ***"
-msgstr  "***Impera Bya Amatsinda"
-
-#: src/lang.c:164
-#, fuzzy
-msgid   "Enter limit of articles to get> "
-msgstr  "Bya Kuri Kubona"
-
-#: src/lang.c:165
-#, fuzzy
-msgid   "Enter Message-ID to go to> "
-msgstr  "Kuri Gyayo Kuri"
-
-#: src/lang.c:166
-#, fuzzy
-msgid   " and enter next unread thread"
-msgstr  "Na Injiza Komeza>> Bidasomye Urudodo"
-
-#: src/lang.c:167
-#, fuzzy
-msgid   " and enter next unread article"
-msgstr  "Na Injiza Komeza>> Bidasomye Urudodo"
-
-#: src/lang.c:168
-#, fuzzy
-msgid   " and enter next unread group"
-msgstr  "Na Injiza Komeza>> Bidasomye Itsinda"
-
-#: src/lang.c:169
-#, fuzzy
-msgid   "Enter option number> "
-msgstr  "Ihitamo Umubare"
-
-#: src/lang.c:170
-#, fuzzy, c-format
-msgid   "Enter range [%s]> "
-msgstr  "Urutonde"
-
-#: src/lang.c:171
-#, fuzzy
-msgid   "\n"
-        "Warning: Approved: header used.\n"
-msgstr  "Umutwempangano"
-
-#: src/lang.c:173
-#, fuzzy
-msgid   "\n"
-        "Error: Bad address in Approved: header.\n"
-msgstr  "Aderesi in Umutwempangano"
-
-#: src/lang.c:174
-#, fuzzy
-msgid   "\n"
-        "Error: Bad address in From: header.\n"
-msgstr  "Aderesi in Umutwempangano"
-
-#: src/lang.c:175
-#, fuzzy
-msgid   "\n"
-        "Error: Bad address in Reply-To: header.\n"
-msgstr  "Aderesi in Umutwempangano"
-
-#: src/lang.c:176
-#, fuzzy
-msgid   "\n"
-        "Error: Bad FQDN in Message-ID: header.\n"
-msgstr  "in Umutwempangano"
-
-#: src/lang.c:178
-#, c-format
-msgid   "Can't unlock %s"
-msgstr  ""
-
-#: src/lang.c:179
-#, fuzzy, c-format
-msgid   "Couldn't dotlock %s - article not appended!"
-msgstr  "Ingingo OYA"
-
-#: src/lang.c:180
-#, fuzzy, c-format
-msgid   "Couldn't lock %s - article not appended!"
-msgstr  "Ingingo OYA"
-
-#: src/lang.c:183
-#, fuzzy, c-format
-msgid   "Corrupted file %s"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:185
-#, fuzzy
-msgid   "\n"
-        "Error: Followup-To \"poster\" and a newsgroup is not allowed!\n"
-msgstr  "Gushyiraho Kuri Birenzeho Urubuga rw'amakuru"
-
-#: src/lang.c:186
-#, fuzzy
-msgid   "Internal error in GNKSA routine - send bug report.\n"
-msgstr  "Ikosa in Kohereza Icyegeranyo"
-
-#: src/lang.c:187
-#, fuzzy
-msgid   "Left angle bracket missing in route address.\n"
-msgstr  "Imfuruka Ibuze in Aderesi"
-
-#: src/lang.c:188
-#, fuzzy
-msgid   "Left parenthesis missing in old-style address.\n"
-msgstr  "Ibuze in ki/ bishaje IMISUSIRE Aderesi"
-
-#: src/lang.c:189
-#, fuzzy
-msgid   "Right parenthesis missing in old-style address.\n"
-msgstr  "Ibuze in ki/ bishaje IMISUSIRE Aderesi"
-
-#: src/lang.c:190
-#, fuzzy
-msgid   "At-sign missing in mail address.\n"
-msgstr  "IKIMENYETSO Ibuze in Ubutumwa Aderesi"
-
-#: src/lang.c:191
-#, fuzzy
-msgid   "Single component FQDN is not allowed. Add your domain.\n"
-msgstr  "ni OYA Urwego"
-
-#: src/lang.c:192
-#, fuzzy
-msgid   "Invalid domain. Send bug report if your top level domain really exists.\n"
-        "Use .invalid as top level domain for munged addresses.\n"
-msgstr  "Urwego Icyegeranyo NIBA Hejuru: urwego Urwego Sibyo Nka Hejuru: urwego Urwego "
-        "kugirango Amaderesi"
-
-#: src/lang.c:193
-#, fuzzy
-msgid   "Illegal domain. Send bug report if your top level domain really exists.\n"
-        "Use .invalid as top level domain for munged addresses.\n"
-msgstr  "Urwego Icyegeranyo NIBA Hejuru: urwego Urwego Sibyo Nka Hejuru: urwego Urwego "
-        "kugirango Amaderesi"
-
-#: src/lang.c:194
-#, fuzzy
-msgid   "Unknown domain. Send bug report if your top level domain really exists.\n"
-        "Use .invalid as top level domain for munged addresses.\n"
-msgstr  "Urwego Icyegeranyo NIBA Hejuru: urwego Urwego Sibyo Nka Hejuru: urwego Urwego "
-        "kugirango Amaderesi"
-
-#: src/lang.c:195
-#, fuzzy
-msgid   "Illegal character in FQDN.\n"
-msgstr  "Inyuguti in"
-
-#: src/lang.c:196
-#, fuzzy
-msgid   "Zero length FQDN component not allowed.\n"
-msgstr  "Uburebure OYA"
-
-#: src/lang.c:197
-#, fuzzy
-msgid   "FQDN component exceeds maximum allowed length (63 chars).\n"
-msgstr  "Kinini Uburebure"
-
-#: src/lang.c:198
-#, fuzzy
-msgid   "FQDN component may not start or end with hyphen.\n"
-msgstr  "Gicurasi OYA Gutangira Cyangwa Impera Na:"
-
-#: src/lang.c:199
-#, fuzzy
-msgid   "FQDN component may not start with digit.\n"
-msgstr  "Gicurasi OYA Gutangira Na:"
-
-#: src/lang.c:200
-#, fuzzy
-msgid   "Domain literal has impossible numeric value.\n"
-msgstr  "Bikurikije umubare Agaciro"
-
-#: src/lang.c:201
-#, fuzzy
-msgid   "Domain literal is for private use only and not allowed for global use.\n"
-msgstr  "ni kugirango By'umwihariko Gukoresha Na OYA kugirango Gukoresha"
-
-#: src/lang.c:202
-#, fuzzy
-msgid   "Right bracket missing in domain literal.\n"
-msgstr  "Ibuze in Urwego"
-
-#: src/lang.c:203
-#, fuzzy
-msgid   "Missing localpart of mail address.\n"
-msgstr  "Bya Ubutumwa Aderesi"
-
-#: src/lang.c:204
-#, fuzzy
-msgid   "Illegal character in localpart of mail address.\n"
-msgstr  "Inyuguti in Bya Ubutumwa Aderesi"
-
-#: src/lang.c:205
-#, fuzzy
-msgid   "Zero length localpart component not allowed.\n"
-msgstr  "Uburebure OYA"
-
-#: src/lang.c:206
-#, fuzzy
-msgid   "Illegal character in realname.\n"
-        "Unquoted words may not contain '!()<>@,;:\\.[]' in route addresses.\n"
-msgstr  "Inyuguti in Amagambo Gicurasi OYA in Amaderesi"
-
-#: src/lang.c:207
-#, fuzzy
-msgid   "Illegal character in realname.\n"
-        "Quoted words may not contain '()<>\\'.\n"
-msgstr  "Inyuguti in Amagambo Gicurasi OYA"
-
-#: src/lang.c:208
-#, fuzzy
-msgid   "Illegal character in realname.\n"
-        "Encoded words may not contain '!()<>@,;:\"\\.[]/=' in parameter.\n"
-msgstr  "Inyuguti in Amagambo Gicurasi OYA in"
-
-#: src/lang.c:209
-#, fuzzy
-msgid   "Bad syntax in encoded word used in realname.\n"
-msgstr  "in ijambo in"
-
-#: src/lang.c:210
-#, fuzzy
-msgid   "Illegal character in realname.\n"
-        "Unquoted words may not contain '()<>\\' in old-style addresses.\n"
-msgstr  "Inyuguti in Amagambo Gicurasi OYA in ki/ bishaje IMISUSIRE Amaderesi"
-
-#: src/lang.c:211
-#, fuzzy
-msgid   "Illegal character in realname.\n"
-        "Control characters and unencoded 8bit characters > 127 are not allowed.\n"
-msgstr  "Inyuguti in Inyuguti Na Inyuguti OYA"
-
-#: src/lang.c:212
-#, fuzzy
-msgid   "\n"
-        "Error: No blank line found after header.\n"
-msgstr  "Ahatanditseho Umurongo Byabonetse Nyuma Umutwempangano"
-
-#: src/lang.c:213
-#, c-format
-msgid   "\n"
-        "Error: Illegal formatted %s.\n"
-msgstr  ""
-
-#. TODO: fixme, US-ASCII is not the only 7bit charset we know about
-#: src/lang.c:215
-#, fuzzy
-msgid   "\n"
-        "Error: Posting contains non-ASCII characters but MM_CHARSET is set to\n"
-        "       US-ASCII  - please change this setting to a suitable value for\n"
-        "       your language  using the  M)enu of configurable  options or by\n"
-        "       editing tinrc.\n"
-msgstr  "Kirimo Inyuguti ni Gushyiraho Guhindura>> iyi Igenamiterere Kuri a Agaciro "
-        "Ururimi ikoresha i Bya Amahitamo Cyangwa"
-
-#: src/lang.c:220
-#, fuzzy
-msgid   "\n"
-        "Error: Posting contains  non-ASCII characters  but the  MIME encoding\n"
-        "       for news  messages  is set  to \"7bit\"  -  please change this\n"
-        "       setting to \"8bit\" or \"quoted-printable\" depending  on what\n"
-        "       is more common  in your part  of the world.  This can  be done\n"
-        "       using the M)enu of configurable options or by editing tinrc.\n"
-msgstr  "Kirimo Inyuguti i kugirango Amakuru Ubutumwa ni Gushyiraho Kuri Guhindura>> "
-        "Igenamiterere Kuri Cyangwa Gicapika ku ni Birenzeho in Bya i ikoresha i Bya "
-        "Amahitamo Cyangwa ku"
-
-#: src/lang.c:226
-#, fuzzy
-msgid   "\n"
-        "Error: Article starts with blank line instead of header\n"
-msgstr  "Na: Ahatanditseho Umurongo Bya"
-
-#: src/lang.c:227
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: Header on line %d does not have a colon after the header name:\n"
-        "%s\n"
-msgstr  "ku Umurongo OYA a Nyuma i Umutwempangano Izina:"
-
-#: src/lang.c:228
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: The \"%s:\" line is empty.\n"
-msgstr  "Umurongo ni ubusa"
-
-#: src/lang.c:229
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: The \"%s:\" line is missing from the article header.\n"
-msgstr  "Umurongo ni Ibuze Bivuye i Ingingo Umutwempangano"
-
-#: src/lang.c:230
-#, c-format
-msgid   "\n"
-        "Error: %s contains non 7bit chars.\n"
-msgstr  ""
-
-#: src/lang.c:231
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: Header on line %d does not have a space after the colon:\n"
-        "%s\n"
-msgstr  "ku Umurongo OYA a Umwanya Nyuma i"
-
-#: src/lang.c:232
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: There are multiple (%d) \"%s:\" lines in the header.\n"
-msgstr  "Igikubo Imirongo in i Umutwempangano"
-
-#: src/lang.c:233
-#, fuzzy, c-format
-msgid   "Insecure permissions of %s (%o)"
-msgstr  "Uruhushya Bya"
-
-#: src/lang.c:235
-#, fuzzy, c-format
-msgid   "Invalid response to GROUP command, %s"
-msgstr  "Kuri Komandi:"
-
-#: src/lang.c:240
-#, fuzzy, c-format
-msgid   "MIME parse error: Unexpected end of %s/%s article"
-msgstr  "Ikosa Impera Bya Ingingo"
-
-#: src/lang.c:241
-#, fuzzy
-msgid   "MIME parse error: Start boundary whilst reading headers"
-msgstr  "Ikosa Gutangira Imitwe"
-
-#: src/lang.c:242
-#, fuzzy
-msgid   "\n"
-        "Error: \"poster\" is not allowed in Newsgroups!\n"
-msgstr  "ni OYA a Byemewe Urubuga rw'amakuru"
-
-#: src/lang.c:243
-#, fuzzy
-msgid   "Can't get a (fully-qualified) domain-name!"
-msgstr  "Kubona a Urwego Izina:"
-
-#: src/lang.c:244
-#, fuzzy, c-format
-msgid   "No permissions to go into %s\n"
-msgstr  "Uruhushya Kuri Gyayo"
-
-#: src/lang.c:246
-#, fuzzy
-msgid   "\n"
-        "Error: From: line missing.\n"
-msgstr  "Umurongo Ibuze"
-
-#: src/lang.c:248
-#, fuzzy, c-format
-msgid   "No read permissions for %s\n"
-msgstr  "Gusoma Uruhushya kugirango"
-
-#: src/lang.c:249
-#, fuzzy, c-format
-msgid   "File %s does not exist\n"
-msgstr  "Idosiye OYA"
-
-#: src/lang.c:250
-#, fuzzy, c-format
-msgid   "No write permissions for %s\n"
-msgstr  "Kwandika Uruhushya kugirango"
-
-#: src/lang.c:251
-#, fuzzy
-msgid   "Can't get user information (/etc/passwd missing?)"
-msgstr  "Kubona Ukoresha: Ibisobanuro Ibuze"
-
-#: src/lang.c:252
-#, fuzzy
-msgid   "errors"
-msgstr  "Amakosa"
-
-#: src/lang.c:254
-#, fuzzy, c-format
-msgid   "\n"
-        "Error on line %d: \"Sender:\" header not allowed (it will be added for you)\n"
-msgstr  "ku Umurongo Umutwempangano OYA Kyongewe kugirango"
-
-#: src/lang.c:256
-#, fuzzy, c-format
-msgid   "Server has non of the groups listed in %s"
-msgstr  "Bya i Amatsinda in"
-
-#: src/lang.c:257
-#, fuzzy
-msgid   "error"
-msgstr  "Ikosa"
-
-#: src/lang.c:258
-#, fuzzy
-msgid   "Unknown display level"
-msgstr  "Kugaragaza urwego"
-
-#: src/lang.c:259
-msgid   "<ESC>"
-msgstr  ""
-
-#: src/lang.c:260
-msgid   "Exiting..."
-msgstr  ""
-
-#: src/lang.c:261
-#, fuzzy
-msgid   "leaving external mail-reader"
-msgstr  "external Ubutumwa"
-
-#: src/lang.c:262
-#, c-format
-msgid   "Extracting %s..."
-msgstr  ""
-
-#: src/lang.c:264
-#, fuzzy, c-format
-msgid   "Error writing %s file. Filesystem full? File reset to previous state."
-msgstr  "IDOSIYE Idosiye Kugarura Kuri Ibanjirije Leta"
-
-#: src/lang.c:265
-#, fuzzy, c-format
-msgid   "Error making backup of %s file. Filesystem full?"
-msgstr  "Inyibutsa Bya IDOSIYE"
-
-#: src/lang.c:266
-#, c-format
-msgid   "Filtering global rules (%d/%d)..."
-msgstr  ""
-
-#: src/lang.c:267
-#, fuzzy
-msgid   "Rule created by: "
-msgstr  "Byaremwe ku"
-
-#: src/lang.c:268
-#, fuzzy, c-format
-msgid   "Enter pattern [%s]> "
-msgstr  "Ishusho"
-
-#: src/lang.c:269
-#, fuzzy, c-format
-msgid   "\n"
-        "You requested followups to your article to go to the following %s:\n"
-msgstr  "Kuri Ingingo Kuri Gyayo Kuri i"
-
-#: src/lang.c:270
-#, fuzzy, c-format
-msgid   "  %s\t Answers will be directed to you by mail.\n"
-msgstr  "%sKuri ku Ubutumwa"
-
-#: src/lang.c:271
-#, fuzzy
-msgid   "-- forwarded message --\n"
-msgstr  "--Ubutumwa"
-
-#: src/lang.c:272
-#, fuzzy
-msgid   "-- end of forwarded message --\n"
-msgstr  "--Impera Bya Ubutumwa"
-
-#: src/lang.c:273
-#, fuzzy
-msgid   "# Format:\n"
-        "#   comment=STRING    Optional. Multiple lines allowed. Comments must be "
-        "placed\n"
-        "#                     at the beginning of a rule, or they will be moved to "
-        "the\n"
-        "#                     next rule. '#' is not a valid keyword for a comment!\n"
-        "#   group=STRING      Mandatory. Newsgroups list (e.g. comp.*,!*sources*).\n"
-        "#   case=NUM          Mandatory. Compare=0 / ignore=1 case when filtering.\n"
-        "#   score=NUM|STRING  Mandatory. Score to give. Either:\n"
-        "#     score=NUM         A number (e.g. 70). Or:\n"
-        "#     score=STRING      One of the two keywords: 'hot' or 'kill'.\n"
-        "#   subj=STRING       Optional. Subject: line (e.g. How to be a wizard).\n"
-        "#   from=STRING       Optional. From: line (e.g. *Craig Shergold*).\n"
-        "#   msgid=STRING      Optional. Message-ID: line (e.g. <123@ether.net>) with\n"
-        "#                     full references.\n"
-        "#   msgid_last=STRING Optional. Like above, but with last reference only.\n"
-        "#   msgid_only=STRING Optional. Like above, but without references.\n"
-        "#   refs_only=STRING  Optional. References: line (e.g. <123@ether.net>) "
-        "without\n"
-        "#                     Message-ID:\n"
-        "#   lines=[<>]?NUM    Optional. Lines: line. '<' or '>' are optional.\n"
-        "#   gnksa=[<>]?NUM    Optional. GNKSA parse_from() return code. '<' or '>' "
-        "opt.\n"
-        "#   xref=PATTERN      Optional. Kill pattern (e.g. alt.flame*)\n"
-        "#   time=NUM          Optional. time_t value when rule expires\n"
-        "#\n"
-msgstr  "#g. g. g. g. g. g. g. Alt."
-
-#: src/lang.c:294
-#, fuzzy, c-format
-msgid   "Enter score for rule (default=%d): "
-msgstr  "kugirango Mburabuzi"
-
-#: src/lang.c:295
-#, fuzzy, c-format
-msgid   "Enter the score weight (range 0 < score <= %d)"
-msgstr  "i Uburemere Urutonde 0"
-
-#. SCORE_MAX
-#: src/lang.c:296
-msgid   "Full"
-msgstr  ""
-
-#: src/lang.c:297
-#, fuzzy
-msgid   "Comment (optional)  : "
-msgstr  "Bitari ngombwa"
-
-#: src/lang.c:298
-#, fuzzy
-msgid   "Apply pattern to    : "
-msgstr  "Ishusho Kuri"
-
-#: src/lang.c:299
-#, fuzzy
-msgid   "From: line (ignore case)      "
-msgstr  "Umurongo Kwirengagiza"
-
-#: src/lang.c:300
-#, fuzzy
-msgid   "From: line (case sensitive)   "
-msgstr  "Umurongo"
-
-#: src/lang.c:302
-#, fuzzy, c-format
-msgid   "%s%s: Unknown host.\n"
-msgstr  "%s%s:Ubuturo"
-
-#: src/lang.c:304
-msgid   "global "
-msgstr  ""
-
-#: src/lang.c:305
-#, fuzzy, c-format
-msgid   "Please use %.100s instead"
-msgstr  "Gukoresha"
-
-#: src/lang.c:306
-#, fuzzy, c-format
-msgid   "%s is bogus"
-msgstr  "%sni"
-
-#: src/lang.c:307
-#, fuzzy, c-format
-msgid   "Group %s is moderated. Continue?"
-msgstr  "Dukomeza."
-
-#: src/lang.c:308
-#, fuzzy
-msgid   "groups"
-msgstr  "Amatsinda"
-
-#: src/lang.c:309
-#, c-format
-msgid   "Rereading %s..."
-msgstr  ""
-
-#: src/lang.c:310
-msgid   "Top Level Commands"
-msgstr  ""
-
-#: src/lang.c:311
-msgid   "Group Selection"
-msgstr  ""
-
-#: src/lang.c:312
-#, fuzzy
-msgid   "group"
-msgstr  "Itsinda"
-
-#: src/lang.c:314
-#, fuzzy
-msgid   "One or more lines of comment. <CR> to add a line or proceed if line is empty."
-msgstr  "Cyangwa Birenzeho Imirongo Bya Icyo wongeraho Kuri Kongeramo a Umurongo "
-        "Cyangwa NIBA Umurongo ni ubusa"
-
-#: src/lang.c:315
-#, fuzzy
-msgid   "From: line to add to filter file. <SPACE> toggles & <CR> sets."
-msgstr  "Umurongo Kuri Kongeramo Kuri Muyunguruzi... IDOSIYE"
-
-#: src/lang.c:316
-#, fuzzy
-msgid   "Linecount of articles to be filtered. < for less, > for more, = for equal."
-msgstr  "Bya Kuri kugirango Birutwa kugirango Birenzeho kugirango bingana"
-
-#: src/lang.c:317
-#, fuzzy
-msgid   "Message-ID: line to add to filter file. <SPACE> toggles & <CR> sets."
-msgstr  "Umurongo Kuri Kongeramo Kuri Muyunguruzi... IDOSIYE"
-
-#: src/lang.c:318
-#, fuzzy
-msgid   "Subject: line to add to filter file. <SPACE> toggles & <CR> sets."
-msgstr  "Umurongo Kuri Kongeramo Kuri Muyunguruzi... IDOSIYE"
-
-#: src/lang.c:319
-#, fuzzy
-msgid   "Enter text pattern to filter if Subject: & From: lines are not what you want."
-msgstr  "Umwandiko Ishusho Kuri Muyunguruzi... NIBA Imirongo OYA"
-
-#: src/lang.c:320
-#, fuzzy
-msgid   "Select where text pattern should be applied. <SPACE> toggles & <CR> sets."
-msgstr  "Umwandiko Ishusho Byashyizweho"
-
-#: src/lang.c:321
-#, fuzzy
-msgid   "Expiration time in days for the entered filter. <SPACE> toggles & <CR> sets."
-msgstr  "Igihe in Iminsi kugirango i Muyunguruzi..."
-
-#: src/lang.c:322
-#, fuzzy
-msgid   "Apply kill only to current group or all groups. <SPACE> toggles & <CR> sets."
-msgstr  "Kuri KIGEZWEHO Itsinda Cyangwa Byose Amatsinda"
-
-#: src/lang.c:323
-#, fuzzy
-msgid   "Apply select to current group or all groups. <SPACE> toggles & <CR> sets."
-msgstr  "Guhitamo Kuri KIGEZWEHO Itsinda Cyangwa Byose Amatsinda"
-
-#: src/lang.c:324
-#, fuzzy
-msgid   "kill an article via a menu"
-msgstr  "Ingingo Biturutse a Ibikubiyemo"
-
-#: src/lang.c:325
-#, fuzzy
-msgid   "auto-select (hot) an article via a menu"
-msgstr  "Ikiyega Guhitamo Ingingo Biturutse a Ibikubiyemo"
-
-#: src/lang.c:326
-#, fuzzy
-msgid   "Browse URLs in article"
-msgstr  "in Ingingo"
-
-#: src/lang.c:327
-#, fuzzy
-msgid   "0 - 9\t  display article by number in current thread"
-msgstr  "0 Kugaragaza Ingingo ku Umubare in KIGEZWEHO Urudodo"
-
-#: src/lang.c:329
-#, fuzzy
-msgid   "cancel (delete) or supersede (overwrite) current article"
-msgstr  "Kureka Gusiba Cyangwa Guhindura KIGEZWEHO Ingingo"
-
-#: src/lang.c:330
-#, fuzzy
-msgid   "post followup to current article"
-msgstr  "Iposita Kuri KIGEZWEHO Ingingo"
-
-#: src/lang.c:331
-#, fuzzy
-msgid   "post followup (don't copy text) to current article"
-msgstr  "Iposita Gukoporora Umwandiko Kuri KIGEZWEHO Ingingo"
-
-#: src/lang.c:332
-#, fuzzy
-msgid   "post followup to current article quoting complete headers"
-msgstr  "Iposita Kuri KIGEZWEHO Ingingo Byuzuye Imitwe"
-
-#: src/lang.c:333
-#, fuzzy
-msgid   "repost chosen article to another group"
-msgstr  "Ingingo Kuri Itsinda"
-
-#: src/lang.c:335
-#, fuzzy
-msgid   "edit article (mail-groups only)"
-msgstr  "Guhindura Ingingo Ubutumwa Amatsinda"
-
-#: src/lang.c:336
-#, fuzzy
-msgid   "display first article in current thread"
-msgstr  "Kugaragaza Itangira Ingingo in KIGEZWEHO Urudodo"
-
-#: src/lang.c:337
-#, fuzzy
-msgid   "display first page of article"
-msgstr  "Kugaragaza Itangira Ipaji Bya Ingingo"
-
-#: src/lang.c:338
-#, fuzzy
-msgid   "display last article in current thread"
-msgstr  "Kugaragaza Iheruka Ingingo in KIGEZWEHO Urudodo"
-
-#: src/lang.c:339
-#, fuzzy
-msgid   "display last page of article"
-msgstr  "Kugaragaza Iheruka Ipaji Bya Ingingo"
-
-#: src/lang.c:340
-#, fuzzy
-msgid   "mark rest of thread as read and advance to next unread"
-msgstr  "Ikimenyetso Bya Urudodo Nka Gusoma Na Kuri Komeza>> Bidasomye"
-
-#: src/lang.c:341
-#, fuzzy
-msgid   "display next article"
-msgstr  "Kugaragaza Komeza>> Ingingo"
-
-#: src/lang.c:342
-#, fuzzy
-msgid   "display first article in next thread"
-msgstr  "Kugaragaza Itangira Ingingo in Komeza>> Urudodo"
-
-#: src/lang.c:343
-#, fuzzy
-msgid   "display next unread article"
-msgstr  "Kugaragaza Komeza>> Bidasomye Ingingo"
-
-#: src/lang.c:344
-#, fuzzy
-msgid   "go to the article that this one followed up"
-msgstr  "Gyayo Kuri i Ingingo iyi Hejuru"
-
-#: src/lang.c:345
-#, fuzzy
-msgid   "display previous article"
-msgstr  "Kugaragaza Ibanjirije Ingingo"
-
-#: src/lang.c:346
-#, fuzzy
-msgid   "display previous unread article"
-msgstr  "Kugaragaza Ibanjirije Bidasomye Ingingo"
-
-#: src/lang.c:347
-#, fuzzy
-msgid   "quickly kill an article using defaults"
-msgstr  "Ingingo ikoresha"
-
-#: src/lang.c:348
-#, fuzzy
-msgid   "quickly auto-select (hot) an article using defaults"
-msgstr  "Ikiyega Guhitamo Ingingo ikoresha"
-
-#: src/lang.c:349
-#, fuzzy
-msgid   "return to group selection level"
-msgstr  "Garuka Kuri Itsinda Ihitamo urwego"
-
-#: src/lang.c:350
-#, fuzzy
-msgid   "reply through mail to author"
-msgstr  "Subiza Gihinguranya Ubutumwa Kuri Umwanditsi"
-
-#: src/lang.c:351
-#, fuzzy
-msgid   "reply through mail (don't copy text) to author"
-msgstr  "Subiza Gihinguranya Ubutumwa Gukoporora Umwandiko Kuri Umwanditsi"
-
-#: src/lang.c:352
-#, fuzzy
-msgid   "reply through mail to author quoting complete headers"
-msgstr  "Subiza Gihinguranya Ubutumwa Kuri Umwanditsi Byuzuye Imitwe"
-
-#: src/lang.c:353
-#, fuzzy
-msgid   "search backwards within this article"
-msgstr  "Gushaka Inyuma muri iyi Ingingo"
-
-#: src/lang.c:354
-#, fuzzy
-msgid   "search forwards within this article"
-msgstr  "Gushaka muri iyi Ingingo"
-
-#: src/lang.c:355
-#, fuzzy
-msgid   "show article in raw-mode (including all headers)"
-msgstr  "Garagaza Ingingo in Ubwoko Byose Imitwe"
-
-#: src/lang.c:356
-#, fuzzy
-msgid   "skip next block of included text"
-msgstr  "Komeza>> Funga Bya Umwandiko"
-
-#: src/lang.c:357
-#, fuzzy
-msgid   "toggle display of sections hidden by a form-feed (^L) on/off"
-msgstr  "Mukomatanya Kugaragaza Bya Ibyatoranyijwe gihishwe ku a Ifishi ku Bidakora"
-
-#: src/lang.c:358
-#, fuzzy
-msgid   "toggle word highlighting on/off"
-msgstr  "Mukomatanya ijambo Igaragaza cyane ku Bidakora"
-
-#: src/lang.c:359
-#, fuzzy
-msgid   "toggle ROT-13 (basic decode) for current article"
-msgstr  "Mukomatanya BASIC kugirango KIGEZWEHO Ingingo"
-
-#: src/lang.c:360
-#, fuzzy
-msgid   "toggle tabwidth 4 <-> 8"
-msgstr  "Mukomatanya 4. 8"
-
-#: src/lang.c:361
-#, fuzzy
-msgid   "toggle german TeX style decoding for current article"
-msgstr  "Mukomatanya Ikidage IMISUSIRE kugirango KIGEZWEHO Ingingo"
-
-#: src/lang.c:362
-#, fuzzy
-msgid   "toggle display of uuencoded sections"
-msgstr  "Mukomatanya Kugaragaza Bya Ibyatoranyijwe"
-
-#: src/lang.c:363
-#, fuzzy
-msgid   "View/pipe/save multimedia attachments"
-msgstr  "Kubika Imigereka"
-
-#: src/lang.c:364
-#, fuzzy
-msgid   "choose first attachment in list"
-msgstr  "Guhitamo Itangira Ingingo in Urutonde"
-
-#: src/lang.c:365
-#, fuzzy
-msgid   "0 - 9\t  choose attachment by number"
-msgstr  "0 Guhitamo Ingingo ku Umubare"
-
-#: src/lang.c:366
-#, fuzzy
-msgid   "choose last attachment in list"
-msgstr  "Guhitamo Iheruka Ingingo in Urutonde"
-
-#: src/lang.c:368
-msgid   "pipe attachment into command"
-msgstr  ""
-
-#: src/lang.c:369
-#, fuzzy
-msgid   "pipe raw attachment into command"
-msgstr  "Kongera Gushushanya Nyuma Amabwiriza"
-
-#: src/lang.c:371
-msgid   "save attachment to disk"
-msgstr  ""
-
-#: src/lang.c:372
-#, fuzzy
-msgid   "search for attachments forwards"
-msgstr  "Gushaka kugirango ku Umwanditsi"
-
-#: src/lang.c:373
-#, fuzzy
-msgid   "search for attachments backwards"
-msgstr  "Gushaka kugirango ku Umwanditsi Inyuma"
-
-#: src/lang.c:374
-msgid   "view attachment"
-msgstr  ""
-
-#: src/lang.c:375
-#, fuzzy
-msgid   "tag attachment"
-msgstr  "Ingingo"
-
-#: src/lang.c:376
-#, fuzzy
-msgid   "tag attachments that match user specified pattern"
-msgstr  "Guhitamo BIHUYE Ukoresha: Ishusho"
-
-#: src/lang.c:377
-msgid   "reverse tagging on all attachments (toggle)"
-msgstr  ""
-
-#: src/lang.c:378
-#, fuzzy
-msgid   "untag all tagged attachments"
-msgstr  "Byose"
-
-#: src/lang.c:379
-#, fuzzy
-msgid   "toggle info message in last line (name/description of attachment)"
-msgstr  "Mukomatanya Ibisobanuro Ubutumwa in Iheruka Umurongo Ikivugwaho "
-        "Isobanuramiterere"
-
-#: src/lang.c:380
-#, fuzzy
-msgid   "choose first attribute in list"
-msgstr  "Guhitamo Itangira Ingingo in Urutonde"
-
-#: src/lang.c:381
-#, fuzzy
-msgid   "0 - 9\t  choose attribute by number"
-msgstr  "0 Guhitamo Ingingo ku Umubare"
-
-#: src/lang.c:382
-#, fuzzy
-msgid   "choose last attribute in list"
-msgstr  "Guhitamo Iheruka Ingingo in Urutonde"
-
-#: src/lang.c:383
-msgid   "reset attribute to a default value"
-msgstr  ""
-
-#: src/lang.c:384
-#, fuzzy
-msgid   "search forwards for an attribute"
-msgstr  "Gushaka kugirango a Itsinda Izina:"
-
-#: src/lang.c:385
-#, fuzzy
-msgid   "search backwards for an attribute"
-msgstr  "Gushaka Inyuma kugirango a Itsinda Izina:"
-
-#: src/lang.c:386
-#, fuzzy
-msgid   "select attribute"
-msgstr  "Guhitamo Urudodo"
-
-#: src/lang.c:387
-msgid   "toggle back to options menu when invoked from there"
-msgstr  ""
-
-#: src/lang.c:388
-#, fuzzy, c-format
-msgid   "report bug or comment via mail to %s"
-msgstr  "Icyegeranyo Cyangwa Icyo wongeraho Biturutse Ubutumwa Kuri"
-
-#: src/lang.c:389
-#, fuzzy
-msgid   "choose first option in list"
-msgstr  "Guhitamo Itangira Itsinda in Urutonde"
-
-#: src/lang.c:390
-#, fuzzy
-msgid   "0 - 9\t  choose option by number"
-msgstr  "0 Guhitamo Itsinda ku Umubare"
-
-#: src/lang.c:391
-#, fuzzy
-msgid   "choose last option in list"
-msgstr  "Guhitamo Iheruka Itsinda in Urutonde"
-
-#: src/lang.c:392
-#, fuzzy
-msgid   "start scopes menu"
-msgstr  "Garuka Kuri Ibanjirije Ibikubiyemo"
-
-#: src/lang.c:393
-#, fuzzy
-msgid   "search forwards for an option"
-msgstr  "Gushaka kugirango a Itsinda Izina:"
-
-#: src/lang.c:394
-#, fuzzy
-msgid   "search backwards for an option"
-msgstr  "Gushaka Inyuma kugirango a Itsinda Izina:"
-
-#: src/lang.c:395
-#, fuzzy
-msgid   "select option"
-msgstr  "guhitamo"
-
-#: src/lang.c:396
-msgid   "toggle to attributes menu"
-msgstr  ""
-
-#: src/lang.c:397
-#, fuzzy
-msgid   "choose range of articles to be affected by next command"
-msgstr  "Guhitamo Urutonde Bya Kuri ku Komeza>> Komandi:"
-
-#: src/lang.c:398
-#, fuzzy
-msgid   "escape from command prompt"
-msgstr  "Bivuye Komandi: Urwinjiriro"
-
-#: src/lang.c:399
-#, fuzzy
-msgid   "edit filter file"
-msgstr  "Guhindura Muyunguruzi... IDOSIYE"
-
-#: src/lang.c:400
-#, fuzzy
-msgid   "get help"
-msgstr  "Kubona Ifashayobora"
-
-#: src/lang.c:401
-#, fuzzy
-msgid   "display last article viewed"
-msgstr  "Kugaragaza Iheruka Ingingo"
-
-#: src/lang.c:402
-#, fuzzy
-msgid   "down one line"
-msgstr  "Hasi Umurongo"
-
-#: src/lang.c:403
-#, fuzzy
-msgid   "up one line"
-msgstr  "Hejuru Umurongo"
-
-#: src/lang.c:404
-#, fuzzy
-msgid   "go to article chosen by Message-ID"
-msgstr  "Gyayo Kuri Ingingo ku"
-
-#: src/lang.c:405
-#, fuzzy
-msgid   "mail article/thread/hot/pattern/tagged articles to someone"
-msgstr  "Ubutumwa Ingingo Urudodo Ishusho Kuri"
-
-#: src/lang.c:406
-#, fuzzy
-msgid   "menu of configurable options"
-msgstr  "Ibikubiyemo Bya Amahitamo"
-
-#: src/lang.c:407
-#, fuzzy
-msgid   "down one page"
-msgstr  "Hasi Ipaji"
-
-#: src/lang.c:408
-#, fuzzy
-msgid   "up one page"
-msgstr  "Hejuru Ipaji"
-
-#: src/lang.c:410
-#, fuzzy
-msgid   "post (write) article to current group"
-msgstr  "Iposita Kwandika Ingingo Kuri KIGEZWEHO Itsinda"
-
-#: src/lang.c:411
-#, fuzzy
-msgid   "post postponed articles"
-msgstr  "Iposita"
-
-#: src/lang.c:413
-#, fuzzy
-msgid   "list articles posted by you (from posted file)"
-msgstr  "Urutonde ku Bivuye IDOSIYE"
-
-#: src/lang.c:414
-#, fuzzy
-msgid   "return to previous menu"
-msgstr  "Garuka Kuri Ibanjirije Ibikubiyemo"
-
-#: src/lang.c:415
-#, fuzzy
-msgid   "quit tin immediately"
-msgstr  "Kuvamo Ako kanya"
-
-#: src/lang.c:416
-#, fuzzy
-msgid   "redraw page"
-msgstr  "Kongera Gushushanya Ipaji"
-
-#: src/lang.c:417
-#, fuzzy
-msgid   "save article/thread/hot/pattern/tagged articles to file"
-msgstr  "Kubika Ingingo Urudodo Ishusho Kuri IDOSIYE"
-
-#: src/lang.c:418
-#, fuzzy
-msgid   "save marked articles automatically without user prompts"
-msgstr  "Kubika cy/ byagarajwe ku buryo bwikora Ukoresha:"
-
-#: src/lang.c:419
-#, fuzzy
-msgid   "scroll the screen one line down"
-msgstr  "i Mugaragaza Umurongo Hasi"
-
-#: src/lang.c:420
-#, fuzzy
-msgid   "scroll the screen one line up"
-msgstr  "i Mugaragaza Umurongo Hejuru"
-
-#: src/lang.c:421
-#, fuzzy
-msgid   "search for articles by author backwards"
-msgstr  "Gushaka kugirango ku Umwanditsi Inyuma"
-
-#: src/lang.c:422
-#, fuzzy
-msgid   "search for articles by author forwards"
-msgstr  "Gushaka kugirango ku Umwanditsi"
-
-#: src/lang.c:423
-#, fuzzy
-msgid   "search all articles for a given string (this may take some time)"
-msgstr  "Gushaka Byose kugirango a Ikurikiranyanyuguti iyi Gicurasi Igihe"
-
-#: src/lang.c:424
-#, fuzzy
-msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
-msgstr  "(Na Gufunika Kuri Byose"
-
-#: src/lang.c:425
-#, fuzzy
-msgid   "search for articles by Subject line backwards"
-msgstr  "Gushaka kugirango ku Umurongo Inyuma"
-
-#: src/lang.c:426
-#, fuzzy
-msgid   "search for articles by Subject line forwards"
-msgstr  "Gushaka kugirango ku Umurongo"
-
-#: src/lang.c:427
-#, fuzzy
-msgid   "repeat last search"
-msgstr  "Gusubiramo Iheruka Gushaka"
-
-#: src/lang.c:428
-#, fuzzy
-msgid   "tag current article for reposting/mailing/piping/printing/saving"
-msgstr  "Itagi: KIGEZWEHO Ingingo kugirango Icapa... Mu kubika"
-
-#: src/lang.c:429
-#, fuzzy
-msgid   "toggle info message in last line (subject/description)"
-msgstr  "Mukomatanya Ibisobanuro Ubutumwa in Iheruka Umurongo Ikivugwaho "
-        "Isobanuramiterere"
-
-#: src/lang.c:430
-#, fuzzy
-msgid   "toggle inverse video"
-msgstr  "Mukomatanya Videwo..."
-
-#: src/lang.c:431
-#, fuzzy
-msgid   "toggle mini help menu display"
-msgstr  "Mukomatanya Ifashayobora Ibikubiyemo Kugaragaza"
-
-#: src/lang.c:432
-#, fuzzy
-msgid   "cycle the display of authors email address, real name, both or neither"
-msgstr  "Uruziga i Kugaragaza Bya Abahanzi imeli Aderesi Izina: Byombi Cyangwa"
-
-#: src/lang.c:433
-#, fuzzy
-msgid   "show version information"
-msgstr  "Garagaza Verisiyo Ibisobanuro"
-
-#: src/lang.c:434
-#, fuzzy
-msgid   "mark all articles as read and return to group selection menu"
-msgstr  "Ikimenyetso Byose Nka Gusoma Na Garuka Kuri Itsinda Ihitamo Ibikubiyemo"
-
-#: src/lang.c:435
-#, fuzzy
-msgid   "mark all articles as read and enter next group with unread articles"
-msgstr  "Ikimenyetso Byose Nka Gusoma Na Injiza Komeza>> Itsinda Na: Bidasomye"
-
-#: src/lang.c:436
-#, fuzzy
-msgid   "choose first thread in list"
-msgstr  "Guhitamo Itangira Urudodo in Urutonde"
-
-#: src/lang.c:437
-#, fuzzy
-msgid   "choose last thread in list"
-msgstr  "Guhitamo Iheruka Urudodo in Urutonde"
-
-#: src/lang.c:438
-#, fuzzy
-msgid   "list articles within current thread (bring up Thread sub-menu)"
-msgstr  "Urutonde muri KIGEZWEHO Urudodo Hejuru Ibikubiyemo"
-
-#: src/lang.c:439
-#, fuzzy
-msgid   "mark article as unread"
-msgstr  "Ikimenyetso Ingingo Nka Bidasomye"
-
-#: src/lang.c:440
-#, fuzzy
-msgid   "mark current thread, range or tagged threads as read"
-msgstr  "Ikimenyetso KIGEZWEHO Urudodo Cyangwa Nka Gusoma"
-
-#: src/lang.c:441
-#, fuzzy
-msgid   "mark current thread, range or tagged threads as unread"
-msgstr  "Ikimenyetso KIGEZWEHO Urudodo Cyangwa Nka Gusoma"
-
-#: src/lang.c:442
-msgid   "mark current/range/selected/pattern/tagged as read after prompting"
-msgstr  ""
-
-#: src/lang.c:443
-msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
-msgstr  ""
-
-#: src/lang.c:444
-#, fuzzy
-msgid   "toggle display of all/selected articles"
-msgstr  "Mukomatanya Kugaragaza Bya Byose Byahiswemo"
-
-#: src/lang.c:445
-#, fuzzy
-msgid   "display next group"
-msgstr  "Kugaragaza Komeza>> Itsinda"
-
-#: src/lang.c:446
-#, fuzzy
-msgid   "display previous group"
-msgstr  "Kugaragaza Ibanjirije Itsinda"
-
-#: src/lang.c:447
-#, fuzzy
-msgid   "toggle all selections (all articles)"
-msgstr  "Mukomatanya Byose Byose"
-
-#: src/lang.c:448
-#, fuzzy
-msgid   "select group (make \"hot\")"
-msgstr  "Guhitamo Itsinda Ubwoko"
-
-#: src/lang.c:449
-#, fuzzy
-msgid   "select thread"
-msgstr  "Guhitamo Urudodo"
-
-#: src/lang.c:450
-#, fuzzy
-msgid   "select threads if at least one unread article is selected"
-msgstr  "Guhitamo NIBA ku Bidasomye Ingingo ni Byahiswemo"
-
-#: src/lang.c:451
-#, fuzzy
-msgid   "select threads that match user specified pattern"
-msgstr  "Guhitamo BIHUYE Ukoresha: Ishusho"
-
-#: src/lang.c:452
-#, fuzzy
-msgid   "tag all parts of current multipart-message in order"
-msgstr  "Itagi: Byose Bya KIGEZWEHO Ubutumwa in Itondekanya"
-
-#: src/lang.c:453
-#, fuzzy
-msgid   "0 - 9\t  choose thread by number"
-msgstr  "0 Guhitamo Urudodo ku Umubare"
-
-#: src/lang.c:454
-#, fuzzy
-msgid   "toggle limit number of articles to get, and reload"
-msgstr  "Mukomatanya Umubare Bya Kuri Kubona Na Kongera Gutangiza"
-
-#: src/lang.c:455
-#, fuzzy
-msgid   "toggle display of all/unread articles"
-msgstr  "Mukomatanya Kugaragaza Bya Byose Bidasomye"
-
-#: src/lang.c:456
-#, fuzzy
-msgid   "toggle selection of thread"
-msgstr  "Mukomatanya Ihitamo Bya Urudodo"
-
-#: src/lang.c:457
-#, fuzzy
-msgid   "cycle through threading options available"
-msgstr  "Uruziga Gihinguranya Amahitamo Bihari"
-
-#: src/lang.c:458
-#, fuzzy
-msgid   "undo all selections (all articles)"
-msgstr  "Isubiranyuma Byose Byose"
-
-#: src/lang.c:459
-#, fuzzy
-msgid   "untag all tagged threads"
-msgstr  "Byose"
-
-#: src/lang.c:460
-msgid   "add new scope"
-msgstr  ""
-
-#: src/lang.c:461
-#, fuzzy
-msgid   "delete scope"
-msgstr  "Ishusho Ingano:"
-
-#: src/lang.c:462
-#, fuzzy
-msgid   "edit attributes file"
-msgstr  "Ibiranga IDOSIYE"
-
-#: src/lang.c:463
-#, fuzzy
-msgid   "choose first scope in list"
-msgstr  "Guhitamo Itangira Itsinda in Urutonde"
-
-#: src/lang.c:464
-#, fuzzy
-msgid   "0 - 9\t  choose scope by number"
-msgstr  "0 Guhitamo Itsinda ku Umubare"
-
-#: src/lang.c:465
-#, fuzzy
-msgid   "choose last scope in list"
-msgstr  "Guhitamo Iheruka Itsinda in Urutonde"
-
-#: src/lang.c:466
-msgid   "move scope"
-msgstr  ""
-
-#: src/lang.c:467
-msgid   "rename scope"
-msgstr  ""
-
-#: src/lang.c:468
-#, fuzzy
-msgid   "select scope"
-msgstr  "Igikonoshwa"
-
-#: src/lang.c:469
-#, fuzzy
-msgid   "mark all articles in group as read"
-msgstr  "Ikimenyetso Byose in Itsinda Nka Gusoma"
-
-#: src/lang.c:470
-#, fuzzy
-msgid   "mark all articles in group as read and move to next unread group"
-msgstr  "Ikimenyetso Byose in Itsinda Nka Gusoma Na Kwimura Kuri Komeza>> Bidasomye "
-        "Itsinda"
-
-#: src/lang.c:471
-#, fuzzy
-msgid   "choose first group in list"
-msgstr  "Guhitamo Itangira Itsinda in Urutonde"
-
-#: src/lang.c:472
-#, fuzzy
-msgid   "choose group by name"
-msgstr  "Guhitamo Itsinda ku Izina:"
-
-#: src/lang.c:473
-#, fuzzy
-msgid   "0 - 9\t  choose group by number"
-msgstr  "0 Guhitamo Itsinda ku Umubare"
-
-#: src/lang.c:474
-#, fuzzy
-msgid   "choose range of groups to be affected by next command"
-msgstr  "Guhitamo Urutonde Bya Amatsinda Kuri ku Komeza>> Komandi:"
-
-#: src/lang.c:475
-#, fuzzy
-msgid   "choose last group in list"
-msgstr  "Guhitamo Iheruka Itsinda in Urutonde"
-
-#: src/lang.c:476
-#, fuzzy
-msgid   "mark all articles in chosen group unread"
-msgstr  "Ikimenyetso Byose in Itsinda Bidasomye"
-
-#: src/lang.c:477
-#, fuzzy
-msgid   "move chosen group within list"
-msgstr  "Kwimura Itsinda muri Urutonde"
-
-#: src/lang.c:478
-#, fuzzy
-msgid   "choose next group with unread news"
-msgstr  "Guhitamo Komeza>> Itsinda Na: Bidasomye Amakuru"
-
-#: src/lang.c:479 src/lang.c:1348
-#, fuzzy
-msgid   "quit"
-msgstr  "Kuvamo"
-
-#: src/lang.c:480
-#, fuzzy
-msgid   "quit without saving configuration changes"
-msgstr  "Kuvamo Mu kubika Iboneza Amahinduka"
-
-#: src/lang.c:481
-#, fuzzy
-msgid   "read chosen group"
-msgstr  "Gusoma Itsinda"
-
-#: src/lang.c:482
-#, fuzzy
-msgid   "reset .newsrc (all available articles in groups marked unread)"
-msgstr  "Kugarura."
-
-#: src/lang.c:483
-#, fuzzy
-msgid   "search backwards for a group name"
-msgstr  "Gushaka Inyuma kugirango a Itsinda Izina:"
-
-#: src/lang.c:484
-#, fuzzy
-msgid   " \t  (all searches are case-insensitive and wrap around)"
-msgstr  "(Byose Na Gufunika"
-
-#: src/lang.c:485
-#, fuzzy
-msgid   "search forwards for a group name"
-msgstr  "Gushaka kugirango a Itsinda Izina:"
-
-#: src/lang.c:486
-#, fuzzy
-msgid   "subscribe to chosen group"
-msgstr  "Kwiyandikisha Kuri Itsinda"
-
-#: src/lang.c:487
-#, fuzzy
-msgid   "subscribe to groups that match pattern"
-msgstr  "Kwiyandikisha Kuri Amatsinda BIHUYE Ishusho"
-
-#: src/lang.c:488
-#, fuzzy
-msgid   "reread active file to check for any new news"
-msgstr  "Gikora IDOSIYE Kuri Kugenzura... kugirango Gishya Amakuru"
-
-#: src/lang.c:489
-#, fuzzy
-msgid   "toggle display of group name only or group name plus description"
-msgstr  "Mukomatanya Kugaragaza Bya Itsinda Izina: Cyangwa Itsinda Izina: Guteranya "
-        "Isobanuramiterere"
-
-#: src/lang.c:490
-#, fuzzy
-msgid   "toggle display to show all/unread subscribed groups"
-msgstr  "Mukomatanya Kugaragaza Kuri Garagaza Byose Bidasomye yanditswe/ byemewe "
-        "Amatsinda"
-
-#: src/lang.c:491
-#, fuzzy
-msgid   "unsubscribe from chosen group"
-msgstr  "Kwivana aho wiyandikishe Bivuye Itsinda"
-
-#: src/lang.c:492
-#, fuzzy
-msgid   "unsubscribe from groups that match pattern"
-msgstr  "Kwivana aho wiyandikishe Bivuye Amatsinda BIHUYE Ishusho"
-
-#: src/lang.c:493
-#, fuzzy
-msgid   "sort the list of groups"
-msgstr  "Ishungura i Urutonde Bya Amatsinda"
-
-#: src/lang.c:494
-#, fuzzy
-msgid   "toggle display to show all/subscribed groups"
-msgstr  "Mukomatanya Kugaragaza Kuri Garagaza Byose yanditswe/ byemewe Amatsinda"
-
-#: src/lang.c:495
-#, fuzzy
-msgid   "0 - 9\t  choose article by number"
-msgstr  "0 Guhitamo Ingingo ku Umubare"
-
-#: src/lang.c:496
-#, fuzzy
-msgid   "mark thread as read and return to group index page"
-msgstr  "Ikimenyetso Urudodo Nka Gusoma Na Garuka Kuri Itsinda Umubarendanga Ipaji"
-
-#: src/lang.c:497
-#, fuzzy
-msgid   "mark thread as read and enter next unread thread or group"
-msgstr  "Ikimenyetso Urudodo Nka Gusoma Na Injiza Komeza>> Bidasomye Urudodo Cyangwa "
-        "Itsinda"
-
-#: src/lang.c:498
-#, fuzzy
-msgid   "choose first article in list"
-msgstr  "Guhitamo Itangira Ingingo in Urutonde"
-
-#: src/lang.c:499
-#, fuzzy
-msgid   "choose last article in list"
-msgstr  "Guhitamo Iheruka Ingingo in Urutonde"
-
-#: src/lang.c:500
-#, fuzzy
-msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
-msgstr  "Ikimenyetso Ingingo Cyangwa Nka Gusoma Na Kwimura indanga Kuri Komeza>> "
-        "Bidasomye Ingingo"
-
-#: src/lang.c:501
-#, fuzzy
-msgid   "mark article, range or tagged articles as unread"
-msgstr  "Ikimenyetso Ingingo Nka Bidasomye"
-
-#: src/lang.c:502
-#, fuzzy
-msgid   "mark current thread as unread"
-msgstr  "Ikimenyetso Urudodo Nka Bidasomye"
-
-#: src/lang.c:503
-#, fuzzy
-msgid   "read chosen article"
-msgstr  "Gusoma Ingingo"
-
-#: src/lang.c:504
-msgid   "Display properties\n"
-        "------------------"
-msgstr  ""
-
-#: src/lang.c:505
-msgid   "Miscellaneous\n"
-        "-------------"
-msgstr  ""
-
-#: src/lang.c:506
-msgid   "Moving around\n"
-        "-------------"
-msgstr  ""
-
-#: src/lang.c:507
-#, fuzzy
-msgid   "Group/thread/article operations\n"
-        "-------------------------------"
-msgstr  "Urudodo Ingingo"
-
-#: src/lang.c:508
-#, fuzzy
-msgid   "Attachment operations\n"
-        "---------------------"
-msgstr  "Urudodo Ingingo"
-
-#: src/lang.c:509
-#, fuzzy
-msgid   "Attribute operations\n"
-        "--------------------"
-msgstr  "Urudodo Ingingo"
-
-#: src/lang.c:510
-#, fuzzy
-msgid   "Option operations\n"
-        "-----------------"
-msgstr  "Urudodo Ingingo"
-
-#: src/lang.c:511
-#, fuzzy
-msgid   "Scope operations\n"
-        "----------------"
-msgstr  "Urudodo Ingingo"
-
-#: src/lang.c:512
-#, fuzzy
-msgid   "URL operations\n"
-        "--------------"
-msgstr  "Urudodo Ingingo"
-
-#: src/lang.c:513
-#, fuzzy
-msgid   "choose first URL in list"
-msgstr  "Guhitamo Itangira Itsinda in Urutonde"
-
-#: src/lang.c:514
-#, fuzzy
-msgid   "0 - 9\t  choose URL by number"
-msgstr  "0 Guhitamo Itsinda ku Umubare"
-
-#: src/lang.c:515
-#, fuzzy
-msgid   "choose last URL in list"
-msgstr  "Guhitamo Iheruka Itsinda in Urutonde"
-
-#: src/lang.c:516
-#, fuzzy
-msgid   "search for URLs forwards"
-msgstr  "Gushaka kugirango ku Umwanditsi"
-
-#: src/lang.c:517
-#, fuzzy
-msgid   "search for URLs backwards"
-msgstr  "Gushaka kugirango ku Umwanditsi Inyuma"
-
-#: src/lang.c:518
-msgid   "Open URL in browser"
-msgstr  ""
-
-#: src/lang.c:519
-#, fuzzy
-msgid   "toggle info message in last line (URL)"
-msgstr  "Mukomatanya Ibisobanuro Ubutumwa in Iheruka Umurongo Ikivugwaho "
-        "Isobanuramiterere"
-
-#: src/lang.c:521
-msgid   "Group Level Commands"
-msgstr  ""
-
-#: src/lang.c:522
-#, fuzzy
-msgid   "Kill filter added"
-msgstr  "Muyunguruzi... Kyongewe"
-
-#: src/lang.c:523
-#, fuzzy
-msgid   "Auto-selection filter added"
-msgstr  "Ihitamo Muyunguruzi... Kyongewe"
-
-#: src/lang.c:524
-msgid   "All parts tagged"
-msgstr  ""
-
-#: src/lang.c:525
-#, fuzzy
-msgid   "Storing article for later posting"
-msgstr  "Ingingo kugirango"
-
-#: src/lang.c:526
-#, fuzzy
-msgid   "Please enter a valid character"
-msgstr  "Injiza a Byemewe Inyuguti"
-
-#: src/lang.c:527
-#, c-format
-msgid   "Missing part #%d"
-msgstr  ""
-
-#: src/lang.c:528
-msgid   "*** No postponed articles ***"
-msgstr  ""
-
-#: src/lang.c:529
-#, fuzzy
-msgid   "Not a multi-part message"
-msgstr  "a Ubutumwa"
-
-#: src/lang.c:530
-#, fuzzy
-msgid   "You are not subscribed to this group"
-msgstr  "OYA yanditswe/ byemewe Kuri iyi Itsinda"
-
-#: src/lang.c:531
-#, fuzzy
-msgid   "No previous expression"
-msgstr  "Ibanjirije imvugo"
-
-#: src/lang.c:532
-#, fuzzy
-msgid   "Operation disabled in no-overwrite mode"
-msgstr  "Yahagaritswe in Oya Guhindura Ubwoko"
-
-#. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
-#, fuzzy, c-format
-msgid   "%d postponed %s, reuse with ^O...\n"
-msgstr  "%dNa:"
-
-#: src/lang.c:535
-#, fuzzy
-msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
-        "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
-msgstr  "Ibigize Cyavanyweho Kubona i Ingingo in i"
-
-#: src/lang.c:537
-#, fuzzy, c-format
-msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
-msgstr  "Kubika Izina ry'idosiye: kugirango ni a OYA"
-
-#: src/lang.c:538
-#, fuzzy
-msgid   "TeX2Iso encoded article"
-msgstr  "Ingingo"
-
-#: src/lang.c:539
-msgid   "incomplete "
-msgstr  ""
-
-#. TODO: replace hardcoded key-names
-#: src/lang.c:541
-#, fuzzy, c-format
-msgid   "\n"
-        "Welcome to %s, a full screen threaded Netnews reader. It can read news "
-        "locally\n"
-        "(ie. <spool>/news) or remotely (-r option)  from a NNTP (Network News "
-        "Transport\n"
-        "Protocol) server. -h lists the available command line options.\n"
-        "\n"
-        "%s  has four newsreading levels, the newsgroup selection page, the group "
-        "index\n"
-        "page, the thread listing page and the article viewer. Help is available at "
-        "each\n"
-        "level by pressing the 'h' command.\n"
-        "\n"
-        "Move up/down by using the terminal arrow keys or 'j' and 'k'.  Use PgUp/PgDn "
-        "or\n"
-        "Ctrl-U and Ctrl-D to page up/down. Enter a newsgroup by pressing RETURN/TAB.\n"
-        "\n"
-        "Articles, threads, tagged articles or articles matching a pattern can be "
-        "mailed\n"
-        "('m' command), printed ('o' command), saved ('s' command), piped ('|' "
-        "command).\n"
-        "Use  the 'w' command  to post a  news article,  the 'f'/'F' commands  to post "
-        "a\n"
-        "follow-up to  an existing  news article  and the 'r'/'R' commands  to reply "
-        "via\n"
-        "mail to an  existing news article author.  The 'M' command allows the "
-        "operation\n"
-        "of %s to be configured via a menu.\n"
-        "\n"
-        "For more information read the manual page, README, INSTALL, TODO and FTP "
-        "files.\n"
-        "Please send bug-reports/comments to %s with the 'R' command.\n"
-msgstr  "Kuri a Mugaragaza Gusoma Amakuru Amakuru Cyangwa R Ihitamo Bivuye a Seriveri "
-        "h Intonde i Bihari Komandi: Umurongo Amahitamo Intera i Urubuga rw'amakuru "
-        "Ihitamo Ipaji i Itsinda i Urudodo Ipaji Na i Ingingo ni Bihari ku ku i "
-        "Komandi: Hejuru Hasi ku ikoresha i Akambi Utubuto Cyangwa Na U Na Kuri Ipaji "
-        "Hejuru Hasi a Urubuga rw'amakuru ku Cyangwa a Ishusho Komandi: Byacapwe "
-        "Komandi: Komandi: Komandi: i Komandi: Kuri Iposita a Amakuru Ingingo i "
-        "Amabwiriza Kuri Iposita Hejuru Kuri Amakuru Ingingo Na i Amabwiriza Kuri "
-        "Subiza Kuri Amakuru Ingingo Umwanditsi Komandi: i Kuri Biturutse a "
-        "Ibikubiyemo Birenzeho Ibisobanuro Gusoma i Bikorwa Ipaji Na Idosiye Kohereza "
-        "Raporo Ibisobanuro Kuri Na: i Komandi:"
-
-#: src/lang.c:557
-#, fuzzy, c-format
-msgid   "Invalid  From: %s  line. Read the INSTALL file again."
-msgstr  "Umurongo i IDOSIYE"
-
-#: src/lang.c:559
-msgid   "Invalid multibyte sequence found\n"
-msgstr  ""
-
-#: src/lang.c:562
-#, fuzzy, c-format
-msgid   "Invalid  Sender:-header %s"
-msgstr  "Umutwempangano"
-
-#: src/lang.c:564
-#, fuzzy
-msgid   "Inverse video disabled"
-msgstr  "Videwo... Yahagaritswe"
-
-#: src/lang.c:565
-#, fuzzy
-msgid   "Inverse video enabled"
-msgstr  "Videwo... Bikora"
-
-#: src/lang.c:567
-#, fuzzy, c-format
-msgid   "Missing definition for %s\n"
-msgstr  "Insobanuro kugirango"
-
-#: src/lang.c:568
-#, fuzzy, c-format
-msgid   "Invalid key definition '%s'\n"
-msgstr  "Urufunguzo Insobanuro"
-
-#: src/lang.c:569
-#, c-format
-msgid   "Invalid keyname '%s'\n"
-msgstr  ""
-
-#: src/lang.c:570
-#, fuzzy, c-format
-msgid   "Keymap file was upgraded to version %s\n"
-msgstr  "IDOSIYE Kuri Verisiyo"
-
-#: src/lang.c:571
-#, c-format
-msgid   "Kill From:     [%s] (y/n): "
-msgstr  ""
-
-#: src/lang.c:572
-msgid   "Kill Lines: (</>num): "
-msgstr  ""
-
-#: src/lang.c:573
-msgid   "Kill Article Menu"
-msgstr  ""
-
-#: src/lang.c:574
-#, c-format
-msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
-msgstr  ""
-
-#: src/lang.c:575
-#, fuzzy
-msgid   "Kill pattern scope  : "
-msgstr  "Ishusho Ingano:"
-
-#: src/lang.c:576
-#, c-format
-msgid   "Kill Subject:  [%s] (y/n): "
-msgstr  ""
-
-#: src/lang.c:577
-#, fuzzy
-msgid   "Kill text pattern   : "
-msgstr  "Umwandiko Ishusho"
-
-#: src/lang.c:578
-#, fuzzy
-msgid   "Kill time in days   : "
-msgstr  "Igihe in Iminsi"
-
-#: src/lang.c:580
-msgid   "Last"
-msgstr  "Iheruka"
-
-#: src/lang.c:581
-msgid   "-- Last response --"
-msgstr  ""
-
-#: src/lang.c:582
-#, fuzzy, c-format
-msgid   "Lines %s  "
-msgstr  "Imirongo."
-
-# sfx2/source\appl\app.src:STR_MAIL.text
-#: src/lang.c:584
-msgid   "Mail"
-msgstr  "Ubutumwa"
-
-#: src/lang.c:585
-msgid   "mailbox "
-msgstr  ""
-
-#: src/lang.c:586
-#, fuzzy, c-format
-msgid   "Mail article(s) to [%.*s]> "
-msgstr  "Ingingo S Kuri S"
-
-#: src/lang.c:587
-#, fuzzy, c-format
-msgid   "Mailing log to %s\n"
-msgstr  "LOG Kuri %s\n"
-
-#: src/lang.c:588
-#, fuzzy
-msgid   "Mail bug report..."
-msgstr  "Icyegeranyo"
-
-#: src/lang.c:589
-#, fuzzy, c-format
-msgid   "Mail BUG REPORT to %s?"
-msgstr  "Kuri"
-
-#: src/lang.c:590
-msgid   "Mailed"
-msgstr  ""
-
-#: src/lang.c:591
-#, fuzzy, c-format
-msgid   "Mailing to %s..."
-msgstr  "Kuri %s"
-
-#: src/lang.c:592
-#, fuzzy
-msgid   "# [Mail/Save] active file. Format is like news active file:\n"
-        "#   groupname  max.artnum  min.artnum  /dir\n"
-        "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
-        "#\n"
-msgstr  "#[Kubika Gikora IDOSIYE ni nka Amakuru Gikora IDOSIYE KININI GITO Umwanya ni "
-        "i Cyangwa"
-
-#: src/lang.c:595
-#, fuzzy, c-format
-msgid   "%s marked as read"
-msgstr  "%scy/ byagarajwe Nka Bidasomye"
-
-#: src/lang.c:596
-#, fuzzy, c-format
-msgid   "%s marked as unread"
-msgstr  "%scy/ byagarajwe Nka Bidasomye"
-
-#: src/lang.c:597
-#, fuzzy, c-format
-msgid   "Marked %d of %d %s as read"
-msgstr  "Bya Nka Gusoma"
-
-#: src/lang.c:598
-#, fuzzy, c-format
-msgid   "Marked %d of %d %s as unread"
-msgstr  "Bya Nka Gusoma"
-
-# 3737
-#: src/lang.c:599 src/lang.c:1318
-msgid   "Mark"
-msgstr  "garagaza"
-
-#: src/lang.c:600
-#, fuzzy, c-format
-msgid   "Mark all articles as read%s?"
-msgstr  "Byose Nka Gusoma"
-
-#: src/lang.c:601
-#, fuzzy, c-format
-msgid   "Mark article as read%s?"
-msgstr  "Byose Nka Gusoma"
-
-#: src/lang.c:602
-#, fuzzy, c-format
-msgid   "Mark group %s as read?"
-msgstr  "Itsinda Nka Gusoma"
-
-#: src/lang.c:603
-#, fuzzy, c-format
-msgid   "Mark thread as read%s?"
-msgstr  "Urudodo Nka Gusoma"
-
-#: src/lang.c:604
-#, fuzzy, c-format
-msgid   "Matching %s groups..."
-msgstr  "Amatsinda"
-
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
-#, fuzzy, c-format
-msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
-msgstr  "<N Gushyiraho KIGEZWEHO Kuri N Komeza>> Bidasomye Kugaragaza Mukomatanya"
-
-#: src/lang.c:607
-#, fuzzy, c-format
-msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
-msgstr  "%s=Ubutumwa Kuvamo Subiza Ubutumwa Kubika Itagi: Iposita"
-
-#: src/lang.c:609
-#, fuzzy, c-format
-msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
-msgstr  "%s=Ubutumwa Kuvamo Subiza Ubutumwa Kubika Itagi: Iposita"
-
-#: src/lang.c:611
-#, fuzzy, c-format
-msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
-msgstr  "%s=Gushaka Gushaka Inyuma Kuvamo"
-
-#: src/lang.c:612 src/lang.c:616
-#, fuzzy, c-format
-msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
-msgstr  "<N Gushyiraho KIGEZWEHO Kuri N Komeza>> Bidasomye Gushaka Ishusho Guhitamo"
-
-#: src/lang.c:613
-#, fuzzy, c-format
-msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
-        "thread"
-msgstr  "%s=Umwanditsi Gushaka Umurongo Hasi Umurongo Hejuru Ikimenyetso Gusoma "
-        "Urutonde Urudodo"
-
-#: src/lang.c:614
-#, fuzzy, c-format
-msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
-msgstr  "%s=Umurongo Hejuru Umurongo Hasi Ipaji Hejuru Ipaji Hasi Hejuru: Hasi:"
-
-#: src/lang.c:615
-#, fuzzy, c-format
-msgid   "%s=search forwards; %s=search backwards; %s=quit"
-msgstr  "%s=Gushaka Gushaka Inyuma Kuvamo"
-
-#: src/lang.c:617
-#, fuzzy, c-format
-msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
-msgstr  "%s=Umwanditsi Gushaka Umubiri Gushaka Ikimenyetso Gusoma"
-
-#: src/lang.c:618
-#, c-format
-msgid   "%s=add; %s=move; %s=rename; %s=delete"
-msgstr  ""
-
-#: src/lang.c:620
-#, fuzzy, c-format
-msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
-msgstr  "<N Gushyiraho KIGEZWEHO Kuri N Komeza>> Bidasomye Gushaka Ishusho"
-
-#: src/lang.c:621
-#, fuzzy, c-format
-msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
-msgstr  "%s=Umurongo Hasi Umurongo Hejuru Ifashayobora Kwimura Kuvamo Mukomatanya "
-        "Byose Bidasomye"
-
-#: src/lang.c:622
-#, fuzzy, c-format
-msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
-msgstr  "%s=Kwiyandikisha Ishusho Kwivana aho wiyandikishe Ishusho in Inyuma"
-
-#: src/lang.c:623
-#, fuzzy, c-format
-msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
-msgstr  "<N Gushyiraho KIGEZWEHO Kuri N Komeza>> Bidasomye Kugaragaza Mukomatanya"
-
-#: src/lang.c:624
-#, fuzzy, c-format
-msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
-msgstr  "%s=Ifashayobora Umurongo Hasi Umurongo Hejuru Kuvamo Itagi: Ikimenyetso "
-        "Bidasomye"
-
-#: src/lang.c:626
-#, fuzzy, c-format
-msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
-msgstr  "%s=Gushaka Gushaka Inyuma Kuvamo"
-
-#: src/lang.c:627
-msgid   "--More--"
-msgstr  ""
-
-#: src/lang.c:628
-#, c-format
-msgid   "Moving %s..."
-msgstr  ""
-
-#: src/lang.c:629
-msgid   "Message-ID: & last Reference  "
-msgstr  ""
-
-#: src/lang.c:630
-#, fuzzy
-msgid   "Message-ID: line              "
-msgstr  "Umurongo"
-
-#: src/lang.c:631
-msgid   "Message-ID: & References: line"
-msgstr  ""
-
-#: src/lang.c:633
-#, fuzzy
-msgid   ", name: "
-msgstr  ",IZINA! "
-
-#: src/lang.c:634
-#, fuzzy, c-format
-msgid   "Goto newsgroup [%s]> "
-msgstr  "Urubuga rw'amakuru"
-
-# svtools/source\misc\mediatyp.src:STR_SVT_MIMETYPE_CNT_BBBOX.text
-#: src/lang.c:635
-#, fuzzy
-msgid   "newsgroups"
-msgstr  "Imbuga z'amakuru"
-
-#: src/lang.c:636
-#, c-format
-msgid   "Position %s in group list (1,2,..,$) [%d]> "
-msgstr  ""
-
-#: src/lang.c:637
-#, fuzzy
-msgid   "newsgroup"
-msgstr  "Urubuga rw'amakuru"
-
-#: src/lang.c:638
-#, fuzzy
-msgid   "Try and save newsrc file again?"
-msgstr  "Na Kubika IDOSIYE"
-
-#: src/lang.c:639
-#, fuzzy
-msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
-msgstr  "Imbuga z'amakuru Kuri IDOSIYE Kubika"
-
-#: src/lang.c:640
-#, fuzzy
-msgid   "newsrc file saved successfully.\n"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:641
-msgid   "-- Next response --"
-msgstr  ""
-
-#: src/lang.c:642
-#, fuzzy
-msgid   "No  "
-msgstr  "Oya"
-
-#: src/lang.c:643
-msgid   "*** No articles ***"
-msgstr  ""
-
-#: src/lang.c:644
-msgid   "No articles have been posted"
-msgstr  ""
-
-#: src/lang.c:645
-#, fuzzy
-msgid   "*** No attachments ***"
-msgstr  "*** Amatsinda ***"
-
-#: src/lang.c:646
-#, fuzzy
-msgid   "*** No description ***"
-msgstr  "*** Isobanuramiterere ***"
-
-#: src/lang.c:647
-#, fuzzy
-msgid   "No filename"
-msgstr  "Izina ry'idosiye:"
-
-#: src/lang.c:648
-#, fuzzy
-msgid   "No group"
-msgstr  "Itsinda"
-
-#: src/lang.c:649
-#, fuzzy
-msgid   "*** No groups ***"
-msgstr  "*** Amatsinda ***"
-
-#: src/lang.c:650
-#, fuzzy
-msgid   "No more groups to read"
-msgstr  "Birenzeho Amatsinda Kuri Gusoma"
-
-#: src/lang.c:651
-#, fuzzy
-msgid   "No last message"
-msgstr  "Iheruka Ubutumwa"
-
-#: src/lang.c:652
-#, fuzzy
-msgid   "No mail address"
-msgstr  "Ubutumwa Aderesi"
-
-#: src/lang.c:653
-#, fuzzy
-msgid   "No articles marked for saving"
-msgstr  "cy/ byagarajwe kugirango Mu kubika"
-
-#: src/lang.c:654
-#, fuzzy
-msgid   "No match"
-msgstr  "BIHUYE"
-
-#: src/lang.c:655
-#, fuzzy
-msgid   "No more groups"
-msgstr  "Birenzeho Amatsinda"
-
-#: src/lang.c:656
-#, fuzzy
-msgid   "No newsgroups"
-msgstr  "Imbuga z'amakuru"
-
-#: src/lang.c:657
-#, fuzzy
-msgid   "No next unread article"
-msgstr  "Komeza>> Bidasomye Ingingo"
-
-#: src/lang.c:658
-#, fuzzy
-msgid   "No previous group"
-msgstr  "Ibanjirije Itsinda"
-
-#: src/lang.c:659
-msgid   "No previous search, nothing to repeat"
-msgstr  ""
-
-#: src/lang.c:660
-#, fuzzy
-msgid   "No previous unread article"
-msgstr  "Ibanjirije Bidasomye Ingingo"
-
-#: src/lang.c:661
-msgid   "No responses"
-msgstr  ""
-
-#: src/lang.c:662
-#, fuzzy
-msgid   "No responses to list in current thread"
-msgstr  "Kuri Urutonde in KIGEZWEHO Urudodo"
-
-#: src/lang.c:663
-#, fuzzy
-msgid   "*** No scopes ***"
-msgstr  "*** Amatsinda ***"
-
-#: src/lang.c:664
-#, fuzzy
-msgid   "No search string"
-msgstr  "Gushaka Ikurikiranyanyuguti"
-
-#: src/lang.c:665
-msgid   "No subject"
-msgstr  "Nta kivugwaho"
-
-#: src/lang.c:667
-#, fuzzy, c-format
-msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
-msgstr  "%s:Gusiba Kuri Impera Bya Umurongo"
-
-#: src/lang.c:668
-#, fuzzy, c-format
-msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
-msgstr  "%s:Gusiba Kuri Impera Bya Mugaragaza"
-
-#: src/lang.c:669
-#, c-format
-msgid   "%s: Terminal must have clearscreen (cl) capability\n"
-msgstr  ""
-
-#: src/lang.c:670
-#, fuzzy, c-format
-msgid   "%s: Terminal must have cursor motion (cm)\n"
-msgstr  "%s:indanga cm"
-
-#: src/lang.c:671
-#, fuzzy, c-format
-msgid   "%s: TERM variable must be set to use screen capabilities\n"
-msgstr  "%s:IMPINDURAGACIRO Gushyiraho Kuri Gukoresha Mugaragaza"
-
-#: src/lang.c:673
-#, fuzzy, c-format
-msgid   "No viewer found for %s/%s\n"
-msgstr  "Byabonetse kugirango"
-
-#: src/lang.c:674
-#, fuzzy
-msgid   "Newsgroup does not exist on this server"
-msgstr  "OYA ku iyi Seriveri"
-
-#: src/lang.c:675
-#, fuzzy, c-format
-msgid   "Group %s not found in active file"
-msgstr  "OYA Byabonetse in Gikora IDOSIYE"
-
-#: src/lang.c:676
-#, fuzzy
-msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
-msgstr  "C Gukoresha a Izina: Gukoresha D Q"
-
-#: src/lang.c:677
-#, fuzzy
-msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
-msgstr  "Gukoresha a Izina: Gukoresha D Q"
-
-#: src/lang.c:678
-#, c-format
-msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
-        "# shortname list for %s %s\n"
-        "#\n"
-        "# the format of this file is\n"
-        "#   <FQDN of NNTP-server> <newsrc file> <shortname> ...\n"
-        "#\n"
-        "# if <newsrc file> is given without path, $HOME is assumed as its location\n"
-        "#\n"
-        "# examples:\n"
-        "#   news.tin.org      .newsrc-tin.org  tinorg\n"
-        "#   news.example.org  /tmp/nrc-ex      example    ex\n"
-        "#\n"
-msgstr  ""
-
-#: src/lang.c:685
-msgid   "Only"
-msgstr  ""
-
-#: src/lang.c:686
-#, fuzzy, c-format
-msgid   "Option not enabled. Recompile with %s."
-msgstr  "OYA Bikora Na:"
-
-#: src/lang.c:687
-msgid   "Options Menu"
-msgstr  ""
-
-#: src/lang.c:688
-msgid   "Options Menu Commands"
-msgstr  ""
-
-#: src/lang.c:691
-#, fuzzy, c-format
-msgid   "Error in regex: %s at pos. %d '%s'"
-msgstr  "in ku"
-
-#: src/lang.c:692
-#, fuzzy, c-format
-msgid   "Error in regex: pcre internal error %d"
-msgstr  "in By'imbere Ikosa"
-
-#: src/lang.c:693
-#, fuzzy, c-format
-msgid   "Error in regex: study - pcre internal error %s"
-msgstr  "in By'imbere Ikosa"
-
-#: src/lang.c:694
-msgid   "Post a followup..."
-msgstr  ""
-
-#. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
-#, fuzzy
-msgid   "An error has occurred while posting the article. If you think that this\n"
-        "error is temporary or otherwise correctable, you can postpone the article\n"
-        "and pick it up again with ^O later.\n"
-msgstr  "Ikosa i Ingingo ni By'igihe gito Cyangwa i Hejuru Na:"
-
-#: src/lang.c:699
-#, fuzzy
-msgid   "Posted articles history"
-msgstr  "Urutonde"
-
-#: src/lang.c:700
-#, fuzzy, c-format
-msgid   "Post to newsgroup(s) [%s]> "
-msgstr  "Kuri Urubuga rw'amakuru S"
-
-#: src/lang.c:701
-#, fuzzy
-msgid   "-- post processing started --"
-msgstr  "--Iposita Inonosora--"
-
-#: src/lang.c:702
-#, fuzzy
-msgid   "-- post processing completed --"
-msgstr  "--Iposita Inonosora--"
-
-#: src/lang.c:703
-#, fuzzy, c-format
-msgid   "Post subject [%s]> "
-msgstr  "Ikivugwaho"
-
-#: src/lang.c:704
-#, fuzzy
-msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
-msgstr  "# Bya Ubutumwa ku Komandi: Bivuye muri"
-
-#: src/lang.c:705
-#, fuzzy
-msgid   "Posting article..."
-msgstr  "Ingingo"
-
-#: src/lang.c:706
-#, c-format
-msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
-msgstr  ""
-
-#: src/lang.c:707
-#, c-format
-msgid   "Hot %s"
-msgstr  ""
-
-#: src/lang.c:708
-#, c-format
-msgid   "Tagged %s"
-msgstr  ""
-
-#: src/lang.c:709
-#, c-format
-msgid   "Untagged %s"
-msgstr  ""
-
-#: src/lang.c:710
-#, fuzzy
-msgid   "Processing mail messages marked for deletion."
-msgstr  "Ubutumwa Ubutumwa cy/ byagarajwe kugirango Isibwa"
-
-#: src/lang.c:711
-#, fuzzy
-msgid   "Processing saved articles marked for deletion."
-msgstr  "cy/ byagarajwe kugirango Isibwa"
-
-#: src/lang.c:712
-#, fuzzy, c-format
-msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
-msgstr  "Iposita Kwirengagiza Kuvamo"
-
-#: src/lang.c:713
-#, fuzzy
-msgid   "Article unchanged, abort mailing?"
-msgstr  "Kureka"
-
-#: src/lang.c:714
-#, fuzzy, c-format
-msgid   "Do you want to see postponed articles (%d)?"
-msgstr  "Kuri"
-
-#: src/lang.c:716
-#, fuzzy
-msgid   "Add quick kill filter?"
-msgstr  "Muyunguruzi..."
-
-#: src/lang.c:717
-#, fuzzy
-msgid   "Add quick selection filter?"
-msgstr  "Ihitamo Muyunguruzi..."
-
-#: src/lang.c:718
-#, fuzzy
-msgid   "Do you really want to quit?"
-msgstr  "Kuri Kuvamo"
-
-#: src/lang.c:719
-#, fuzzy, c-format
-msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
-msgstr  "%s=Guhindura Kureka Ubutumwa Kuvamo Gusiba Kureka"
-
-#: src/lang.c:720
-#, fuzzy
-msgid   "You have tagged articles in this group - quit anyway?"
-msgstr  "in iyi Itsinda Kuvamo"
-
-#: src/lang.c:721
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=postpone: "
-msgstr  "%s=Kuvamo Guhindura"
-
-#: src/lang.c:722
-#, fuzzy, c-format
-msgid   "%s=quit %s=edit %s=save kill description: "
-msgstr  "%s=Kuvamo Guhindura Kubika Isobanuramiterere"
-
-#: src/lang.c:723
-#, fuzzy, c-format
-msgid   "%s=quit %s=edit %s=save select description: "
-msgstr  "%s=Kuvamo Guhindura Kubika Guhitamo Isobanuramiterere"
-
-#: src/lang.c:724
-#, fuzzy
-msgid   "Do you really want to quit without saving your configuration?"
-msgstr  "Kuri Kuvamo Mu kubika Iboneza"
-
-#: src/lang.c:727
-#, fuzzy
-msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
-msgstr  "Urutonde Byemewe 0 9 1."
-
-#: src/lang.c:729
-#, fuzzy
-msgid   "Do you want to abort this operation?"
-msgstr  "Kuri Kureka iyi"
-
-#: src/lang.c:730
-#, fuzzy
-msgid   "Do you want to exit tin immediately?"
-msgstr  "Kuri Gusohoka Ako kanya"
-
-#: src/lang.c:732
-#, fuzzy
-msgid   "Reading ('q' to quit)..."
-msgstr  "Kuri Kuvamo"
-
-#: src/lang.c:733
-#, c-format
-msgid   "Reading %sarticles..."
-msgstr  ""
-
-#: src/lang.c:734
-#, fuzzy, c-format
-msgid   "Reading %sattributes file...\n"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:735
-#, fuzzy, c-format
-msgid   "Reading %sconfig file...\n"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:736
-#, fuzzy
-msgid   "Reading filter file...\n"
-msgstr  "Muyunguruzi... IDOSIYE"
-
-#: src/lang.c:737
-#, fuzzy, c-format
-msgid   "Reading %s groups..."
-msgstr  "Amatsinda"
-
-#: src/lang.c:738
-#, fuzzy
-msgid   "Reading input history file...\n"
-msgstr  "Iyinjiza Urutonde IDOSIYE"
-
-#: src/lang.c:739
-#, fuzzy
-msgid   "Reading keymap file...\n"
-msgstr  "IDOSIYE"
-
-#: src/lang.c:740
-#, fuzzy
-msgid   "Reading groups from active file... "
-msgstr  "Amatsinda Bivuye Gikora IDOSIYE"
-
-#: src/lang.c:741
-#, fuzzy
-msgid   "Reading groups from newsrc file... "
-msgstr  "Amatsinda Bivuye IDOSIYE"
-
-#: src/lang.c:742
-#, fuzzy
-msgid   "Reading newsgroups file... "
-msgstr  "Imbuga z'amakuru IDOSIYE"
-
-#: src/lang.c:743
-#, fuzzy
-msgid   "Reading newsrc file..."
-msgstr  "IDOSIYE"
-
-#: src/lang.c:744
-#, fuzzy
-msgid   "References: line              "
-msgstr  "Umurongo"
-
-#: src/lang.c:746
-#, c-format
-msgid   "(%d:%02d remaining)"
-msgstr  ""
-
-#: src/lang.c:748
-#, fuzzy, c-format
-msgid   "Bogus group %s removed."
-msgstr  "Itsinda Cyavanyweho"
-
-#: src/lang.c:749
-#, fuzzy
-msgid   "Removed from the previous rule: "
-msgstr  "Bivuye i Ibanjirije"
-
-#: src/lang.c:750
-#, fuzzy, c-format
-msgid   "Error: rename %s to %s"
-msgstr  "Guhindura izina Kuri"
-
-#: src/lang.c:751
-#, fuzzy
-msgid   "Reply to author..."
-msgstr  "Kuri Umwanditsi"
-
-#: src/lang.c:752
-msgid   "Repost"
-msgstr  ""
-
-#: src/lang.c:753
-#, fuzzy
-msgid   "Reposting article..."
-msgstr  "Ingingo"
-
-#: src/lang.c:754
-#, fuzzy, c-format
-msgid   "Repost article(s) to group(s) [%s]> "
-msgstr  "Ingingo S Kuri Itsinda S"
-
-#: src/lang.c:755
-msgid   "Reset newsrc?"
-msgstr  ""
-
-#: src/lang.c:756
-#, fuzzy
-msgid   "Responses have been directed to the following newsgroups"
-msgstr  "Kuri i Imbuga z'amakuru"
-
-#: src/lang.c:757
-#, fuzzy, c-format
-msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
-msgstr  "Kuri Umuteguro Ubutumwa Iposita Kuvamo"
-
-#: src/lang.c:759
-#, fuzzy
-msgid   "Press <RETURN> to continue..."
-msgstr  "Kuri urifuzagukomeza"
-
-#: src/lang.c:761
-#, fuzzy, c-format
-msgid   "Select From    [%s] (y/n): "
-msgstr  "Y N"
-
-#: src/lang.c:762
-msgid   "Select Lines: (</>num): "
-msgstr  ""
-
-#: src/lang.c:763
-#, fuzzy
-msgid   "Auto-select Article Menu"
-msgstr  "Guhitamo"
-
-#: src/lang.c:764
-#, fuzzy, c-format
-msgid   "Select Msg-Id  [%s] (f/l/o/n): "
-msgstr  "F L o N"
-
-#: src/lang.c:765
-#, fuzzy
-msgid   "Select pattern scope: "
-msgstr  "Ishusho Ingano:"
-
-#: src/lang.c:766
-#, fuzzy, c-format
-msgid   "Select Subject [%s] (y/n): "
-msgstr  "Y N"
-
-#: src/lang.c:767
-#, fuzzy
-msgid   "Select text pattern : "
-msgstr  "Umwandiko Ishusho"
-
-#: src/lang.c:768
-#, fuzzy
-msgid   "Select time in days   : "
-msgstr  "Igihe in Iminsi"
-
-#: src/lang.c:769
-#, fuzzy, c-format
-msgid   "# %s server configuration file\n"
-        "# This file was automatically saved by %s %s %s (\"%s\")\n"
-        "#\n"
-        "# Do not edit while %s is running, since all your changes to this file\n"
-        "# will be overwritten when you leave %s.\n"
-        "# Do not edit at all if you don't know what you do.\n"
-        "############################################################################\n"
-        "\n"
-msgstr  "#%sSeriveri Iboneza IDOSIYE ku buryo bwikora ku OYA Guhindura ni guhera Byose "
-        "Amahinduka Kuri iyi Ryari: OYA Guhindura ku Byose NIBA"
-
-#: src/lang.c:775
-#, fuzzy
-msgid   "Showing unread groups only"
-msgstr  "Bidasomye Amatsinda"
-
-#: src/lang.c:776
-#, fuzzy
-msgid   "Subject: line (ignore case)   "
-msgstr  "Umurongo Kwirengagiza"
-
-#: src/lang.c:777
-#, fuzzy
-msgid   "Subject: line (case sensitive)"
-msgstr  "Umurongo"
-
-#: src/lang.c:778
-msgid   "Save"
-msgstr  "Kubika"
-
-#: src/lang.c:779
-#, fuzzy, c-format
-msgid   "Save '%s' (%s/%s)?"
-msgstr  "Kubika"
-
-#: src/lang.c:780
-#, fuzzy
-msgid   "Save configuration before continuing?"
-msgstr  "Kubika Iboneza Mbere"
-
-#: src/lang.c:781
-#, fuzzy
-msgid   "Save filename> "
-msgstr  "Kubika Izina ry'idosiye:"
-
-#: src/lang.c:782
-msgid   "Saved"
-msgstr  ""
-
-#: src/lang.c:783
-#, fuzzy, c-format
-msgid   "%4d unread (%4d hot) %s in %s\n"
-msgstr  "%4dBidasomye in"
-
-#: src/lang.c:784
-#, c-format
-msgid   "Saved %s...\n"
-msgstr  ""
-
-#: src/lang.c:785
-msgid   "Nothing was saved"
-msgstr  ""
-
-#: src/lang.c:786
-#, fuzzy, c-format
-msgid   "\n"
-        "%s %d %s from %d %s\n"
-msgstr  "%s%d%sBivuye"
-
-#: src/lang.c:787
-#, fuzzy, c-format
-msgid   "-- %s saved to %s%s --"
-msgstr  "--%sKuri"
-
-#: src/lang.c:788
-#, fuzzy, c-format
-msgid   "-- %s saved to %s - %s --"
-msgstr  "--%sKuri"
-
-#: src/lang.c:789
-#, fuzzy
-msgid   "Saving..."
-msgstr  "Kubika%S"
-
-#: src/lang.c:790
-#, fuzzy, c-format
-msgid   "%s: Screen initialization failed"
-msgstr  "%s:Byanze"
-
-#: src/lang.c:792
-#, fuzzy, c-format
-msgid   "%s: screen is too small\n"
-msgstr  "%s:Mugaragaza ni"
-
-#: src/lang.c:794
-#, fuzzy, c-format
-msgid   "screen is too small, %s is exiting\n"
-msgstr  "Mugaragaza ni Gitoya ni"
-
-#: src/lang.c:795
-#, fuzzy
-msgid   "Delete scope?"
-msgstr  "Ishusho Ingano:"
-
-#: src/lang.c:796
-#, fuzzy
-msgid   "Enter scope> "
-msgstr  "Ihitamo Umubare"
-
-#: src/lang.c:797
-#, fuzzy
-msgid   "Select new position> "
-msgstr  "Umwandiko Ishusho"
-
-#: src/lang.c:798
-msgid   "New position cannot be a global scope"
-msgstr  ""
-
-#: src/lang.c:799
-msgid   "Global scope, operation not allowed"
-msgstr  ""
-
-#: src/lang.c:800
-msgid   "Rename scope> "
-msgstr  ""
-
-#: src/lang.c:801
-#, fuzzy
-msgid   "Select scope> "
-msgstr  "Itsinda"
-
-#: src/lang.c:802
-msgid   "Scopes Menu"
-msgstr  ""
-
-#: src/lang.c:803
-msgid   "Scopes Menu Commands"
-msgstr  ""
-
-# svx/source\form\fmsearch.src:RID_SVXDLG_SEARCHFORM.CB_BACKWARD.text
-#: src/lang.c:804
-#, fuzzy, c-format
-msgid   "Search backwards [%s]> "
-msgstr  "Gushakisha inyuma"
-
-#: src/lang.c:805
-#, fuzzy, c-format
-msgid   "Search body [%s]> "
-msgstr  "Umubiri"
-
-#: src/lang.c:806
-#, c-format
-msgid   "Search forwards [%s]> "
-msgstr  ""
-
-# 5374
-#: src/lang.c:807
-msgid   "Searching..."
-msgstr  "Gushakisha..."
-
-#: src/lang.c:808
-#, fuzzy, c-format
-msgid   "Searching article %d of %d ('q' to abort)..."
-msgstr  "Ingingo Bya Kuri Kureka"
-
-#: src/lang.c:809
-#, fuzzy
-msgid   "Select article> "
-msgstr  "Ingingo"
-
-#: src/lang.c:810
-#, fuzzy
-msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
-msgstr  "Ihitamo Umubare Mbere Umwandiko Cyangwa Gukoresha Akambi Utubuto Na Kuri "
-        "Kuvamo"
-
-#: src/lang.c:811
-#, fuzzy
-msgid   "Select group> "
-msgstr  "Itsinda"
-
-#: src/lang.c:812
-#, fuzzy, c-format
-msgid   "Enter selection pattern [%s]> "
-msgstr  "Ihitamo Ishusho"
-
-#: src/lang.c:813
-#, fuzzy
-msgid   "Select thread > "
-msgstr  "Urudodo"
-
-#: src/lang.c:814
-#, fuzzy, c-format
-msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
-msgstr  "%s%s%s(\"%s\")[%s]:Kohereza a Icyegeranyo Kuri"
-
-#: src/lang.c:815
-#, fuzzy
-msgid   "servers active-file"
-msgstr  "Gikora IDOSIYE"
-
-#: src/lang.c:816
-#, fuzzy
-msgid   "Cannot move into new newsgroups. Subscribe first..."
-msgstr  "Kwimura Gishya Imbuga z'amakuru Itangira"
-
-#: src/lang.c:817
-msgid   "<SPACE>"
-msgstr  ""
-
-#: src/lang.c:818
-#, c-format
-msgid   "Starting: (%s)"
-msgstr  ""
-
-#: src/lang.c:819
-#, fuzzy, c-format
-msgid   "List Thread (%d of %d)"
-msgstr  "Bya"
-
-#: src/lang.c:820
-#, fuzzy, c-format
-msgid   "Thread (%.*s)"
-msgstr  "S"
-
-#: src/lang.c:821
-#, fuzzy
-msgid   "Enter wildcard subscribe pattern> "
-msgstr  "Kwiyandikisha Ishusho"
-
-#: src/lang.c:822
-#, fuzzy, c-format
-msgid   "subscribed to %d groups"
-msgstr  "yanditswe/ byemewe Kuri Amatsinda"
-
-#: src/lang.c:823
-#, fuzzy, c-format
-msgid   "Subscribed to %s"
-msgstr  "Kuri"
-
-#: src/lang.c:824
-msgid   "Subscribing... "
-msgstr  ""
-
-#: src/lang.c:825
-#, fuzzy, c-format
-msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
-msgstr  "Cyangwa Ingingo S"
-
-#: src/lang.c:826
-#, fuzzy, c-format
-msgid   "Supersede article(s) to group(s) [%s]> "
-msgstr  "Ingingo S Kuri Itsinda S"
-
-#: src/lang.c:827
-#, fuzzy
-msgid   "Superseding article ..."
-msgstr  "Ingingo"
-
-#: src/lang.c:828
-#, fuzzy, c-format
-msgid   "\n"
-        "Stopped. Type 'fg' to restart %s\n"
-msgstr  "Kuri Ongera utangire"
-
-#: src/lang.c:830
-#, fuzzy, c-format
-msgid   "%d days"
-msgstr  "%dIminsi"
-
-#: src/lang.c:831
-msgid   "<TAB>"
-msgstr  ""
-
-#: src/lang.c:832
-msgid   "TeX "
-msgstr  ""
-
-#: src/lang.c:833
-#, fuzzy
-msgid   "# Default action/prompt strings\n"
-msgstr  "#Igikorwa Urwinjiriro"
-
-#: src/lang.c:834
-#, fuzzy
-msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
-        "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
-        "#             5=Message-ID: & last References: entry only\n"
-        "#             6=Message-ID: entry only 7=Lines:\n"
-        "# global=ON/OFF  ON=apply to all groups OFF=apply to current group\n"
-        "# case=ON/OFF    ON=filter case sensitive OFF=ignore case\n"
-        "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
-msgstr  "#kugirango 1. Urufunguzo Ikiyega Ihitamo Umutwempangano 0 1. 2. 3. 4. 5 "
-        "Iheruka Icyinjijwe 6 Icyinjijwe 7 Gukurikiza Kuri Byose Amatsinda Gukurikiza "
-        "Kuri KIGEZWEHO Muyunguruzi... Kwirengagiza Kuri"
-
-#: src/lang.c:847
-#, fuzzy
-msgid   "# If ON use print current subject or newsgroup description in the last line\n"
-msgstr  "#Gukoresha Gucapa KIGEZWEHO Ikivugwaho Cyangwa Urubuga rw'amakuru "
-        "Isobanuramiterere in i Iheruka"
-
-#: src/lang.c:848
-#, fuzzy
-msgid   "# Host & time info used for detecting new groups (don't touch)\n"
-msgstr  "#Igihe Ibisobanuro kugirango Gishya Amatsinda"
-
-#: src/lang.c:849
-#, fuzzy
-msgid   "There is no news\n"
-msgstr  "ni Oya"
-
-#: src/lang.c:850
-msgid   "Thread"
-msgstr  "Urudodo"
-
-#: src/lang.c:851
-msgid   "Thread Level Commands"
-msgstr  ""
-
-#: src/lang.c:852
-msgid   "Thread deselected"
-msgstr  ""
-
-#: src/lang.c:853
-#, fuzzy
-msgid   "Thread selected"
-msgstr  "Byahiswemo"
-
-#: src/lang.c:855
-msgid   "threads"
-msgstr  ""
-
-#: src/lang.c:857
-#, fuzzy
-msgid   "thread"
-msgstr  "Urudodo"
-
-#: src/lang.c:858
-#, fuzzy, c-format
-msgid   "Thread %4s of %4s"
-msgstr  "Bya"
-
-#: src/lang.c:859
-msgid   "Threading articles..."
-msgstr  ""
-
-#: src/lang.c:860
-#, fuzzy, c-format
-msgid   "Toggled word highlighting %s"
-msgstr  "ijambo Igaragaza cyane"
-
-#: src/lang.c:861
-#, fuzzy
-msgid   "Toggled rot13 encoding"
-msgstr  "ROT13 Imisobekere:"
-
-#: src/lang.c:862
-#, fuzzy, c-format
-msgid   "Toggled german TeX encoding %s"
-msgstr  "Ikidage Imisobekere:"
-
-#: src/lang.c:863
-#, fuzzy, c-format
-msgid   "Toggled tab-width to %d"
-msgstr  "Isunika Ubugari Kuri"
-
-#: src/lang.c:865
-#, c-format
-msgid   "%d Trying to dotlock %s"
-msgstr  ""
-
-#: src/lang.c:866
-#, c-format
-msgid   "%d Trying to lock %s"
-msgstr  ""
-
-#: src/lang.c:868
-msgid   "           h=help"
-msgstr  ""
-
-#: src/lang.c:870
-msgid   "Unlimited"
-msgstr  ""
-
-#: src/lang.c:871
-#, fuzzy
-msgid   "Enter wildcard unsubscribe pattern> "
-msgstr  "Kwivana aho wiyandikishe Ishusho"
-
-#: src/lang.c:872
-#, c-format
-msgid   "Error decoding %s : %s"
-msgstr  ""
-
-#: src/lang.c:873
-#, fuzzy
-msgid   "No end."
-msgstr  "Impera"
-
-#: src/lang.c:874
-#, c-format
-msgid   "%s successfully decoded."
-msgstr  ""
-
-#: src/lang.c:875
-#, fuzzy, c-format
-msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
-        "\n"
-msgstr  "%*s[--%s/%s,%suuencodedIDOSIYE Imirongo Izina:"
-
-#: src/lang.c:876
-#, fuzzy
-msgid   "unread "
-msgstr  "Bidasomye"
-
-#: src/lang.c:877
-#, fuzzy, c-format
-msgid   "unsubscribed from %d groups"
-msgstr  "Bivuye Amatsinda"
-
-#: src/lang.c:878
-#, fuzzy, c-format
-msgid   "Unsubscribed from %s"
-msgstr  "Bivuye"
-
-#: src/lang.c:879
-msgid   "Unsubscribing... "
-msgstr  ""
-
-#: src/lang.c:880
-msgid   "Unthreading articles..."
-msgstr  ""
-
-#: src/lang.c:881
-msgid   "Updated"
-msgstr  ""
-
-#: src/lang.c:883
-#, c-format
-msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
-msgstr  ""
-
-#: src/lang.c:885
-msgid   "Updating"
-msgstr  "Ivugurura"
-
-#: src/lang.c:886
-msgid   "URL Menu"
-msgstr  ""
-
-#: src/lang.c:887
-msgid   "URL Menu Commands"
-msgstr  ""
-
-#: src/lang.c:888
-#, fuzzy, c-format
-msgid   "Opening %s"
-msgstr  "Gufungura %s%S"
-
-#: src/lang.c:889
-#, fuzzy
-msgid   "Select URL> "
-msgstr  "Itsinda"
-
-#: src/lang.c:890
-#, fuzzy
-msgid   "No URLs in this article"
-msgstr  "Birenzeho in iyi Ingingo"
-
-#: src/lang.c:891
-#, fuzzy
-msgid   "Use MIME display program for this message?"
-msgstr  "Kugaragaza Porogaramu kugirango iyi Ubutumwa"
-
-#: src/lang.c:892
-#, fuzzy
-msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
-msgstr  "-C Ikimenyetso Byose Amakuru Nka Gusoma in yanditswe/ byemewe Imbuga "
-        "z'amakuru Ubwoko"
-
-#: src/lang.c:893
-#, fuzzy
-msgid   "  -Z       return status indicating if any unread news (batch mode)"
-msgstr  "-Garuka Imimerere NIBA Bidasomye Amakuru Ubwoko"
-
-#: src/lang.c:894
-#, fuzzy
-msgid   "  -q       don't check for new newsgroups"
-msgstr  "-Q Kugenzura... kugirango Gishya Imbuga z'amakuru"
-
-#: src/lang.c:895
-#, fuzzy
-msgid   "  -X       don't save any files on quit"
-msgstr  "-Kubika Idosiye ku Kuvamo"
-
-#: src/lang.c:896
-#, fuzzy
-msgid   "  -d       don't show newsgroup descriptions"
-msgstr  "-D Garagaza Urubuga rw'amakuru"
-
-#: src/lang.c:897
-#, fuzzy
-msgid   "  -G limit get only limit articles/group"
-msgstr  "-Kubona Itsinda"
-
-#: src/lang.c:898
-#, fuzzy, c-format
-msgid   "  -H       help information about %s"
-msgstr  "-H Ifashayobora Ibisobanuro Ibyerekeye"
-
-#: src/lang.c:899
-#, fuzzy
-msgid   "  -h       this help message"
-msgstr  "-h iyi Ifashayobora Ubutumwa"
-
-#: src/lang.c:900
-#, fuzzy, c-format
-msgid   "  -I dir   news index file directory [default=%s]"
-msgstr  "-Amakuru Umubarendanga IDOSIYE bushyinguro Mburabuzi"
-
-#: src/lang.c:901
-#, fuzzy
-msgid   "  -u       update index files (batch mode)"
-msgstr  "-u Kuvugurura Umubarendanga Idosiye Ubwoko"
-
-#: src/lang.c:902
-#, fuzzy, c-format
-msgid   "  -m dir   mailbox directory [default=%s]"
-msgstr  "-M bushyinguro Mburabuzi"
-
-#: src/lang.c:903
-#, fuzzy, c-format
-msgid   "\n"
-        "Mail bug reports/comments to %s"
-msgstr  "Raporo Ibisobanuro Kuri"
-
-#: src/lang.c:904
-#, fuzzy
-msgid   "  -N       mail new news to your posts (batch mode)"
-msgstr  "-Ubutumwa Gishya Amakuru Kuri Ubwoko"
-
-#: src/lang.c:905
-#, fuzzy
-msgid   "  -M user  mail new news to specified user (batch mode)"
-msgstr  "-Ukoresha: Ubutumwa Gishya Amakuru Kuri Ukoresha: Ubwoko"
-
-#: src/lang.c:906
-#, fuzzy, c-format
-msgid   "  -f file  subscribed to newsgroups file [default=%s]"
-msgstr  "-F IDOSIYE yanditswe/ byemewe Kuri Imbuga z'amakuru IDOSIYE Mburabuzi"
-
-#: src/lang.c:907
-#, fuzzy
-msgid   "  -x       no posting mode"
-msgstr  "-X Oya Ubwoko"
-
-#: src/lang.c:908
-#, fuzzy
-msgid   "  -w       post an article and exit"
-msgstr  "-W Iposita Ingingo Na Gusohoka"
-
-#: src/lang.c:909
-#, fuzzy
-msgid   "  -o       post all postponed articles and exit"
-msgstr  "-o Iposita Byose Na Gusohoka"
-
-#: src/lang.c:910
-#, fuzzy
-msgid   "  -R       read news saved by -S option"
-msgstr  "-Gusoma Amakuru ku Ihitamo"
-
-#: src/lang.c:911
-#, fuzzy, c-format
-msgid   "  -s dir   save news directory [default=%s]"
-msgstr  "-S Kubika Amakuru bushyinguro Mburabuzi"
-
-#: src/lang.c:912
-#, fuzzy
-msgid   "  -S       save new news for later reading (batch mode)"
-msgstr  "-Kubika Gishya Amakuru kugirango Ubwoko"
-
-#: src/lang.c:913
-#, fuzzy
-msgid   "  -z       start if any unread news"
-msgstr  "-Z Gutangira NIBA Bidasomye Amakuru"
-
-#: src/lang.c:914
-#, fuzzy, c-format
-msgid   "A Usenet reader.\n"
-        "\n"
-        "Usage: %s [options] [newsgroup[,...]]"
-msgstr  "A Amahitamo Urubuga rw'amakuru"
-
-#: src/lang.c:915
-#, fuzzy
-msgid   "  -v       verbose output for batch mode options"
-msgstr  "-v Ibisohoka kugirango Ubwoko Amahitamo"
-
-#: src/lang.c:916
-#, fuzzy
-msgid   "  -V       print version & date information"
-msgstr  "-V Gucapa Verisiyo Itariki Ibisobanuro"
-
-#: src/lang.c:917
-#, fuzzy, c-format
-msgid   "%s only useful without batch mode operations\n"
-msgstr  "%sUbwoko"
-
-#: src/lang.c:918
-#, fuzzy, c-format
-msgid   "%s only useful for batch mode operations\n"
-msgstr  "%skugirango Ubwoko"
-
-#: src/lang.c:919
-#, c-format
-msgid   "Useless combination %s and %s. Ignoring %s.\n"
-msgstr  ""
-
-#: src/lang.c:921
-#, fuzzy, c-format
-msgid   "\n"
-        "%s%d out of range (0 - %d). Reset to 0"
-msgstr  "%s%dInyuma Bya Urutonde 0 Kuri 0"
-
-#: src/lang.c:922
-#, fuzzy, c-format
-msgid   "View '%s' (%s/%s)?"
-msgstr  "Kureba"
-
-#: src/lang.c:924
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
-        "%-100s\n"
-msgstr  "Inkingi ni i Itangira"
-
-#: src/lang.c:925
-#, fuzzy
-msgid   "\n"
-        "Warning: article unchanged after editing\n"
-msgstr  "Ingingo Nyuma"
-
-#: src/lang.c:926
-#, fuzzy
-msgid   "\n"
-        "Warning: \"Subject:\" contains only whitespaces.\n"
-msgstr  "Kirimo"
-
-#: src/lang.c:927
-#, fuzzy
-msgid   "\n"
-        "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
-msgstr  "Na: Oya"
-
-#: src/lang.c:929
-#, fuzzy
-msgid   "\n"
-        "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
-        "         with \"Re: \" and does not contain \"(was:\".\n"
-msgstr  "OYA Na: Na OYA"
-
-#: src/lang.c:932
-#, fuzzy
-msgid   "Read carefully!\n"
-        "\n"
-        "  You are about to cancel an article seemingly written by you. This will "
-        "wipe\n"
-        "  the article from most  news servers  throughout the world,  but there is "
-        "no\n"
-        "  guarantee that it will work.\n"
-        "\n"
-        "This is the article you are about to cancel:\n"
-        "\n"
-msgstr  "Ibyerekeye Kuri Kureka Ingingo ku i Ingingo Bivuye Amakuru i ni Akazi ni i "
-        "Ingingo Ibyerekeye Kuri Kureka"
-
-#: src/lang.c:936
-#, fuzzy
-msgid   "\n"
-        "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
-        "         quoted-printable) and an external inews program to submit your\n"
-        "         article. If a signature is appended by that inews program it will\n"
-        "         not be encoded properly.\n"
-msgstr  "ikoresha a Byuzuye Imisobekere: Nka Gicapika Na external Porogaramu Kuri "
-        "Tanga Ingingo a Isinya ni ku Porogaramu OYA"
-
-#: src/lang.c:941
-msgid   "\n"
-        "Warning: \"example\" is a reserved hierarchy!\n"
-msgstr  ""
-
-#: src/lang.c:942
-#, fuzzy, c-format
-msgid   "\n"
-        "\n"
-        "You are upgrading to tin %s from an earlier version.\n"
-        "Some values in your %s file have changed!\n"
-        "Read WHATSNEW, etc...\n"
-msgstr  "Kuri Bivuye Verisiyo Uduciro in IDOSIYE Byahinduwe"
-
-#: src/lang.c:944
-#, fuzzy, c-format
-msgid   "\n"
-        "\n"
-        "You are downgrading to tin %s from a more recent version!\n"
-        "Some values in your %s file may be ignored, others might have changed!\n"
-msgstr  "Kuri Bivuye a Birenzeho Verisiyo Uduciro in IDOSIYE Gicurasi Ibindi Byahinduwe"
-
-#: src/lang.c:947
-#, fuzzy, c-format
-msgid   "Warning: tin wrote fewer groups to your\n"
-        "\t%s\n"
-        "than it read at startup. If you didn't unsubscribe from %ld %s during\n"
-        "this session this indicates an error and you should backup your %s\n"
-        "before you start tin once again!\n"
-msgstr  "Bike Amatsinda Kuri Gusoma ku Kwivana aho wiyandikishe Bivuye Umukoro iyi "
-        "Ikosa Na Inyibutsa Mbere Gutangira Rimwe"
-
-#: src/lang.c:951
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
-msgstr  "Imirongo iyi Gicurasi Abantu"
-
-#: src/lang.c:952
-#, fuzzy, c-format
-msgid   "Warning: Only %d out of %d articles were saved"
-msgstr  "Inyuma Bya"
-
-#: src/lang.c:953
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: Your signature  is longer than %d lines.  Since signatures usually "
-        "do\n"
-        "         not  transport any  useful information,  they should be as  short "
-        "as\n"
-        "         possible.\n"
-msgstr  "Isinya ni Imirongo OYA Ibisobanuro Nka"
-
-#: src/lang.c:957
-#, fuzzy, c-format
-msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
-msgstr  "iyi Ubutumwa Aderesi Gicurasi a urifuzagukomeza Kureka"
-
-#: src/lang.c:958
-#, fuzzy
-msgid   "\n"
-        "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
-msgstr  "Gutangira Na: OYA Na:"
-
-#: src/lang.c:959
-#, fuzzy
-msgid   "Writing attributes file..."
-msgstr  "Ibiranga IDOSIYE"
-
-#: src/lang.c:961
-#, c-format
-msgid   "%d Responses"
-msgstr  ""
-
-#: src/lang.c:963
-#, fuzzy, c-format
-msgid   "Added %d %s"
-msgstr  "Kyongewe"
-
-#: src/lang.c:964
-#, fuzzy
-msgid   "No unsubscribed groups to show"
-msgstr  "Amatsinda Kuri Garagaza"
-
-#: src/lang.c:965
-#, fuzzy
-msgid   "Showing subscribed to groups only"
-msgstr  "yanditswe/ byemewe Kuri Amatsinda"
-
-#: src/lang.c:966
-#, fuzzy
-msgid   "Yes "
-msgstr  "Yego"
-
-#: src/lang.c:967
-msgid   "    You have mail"
-msgstr  ""
-
-#: src/lang.c:972
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: Posting is in %s and contains characters which are not\n"
-        "         in your selected MM_NETWORK_CHARSET: %s.\n"
-        "         These characters will be replaced by '?' if you post this\n"
-        "         article unchanged. To avoid garbling your article please either\n"
-        "         edit it and remove those characters or change the setting of\n"
-        "         MM_NETWORK_CHARSET to a suitable value for your posting via the\n"
-        "         M)enu option.\n"
-msgstr  "ni in Na Kirimo Inyuguti in Byahiswemo Inyuguti ku NIBA Iposita Ingingo "
-        "Ingingo Guhindura Na Gukuraho... Inyuguti Cyangwa Guhindura>> i Igenamiterere "
-        "Kuri a Agaciro kugirango Biturutse Ihitamo"
-
-#: src/lang.c:983
-msgid   "  -D mode  debug mode"
-msgstr  ""
-
-#: src/lang.c:987
-#, fuzzy
-msgid   "Read carefully!\n"
-        "\n"
-        "  You are about to cancel an article seemingly not written by you.  This "
-        "will\n"
-        "  wipe the article from lots of news servers throughout the world;\n"
-        "  Usenet's majority  considers this  rather inappropriate,  to say the "
-        "least.\n"
-        "  Only press 'd'  if you are  absolutely positive  that you are ready to "
-        "take\n"
-        "  the rap.\n"
-        "\n"
-        "This is the article you are about to cancel:\n"
-        "\n"
-msgstr  "Ibyerekeye Kuri Kureka Ingingo OYA ku Guhanagura i Ingingo Bivuye Bya Amakuru "
-        "i iyi Kuri i Kanda NIBA Cyiteguye Kuri i ni i Ingingo Ibyerekeye Kuri Kureka"
-
-#: src/lang.c:996
-#, fuzzy
-msgid   "toggle color"
-msgstr  "Mukomatanya Ibara"
-
-#: src/lang.c:997
-#, fuzzy
-msgid   "# Changing colors of several screen parts\n"
-        "# Possible values are:\n"
-        "#  -1 = default (white for foreground and black for background)\n"
-        "#   0 = black\n"
-        "#   1 = red\n"
-        "#   2 = green\n"
-        "#   3 = brown\n"
-        "#   4 = blue\n"
-        "#   5 = pink\n"
-        "#   6 = cyan\n"
-        "#   7 = white\n"
-        "# These are *only* for foreground:\n"
-        "#   8 = gray\n"
-        "#   9 = light red\n"
-        "#  10 = light green\n"
-        "#  11 = yellow\n"
-        "#  12 = light blue\n"
-        "#  13 = light pink\n"
-        "#  14 = light cyan\n"
-        "#  15 = light white\n"
-        "\n"
-msgstr  "#Amabara Bya Mugaragaza Uduciro 1. Mburabuzi Umweru kugirango Na umukara "
-        "kugirango Mbuganyuma 0 1. 2. 3. 4. 5 6 7 kugirango 8 9 kimurika 10 kimurika "
-        "12 kimurika kimurika 14 kimurika 15 kimurika"
-
-#: src/lang.c:1017
-#, fuzzy
-msgid   "  -a       toggle color flag"
-msgstr  "-a Mukomatanya Ibara Ibendera"
-
-#: src/lang.c:1021
-#, fuzzy
-msgid   "\n"
-        "Error: Followup-To set to more than one newsgroup!\n"
-msgstr  "Gushyiraho Kuri Birenzeho Urubuga rw'amakuru"
-
-#: src/lang.c:1022
-#, c-format
-msgid   "\n"
-        "Error: \"%s\" is renamed, use \"%s\" instead!\n"
-msgstr  ""
-
-#: src/lang.c:1023
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
-msgstr  "Kwambukiranya Kuri Imbuga z'amakuru Na Oya Umurongo"
-
-#: src/lang.c:1024
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: \"%s\" is not a valid newsgroup!\n"
-msgstr  "ni OYA a Byemewe Urubuga rw'amakuru"
-
-#: src/lang.c:1026
-#, fuzzy
-msgid   "\n"
-        "Warning: Followup-To set to more than one newsgroup!\n"
-msgstr  "Gushyiraho Kuri Birenzeho Urubuga rw'amakuru"
-
-#: src/lang.c:1027
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
-msgstr  "ni OYA a Byemewe Urubuga rw'amakuru ku iyi Ipaji"
-
-#: src/lang.c:1028
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
-msgstr  "Kwambukiranya Kuri Imbuga z'amakuru Na Oya Umurongo"
-
-#: src/lang.c:1029
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
-msgstr  "ni OYA in Gicurasi Sibyo ku iyi Ipaji"
-
-#: src/lang.c:1030
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: \"%s\" is not a valid newsgroup at this site!\n"
-msgstr  "ni OYA a Byemewe Urubuga rw'amakuru ku iyi Ipaji"
-
-#: src/lang.c:1034
-#, fuzzy, c-format
-msgid   "%d files successfully written from %d articles. %d %s occurred."
-msgstr  "%dIdosiye Bivuye"
-
-#: src/lang.c:1035
-msgid   "Missing parts."
-msgstr  ""
-
-#: src/lang.c:1036
-#, fuzzy
-msgid   "No beginning."
-msgstr  "Itangiriro"
-
-#: src/lang.c:1037
-#, fuzzy
-msgid   "No data."
-msgstr  "Ibyatanzwe"
-
-# # @name OTHER
-# # @loc none
-#: src/lang.c:1038
-#, fuzzy
-msgid   "Unknown error."
-msgstr  "Ikosa itazwi"
-
-#: src/lang.c:1041
-#, fuzzy, c-format
-msgid   "\tChecksum of %s (%ld %s)"
-msgstr  "Bya"
-
-#: src/lang.c:1046
-#, fuzzy
-msgid   "Reading mail active file... "
-msgstr  "Ubutumwa Gikora IDOSIYE"
-
-#: src/lang.c:1047
-#, fuzzy
-msgid   "Reading mailgroups file... "
-msgstr  "IDOSIYE"
-
-#: src/lang.c:1051
-#, fuzzy
-msgid   "perform PGP operations on article"
-msgstr  "Ibikorwa: ku Ingingo"
-
-#: src/lang.c:1052
-#, fuzzy
-msgid   "Add key(s) to public keyring?"
-msgstr  "Urufunguzo S Kuri Rusange"
-
-#: src/lang.c:1053
-#, fuzzy, c-format
-msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
-msgstr  "%s=Shyiraho Umutekano IKIMENYETSO Byombi Kuvamo"
-
-#: src/lang.c:1054
-#, fuzzy, c-format
-msgid   "%s=sign, %s=sign & include public key, %s=quit: "
-msgstr  "%s=IKIMENYETSO IKIMENYETSO Gushyiramo Rusange Urufunguzo Kuvamo"
-
-#: src/lang.c:1055
-#, fuzzy, c-format
-msgid   "PGP has not been set up (can't open %s)"
-msgstr  "OYA Gushyiraho Hejuru Gufungura"
-
-#: src/lang.c:1056
-#, fuzzy
-msgid   "Article not signed and no public keys found"
-msgstr  "OYA Na Oya Rusange Utubuto Byabonetse"
-
-#: src/lang.c:1058
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1059
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Kohereza"
-
-#: src/lang.c:1060
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1062
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1063
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Kohereza"
-
-#: src/lang.c:1064
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1068
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1069
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Kohereza"
-
-#: src/lang.c:1070
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1072
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1073
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=send [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Kohereza"
-
-#: src/lang.c:1074
-#, fuzzy, c-format
-msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
-msgstr  "%s=Kuvamo Guhindura Ibikubiyemo Iposita"
-
-#: src/lang.c:1083
-#, fuzzy
-msgid   "Try cache_overview_files to speed up things.\n"
-msgstr  "Kuri Umuvuduko Hejuru"
-
-#: src/lang.c:1084
-#, fuzzy
-msgid   "Tin will use local index files instead.\n"
-msgstr  "Gukoresha Umubarendanga Idosiye"
-
-#: src/lang.c:1085
-#, fuzzy
-msgid   "Cannot find NNTP server name"
-msgstr  "Gushaka Seriveri Izina:"
-
-#: src/lang.c:1086
-#, c-format
-msgid   "Connecting to %s:%u..."
-msgstr  ""
-
-#: src/lang.c:1087
-#, fuzzy
-msgid   "Disconnecting from server...\n"
-msgstr  "Bivuye Seriveri"
-
-#: src/lang.c:1088
-#, fuzzy, c-format
-msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
-msgstr  "Urubuga rw'amakuru Izina: in Bya Komandi: kugirango"
-
-#: src/lang.c:1089
-#, fuzzy, c-format
-msgid   "Failed to connect to NNTP server %s. Exiting..."
-msgstr  "Kuri Kwihuza Kuri Seriveri"
-
-#: src/lang.c:1090
-#, fuzzy
-msgid   "205  Closing connection"
-msgstr  "Ukwihuza"
-
-#: src/lang.c:1091
-#, fuzzy
-msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
-msgstr  "Seriveri OYA Gushigikira i Cyangwa Komandi:"
-
-#: src/lang.c:1092
-#, fuzzy
-msgid   "Connection to news server has timed out. Reconnect?"
-msgstr  "Kongerakwihuza."
-
-#: src/lang.c:1093
-#, fuzzy, c-format
-msgid   "Put the server name in the file %s,\n"
-        "or set the environment variable NNTPSERVER"
-msgstr  "i Seriveri Izina: in i IDOSIYE Cyangwa Gushyiraho i IMPINDURAGACIRO"
-
-#: src/lang.c:1094
-#, fuzzy
-msgid   "  -A       force authentication on connect"
-msgstr  "-A ku Kwihuza"
-
-#: src/lang.c:1095
-#, fuzzy, c-format
-msgid   "  -g serv  read news from NNTP server serv [default=%s]"
-msgstr  "-g Gusoma Amakuru Bivuye Seriveri Mburabuzi"
-
-#: src/lang.c:1096
-#, fuzzy, c-format
-msgid   "  -p port  use port as NNTP port [default=%d]"
-msgstr  "-P Umuyoboro Gukoresha Umuyoboro Nka Umuyoboro Mburabuzi"
-
-#: src/lang.c:1097
-#, fuzzy
-msgid   "  -Q       quick start. Same as -nqd"
-msgstr  "-Gutangira Nka"
-
-#: src/lang.c:1098
-#, fuzzy
-msgid   "  -r       read news remotely from default NNTP server"
-msgstr  "-R Gusoma Amakuru Bivuye Mburabuzi Seriveri"
-
-#: src/lang.c:1099
-#, fuzzy
-msgid   "  -l       use only LIST instead of GROUP (-n) command"
-msgstr  "-L Gukoresha Bya N Komandi:"
-
-#: src/lang.c:1100
-#, fuzzy
-msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
-msgstr  "-N Gusoma yanditswe/ byemewe Amatsinda Bivuye Seriveri"
-
-#: src/lang.c:1102
-#, fuzzy
-msgid   "\n"
-        "socket or connect problem\n"
-msgstr  "Cyangwa Kwihuza"
-
-#: src/lang.c:1104
-#, fuzzy, c-format
-msgid   "\n"
-        "Connection to %s: "
-msgstr  "Kuri"
-
-#: src/lang.c:1105
-#, fuzzy
-msgid   "Giving up...\n"
-msgstr  "Hejuru"
-
-#: src/lang.c:1107
-#, fuzzy, c-format
-msgid   "%s/tcp: Unknown service.\n"
-msgstr  "%s/Serivisi"
-
-#: src/lang.c:1111
-#, fuzzy
-msgid   "Your server does not have Xref: in its XOVER information.\n"
-        "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
-msgstr  "Seriveri OYA in Ibisobanuro Kuri Gukoresha Hasi a"
-
-#: src/lang.c:1114
-#, fuzzy
-msgid   "Your server does not have Xref: in its XOVER information.\n"
-msgstr  "Seriveri OYA in Ibisobanuro"
-
-#: src/lang.c:1117
-#, fuzzy, c-format
-msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
-msgstr  "Gufungura R Kuri Gusoma Amakuru Biturutse"
-
-#: src/lang.c:1120
-#, fuzzy
-msgid   "  -Q       quick start. Same as -qd"
-msgstr  "-Gutangira Nka"
-
-#: src/lang.c:1121
-#, fuzzy
-msgid   "  -l       read only active file instead of scanning spool (-n) command"
-msgstr  "-L Gusoma Gikora IDOSIYE Bya N Komandi:"
-
-#: src/lang.c:1122
-#, fuzzy
-msgid   "  -n       only read subscribed .newsrc groups from spool"
-msgstr  "-N Gusoma yanditswe/ byemewe Amatsinda Bivuye"
-
-#: src/lang.c:1123
-#, fuzzy
-msgid   "Your server does not have Xref: in its NOV-files.\n"
-msgstr  "Seriveri OYA in Idosiye"
-
-#: src/lang.c:1127
-#, fuzzy
-msgid   "Posting using external inews failed. Use built in inews instead?"
-msgstr  "ikoresha external Byanze in"
-
-#: src/lang.c:1128
-#, fuzzy
-msgid   "It worked! Should I always use my built in inews from now on?"
-msgstr  "Buri gihe Gukoresha in Bivuye NONEAHA ku"
-
-#: src/lang.c:1132
-#, fuzzy, c-format
-msgid   "%d %s printed"
-msgstr  "%d%sByacapwe"
-
-#: src/lang.c:1133
-#, fuzzy
-msgid   "output article/thread/hot/pattern/tagged articles to printer"
-msgstr  "Ibisohoka Ingingo Urudodo Ishusho Kuri Mucapyi"
-
-#: src/lang.c:1134
-msgid   "Print"
-msgstr  "Gucapa"
-
-#: src/lang.c:1135
-msgid   "Printing..."
-msgstr  "Icapa..."
-
-#: src/lang.c:1139
-#, fuzzy
-msgid   "pipe article/thread/hot/pattern/tagged articles into command"
-msgstr  "Ingingo Urudodo Ishusho Komandi:"
-
-#: src/lang.c:1140
-#, fuzzy
-msgid   "No command"
-msgstr  "Komandi:"
-
-#: src/lang.c:1141
-msgid   "Pipe"
-msgstr  ""
-
-#: src/lang.c:1142
-#, fuzzy, c-format
-msgid   "Pipe to command [%.*s]> "
-msgstr  "Kuri Komandi: S"
-
-#: src/lang.c:1143
-msgid   "Piping..."
-msgstr  ""
-
-#: src/lang.c:1145
-#, fuzzy
-msgid   "Piping not enabled."
-msgstr  "OYA Bikora"
-
-#: src/lang.c:1149
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
-        "       The only allowable  space is the one  separating the colon (:)\n"
-        "       from  the  contents.  Use a  comma  (,)  to separate  multiple\n"
-        "       newsgroup names.\n"
-msgstr  "Umurongo Imyanya in Cyavanyweho Umwanya ni i i Bivuye i Ibigize a Akitso Kuri "
-        "Urubuga rw'amakuru Amazina"
-
-#: src/lang.c:1154
-#, fuzzy, c-format
-msgid   "\n"
-        "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
-        "       the line  may not  contain  whitespace,  this is  not allowed.\n"
-        "       Please write all newsgroups into a single line.\n"
-msgstr  "Umurongo ni in i Komeza>> Umurongo i Umurongo Gicurasi OYA iyi ni OYA "
-        "Kwandika Byose Imbuga z'amakuru a UMWE Umurongo"
-
-#: src/lang.c:1159
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: The \"%s:\" line is continued in the next line.\n"
-        "         This is a very new feature and may not be accepted by all servers.\n"
-        "         To avoid trouble please write all newsgroups into a single line.\n"
-msgstr  "Umurongo ni in i Komeza>> Umurongo ni a Gishya Na Gicurasi OYA Byemewe ku "
-        "Byose Kwandika Byose Imbuga z'amakuru a UMWE Umurongo"
-
-#: src/lang.c:1163
-#, fuzzy, c-format
-msgid   "\n"
-        "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
-msgstr  "Umurongo Imyanya in Cyavanyweho"
-
-#: src/lang.c:1168
-#, fuzzy
-msgid   "\n"
-        "  If your article contains quoted text  please take some time to pare it "
-        "down\n"
-        "  to just the  key points to which you are  responding,  or people will "
-        "think\n"
-        "  you are a dweeb!  Many people have the habit of skipping any article  "
-        "whose\n"
-        "  first page is largely  quoted material.  Format your article to fit in "
-        "less\n"
-        "  then 80 chars,  since that's the conventional size  (72 is a good choice "
-        "as\n"
-        "  it allows quoting without exceeding the limit).  If your lines are too "
-        "long\n"
-        "  they'll wrap  around  ugly and  people won't  read what you  write.  If "
-        "you\n"
-        "  aren't  careful  and considerate  in  formatting  your posting, people  "
-        "are\n"
-        "  likely to ignore it completely.  It's a crowded net out there.\n"
-msgstr  "Ingingo Kirimo Umwandiko Igihe Kuri Kuri i Urufunguzo Utudomo Kuri Cyangwa "
-        "Abantu a Abantu i Bya Gusimbuka:%s Ingingo Itangira Ipaji ni Ibikoresho "
-        "Ingingo Kuri in Hanyuma guhera i Ingano ni a i Imirongo Gufunika Na Abantu "
-        "Gusoma Kwandika Na in Ihinduramiterere Abantu Kuri Kwirengagiza a Cyuzuye "
-        "Inyuma"
-
-#: src/lang.c:1181
-#, fuzzy
-msgid   "shell escape"
-msgstr  "Igikonoshwa"
-
-#: src/lang.c:1182
-#, c-format
-msgid   "Shell Command (%s)"
-msgstr  ""
-
-#: src/lang.c:1183
-#, fuzzy, c-format
-msgid   "Enter shell command [%s]> "
-msgstr  "Igikonoshwa Komandi:"
-
-#: src/lang.c:1187
-#, fuzzy, c-format
-msgid   "%s: Can't get entry for TERM\n"
-msgstr  "%s:Kubona Icyinjijwe kugirango"
-
-#: src/lang.c:1191
-#, fuzzy, c-format
-msgid   "Group %.*s ('q' to quit)..."
-msgstr  "S Kuri Kuvamo"
-
-#: src/lang.c:1193
-#, fuzzy, c-format
-msgid   "Group %.*s..."
-msgstr  "S"
-
-#: src/lang.c:1197
-msgid   "Server unavailable\n"
-msgstr  ""
-
-#: src/lang.c:1203
-#, fuzzy, c-format
-msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
-        "s=post"
-msgstr  "%s=Ubutumwa Gucapa Kuvamo Mukomatanya Byose Bidasomye Kubika Itagi: Iposita"
-
-#: src/lang.c:1204
-#, fuzzy, c-format
-msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Gucapa Kuvamo Subiza Ubutumwa Kubika Itagi: Iposita"
-
-#: src/lang.c:1206
-#, fuzzy, c-format
-msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Gucapa Kuvamo Mukomatanya Byose Bidasomye Kubika Itagi: Iposita"
-
-#: src/lang.c:1207
-#, fuzzy, c-format
-msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Gucapa Kuvamo Subiza Ubutumwa Kubika Itagi: Iposita"
-
-#: src/lang.c:1211
-#, fuzzy, c-format
-msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Kuvamo Mukomatanya Byose Bidasomye Kubika Itagi: Iposita"
-
-#: src/lang.c:1212
-#, fuzzy, c-format
-msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Kuvamo Subiza Ubutumwa Kubika Itagi: Iposita"
-
-#: src/lang.c:1214
-#, fuzzy, c-format
-msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Kuvamo Mukomatanya Byose Bidasomye Kubika Itagi: Iposita"
-
-#: src/lang.c:1215
-#, fuzzy, c-format
-msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
-msgstr  "%s=Ubutumwa Kuvamo Subiza Ubutumwa Kubika Itagi: Iposita"
-
-#: src/lang.c:1221
-#, fuzzy
-msgid   "Terminal does not support color"
-msgstr  "OYA Gushigikira Ibara"
-
-#: src/lang.c:1226
-#, c-format
-msgid   "Trying %s"
-msgstr  ""
-
-# goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.RB_COMPRESSION_NONE.text
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
-msgid   "None"
-msgstr  "Nta na kimwe"
-
-#: src/lang.c:1241
-msgid   "Subject"
-msgstr  "Ikivugwaho"
-
-#: src/lang.c:1242
-msgid   "References"
-msgstr  "Indango"
-
-#: src/lang.c:1243
-#, fuzzy
-msgid   "Both Subject and References"
-msgstr  "Na"
-
-#: src/lang.c:1244
-msgid   "Multipart Subject"
-msgstr  ""
-
-#: src/lang.c:1245
-msgid   "Percentage Match"
-msgstr  ""
-
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
-msgid   "No"
-msgstr  "Oya"
-
-#: src/lang.c:1258 src/lang.c:1398
-msgid   "Yes"
-msgstr  "Yego"
-
-#: src/lang.c:1259
-#, fuzzy
-msgid   "Hide All"
-msgstr  "Guhisha byose"
-
-#: src/lang.c:1267
-msgid   "Address"
-msgstr  "Aderesi"
-
-#: src/lang.c:1268
-msgid   "Full Name"
-msgstr  ""
-
-#: src/lang.c:1269
-#, fuzzy
-msgid   "Address and Name"
-msgstr  "Na"
-
-#: src/lang.c:1276
-msgid   "Max"
-msgstr  "Kinini"
-
-#: src/lang.c:1277
-msgid   "Sum"
-msgstr  "Igiteranyo"
-
-#: src/lang.c:1278
-msgid   "Average"
-msgstr  "Impuzandengo"
-
-#: src/lang.c:1283
-msgid   "Lines"
-msgstr  "Imirongo"
-
-#: src/lang.c:1284
-msgid   "Score"
-msgstr  ""
-
-#: src/lang.c:1285
-msgid   "Lines & Score"
-msgstr  ""
-
-#: src/lang.c:1294
-msgid   "Black"
-msgstr  "Umukara"
-
-#: src/lang.c:1295
-msgid   "Red"
-msgstr  "Umutuku"
-
-#: src/lang.c:1296
-msgid   "Green"
-msgstr  "Icyatsi"
-
-#: src/lang.c:1297
-msgid   "Brown"
-msgstr  "Igihogo"
-
-#: src/lang.c:1298
-msgid   "Blue"
-msgstr  "Ubururu"
-
-#: src/lang.c:1299
-msgid   "Pink"
-msgstr  ""
-
-#: src/lang.c:1300
-msgid   "Cyan"
-msgstr  "Ubururu bukeye"
-
-#: src/lang.c:1301
-msgid   "White"
-msgstr  "Umweru"
-
-#: src/lang.c:1302
-msgid   "Gray"
-msgstr  "Ikigina"
-
-#: src/lang.c:1303
-msgid   "Light Red"
-msgstr  "Umutuku Werurutse"
-
-#: src/lang.c:1304
-msgid   "Light Green"
-msgstr  "Icyatsi Cyerurutse"
-
-#: src/lang.c:1305
-msgid   "Yellow"
-msgstr  "Umuhondo"
-
-#: src/lang.c:1306
-msgid   "Light Blue"
-msgstr  "Ubururu Bwerurutse"
-
-#: src/lang.c:1307
-msgid   "Light Pink"
-msgstr  ""
-
-#: src/lang.c:1308
-msgid   "Light Cyan"
-msgstr  "Ubururu Bwerurutse"
-
-#: src/lang.c:1309
-msgid   "Light White"
-msgstr  ""
-
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
-msgid   "Nothing"
-msgstr  ""
-
-#: src/lang.c:1319
-msgid   "Space"
-msgstr  "Umwanya"
-
-#: src/lang.c:1326
-msgid   "Normal"
-msgstr  "Bisanzwe"
-
-#: src/lang.c:1327
-#, fuzzy
-msgid   "Best highlighting"
-msgstr  "Igaragaza cyane"
-
-#: src/lang.c:1328
-msgid   "Underline"
-msgstr  "Gucaho umurongo"
-
-#: src/lang.c:1329
-#, fuzzy
-msgid   "Reverse video"
-msgstr  "Videwo..."
-
-#: src/lang.c:1330
-msgid   "Blinking"
-msgstr  "Kinyoteera"
-
-#: src/lang.c:1331
-#, fuzzy
-msgid   "Half bright"
-msgstr  "Bibonerana"
-
-#: src/lang.c:1332
-msgid   "Bold"
-msgstr  "Bitsindagiye"
-
-#: src/lang.c:1338
-msgid   "Cc"
-msgstr  ""
-
-#: src/lang.c:1339
-msgid   "Bcc"
-msgstr  ""
-
-#: src/lang.c:1340
-msgid   "Cc and Bcc"
-msgstr  ""
-
-#: src/lang.c:1345 src/lang.c:1357
-msgid   "none"
-msgstr  "ntacyo"
-
-# sfx2/source\doc\docvor.src:DLG_ORGANIZE.BTN_EDIT.text
-#: src/lang.c:1346
-#, fuzzy
-msgid   "commands"
-msgstr  "Amabwiriza"
-
-#: src/lang.c:1347
-msgid   "select"
-msgstr  "guhitamo"
-
-#: src/lang.c:1349
-#, fuzzy
-msgid   "commands & quit"
-msgstr  "Amabwiriza Kuvamo"
-
-#: src/lang.c:1350
-#, fuzzy
-msgid   "commands & select"
-msgstr  "Amabwiriza Guhitamo"
-
-#: src/lang.c:1351
-#, fuzzy
-msgid   "quit & select"
-msgstr  "Kuvamo Guhitamo"
-
-#: src/lang.c:1352
-#, fuzzy
-msgid   "commands & quit & select"
-msgstr  "Amabwiriza Kuvamo Guhitamo"
-
-#: src/lang.c:1358
-msgid   "PageDown"
-msgstr  ""
-
-#: src/lang.c:1359
-msgid   "PageNextUnread"
-msgstr  ""
-
-#: src/lang.c:1360
-msgid   "PageDown or PageNextUnread"
-msgstr  ""
-
-#: src/lang.c:1365
-#, fuzzy
-msgid   "Don't trim article body"
-msgstr  "ku"
-
-#: src/lang.c:1366
-msgid   "Skip leading blank lines"
-msgstr  ""
-
-#: src/lang.c:1367
-msgid   "Skip trailing blank lines"
-msgstr  ""
-
-#: src/lang.c:1368
-msgid   "Skip leading and trailing blank l."
-msgstr  ""
-
-#: src/lang.c:1369
-msgid   "Compact multiple between text"
-msgstr  ""
-
-#: src/lang.c:1370
-msgid   "Compact multiple and skip leading"
-msgstr  ""
-
-#: src/lang.c:1371
-msgid   "Compact multiple and skip trailing"
-msgstr  ""
-
-#: src/lang.c:1372
-msgid   "Compact mltpl., skip lead. & trai."
-msgstr  ""
-
-#: src/lang.c:1397
-msgid   "Shell archive"
-msgstr  ""
-
-#: src/lang.c:1403
-#, fuzzy
-msgid   "Subject: (descending)"
-msgstr  "Ubujyesi"
-
-#: src/lang.c:1404
-#, fuzzy
-msgid   "Subject: (ascending)"
-msgstr  "Ubujyejuru"
-
-#: src/lang.c:1405
-#, fuzzy
-msgid   "From: (descending)"
-msgstr  "Ubujyesi"
-
-#: src/lang.c:1406
-#, fuzzy
-msgid   "From: (ascending)"
-msgstr  "Ubujyejuru"
-
-#: src/lang.c:1407
-#, fuzzy
-msgid   "Date: (descending)"
-msgstr  "Ubujyesi"
-
-#: src/lang.c:1408
-#, fuzzy
-msgid   "Date: (ascending)"
-msgstr  "Ubujyejuru"
-
-#: src/lang.c:1409 src/lang.c:1417
-#, fuzzy
-msgid   "Score (descending)"
-msgstr  "Ubujyesi"
-
-#: src/lang.c:1410 src/lang.c:1418
-#, fuzzy
-msgid   "Score (ascending)"
-msgstr  "Ubujyejuru"
-
-#: src/lang.c:1411
-#, fuzzy
-msgid   "Lines: (descending)"
-msgstr  "Ubujyesi"
-
-#: src/lang.c:1412
-#, fuzzy
-msgid   "Lines: (ascending)"
-msgstr  "Ubujyejuru"
-
-#: src/lang.c:1419
-#, fuzzy
-msgid   "Last posting date (descending)"
-msgstr  "Ubujyesi"
-
-#: src/lang.c:1420
-#, fuzzy
-msgid   "Last posting date (ascending)"
-msgstr  "Ubujyejuru"
-
-#: src/lang.c:1425
-msgid   "Always Keep"
-msgstr  ""
-
-#: src/lang.c:1426
-msgid   "Always Remove"
-msgstr  ""
-
-#: src/lang.c:1427
-#, fuzzy
-msgid   "Mark with D on selection screen"
-msgstr  "Na: ku Ihitamo Mugaragaza"
-
-#: src/lang.c:1432
-#, fuzzy
-msgid   "Kill only unread arts"
-msgstr  "Bidasomye"
-
-#: src/lang.c:1433
-#, fuzzy
-msgid   "Kill all arts & show with K"
-msgstr  "Byose Garagaza Na:"
-
-#. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
-#, fuzzy
-msgid   "Kill all arts and never show"
-msgstr  "Byose Na Nta narimwe Garagaza"
-
-#: src/lang.c:1439
-#, fuzzy
-msgid   "Nothing special"
-msgstr  "Bidasanzwe"
-
-#: src/lang.c:1440
-msgid   "Compress quotes"
-msgstr  ""
-
-#: src/lang.c:1441
-msgid   "Quote signatures"
-msgstr  ""
-
-#: src/lang.c:1442
-#, fuzzy
-msgid   "Compress quotes, quote sigs"
-msgstr  "Gushyiraho akugarizo"
-
-#: src/lang.c:1443
-#, fuzzy
-msgid   "Quote empty lines"
-msgstr  "ubusa Imirongo"
-
-#: src/lang.c:1444
-#, fuzzy
-msgid   "Compress quotes, quote empty lines"
-msgstr  "Gushyiraho akugarizo ubusa Imirongo"
-
-#: src/lang.c:1445
-#, fuzzy
-msgid   "Quote sigs & empty lines"
-msgstr  "ubusa Imirongo"
-
-#: src/lang.c:1446
-#, fuzzy
-msgid   "Comp. q., quote sigs & empty lines"
-msgstr  "Q."
-
-#: src/lang.c:1484
-#, fuzzy
-msgid   "no"
-msgstr  "Oya"
-
-#: src/lang.c:1485
-#, fuzzy
-msgid   "with headers"
-msgstr  "Na: Imitwe"
-
-#: src/lang.c:1486
-#, fuzzy
-msgid   "without headers"
-msgstr  "Imitwe"
-
-#: src/lang.c:1493 src/lang.c:1499
-msgid   "NFKC"
-msgstr  ""
-
-#: src/lang.c:1494
-msgid   "NFKD"
-msgstr  ""
-
-#: src/lang.c:1495
-msgid   "NFC"
-msgstr  ""
-
-#: src/lang.c:1496
-msgid   "NFD"
-msgstr  ""
-
-#: src/lang.c:1507
-msgid   "Display Options"
-msgstr  ""
-
-#: src/lang.c:1514
-msgid   "Color Options"
-msgstr  ""
-
-#: src/lang.c:1521
-msgid   "Article-Limiting Options"
-msgstr  ""
-
-#: src/lang.c:1527
-msgid   "Posting/Mailing Options"
-msgstr  ""
-
-#: src/lang.c:1533
-msgid   "Saving/Printing Options"
-msgstr  ""
-
-#: src/lang.c:1539
-msgid   "Expert Options"
-msgstr  ""
-
-#: src/lang.c:1545
-msgid   "Filtering Options"
-msgstr  ""
-
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
-msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
-msgstr  ""
-
-#: src/lang.c:1551
-#, fuzzy
-msgid   "Show mini menu & posting etiquette"
-msgstr  "Ibikubiyemo"
-
-#: src/lang.c:1552
-#, fuzzy
-msgid   "# If ON show a mini menu of useful commands at each level\n"
-        "# and posting etiquette after composing an article\n"
-msgstr  "#Garagaza a Ibikubiyemo Bya Amabwiriza ku Na Nyuma"
-
-#: src/lang.c:1557
-#, fuzzy
-msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
-msgstr  "Isobanuramiterere kugirango Urubuga rw'amakuru"
-
-#: src/lang.c:1558
-#, fuzzy
-msgid   "Show description of each newsgroup"
-msgstr  "Isobanuramiterere Bya Urubuga rw'amakuru"
-
-#: src/lang.c:1559
-#, fuzzy
-msgid   "# If ON show group description text after newsgroup name at\n"
-        "# group selection level\n"
-msgstr  "#Garagaza Itsinda Isobanuramiterere Umwandiko Nyuma Urubuga rw'amakuru Izina: "
-        "Itsinda Ihitamo"
-
-#: src/lang.c:1564
-#, fuzzy
-msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
-        "sets."
-msgstr  "Umwanditsi Imyanya in Itsinda Ibikubiyemo"
-
-#: src/lang.c:1565
-#, fuzzy
-msgid   "In group menu, show author by"
-msgstr  "Itsinda Ibikubiyemo Garagaza Umwanditsi ku"
-
-#: src/lang.c:1566
-#, fuzzy
-msgid   "# Part of from field to display\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = none\n"
-        "#   1 = address\n"
-        "# * 2 = full name\n"
-        "#   3 = both\n"
-msgstr  "#Bya Bivuye Umwanya Kuri Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3."
-
-#: src/lang.c:1575
-#, fuzzy
-msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
-msgstr  "Cyangwa kugirango Ihitamo"
-
-#: src/lang.c:1576
-#, fuzzy
-msgid   "Draw -> instead of highlighted bar"
-msgstr  "Bya"
-
-#: src/lang.c:1577
-#, fuzzy
-msgid   "# If ON use -> otherwise highlighted bar for selection\n"
-msgstr  "#Gukoresha kugirango"
-
-#: src/lang.c:1582
-#, fuzzy
-msgid   "Use inverse video for page headers"
-msgstr  "Videwo... kugirango Ipaji Imitwe"
-
-#: src/lang.c:1583
-#, fuzzy
-msgid   "# If ON use inverse video for page headers at different levels\n"
-msgstr  "#Gukoresha Videwo... kugirango Ipaji Imitwe ku"
-
-#: src/lang.c:1588
-#, fuzzy
-msgid   "Thread articles by"
-msgstr  "ku"
-
-#: src/lang.c:1589
-#, fuzzy
-msgid   "# Thread articles by ...\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = nothing\n"
-        "#   1 = Subject\n"
-        "#   2 = References\n"
-        "# * 3 = Both (Subject and References)\n"
-        "#   4 = Multipart Subject\n"
-        "#   5 = Percentage Match\n"
-msgstr  "# ku Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. Na 4."
-
-#: src/lang.c:1600
-msgid   "Enter percentage match required to thread together. <CR> sets."
-msgstr  ""
-
-#: src/lang.c:1601
-msgid   "Thread percentage match"
-msgstr  ""
-
-#: src/lang.c:1602
-#, c-format
-msgid   "# Thread percentage match...\n"
-        "# the percentage of characters in the subject of an article that must match\n"
-        "# a base article for both those articles to be considered to belong to the\n"
-        "# same thread. This option is an integer percentage, eg. 80, no decimals may\n"
-        "# follow. If 80 is used here, then 80%% of the characters must match "
-        "exactly,\n"
-        "# no insertion of a character, for the two articles to be put in the same\n"
-        "# thread. eg. 'happy' and 'harpy' would match, but 'harpie', 'happie' and\n"
-        "# 'harppy' would be threaded separately from 'happy'\n"
-msgstr  ""
-
-#: src/lang.c:1614
-#, fuzzy
-msgid   "Score of a thread"
-msgstr  "Bya a Urudodo"
-
-#: src/lang.c:1615
-#, fuzzy
-msgid   "# Thread score\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = max\n"
-        "#   1 = sum\n"
-        "#   2 = average\n"
-msgstr  "#Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2."
-
-#: src/lang.c:1623
-#, fuzzy
-msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
-msgstr  "ku Cyangwa"
-
-#: src/lang.c:1624
-#, fuzzy
-msgid   "Sort articles by"
-msgstr  "ku"
-
-#: src/lang.c:1625
-#, fuzzy
-msgid   "# Sort articles by ...\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = nothing\n"
-        "#   1 = Subject descending\n"
-        "#   2 = Subject ascending\n"
-        "#   3 = From descending\n"
-        "#   4 = From ascending\n"
-        "#   5 = Date descending\n"
-        "# * 6 = Date ascending\n"
-        "#   7 = Score descending\n"
-        "#   8 = Score ascending\n"
-        "#   9 = Lines descending\n"
-        "#  10 = Lines ascending\n"
-msgstr  "#ku Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. 4. 5 6 7 8 9 10"
-
-#: src/lang.c:1641
-#, fuzzy
-msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
-msgstr  "ku Cyangwa"
-
-#: src/lang.c:1642
-#, fuzzy
-msgid   "Sort threads by"
-msgstr  "ku"
-
-#: src/lang.c:1643
-#, fuzzy
-msgid   "# Sort thread by ...\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = nothing\n"
-        "# * 1 = Score descending\n"
-        "#   2 = Score ascending\n"
-        "#   3 = Last posting date descending\n"
-        "#   4 = Last posting date ascending\n"
-msgstr  "#Urudodo ku Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2."
-
-#: src/lang.c:1653
-#, fuzzy
-msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
-msgstr  "indanga ku Itangira Iheruka Bidasomye in Amatsinda"
-
-#: src/lang.c:1654
-#, fuzzy
-msgid   "Goto first unread article in group"
-msgstr  "Itangira Bidasomye Ingingo in Itsinda"
-
-#: src/lang.c:1655
-#, fuzzy
-msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
-msgstr  "#Gushyira indanga ku Itangira Bidasomye in Itsinda Iheruka"
-
-#: src/lang.c:1659
-#, fuzzy
-msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
-msgstr  "Byose Cyangwa Bidasomye"
-
-#: src/lang.c:1660
-#, fuzzy
-msgid   "Show only unread articles"
-msgstr  "Bidasomye"
-
-#: src/lang.c:1661
-#, fuzzy
-msgid   "# If ON show only new/unread articles otherwise show all.\n"
-msgstr  "#Garagaza Gishya Bidasomye Garagaza Byose"
-
-#: src/lang.c:1666
-#, fuzzy
-msgid   "Show only groups with unread arts"
-msgstr  "Amatsinda Na: Bidasomye"
-
-#: src/lang.c:1667
-#, fuzzy
-msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
-msgstr  "#Garagaza yanditswe/ byemewe Kuri Amatsinda Bidasomye"
-
-#: src/lang.c:1672
-msgid   "Filter which articles"
-msgstr  ""
-
-#: src/lang.c:1673
-#, fuzzy
-msgid   "# Filter which articles\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = only kill unread articles\n"
-        "#   1 = kill all articles and show in threads marked with K\n"
-        "#   2 = kill all articles and never show them\n"
-msgstr  "#Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 Bidasomye 1. Byose Na Garagaza "
-        "in cy/ byagarajwe Na: 2. Byose Na Nta narimwe Garagaza"
-
-#: src/lang.c:1682
-#, fuzzy
-msgid   "Go to the next unread article with"
-msgstr  "Komeza>> Bidasomye Ingingo"
-
-#: src/lang.c:1683
-#, fuzzy
-msgid   "# Go to the unread article with following key(s)\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = nothing\n"
-        "#   1 = PAGE DOWN\n"
-        "# * 2 = TAB\n"
-        "#   3 = PAGE DOWN or TAB\n"
-msgstr  "#in Ingingo Urudodo Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. "
-        "Imirongo"
-
-#: src/lang.c:1693
-#, fuzzy
-msgid   "How to treat blank lines"
-msgstr  "ubusa Imirongo"
-
-#: src/lang.c:1694
-msgid   "# Trim the article body, remove unnecessary blank lines.\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = Nothing special\n"
-        "#   1 = Skip leading blank lines\n"
-        "#   2 = Skip trailing blank lines\n"
-        "#   3 = Skip leading and trailing blank lines\n"
-        "#   4 = Compact multiple blank lines between text blocks\n"
-        "#   5 = Compact multiple blank lines between text blocks and skip\n"
-        "#       leading blank lines\n"
-        "#   6 = Compact multiple blank lines between text blocks and skip\n"
-        "#       trailing blank lines\n"
-        "#   7 = Compact multiple blank lines between text blocks and skip\n"
-        "#       leading and trailing blank lines\n"
-msgstr  ""
-
-#: src/lang.c:1711
-#, fuzzy
-msgid   "List thread using right arrow key"
-msgstr  "Urudodo ikoresha Iburyo: Akambi Urufunguzo"
-
-#: src/lang.c:1712
-#, fuzzy
-msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
-msgstr  "#ku buryo bwikora Urutonde Urudodo Ryari: ikoresha Iburyo: Akambi Urufunguzo"
-
-#: src/lang.c:1716
-#, fuzzy
-msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri Cyasibwe"
-
-#: src/lang.c:1717
-#, fuzzy
-msgid   "Character to show deleted articles"
-msgstr  "Kuri Garagaza Cyasibwe"
-
-#: src/lang.c:1718
-#, fuzzy
-msgid   "# Character used to show that an art was deleted (default 'D')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza Cyasibwe Mburabuzi ni"
-
-#: src/lang.c:1723
-#, fuzzy
-msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri in a Urutonde"
-
-#: src/lang.c:1724
-#, fuzzy
-msgid   "Character to show inrange articles"
-msgstr  "Kuri Garagaza"
-
-#: src/lang.c:1725
-#, fuzzy
-msgid   "# Character used to show that an art is in a range (default '#')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza ni in a Urutonde Mburabuzi ni"
-
-#: src/lang.c:1730
-#, fuzzy
-msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
-        "cancels."
-msgstr  "Inyuguti Kuri Ingingo Garuka"
-
-#: src/lang.c:1731
-#, fuzzy
-msgid   "Character to show returning arts"
-msgstr  "Kuri Garagaza"
-
-#: src/lang.c:1732
-#, fuzzy
-msgid   "# Character used to show that an art will return (default '-')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza Garuka Mburabuzi ni"
-
-#: src/lang.c:1737
-#, fuzzy
-msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri Byahiswemo"
-
-#: src/lang.c:1738
-#, fuzzy
-msgid   "Character to show selected articles"
-msgstr  "Kuri Garagaza Byahiswemo"
-
-#: src/lang.c:1739
-#, fuzzy
-msgid   "# Character used to show that an art was auto-selected (default '*')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza Ikiyega Byahiswemo Mburabuzi ni"
-
-#: src/lang.c:1744
-#, fuzzy
-msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri"
-
-#: src/lang.c:1745
-#, fuzzy
-msgid   "Character to show recent articles"
-msgstr  "Kuri Garagaza"
-
-#: src/lang.c:1746
-#, fuzzy
-msgid   "# Character used to show that an art is recent (default 'o')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza ni Mburabuzi ni"
-
-#: src/lang.c:1751
-#, fuzzy
-msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri Bidasomye"
-
-#: src/lang.c:1752
-#, fuzzy
-msgid   "Character to show unread articles"
-msgstr  "Kuri Garagaza Bidasomye"
-
-#: src/lang.c:1753
-#, fuzzy
-msgid   "# Character used to show that an art is unread (default '+')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza ni Bidasomye Mburabuzi ni"
-
-#: src/lang.c:1758
-#, fuzzy
-msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri Gusoma"
-
-#: src/lang.c:1759
-#, fuzzy
-msgid   "Character to show read articles"
-msgstr  "Kuri Garagaza Gusoma"
-
-#: src/lang.c:1760
-#, fuzzy
-msgid   "# Character used to show that an art was read (default ' ')\n"
-        "# _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza Gusoma Mburabuzi ni"
-
-#: src/lang.c:1765
-#, fuzzy
-msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri"
-
-#: src/lang.c:1766
-#, fuzzy
-msgid   "Character to show killed articles"
-msgstr  "Kuri Garagaza"
-
-#: src/lang.c:1767
-#, fuzzy
-msgid   "# Character used to show that an art was killed (default 'K')\n"
-        "# kill_level must be set accordingly, _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza Mburabuzi Gushyiraho ni"
-
-#: src/lang.c:1772
-#, fuzzy
-msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri Gusoma Byahiswemo"
-
-#: src/lang.c:1773
-#, fuzzy
-msgid   "Character to show readselected arts"
-msgstr  "Kuri Garagaza"
-
-#: src/lang.c:1774
-#, fuzzy
-msgid   "# Character used to show that an art was selected before read (default ':')\n"
-        "# kill_level must be set accordingly, _ is turned into ' '\n"
-msgstr  "#Kuri Garagaza Byahiswemo Mbere Gusoma Mburabuzi Gushyiraho ni"
-
-#: src/lang.c:1779
-#, fuzzy
-msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
-msgstr  "Kinini Uburebure Bya Urubuga rw'amakuru Amazina"
-
-#: src/lang.c:1780
-#, fuzzy
-msgid   "Max. length of group names shown"
-msgstr  "Uburebure Bya Itsinda Amazina"
-
-#: src/lang.c:1781
-#, fuzzy
-msgid   "# Maximum length of the names of newsgroups displayed\n"
-msgstr  "#Uburebure Bya i Amazina Bya Imbuga z'amakuru"
-
-#: src/lang.c:1786
-msgid   "Abbreviate long newsgroup names"
-msgstr  ""
-
-#: src/lang.c:1787
-msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
-        "# level and article level like this:\n"
-        "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
-msgstr  ""
-
-#: src/lang.c:1794
-#, fuzzy
-msgid   "Show lines/score in listings"
-msgstr  "Imirongo in"
-
-#: src/lang.c:1795
-#, fuzzy
-msgid   "# What information should be displayed in article/thread listing\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = nothing\n"
-        "# * 1 = lines\n"
-        "#   2 = score\n"
-        "#   3 = lines & score\n"
-msgstr  "#in Ingingo Urudodo Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. "
-        "Imirongo"
-
-#: src/lang.c:1804
-#, fuzzy
-msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
-        "2 = half page"
-msgstr  "0 Ipaji 1. Garagaza Ibanjirije Iheruka Umurongo Nka Itangira ku Komeza>> "
-        "Ipaji 2. Ipaji"
-
-#: src/lang.c:1805
-#, fuzzy
-msgid   "Number of lines to scroll in pager"
-msgstr  "Bya Imirongo Kuri in Peja"
-
-#: src/lang.c:1806
-#, fuzzy
-msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#  -2 = half-page scrolling\n"
-        "#  -1 = the top/bottom line is carried over onto the next page\n"
-        "#   0 = page-by-page (traditional behavior)\n"
-        "# * 1 = line-by-line\n"
-        "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
-msgstr  "#Bya Imirongo indanga Hejuru Hasi in Ingingo Uduciro i Mburabuzi ni cy/ "
-        "byagarajwe Na: 2. Ipaji 1. i Hejuru: Hasi: Umurongo ni KURI i Komeza>> 0 "
-        "Ipaji ku Ipaji imyitwarire 1. Umurongo ku 2. Cyangwa Biruta ku 2. Cyangwa "
-        "Birenzeho Imirongo in i Peja"
-
-#: src/lang.c:1816
-msgid   "Display signatures. <SPACE> toggles & <CR> sets."
-msgstr  ""
-
-#: src/lang.c:1817
-msgid   "Display signatures"
-msgstr  ""
-
-#: src/lang.c:1818
-#, fuzzy
-msgid   "# If OFF don't show signatures when displaying articles\n"
-msgstr  "#Garagaza Ryari:"
-
-#: src/lang.c:1822
-#, fuzzy
-msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
-msgstr  "Ibyatanzwe Nka Imigereka"
-
-#: src/lang.c:1823
-#, fuzzy
-msgid   "Display uue data as an attachment"
-msgstr  "Ibyatanzwe Nka umugereka"
-
-#: src/lang.c:1824
-#, fuzzy
-msgid   "# Handling of uuencoded data in the pager\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = no, display raw uuencoded data\n"
-        "#   1 = yes, uuencoded data will be condensed to a single tag line showing\n"
-        "#       size and filename, similar to how MIME attachments are displayed\n"
-        "#   2 = hide all, as for 1, but any line that looks like uuencoded data will\n"
-        "#       be folded into a tag line.\n"
-msgstr  "#Bya Ibyatanzwe in i Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 Oya "
-        "Kugaragaza 1. Yego Ibyatanzwe Cyegeranye Kuri a UMWE Itagi: Umurongo Ingano "
-        "Na Izina ry'idosiye: Kuri Imigereka 2. Gushisha Byose Nka kugirango 1. "
-        "Umurongo nka Ibyatanzwe a Itagi: Umurongo"
-
-#: src/lang.c:1834
-#, fuzzy
-msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
-msgstr  "IMISUSIRE Kuri"
-
-#: src/lang.c:1835
-#, fuzzy
-msgid   "Display \"a as Umlaut-a"
-msgstr  "a Nka a"
-
-#: src/lang.c:1836
-#, fuzzy
-msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
-        "# show \"a as Umlaut-a, etc.\n"
-msgstr  "#IMISUSIRE Kuri Garagaza a Nka a"
-
-#: src/lang.c:1841 src/lang.c:1851
-#, fuzzy
-msgid   "Space separated list of header fields"
-msgstr  "Urutonde Bya Umutwempangano Imyanya"
-
-#: src/lang.c:1842
-#, fuzzy
-msgid   "Display these header fields (or *)"
-msgstr  "Umutwempangano Imyanya Cyangwa"
-
-#: src/lang.c:1843
-#, fuzzy
-msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
-        "# place an '*' as this value. This is the only way a wildcard can be used.\n"
-        "# If you enter 'X-' as the value, you will see all headers beginning with\n"
-        "# 'X-' (like X-Alan or X-Pape). You can list more than one by delimiting "
-        "with\n"
-        "# spaces. Not defining anything turns off this option.\n"
-msgstr  "#Amakuru Imitwe Kuri Kuri Byose i Imitwe Nka iyi Agaciro ni i a Injiza Nka i "
-        "Agaciro Byose Imitwe Itangiriro nka Cyangwa Urutonde Birenzeho ku Imyanya "
-        "Bidakora iyi Ihitamo"
-
-#: src/lang.c:1852
-#, fuzzy
-msgid   "Do not display these header fields"
-msgstr  "OYA Kugaragaza Umutwempangano Imyanya"
-
-#: src/lang.c:1853
-#, fuzzy
-msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
-        "# An example of using both options might be if you thought X- headers were\n"
-        "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
-        "you\n"
-        "# would do something like this:\n"
-        "# news_headers_to_display=X-\n"
-        "# news_headers_to_not_display=X-Alan X-Pape\n"
-        "# Not defining anything turns off this option.\n"
-msgstr  "#Nka i Urugero Bya ikoresha Byombi Amahitamo NIBA Imitwe A Na Hanyuma nka iyi "
-        "Bidakora iyi Ihitamo"
-
-#: src/lang.c:1863
-#, fuzzy
-msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
-msgstr  "Kuri Gushoboza Byikoresha Bya"
-
-#: src/lang.c:1864
-msgid   "Skip multipart/alternative parts"
-msgstr  ""
-
-#: src/lang.c:1865
-#, fuzzy
-msgid   "# If ON strip multipart/alternative messages automatically\n"
-msgstr  "#Ubutumwa"
-
-#: src/lang.c:1869
-#, fuzzy
-msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
-msgstr  "Isinya Ryari:"
-
-#: src/lang.c:1870
-msgid   "Detection of verbatim blocks"
-msgstr  ""
-
-#: src/lang.c:1871
-#, fuzzy
-msgid   "# If ON detect verbatim blocks in articles\n"
-msgstr  "#Gumana: Byose Byanze in"
-
-#: src/lang.c:1876
-#, fuzzy
-msgid   "A regex used to decide which lines to show in col_quote."
-msgstr  "A Kuri Imirongo Kuri Garagaza in"
-
-#: src/lang.c:1877
-#, fuzzy
-msgid   "Regex used to show quoted lines"
-msgstr  "Kuri Garagaza Imirongo"
-
-#: src/lang.c:1878
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which lines are\n"
-        "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Imirongo Ryari: Imirongo in iyi "
-        "Ahatanditseho Gukoresha a in Mburabuzi"
-
-#: src/lang.c:1884
-#, fuzzy
-msgid   "A regex used to decide which lines to show in col_quote2."
-msgstr  "A Kuri Imirongo Kuri Garagaza in"
-
-#: src/lang.c:1885
-#, fuzzy
-msgid   "Regex used to show twice quoted l."
-msgstr  "Kuri Garagaza L"
-
-#: src/lang.c:1886
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which lines are\n"
-        "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Imirongo Imirongo in iyi Ahatanditseho "
-        "Gukoresha a in Mburabuzi"
-
-#: src/lang.c:1892
-#, fuzzy
-msgid   "A regex used to decide which lines to show in col_quote3."
-msgstr  "A Kuri Imirongo Kuri Garagaza in"
-
-#: src/lang.c:1893
-#, fuzzy
-msgid   "Regex used to show >= 3 times q.l."
-msgstr  "L."
-
-#: src/lang.c:1894
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which lines are\n"
-        "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Imirongo 3. Times 3. Times Imirongo in iyi "
-        "Ahatanditseho Gukoresha a in Mburabuzi"
-
-#: src/lang.c:1901
-#, fuzzy
-msgid   "A regex used to decide which words to show in col_markslashes."
-msgstr  "A Kuri Amagambo Kuri Garagaza in"
-
-#: src/lang.c:1902
-#, fuzzy
-msgid   "Regex used to highlight /slashes/"
-msgstr  "Kuri garagaza cyane"
-
-#: src/lang.c:1903
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which words\n"
-        "# bounded by '/' are to be shown in col_markslashes.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri ku Kuri in iyi Ahatanditseho Gukoresha a "
-        "in Mburabuzi"
-
-#: src/lang.c:1909
-#, fuzzy
-msgid   "A regex used to decide which words to show in col_markstars."
-msgstr  "A Kuri Amagambo Kuri Garagaza in"
-
-#: src/lang.c:1910
-#, fuzzy
-msgid   "Regex used to highlight *stars*"
-msgstr  "Kuri garagaza cyane Inyenyeri"
-
-#: src/lang.c:1911
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which words\n"
-        "# bounded by '*' are to be shown in col_markstars.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri ku Kuri in iyi Ahatanditseho Gukoresha a "
-        "in Mburabuzi"
-
-#: src/lang.c:1917
-#, fuzzy
-msgid   "A regex used to decide which words to show in col_markstroke."
-msgstr  "A Kuri Amagambo Kuri Garagaza in"
-
-#: src/lang.c:1918
-#, fuzzy
-msgid   "Regex used to highlight -strokes-"
-msgstr  "Kuri garagaza cyane"
-
-#: src/lang.c:1919
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which words\n"
-        "# bounded by '-' are to be shown in col_markstroke.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri ku Kuri in iyi Ahatanditseho Gukoresha a "
-        "in Mburabuzi"
-
-#: src/lang.c:1925
-#, fuzzy
-msgid   "A regex used to decide which words to show in col_markdash."
-msgstr  "A Kuri Amagambo Kuri Garagaza in"
-
-#: src/lang.c:1926
-#, fuzzy
-msgid   "Regex used to highlight _underline_"
-msgstr  "Kuri garagaza cyane Gucaho umurongo"
-
-#: src/lang.c:1927
-#, fuzzy
-msgid   "# A regular expression that tin will use to decide which words\n"
-        "# bounded by '_' are to be shown in col_markdash.\n"
-        "# If you leave this blank, tin will use a built in default.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri ku Kuri in iyi Ahatanditseho Gukoresha a "
-        "in Mburabuzi"
-
-#: src/lang.c:1933
-#, fuzzy
-msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
-msgstr  "A Kuri Gushaka Kuri Gukuraho... Nka Mutandukanya"
-
-#: src/lang.c:1934
-#, fuzzy
-msgid   "Regex with Subject prefixes"
-msgstr  "Na:"
-
-#: src/lang.c:1935
-#, fuzzy
-msgid   "# A regular expression that tin will use to find Subject prefixes\n"
-        "# which will be removed before showing the header.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Gushaka Cyavanyweho Mbere i Umutwempangano"
-
-#: src/lang.c:1940
-#, fuzzy
-msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
-msgstr  "A Kuri Gushaka Imigereka Kuri Gukuraho... Nka Mutandukanya"
-
-#: src/lang.c:1941
-#, fuzzy
-msgid   "Regex with Subject suffixes"
-msgstr  "Na: Imigereka"
-
-#: src/lang.c:1942
-#, fuzzy
-msgid   "# A regular expression that tin will use to find Subject suffixes\n"
-        "# which will be removed when replying or posting followup.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Gushaka Cyavanyweho Ryari: Cyangwa"
-
-#: src/lang.c:1947
-msgid   "A regex used to find the begin of a verbatim block."
-msgstr  ""
-
-#: src/lang.c:1948
-msgid   "Regex for begin of a verbatim block"
-msgstr  ""
-
-#: src/lang.c:1949
-#, fuzzy
-msgid   "# A regular expression that tin will use to find the begin of\n"
-        "# a verbatim block.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Gushaka Cyavanyweho Mbere i Umutwempangano"
-
-#: src/lang.c:1954
-msgid   "A regex used to find the end of a verbatim block."
-msgstr  ""
-
-#: src/lang.c:1955
-msgid   "Regex for end of a verbatim block"
-msgstr  ""
-
-#: src/lang.c:1956
-#, fuzzy
-msgid   "# A regular expression that tin will use to find the end of\n"
-        "# a verbatim block.\n"
-msgstr  "#A Ibisanzwe imvugo Gukoresha Kuri Gushaka Cyavanyweho Mbere i Umutwempangano"
-
-#: src/lang.c:1961
-#, fuzzy
-msgid   "Enter name and options for external MIME viewer, --internal for built-in "
-        "viewer"
-msgstr  "Izina: Na Amahitamo kugirango external By'imbere kugirango in"
-
-#: src/lang.c:1962
-#, fuzzy
-msgid   "MIME binary content viewer"
-msgstr  "Nyabibiri Ibikubiyemo"
-
-#: src/lang.c:1963
-#, fuzzy
-msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
-        "# parts of articles.\n"
-        "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
-        "# for no automatic viewing\n"
-msgstr  "#By'imbere ku buryo bwikora Gukoresha i in kugirango Bya external Porogaramu "
-        "Cyangwa kugirango Oya Byikoresha"
-
-#: src/lang.c:1970
-#, fuzzy
-msgid   "Confirm before starting non-text viewing program"
-msgstr  "Mbere Umwandiko Porogaramu"
-
-#: src/lang.c:1971
-#, fuzzy
-msgid   "Ask before using MIME viewer"
-msgstr  "Mbere ikoresha"
-
-#: src/lang.c:1972
-#, fuzzy
-msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
-        "# this only happens if metamail_prog is set to something\n"
-msgstr  "#Mbere ikoresha Kuri Kugaragaza iyi NIBA ni Gushyiraho Kuri"
-
-#: src/lang.c:1977
-#, fuzzy
-msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
-msgstr  "Kuri Ikimenyetso Amatsinda Gusoma Ryari:"
-
-#: src/lang.c:1978
-#, fuzzy
-msgid   "Catchup read groups when quitting"
-msgstr  "Gusoma Amatsinda Ryari:"
-
-#: src/lang.c:1979
-#, fuzzy
-msgid   "# If ON ask user if read groups should all be marked read\n"
-msgstr  "#Ukoresha: NIBA Gusoma Amatsinda Byose cy/ byagarajwe"
-
-#: src/lang.c:1984
-#, fuzzy
-msgid   "Catchup group using left key"
-msgstr  "Itsinda ikoresha Ibumoso: Urufunguzo"
-
-#: src/lang.c:1985
-#, fuzzy
-msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
-msgstr  "#Itsinda Urudodo Ryari: Na: i Ibumoso: Akambi Urufunguzo"
-
-#: src/lang.c:1990
-#, fuzzy
-msgid   "Catchup thread by using left key"
-msgstr  "Urudodo ku ikoresha Ibumoso: Urufunguzo"
-
-#: src/lang.c:1996
-#, fuzzy
-msgid   "Which actions require confirmation"
-msgstr  "Iyemeza"
-
-#: src/lang.c:1997
-#, fuzzy
-msgid   "# What should we ask confirmation for.\n"
-msgstr  "#Twebwe Iyemeza kugirango"
-
-#: src/lang.c:2002
-#, fuzzy
-msgid   "'Mark as (un)read' ignores tags"
-msgstr  "'Ingingo"
-
-#: src/lang.c:2003
-#, fuzzy
-msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
-msgstr  "#i Ingingo Umumaro i KIGEZWEHO Ingingo"
-
-#: src/lang.c:2007
-#, fuzzy
-msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
-msgstr  "Kuri Gukoresha Kuri Gufungura"
-
-#: src/lang.c:2008
-msgid   "Program that opens URLs"
-msgstr  ""
-
-#: src/lang.c:2009
-#, fuzzy
-msgid   "# The program used to open URLs. The actual URL will be appended\n"
-msgstr  "#Porogaramu Kuri Gufungura"
-
-#: src/lang.c:2014
-#, fuzzy
-msgid   "Use mouse in xterm"
-msgstr  "Imbeba in"
-
-#: src/lang.c:2015
-#, fuzzy
-msgid   "# If ON enable mouse button support on xterm terminals\n"
-msgstr  "#Gushoboza Imbeba Urufunguzo Gushigikira ku"
-
-#: src/lang.c:2021
-#, fuzzy
-msgid   "Use scroll keys on keypad"
-msgstr  "Utubuto ku"
-
-#: src/lang.c:2022
-#, fuzzy
-msgid   "# If ON enable scroll keys on terminals that support it\n"
-msgstr  "#Gushoboza Utubuto ku Gushigikira"
-
-#: src/lang.c:2027
-#, fuzzy
-msgid   "Enter maximum number of article to get. <CR> sets."
-msgstr  "Kinini Umubare Bya Ingingo Kuri Kubona"
-
-#: src/lang.c:2028
-#, fuzzy
-msgid   "Number of articles to get"
-msgstr  "Bya Kuri Kubona"
-
-#: src/lang.c:2029
-#, fuzzy
-msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
-        "# of already read articles to be read before first unread one\n"
-msgstr  "#Bya Kuri Kubona 0 Oya NIBA Kinini Bya Gusoma Kuri Gusoma Mbere Itangira "
-        "Bidasomye"
-
-#: src/lang.c:2034
-#, fuzzy
-msgid   "Enter number of days article is considered recent. <CR> sets."
-msgstr  "Umubare Bya Iminsi Ingingo ni"
-
-#: src/lang.c:2035
-#, fuzzy
-msgid   "Article recentness time limit"
-msgstr  "Igihe"
-
-#: src/lang.c:2036
-#, fuzzy
-msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
-msgstr  "#Bya Iminsi in Ingingo ni 0"
-
-#: src/lang.c:2040
-#, fuzzy
-msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
-msgstr  "kugirango Bisanzwe kugirango Ibisanzwe imvugo"
-
-#: src/lang.c:2041
-msgid   "Wildcard matching"
-msgstr  ""
-
-#: src/lang.c:2042
-#, fuzzy
-msgid   "# Wildcard matching\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = wildmat\n"
-        "#   1 = regex\n"
-msgstr  "#Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1."
-
-#: src/lang.c:2049
-#, fuzzy
-msgid   "Enter minimal score before an article is marked killed. <CR> sets."
-msgstr  "Mbere Ingingo ni cy/ byagarajwe"
-
-#: src/lang.c:2050
-msgid   "Score limit (kill)"
-msgstr  ""
-
-#: src/lang.c:2051
-#, fuzzy
-msgid   "# Score limit before an article is marked killed\n"
-msgstr  "#Mbere Ingingo ni cy/ byagarajwe"
-
-#: src/lang.c:2055
-#, fuzzy
-msgid   "Enter default score to kill articles. <CR> sets."
-msgstr  "Mburabuzi Kuri"
-
-#: src/lang.c:2056
-#, fuzzy
-msgid   "Default score to kill articles"
-msgstr  "Kuri"
-
-#: src/lang.c:2057
-#, fuzzy
-msgid   "# Default score to kill articles\n"
-msgstr  "#Kuri"
-
-#: src/lang.c:2061
-#, fuzzy
-msgid   "Enter minimal score before an article is marked hot. <CR> sets."
-msgstr  "Mbere Ingingo ni cy/ byagarajwe"
-
-#: src/lang.c:2062
-#, fuzzy
-msgid   "Score limit (select)"
-msgstr  "Guhitamo"
-
-#: src/lang.c:2063
-#, fuzzy
-msgid   "# Score limit before an article is marked hot\n"
-msgstr  "#Mbere Ingingo ni cy/ byagarajwe"
-
-#: src/lang.c:2067
-#, fuzzy
-msgid   "Enter default score to select articles. <CR> sets."
-msgstr  "Mburabuzi Kuri Guhitamo"
-
-#: src/lang.c:2068
-#, fuzzy
-msgid   "Default score to select articles"
-msgstr  "Kuri Guhitamo"
-
-#: src/lang.c:2069
-#, fuzzy
-msgid   "# Default score to select articles\n"
-msgstr  "#Kuri Guhitamo"
-
-#: src/lang.c:2075
-#, fuzzy
-msgid   "Use slrnface to show ''X-Face:''s"
-msgstr  "Kuri Garagaza S"
-
-#: src/lang.c:2076
-#, fuzzy
-msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
-        "# Only useful when running in an xterm.\n"
-msgstr  "#ikoresha 1. Kuri i Umutwempangano Ryari: in"
-
-#: src/lang.c:2084
-#, fuzzy
-msgid   "Use ANSI color"
-msgstr  "Ibara"
-
-#: src/lang.c:2085
-#, fuzzy
-msgid   "# If ON using ANSI-color\n"
-msgstr  "#ikoresha"
-
-#: src/lang.c:2090
-#, fuzzy
-msgid   "Standard foreground color"
-msgstr  "Ibara"
-
-#: src/lang.c:2091
-#, fuzzy
-msgid   "# Standard foreground color\n"
-        "# Default: -1 (default color)\n"
-msgstr  "#1. Mburabuzi Ibara"
-
-#: src/lang.c:2097
-#, fuzzy
-msgid   "Standard background color"
-msgstr  "Mbuganyuma Ibara"
-
-#: src/lang.c:2098
-#, fuzzy
-msgid   "# Standard background color\n"
-        "# Default: -1 (default color)\n"
-msgstr  "#Mbuganyuma 1. Mburabuzi Ibara"
-
-#: src/lang.c:2104
-#, fuzzy
-msgid   "Color for inverse text (background)"
-msgstr  "kugirango Umwandiko Mbuganyuma"
-
-#: src/lang.c:2105
-#, fuzzy
-msgid   "# Color of background for inverse text\n"
-        "# Default: 4 (blue)\n"
-msgstr  "#Bya Mbuganyuma kugirango 4. Ubururu"
-
-#: src/lang.c:2111
-#, fuzzy
-msgid   "Color for inverse text (foreground)"
-msgstr  "kugirango Umwandiko"
-
-#: src/lang.c:2112
-#, fuzzy
-msgid   "# Color of foreground for inverse text\n"
-        "# Default: 7 (white)\n"
-msgstr  "#Bya kugirango 7 Umweru"
-
-#: src/lang.c:2118
-#, fuzzy
-msgid   "Color of text lines"
-msgstr  "Bya Umwandiko Imirongo"
-
-#: src/lang.c:2119
-#, fuzzy
-msgid   "# Color of text lines\n"
-        "# Default: -1 (default color)\n"
-msgstr  "#Bya Umwandiko 1. Mburabuzi Ibara"
-
-#: src/lang.c:2125
-#, fuzzy
-msgid   "Color of mini help menu"
-msgstr  "Bya Ifashayobora Ibikubiyemo"
-
-#: src/lang.c:2126
-#, fuzzy
-msgid   "# Color of mini help menu\n"
-        "# Default: 3 (brown)\n"
-msgstr  "#Bya Ifashayobora 3. Igihogo"
-
-#: src/lang.c:2132
-#, fuzzy
-msgid   "Color of help text"
-msgstr  "Bya Ifashayobora Umwandiko"
-
-#: src/lang.c:2133
-#, fuzzy
-msgid   "# Color of help pages\n"
-        "# Default: -1 (default color)\n"
-msgstr  "#Bya Ifashayobora 1. Mburabuzi Ibara"
-
-#: src/lang.c:2139
-#, fuzzy
-msgid   "Color of status messages"
-msgstr  "Bya Imimerere Ubutumwa"
-
-#: src/lang.c:2140
-#, fuzzy
-msgid   "# Color of messages in last line\n"
-        "# Default: 6 (cyan)\n"
-msgstr  "#Bya Ubutumwa in Iheruka 6 Ubururu bukeye"
-
-#: src/lang.c:2146
-#, fuzzy
-msgid   "Color of quoted lines"
-msgstr  "Bya Imirongo"
-
-#: src/lang.c:2147
-#, fuzzy
-msgid   "# Color of quote-lines\n"
-        "# Default: 2 (green)\n"
-msgstr  "#Bya Gushyiraho akugarizo 2. Icyatsi"
-
-#: src/lang.c:2153
-#, fuzzy
-msgid   "Color of twice quoted line"
-msgstr  "Bya Umurongo"
-
-#: src/lang.c:2154
-#, fuzzy
-msgid   "# Color of twice quoted lines\n"
-        "# Default: 3 (brown)\n"
-msgstr  "#Bya 3. Igihogo"
-
-#: src/lang.c:2160
-#, fuzzy
-msgid   "Color of =>3 times quoted line"
-msgstr  "Bya 3. Times Umurongo"
-
-#: src/lang.c:2161
-#, fuzzy
-msgid   "# Color of >=3 times quoted lines\n"
-        "# Default: 4 (blue)\n"
-msgstr  "#Bya 3. Times 4. Ubururu"
-
-#: src/lang.c:2167
-#, fuzzy
-msgid   "Color of article header lines"
-msgstr  "Bya Ingingo Umutwempangano Imirongo"
-
-#: src/lang.c:2168
-#, fuzzy
-msgid   "# Color of header-lines\n"
-        "# Default: 2 (green)\n"
-msgstr  "#Bya Umutwempangano 2. Icyatsi"
-
-#: src/lang.c:2174
-#, fuzzy
-msgid   "Color of actual news header fields"
-msgstr  "Bya Amakuru Umutwempangano Imyanya"
-
-#: src/lang.c:2175
-#, fuzzy
-msgid   "# Color of actual news header fields\n"
-        "# Default: 9 (light red)\n"
-msgstr  "#Bya Amakuru Umutwempangano 9 kimurika Umutuku"
-
-#: src/lang.c:2181
-#, fuzzy
-msgid   "Color of article subject lines"
-msgstr  "Bya Ingingo Ikivugwaho Imirongo"
-
-#: src/lang.c:2182
-#, fuzzy
-msgid   "# Color of article subject\n"
-        "# Default: 6 (cyan)\n"
-msgstr  "#Bya Ingingo 6 Ubururu bukeye"
-
-#: src/lang.c:2188
-#, fuzzy
-msgid   "Color of response counter"
-msgstr  "Bya"
-
-#: src/lang.c:2189
-#, fuzzy
-msgid   "# Color of response counter\n"
-        "# Default: 2 (green)\n"
-msgstr  "#Bya 2. Icyatsi"
-
-#: src/lang.c:2195
-#, fuzzy
-msgid   "Color of sender (From:)"
-msgstr  "Bya Uwohereza"
-
-#: src/lang.c:2196
-#, fuzzy
-msgid   "# Color of sender (From:)\n"
-        "# Default: 2 (green)\n"
-msgstr  "#Bya Uwohereza 2. Icyatsi"
-
-#: src/lang.c:2202
-#, fuzzy
-msgid   "Color of help/mail sign"
-msgstr  "Bya Ifashayobora Ubutumwa IKIMENYETSO"
-
-#: src/lang.c:2203
-#, fuzzy
-msgid   "# Color of Help/Mail-Sign\n"
-        "# Default: 4 (blue)\n"
-msgstr  "#Bya 4. Ubururu"
-
-#: src/lang.c:2209
-#, fuzzy
-msgid   "Color of signatures"
-msgstr  "Bya"
-
-#: src/lang.c:2210
-#, fuzzy
-msgid   "# Color of signature\n"
-        "# Default: 4 (blue)\n"
-msgstr  "#Bya 4. Ubururu"
-
-#: src/lang.c:2216
-#, fuzzy
-msgid   "Color of highlighted URLs"
-msgstr  "Bya"
-
-#: src/lang.c:2217
-#, fuzzy
-msgid   "# Color of highlighted URLs\n"
-        "# Default: -1 (default color)\n"
-msgstr  "#Bya 1. Mburabuzi Ibara"
-
-#: src/lang.c:2223
-#, fuzzy
-msgid   "Color of verbatim blocks"
-msgstr  "Bya Umwandiko Imirongo"
-
-#: src/lang.c:2224
-#, fuzzy
-msgid   "# Color of verbatim blocks\n"
-        "# Default: 5 (pink)\n"
-msgstr  "#Bya Ingingo 6 Ubururu bukeye"
-
-#: src/lang.c:2230
-#, fuzzy
-msgid   "Color of highlighting with *stars*"
-msgstr  "Bya Igaragaza cyane Na: Inyenyeri"
-
-#: src/lang.c:2231
-#, fuzzy
-msgid   "# Color of word highlighting with *stars*\n"
-        "# Default: 11 (yellow)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: Inyenyeri Umuhondo"
-
-#: src/lang.c:2237
-#, fuzzy
-msgid   "Color of highlighting with _dash_"
-msgstr  "Bya Igaragaza cyane Na: AKANYEREZO"
-
-#: src/lang.c:2238
-#, fuzzy
-msgid   "# Color of word highlighting with _dash_\n"
-        "# Default: 13 (light pink)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: kimurika"
-
-#: src/lang.c:2244
-#, fuzzy
-msgid   "Color of highlighting with /slash/"
-msgstr  "Bya Igaragaza cyane Na: AKARONGOKABERAMYE"
-
-#: src/lang.c:2245
-#, fuzzy
-msgid   "# Color of word highlighting with /slash/\n"
-        "# Default: 14 (light cyan)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: AKARONGOKABERAMYE 14 kimurika Ubururu bukeye"
-
-#: src/lang.c:2251
-#, fuzzy
-msgid   "Color of highlighting with -stroke-"
-msgstr  "Bya Igaragaza cyane Na: Akarongo"
-
-#: src/lang.c:2252
-#, fuzzy
-msgid   "# Color of word highlighting with -stroke-\n"
-        "# Default: 12 (light blue)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: Akarongo 12 kimurika Ubururu"
-
-#: src/lang.c:2259
-#, fuzzy
-msgid   "Attr. of highlighting with *stars*"
-msgstr  "Bya Igaragaza cyane Na: Inyenyeri"
-
-#: src/lang.c:2260
-#, fuzzy
-msgid   "# Attributes of word highlighting on mono terminals\n"
-        "# Possible values are:\n"
-        "#   0 = Normal\n"
-        "#   1 = Underline\n"
-        "#   2 = Best highlighting\n"
-        "#   3 = Reverse video\n"
-        "#   4 = Blinking\n"
-        "#   5 = Half bright\n"
-        "#   6 = Bold\n"
-        "\n"
-        "# Attribute of word highlighting with *stars*\n"
-        "# Default: 6 (bold)\n"
-msgstr  "#Bya ijambo Igaragaza cyane ku Uduciro 0 1. 2. 3. 4. 5 6 Bya ijambo Igaragaza "
-        "cyane Na: Inyenyeri 6 UTSINDAGIYE"
-
-#: src/lang.c:2275
-#, fuzzy
-msgid   "Attr. of highlighting with _dash_"
-msgstr  "Bya Igaragaza cyane Na: AKANYEREZO"
-
-#: src/lang.c:2276
-#, fuzzy
-msgid   "# Attribute of word highlighting with _dash_\n"
-        "# Default: 2 (best highlighting)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: 2. Igaragaza cyane"
-
-#: src/lang.c:2282
-#, fuzzy
-msgid   "Attr. of highlighting with /slash/"
-msgstr  "Bya Igaragaza cyane Na: AKARONGOKABERAMYE"
-
-#: src/lang.c:2283
-#, fuzzy
-msgid   "# Attribute of word highlighting with /slash/\n"
-        "# Default: 5 (half bright)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: AKARONGOKABERAMYE 5 Bibonerana"
-
-#: src/lang.c:2289
-#, fuzzy
-msgid   "Attr. of highlighting with -stroke-"
-msgstr  "Bya Igaragaza cyane Na: Akarongo"
-
-#: src/lang.c:2290
-#, fuzzy
-msgid   "# Attribute of word highlighting with -stroke-\n"
-        "# Default: 3 (reverse video)\n"
-msgstr  "#Bya ijambo Igaragaza cyane Na: Akarongo 3. Ihindurakerekezo Videwo..."
-
-#: src/lang.c:2296
-#, fuzzy
-msgid   "URL highlighting in message body"
-msgstr  "Igaragaza cyane in Ubutumwa Umubiri"
-
-#: src/lang.c:2297
-#, fuzzy
-msgid   "# Enable URL highlighting?\n"
-msgstr  "#Igaragaza cyane"
-
-#: src/lang.c:2302
-#, fuzzy
-msgid   "Word highlighting in message body"
-msgstr  "Igaragaza cyane in Ubutumwa Umubiri"
-
-#: src/lang.c:2303
-#, fuzzy
-msgid   "# Enable word highlighting?\n"
-msgstr  "#ijambo Igaragaza cyane"
-
-#: src/lang.c:2308
-#, fuzzy
-msgid   "What to display instead of mark"
-msgstr  "Kuri Kugaragaza Bya Ikimenyetso"
-
-#: src/lang.c:2309
-#, fuzzy
-msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
-        "# even when they are highlighting marks?\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = no\n"
-        "#   1 = yes, display mark\n"
-        "# * 2 = print a space instead\n"
-msgstr  "#i Nyobora Na Inyenyeri Na Utunyerezo ATARIIGIHARWE Ryari: Igaragaza cyane "
-        "Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. Yego Kugaragaza 2. Gucapa a "
-        "Umwanya"
-
-#: src/lang.c:2318
-#, fuzzy
-msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
-msgstr  "Inkingi Umubare Kuri Gufunika Ingingo Imirongo Kuri in i Peja"
-
-#: src/lang.c:2319
-#, fuzzy
-msgid   "Page line wrap column"
-msgstr  "Umurongo Gufunika Inkingi"
-
-#: src/lang.c:2320
-#, fuzzy
-msgid   "# Wrap article lines at column\n"
-msgstr  "#Ingingo Imirongo ku"
-
-#: src/lang.c:2325
-#, fuzzy
-msgid   "Wrap around threads on next unread"
-msgstr  "ku Komeza>> Bidasomye"
-
-#: src/lang.c:2326
-#, fuzzy
-msgid   "# If ON wrap around threads on searching next unread article\n"
-msgstr  "#Gufunika ku Ishakisha Komeza>> Bidasomye"
-
-#: src/lang.c:2330
-#, fuzzy
-msgid   "Enter default mail address (and fullname). <CR> sets."
-msgstr  "Mburabuzi Ubutumwa Aderesi Na"
-
-#: src/lang.c:2331 src/lang.c:2747
-#, fuzzy
-msgid   "Mail address (and fullname)"
-msgstr  "Aderesi Na"
-
-#: src/lang.c:2332
-#, fuzzy
-msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
-msgstr  "#Ubutumwa Aderesi Na NIBA OYA Izina ry'ukoresha Ubuturo"
-
-#: src/lang.c:2337
-#, fuzzy
-msgid   "Show empty Followup-To in editor"
-msgstr  "ubusa in Muhinduzi"
-
-#: src/lang.c:2338
-#, fuzzy
-msgid   "# If ON show empty Followup-To header when editing an article\n"
-msgstr  "#Garagaza ubusa Umutwempangano Ryari:"
-
-#: src/lang.c:2342
-#, fuzzy
-msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
-msgstr  "Inzira Komandi: Ntacyo Kuri Kurema Mburabuzi Isinya"
-
-#: src/lang.c:2343
-#, fuzzy
-msgid   "Create signature from path/command"
-msgstr  "Isinya Bivuye Inzira Komandi:"
-
-#: src/lang.c:2344
-#, fuzzy
-msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
-        "# sigfile=file       appends file as signature\n"
-        "# sigfile=!command   executes external command to generate a signature\n"
-        "# sigfile=--none     don't append a signature\n"
-msgstr  "#Inzira IDOSIYE Kuri Ryari: IDOSIYE IDOSIYE Nka Komandi: external Komandi: "
-        "Kuri a Ntacyo Kongeraho... a"
-
-#: src/lang.c:2351
-#, fuzzy
-msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
-msgstr  "Isinya Na: ku Umurongo"
-
-#: src/lang.c:2352
-#, fuzzy
-msgid   "Prepend signature with \"-- \""
-msgstr  "Isinya Na:"
-
-#: src/lang.c:2353
-#, fuzzy
-msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
-msgstr  "#i Isinya Na: Utunyerezo N"
-
-#: src/lang.c:2357
-#, fuzzy
-msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
-msgstr  "Isinya Ryari:"
-
-#: src/lang.c:2358
-#, fuzzy
-msgid   "Add signature when reposting"
-msgstr  "Isinya Ryari:"
-
-#: src/lang.c:2359
-#, fuzzy
-msgid   "# If ON add signature to reposted articles\n"
-msgstr  "#Kongeramo Isinya Kuri"
-
-#: src/lang.c:2363
-#, fuzzy, c-format
-msgid   "Enter quotation marks, %s or %S for author's initials."
-msgstr  "Gusubiramo ibyavuzwe Cyangwa kugirango Izibanza"
-
-#: src/lang.c:2364
-#, fuzzy
-msgid   "Characters used as quote-marks"
-msgstr  "Nka Gushyiraho akugarizo"
-
-#: src/lang.c:2365
-#, fuzzy, c-format
-msgid   "# Characters used in quoting to followups and replies.\n"
-        "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
-msgstr  "#in Kuri Na ni ku ku Izibanza"
-
-#: src/lang.c:2371
-#, fuzzy
-msgid   "Quoting behavior"
-msgstr  "imyitwarire"
-
-#: src/lang.c:2372
-#, fuzzy
-msgid   "# How quoting should be handled when following up or replying.\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = Nothing special\n"
-        "#   1 = Compress quotes\n"
-        "#   2 = Quote signatures\n"
-        "#   3 = Compress quotes, quote signatures\n"
-        "#   4 = Quote empty lines\n"
-        "# * 5 = Compress quotes, quote empty lines\n"
-        "#   6 = Quote signatures, quote empty lines\n"
-        "#   7 = Compress quotes, quote signatures, quote empty lines\n"
-msgstr  "#Ryari: Hejuru Cyangwa Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. "
-        "Gushyiraho akugarizo 4. ubusa 5 Gushyiraho akugarizo ubusa 6 Gushyiraho "
-        "akugarizo ubusa 7 Gushyiraho akugarizo Gushyiraho akugarizo ubusa"
-
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
-msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
-msgstr  ""
-
-#: src/lang.c:2386
-#, fuzzy
-msgid   "Quote line when following up"
-msgstr  "Umurongo Ryari: Hejuru"
-
-#: src/lang.c:2387
-#, fuzzy, c-format
-msgid   "# Format of quote line when mailing/posting/following-up an article\n"
-        "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
-        "# %%N Full Name  %%C First Name   %%I Initials\n"
-msgstr  "#Bya Gushyiraho akugarizo Umurongo Ryari: Hejuru"
-
-#: src/lang.c:2394
-#, fuzzy
-msgid   "Quote line when cross-posting"
-msgstr  "Umurongo Ryari: Kwambukiranya"
-
-#: src/lang.c:2400
-#, fuzzy
-msgid   "Quote line when mailing"
-msgstr  "Umurongo Ryari:"
-
-#: src/lang.c:2405
-#, fuzzy
-msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
-msgstr  "Gushyiramo Umutwempangano"
-
-#: src/lang.c:2406
-#, fuzzy
-msgid   "Insert 'User-Agent:' header"
-msgstr  "Umutwempangano"
-
-#: src/lang.c:2407
-#, fuzzy
-msgid   "# If ON include advertising User-Agent: header\n"
-msgstr  "#Gushyiramo"
-
-#: src/lang.c:2412
-#, fuzzy
-msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
-msgstr  "g."
-
-#: src/lang.c:2413
-msgid   "MM_CHARSET"
-msgstr  ""
-
-#: src/lang.c:2414
-#, fuzzy
-msgid   "# Charset supported locally which is also used for MIME header and\n"
-        "# Content-Type header.\n"
-        "# If not set, the value of the environment variable MM_CHARSET is used.\n"
-        "# Set to US-ASCII or compile time default if neither of them is defined.\n"
-        "# If MIME_STRICT_CHARSET is defined at compile-time, charset other than\n"
-        "# mm_charset is considered not displayable and represented as '?'.\n"
-msgstr  "#Project- Id- Version: basctl\n"
-        "POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
-        "PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
-        "Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
-        "Content- Type: text/ plain; charset= UTF- 8\n"
-        "Content- Transfer- Encoding: 8bit\n"
-        "X- Generator: KBabel 1. 0\n"
-        "."
-
-#: src/lang.c:2424
-msgid   "MM_NETWORK_CHARSET"
-msgstr  ""
-
-#: src/lang.c:2425
-#, fuzzy
-msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
-msgstr  "#kugirango Umutwempangano in"
-
-#: src/lang.c:2429
-#, fuzzy
-msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
-msgstr  "g."
-
-#: src/lang.c:2430
-msgid   "MM_LOCAL_CHARSET"
-msgstr  ""
-
-#: src/lang.c:2431
-msgid   "# Charset supported locally.\n"
-msgstr  ""
-
-#: src/lang.c:2438
-#, fuzzy
-msgid   "Mailbox format"
-msgstr  "Imiterere"
-
-#: src/lang.c:2439
-#, fuzzy
-msgid   "# Format of the mailbox.\n"
-msgstr  "#Bya i"
-
-#: src/lang.c:2444
-#, fuzzy
-msgid   "MIME encoding in news messages"
-msgstr  "Imisobekere: in Amakuru Ubutumwa"
-
-#: src/lang.c:2445
-#, fuzzy
-msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
-        "# for mails and posts, if necessary. QP is efficient for most European\n"
-        "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
-        "# while Base64 is more efficient for most 8bit East Asian, Greek, and\n"
-        "# Russian charsets with a lot of 8bit characters.\n"
-msgstr  "#Imisobekere: Gicapika Bya i kugirango Na NIBA ni kugirango Inyuguti Na: "
-        "Gitoya Imigabane Bya ni Birenzeho kugirango Na: a Bya Inyuguti"
-
-#: src/lang.c:2453 src/lang.c:2474
-#, fuzzy
-msgid   "Don't change unless you know what you are doing. <ESC> cancels."
-msgstr  "Guhindura>>"
-
-#: src/lang.c:2454
-#, fuzzy
-msgid   "Use 8bit characters in news headers"
-msgstr  "Inyuguti in Amakuru Imitwe"
-
-#: src/lang.c:2455
-#, fuzzy
-msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
-        "# default is OFF. Thus 8bit characters are encoded by default.\n"
-        "# 8bit chars in header are encoded regardless of the value of this\n"
-        "# parameter unless post_mime_encoding is 8bit as well.\n"
-msgstr  "#Inyuguti in Amakuru Imitwe Mburabuzi ni Inyuguti ku Mburabuzi in "
-        "Umutwempangano Bya i Agaciro Bya ni Nka"
-
-#: src/lang.c:2462
-#, fuzzy
-msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
-msgstr  "Kureba Iposita Idosiye"
-
-#: src/lang.c:2463
-#, fuzzy
-msgid   "View post-processed files"
-msgstr  "Iposita Idosiye"
-
-#: src/lang.c:2464
-#, fuzzy
-msgid   "# If set, post processed files will be opened in a viewer\n"
-msgstr  "#Gushyiraho Iposita Idosiye in a"
-
-#: src/lang.c:2469
-#, fuzzy
-msgid   "MIME encoding in mail messages"
-msgstr  "Imisobekere: in Ubutumwa Ubutumwa"
-
-#: src/lang.c:2475
-#, fuzzy
-msgid   "Use 8bit characters in mail headers"
-msgstr  "Inyuguti in Ubutumwa Imitwe"
-
-#: src/lang.c:2476
-#, fuzzy
-msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
-        "# default is OFF. Thus 8bit characters are encoded by default.\n"
-        "# 8bit chars in headers are encoded regardless of the value of this "
-        "parameter\n"
-        "# unless mail_mime_encoding is 8bit as well. Note that RFC 2822\n"
-        "# prohibits 8bit characters in mail headers so that you are advised NOT to\n"
-        "# turn it ON unless you have some compelling reason.\n"
-msgstr  "#Inyuguti in Ubutumwa Imitwe Mburabuzi ni Inyuguti ku Mburabuzi in Imitwe Bya "
-        "i Agaciro Bya iyi ni Nka Inyuguti in Ubutumwa Imitwe"
-
-#: src/lang.c:2486
-#, fuzzy
-msgid   "Strip blanks from ends of lines"
-msgstr  "Bivuye Bya Imirongo"
-
-#: src/lang.c:2487
-#, fuzzy
-msgid   "# If ON strip blanks from ends of lines for faster display on slow "
-        "terminals.\n"
-msgstr  "#Bivuye Bya Imirongo kugirango Kugaragaza ku Buhoro"
-
-#: src/lang.c:2492
-#, fuzzy
-msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
-msgstr  "Gukoresha"
-
-#: src/lang.c:2493
-msgid   "Transliteration"
-msgstr  ""
-
-#: src/lang.c:2494
-#, fuzzy
-msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
-        "# be represented in the in the target character set, it can be approximated\n"
-        "# through one or several similarly looking characters.\n"
-msgstr  "#Gukoresha Umugereka Ryari: a Inyuguti in i in i Intego Inyuguti Gushyiraho "
-        "Gihinguranya Cyangwa Inyuguti"
-
-#: src/lang.c:2502
-#, fuzzy
-msgid   "Send you a Cc/Bcc automatically"
-msgstr  "a KopiKubandi ku buryo bwikora"
-
-#: src/lang.c:2503
-#, fuzzy
-msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = No\n"
-        "#   1 = Cc\n"
-        "#   2 = Bcc\n"
-        "#   3 = Cc and Bcc\n"
-msgstr  "#Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. 4."
-
-#: src/lang.c:2512
-#, fuzzy
-msgid   "Enter address elements about which you want to be warned. <CR> sets."
-msgstr  "Aderesi Ibintu Ibyerekeye Kuri"
-
-#: src/lang.c:2513
-#, fuzzy
-msgid   "Spamtrap warning address parts"
-msgstr  "Iburira Aderesi"
-
-#: src/lang.c:2514
-#, fuzzy
-msgid   "# A comma-delimited list of address-parts you want to be warned\n"
-        "# about when trying to reply by email.\n"
-msgstr  "#A Akitso Urutonde Bya Aderesi Kuri Ibyerekeye Ryari: Kuri Subiza ku imeli"
-
-#: src/lang.c:2519
-#, fuzzy
-msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
-msgstr  "Mburabuzi Umubare Bya Iminsi a Muyunguruzi... Icyinjijwe Byemewe"
-
-#: src/lang.c:2520
-#, fuzzy
-msgid   "No. of days a filter entry is valid"
-msgstr  "Bya Iminsi a Muyunguruzi... Icyinjijwe ni Byemewe"
-
-#: src/lang.c:2521
-#, fuzzy
-msgid   "# Number of days a short term filter will be active\n"
-msgstr  "#Bya Iminsi a Ijambo Muyunguruzi..."
-
-#: src/lang.c:2525
-#, fuzzy
-msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
-msgstr  "Kuri Muyunguruzi..."
-
-#: src/lang.c:2526
-#, fuzzy
-msgid   "Add posted articles to filter"
-msgstr  "Kuri Muyunguruzi..."
-
-#: src/lang.c:2527
-#, fuzzy
-msgid   "# If ON add posted articles which start a new thread to filter for\n"
-        "# highlighting follow-ups\n"
-msgstr  "#Kongeramo Gutangira a Gishya Urudodo Kuri Muyunguruzi... Igaragaza cyane"
-
-#: src/lang.c:2531
-#, fuzzy
-msgid   "The directory where articles/threads are to be saved in mailbox format."
-msgstr  "bushyinguro Kuri in Imiterere"
-
-#: src/lang.c:2532
-#, fuzzy
-msgid   "Mail directory"
-msgstr  "bushyinguro"
-
-#: src/lang.c:2533
-#, fuzzy
-msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
-msgstr  "#(-M bushyinguro in"
-
-#: src/lang.c:2538
-#, fuzzy
-msgid   "Save articles in batch mode (-S)"
-msgstr  "Kubika in Ubwoko"
-
-#: src/lang.c:2539
-#, fuzzy
-msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
-        "# or mail (-M/-N) is specified on the command line\n"
-msgstr  "#in Ubwoko Ryari: Kubika Cyangwa Ubutumwa ni ku i Komandi:"
-
-#: src/lang.c:2544
-#, fuzzy
-msgid   "The directory where you want articles/threads saved."
-msgstr  "bushyinguro"
-
-#: src/lang.c:2545
-#, fuzzy
-msgid   "Directory to save arts/threads in"
-msgstr  "Kuri Kubika in"
-
-#: src/lang.c:2546
-msgid   "# Directory where articles/threads are saved\n"
-msgstr  ""
-
-#: src/lang.c:2550
-#, fuzzy
-msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
-msgstr  "Kubika Ingingo Urudodo ku Izina: Umutwempangano"
-
-#: src/lang.c:2551
-#, fuzzy
-msgid   "Use Archive-name: header for save"
-msgstr  "Izina: Umutwempangano kugirango Kubika"
-
-#: src/lang.c:2552
-#, fuzzy
-msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
-        "# be automatically saved with the Archive-name & part/patch no.\n"
-msgstr  "#Na: Izina: in Ubutumwa Umutwempangano ku buryo bwikora Na: i Izina: Oya"
-
-#: src/lang.c:2557
-#, fuzzy
-msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
-        "cancels."
-msgstr  "Nka Gusoma"
-
-#: src/lang.c:2558
-#, fuzzy
-msgid   "Mark saved articles/threads as read"
-msgstr  "Nka Gusoma"
-
-#: src/lang.c:2559
-#, fuzzy
-msgid   "# If ON mark articles that are saved as read\n"
-msgstr  "#Ikimenyetso Nka"
-
-#: src/lang.c:2563
-#, fuzzy
-msgid   "Do post processing (eg. extract attachments) for saved articles."
-msgstr  "Iposita Inonosora Imigereka kugirango"
-
-#: src/lang.c:2564
-msgid   "Post process saved articles"
-msgstr  ""
-
-#: src/lang.c:2565
-#, fuzzy
-msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = no\n"
-        "#   1 = extract shell archives (shar) only\n"
-        "#   2 = yes\n"
-msgstr  "#Iposita Inonosora Mu kubika Nyabibiri Imigereka Bivuye Uduciro i Mburabuzi "
-        "ni cy/ byagarajwe Na: 0 1. Igikonoshwa Ubushyinguro 2."
-
-#: src/lang.c:2574
-#, fuzzy
-msgid   "Process only unread articles"
-msgstr  "Bidasomye"
-
-#: src/lang.c:2575
-#, fuzzy
-msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
-msgstr  "#Kubika Gucapa Ubutumwa Bidasomye"
-
-#: src/lang.c:2580
-#, fuzzy
-msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
-msgstr  "Byose Cyangwa Bya Umutwempangano"
-
-#: src/lang.c:2581
-#, fuzzy
-msgid   "Print all headers when printing"
-msgstr  "Byose Imitwe Ryari: Icapa..."
-
-#: src/lang.c:2582
-#, fuzzy
-msgid   "# If ON print all of article header otherwise just the important lines\n"
-msgstr  "#Gucapa Byose Bya Ingingo Umutwempangano i By'ingirakamaro"
-
-#: src/lang.c:2586
-#, fuzzy
-msgid   "The printer program with options that is to be used to print articles/threads."
-msgstr  "Mucapyi Porogaramu Na: Amahitamo ni Kuri Kuri Gucapa"
-
-#: src/lang.c:2587
-#, fuzzy
-msgid   "Printer program with options"
-msgstr  "Porogaramu Na: Amahitamo"
-
-#: src/lang.c:2588
-#, fuzzy
-msgid   "# Print program with parameters used to print articles/threads\n"
-msgstr  "#Porogaramu Na: Ibigenga Kuri Gucapa"
-
-#: src/lang.c:2594
-#, fuzzy
-msgid   "Force redraw after certain commands"
-msgstr  "Kongera Gushushanya Nyuma Amabwiriza"
-
-#: src/lang.c:2595
-#, fuzzy
-msgid   "# If ON a screen redraw will always be done after certain external commands\n"
-msgstr  "#a Mugaragaza Kongera Gushushanya Buri gihe Byakozwe Nyuma external"
-
-#: src/lang.c:2599
-#, fuzzy
-msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
-msgstr  "Gutangira Muhinduzi Na: Umurongo Nta- boneza"
-
-#: src/lang.c:2600
-#, fuzzy
-msgid   "Start editor with line offset"
-msgstr  "Gutangira Muhinduzi Na: Umurongo Nta- boneza"
-
-#: src/lang.c:2601
-#, fuzzy
-msgid   "# If ON editor will be started with cursor offset into the file\n"
-        "# otherwise the cursor will be positioned at the first line\n"
-msgstr  "#Muhinduzi Na: indanga Nta- boneza i i indanga ku i Itangira"
-
-#: src/lang.c:2606
-#, fuzzy
-msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
-msgstr  "kugirango Muhinduzi kugirango Izina ry'idosiye: kugirango Umurongo Umubare "
-        "Kuri Gushyiraho"
-
-#: src/lang.c:2607
-#, fuzzy
-msgid   "Invocation of your editor"
-msgstr  "Bya Muhinduzi"
-
-#: src/lang.c:2608
-#, fuzzy, c-format
-msgid   "# Format of editor line including parameters\n"
-        "# %%E Editor  %%F Filename  %%N Linenumber\n"
-msgstr  "#Bya Muhinduzi Umurongo"
-
-#: src/lang.c:2613
-#, fuzzy
-msgid   "Enter name and options for external-inews, --internal for internal inews"
-msgstr  "Izina: Na Amahitamo kugirango external By'imbere kugirango By'imbere"
-
-#: src/lang.c:2614
-msgid   "External inews"
-msgstr  ""
-
-#: src/lang.c:2615
-#, fuzzy
-msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
-        "# otherwise use an external inews program\n"
-msgstr  "#By'imbere Gukoresha i in kugirango Biturutse Gukoresha external"
-
-#: src/lang.c:2619
-#, fuzzy
-msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
-msgstr  "kugirango Uwanditse kugirango Ikivugwaho kugirango Kuri kugirango Izina "
-        "ry'idosiye: Kuri Gushyiraho"
-
-#: src/lang.c:2620
-#, fuzzy
-msgid   "Invocation of your mail command"
-msgstr  "Bya Ubutumwa Komandi:"
-
-#: src/lang.c:2621
-#, fuzzy, c-format
-msgid   "# Format of mailer line including parameters\n"
-        "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
-        "# ie. to use elm as your mailer:    elm -s \"%%S\" \"%%T\" < %%F\n"
-        "# ie. elm interactive          :    elm -i %%F -s \"%%S\" \"%%T\"\n"
-msgstr  "#Bya Uwanditse Umurongo Kuri Gukoresha Nka Uwanditse S Biganira i S"
-
-#: src/lang.c:2629
-#, fuzzy
-msgid   "Use interactive mail reader"
-msgstr  "Biganira Ubutumwa"
-
-#: src/lang.c:2630
-#, fuzzy
-msgid   "# Interactive mailreader\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = no interactive mailreader\n"
-        "#   1 = use interactive mailreader with headers in file\n"
-        "#   2 = use interactive mailreader without headers in file\n"
-msgstr  "#Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 Oya Biganira 1. Gukoresha "
-        "Biganira Na: Imitwe in 2. Gukoresha Biganira Imitwe in"
-
-#: src/lang.c:2639
-#, fuzzy
-msgid   "Remove ~/.article after posting"
-msgstr  "Ingingo Nyuma"
-
-#: src/lang.c:2640
-#, fuzzy
-msgid   "# If ON remove ~/.article after posting.\n"
-msgstr  "#Gukuraho... Ingingo Nyuma"
-
-#: src/lang.c:2644
-#, fuzzy
-msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
-msgstr  "kugirango Byose Oya Izina ry'idosiye: OYA Kubika"
-
-#: src/lang.c:2645
-#, fuzzy
-msgid   "Filename for posted articles"
-msgstr  "kugirango"
-
-#: src/lang.c:2646
-#, fuzzy
-msgid   "# Filename where to keep all postings (default posted)\n"
-        "# If no filename is set then postings will not be saved\n"
-msgstr  "#Kuri Gumana: Byose Mburabuzi Oya Izina ry'idosiye: ni Gushyiraho Hanyuma OYA"
-
-#: src/lang.c:2651
-#, fuzzy
-msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
-msgstr  "Byose Byanze in"
-
-#: src/lang.c:2652
-#, fuzzy
-msgid   "Keep failed arts in ~/dead.articles"
-msgstr  "Byanze in"
-
-#: src/lang.c:2653
-#, fuzzy
-msgid   "# If ON keep all failed postings in ~/dead.articles\n"
-msgstr  "#Gumana: Byose Byanze in"
-
-#: src/lang.c:2657
-#, fuzzy
-msgid   "Do you want to strip unsubscribed groups from .newsrc"
-msgstr  "Kuri Amatsinda Bivuye"
-
-#: src/lang.c:2658
-#, fuzzy
-msgid   "No unsubscribed groups in newsrc"
-msgstr  "Amatsinda in"
-
-#: src/lang.c:2659
-#, fuzzy
-msgid   "# If ON strip unsubscribed groups from newsrc\n"
-msgstr  "#Amatsinda Bivuye"
-
-#: src/lang.c:2664
-#, fuzzy
-msgid   "Remove bogus groups from newsrc"
-msgstr  "Amatsinda Bivuye"
-
-#: src/lang.c:2665
-#, fuzzy
-msgid   "# What to do with bogus groups in newsrc file\n"
-        "# Possible values are (the default is marked with *):\n"
-        "# * 0 = keep\n"
-        "#   1 = remove\n"
-        "#   2 = highlight with D on selection screen\n"
-msgstr  "#Kuri Na: Amatsinda in Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. "
-        "garagaza cyane Na: ku Ihitamo"
-
-#: src/lang.c:2673
-#, fuzzy
-msgid   "Enter number of seconds until active file will be reread. <CR> sets."
-msgstr  "Umubare Bya amasogonda Gikora IDOSIYE"
-
-#: src/lang.c:2674
-#, fuzzy
-msgid   "Interval in secs to reread active"
-msgstr  "in Kuri Gikora"
-
-#: src/lang.c:2675
-#, fuzzy
-msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
-msgstr  "#Intera in amasogonda hagati i Gikora IDOSIYE 0 Nta narimwe"
-
-#: src/lang.c:2680
-#, fuzzy
-msgid   "Reconnect to server automatically"
-msgstr  "Kongerakwihuza Kuri Seriveri ku buryo bwikora"
-
-#: src/lang.c:2681
-#, fuzzy
-msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
-msgstr  "#ku buryo bwikora Kuri Seriveri NIBA i Ukwihuza ni"
-
-#: src/lang.c:2685
-#, fuzzy
-msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
-msgstr  "Amakopi Bya Incamake Idosiye"
-
-#: src/lang.c:2686
-#, fuzzy
-msgid   "Cache NNTP overview files locally"
-msgstr  "Incamake Idosiye"
-
-#: src/lang.c:2687
-#, fuzzy
-msgid   "# If ON, create local copies of NNTP overview files.\n"
-msgstr  "#Kurema Amakopi Bya Incamake Idosiye"
-
-#: src/lang.c:2691
-#, fuzzy
-msgid   "Enter format string. <CR> sets, <ESC> cancels."
-msgstr  "Imiterere Ikurikiranyanyuguti"
-
-#: src/lang.c:2692
-#, fuzzy
-msgid   "Format string for display of dates"
-msgstr  "Ikurikiranyanyuguti kugirango Kugaragaza Bya Amatariki"
-
-#: src/lang.c:2693
-#, fuzzy
-msgid   "# Format string for date representation\n"
-msgstr  "#Ikurikiranyanyuguti kugirango Itariki"
-
-#: src/lang.c:2699
-#, fuzzy
-msgid   "Unicode normalization form"
-msgstr  "Ifishi"
-
-#: src/lang.c:2700
-#, fuzzy
-msgid   "# Unicode normalization form\n"
-        "# Possible values are (the default is marked with *):\n"
-        "#   0 = None\n"
-        "# * 1 = NFKC\n"
-        "#   2 = NFKD\n"
-        "#   3 = NFC\n"
-        "#   4 = NFD\n"
-msgstr  "#Uduciro i Mburabuzi ni cy/ byagarajwe Na: 0 1. 2. 3. 4."
-
-#: src/lang.c:2712
-msgid   "Render BiDi"
-msgstr  ""
-
-#: src/lang.c:2713
-#, fuzzy
-msgid   "# If ON, bi-directional text is rendered by tin\n"
-msgstr  "#Umwandiko ni ku"
-
-#: src/lang.c:2723
-msgid   "Automatically GroupMarkUnselArtRead"
-msgstr  ""
-
-#: src/lang.c:2729
-#, fuzzy
-msgid   "Delete post-process files"
-msgstr  "Iposita Idosiye"
-
-#: src/lang.c:2734
-#, fuzzy
-msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
-msgstr  "kugirango Byose Oya Izina ry'idosiye: OYA Kubika"
-
-#: src/lang.c:2735
-msgid   "Mailbox to save sent mails"
-msgstr  ""
-
-#: src/lang.c:2740
-#, fuzzy
-msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
-msgstr  "Imiterere Ikurikiranyanyuguti"
-
-#: src/lang.c:2741
-msgid   "Followup-To: header"
-msgstr  ""
-
-#: src/lang.c:2746
-#, fuzzy
-msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
-msgstr  "Mburabuzi Ubutumwa Aderesi Na"
-
-#: src/lang.c:2753
-#, fuzzy
-msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
-msgstr  "Kuri Gukoresha Kuri Gufungura"
-
-#: src/lang.c:2754
-msgid   "Ispell program"
-msgstr  ""
-
-#: src/lang.c:2760
-msgid   "When group is a mailing list, send responses to this email address."
-msgstr  ""
-
-#: src/lang.c:2761
-#, fuzzy
-msgid   "Mailing list address"
-msgstr  "LOG Kuri %s\n"
-
-#: src/lang.c:2767
-msgid   "Forward articles as attachement"
-msgstr  ""
-
-#: src/lang.c:2772
-msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
-msgstr  ""
-
-#: src/lang.c:2773
-msgid   "Which MIME types will be saved"
-msgstr  ""
-
-#: src/lang.c:2778
-#, fuzzy
-msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
-msgstr  "Imiterere Ikurikiranyanyuguti"
-
-#: src/lang.c:2779
-msgid   "Organization: header"
-msgstr  ""
-
-#: src/lang.c:2784
-#, fuzzy
-msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
-msgstr  "Imiterere Ikurikiranyanyuguti"
-
-#: src/lang.c:2785
-#, fuzzy
-msgid   "savefile"
-msgstr  "Kubika Izina ry'idosiye:"
-
-#: src/lang.c:2839
-msgid   "Assume this charset if no charset declaration is present, <CR> to set."
-msgstr  ""
-
-#: src/lang.c:2840
-msgid   "UNDECLARED_CHARSET"
-msgstr  ""
-
-#: src/lang.c:2846
-#, fuzzy
-msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
-msgstr  "Inyuguti Kuri in a Urutonde"
-
-#: src/lang.c:2847
-#, fuzzy
-msgid   "X_Body"
-msgstr  "Bitsindagiye"
-
-#: src/lang.c:2852
-#, fuzzy
-msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
-msgstr  "Imiterere Ikurikiranyanyuguti"
-
-#: src/lang.c:2853
-msgid   "X_Headers"
-msgstr  ""
-
-#: src/lang.c:2858
-#, fuzzy
-msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
-msgstr  "Gushyiramo Umutwempangano"
-
-#: src/lang.c:2859
-#, fuzzy
-msgid   "Insert 'X-Comment-To:' header"
-msgstr  "Umutwempangano"
-
-#: src/misc.c:3731
-#, c-format
-msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
-msgstr  ""
-
-#: src/misc.c:3734
-#, c-format
-msgid   "Version: %s %s release %s (\"%s\")\n"
-msgstr  ""
-
-#: src/newsrc.c:453
-msgid   "Unreachable?\n"
-msgstr  ""
-
-#: src/nntplib.c:820
-#, fuzzy, c-format
-msgid   "\n"
-        "Server timed out, trying reconnect # %d\n"
-msgstr  "Inyuma"
-
-#: src/nntplib.c:856 src/nntplib.c:1831
-#, fuzzy
-msgid   "Rejoin current group\n"
-msgstr  "KIGEZWEHO"
-
-# svx/inc\globlmn.hrc:ITEM_FILE_MAIL_INBOX.text
-#: src/nntplib.c:864 src/nntplib.c:1839
-#, fuzzy, c-format
-msgid   "Read (%s)\n"
-msgstr  "Gusoma"
-
-#: src/nntplib.c:866
-#, fuzzy, c-format
-msgid   "Resend last command (%s)\n"
-msgstr  "Iheruka Komandi:"
-
-#: src/nntplib.c:1495
-msgid   "CAPABILITIES did not announce READER"
-msgstr  ""
-
-#: src/nntplib.c:1980
-msgid   "MOTD: "
-msgstr  ""
-
-#: src/nrctbl.c:175
-#, fuzzy, c-format
-msgid   "couldn't expand %s\n"
-msgstr  "Kwagura"
-
-#: src/post.c:1288
-#, c-format
-msgid   "Line %d is longer than 998 octets and should be folded, but\n"
-        "encoding is neither set to %s nor to %s\n"
-msgstr  ""
-
-#: src/post.c:1293
-#, c-format
-msgid   "Line %d is longer than 998 octets and should be folded, but\n"
-        "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
-        "posting doesn't contain any 8bit chars and thus folding won't happen\n"
-msgstr  ""
-
-#: src/post.c:1295
-#, c-format
-msgid   "Line %d is longer than 998 octets and should be folded, but\n"
-        "encoding is not set to %s\n"
-msgstr  ""
-
-#: src/post.c:2206
-#, fuzzy, c-format
-msgid   "Posting: %.*s ..."
-msgstr  "S"
-
-#. Check if okay to read
-#: src/read.c:190
-#, fuzzy
-msgid   "Aborting read, please wait..."
-msgstr  "Gusoma Tegereza"
-
-#: src/read.c:337
-msgid   "Aborted read\n"
-msgstr  ""
-
-#: src/read.c:393
-msgid   "Draining\n"
-msgstr  ""
-
-#: src/refs.c:232
-msgid   "unchanged"
-msgstr  ""
-
-#: src/refs.c:599
-msgid   "[- Unavailable -]"
-msgstr  ""
-
-#.
-#. * preamble
-#. * TODO: -> lang.c
-#.
-#: src/rfc2047.c:1287
-#, fuzzy, c-format
-msgid   "This message has been composed in the 'multipart/mixed' MIME-format. If you\n"
-        "are reading this prefix, your mail reader probably has not yet been modified\n"
-        "to understand the new format, and some of what follows may look strange.\n"
-        "\n"
-msgstr  "Ubutumwa in i Imiterere iyi Imbanziriza Ubutumwa OYA i Gishya Imiterere Na "
-        "Bya Gicurasi"
-
-#: src/save.c:1045
-#, fuzzy
-msgid   "bytes"
-msgstr  "Bayite"
-
-#: src/select.c:378
-#, fuzzy
-msgid   "unread"
-msgstr  "Bidasomye"
-
-#: src/select.c:378
-#, fuzzy
-msgid   "all"
-msgstr  "Byose"
-
-#: src/select.c:554 src/select.c:556
-#, fuzzy
-msgid   " R"
-msgstr  " R"
-
-#: src/xface.c:70
-#, fuzzy
-msgid   "Can't run slrnface: Not running in a xterm."
-msgstr  "Gukoresha Izina:"
-
-#: src/xface.c:82 src/xface.c:93 src/xface.c:102
-#, fuzzy, c-format
-msgid   "Can't run slrnface: Environment variable %s not found."
-msgstr  "Gukoresha IMPINDURAGACIRO OYA Byabonetse"
-
-#: src/xface.c:111 src/xface.c:143
-#, fuzzy, c-format
-msgid   "Can't run slrnface: failed to create %s"
-msgstr  "Gukoresha Byanze Kuri Kurema"
-
-#: src/xface.c:121
-#, fuzzy
-msgid   "This directory is used to create named pipes for communication between\n"
-        "slrnface and its parent process. It should normally be empty because\n"
-        "the pipe is deleted right after it has been opened by both processes.\n"
-        "\n"
-        "File names generated by slrnface have the form \"hostname.pid\". It is\n"
-        "probably an error if they linger here longer than a fraction of a second.\n"
-        "\n"
-        "However, if the directory is mounted from an NFS server, you might see\n"
-        "special files created by your NFS server while slrnface is running.\n"
-        "Do not try to remove them.\n"
-msgstr  "bushyinguro ni Kuri Kurema kugirango Itumanaho Na ubusa ni Cyasibwe Iburyo: "
-        "Nyuma ku Byombi Idosiye Amazina ku i Ifishi Izina ry'inturo: Ikosa NIBA a "
-        "Imigabane Bya a ISEGONDA NIBA i bushyinguro ni Bivuye Seriveri Idosiye "
-        "Byaremwe ku Seriveri ni OYA Kuri Gukuraho..."
-
-#: src/xface.c:135
-#, fuzzy
-msgid   "Can't run slrnface: couldn't construct fifo name."
-msgstr  "Gukoresha Izina:"
-
-#: src/xface.c:174
-#, fuzzy, c-format
-msgid   "Slrnface abnormally exited, code %d."
-msgstr  "ITEGEKONGENGA"
-
-#: src/xface.c:218
-#, fuzzy, c-format
-msgid   "Slrnface failed: %s."
-msgstr  "Byanze"
Binary files tin-1.9.6/po/sv.gmo and tin-2.0.0/po/sv.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/sv.po tin-2.0.0/po/sv.po
--- tin-1.9.6/po/sv.po	2010-11-26 15:42:47.000000000 +0100
+++ tin-2.0.0/po/sv.po	2011-08-22 18:32:42.815491724 +0200
@@ -6,7 +6,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: tin 1.8.0\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2006-01-11 21:22+0100\n"
         "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
         "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -16,463 +16,463 @@ msgstr  "Project-Id-Version: tin 1.8.0\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  ""
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 #, fuzzy
 msgid   "Processing attributes... "
-msgstr  "Skriver attributfil..."
+msgstr  "Skriver attributfil... "
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  ""
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  ""
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  ""
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  ""
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  ""
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  ""
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  ""
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  ""
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  ""
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  ""
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  ""
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  ""
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  ""
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1151
-#, fuzzy, c-format
+#: src/attrib.c:1161
+#, c-format
 msgid   "#  post_process_type=NUM\n"
-msgstr  "Sortera artiklar efter"
+msgstr  ""
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  ""
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  ""
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  ""
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  ""
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  ""
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  ""
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  ""
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  ""
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  ""
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  ""
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  ""
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1200
-#, fuzzy, c-format
+#: src/attrib.c:1210
+#, c-format
 msgid   "#  sort_article_type=NUM\n"
-msgstr  "Sortera artiklar efter"
+msgstr  ""
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1230
-#, fuzzy, c-format
+#: src/attrib.c:1240
+#, c-format
 msgid   "#  thread_articles=NUM"
-msgstr  "Sortera artiklar efter"
+msgstr  ""
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1238
-#, fuzzy, c-format
+#: src/attrib.c:1248
+#, c-format
 msgid   "#  trim_article_body=NUM\n"
-msgstr  "Sortera artiklar efter"
+msgstr  ""
 
-#: src/attrib.c:1239
-#, fuzzy, c-format
+#: src/attrib.c:1249
+#, c-format
 msgid   "#    0 = Don't trim article body\n"
-msgstr  "Sortera artiklar efter"
+msgstr  ""
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  ""
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  ""
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  ""
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  ""
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  ""
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid   "############################################################################\n"
 msgstr  ""
@@ -582,7 +582,7 @@ msgstr  ""
 #: src/lang.c:67
 #, fuzzy, c-format
 msgid   "Article %4d of %4d"
-msgstr  "Artikel %4d of %4d"
+msgstr  "Artikel %4d av %4d"
 
 #: src/lang.c:69
 msgid   "articles"
@@ -630,9 +630,9 @@ msgid   "%*s[-- Description: %s --]\n"
 msgstr  "%*s[-- Beskrivning: %s --]\n"
 
 #: src/lang.c:79
-#, fuzzy, c-format
+#, c-format
 msgid   "%d lines"
-msgstr  "Rader"
+msgstr  ""
 
 #: src/lang.c:80
 msgid   "Attachment Menu"
@@ -906,7 +906,7 @@ msgstr  ""
 msgid   "Creating newsrc file...\n"
 msgstr  ""
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "Förvald"
 
@@ -1633,768 +1633,773 @@ msgid   "toggle display of sections hidd
 msgstr  ""
 
 #: src/lang.c:358
+#, fuzzy
+msgid   "toggle display of all headers"
+msgstr  "växla val av tråd"
+
+#: src/lang.c:359
 msgid   "toggle word highlighting on/off"
 msgstr  ""
 
-#: src/lang.c:359
+#: src/lang.c:360
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  ""
 
-#: src/lang.c:360
+#: src/lang.c:361
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  ""
 
-#: src/lang.c:361
+#: src/lang.c:362
 msgid   "toggle german TeX style decoding for current article"
 msgstr  ""
 
-#: src/lang.c:362
+#: src/lang.c:363
 msgid   "toggle display of uuencoded sections"
 msgstr  ""
 
-#: src/lang.c:363
+#: src/lang.c:364
 msgid   "View/pipe/save multimedia attachments"
 msgstr  ""
 
-#: src/lang.c:364
+#: src/lang.c:365
 #, fuzzy
 msgid   "choose first attachment in list"
 msgstr  "välj första artikel i lista"
 
-#: src/lang.c:365
+#: src/lang.c:366
 #, fuzzy
 msgid   "0 - 9\t  choose attachment by number"
 msgstr  "0 - 9\t  välj artikel efter nummer"
 
-#: src/lang.c:366
+#: src/lang.c:367
 #, fuzzy
 msgid   "choose last attachment in list"
 msgstr  "välj sista artikel i lista"
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 #, fuzzy
 msgid   "pipe raw attachment into command"
 msgstr  "Toppnivåkommandon"
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 msgid   "search for attachments forwards"
 msgstr  ""
 
-#: src/lang.c:373
+#: src/lang.c:374
 #, fuzzy
 msgid   "search for attachments backwards"
 msgstr  "%s=sök framåt; %s=sök bakåt; %s=avsluta"
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 #, fuzzy
 msgid   "tag attachment"
 msgstr  "Välj artikel> "
 
-#: src/lang.c:376
+#: src/lang.c:377
 msgid   "tag attachments that match user specified pattern"
 msgstr  ""
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 #, fuzzy
 msgid   "untag all tagged attachments"
 msgstr  "Välj artikel> "
 
-#: src/lang.c:379
+#: src/lang.c:380
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  ""
 
-#: src/lang.c:380
+#: src/lang.c:381
 #, fuzzy
 msgid   "choose first attribute in list"
 msgstr  "välj första artikel i lista"
 
-#: src/lang.c:381
+#: src/lang.c:382
 #, fuzzy
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  välj artikel efter nummer"
 
-#: src/lang.c:382
+#: src/lang.c:383
 #, fuzzy
 msgid   "choose last attribute in list"
 msgstr  "välj sista artikel i lista"
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 #, fuzzy
 msgid   "search forwards for an attribute"
 msgstr  "sök framåt efter ett gruppnamn"
 
-#: src/lang.c:385
+#: src/lang.c:386
 #, fuzzy
 msgid   "search backwards for an attribute"
 msgstr  "sök framåt efter ett gruppnamn"
 
-#: src/lang.c:386
+#: src/lang.c:387
 #, fuzzy
 msgid   "select attribute"
 msgstr  "välj tråd"
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  "rapportera fel eller kommentar via e-post till %s"
 
-#: src/lang.c:389
+#: src/lang.c:390
 #, fuzzy
 msgid   "choose first option in list"
 msgstr  "välj första grupp i lista"
 
-#: src/lang.c:390
+#: src/lang.c:391
 #, fuzzy
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  välj grupp efter nummer"
 
-#: src/lang.c:391
+#: src/lang.c:392
 #, fuzzy
 msgid   "choose last option in list"
 msgstr  "välj sista grupp i lista"
 
-#: src/lang.c:392
+#: src/lang.c:393
 #, fuzzy
 msgid   "start scopes menu"
 msgstr  "återgå till föregående meny"
 
-#: src/lang.c:393
+#: src/lang.c:394
 #, fuzzy
 msgid   "search forwards for an option"
 msgstr  "sök framåt efter ett gruppnamn"
 
-#: src/lang.c:394
+#: src/lang.c:395
 #, fuzzy
 msgid   "search backwards for an option"
 msgstr  "sök framåt efter ett gruppnamn"
 
-#: src/lang.c:395
+#: src/lang.c:396
 #, fuzzy
 msgid   "select option"
 msgstr  "välj"
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid   "choose range of articles to be affected by next command"
 msgstr  ""
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid   "escape from command prompt"
 msgstr  ""
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid   "edit filter file"
 msgstr  "redigera filterfil"
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid   "get help"
 msgstr  "få hjälp"
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid   "display last article viewed"
 msgstr  ""
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid   "down one line"
 msgstr  "en rad ner"
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid   "up one line"
 msgstr  "upp en rad"
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid   "go to article chosen by Message-ID"
 msgstr  ""
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  ""
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid   "menu of configurable options"
 msgstr  ""
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid   "down one page"
 msgstr  "ner en sida"
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid   "up one page"
 msgstr  "upp en sida"
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid   "post (write) article to current group"
 msgstr  ""
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid   "post postponed articles"
 msgstr  ""
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid   "list articles posted by you (from posted file)"
 msgstr  ""
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid   "return to previous menu"
 msgstr  "återgå till föregående meny"
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid   "quit tin immediately"
 msgstr  "avsluta tin omedelbart"
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid   "redraw page"
 msgstr  "rita om sida"
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  ""
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid   "save marked articles automatically without user prompts"
 msgstr  ""
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  ""
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  ""
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid   "search for articles by author backwards"
 msgstr  ""
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid   "search for articles by author forwards"
 msgstr  ""
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  ""
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  ""
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid   "search for articles by Subject line backwards"
 msgstr  ""
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid   "search for articles by Subject line forwards"
 msgstr  ""
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid   "repeat last search"
 msgstr  "repetera senaste sökning"
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  ""
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid   "toggle info message in last line (subject/description)"
 msgstr  ""
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid   "toggle inverse video"
 msgstr  ""
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid   "toggle mini help menu display"
 msgstr  ""
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  ""
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid   "show version information"
 msgstr  "visa versionsinformation"
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  ""
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  ""
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid   "choose first thread in list"
 msgstr  "välj första tråd i lista"
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid   "choose last thread in list"
 msgstr  "välj sista tråd i lista"
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  ""
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid   "mark article as unread"
 msgstr  "markera artikel som oläst"
 
-#: src/lang.c:440
+#: src/lang.c:441
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  ""
 
-#: src/lang.c:441
+#: src/lang.c:442
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  ""
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  ""
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid   "toggle display of all/selected articles"
 msgstr  ""
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid   "display next group"
 msgstr  "visa nästa grupp"
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid   "display previous group"
 msgstr  "visa föregående grupp"
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid   "toggle all selections (all articles)"
 msgstr  ""
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid   "select group (make \"hot\")"
 msgstr  "välj grupp (gör \"het\")"
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid   "select thread"
 msgstr  "välj tråd"
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid   "select threads if at least one unread article is selected"
 msgstr  ""
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid   "select threads that match user specified pattern"
 msgstr  ""
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid   "tag all parts of current multipart-message in order"
 msgstr  ""
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  välj tråd efter nummer"
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  ""
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid   "toggle display of all/unread articles"
 msgstr  ""
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid   "toggle selection of thread"
 msgstr  "växla val av tråd"
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid   "cycle through threading options available"
 msgstr  ""
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid   "undo all selections (all articles)"
 msgstr  ""
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid   "untag all tagged threads"
 msgstr  ""
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  ""
 
-#: src/lang.c:461
+#: src/lang.c:462
 msgid   "delete scope"
 msgstr  ""
 
-#: src/lang.c:462
+#: src/lang.c:463
 #, fuzzy
 msgid   "edit attributes file"
 msgstr  "Skriver attributfil..."
 
-#: src/lang.c:463
+#: src/lang.c:464
 #, fuzzy
 msgid   "choose first scope in list"
 msgstr  "välj första grupp i lista"
 
-#: src/lang.c:464
+#: src/lang.c:465
 #, fuzzy
 msgid   "0 - 9\t  choose scope by number"
 msgstr  "0 - 9\t  välj grupp efter nummer"
 
-#: src/lang.c:465
+#: src/lang.c:466
 #, fuzzy
 msgid   "choose last scope in list"
 msgstr  "välj sista grupp i lista"
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  ""
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  ""
 
-#: src/lang.c:468
+#: src/lang.c:469
 #, fuzzy
 msgid   "select scope"
 msgstr  "välj"
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid   "mark all articles in group as read"
 msgstr  ""
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  ""
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid   "choose first group in list"
 msgstr  "välj första grupp i lista"
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid   "choose group by name"
 msgstr  "välj grupp efter namn"
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  välj grupp efter nummer"
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid   "choose range of groups to be affected by next command"
 msgstr  ""
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid   "choose last group in list"
 msgstr  "välj sista grupp i lista"
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid   "mark all articles in chosen group unread"
 msgstr  ""
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid   "move chosen group within list"
 msgstr  ""
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid   "choose next group with unread news"
 msgstr  ""
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid   "quit"
 msgstr  "avsluta"
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid   "quit without saving configuration changes"
 msgstr  "avsluta utan att spara konfigurationsändringar"
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid   "read chosen group"
 msgstr  "läs vald grupp"
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  ""
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid   "search backwards for a group name"
 msgstr  ""
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  ""
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid   "search forwards for a group name"
 msgstr  "sök framåt efter ett gruppnamn"
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid   "subscribe to chosen group"
 msgstr  "prenumerera på vald grupp"
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid   "subscribe to groups that match pattern"
 msgstr  ""
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid   "reread active file to check for any new news"
 msgstr  ""
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid   "toggle display of group name only or group name plus description"
 msgstr  ""
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  ""
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid   "unsubscribe from chosen group"
 msgstr  "säg upp prenumeration av vald grupp"
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid   "unsubscribe from groups that match pattern"
 msgstr  "säg upp prenumeration av grupper som matchar mönster"
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid   "sort the list of groups"
 msgstr  "sortera listan av grupper"
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid   "toggle display to show all/subscribed groups"
 msgstr  ""
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid   "0 - 9\t  choose article by number"
 msgstr  "0 - 9\t  välj artikel efter nummer"
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid   "mark thread as read and return to group index page"
 msgstr  ""
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  ""
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid   "choose first article in list"
 msgstr  "välj första artikel i lista"
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid   "choose last article in list"
 msgstr  "välj sista artikel i lista"
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  ""
 
-#: src/lang.c:501
+#: src/lang.c:502
 #, fuzzy
 msgid   "mark article, range or tagged articles as unread"
 msgstr  "markera artikel som oläst"
 
-#: src/lang.c:502
+#: src/lang.c:503
 #, fuzzy
 msgid   "mark current thread as unread"
 msgstr  "markera tråd som oläst"
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid   "read chosen article"
 msgstr  "läs vald artikel"
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid   "Display properties\n"
         "------------------"
 msgstr  "Visa egenskaper\n"
         "---------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "Diverse\n"
         "-------"
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid   "Moving around\n"
         "-------------"
 msgstr  "Flytta runt\n"
         "-----------"
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  "Operationer för grupp/tråd/artikel\n"
         "----------------------------------"
 
-#: src/lang.c:508
+#: src/lang.c:509
 #, fuzzy
 msgid   "Attachment operations\n"
         "---------------------"
 msgstr  "Visa egenskaper\n"
         "---------------"
 
-#: src/lang.c:509
+#: src/lang.c:510
 #, fuzzy
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  "Visa egenskaper\n"
         "---------------"
 
-#: src/lang.c:510
+#: src/lang.c:511
 #, fuzzy
 msgid   "Option operations\n"
         "-----------------"
 msgstr  "Visa egenskaper\n"
         "---------------"
 
-#: src/lang.c:511
+#: src/lang.c:512
 #, fuzzy
 msgid   "Scope operations\n"
         "----------------"
 msgstr  "Visa egenskaper\n"
         "---------------"
 
-#: src/lang.c:512
+#: src/lang.c:513
 #, fuzzy
 msgid   "URL operations\n"
         "--------------"
 msgstr  "Visa egenskaper\n"
         "---------------"
 
-#: src/lang.c:513
+#: src/lang.c:514
 #, fuzzy
 msgid   "choose first URL in list"
 msgstr  "välj första grupp i lista"
 
-#: src/lang.c:514
+#: src/lang.c:515
 #, fuzzy
 msgid   "0 - 9\t  choose URL by number"
 msgstr  "0 - 9\t  välj grupp efter nummer"
 
-#: src/lang.c:515
+#: src/lang.c:516
 #, fuzzy
 msgid   "choose last URL in list"
 msgstr  "välj sista grupp i lista"
 
-#: src/lang.c:516
+#: src/lang.c:517
 #, fuzzy
 msgid   "search for URLs forwards"
 msgstr  "Sök framåt [%s]> "
 
-#: src/lang.c:517
+#: src/lang.c:518
 #, fuzzy
 msgid   "search for URLs backwards"
 msgstr  "Sök bakåt [%s]> "
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 msgid   "toggle info message in last line (URL)"
 msgstr  ""
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid   "Group Level Commands"
 msgstr  "Gruppnivåkommandon"
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid   "Kill filter added"
 msgstr  ""
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid   "Auto-selection filter added"
 msgstr  ""
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid   "All parts tagged"
 msgstr  ""
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid   "Storing article for later posting"
 msgstr  ""
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid   "Please enter a valid character"
 msgstr  "Vänligen ange ett giltigt tecken"
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid   "Missing part #%d"
 msgstr  ""
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid   "*** No postponed articles ***"
 msgstr  "*** Inga uppskjutna artiklar ***"
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid   "Not a multi-part message"
 msgstr  ""
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid   "You are not subscribed to this group"
 msgstr  "Du är inte prenumerant av denna grupp"
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid   "No previous expression"
 msgstr  "Inget tidigare uttryck"
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  ""
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  ""
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
 msgstr  ""
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  ""
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid   "TeX2Iso encoded article"
 msgstr  ""
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid   "incomplete "
 msgstr  "ej komplett "
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2430,474 +2435,474 @@ msgid   "\n"
         "Please send bug-reports/comments to %s with the 'R' command.\n"
 msgstr  ""
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  ""
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  ""
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  ""
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid   "Inverse video disabled"
 msgstr  ""
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid   "Inverse video enabled"
 msgstr  ""
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid   "Missing definition for %s\n"
 msgstr  ""
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  ""
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  ""
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  ""
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid   "Kill Lines: (</>num): "
 msgstr  ""
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid   "Kill Article Menu"
 msgstr  ""
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  ""
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid   "Kill pattern scope  : "
 msgstr  ""
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid   "Kill text pattern   : "
 msgstr  ""
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid   "Kill time in days   : "
 msgstr  ""
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid   "Last"
 msgstr  "Sista"
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid   "-- Last response --"
 msgstr  "-- Sista svaret --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid   "Lines %s  "
 msgstr  "Rader %s  "
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid   "Mail"
 msgstr  "Post"
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid   "mailbox "
 msgstr  "postlåda "
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "Skicka artikel(ar) till [%.*s]> "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "Skickar logg till %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid   "Mail bug report..."
 msgstr  ""
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  "Skicka FELRAPPORT till %s?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid   "Mailed"
 msgstr  "Skickad"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid   "Mailing to %s..."
 msgstr  "Skickar till %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
         "# The 4th field is the basedir (ie. ~/Mail or ~/News)\n"
         "#\n"
 msgstr  ""
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, fuzzy, c-format
 msgid   "%s marked as read"
 msgstr  "%s markerad som oläst"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid   "%s marked as unread"
 msgstr  "%s markerad som oläst"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, fuzzy, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "Markera grupp %s som läst?"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, fuzzy, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "Markera grupp %s som läst?"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid   "Mark"
 msgstr  "Markera"
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "Markera alla artiklar som lästa%s?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, fuzzy, c-format
 msgid   "Mark article as read%s?"
 msgstr  "Markera alla artiklar som lästa%s?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid   "Mark group %s as read?"
 msgstr  "Markera grupp %s som läst?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "Markera tråd som läst%s?"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid   "Matching %s groups..."
 msgstr  "Matchar %s grupper..."
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  "<n>=sätt nuvarande till n; %s=nästa olästa; %s=sökmönster; %s=döda/välj"
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, fuzzy, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=rad ner; %s=rad upp; %s=hjälp; %s=flytta; %s=avsluta; %s=växla alla/olästa"
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, fuzzy, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=rad ner; %s=rad upp; %s=hjälp; %s=flytta; %s=avsluta; %s=växla alla/olästa"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, fuzzy, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=sök framåt; %s=sök bakåt; %s=avsluta"
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=sätt nuvarande till n; %s=nästa olästa; %s=sökmönster; %s=döda/välj"
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  ""
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=rad upp; %s=rad ner; %s=sida upp; %s=sida ned; %s=topp; %s=botten"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=sök framåt; %s=sök bakåt; %s=avsluta"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  ""
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  ""
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  ""
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=rad ner; %s=rad upp; %s=hjälp; %s=flytta; %s=avsluta; %s=växla alla/olästa"
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  ""
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  ""
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  "%s=hjälp; %s=rad ner; %s=rad upp; %s=avsluta; %s=märk; %s=markera oläst"
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, fuzzy, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=sök framåt; %s=sök bakåt; %s=avsluta"
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid   "--More--"
 msgstr  "--Mer--"
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid   "Moving %s..."
 msgstr  "Flyttar %s..."
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  ""
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid   "Message-ID: line              "
 msgstr  ""
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  ""
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid   ", name: "
 msgstr  ", namn: "
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  "Gå till diskussionsgrupp [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid   "newsgroups"
 msgstr  "diskussionsgrupper"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  ""
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid   "newsgroup"
 msgstr  "diskussionsgrupp"
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid   "Try and save newsrc file again?"
 msgstr  "Försöka att spara filen newsrc igen?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  ""
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid   "newsrc file saved successfully.\n"
 msgstr  ""
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid   "-- Next response --"
 msgstr  "-- Nästa svar --"
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid   "No  "
 msgstr  "Nej "
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid   "*** No articles ***"
 msgstr  "*** Inga artiklar ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid   "No articles have been posted"
 msgstr  "Inga artiklar har postats"
 
-#: src/lang.c:645
+#: src/lang.c:646
 #, fuzzy
 msgid   "*** No attachments ***"
 msgstr  "*** Inga artiklar ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid   "*** No description ***"
 msgstr  "*** Ingen beskrivning ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid   "No filename"
 msgstr  "Inget filnamn"
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid   "No group"
 msgstr  "Ingen grupp"
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid   "*** No groups ***"
 msgstr  "*** Inga grupper ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid   "No more groups to read"
 msgstr  "Inga fler grupper att läsa"
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid   "No last message"
 msgstr  "Inget sista meddelande"
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid   "No mail address"
 msgstr  "Ingen e-postadress"
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid   "No articles marked for saving"
 msgstr  ""
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid   "No match"
 msgstr  "Ingen match"
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid   "No more groups"
 msgstr  "Inga fler grupper"
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid   "No newsgroups"
 msgstr  "Inga diskussionsgrupper"
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid   "No next unread article"
 msgstr  "Slut på olästa artiklar"
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid   "No previous group"
 msgstr  "Ingen föregående grupp"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid   "No previous unread article"
 msgstr  "Ingen föregående oläst artikel"
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid   "No responses"
 msgstr  "Inga svar"
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid   "No responses to list in current thread"
 msgstr  ""
 
-#: src/lang.c:663
+#: src/lang.c:664
 #, fuzzy
 msgid   "*** No scopes ***"
 msgstr  "*** Inga grupper ***"
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid   "No search string"
 msgstr  "Ingen söksträng"
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid   "No subject"
 msgstr  "Inget ämne"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  ""
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  ""
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  ""
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  ""
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  ""
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  ""
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid   "Newsgroup does not exist on this server"
 msgstr  ""
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid   "Group %s not found in active file"
 msgstr  ""
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  ""
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  ""
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -2913,319 +2918,319 @@ msgid   "# NNTP-server -> newsrc transla
         "#\n"
 msgstr  ""
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid   "Only"
 msgstr  "Endast"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "Flagga inte aktiverad. Bygg om med %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid   "Options Menu"
 msgstr  "Alternativmenyn"
 
-#: src/lang.c:688
+#: src/lang.c:689
 #, fuzzy
 msgid   "Options Menu Commands"
 msgstr  "Alternativmenyn"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  ""
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  ""
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  ""
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid   "Post a followup..."
 msgstr  "Posta en uppföljning..."
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
         "and pick it up again with ^O later.\n"
 msgstr  ""
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid   "Posted articles history"
 msgstr  ""
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "Posta till diskussionsgrupp(er) [%s]> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid   "-- post processing started --"
 msgstr  ""
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid   "-- post processing completed --"
 msgstr  ""
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid   "Post subject [%s]> "
 msgstr  ""
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  ""
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid   "Posting article..."
 msgstr  "Postar artikel..."
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  ""
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid   "Hot %s"
 msgstr  "Hetta %s"
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid   "Tagged %s"
 msgstr  "Märkt %s"
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid   "Untagged %s"
 msgstr  ""
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid   "Processing mail messages marked for deletion."
 msgstr  ""
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid   "Processing saved articles marked for deletion."
 msgstr  ""
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid   "Article unchanged, abort mailing?"
 msgstr  ""
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  ""
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid   "Add quick kill filter?"
 msgstr  ""
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid   "Add quick selection filter?"
 msgstr  ""
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid   "Do you really want to quit?"
 msgstr  "Vill du verkligen avsluta?"
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  ""
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  ""
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  ""
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  ""
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "Vill du verkligen avsluta utan att spara din konfiguration?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  ""
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid   "Do you want to abort this operation?"
 msgstr  "Vill du avbryta denna operation?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid   "Do you want to exit tin immediately?"
 msgstr  "Vill du avsluta tin omedelbart?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid   "Reading ('q' to quit)..."
 msgstr  "Läser (\"q\" för att avsluta)..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid   "Reading %sarticles..."
 msgstr  "Läser %sarticles..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  "Läser %sattributfil...\n"
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  "Läser %skonfigurationsfil...\n"
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid   "Reading filter file...\n"
 msgstr  "Läser filterfil...\n"
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid   "Reading %s groups..."
 msgstr  "Läser %s grupper..."
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid   "Reading input history file...\n"
 msgstr  ""
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid   "Reading keymap file...\n"
 msgstr  ""
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid   "Reading groups from active file... "
 msgstr  "Läser grupper från aktiv fil..."
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid   "Reading groups from newsrc file... "
 msgstr  ""
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid   "Reading newsgroups file... "
 msgstr  ""
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid   "Reading newsrc file..."
 msgstr  ""
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid   "References: line              "
 msgstr  ""
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  "(%d:%02d återstår)"
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid   "Bogus group %s removed."
 msgstr  ""
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  ""
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "Fel: byt namn på %s till %s"
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid   "Reply to author..."
 msgstr  ""
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid   "Repost"
 msgstr  ""
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid   "Reposting article..."
 msgstr  ""
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  ""
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid   "Reset newsrc?"
 msgstr  "Återställ newsrc?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  ""
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  ""
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid   "Press <RETURN> to continue..."
 msgstr  "Tryck <RETURN> för att fortsätta..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid   "Select Lines: (</>num): "
 msgstr  "Välj rader: (</>num): "
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid   "Auto-select Article Menu"
 msgstr  ""
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  ""
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid   "Select pattern scope: "
 msgstr  ""
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid   "Select text pattern : "
 msgstr  ""
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid   "Select time in days   : "
 msgstr  "Välj tid i dagar   : "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3237,263 +3242,263 @@ msgid   "# %s server configuration file\
         "\n"
 msgstr  ""
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid   "Showing unread groups only"
 msgstr  "Visar endast olästa grupper"
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid   "Subject: line (ignore case)   "
 msgstr  ""
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid   "Subject: line (case sensitive)"
 msgstr  ""
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid   "Save"
 msgstr  "Spara"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  "Spara \"%s\" (%s/%s)?"
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid   "Save configuration before continuing?"
 msgstr  "Spara konfiguration före du fortsätter?"
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid   "Save filename> "
 msgstr  "Spara filnamn> "
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid   "Saved"
 msgstr  "Sparad"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  ""
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid   "Saved %s...\n"
 msgstr  "Sparade %s...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid   "Nothing was saved"
 msgstr  "Ingenting sparades"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s från %d %s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s sparad till %s%s --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s sparad till %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid   "Saving..."
 msgstr  "Sparar..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  ""
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s: skärm är för liten\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  "skärm är för liten, %s avslutas\n"
 
-#: src/lang.c:795
+#: src/lang.c:796
 msgid   "Delete scope?"
 msgstr  ""
 
-#: src/lang.c:796
+#: src/lang.c:797
 #, fuzzy
 msgid   "Enter scope> "
 msgstr  "Ange mönster [%s]> "
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid   "Select new position> "
 msgstr  ""
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  ""
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  ""
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  ""
 
-#: src/lang.c:801
+#: src/lang.c:802
 #, fuzzy
 msgid   "Select scope> "
 msgstr  "Välj grupp> "
 
-#: src/lang.c:802
+#: src/lang.c:803
 #, fuzzy
 msgid   "Scopes Menu"
 msgstr  "Alternativmenyn"
 
-#: src/lang.c:803
+#: src/lang.c:804
 #, fuzzy
 msgid   "Scopes Menu Commands"
 msgstr  "Toppnivåkommandon"
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "Sök bakåt [%s]> "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid   "Search body [%s]> "
 msgstr  ""
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "Sök framåt [%s]> "
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid   "Searching..."
 msgstr  "Söker..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  ""
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid   "Select article> "
 msgstr  "Välj artikel> "
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  "Välj alternativnummer före texten eller använd piltangenter och <CR>. \"q\" "
         "avsluta."
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid   "Select group> "
 msgstr  "Välj grupp> "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  ""
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid   "Select thread > "
 msgstr  "Välj tråd > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  ""
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid   "servers active-file"
 msgstr  ""
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  ""
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid   "<SPACE>"
 msgstr  "<BLANKSTEG>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid   "Starting: (%s)"
 msgstr  "Startar: (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  "Lista tråd (%d av %d)"
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid   "Thread (%.*s)"
 msgstr  "Tråd (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  ""
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid   "subscribed to %d groups"
 msgstr  ""
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid   "Subscribed to %s"
 msgstr  ""
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid   "Subscribing... "
 msgstr  ""
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  ""
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  ""
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid   "Superseding article ..."
 msgstr  ""
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  ""
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid   "%d days"
 msgstr  "%d dagar"
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid   "<TAB>"
 msgstr  "<TAB>"
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  "TeX "
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid   "# Default action/prompt strings\n"
 msgstr  ""
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
         "#             5=Message-ID: & last References: entry only\n"
@@ -3503,223 +3508,223 @@ msgid   "# Defaults for quick (1 key) ki
         "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 msgstr  ""
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  ""
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  ""
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid   "There is no news\n"
 msgstr  ""
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid   "Thread"
 msgstr  "Tråd"
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid   "Thread Level Commands"
 msgstr  ""
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid   "Thread deselected"
 msgstr  ""
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid   "Thread selected"
 msgstr  ""
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid   "threads"
 msgstr  "trådar"
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid   "thread"
 msgstr  "tråd"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "Tråd %4s av %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid   "Threading articles..."
 msgstr  "Trådar artiklar..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  ""
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid   "Toggled rot13 encoding"
 msgstr  ""
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  ""
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  ""
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  ""
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid   "%d Trying to lock %s"
 msgstr  "%d Försöker att låsa %s"
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid   "           h=help"
 msgstr  "           h=hjälp"
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid   "Unlimited"
 msgstr  "Obegränsad"
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  ""
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid   "Error decoding %s : %s"
 msgstr  "Fel vid avkodning av %s : %s"
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid   "No end."
 msgstr  "Inget slut."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s lyckades avkodas."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid   "unread "
 msgstr  "oläst "
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  ""
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid   "Unsubscribed from %s"
 msgstr  ""
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid   "Unsubscribing... "
 msgstr  ""
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid   "Unthreading articles..."
 msgstr  ""
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid   "Updated"
 msgstr  "Uppdaterad"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  ""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid   "Updating"
 msgstr  "Uppdaterar"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 #, fuzzy
 msgid   "URL Menu Commands"
 msgstr  "Toppnivåkommandon"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, fuzzy, c-format
 msgid   "Opening %s"
 msgstr  "Öppnar %s\n"
 
-#: src/lang.c:889
+#: src/lang.c:890
 #, fuzzy
 msgid   "Select URL> "
 msgstr  "Välj grupp> "
 
-#: src/lang.c:890
+#: src/lang.c:891
 #, fuzzy
 msgid   "No URLs in this article"
 msgstr  "Inga fler URL:er i denna artikel"
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid   "Use MIME display program for this message?"
 msgstr  ""
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  ""
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  ""
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid   "  -q       don't check for new newsgroups"
 msgstr  ""
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid   "  -X       don't save any files on quit"
 msgstr  ""
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  ""
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid   "  -G limit get only limit articles/group"
 msgstr  ""
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid   "  -H       help information about %s"
 msgstr  ""
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid   "  -h       this help message"
 msgstr  "  -h       detta hjälpmeddelande"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid   "  -u       update index files (batch mode)"
 msgstr  ""
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
@@ -3727,49 +3732,49 @@ msgstr  "\n"
         "Skicka felrapporter/kommentarer till %s\n"
         "Rapportera synpunkter på översättningen till <tp-sv@listor.tp-sv.se>."
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  ""
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  ""
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  ""
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid   "  -x       no posting mode"
 msgstr  ""
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       posta en artikel och avsluta"
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid   "  -o       post all postponed articles and exit"
 msgstr  ""
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid   "  -R       read news saved by -S option"
 msgstr  ""
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  ""
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  ""
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid   "  -z       start if any unread news"
 msgstr  "  -z       starta om det finns olästa diskussioner"
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid   "A Usenet reader.\n"
         "\n"
@@ -3778,69 +3783,69 @@ msgstr  "En applikation för att läsa dis
         "\n"
         "Användning: %s [flaggor] [diskussionsgrupp[,...]]"
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid   "  -v       verbose output for batch mode options"
 msgstr  ""
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid   "  -V       print version & date information"
 msgstr  "  -V       skriv ut version & datuminformation"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  ""
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  ""
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  ""
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  ""
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  "Visa \"%s\" (%s/%s)?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
         "%-100s\n"
 msgstr  ""
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  ""
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  ""
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  ""
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
         "         with \"Re: \" and does not contain \"(was:\".\n"
 msgstr  ""
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly written by you. This will "
@@ -3853,7 +3858,7 @@ msgid   "Read carefully!\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
         "         quoted-printable) and an external inews program to submit your\n"
@@ -3861,12 +3866,12 @@ msgid   "\n"
         "         not be encoded properly.\n"
 msgstr  ""
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid   "\n"
         "\n"
@@ -3875,7 +3880,7 @@ msgid   "\n"
         "Read WHATSNEW, etc...\n"
 msgstr  ""
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid   "\n"
         "\n"
@@ -3883,7 +3888,7 @@ msgid   "\n"
         "Some values in your %s file may be ignored, others might have changed!\n"
 msgstr  ""
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -3892,18 +3897,18 @@ msgid   "Warning: tin wrote fewer groups
         "before you start tin once again!\n"
 msgstr  ""
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr  ""
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  ""
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -3913,47 +3918,47 @@ msgid   "\n"
         "         possible.\n"
 msgstr  ""
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  ""
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  ""
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid   "Writing attributes file..."
 msgstr  "Skriver attributfil..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid   "%d Responses"
 msgstr  "%d svar"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid   "Added %d %s"
 msgstr  "Lade till %d %s"
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid   "No unsubscribed groups to show"
 msgstr  ""
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid   "Showing subscribed to groups only"
 msgstr  ""
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid   "Yes "
 msgstr  "Ja "
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid   "    You have mail"
 msgstr  "    Du har post"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -3965,11 +3970,11 @@ msgid   "\n"
         "         M)enu option.\n"
 msgstr  ""
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  ""
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid   "Read carefully!\n"
         "\n"
         "  You are about to cancel an article seemingly not written by you.  This "
@@ -3985,11 +3990,11 @@ msgid   "Read carefully!\n"
         "\n"
 msgstr  ""
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid   "toggle color"
 msgstr  "växla färg"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4013,365 +4018,373 @@ msgid   "# Changing colors of several sc
         "\n"
 msgstr  ""
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid   "  -a       toggle color flag"
 msgstr  ""
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  ""
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  ""
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  ""
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  ""
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  ""
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr  ""
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  ""
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  ""
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid   "Missing parts."
 msgstr  ""
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid   "No beginning."
 msgstr  "Ingen början."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid   "No data."
 msgstr  "Inget data."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid   "Unknown error."
 msgstr  "Okänt fel."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  "\tKontrollsumma för %s (%ld %s)"
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid   "Reading mail active file... "
 msgstr  ""
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid   "Reading mailgroups file... "
 msgstr  ""
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid   "perform PGP operations on article"
 msgstr  "genomför PGP-operationer på artikel"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid   "Add key(s) to public keyring?"
 msgstr  ""
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=kryptera, %s=signera, %s=båda, %s=avsluta: "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  "%s=signera, %s=signera & inkludera publik nyckel, %s=avsluta: "
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  ""
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid   "Article not signed and no public keys found"
 msgstr  ""
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  ""
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  ""
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  ""
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid   "Tin will use local index files instead.\n"
 msgstr  ""
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid   "Cannot find NNTP server name"
 msgstr  ""
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "Ansluter till %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid   "Disconnecting from server...\n"
 msgstr  "Kopplar ner från server...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  ""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  ""
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid   "205  Closing connection"
 msgstr  "205  Stänger anslutning"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  ""
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  ""
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  ""
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid   "  -A       force authentication on connect"
 msgstr  "  -A       tvinga autentisering vid anslutning"
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  ""
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  ""
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  "  -Q       snabbstart. Samma som -nqd"
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  ""
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  ""
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  ""
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  ""
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "Anslutning till %s: "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid   "Giving up...\n"
 msgstr  "Ger upp...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp: Okänd tjänst.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  ""
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  ""
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  "Kan inte öppna %s. Försök med %s -r för att läsa diskussionsgrupper via "
         "NNTP.\n"
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  "  -Q       snabbstart. Samma som -qd"
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  ""
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  ""
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  "Din server har inte Xref: i sina NOV-filer.\n"
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  ""
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  ""
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s utskriven"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  ""
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid   "Print"
 msgstr  "Skriv ut"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid   "Printing..."
 msgstr  "Skriver ut..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  ""
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid   "No command"
 msgstr  "Inget kommando"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid   "Pipe"
 msgstr  "Rör"
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, fuzzy, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  "Öppna rör till kommando [%.*s]> "
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid   "Piping..."
 msgstr  ""
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid   "Piping not enabled."
 msgstr  ""
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -4380,7 +4393,7 @@ msgid   "\n"
         "       newsgroup names.\n"
 msgstr  ""
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -4388,7 +4401,7 @@ msgid   "\n"
         "       Please write all newsgroups into a single line.\n"
 msgstr  ""
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -4396,13 +4409,13 @@ msgid   "\n"
         "         To avoid trouble please write all newsgroups into a single line.\n"
 msgstr  ""
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr  ""
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
         "down\n"
@@ -4423,561 +4436,598 @@ msgid   "\n"
         "  likely to ignore it completely.  It's a crowded net out there.\n"
 msgstr  ""
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid   "shell escape"
 msgstr  ""
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid   "Shell Command (%s)"
 msgstr  "Skalkommando (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "Ange skalkommando [%s]> "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  ""
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "Grupp %.*s (\"q\" för att avsluta)..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid   "Group %.*s..."
 msgstr  "Grupp %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid   "Server unavailable\n"
 msgstr  "Server ej tillgänglig\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  ""
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  ""
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid   "Terminal does not support color"
 msgstr  ""
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid   "Trying %s"
 msgstr  "Försöker med %s"
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 msgid   "None"
 msgstr  "Ingen"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid   "Subject"
 msgstr  "Ämne"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid   "References"
 msgstr  "Referenser"
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid   "Both Subject and References"
 msgstr  ""
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid   "Multipart Subject"
 msgstr  ""
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  ""
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid   "No"
 msgstr  "Nej"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid   "Yes"
 msgstr  "Ja"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid   "Hide All"
 msgstr  "Göm alla"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid   "Address"
 msgstr  "Adress"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid   "Full Name"
 msgstr  "Hela namnet"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid   "Address and Name"
 msgstr  "Adress och namn"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid   "Max"
 msgstr  "Max"
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid   "Sum"
 msgstr  "Summa"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid   "Average"
 msgstr  "Medelvärde"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid   "Lines"
 msgstr  "Rader"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid   "Score"
 msgstr  "Poäng"
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid   "Lines & Score"
 msgstr  "Rader & poäng"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid   "Black"
 msgstr  "Svart"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid   "Red"
 msgstr  "Röd"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid   "Green"
 msgstr  "Grön"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid   "Brown"
 msgstr  "Brun"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid   "Blue"
 msgstr  "Blå"
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid   "Pink"
 msgstr  "Rosa"
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid   "Cyan"
 msgstr  "Turkos"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid   "White"
 msgstr  "Vit"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid   "Gray"
 msgstr  "Grå"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid   "Light Red"
 msgstr  "Ljusröd"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid   "Light Green"
 msgstr  "Ljusgrön"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid   "Yellow"
 msgstr  "Gul"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid   "Light Blue"
 msgstr  "Ljusblå"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid   "Light Pink"
 msgstr  "Ljusrosa"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid   "Light Cyan"
 msgstr  "Ljusturkos"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid   "Light White"
 msgstr  "Ljusvit"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid   "Nothing"
 msgstr  "Ingenting"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid   "Space"
 msgstr  "Blanksteg"
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid   "Normal"
 msgstr  "Normal"
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid   "Best highlighting"
 msgstr  ""
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid   "Underline"
 msgstr  "Understruken"
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid   "Reverse video"
 msgstr  ""
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid   "Blinking"
 msgstr  "Blinkande"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid   "Half bright"
 msgstr  ""
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid   "Bold"
 msgstr  "Fet"
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  ""
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  ""
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  ""
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid   "none"
 msgstr  "ingen"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid   "commands"
 msgstr  "kommandon"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid   "select"
 msgstr  "välj"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid   "commands & quit"
 msgstr  ""
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid   "commands & select"
 msgstr  ""
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid   "quit & select"
 msgstr  ""
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid   "commands & quit & select"
 msgstr  ""
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  ""
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+#, fuzzy
+msgid   "Subject: (case sensitive)"
+msgstr  "Ämne: (stigande)"
+
+#: src/lang.c:1369
+#, fuzzy
+msgid   "Subject: (ignore case)"
+msgstr  "Ämne: (stigande)"
+
+#: src/lang.c:1370
+#, fuzzy
+msgid   "From: (case sensitive)"
+msgstr  "Från: (stigande)"
+
+#: src/lang.c:1371
+#, fuzzy
+msgid   "From: (ignore case)"
+msgstr  "Från: (stigande)"
+
+#: src/lang.c:1372
+msgid   "Msg-ID: & full References: line"
+msgstr  ""
+
+#: src/lang.c:1373
+msgid   "Msg-ID: & last References: only"
+msgstr  ""
+
+#: src/lang.c:1374
+msgid   "Message-ID: entry only"
+msgstr  ""
+
+#: src/lang.c:1375
+#, fuzzy
+msgid   "Lines:"
+msgstr  "Rader"
+
+#: src/lang.c:1380
 #, fuzzy
 msgid   "Don't trim article body"
 msgstr  "Sortera artiklar efter"
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  ""
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  ""
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  ""
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  ""
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  ""
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  ""
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid   "Shell archive"
 msgstr  "Skalarkiv"
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid   "Subject: (descending)"
 msgstr  "Ämne: (fallande)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid   "Subject: (ascending)"
 msgstr  "Ämne: (stigande)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid   "From: (descending)"
 msgstr  "Från: (fallande)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid   "From: (ascending)"
 msgstr  "Från: (stigande)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid   "Date: (descending)"
 msgstr  "Datum: (fallande)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid   "Date: (ascending)"
 msgstr  "Datum: (stigande)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid   "Score (descending)"
 msgstr  "Poäng (fallande)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid   "Score (ascending)"
 msgstr  "Poäng (stigande)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid   "Lines: (descending)"
 msgstr  "Rader: (fallande)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid   "Lines: (ascending)"
 msgstr  "Rader: (stigande)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid   "Last posting date (descending)"
 msgstr  ""
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid   "Last posting date (ascending)"
 msgstr  ""
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid   "Always Keep"
 msgstr  "Behåll alltid"
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid   "Always Remove"
 msgstr  "Ta alltid bort"
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid   "Mark with D on selection screen"
 msgstr  ""
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid   "Kill only unread arts"
 msgstr  ""
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid   "Kill all arts & show with K"
 msgstr  ""
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid   "Kill all arts and never show"
 msgstr  ""
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid   "Nothing special"
 msgstr  "Ingenting speciellt"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid   "Compress quotes"
 msgstr  ""
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid   "Quote signatures"
 msgstr  ""
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid   "Compress quotes, quote sigs"
 msgstr  ""
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid   "Quote empty lines"
 msgstr  ""
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid   "Compress quotes, quote empty lines"
 msgstr  ""
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid   "Quote sigs & empty lines"
 msgstr  ""
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  ""
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid   "no"
 msgstr  "nej"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid   "with headers"
 msgstr  ""
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  ""
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  ""
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  ""
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  ""
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  ""
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid   "Display Options"
 msgstr  "Visningsalternativ"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid   "Color Options"
 msgstr  ""
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid   "Article-Limiting Options"
 msgstr  ""
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid   "Posting/Mailing Options"
 msgstr  ""
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid   "Saving/Printing Options"
 msgstr  ""
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid   "Expert Options"
 msgstr  ""
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid   "Filtering Options"
 msgstr  ""
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid   "Show mini menu & posting etiquette"
 msgstr  ""
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
 msgstr  ""
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid   "Show description of each newsgroup"
 msgstr  ""
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  ""
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  ""
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid   "In group menu, show author by"
 msgstr  ""
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = none\n"
@@ -4986,31 +5036,31 @@ msgid   "# Part of from field to display
         "#   3 = both\n"
 msgstr  ""
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid   "Draw -> instead of highlighted bar"
 msgstr  ""
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  ""
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid   "Use inverse video for page headers"
 msgstr  ""
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  ""
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid   "Thread articles by"
 msgstr  "Tråda artiklar efter"
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5021,15 +5071,15 @@ msgid   "# Thread articles by ...\n"
         "#   5 = Percentage Match\n"
 msgstr  ""
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  ""
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5042,11 +5092,11 @@ msgid   "# Thread percentage match...\n"
         "# 'harppy' would be threaded separately from 'happy'\n"
 msgstr  ""
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid   "Score of a thread"
 msgstr  ""
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5054,15 +5104,15 @@ msgid   "# Thread score\n"
         "#   2 = average\n"
 msgstr  ""
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid   "Sort articles by"
 msgstr  "Sortera artiklar efter"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5078,15 +5128,15 @@ msgid   "# Sort articles by ...\n"
         "#  10 = Lines ascending\n"
 msgstr  ""
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid   "Sort threads by"
 msgstr  "Sortera trådar efter"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5096,43 +5146,43 @@ msgid   "# Sort thread by ...\n"
         "#   4 = Last posting date ascending\n"
 msgstr  ""
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1654
-msgid   "Goto first unread article in group"
-msgstr  ""
+#: src/lang.c:1669
+msgid   "Go to first unread article in group"
+msgstr  "välj första artikel i lista"
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  ""
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid   "Show only unread articles"
 msgstr  "Visa endast olästa artiklar"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  ""
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid   "Show only groups with unread arts"
 msgstr  ""
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  ""
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid   "Filter which articles"
 msgstr  "Filtrera vilka artiklar"
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = only kill unread articles\n"
@@ -5140,11 +5190,11 @@ msgid   "# Filter which articles\n"
         "#   2 = kill all articles and never show them\n"
 msgstr  ""
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid   "Go to the next unread article with"
 msgstr  ""
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5153,11 +5203,11 @@ msgid   "# Go to the unread article with
         "#   3 = PAGE DOWN or TAB\n"
 msgstr  ""
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid   "How to treat blank lines"
 msgstr  ""
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -5173,159 +5223,159 @@ msgid   "# Trim the article body, remove
         "#       leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid   "List thread using right arrow key"
 msgstr  ""
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid   "Character to show deleted articles"
 msgstr  ""
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid   "Character to show inrange articles"
 msgstr  ""
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid   "Character to show returning arts"
 msgstr  ""
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid   "Character to show selected articles"
 msgstr  ""
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid   "Character to show recent articles"
 msgstr  ""
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid   "Character to show unread articles"
 msgstr  ""
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid   "Character to show read articles"
 msgstr  ""
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid   "Character to show killed articles"
 msgstr  ""
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid   "Character to show readselected arts"
 msgstr  ""
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr  ""
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid   "Max. length of group names shown"
 msgstr  ""
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  ""
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid   "Show lines/score in listings"
 msgstr  ""
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5334,16 +5384,16 @@ msgid   "# What information should be di
         "#   3 = lines & score\n"
 msgstr  ""
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  ""
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid   "Number of lines to scroll in pager"
 msgstr  ""
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -5353,27 +5403,27 @@ msgid   "# Number of lines that cursor-u
         "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
 msgstr  ""
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid   "Display signatures"
 msgstr  "Visa signaturer"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  ""
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  ""
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -5383,28 +5433,28 @@ msgid   "# Handling of uuencoded data in
         "#       be folded into a tag line.\n"
 msgstr  ""
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  "Visa \"a som Umlaut-a"
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  ""
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  ""
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  ""
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -5413,11 +5463,11 @@ msgid   "# Which news headers you wish t
         "# spaces. Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid   "Do not display these header fields"
 msgstr  ""
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -5428,603 +5478,603 @@ msgid   "# Same as 'news_headers_to_disp
         "# Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  ""
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  ""
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  ""
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  ""
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  ""
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  ""
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  ""
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  ""
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  ""
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  ""
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  ""
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  ""
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  ""
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  ""
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  ""
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  ""
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid   "Regex used to highlight -strokes-"
 msgstr  ""
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  ""
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  ""
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  ""
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  ""
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  ""
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  ""
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  ""
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  ""
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
         "# for no automatic viewing\n"
 msgstr  ""
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  ""
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  ""
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  ""
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  ""
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  ""
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  ""
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  ""
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  ""
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  ""
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  ""
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  ""
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 msgid   "Program that opens URLs"
 msgstr  ""
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  ""
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid   "Use mouse in xterm"
 msgstr  ""
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  ""
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid   "Use scroll keys on keypad"
 msgstr  ""
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  ""
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid   "Number of articles to get"
 msgstr  ""
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  ""
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid   "Article recentness time limit"
 msgstr  ""
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  ""
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  ""
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid   "Wildcard matching"
 msgstr  ""
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 msgstr  ""
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid   "Score limit (kill)"
 msgstr  ""
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  ""
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid   "Default score to kill articles"
 msgstr  ""
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid   "# Default score to kill articles\n"
 msgstr  ""
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid   "Score limit (select)"
 msgstr  ""
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  ""
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid   "Default score to select articles"
 msgstr  ""
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid   "# Default score to select articles\n"
 msgstr  ""
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  ""
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
 msgstr  ""
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid   "Use ANSI color"
 msgstr  "Använd ANSI-färg"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid   "# If ON using ANSI-color\n"
 msgstr  ""
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid   "Standard foreground color"
 msgstr  ""
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid   "Standard background color"
 msgstr  ""
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid   "Color for inverse text (background)"
 msgstr  ""
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  ""
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid   "Color for inverse text (foreground)"
 msgstr  ""
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  ""
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid   "Color of text lines"
 msgstr  ""
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid   "Color of mini help menu"
 msgstr  ""
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  ""
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid   "Color of help text"
 msgstr  ""
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid   "Color of status messages"
 msgstr  ""
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  ""
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid   "Color of quoted lines"
 msgstr  ""
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  ""
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid   "Color of twice quoted line"
 msgstr  ""
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  ""
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid   "Color of =>3 times quoted line"
 msgstr  ""
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  ""
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid   "Color of article header lines"
 msgstr  ""
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  ""
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid   "Color of actual news header fields"
 msgstr  ""
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  ""
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid   "Color of article subject lines"
 msgstr  ""
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  ""
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid   "Color of response counter"
 msgstr  ""
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  ""
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid   "Color of sender (From:)"
 msgstr  ""
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  ""
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid   "Color of help/mail sign"
 msgstr  ""
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  ""
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid   "Color of signatures"
 msgstr  "Färg för signaturer"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  ""
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid   "Color of highlighted URLs"
 msgstr  ""
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid   "Color of verbatim blocks"
 msgstr  ""
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  ""
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid   "Color of highlighting with *stars*"
 msgstr  ""
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  ""
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid   "Color of highlighting with _dash_"
 msgstr  ""
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  ""
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid   "Color of highlighting with /slash/"
 msgstr  ""
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  ""
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid   "Color of highlighting with -stroke-"
 msgstr  ""
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  ""
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid   "Attr. of highlighting with *stars*"
 msgstr  ""
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
         "#   0 = Normal\n"
@@ -6039,54 +6089,54 @@ msgid   "# Attributes of word highlighti
         "# Default: 6 (bold)\n"
 msgstr  ""
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid   "Attr. of highlighting with _dash_"
 msgstr  ""
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  ""
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid   "Attr. of highlighting with /slash/"
 msgstr  ""
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  ""
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  ""
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  ""
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid   "URL highlighting in message body"
 msgstr  ""
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid   "# Enable URL highlighting?\n"
 msgstr  ""
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid   "Word highlighting in message body"
 msgstr  ""
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid   "# Enable word highlighting?\n"
 msgstr  ""
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid   "What to display instead of mark"
 msgstr  ""
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6095,105 +6145,105 @@ msgid   "# Should the leading and ending
         "# * 2 = print a space instead\n"
 msgstr  ""
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid   "Page line wrap column"
 msgstr  ""
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid   "# Wrap article lines at column\n"
 msgstr  ""
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid   "Wrap around threads on next unread"
 msgstr  ""
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  ""
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid   "Mail address (and fullname)"
 msgstr  "E-postadress (och hela namnet)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  ""
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  ""
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  ""
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  ""
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
         "# sigfile=--none     don't append a signature\n"
 msgstr  ""
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  ""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  ""
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  ""
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  ""
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  ""
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  ""
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  ""
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid   "Quoting behavior"
 msgstr  ""
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = Nothing special\n"
@@ -6206,50 +6256,50 @@ msgid   "# How quoting should be handled
         "#   7 = Compress quotes, quote signatures, quote empty lines\n"
 msgstr  ""
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  ""
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid   "Quote line when following up"
 msgstr  ""
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
         "# %%N Full Name  %%C First Name   %%I Initials\n"
 msgstr  ""
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid   "Quote line when cross-posting"
 msgstr  ""
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid   "Quote line when mailing"
 msgstr  ""
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 msgid   "Insert 'User-Agent:' header"
 msgstr  ""
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  ""
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  "MM_CHARSET"
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
         "# If not set, the value of the environment variable MM_CHARSET is used.\n"
@@ -6258,40 +6308,40 @@ msgid   "# Charset supported locally whi
         "# mm_charset is considered not displayable and represented as '?'.\n"
 msgstr  ""
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid   "MM_NETWORK_CHARSET"
 msgstr  "MM_NETWORK_CHARSET"
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  ""
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 #, fuzzy
 msgid   "MM_LOCAL_CHARSET"
 msgstr  "MM_CHARSET"
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  ""
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid   "Mailbox format"
 msgstr  "Format på postlåda"
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid   "# Format of the mailbox.\n"
 msgstr  "# Format på postlåda.\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid   "MIME encoding in news messages"
 msgstr  ""
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
         "# character sets (ISO-8859-X) with small fraction of non-US-ASCII chars,\n"
@@ -6299,42 +6349,42 @@ msgid   "# MIME encoding (8bit, base64, 
         "# Russian charsets with a lot of 8bit characters.\n"
 msgstr  ""
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid   "Use 8bit characters in news headers"
 msgstr  ""
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in header are encoded regardless of the value of this\n"
         "# parameter unless post_mime_encoding is 8bit as well.\n"
 msgstr  ""
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid   "View post-processed files"
 msgstr  ""
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  ""
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid   "MIME encoding in mail messages"
 msgstr  ""
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid   "Use 8bit characters in mail headers"
 msgstr  ""
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
         "# 8bit chars in headers are encoded regardless of the value of this "
@@ -6344,34 +6394,34 @@ msgid   "# If ON, 8bit characters in mai
         "# turn it ON unless you have some compelling reason.\n"
 msgstr  ""
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid   "Strip blanks from ends of lines"
 msgstr  ""
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  ""
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid   "Transliteration"
 msgstr  ""
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
         "# through one or several similarly looking characters.\n"
 msgstr  ""
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  ""
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = No\n"
@@ -6380,112 +6430,112 @@ msgid   "# Put your name in the Cc: and/
         "#   3 = Cc and Bcc\n"
 msgstr  ""
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid   "Spamtrap warning address parts"
 msgstr  ""
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
 msgstr  ""
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid   "No. of days a filter entry is valid"
 msgstr  ""
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  ""
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid   "Add posted articles to filter"
 msgstr  ""
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  ""
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  ""
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid   "Mail directory"
 msgstr  "Postkatalog"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  ""
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid   "Save articles in batch mode (-S)"
 msgstr  ""
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  ""
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid   "The directory where you want articles/threads saved."
 msgstr  ""
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid   "Directory to save arts/threads in"
 msgstr  ""
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  ""
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid   "Use Archive-name: header for save"
 msgstr  ""
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  ""
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  ""
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid   "Mark saved articles/threads as read"
 msgstr  ""
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  ""
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  ""
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid   "Post process saved articles"
 msgstr  ""
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no\n"
@@ -6493,95 +6543,95 @@ msgid   "# Perform post processing (savi
         "#   2 = yes\n"
 msgstr  ""
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid   "Process only unread articles"
 msgstr  ""
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  ""
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid   "Print all headers when printing"
 msgstr  ""
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  ""
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  ""
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid   "Printer program with options"
 msgstr  ""
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  ""
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid   "Force redraw after certain commands"
 msgstr  ""
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  ""
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid   "Start editor with line offset"
 msgstr  ""
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  ""
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid   "Invocation of your editor"
 msgstr  ""
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  ""
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  ""
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid   "External inews"
 msgstr  "Extern inews"
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
 msgstr  ""
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid   "Invocation of your mail command"
 msgstr  ""
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -6589,11 +6639,11 @@ msgid   "# Format of mailer line includi
         "# ie. elm interactive          :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 msgstr  ""
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid   "Use interactive mail reader"
 msgstr  ""
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -6601,56 +6651,64 @@ msgid   "# Interactive mailreader\n"
         "#   2 = use interactive mailreader without headers in file\n"
 msgstr  ""
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid   "Remove ~/.article after posting"
 msgstr  "Ta bort ~/.article efter postning"
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  ""
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid   "Filename for posted articles"
 msgstr  ""
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  ""
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  ""
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  ""
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  ""
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid   "No unsubscribed groups in newsrc"
 msgstr  ""
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  ""
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid   "Remove bogus groups from newsrc"
 msgstr  ""
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = keep\n"
@@ -6658,55 +6716,55 @@ msgid   "# What to do with bogus groups 
         "#   2 = highlight with D on selection screen\n"
 msgstr  ""
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid   "Interval in secs to reread active"
 msgstr  ""
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  ""
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid   "Reconnect to server automatically"
 msgstr  ""
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  ""
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid   "Cache NNTP overview files locally"
 msgstr  ""
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  ""
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  ""
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  ""
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  ""
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -6716,128 +6774,176 @@ msgid   "# Unicode normalization form\n"
         "#   4 = NFD\n"
 msgstr  ""
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  ""
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  ""
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid   "Delete post-process files"
 msgstr  ""
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  ""
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  ""
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  ""
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  ""
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  ""
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 #, fuzzy
 msgid   "Mailing list address"
 msgstr  "Skickar logg till %s\n"
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  ""
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  ""
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  ""
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 #, fuzzy
 msgid   "savefile"
 msgstr  "Spara filnamn> "
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2814
+msgid   "Quick (1 key) select filter scope"
+msgstr  ""
+
+#: src/lang.c:2819 src/lang.c:2843
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2826
+msgid   "Quick (1 key) select filter case"
+msgstr  ""
+
+#: src/lang.c:2831 src/lang.c:2855
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  ""
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+msgid   "Quick (1 key) kill filter scope"
+msgstr  ""
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+msgid   "Quick (1 key) kill filter case"
+msgstr  ""
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 #, fuzzy
 msgid   "UNDECLARED_CHARSET"
 msgstr  "MM_NETWORK_CHARSET"
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 #, fuzzy
 msgid   "X_Body"
 msgstr  "Fet"
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  ""
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  ""
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "Version: %s %s utgåva %s (\"%s\") %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "Version: %s %s utgåva %s (\"%s\")\n"
@@ -6846,31 +6952,31 @@ msgstr  "Version: %s %s utgåva %s (\"%s\
 msgid   "Unreachable?\n"
 msgstr  "Ej nåbar?\n"
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  ""
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid   "Rejoin current group\n"
 msgstr  ""
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid   "Read (%s)\n"
 msgstr  "Läs (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  ""
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  ""
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  ""
 
@@ -6879,40 +6985,40 @@ msgstr  ""
 msgid   "couldn't expand %s\n"
 msgstr  ""
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  ""
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
         "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr  ""
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  ""
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid   "Posting: %.*s ..."
 msgstr  "Postar: %.*s ..."
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "Avbryter läsning, var god vänta..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "Avbröt läsning\n"
 
-#: src/read.c:393
+#: src/read.c:399
 msgid   "Draining\n"
 msgstr  ""
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/tin.pot tin-2.0.0/po/tin.pot
--- tin-1.9.6/po/tin.pot	2010-11-26 16:03:20.000000000 +0100
+++ tin-2.0.0/po/tin.pot	2011-08-22 18:32:48.016299355 +0200
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-26 15:42+0100\n"
+"POT-Creation-Date: 2011-08-22 18:32+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,468 +17,468 @@ msgstr ""
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid "attribute with no scope: %s"
 msgstr ""
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 msgid "Processing attributes... "
 msgstr ""
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid ""
 "# Do not edit this comment block\n"
 "#\n"
 msgstr ""
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, c-format
 msgid "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr ""
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid "#  add_posted_to_filter=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid "#  advertising=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid "#  alternative_handling=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid "#  ask_for_metamail=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid "#  auto_cc_bcc=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr ""
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid "#  auto_list_thread=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid "#  auto_save=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid "#  auto_select=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid "#  batch_save=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr ""
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid "#  delete_tmp_files=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr ""
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid "#  fcc=STRING (eg. =mailbox)\n"
 msgstr ""
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid "#  followup_to=STRING\n"
 msgstr ""
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr ""
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid "#  group_catchup_on_exit=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid "#  mail_8bit_header=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid "#  mail_mime_encoding=supported_encoding"
 msgstr ""
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, c-format
 msgid "#  ispell=STRING\n"
 msgstr ""
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, c-format
 msgid "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr ""
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, c-format
 msgid "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr ""
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr ""
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid "#  mark_ignore_tags=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid "#  mark_saved_read=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid "#  mime_forward=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid "#  mm_network_charset=supported_charset"
 msgstr ""
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr ""
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, c-format
 msgid "#  news_headers_to_display=STRING\n"
 msgstr ""
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, c-format
 msgid "#  news_headers_to_not_display=STRING\n"
 msgstr ""
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, c-format
 msgid "#  news_quote_format=STRING\n"
 msgstr ""
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr ""
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid "#  pos_first_unread=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid "#  post_8bit_header=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid "#  post_mime_encoding=supported_encoding"
 msgstr ""
 
-#: src/attrib.c:1151
+#: src/attrib.c:1161
 #, c-format
 msgid "#  post_process_type=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid "#  post_process_view=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr ""
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid "#  quick_kill_expire=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid "#  quick_kill_case=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid "#  quick_kill_header=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr ""
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr ""
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid "#    4=Message-ID: & full References: line\n"
 msgstr ""
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid "#    5=Message-ID: & last References: entry only\n"
 msgstr ""
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr ""
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, c-format
 msgid "#  quick_select_scope=STRING\n"
 msgstr ""
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid "#  quick_select_expire=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid "#  quick_select_case=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid "#  quick_select_header=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr ""
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid "#  print_header=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid "#  process_only_unread=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, c-format
 msgid "#  prompt_followupto=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, c-format
 msgid "#  savedir=STRING (eg. ~user/News)\n"
 msgstr ""
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, c-format
 msgid "#  savefile=STRING (eg. =linux)\n"
 msgstr ""
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, c-format
 msgid "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr ""
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid "#  show_author=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid "#  show_info=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid "#  show_signatures=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid "#  show_only_unread_arts=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid "#  sigdashes=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid "#  signature_repost=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1200
+#: src/attrib.c:1210
 #, c-format
 msgid "#  sort_article_type=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid "#  sort_threads_type=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid "#  start_editor_offset=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid "#  tex2iso_conv=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1230
+#: src/attrib.c:1240
 #, c-format
 msgid "#  thread_articles=NUM"
 msgstr ""
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid "#  thread_perc=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1238
+#: src/attrib.c:1248
 #, c-format
 msgid "#  trim_article_body=NUM\n"
 msgstr ""
 
-#: src/attrib.c:1239
+#: src/attrib.c:1249
 #, c-format
 msgid "#    0 = Don't trim article body\n"
 msgstr ""
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid "#    1 = Skip leading blank lines\n"
 msgstr ""
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid "#    2 = Skip trailing blank lines\n"
 msgstr ""
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid "#    3 = Skip leading and trailing blank lines\n"
 msgstr ""
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr ""
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid ""
 "#    5 = Compact multiple blank lines between text blocks and skip\n"
 "#        leading blank lines\n"
 msgstr ""
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid ""
 "#    6 = Compact multiple blank lines between text blocks and skip\n"
 "#        trailing blank lines\n"
 msgstr ""
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid ""
 "#    7 = Compact multiple blank lines between text blocks and skip\n"
 "#        leading and trailing blank lines\n"
 msgstr ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid "#  verbatim_handling=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid "#  wrap_on_next_unread=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, c-format
 msgid "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr ""
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid "#  x_comment_to=ON/OFF\n"
 msgstr ""
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, c-format
 msgid "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr ""
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, c-format
 msgid ""
 "#\n"
 "# Note that it is best to put general (global scoping)\n"
 msgstr ""
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, c-format
 msgid ""
 "# entries first followed by group specific entries.\n"
 "#\n"
 msgstr ""
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, c-format
 msgid "############################################################################\n"
 msgstr ""
@@ -907,7 +907,7 @@ msgstr ""
 msgid "Creating newsrc file...\n"
 msgstr ""
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid "Default"
 msgstr ""
 
@@ -1667,733 +1667,737 @@ msgid "toggle display of sections hidden
 msgstr ""
 
 #: src/lang.c:358
-msgid "toggle word highlighting on/off"
+msgid "toggle display of all headers"
 msgstr ""
 
 #: src/lang.c:359
-msgid "toggle ROT-13 (basic decode) for current article"
+msgid "toggle word highlighting on/off"
 msgstr ""
 
 #: src/lang.c:360
-msgid "toggle tabwidth 4 <-> 8"
+msgid "toggle ROT-13 (basic decode) for current article"
 msgstr ""
 
 #: src/lang.c:361
-msgid "toggle german TeX style decoding for current article"
+msgid "toggle tabwidth 4 <-> 8"
 msgstr ""
 
 #: src/lang.c:362
-msgid "toggle display of uuencoded sections"
+msgid "toggle german TeX style decoding for current article"
 msgstr ""
 
 #: src/lang.c:363
-msgid "View/pipe/save multimedia attachments"
+msgid "toggle display of uuencoded sections"
 msgstr ""
 
 #: src/lang.c:364
-msgid "choose first attachment in list"
+msgid "View/pipe/save multimedia attachments"
 msgstr ""
 
 #: src/lang.c:365
-msgid "0 - 9\t  choose attachment by number"
+msgid "choose first attachment in list"
 msgstr ""
 
 #: src/lang.c:366
+msgid "0 - 9\t  choose attachment by number"
+msgstr ""
+
+#: src/lang.c:367
 msgid "choose last attachment in list"
 msgstr ""
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid "pipe attachment into command"
 msgstr ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 msgid "pipe raw attachment into command"
 msgstr ""
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid "save attachment to disk"
 msgstr ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 msgid "search for attachments forwards"
 msgstr ""
 
-#: src/lang.c:373
+#: src/lang.c:374
 msgid "search for attachments backwards"
 msgstr ""
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid "view attachment"
 msgstr ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 msgid "tag attachment"
 msgstr ""
 
-#: src/lang.c:376
+#: src/lang.c:377
 msgid "tag attachments that match user specified pattern"
 msgstr ""
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid "reverse tagging on all attachments (toggle)"
 msgstr ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 msgid "untag all tagged attachments"
 msgstr ""
 
-#: src/lang.c:379
+#: src/lang.c:380
 msgid "toggle info message in last line (name/description of attachment)"
 msgstr ""
 
-#: src/lang.c:380
+#: src/lang.c:381
 msgid "choose first attribute in list"
 msgstr ""
 
-#: src/lang.c:381
+#: src/lang.c:382
 msgid "0 - 9\t  choose attribute by number"
 msgstr ""
 
-#: src/lang.c:382
+#: src/lang.c:383
 msgid "choose last attribute in list"
 msgstr ""
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid "reset attribute to a default value"
 msgstr ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 msgid "search forwards for an attribute"
 msgstr ""
 
-#: src/lang.c:385
+#: src/lang.c:386
 msgid "search backwards for an attribute"
 msgstr ""
 
-#: src/lang.c:386
+#: src/lang.c:387
 msgid "select attribute"
 msgstr ""
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid "toggle back to options menu when invoked from there"
 msgstr ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, c-format
 msgid "report bug or comment via mail to %s"
 msgstr ""
 
-#: src/lang.c:389
+#: src/lang.c:390
 msgid "choose first option in list"
 msgstr ""
 
-#: src/lang.c:390
+#: src/lang.c:391
 msgid "0 - 9\t  choose option by number"
 msgstr ""
 
-#: src/lang.c:391
+#: src/lang.c:392
 msgid "choose last option in list"
 msgstr ""
 
-#: src/lang.c:392
+#: src/lang.c:393
 msgid "start scopes menu"
 msgstr ""
 
-#: src/lang.c:393
+#: src/lang.c:394
 msgid "search forwards for an option"
 msgstr ""
 
-#: src/lang.c:394
+#: src/lang.c:395
 msgid "search backwards for an option"
 msgstr ""
 
-#: src/lang.c:395
+#: src/lang.c:396
 msgid "select option"
 msgstr ""
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid "toggle to attributes menu"
 msgstr ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 msgid "choose range of articles to be affected by next command"
 msgstr ""
 
-#: src/lang.c:398
+#: src/lang.c:399
 msgid "escape from command prompt"
 msgstr ""
 
-#: src/lang.c:399
+#: src/lang.c:400
 msgid "edit filter file"
 msgstr ""
 
-#: src/lang.c:400
+#: src/lang.c:401
 msgid "get help"
 msgstr ""
 
-#: src/lang.c:401
+#: src/lang.c:402
 msgid "display last article viewed"
 msgstr ""
 
-#: src/lang.c:402
+#: src/lang.c:403
 msgid "down one line"
 msgstr ""
 
-#: src/lang.c:403
+#: src/lang.c:404
 msgid "up one line"
 msgstr ""
 
-#: src/lang.c:404
+#: src/lang.c:405
 msgid "go to article chosen by Message-ID"
 msgstr ""
 
-#: src/lang.c:405
+#: src/lang.c:406
 msgid "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr ""
 
-#: src/lang.c:406
+#: src/lang.c:407
 msgid "menu of configurable options"
 msgstr ""
 
-#: src/lang.c:407
+#: src/lang.c:408
 msgid "down one page"
 msgstr ""
 
-#: src/lang.c:408
+#: src/lang.c:409
 msgid "up one page"
 msgstr ""
 
-#: src/lang.c:410
+#: src/lang.c:411
 msgid "post (write) article to current group"
 msgstr ""
 
-#: src/lang.c:411
+#: src/lang.c:412
 msgid "post postponed articles"
 msgstr ""
 
-#: src/lang.c:413
+#: src/lang.c:414
 msgid "list articles posted by you (from posted file)"
 msgstr ""
 
-#: src/lang.c:414
+#: src/lang.c:415
 msgid "return to previous menu"
 msgstr ""
 
-#: src/lang.c:415
+#: src/lang.c:416
 msgid "quit tin immediately"
 msgstr ""
 
-#: src/lang.c:416
+#: src/lang.c:417
 msgid "redraw page"
 msgstr ""
 
-#: src/lang.c:417
+#: src/lang.c:418
 msgid "save article/thread/hot/pattern/tagged articles to file"
 msgstr ""
 
-#: src/lang.c:418
+#: src/lang.c:419
 msgid "save marked articles automatically without user prompts"
 msgstr ""
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid "scroll the screen one line down"
 msgstr ""
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid "scroll the screen one line up"
 msgstr ""
 
-#: src/lang.c:421
+#: src/lang.c:422
 msgid "search for articles by author backwards"
 msgstr ""
 
-#: src/lang.c:422
+#: src/lang.c:423
 msgid "search for articles by author forwards"
 msgstr ""
 
-#: src/lang.c:423
+#: src/lang.c:424
 msgid "search all articles for a given string (this may take some time)"
 msgstr ""
 
-#: src/lang.c:424
+#: src/lang.c:425
 msgid " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr ""
 
-#: src/lang.c:425
+#: src/lang.c:426
 msgid "search for articles by Subject line backwards"
 msgstr ""
 
-#: src/lang.c:426
+#: src/lang.c:427
 msgid "search for articles by Subject line forwards"
 msgstr ""
 
-#: src/lang.c:427
+#: src/lang.c:428
 msgid "repeat last search"
 msgstr ""
 
-#: src/lang.c:428
+#: src/lang.c:429
 msgid "tag current article for reposting/mailing/piping/printing/saving"
 msgstr ""
 
-#: src/lang.c:429
+#: src/lang.c:430
 msgid "toggle info message in last line (subject/description)"
 msgstr ""
 
-#: src/lang.c:430
+#: src/lang.c:431
 msgid "toggle inverse video"
 msgstr ""
 
-#: src/lang.c:431
+#: src/lang.c:432
 msgid "toggle mini help menu display"
 msgstr ""
 
-#: src/lang.c:432
+#: src/lang.c:433
 msgid "cycle the display of authors email address, real name, both or neither"
 msgstr ""
 
-#: src/lang.c:433
+#: src/lang.c:434
 msgid "show version information"
 msgstr ""
 
-#: src/lang.c:434
+#: src/lang.c:435
 msgid "mark all articles as read and return to group selection menu"
 msgstr ""
 
-#: src/lang.c:435
+#: src/lang.c:436
 msgid "mark all articles as read and enter next group with unread articles"
 msgstr ""
 
-#: src/lang.c:436
+#: src/lang.c:437
 msgid "choose first thread in list"
 msgstr ""
 
-#: src/lang.c:437
+#: src/lang.c:438
 msgid "choose last thread in list"
 msgstr ""
 
-#: src/lang.c:438
+#: src/lang.c:439
 msgid "list articles within current thread (bring up Thread sub-menu)"
 msgstr ""
 
-#: src/lang.c:439
+#: src/lang.c:440
 msgid "mark article as unread"
 msgstr ""
 
-#: src/lang.c:440
+#: src/lang.c:441
 msgid "mark current thread, range or tagged threads as read"
 msgstr ""
 
-#: src/lang.c:441
+#: src/lang.c:442
 msgid "mark current thread, range or tagged threads as unread"
 msgstr ""
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr ""
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 msgid "toggle display of all/selected articles"
 msgstr ""
 
-#: src/lang.c:445
+#: src/lang.c:446
 msgid "display next group"
 msgstr ""
 
-#: src/lang.c:446
+#: src/lang.c:447
 msgid "display previous group"
 msgstr ""
 
-#: src/lang.c:447
+#: src/lang.c:448
 msgid "toggle all selections (all articles)"
 msgstr ""
 
-#: src/lang.c:448
+#: src/lang.c:449
 msgid "select group (make \"hot\")"
 msgstr ""
 
-#: src/lang.c:449
+#: src/lang.c:450
 msgid "select thread"
 msgstr ""
 
-#: src/lang.c:450
+#: src/lang.c:451
 msgid "select threads if at least one unread article is selected"
 msgstr ""
 
-#: src/lang.c:451
+#: src/lang.c:452
 msgid "select threads that match user specified pattern"
 msgstr ""
 
-#: src/lang.c:452
+#: src/lang.c:453
 msgid "tag all parts of current multipart-message in order"
 msgstr ""
 
-#: src/lang.c:453
+#: src/lang.c:454
 msgid "0 - 9\t  choose thread by number"
 msgstr ""
 
-#: src/lang.c:454
+#: src/lang.c:455
 msgid "toggle limit number of articles to get, and reload"
 msgstr ""
 
-#: src/lang.c:455
+#: src/lang.c:456
 msgid "toggle display of all/unread articles"
 msgstr ""
 
-#: src/lang.c:456
+#: src/lang.c:457
 msgid "toggle selection of thread"
 msgstr ""
 
-#: src/lang.c:457
+#: src/lang.c:458
 msgid "cycle through threading options available"
 msgstr ""
 
-#: src/lang.c:458
+#: src/lang.c:459
 msgid "undo all selections (all articles)"
 msgstr ""
 
-#: src/lang.c:459
+#: src/lang.c:460
 msgid "untag all tagged threads"
 msgstr ""
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid "add new scope"
 msgstr ""
 
-#: src/lang.c:461
+#: src/lang.c:462
 msgid "delete scope"
 msgstr ""
 
-#: src/lang.c:462
+#: src/lang.c:463
 msgid "edit attributes file"
 msgstr ""
 
-#: src/lang.c:463
+#: src/lang.c:464
 msgid "choose first scope in list"
 msgstr ""
 
-#: src/lang.c:464
+#: src/lang.c:465
 msgid "0 - 9\t  choose scope by number"
 msgstr ""
 
-#: src/lang.c:465
+#: src/lang.c:466
 msgid "choose last scope in list"
 msgstr ""
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid "move scope"
 msgstr ""
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid "rename scope"
 msgstr ""
 
-#: src/lang.c:468
+#: src/lang.c:469
 msgid "select scope"
 msgstr ""
 
-#: src/lang.c:469
+#: src/lang.c:470
 msgid "mark all articles in group as read"
 msgstr ""
 
-#: src/lang.c:470
+#: src/lang.c:471
 msgid "mark all articles in group as read and move to next unread group"
 msgstr ""
 
-#: src/lang.c:471
+#: src/lang.c:472
 msgid "choose first group in list"
 msgstr ""
 
-#: src/lang.c:472
+#: src/lang.c:473
 msgid "choose group by name"
 msgstr ""
 
-#: src/lang.c:473
+#: src/lang.c:474
 msgid "0 - 9\t  choose group by number"
 msgstr ""
 
-#: src/lang.c:474
+#: src/lang.c:475
 msgid "choose range of groups to be affected by next command"
 msgstr ""
 
-#: src/lang.c:475
+#: src/lang.c:476
 msgid "choose last group in list"
 msgstr ""
 
-#: src/lang.c:476
+#: src/lang.c:477
 msgid "mark all articles in chosen group unread"
 msgstr ""
 
-#: src/lang.c:477
+#: src/lang.c:478
 msgid "move chosen group within list"
 msgstr ""
 
-#: src/lang.c:478
+#: src/lang.c:479
 msgid "choose next group with unread news"
 msgstr ""
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 msgid "quit"
 msgstr ""
 
-#: src/lang.c:480
+#: src/lang.c:481
 msgid "quit without saving configuration changes"
 msgstr ""
 
-#: src/lang.c:481
+#: src/lang.c:482
 msgid "read chosen group"
 msgstr ""
 
-#: src/lang.c:482
+#: src/lang.c:483
 msgid "reset .newsrc (all available articles in groups marked unread)"
 msgstr ""
 
-#: src/lang.c:483
+#: src/lang.c:484
 msgid "search backwards for a group name"
 msgstr ""
 
-#: src/lang.c:484
+#: src/lang.c:485
 msgid " \t  (all searches are case-insensitive and wrap around)"
 msgstr ""
 
-#: src/lang.c:485
+#: src/lang.c:486
 msgid "search forwards for a group name"
 msgstr ""
 
-#: src/lang.c:486
+#: src/lang.c:487
 msgid "subscribe to chosen group"
 msgstr ""
 
-#: src/lang.c:487
+#: src/lang.c:488
 msgid "subscribe to groups that match pattern"
 msgstr ""
 
-#: src/lang.c:488
+#: src/lang.c:489
 msgid "reread active file to check for any new news"
 msgstr ""
 
-#: src/lang.c:489
+#: src/lang.c:490
 msgid "toggle display of group name only or group name plus description"
 msgstr ""
 
-#: src/lang.c:490
+#: src/lang.c:491
 msgid "toggle display to show all/unread subscribed groups"
 msgstr ""
 
-#: src/lang.c:491
+#: src/lang.c:492
 msgid "unsubscribe from chosen group"
 msgstr ""
 
-#: src/lang.c:492
+#: src/lang.c:493
 msgid "unsubscribe from groups that match pattern"
 msgstr ""
 
-#: src/lang.c:493
+#: src/lang.c:494
 msgid "sort the list of groups"
 msgstr ""
 
-#: src/lang.c:494
+#: src/lang.c:495
 msgid "toggle display to show all/subscribed groups"
 msgstr ""
 
-#: src/lang.c:495
+#: src/lang.c:496
 msgid "0 - 9\t  choose article by number"
 msgstr ""
 
-#: src/lang.c:496
+#: src/lang.c:497
 msgid "mark thread as read and return to group index page"
 msgstr ""
 
-#: src/lang.c:497
+#: src/lang.c:498
 msgid "mark thread as read and enter next unread thread or group"
 msgstr ""
 
-#: src/lang.c:498
+#: src/lang.c:499
 msgid "choose first article in list"
 msgstr ""
 
-#: src/lang.c:499
+#: src/lang.c:500
 msgid "choose last article in list"
 msgstr ""
 
-#: src/lang.c:500
+#: src/lang.c:501
 msgid "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr ""
 
-#: src/lang.c:501
+#: src/lang.c:502
 msgid "mark article, range or tagged articles as unread"
 msgstr ""
 
-#: src/lang.c:502
+#: src/lang.c:503
 msgid "mark current thread as unread"
 msgstr ""
 
-#: src/lang.c:503
+#: src/lang.c:504
 msgid "read chosen article"
 msgstr ""
 
-#: src/lang.c:504
+#: src/lang.c:505
 msgid ""
 "Display properties\n"
 "------------------"
 msgstr ""
 
-#: src/lang.c:505
+#: src/lang.c:506
 msgid ""
 "Miscellaneous\n"
 "-------------"
 msgstr ""
 
-#: src/lang.c:506
+#: src/lang.c:507
 msgid ""
 "Moving around\n"
 "-------------"
 msgstr ""
 
-#: src/lang.c:507
+#: src/lang.c:508
 msgid ""
 "Group/thread/article operations\n"
 "-------------------------------"
 msgstr ""
 
-#: src/lang.c:508
+#: src/lang.c:509
 msgid ""
 "Attachment operations\n"
 "---------------------"
 msgstr ""
 
-#: src/lang.c:509
+#: src/lang.c:510
 msgid ""
 "Attribute operations\n"
 "--------------------"
 msgstr ""
 
-#: src/lang.c:510
+#: src/lang.c:511
 msgid ""
 "Option operations\n"
 "-----------------"
 msgstr ""
 
-#: src/lang.c:511
+#: src/lang.c:512
 msgid ""
 "Scope operations\n"
 "----------------"
 msgstr ""
 
-#: src/lang.c:512
+#: src/lang.c:513
 msgid ""
 "URL operations\n"
 "--------------"
 msgstr ""
 
-#: src/lang.c:513
+#: src/lang.c:514
 msgid "choose first URL in list"
 msgstr ""
 
-#: src/lang.c:514
+#: src/lang.c:515
 msgid "0 - 9\t  choose URL by number"
 msgstr ""
 
-#: src/lang.c:515
+#: src/lang.c:516
 msgid "choose last URL in list"
 msgstr ""
 
-#: src/lang.c:516
+#: src/lang.c:517
 msgid "search for URLs forwards"
 msgstr ""
 
-#: src/lang.c:517
+#: src/lang.c:518
 msgid "search for URLs backwards"
 msgstr ""
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid "Open URL in browser"
 msgstr ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 msgid "toggle info message in last line (URL)"
 msgstr ""
 
-#: src/lang.c:521
+#: src/lang.c:522
 msgid "Group Level Commands"
 msgstr ""
 
-#: src/lang.c:522
+#: src/lang.c:523
 msgid "Kill filter added"
 msgstr ""
 
-#: src/lang.c:523
+#: src/lang.c:524
 msgid "Auto-selection filter added"
 msgstr ""
 
-#: src/lang.c:524
+#: src/lang.c:525
 msgid "All parts tagged"
 msgstr ""
 
-#: src/lang.c:525
+#: src/lang.c:526
 msgid "Storing article for later posting"
 msgstr ""
 
-#: src/lang.c:526
+#: src/lang.c:527
 msgid "Please enter a valid character"
 msgstr ""
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, c-format
 msgid "Missing part #%d"
 msgstr ""
 
-#: src/lang.c:528
+#: src/lang.c:529
 msgid "*** No postponed articles ***"
 msgstr ""
 
-#: src/lang.c:529
+#: src/lang.c:530
 msgid "Not a multi-part message"
 msgstr ""
 
-#: src/lang.c:530
+#: src/lang.c:531
 msgid "You are not subscribed to this group"
 msgstr ""
 
-#: src/lang.c:531
+#: src/lang.c:532
 msgid "No previous expression"
 msgstr ""
 
-#: src/lang.c:532
+#: src/lang.c:533
 msgid "Operation disabled in no-overwrite mode"
 msgstr ""
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, c-format
 msgid "%d postponed %s, reuse with ^O...\n"
 msgstr ""
 
-#: src/lang.c:535
+#: src/lang.c:536
 msgid ""
 "X-Conversion-Note: multipart/alternative contents have been removed.\n"
 "  To get the whole article, turn alternative handling OFF in the Option "
 "Menu\n"
 msgstr ""
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, c-format
 msgid "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr ""
 
-#: src/lang.c:538
+#: src/lang.c:539
 msgid "TeX2Iso encoded article"
 msgstr ""
 
-#: src/lang.c:539
+#: src/lang.c:540
 msgid "incomplete "
 msgstr ""
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, c-format
 msgid ""
 "\n"
@@ -2431,133 +2435,133 @@ msgid ""
 "Please send bug-reports/comments to %s with the 'R' command.\n"
 msgstr ""
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, c-format
 msgid "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr ""
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid "Invalid multibyte sequence found\n"
 msgstr ""
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, c-format
 msgid "Invalid  Sender:-header %s"
 msgstr ""
 
-#: src/lang.c:564
+#: src/lang.c:565
 msgid "Inverse video disabled"
 msgstr ""
 
-#: src/lang.c:565
+#: src/lang.c:566
 msgid "Inverse video enabled"
 msgstr ""
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, c-format
 msgid "Missing definition for %s\n"
 msgstr ""
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, c-format
 msgid "Invalid key definition '%s'\n"
 msgstr ""
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, c-format
 msgid "Invalid keyname '%s'\n"
 msgstr ""
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid "Keymap file was upgraded to version %s\n"
 msgstr ""
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, c-format
 msgid "Kill From:     [%s] (y/n): "
 msgstr ""
 
-#: src/lang.c:572
+#: src/lang.c:573
 msgid "Kill Lines: (</>num): "
 msgstr ""
 
-#: src/lang.c:573
+#: src/lang.c:574
 msgid "Kill Article Menu"
 msgstr ""
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, c-format
 msgid "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr ""
 
-#: src/lang.c:575
+#: src/lang.c:576
 msgid "Kill pattern scope  : "
 msgstr ""
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, c-format
 msgid "Kill Subject:  [%s] (y/n): "
 msgstr ""
 
-#: src/lang.c:577
+#: src/lang.c:578
 msgid "Kill text pattern   : "
 msgstr ""
 
-#: src/lang.c:578
+#: src/lang.c:579
 msgid "Kill time in days   : "
 msgstr ""
 
-#: src/lang.c:580
+#: src/lang.c:581
 msgid "Last"
 msgstr ""
 
-#: src/lang.c:581
+#: src/lang.c:582
 msgid "-- Last response --"
 msgstr ""
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, c-format
 msgid "Lines %s  "
 msgstr ""
 
-#: src/lang.c:584
+#: src/lang.c:585
 msgid "Mail"
 msgstr ""
 
-#: src/lang.c:585
+#: src/lang.c:586
 msgid "mailbox "
 msgstr ""
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, c-format
 msgid "Mail article(s) to [%.*s]> "
 msgstr ""
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, c-format
 msgid "Mailing log to %s\n"
 msgstr ""
 
-#: src/lang.c:588
+#: src/lang.c:589
 msgid "Mail bug report..."
 msgstr ""
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, c-format
 msgid "Mail BUG REPORT to %s?"
 msgstr ""
 
-#: src/lang.c:590
+#: src/lang.c:591
 msgid "Mailed"
 msgstr ""
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, c-format
 msgid "Mailing to %s..."
 msgstr ""
 
-#: src/lang.c:592
+#: src/lang.c:593
 msgid ""
 "# [Mail/Save] active file. Format is like news active file:\n"
 "#   groupname  max.artnum  min.artnum  /dir\n"
@@ -2565,345 +2569,345 @@ msgid ""
 "#\n"
 msgstr ""
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, c-format
 msgid "%s marked as read"
 msgstr ""
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, c-format
 msgid "%s marked as unread"
 msgstr ""
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, c-format
 msgid "Marked %d of %d %s as read"
 msgstr ""
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, c-format
 msgid "Marked %d of %d %s as unread"
 msgstr ""
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 msgid "Mark"
 msgstr ""
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, c-format
 msgid "Mark all articles as read%s?"
 msgstr ""
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, c-format
 msgid "Mark article as read%s?"
 msgstr ""
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, c-format
 msgid "Mark group %s as read?"
 msgstr ""
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, c-format
 msgid "Mark thread as read%s?"
 msgstr ""
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, c-format
 msgid "Matching %s groups..."
 msgstr ""
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, c-format
 msgid "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr ""
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, c-format
 msgid ""
 "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr ""
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, c-format
 msgid "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr ""
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, c-format
 msgid ""
 "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr ""
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, c-format
 msgid "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr ""
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, c-format
 msgid ""
 "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %"
 "s=list thread"
 msgstr ""
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, c-format
 msgid "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr ""
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, c-format
 msgid "%s=search forwards; %s=search backwards; %s=quit"
 msgstr ""
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, c-format
 msgid "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr ""
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid "%s=add; %s=move; %s=rename; %s=delete"
 msgstr ""
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, c-format
 msgid "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr ""
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, c-format
 msgid ""
 "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr ""
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, c-format
 msgid ""
 "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/"
 "out"
 msgstr ""
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, c-format
 msgid "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr ""
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, c-format
 msgid "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr ""
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, c-format
 msgid "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr ""
 
-#: src/lang.c:627
+#: src/lang.c:628
 msgid "--More--"
 msgstr ""
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, c-format
 msgid "Moving %s..."
 msgstr ""
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid "Message-ID: & last Reference  "
 msgstr ""
 
-#: src/lang.c:630
+#: src/lang.c:631
 msgid "Message-ID: line              "
 msgstr ""
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid "Message-ID: & References: line"
 msgstr ""
 
-#: src/lang.c:633
+#: src/lang.c:634
 msgid ", name: "
 msgstr ""
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, c-format
-msgid "Goto newsgroup [%s]> "
+msgid "Go to newsgroup [%s]> "
 msgstr ""
 
-#: src/lang.c:635
+#: src/lang.c:636
 msgid "newsgroups"
 msgstr ""
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, c-format
 msgid "Position %s in group list (1,2,..,$) [%d]> "
 msgstr ""
 
-#: src/lang.c:637
+#: src/lang.c:638
 msgid "newsgroup"
 msgstr ""
 
-#: src/lang.c:638
+#: src/lang.c:639
 msgid "Try and save newsrc file again?"
 msgstr ""
 
-#: src/lang.c:639
+#: src/lang.c:640
 msgid "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr ""
 
-#: src/lang.c:640
+#: src/lang.c:641
 msgid "newsrc file saved successfully.\n"
 msgstr ""
 
-#: src/lang.c:641
+#: src/lang.c:642
 msgid "-- Next response --"
 msgstr ""
 
-#: src/lang.c:642
+#: src/lang.c:643
 msgid "No  "
 msgstr ""
 
-#: src/lang.c:643
+#: src/lang.c:644
 msgid "*** No articles ***"
 msgstr ""
 
-#: src/lang.c:644
+#: src/lang.c:645
 msgid "No articles have been posted"
 msgstr ""
 
-#: src/lang.c:645
+#: src/lang.c:646
 msgid "*** No attachments ***"
 msgstr ""
 
-#: src/lang.c:646
+#: src/lang.c:647
 msgid "*** No description ***"
 msgstr ""
 
-#: src/lang.c:647
+#: src/lang.c:648
 msgid "No filename"
 msgstr ""
 
-#: src/lang.c:648
+#: src/lang.c:649
 msgid "No group"
 msgstr ""
 
-#: src/lang.c:649
+#: src/lang.c:650
 msgid "*** No groups ***"
 msgstr ""
 
-#: src/lang.c:650
+#: src/lang.c:651
 msgid "No more groups to read"
 msgstr ""
 
-#: src/lang.c:651
+#: src/lang.c:652
 msgid "No last message"
 msgstr ""
 
-#: src/lang.c:652
+#: src/lang.c:653
 msgid "No mail address"
 msgstr ""
 
-#: src/lang.c:653
+#: src/lang.c:654
 msgid "No articles marked for saving"
 msgstr ""
 
-#: src/lang.c:654
+#: src/lang.c:655
 msgid "No match"
 msgstr ""
 
-#: src/lang.c:655
+#: src/lang.c:656
 msgid "No more groups"
 msgstr ""
 
-#: src/lang.c:656
+#: src/lang.c:657
 msgid "No newsgroups"
 msgstr ""
 
-#: src/lang.c:657
+#: src/lang.c:658
 msgid "No next unread article"
 msgstr ""
 
-#: src/lang.c:658
+#: src/lang.c:659
 msgid "No previous group"
 msgstr ""
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid "No previous search, nothing to repeat"
 msgstr ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 msgid "No previous unread article"
 msgstr ""
 
-#: src/lang.c:661
+#: src/lang.c:662
 msgid "No responses"
 msgstr ""
 
-#: src/lang.c:662
+#: src/lang.c:663
 msgid "No responses to list in current thread"
 msgstr ""
 
-#: src/lang.c:663
+#: src/lang.c:664
 msgid "*** No scopes ***"
 msgstr ""
 
-#: src/lang.c:664
+#: src/lang.c:665
 msgid "No search string"
 msgstr ""
 
-#: src/lang.c:665
+#: src/lang.c:666
 msgid "No subject"
 msgstr ""
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, c-format
 msgid "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr ""
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, c-format
 msgid "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr ""
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, c-format
 msgid "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr ""
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, c-format
 msgid "%s: Terminal must have cursor motion (cm)\n"
 msgstr ""
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, c-format
 msgid "%s: TERM variable must be set to use screen capabilities\n"
 msgstr ""
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, c-format
 msgid "No viewer found for %s/%s\n"
 msgstr ""
 
-#: src/lang.c:674
+#: src/lang.c:675
 msgid "Newsgroup does not exist on this server"
 msgstr ""
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, c-format
 msgid "Group %s not found in active file"
 msgstr ""
 
-#: src/lang.c:676
+#: src/lang.c:677
 msgid "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr ""
 
-#: src/lang.c:677
+#: src/lang.c:678
 msgid "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr ""
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, c-format
 msgid ""
 "# NNTP-server -> newsrc translation table and NNTP-server\n"
@@ -2920,321 +2924,321 @@ msgid ""
 "#\n"
 msgstr ""
 
-#: src/lang.c:685
+#: src/lang.c:686
 msgid "Only"
 msgstr ""
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, c-format
 msgid "Option not enabled. Recompile with %s."
 msgstr ""
 
-#: src/lang.c:687
+#: src/lang.c:688
 msgid "Options Menu"
 msgstr ""
 
-#: src/lang.c:688
+#: src/lang.c:689
 msgid "Options Menu Commands"
 msgstr ""
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, c-format
 msgid "Error in regex: %s at pos. %d '%s'"
 msgstr ""
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, c-format
 msgid "Error in regex: pcre internal error %d"
 msgstr ""
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, c-format
 msgid "Error in regex: study - pcre internal error %s"
 msgstr ""
 
-#: src/lang.c:694
+#: src/lang.c:695
 msgid "Post a followup..."
 msgstr ""
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 msgid ""
 "An error has occurred while posting the article. If you think that this\n"
 "error is temporary or otherwise correctable, you can postpone the article\n"
 "and pick it up again with ^O later.\n"
 msgstr ""
 
-#: src/lang.c:699
+#: src/lang.c:700
 msgid "Posted articles history"
 msgstr ""
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, c-format
 msgid "Post to newsgroup(s) [%s]> "
 msgstr ""
 
-#: src/lang.c:701
+#: src/lang.c:702
 msgid "-- post processing started --"
 msgstr ""
 
-#: src/lang.c:702
+#: src/lang.c:703
 msgid "-- post processing completed --"
 msgstr ""
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, c-format
 msgid "Post subject [%s]> "
 msgstr ""
 
-#: src/lang.c:704
+#: src/lang.c:705
 msgid ""
 "# Summary of mailed/posted messages viewable by 'W' command from within "
 "tin.\n"
 msgstr ""
 
-#: src/lang.c:705
+#: src/lang.c:706
 msgid "Posting article..."
 msgstr ""
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, c-format
 msgid "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr ""
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, c-format
 msgid "Hot %s"
 msgstr ""
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, c-format
 msgid "Tagged %s"
 msgstr ""
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, c-format
 msgid "Untagged %s"
 msgstr ""
 
-#: src/lang.c:710
+#: src/lang.c:711
 msgid "Processing mail messages marked for deletion."
 msgstr ""
 
-#: src/lang.c:711
+#: src/lang.c:712
 msgid "Processing saved articles marked for deletion."
 msgstr ""
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, c-format
 msgid "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr ""
 
-#: src/lang.c:713
+#: src/lang.c:714
 msgid "Article unchanged, abort mailing?"
 msgstr ""
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, c-format
 msgid "Do you want to see postponed articles (%d)?"
 msgstr ""
 
-#: src/lang.c:716
+#: src/lang.c:717
 msgid "Add quick kill filter?"
 msgstr ""
 
-#: src/lang.c:717
+#: src/lang.c:718
 msgid "Add quick selection filter?"
 msgstr ""
 
-#: src/lang.c:718
+#: src/lang.c:719
 msgid "Do you really want to quit?"
 msgstr ""
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, c-format
 msgid "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr ""
 
-#: src/lang.c:720
+#: src/lang.c:721
 msgid "You have tagged articles in this group - quit anyway?"
 msgstr ""
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, c-format
 msgid "%s=quit, %s=edit, %s=postpone: "
 msgstr ""
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, c-format
 msgid "%s=quit %s=edit %s=save kill description: "
 msgstr ""
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, c-format
 msgid "%s=quit %s=edit %s=save select description: "
 msgstr ""
 
-#: src/lang.c:724
+#: src/lang.c:725
 msgid "Do you really want to quit without saving your configuration?"
 msgstr ""
 
-#: src/lang.c:727
+#: src/lang.c:728
 msgid "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr ""
 
-#: src/lang.c:729
+#: src/lang.c:730
 msgid "Do you want to abort this operation?"
 msgstr ""
 
-#: src/lang.c:730
+#: src/lang.c:731
 msgid "Do you want to exit tin immediately?"
 msgstr ""
 
-#: src/lang.c:732
+#: src/lang.c:733
 msgid "Reading ('q' to quit)..."
 msgstr ""
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, c-format
 msgid "Reading %sarticles..."
 msgstr ""
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, c-format
 msgid "Reading %sattributes file...\n"
 msgstr ""
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, c-format
 msgid "Reading %sconfig file...\n"
 msgstr ""
 
-#: src/lang.c:736
+#: src/lang.c:737
 msgid "Reading filter file...\n"
 msgstr ""
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, c-format
 msgid "Reading %s groups..."
 msgstr ""
 
-#: src/lang.c:738
+#: src/lang.c:739
 msgid "Reading input history file...\n"
 msgstr ""
 
-#: src/lang.c:739
+#: src/lang.c:740
 msgid "Reading keymap file...\n"
 msgstr ""
 
-#: src/lang.c:740
+#: src/lang.c:741
 msgid "Reading groups from active file... "
 msgstr ""
 
-#: src/lang.c:741
+#: src/lang.c:742
 msgid "Reading groups from newsrc file... "
 msgstr ""
 
-#: src/lang.c:742
+#: src/lang.c:743
 msgid "Reading newsgroups file... "
 msgstr ""
 
-#: src/lang.c:743
+#: src/lang.c:744
 msgid "Reading newsrc file..."
 msgstr ""
 
-#: src/lang.c:744
+#: src/lang.c:745
 msgid "References: line              "
 msgstr ""
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid "(%d:%02d remaining)"
 msgstr ""
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, c-format
 msgid "Bogus group %s removed."
 msgstr ""
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid "Removed from the previous rule: "
 msgstr ""
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, c-format
 msgid "Error: rename %s to %s"
 msgstr ""
 
-#: src/lang.c:751
+#: src/lang.c:752
 msgid "Reply to author..."
 msgstr ""
 
-#: src/lang.c:752
+#: src/lang.c:753
 msgid "Repost"
 msgstr ""
 
-#: src/lang.c:753
+#: src/lang.c:754
 msgid "Reposting article..."
 msgstr ""
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, c-format
 msgid "Repost article(s) to group(s) [%s]> "
 msgstr ""
 
-#: src/lang.c:755
+#: src/lang.c:756
 msgid "Reset newsrc?"
 msgstr ""
 
-#: src/lang.c:756
+#: src/lang.c:757
 msgid "Responses have been directed to the following newsgroups"
 msgstr ""
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, c-format
 msgid "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr ""
 
-#: src/lang.c:759
+#: src/lang.c:760
 msgid "Press <RETURN> to continue..."
 msgstr ""
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid "Select From    [%s] (y/n): "
 msgstr ""
 
-#: src/lang.c:762
+#: src/lang.c:763
 msgid "Select Lines: (</>num): "
 msgstr ""
 
-#: src/lang.c:763
+#: src/lang.c:764
 msgid "Auto-select Article Menu"
 msgstr ""
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, c-format
 msgid "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr ""
 
-#: src/lang.c:765
+#: src/lang.c:766
 msgid "Select pattern scope: "
 msgstr ""
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, c-format
 msgid "Select Subject [%s] (y/n): "
 msgstr ""
 
-#: src/lang.c:767
+#: src/lang.c:768
 msgid "Select text pattern : "
 msgstr ""
 
-#: src/lang.c:768
+#: src/lang.c:769
 msgid "Select time in days   : "
 msgstr ""
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, c-format
 msgid ""
 "# %s server configuration file\n"
@@ -3247,260 +3251,260 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/lang.c:775
+#: src/lang.c:776
 msgid "Showing unread groups only"
 msgstr ""
 
-#: src/lang.c:776
+#: src/lang.c:777
 msgid "Subject: line (ignore case)   "
 msgstr ""
 
-#: src/lang.c:777
+#: src/lang.c:778
 msgid "Subject: line (case sensitive)"
 msgstr ""
 
-#: src/lang.c:778
+#: src/lang.c:779
 msgid "Save"
 msgstr ""
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, c-format
 msgid "Save '%s' (%s/%s)?"
 msgstr ""
 
-#: src/lang.c:780
+#: src/lang.c:781
 msgid "Save configuration before continuing?"
 msgstr ""
 
-#: src/lang.c:781
+#: src/lang.c:782
 msgid "Save filename> "
 msgstr ""
 
-#: src/lang.c:782
+#: src/lang.c:783
 msgid "Saved"
 msgstr ""
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, c-format
 msgid "%4d unread (%4d hot) %s in %s\n"
 msgstr ""
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, c-format
 msgid "Saved %s...\n"
 msgstr ""
 
-#: src/lang.c:785
+#: src/lang.c:786
 msgid "Nothing was saved"
 msgstr ""
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, c-format
 msgid ""
 "\n"
 "%s %d %s from %d %s\n"
 msgstr ""
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, c-format
 msgid "-- %s saved to %s%s --"
 msgstr ""
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, c-format
 msgid "-- %s saved to %s - %s --"
 msgstr ""
 
-#: src/lang.c:789
+#: src/lang.c:790
 msgid "Saving..."
 msgstr ""
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, c-format
 msgid "%s: Screen initialization failed"
 msgstr ""
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, c-format
 msgid "%s: screen is too small\n"
 msgstr ""
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, c-format
 msgid "screen is too small, %s is exiting\n"
 msgstr ""
 
-#: src/lang.c:795
+#: src/lang.c:796
 msgid "Delete scope?"
 msgstr ""
 
-#: src/lang.c:796
+#: src/lang.c:797
 msgid "Enter scope> "
 msgstr ""
 
-#: src/lang.c:797
+#: src/lang.c:798
 msgid "Select new position> "
 msgstr ""
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid "New position cannot be a global scope"
 msgstr ""
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid "Global scope, operation not allowed"
 msgstr ""
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid "Rename scope> "
 msgstr ""
 
-#: src/lang.c:801
+#: src/lang.c:802
 msgid "Select scope> "
 msgstr ""
 
-#: src/lang.c:802
+#: src/lang.c:803
 msgid "Scopes Menu"
 msgstr ""
 
-#: src/lang.c:803
+#: src/lang.c:804
 msgid "Scopes Menu Commands"
 msgstr ""
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, c-format
 msgid "Search backwards [%s]> "
 msgstr ""
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, c-format
 msgid "Search body [%s]> "
 msgstr ""
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, c-format
 msgid "Search forwards [%s]> "
 msgstr ""
 
-#: src/lang.c:807
+#: src/lang.c:808
 msgid "Searching..."
 msgstr ""
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, c-format
 msgid "Searching article %d of %d ('q' to abort)..."
 msgstr ""
 
-#: src/lang.c:809
+#: src/lang.c:810
 msgid "Select article> "
 msgstr ""
 
-#: src/lang.c:810
+#: src/lang.c:811
 msgid ""
 "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr ""
 
-#: src/lang.c:811
+#: src/lang.c:812
 msgid "Select group> "
 msgstr ""
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, c-format
 msgid "Enter selection pattern [%s]> "
 msgstr ""
 
-#: src/lang.c:813
+#: src/lang.c:814
 msgid "Select thread > "
 msgstr ""
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, c-format
 msgid "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr ""
 
-#: src/lang.c:815
+#: src/lang.c:816
 msgid "servers active-file"
 msgstr ""
 
-#: src/lang.c:816
+#: src/lang.c:817
 msgid "Cannot move into new newsgroups. Subscribe first..."
 msgstr ""
 
-#: src/lang.c:817
+#: src/lang.c:818
 msgid "<SPACE>"
 msgstr ""
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, c-format
 msgid "Starting: (%s)"
 msgstr ""
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, c-format
 msgid "List Thread (%d of %d)"
 msgstr ""
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, c-format
 msgid "Thread (%.*s)"
 msgstr ""
 
-#: src/lang.c:821
+#: src/lang.c:822
 msgid "Enter wildcard subscribe pattern> "
 msgstr ""
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, c-format
 msgid "subscribed to %d groups"
 msgstr ""
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, c-format
 msgid "Subscribed to %s"
 msgstr ""
 
-#: src/lang.c:824
+#: src/lang.c:825
 msgid "Subscribing... "
 msgstr ""
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, c-format
 msgid "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr ""
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, c-format
 msgid "Supersede article(s) to group(s) [%s]> "
 msgstr ""
 
-#: src/lang.c:827
+#: src/lang.c:828
 msgid "Superseding article ..."
 msgstr ""
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, c-format
 msgid ""
 "\n"
 "Stopped. Type 'fg' to restart %s\n"
 msgstr ""
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, c-format
 msgid "%d days"
 msgstr ""
 
-#: src/lang.c:831
+#: src/lang.c:832
 msgid "<TAB>"
 msgstr ""
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid "TeX "
 msgstr ""
 
-#: src/lang.c:833
+#: src/lang.c:834
 msgid "# Default action/prompt strings\n"
 msgstr ""
 
-#: src/lang.c:834
+#: src/lang.c:835
 msgid ""
 "# Defaults for quick (1 key) kill & auto-selection filters\n"
 "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
@@ -3511,271 +3515,271 @@ msgid ""
 "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 msgstr ""
 
-#: src/lang.c:847
+#: src/lang.c:848
 msgid ""
 "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr ""
 
-#: src/lang.c:848
+#: src/lang.c:849
 msgid "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr ""
 
-#: src/lang.c:849
+#: src/lang.c:850
 msgid "There is no news\n"
 msgstr ""
 
-#: src/lang.c:850
+#: src/lang.c:851
 msgid "Thread"
 msgstr ""
 
-#: src/lang.c:851
+#: src/lang.c:852
 msgid "Thread Level Commands"
 msgstr ""
 
-#: src/lang.c:852
+#: src/lang.c:853
 msgid "Thread deselected"
 msgstr ""
 
-#: src/lang.c:853
+#: src/lang.c:854
 msgid "Thread selected"
 msgstr ""
 
-#: src/lang.c:855
+#: src/lang.c:856
 msgid "threads"
 msgstr ""
 
-#: src/lang.c:857
+#: src/lang.c:858
 msgid "thread"
 msgstr ""
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, c-format
 msgid "Thread %4s of %4s"
 msgstr ""
 
-#: src/lang.c:859
+#: src/lang.c:860
 msgid "Threading articles..."
 msgstr ""
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, c-format
 msgid "Toggled word highlighting %s"
 msgstr ""
 
-#: src/lang.c:861
+#: src/lang.c:862
 msgid "Toggled rot13 encoding"
 msgstr ""
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, c-format
 msgid "Toggled german TeX encoding %s"
 msgstr ""
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, c-format
 msgid "Toggled tab-width to %d"
 msgstr ""
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, c-format
 msgid "%d Trying to dotlock %s"
 msgstr ""
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, c-format
 msgid "%d Trying to lock %s"
 msgstr ""
 
-#: src/lang.c:868
+#: src/lang.c:869
 msgid "           h=help"
 msgstr ""
 
-#: src/lang.c:870
+#: src/lang.c:871
 msgid "Unlimited"
 msgstr ""
 
-#: src/lang.c:871
+#: src/lang.c:872
 msgid "Enter wildcard unsubscribe pattern> "
 msgstr ""
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, c-format
 msgid "Error decoding %s : %s"
 msgstr ""
 
-#: src/lang.c:873
+#: src/lang.c:874
 msgid "No end."
 msgstr ""
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, c-format
 msgid "%s successfully decoded."
 msgstr ""
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, c-format
 msgid ""
 "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
 "\n"
 msgstr ""
 
-#: src/lang.c:876
+#: src/lang.c:877
 msgid "unread "
 msgstr ""
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, c-format
 msgid "unsubscribed from %d groups"
 msgstr ""
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, c-format
 msgid "Unsubscribed from %s"
 msgstr ""
 
-#: src/lang.c:879
+#: src/lang.c:880
 msgid "Unsubscribing... "
 msgstr ""
 
-#: src/lang.c:880
+#: src/lang.c:881
 msgid "Unthreading articles..."
 msgstr ""
 
-#: src/lang.c:881
+#: src/lang.c:882
 msgid "Updated"
 msgstr ""
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr ""
 
-#: src/lang.c:885
+#: src/lang.c:886
 msgid "Updating"
 msgstr ""
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid "URL Menu"
 msgstr ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 msgid "URL Menu Commands"
 msgstr ""
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, c-format
 msgid "Opening %s"
 msgstr ""
 
-#: src/lang.c:889
+#: src/lang.c:890
 msgid "Select URL> "
 msgstr ""
 
-#: src/lang.c:890
+#: src/lang.c:891
 msgid "No URLs in this article"
 msgstr ""
 
-#: src/lang.c:891
+#: src/lang.c:892
 msgid "Use MIME display program for this message?"
 msgstr ""
 
-#: src/lang.c:892
+#: src/lang.c:893
 msgid "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr ""
 
-#: src/lang.c:893
+#: src/lang.c:894
 msgid "  -Z       return status indicating if any unread news (batch mode)"
 msgstr ""
 
-#: src/lang.c:894
+#: src/lang.c:895
 msgid "  -q       don't check for new newsgroups"
 msgstr ""
 
-#: src/lang.c:895
+#: src/lang.c:896
 msgid "  -X       don't save any files on quit"
 msgstr ""
 
-#: src/lang.c:896
+#: src/lang.c:897
 msgid "  -d       don't show newsgroup descriptions"
 msgstr ""
 
-#: src/lang.c:897
+#: src/lang.c:898
 msgid "  -G limit get only limit articles/group"
 msgstr ""
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, c-format
 msgid "  -H       help information about %s"
 msgstr ""
 
-#: src/lang.c:899
+#: src/lang.c:900
 msgid "  -h       this help message"
 msgstr ""
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, c-format
 msgid "  -I dir   news index file directory [default=%s]"
 msgstr ""
 
-#: src/lang.c:901
+#: src/lang.c:902
 msgid "  -u       update index files (batch mode)"
 msgstr ""
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, c-format
 msgid "  -m dir   mailbox directory [default=%s]"
 msgstr ""
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, c-format
 msgid ""
 "\n"
 "Mail bug reports/comments to %s"
 msgstr ""
 
-#: src/lang.c:904
+#: src/lang.c:905
 msgid "  -N       mail new news to your posts (batch mode)"
 msgstr ""
 
-#: src/lang.c:905
+#: src/lang.c:906
 msgid "  -M user  mail new news to specified user (batch mode)"
 msgstr ""
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, c-format
 msgid "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr ""
 
-#: src/lang.c:907
+#: src/lang.c:908
 msgid "  -x       no posting mode"
 msgstr ""
 
-#: src/lang.c:908
+#: src/lang.c:909
 msgid "  -w       post an article and exit"
 msgstr ""
 
-#: src/lang.c:909
+#: src/lang.c:910
 msgid "  -o       post all postponed articles and exit"
 msgstr ""
 
-#: src/lang.c:910
+#: src/lang.c:911
 msgid "  -R       read news saved by -S option"
 msgstr ""
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, c-format
 msgid "  -s dir   save news directory [default=%s]"
 msgstr ""
 
-#: src/lang.c:912
+#: src/lang.c:913
 msgid "  -S       save new news for later reading (batch mode)"
 msgstr ""
 
-#: src/lang.c:913
+#: src/lang.c:914
 msgid "  -z       start if any unread news"
 msgstr ""
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, c-format
 msgid ""
 "A Usenet reader.\n"
@@ -3783,42 +3787,42 @@ msgid ""
 "Usage: %s [options] [newsgroup[,...]]"
 msgstr ""
 
-#: src/lang.c:915
+#: src/lang.c:916
 msgid "  -v       verbose output for batch mode options"
 msgstr ""
 
-#: src/lang.c:916
+#: src/lang.c:917
 msgid "  -V       print version & date information"
 msgstr ""
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, c-format
 msgid "%s only useful without batch mode operations\n"
 msgstr ""
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, c-format
 msgid "%s only useful for batch mode operations\n"
 msgstr ""
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid "Useless combination %s and %s. Ignoring %s.\n"
 msgstr ""
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, c-format
 msgid ""
 "\n"
 "%s%d out of range (0 - %d). Reset to 0"
 msgstr ""
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, c-format
 msgid "View '%s' (%s/%s)?"
 msgstr ""
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, c-format
 msgid ""
 "\n"
@@ -3826,33 +3830,33 @@ msgid ""
 "%-100s\n"
 msgstr ""
 
-#: src/lang.c:925
+#: src/lang.c:926
 msgid ""
 "\n"
 "Warning: article unchanged after editing\n"
 msgstr ""
 
-#: src/lang.c:926
+#: src/lang.c:927
 msgid ""
 "\n"
 "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr ""
 
-#: src/lang.c:927
+#: src/lang.c:928
 msgid ""
 "\n"
 "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:"
 "\".\n"
 msgstr ""
 
-#: src/lang.c:929
+#: src/lang.c:930
 msgid ""
 "\n"
 "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
 "         with \"Re: \" and does not contain \"(was:\".\n"
 msgstr ""
 
-#: src/lang.c:932
+#: src/lang.c:933
 msgid ""
 "Read carefully!\n"
 "\n"
@@ -3866,7 +3870,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/lang.c:936
+#: src/lang.c:937
 msgid ""
 "\n"
 "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
@@ -3875,13 +3879,13 @@ msgid ""
 "         not be encoded properly.\n"
 msgstr ""
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid ""
 "\n"
 "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, c-format
 msgid ""
 "\n"
@@ -3891,7 +3895,7 @@ msgid ""
 "Read WHATSNEW, etc...\n"
 msgstr ""
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, c-format
 msgid ""
 "\n"
@@ -3900,7 +3904,7 @@ msgid ""
 "Some values in your %s file may be ignored, others might have changed!\n"
 msgstr ""
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, c-format
 msgid ""
 "Warning: tin wrote fewer groups to your\n"
@@ -3910,19 +3914,19 @@ msgid ""
 "before you start tin once again!\n"
 msgstr ""
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, c-format
 msgid ""
 "\n"
 "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr ""
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, c-format
 msgid "Warning: Only %d out of %d articles were saved"
 msgstr ""
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, c-format
 msgid ""
 "\n"
@@ -3933,49 +3937,49 @@ msgid ""
 "         possible.\n"
 msgstr ""
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, c-format
 msgid ""
 "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr ""
 
-#: src/lang.c:958
+#: src/lang.c:959
 msgid ""
 "\n"
 "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr ""
 
-#: src/lang.c:959
+#: src/lang.c:960
 msgid "Writing attributes file..."
 msgstr ""
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, c-format
 msgid "%d Responses"
 msgstr ""
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, c-format
 msgid "Added %d %s"
 msgstr ""
 
-#: src/lang.c:964
+#: src/lang.c:965
 msgid "No unsubscribed groups to show"
 msgstr ""
 
-#: src/lang.c:965
+#: src/lang.c:966
 msgid "Showing subscribed to groups only"
 msgstr ""
 
-#: src/lang.c:966
+#: src/lang.c:967
 msgid "Yes "
 msgstr ""
 
-#: src/lang.c:967
+#: src/lang.c:968
 msgid "    You have mail"
 msgstr ""
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, c-format
 msgid ""
 "\n"
@@ -3988,11 +3992,11 @@ msgid ""
 "         M)enu option.\n"
 msgstr ""
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid "  -D mode  debug mode"
 msgstr ""
 
-#: src/lang.c:987
+#: src/lang.c:988
 msgid ""
 "Read carefully!\n"
 "\n"
@@ -4009,11 +4013,11 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/lang.c:996
+#: src/lang.c:997
 msgid "toggle color"
 msgstr ""
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid ""
 "# Changing colors of several screen parts\n"
 "# Possible values are:\n"
@@ -4038,378 +4042,386 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 msgid "  -a       toggle color flag"
 msgstr ""
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 msgid ""
 "\n"
 "Error: Followup-To set to more than one newsgroup!\n"
 msgstr ""
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid ""
 "\n"
 "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr ""
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, c-format
 msgid ""
 "\n"
 "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr ""
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, c-format
 msgid ""
 "\n"
 "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr ""
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 msgid ""
 "\n"
 "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr ""
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, c-format
 msgid ""
 "\n"
 "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr ""
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, c-format
 msgid ""
 "\n"
 "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr ""
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, c-format
 msgid ""
 "\n"
 "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr ""
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, c-format
 msgid ""
 "\n"
 "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr ""
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, c-format
 msgid "%d files successfully written from %d articles. %d %s occurred."
 msgstr ""
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 msgid "Missing parts."
 msgstr ""
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 msgid "No beginning."
 msgstr ""
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 msgid "No data."
 msgstr ""
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 msgid "Unknown error."
 msgstr ""
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, c-format
 msgid "\tChecksum of %s (%ld %s)"
 msgstr ""
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 msgid "Reading mail active file... "
 msgstr ""
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 msgid "Reading mailgroups file... "
 msgstr ""
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 msgid "perform PGP operations on article"
 msgstr ""
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 msgid "Add key(s) to public keyring?"
 msgstr ""
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, c-format
 msgid "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr ""
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, c-format
 msgid "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr ""
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, c-format
 msgid "PGP has not been set up (can't open %s)"
 msgstr ""
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 msgid "Article not signed and no public keys found"
 msgstr ""
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, c-format
 msgid "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr ""
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, c-format
 msgid "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr ""
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, c-format
 msgid ""
 "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr ""
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, c-format
 msgid "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr ""
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, c-format
 msgid "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr ""
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, c-format
 msgid "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr ""
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, c-format
 msgid "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr ""
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, c-format
 msgid "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr ""
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, c-format
 msgid "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr ""
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, c-format
 msgid "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr ""
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, c-format
 msgid "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr ""
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, c-format
 msgid "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr ""
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 msgid "Try cache_overview_files to speed up things.\n"
 msgstr ""
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 msgid "Tin will use local index files instead.\n"
 msgstr ""
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 msgid "Cannot find NNTP server name"
 msgstr ""
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, c-format
 msgid "Connecting to %s:%u..."
 msgstr ""
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 msgid "Disconnecting from server...\n"
 msgstr ""
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, c-format
 msgid ""
 "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr ""
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, c-format
 msgid "Failed to connect to NNTP server %s. Exiting..."
 msgstr ""
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 msgid "205  Closing connection"
 msgstr ""
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 msgid "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr ""
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 msgid "Connection to news server has timed out. Reconnect?"
 msgstr ""
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, c-format
 msgid ""
 "Put the server name in the file %s,\n"
 "or set the environment variable NNTPSERVER"
 msgstr ""
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 msgid "  -A       force authentication on connect"
 msgstr ""
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, c-format
 msgid "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr ""
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, c-format
 msgid "  -p port  use port as NNTP port [default=%d]"
 msgstr ""
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 msgid "  -Q       quick start. Same as -nqd"
 msgstr ""
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 msgid "  -r       read news remotely from default NNTP server"
 msgstr ""
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 msgid "  -l       use only LIST instead of GROUP (-n) command"
 msgstr ""
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 msgid "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr ""
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid "  -4       force connecting via IPv4"
+msgstr ""
+
+#: src/lang.c:1104
+msgid "  -6       force connecting via IPv6"
+msgstr ""
+
+#: src/lang.c:1105
 msgid ""
 "\n"
 "socket or connect problem\n"
 msgstr ""
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, c-format
 msgid ""
 "\n"
 "Connection to %s: "
 msgstr ""
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 msgid "Giving up...\n"
 msgstr ""
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, c-format
 msgid "%s/tcp: Unknown service.\n"
 msgstr ""
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 msgid ""
 "Your server does not have Xref: in its XOVER information.\n"
 "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr ""
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 msgid "Your server does not have Xref: in its XOVER information.\n"
 msgstr ""
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, c-format
 msgid "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr ""
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 msgid "  -Q       quick start. Same as -qd"
 msgstr ""
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 msgid "  -l       read only active file instead of scanning spool (-n) command"
 msgstr ""
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 msgid "  -n       only read subscribed .newsrc groups from spool"
 msgstr ""
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 msgid "Your server does not have Xref: in its NOV-files.\n"
 msgstr ""
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 msgid "Posting using external inews failed. Use built in inews instead?"
 msgstr ""
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 msgid "It worked! Should I always use my built in inews from now on?"
 msgstr ""
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, c-format
 msgid "%d %s printed"
 msgstr ""
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 msgid "output article/thread/hot/pattern/tagged articles to printer"
 msgstr ""
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 msgid "Print"
 msgstr ""
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 msgid "Printing..."
 msgstr ""
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 msgid "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr ""
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 msgid "No command"
 msgstr ""
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 msgid "Pipe"
 msgstr ""
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, c-format
 msgid "Pipe to command [%.*s]> "
 msgstr ""
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 msgid "Piping..."
 msgstr ""
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 msgid "Piping not enabled."
 msgstr ""
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, c-format
 msgid ""
 "\n"
@@ -4419,7 +4431,7 @@ msgid ""
 "       newsgroup names.\n"
 msgstr ""
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, c-format
 msgid ""
 "\n"
@@ -4428,7 +4440,7 @@ msgid ""
 "       Please write all newsgroups into a single line.\n"
 msgstr ""
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, c-format
 msgid ""
 "\n"
@@ -4437,14 +4449,14 @@ msgid ""
 "         To avoid trouble please write all newsgroups into a single line.\n"
 msgstr ""
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, c-format
 msgid ""
 "\n"
 "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr ""
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 msgid ""
 "\n"
 "  If your article contains quoted text  please take some time to pare it "
@@ -4466,571 +4478,603 @@ msgid ""
 "  likely to ignore it completely.  It's a crowded net out there.\n"
 msgstr ""
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 msgid "shell escape"
 msgstr ""
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, c-format
 msgid "Shell Command (%s)"
 msgstr ""
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, c-format
 msgid "Enter shell command [%s]> "
 msgstr ""
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, c-format
 msgid "%s: Can't get entry for TERM\n"
 msgstr ""
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, c-format
 msgid "Group %.*s ('q' to quit)..."
 msgstr ""
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, c-format
 msgid "Group %.*s..."
 msgstr ""
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 msgid "Server unavailable\n"
 msgstr ""
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, c-format
 msgid ""
 "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
 "s=post"
 msgstr ""
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, c-format
 msgid ""
 "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, c-format
 msgid ""
 "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, c-format
 msgid "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, c-format
 msgid ""
 "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, c-format
 msgid "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, c-format
 msgid "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, c-format
 msgid "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr ""
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 msgid "Terminal does not support color"
 msgstr ""
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, c-format
 msgid "Trying %s"
 msgstr ""
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506
 #: src/refs.c:288
 msgid "None"
 msgstr ""
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 msgid "Subject"
 msgstr ""
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 msgid "References"
 msgstr ""
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 msgid "Both Subject and References"
 msgstr ""
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 msgid "Multipart Subject"
 msgstr ""
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid "Percentage Match"
 msgstr ""
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 msgid "No"
 msgstr ""
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 msgid "Yes"
 msgstr ""
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 msgid "Hide All"
 msgstr ""
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 msgid "Address"
 msgstr ""
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 msgid "Full Name"
 msgstr ""
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 msgid "Address and Name"
 msgstr ""
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 msgid "Max"
 msgstr ""
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 msgid "Sum"
 msgstr ""
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 msgid "Average"
 msgstr ""
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 msgid "Lines"
 msgstr ""
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 msgid "Score"
 msgstr ""
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 msgid "Lines & Score"
 msgstr ""
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 msgid "Black"
 msgstr ""
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 msgid "Red"
 msgstr ""
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 msgid "Green"
 msgstr ""
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 msgid "Brown"
 msgstr ""
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 msgid "Blue"
 msgstr ""
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 msgid "Pink"
 msgstr ""
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 msgid "Cyan"
 msgstr ""
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 msgid "White"
 msgstr ""
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 msgid "Gray"
 msgstr ""
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 msgid "Light Red"
 msgstr ""
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 msgid "Light Green"
 msgstr ""
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 msgid "Yellow"
 msgstr ""
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 msgid "Light Blue"
 msgstr ""
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 msgid "Light Pink"
 msgstr ""
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 msgid "Light Cyan"
 msgstr ""
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 msgid "Light White"
 msgstr ""
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 msgid "Nothing"
 msgstr ""
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 msgid "Space"
 msgstr ""
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 msgid "Normal"
 msgstr ""
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 msgid "Best highlighting"
 msgstr ""
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 msgid "Underline"
 msgstr ""
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 msgid "Reverse video"
 msgstr ""
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 msgid "Blinking"
 msgstr ""
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 msgid "Half bright"
 msgstr ""
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 msgid "Bold"
 msgstr ""
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid "Cc"
 msgstr ""
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid "Bcc"
 msgstr ""
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid "Cc and Bcc"
 msgstr ""
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 msgid "none"
 msgstr ""
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 msgid "commands"
 msgstr ""
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 msgid "select"
 msgstr ""
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 msgid "commands & quit"
 msgstr ""
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 msgid "commands & select"
 msgstr ""
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 msgid "quit & select"
 msgstr ""
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 msgid "commands & quit & select"
 msgstr ""
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid "PageDown"
 msgstr ""
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid "PageNextUnread"
 msgstr ""
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid "PageDown or PageNextUnread"
 msgstr ""
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+msgid "Subject: (case sensitive)"
+msgstr ""
+
+#: src/lang.c:1369
+msgid "Subject: (ignore case)"
+msgstr ""
+
+#: src/lang.c:1370
+msgid "From: (case sensitive)"
+msgstr ""
+
+#: src/lang.c:1371
+msgid "From: (ignore case)"
+msgstr ""
+
+#: src/lang.c:1372
+msgid "Msg-ID: & full References: line"
+msgstr ""
+
+#: src/lang.c:1373
+msgid "Msg-ID: & last References: only"
+msgstr ""
+
+#: src/lang.c:1374
+msgid "Message-ID: entry only"
+msgstr ""
+
+#: src/lang.c:1375
+msgid "Lines:"
+msgstr ""
+
+#: src/lang.c:1380
 msgid "Don't trim article body"
 msgstr ""
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid "Skip leading blank lines"
 msgstr ""
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid "Skip trailing blank lines"
 msgstr ""
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid "Skip leading and trailing blank l."
 msgstr ""
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid "Compact multiple between text"
 msgstr ""
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid "Compact multiple and skip leading"
 msgstr ""
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid "Compact multiple and skip trailing"
 msgstr ""
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid "Compact mltpl., skip lead. & trai."
 msgstr ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 msgid "Shell archive"
 msgstr ""
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 msgid "Subject: (descending)"
 msgstr ""
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 msgid "Subject: (ascending)"
 msgstr ""
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 msgid "From: (descending)"
 msgstr ""
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 msgid "From: (ascending)"
 msgstr ""
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 msgid "Date: (descending)"
 msgstr ""
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 msgid "Date: (ascending)"
 msgstr ""
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 msgid "Score (descending)"
 msgstr ""
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 msgid "Score (ascending)"
 msgstr ""
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 msgid "Lines: (descending)"
 msgstr ""
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 msgid "Lines: (ascending)"
 msgstr ""
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 msgid "Last posting date (descending)"
 msgstr ""
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 msgid "Last posting date (ascending)"
 msgstr ""
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 msgid "Always Keep"
 msgstr ""
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 msgid "Always Remove"
 msgstr ""
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 msgid "Mark with D on selection screen"
 msgstr ""
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 msgid "Kill only unread arts"
 msgstr ""
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 msgid "Kill all arts & show with K"
 msgstr ""
 
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 msgid "Kill all arts and never show"
 msgstr ""
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 msgid "Nothing special"
 msgstr ""
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 msgid "Compress quotes"
 msgstr ""
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 msgid "Quote signatures"
 msgstr ""
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 msgid "Compress quotes, quote sigs"
 msgstr ""
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 msgid "Quote empty lines"
 msgstr ""
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 msgid "Compress quotes, quote empty lines"
 msgstr ""
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 msgid "Quote sigs & empty lines"
 msgstr ""
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 msgid "Comp. q., quote sigs & empty lines"
 msgstr ""
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 msgid "no"
 msgstr ""
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 msgid "with headers"
 msgstr ""
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid "without headers"
 msgstr ""
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid "NFKC"
 msgstr ""
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid "NFKD"
 msgstr ""
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid "NFC"
 msgstr ""
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid "NFD"
 msgstr ""
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 msgid "Display Options"
 msgstr ""
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 msgid "Color Options"
 msgstr ""
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 msgid "Article-Limiting Options"
 msgstr ""
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 msgid "Posting/Mailing Options"
 msgstr ""
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 msgid "Saving/Printing Options"
 msgstr ""
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 msgid "Expert Options"
 msgstr ""
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 msgid "Filtering Options"
 msgstr ""
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613
-#: src/lang.c:1665 src/lang.c:1671 src/lang.c:1681 src/lang.c:1692
-#: src/lang.c:1710 src/lang.c:1785 src/lang.c:1793 src/lang.c:1983
-#: src/lang.c:1989 src/lang.c:1995 src/lang.c:2001 src/lang.c:2013
-#: src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117
-#: src/lang.c:2124 src/lang.c:2131 src/lang.c:2138 src/lang.c:2145
-#: src/lang.c:2152 src/lang.c:2159 src/lang.c:2166 src/lang.c:2173
-#: src/lang.c:2180 src/lang.c:2187 src/lang.c:2194 src/lang.c:2201
-#: src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258
-#: src/lang.c:2274 src/lang.c:2281 src/lang.c:2288 src/lang.c:2295
-#: src/lang.c:2301 src/lang.c:2307 src/lang.c:2324 src/lang.c:2336
-#: src/lang.c:2370 src/lang.c:2423 src/lang.c:2437 src/lang.c:2443
-#: src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638
-#: src/lang.c:2663 src/lang.c:2679 src/lang.c:2698 src/lang.c:2711
-#: src/lang.c:2722 src/lang.c:2728 src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628
+#: src/lang.c:1680 src/lang.c:1686 src/lang.c:1696 src/lang.c:1707
+#: src/lang.c:1725 src/lang.c:1800 src/lang.c:1808 src/lang.c:1998
+#: src/lang.c:2004 src/lang.c:2010 src/lang.c:2016 src/lang.c:2028
+#: src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132
+#: src/lang.c:2139 src/lang.c:2146 src/lang.c:2153 src/lang.c:2160
+#: src/lang.c:2167 src/lang.c:2174 src/lang.c:2181 src/lang.c:2188
+#: src/lang.c:2195 src/lang.c:2202 src/lang.c:2209 src/lang.c:2216
+#: src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273
+#: src/lang.c:2289 src/lang.c:2296 src/lang.c:2303 src/lang.c:2310
+#: src/lang.c:2316 src/lang.c:2322 src/lang.c:2339 src/lang.c:2351
+#: src/lang.c:2385 src/lang.c:2438 src/lang.c:2452 src/lang.c:2458
+#: src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653
+#: src/lang.c:2660 src/lang.c:2686 src/lang.c:2702 src/lang.c:2721
+#: src/lang.c:2734 src/lang.c:2745 src/lang.c:2751 src/lang.c:2789
 msgid "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 msgid "Show mini menu & posting etiquette"
 msgstr ""
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 msgid ""
 "# If ON show a mini menu of useful commands at each level\n"
 "# and posting etiquette after composing an article\n"
 msgstr ""
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 msgid "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 msgid "Show description of each newsgroup"
 msgstr ""
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 msgid ""
 "# If ON show group description text after newsgroup name at\n"
 "# group selection level\n"
 msgstr ""
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 msgid ""
 "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
 "sets."
 msgstr ""
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 msgid "In group menu, show author by"
 msgstr ""
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 msgid ""
 "# Part of from field to display\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5040,31 +5084,31 @@ msgid ""
 "#   3 = both\n"
 msgstr ""
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 msgid "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 msgid "Draw -> instead of highlighted bar"
 msgstr ""
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 msgid "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr ""
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 msgid "Use inverse video for page headers"
 msgstr ""
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 msgid "# If ON use inverse video for page headers at different levels\n"
 msgstr ""
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 msgid "Thread articles by"
 msgstr ""
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid ""
 "# Thread articles by ...\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5076,15 +5120,15 @@ msgid ""
 "#   5 = Percentage Match\n"
 msgstr ""
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid "Enter percentage match required to thread together. <CR> sets."
 msgstr ""
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid "Thread percentage match"
 msgstr ""
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid ""
 "# Thread percentage match...\n"
@@ -5099,11 +5143,11 @@ msgid ""
 "# 'harppy' would be threaded separately from 'happy'\n"
 msgstr ""
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 msgid "Score of a thread"
 msgstr ""
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid ""
 "# Thread score\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5112,16 +5156,16 @@ msgid ""
 "#   2 = average\n"
 msgstr ""
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 msgid ""
 "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 msgid "Sort articles by"
 msgstr ""
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 msgid ""
 "# Sort articles by ...\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5138,15 +5182,15 @@ msgid ""
 "#  10 = Lines ascending\n"
 msgstr ""
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 msgid "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 msgid "Sort threads by"
 msgstr ""
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 msgid ""
 "# Sort thread by ...\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5157,44 +5201,44 @@ msgid ""
 "#   4 = Last posting date ascending\n"
 msgstr ""
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 msgid ""
 "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1654
-msgid "Goto first unread article in group"
+#: src/lang.c:1669
+msgid "Go to first unread article in group"
 msgstr ""
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 msgid "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr ""
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 msgid "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 msgid "Show only unread articles"
 msgstr ""
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 msgid "# If ON show only new/unread articles otherwise show all.\n"
 msgstr ""
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 msgid "Show only groups with unread arts"
 msgstr ""
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 msgid "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr ""
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 msgid "Filter which articles"
 msgstr ""
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 msgid ""
 "# Filter which articles\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5203,11 +5247,11 @@ msgid ""
 "#   2 = kill all articles and never show them\n"
 msgstr ""
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 msgid "Go to the next unread article with"
 msgstr ""
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 msgid ""
 "# Go to the unread article with following key(s)\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5217,11 +5261,11 @@ msgid ""
 "#   3 = PAGE DOWN or TAB\n"
 msgstr ""
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 msgid "How to treat blank lines"
 msgstr ""
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid ""
 "# Trim the article body, remove unnecessary blank lines.\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5238,174 +5282,174 @@ msgid ""
 "#       leading and trailing blank lines\n"
 msgstr ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 msgid "List thread using right arrow key"
 msgstr ""
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 msgid ""
 "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr ""
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 msgid "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 msgid "Character to show deleted articles"
 msgstr ""
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 msgid ""
 "# Character used to show that an art was deleted (default 'D')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 msgid ""
 "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 msgid "Character to show inrange articles"
 msgstr ""
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 msgid ""
 "# Character used to show that an art is in a range (default '#')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 msgid ""
 "Enter character to indicate that article will return. <CR> sets, <ESC> "
 "cancels."
 msgstr ""
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 msgid "Character to show returning arts"
 msgstr ""
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 msgid ""
 "# Character used to show that an art will return (default '-')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 msgid ""
 "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 msgid "Character to show selected articles"
 msgstr ""
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 msgid ""
 "# Character used to show that an art was auto-selected (default '*')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 msgid "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 msgid "Character to show recent articles"
 msgstr ""
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 msgid ""
 "# Character used to show that an art is recent (default 'o')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 msgid "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 msgid "Character to show unread articles"
 msgstr ""
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 msgid ""
 "# Character used to show that an art is unread (default '+')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 msgid "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 msgid "Character to show read articles"
 msgstr ""
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 msgid ""
 "# Character used to show that an art was read (default ' ')\n"
 "# _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 msgid "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 msgid "Character to show killed articles"
 msgstr ""
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 msgid ""
 "# Character used to show that an art was killed (default 'K')\n"
 "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 msgid ""
 "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 msgid "Character to show readselected arts"
 msgstr ""
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 msgid ""
 "# Character used to show that an art was selected before read (default ':')\n"
 "# kill_level must be set accordingly, _ is turned into ' '\n"
 msgstr ""
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 msgid "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr ""
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 msgid "Max. length of group names shown"
 msgstr ""
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 msgid "# Maximum length of the names of newsgroups displayed\n"
 msgstr ""
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid "Abbreviate long newsgroup names"
 msgstr ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid ""
 "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
 "# level and article level like this:\n"
 "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 msgid "Show lines/score in listings"
 msgstr ""
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 msgid ""
 "# What information should be displayed in article/thread listing\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5415,17 +5459,17 @@ msgid ""
 "#   3 = lines & score\n"
 msgstr ""
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 msgid ""
 "0 = full page scrolling, -1 = show previous last line as first on next page, "
 "-2 = half page"
 msgstr ""
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 msgid "Number of lines to scroll in pager"
 msgstr ""
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid ""
 "# Number of lines that cursor-up/down will scroll in article pager\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5436,28 +5480,28 @@ msgid ""
 "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
 msgstr ""
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 msgid "Display signatures"
 msgstr ""
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid "# If OFF don't show signatures when displaying articles\n"
 msgstr ""
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid ""
 "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid "Display uue data as an attachment"
 msgstr ""
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid ""
 "# Handling of uuencoded data in the pager\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5469,30 +5513,30 @@ msgid ""
 "#       be folded into a tag line.\n"
 msgstr ""
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid ""
 "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid "Display \"a as Umlaut-a"
 msgstr ""
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid ""
 "# If ON decode German style TeX umlaut codes to ISO and\n"
 "# show \"a as Umlaut-a, etc.\n"
 msgstr ""
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid "Space separated list of header fields"
 msgstr ""
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid "Display these header fields (or *)"
 msgstr ""
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid ""
 "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
 "# place an '*' as this value. This is the only way a wildcard can be used.\n"
@@ -5502,11 +5546,11 @@ msgid ""
 "# spaces. Not defining anything turns off this option.\n"
 msgstr ""
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 msgid "Do not display these header fields"
 msgstr ""
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid ""
 "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
 "# An example of using both options might be if you thought X- headers were\n"
@@ -5518,203 +5562,203 @@ msgid ""
 "# Not defining anything turns off this option.\n"
 msgstr ""
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid ""
 "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr ""
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid "Skip multipart/alternative parts"
 msgstr ""
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid "# If ON strip multipart/alternative messages automatically\n"
 msgstr ""
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 msgid "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid "Detection of verbatim blocks"
 msgstr ""
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 msgid "# If ON detect verbatim blocks in articles\n"
 msgstr ""
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid "A regex used to decide which lines to show in col_quote."
 msgstr ""
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid "Regex used to show quoted lines"
 msgstr ""
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid ""
 "# A regular expression that tin will use to decide which lines are\n"
 "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid "A regex used to decide which lines to show in col_quote2."
 msgstr ""
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid "Regex used to show twice quoted l."
 msgstr ""
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid ""
 "# A regular expression that tin will use to decide which lines are\n"
 "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid "A regex used to decide which lines to show in col_quote3."
 msgstr ""
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid "Regex used to show >= 3 times q.l."
 msgstr ""
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid ""
 "# A regular expression that tin will use to decide which lines are\n"
 "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid "A regex used to decide which words to show in col_markslashes."
 msgstr ""
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid "Regex used to highlight /slashes/"
 msgstr ""
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid ""
 "# A regular expression that tin will use to decide which words\n"
 "# bounded by '/' are to be shown in col_markslashes.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid "A regex used to decide which words to show in col_markstars."
 msgstr ""
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid "Regex used to highlight *stars*"
 msgstr ""
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid ""
 "# A regular expression that tin will use to decide which words\n"
 "# bounded by '*' are to be shown in col_markstars.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid "A regex used to decide which words to show in col_markstroke."
 msgstr ""
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 msgid "Regex used to highlight -strokes-"
 msgstr ""
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid ""
 "# A regular expression that tin will use to decide which words\n"
 "# bounded by '-' are to be shown in col_markstroke.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid "A regex used to decide which words to show in col_markdash."
 msgstr ""
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid "Regex used to highlight _underline_"
 msgstr ""
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid ""
 "# A regular expression that tin will use to decide which words\n"
 "# bounded by '_' are to be shown in col_markdash.\n"
 "# If you leave this blank, tin will use a built in default.\n"
 msgstr ""
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr ""
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid "Regex with Subject prefixes"
 msgstr ""
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid ""
 "# A regular expression that tin will use to find Subject prefixes\n"
 "# which will be removed before showing the header.\n"
 msgstr ""
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr ""
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid "Regex with Subject suffixes"
 msgstr ""
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid ""
 "# A regular expression that tin will use to find Subject suffixes\n"
 "# which will be removed when replying or posting followup.\n"
 msgstr ""
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid "A regex used to find the begin of a verbatim block."
 msgstr ""
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid "Regex for begin of a verbatim block"
 msgstr ""
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid ""
 "# A regular expression that tin will use to find the begin of\n"
 "# a verbatim block.\n"
 msgstr ""
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid "A regex used to find the end of a verbatim block."
 msgstr ""
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid "Regex for end of a verbatim block"
 msgstr ""
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid ""
 "# A regular expression that tin will use to find the end of\n"
 "# a verbatim block.\n"
 msgstr ""
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid ""
 "Enter name and options for external MIME viewer, --internal for built-in "
 "viewer"
 msgstr ""
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid "MIME binary content viewer"
 msgstr ""
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid ""
 "# If --internal automatically use the built in MIME viewer for non-text\n"
 "# parts of articles.\n"
@@ -5723,125 +5767,125 @@ msgid ""
 "# for no automatic viewing\n"
 msgstr ""
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid "Confirm before starting non-text viewing program"
 msgstr ""
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid "Ask before using MIME viewer"
 msgstr ""
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid ""
 "# If ON tin will ask before using metamail to display MIME messages\n"
 "# this only happens if metamail_prog is set to something\n"
 msgstr ""
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid "Catchup read groups when quitting"
 msgstr ""
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid "# If ON ask user if read groups should all be marked read\n"
 msgstr ""
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid "Catchup group using left key"
 msgstr ""
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr ""
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid "Catchup thread by using left key"
 msgstr ""
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid "Which actions require confirmation"
 msgstr ""
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid "# What should we ask confirmation for.\n"
 msgstr ""
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 msgid "'Mark as (un)read' ignores tags"
 msgstr ""
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 msgid ""
 "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr ""
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 msgid "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 msgid "Program that opens URLs"
 msgstr ""
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 msgid "# The program used to open URLs. The actual URL will be appended\n"
 msgstr ""
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 msgid "Use mouse in xterm"
 msgstr ""
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 msgid "# If ON enable mouse button support on xterm terminals\n"
 msgstr ""
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 msgid "Use scroll keys on keypad"
 msgstr ""
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 msgid "# If ON enable scroll keys on terminals that support it\n"
 msgstr ""
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 msgid "Enter maximum number of article to get. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 msgid "Number of articles to get"
 msgstr ""
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 msgid ""
 "# Number of articles to get (0=no limit), if negative sets maximum number\n"
 "# of already read articles to be read before first unread one\n"
 msgstr ""
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 msgid "Enter number of days article is considered recent. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 msgid "Article recentness time limit"
 msgstr ""
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 msgid "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr ""
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 msgid ""
 "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr ""
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 msgid "Wildcard matching"
 msgstr ""
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid ""
 "# Wildcard matching\n"
 "# Possible values are (the default is marked with *):\n"
@@ -5849,317 +5893,317 @@ msgid ""
 "#   1 = regex\n"
 msgstr ""
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 msgid "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 msgid "Score limit (kill)"
 msgstr ""
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 msgid "# Score limit before an article is marked killed\n"
 msgstr ""
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 msgid "Enter default score to kill articles. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 msgid "Default score to kill articles"
 msgstr ""
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 msgid "# Default score to kill articles\n"
 msgstr ""
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 msgid "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 msgid "Score limit (select)"
 msgstr ""
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 msgid "# Score limit before an article is marked hot\n"
 msgstr ""
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 msgid "Enter default score to select articles. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 msgid "Default score to select articles"
 msgstr ""
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 msgid "# Default score to select articles\n"
 msgstr ""
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 msgid "Use slrnface to show ''X-Face:''s"
 msgstr ""
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 msgid ""
 "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
 "# Only useful when running in an xterm.\n"
 msgstr ""
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 msgid "Use ANSI color"
 msgstr ""
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 msgid "# If ON using ANSI-color\n"
 msgstr ""
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 msgid "Standard foreground color"
 msgstr ""
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 msgid ""
 "# Standard foreground color\n"
 "# Default: -1 (default color)\n"
 msgstr ""
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 msgid "Standard background color"
 msgstr ""
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 msgid ""
 "# Standard background color\n"
 "# Default: -1 (default color)\n"
 msgstr ""
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 msgid "Color for inverse text (background)"
 msgstr ""
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 msgid ""
 "# Color of background for inverse text\n"
 "# Default: 4 (blue)\n"
 msgstr ""
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 msgid "Color for inverse text (foreground)"
 msgstr ""
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 msgid ""
 "# Color of foreground for inverse text\n"
 "# Default: 7 (white)\n"
 msgstr ""
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 msgid "Color of text lines"
 msgstr ""
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 msgid ""
 "# Color of text lines\n"
 "# Default: -1 (default color)\n"
 msgstr ""
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 msgid "Color of mini help menu"
 msgstr ""
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 msgid ""
 "# Color of mini help menu\n"
 "# Default: 3 (brown)\n"
 msgstr ""
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 msgid "Color of help text"
 msgstr ""
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid ""
 "# Color of help pages\n"
 "# Default: -1 (default color)\n"
 msgstr ""
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 msgid "Color of status messages"
 msgstr ""
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 msgid ""
 "# Color of messages in last line\n"
 "# Default: 6 (cyan)\n"
 msgstr ""
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 msgid "Color of quoted lines"
 msgstr ""
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 msgid ""
 "# Color of quote-lines\n"
 "# Default: 2 (green)\n"
 msgstr ""
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 msgid "Color of twice quoted line"
 msgstr ""
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 msgid ""
 "# Color of twice quoted lines\n"
 "# Default: 3 (brown)\n"
 msgstr ""
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 msgid "Color of =>3 times quoted line"
 msgstr ""
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 msgid ""
 "# Color of >=3 times quoted lines\n"
 "# Default: 4 (blue)\n"
 msgstr ""
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 msgid "Color of article header lines"
 msgstr ""
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 msgid ""
 "# Color of header-lines\n"
 "# Default: 2 (green)\n"
 msgstr ""
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 msgid "Color of actual news header fields"
 msgstr ""
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 msgid ""
 "# Color of actual news header fields\n"
 "# Default: 9 (light red)\n"
 msgstr ""
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 msgid "Color of article subject lines"
 msgstr ""
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 msgid ""
 "# Color of article subject\n"
 "# Default: 6 (cyan)\n"
 msgstr ""
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 msgid "Color of response counter"
 msgstr ""
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 msgid ""
 "# Color of response counter\n"
 "# Default: 2 (green)\n"
 msgstr ""
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 msgid "Color of sender (From:)"
 msgstr ""
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 msgid ""
 "# Color of sender (From:)\n"
 "# Default: 2 (green)\n"
 msgstr ""
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 msgid "Color of help/mail sign"
 msgstr ""
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 msgid ""
 "# Color of Help/Mail-Sign\n"
 "# Default: 4 (blue)\n"
 msgstr ""
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 msgid "Color of signatures"
 msgstr ""
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 msgid ""
 "# Color of signature\n"
 "# Default: 4 (blue)\n"
 msgstr ""
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 msgid "Color of highlighted URLs"
 msgstr ""
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid ""
 "# Color of highlighted URLs\n"
 "# Default: -1 (default color)\n"
 msgstr ""
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 msgid "Color of verbatim blocks"
 msgstr ""
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 msgid ""
 "# Color of verbatim blocks\n"
 "# Default: 5 (pink)\n"
 msgstr ""
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 msgid "Color of highlighting with *stars*"
 msgstr ""
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 msgid ""
 "# Color of word highlighting with *stars*\n"
 "# Default: 11 (yellow)\n"
 msgstr ""
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 msgid "Color of highlighting with _dash_"
 msgstr ""
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 msgid ""
 "# Color of word highlighting with _dash_\n"
 "# Default: 13 (light pink)\n"
 msgstr ""
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 msgid "Color of highlighting with /slash/"
 msgstr ""
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 msgid ""
 "# Color of word highlighting with /slash/\n"
 "# Default: 14 (light cyan)\n"
 msgstr ""
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 msgid "Color of highlighting with -stroke-"
 msgstr ""
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 msgid ""
 "# Color of word highlighting with -stroke-\n"
 "# Default: 12 (light blue)\n"
 msgstr ""
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 msgid "Attr. of highlighting with *stars*"
 msgstr ""
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 msgid ""
 "# Attributes of word highlighting on mono terminals\n"
 "# Possible values are:\n"
@@ -6175,57 +6219,57 @@ msgid ""
 "# Default: 6 (bold)\n"
 msgstr ""
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 msgid "Attr. of highlighting with _dash_"
 msgstr ""
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid ""
 "# Attribute of word highlighting with _dash_\n"
 "# Default: 2 (best highlighting)\n"
 msgstr ""
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 msgid "Attr. of highlighting with /slash/"
 msgstr ""
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 msgid ""
 "# Attribute of word highlighting with /slash/\n"
 "# Default: 5 (half bright)\n"
 msgstr ""
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 msgid "Attr. of highlighting with -stroke-"
 msgstr ""
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 msgid ""
 "# Attribute of word highlighting with -stroke-\n"
 "# Default: 3 (reverse video)\n"
 msgstr ""
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 msgid "URL highlighting in message body"
 msgstr ""
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 msgid "# Enable URL highlighting?\n"
 msgstr ""
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 msgid "Word highlighting in message body"
 msgstr ""
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 msgid "# Enable word highlighting?\n"
 msgstr ""
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 msgid "What to display instead of mark"
 msgstr ""
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 msgid ""
 "# Should the leading and ending stars and dashes also be displayed,\n"
 "# even when they are highlighting marks?\n"
@@ -6235,56 +6279,56 @@ msgid ""
 "# * 2 = print a space instead\n"
 msgstr ""
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 msgid "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 msgid "Page line wrap column"
 msgstr ""
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 msgid "# Wrap article lines at column\n"
 msgstr ""
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 msgid "Wrap around threads on next unread"
 msgstr ""
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 msgid "# If ON wrap around threads on searching next unread article\n"
 msgstr ""
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 msgid "Enter default mail address (and fullname). <CR> sets."
 msgstr ""
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 msgid "Mail address (and fullname)"
 msgstr ""
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 msgid "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr ""
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid "Show empty Followup-To in editor"
 msgstr ""
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid "# If ON show empty Followup-To header when editing an article\n"
 msgstr ""
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid ""
 "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid "Create signature from path/command"
 msgstr ""
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid ""
 "# Signature path (random sigs)/file to be used when posting/replying\n"
 "# sigfile=file       appends file as signature\n"
@@ -6292,52 +6336,52 @@ msgid ""
 "# sigfile=--none     don't append a signature\n"
 msgstr ""
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid ""
 "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid "Prepend signature with \"-- \""
 msgstr ""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr ""
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid "Add signature when reposting"
 msgstr ""
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid "# If ON add signature to reposted articles\n"
 msgstr ""
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid "Enter quotation marks, %s or %S for author's initials."
 msgstr ""
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid "Characters used as quote-marks"
 msgstr ""
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, c-format
 msgid ""
 "# Characters used in quoting to followups and replies.\n"
 "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr ""
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 msgid "Quoting behavior"
 msgstr ""
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 msgid ""
 "# How quoting should be handled when following up or replying.\n"
 "# Possible values are (the default is marked with *):\n"
@@ -6351,16 +6395,16 @@ msgid ""
 "#   7 = Compress quotes, quote signatures, quote empty lines\n"
 msgstr ""
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 msgid ""
 "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr ""
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 msgid "Quote line when following up"
 msgstr ""
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, c-format
 msgid ""
 "# Format of quote line when mailing/posting/following-up an article\n"
@@ -6368,36 +6412,36 @@ msgid ""
 "# %%N Full Name  %%C First Name   %%I Initials\n"
 msgstr ""
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 msgid "Quote line when cross-posting"
 msgstr ""
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 msgid "Quote line when mailing"
 msgstr ""
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 msgid "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 msgid "Insert 'User-Agent:' header"
 msgstr ""
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 msgid "# If ON include advertising User-Agent: header\n"
 msgstr ""
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 msgid ""
 "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr ""
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid "MM_CHARSET"
 msgstr ""
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 msgid ""
 "# Charset supported locally which is also used for MIME header and\n"
 "# Content-Type header.\n"
@@ -6407,40 +6451,40 @@ msgid ""
 "# mm_charset is considered not displayable and represented as '?'.\n"
 msgstr ""
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 msgid "MM_NETWORK_CHARSET"
 msgstr ""
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 msgid "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr ""
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 msgid ""
 "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr ""
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 msgid "MM_LOCAL_CHARSET"
 msgstr ""
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid "# Charset supported locally.\n"
 msgstr ""
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 msgid "Mailbox format"
 msgstr ""
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 msgid "# Format of the mailbox.\n"
 msgstr ""
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 msgid "MIME encoding in news messages"
 msgstr ""
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 msgid ""
 "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
 "# for mails and posts, if necessary. QP is efficient for most European\n"
@@ -6449,15 +6493,15 @@ msgid ""
 "# Russian charsets with a lot of 8bit characters.\n"
 msgstr ""
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 msgid "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 msgid "Use 8bit characters in news headers"
 msgstr ""
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 msgid ""
 "# If ON, 8bit characters in news headers are NOT encoded.\n"
 "# default is OFF. Thus 8bit characters are encoded by default.\n"
@@ -6465,28 +6509,28 @@ msgid ""
 "# parameter unless post_mime_encoding is 8bit as well.\n"
 msgstr ""
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 msgid ""
 "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 msgid "View post-processed files"
 msgstr ""
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 msgid "# If set, post processed files will be opened in a viewer\n"
 msgstr ""
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 msgid "MIME encoding in mail messages"
 msgstr ""
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 msgid "Use 8bit characters in mail headers"
 msgstr ""
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 msgid ""
 "# If ON, 8bit characters in mail headers are NOT encoded.\n"
 "# default is OFF. Thus 8bit characters are encoded by default.\n"
@@ -6497,36 +6541,36 @@ msgid ""
 "# turn it ON unless you have some compelling reason.\n"
 msgstr ""
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 msgid "Strip blanks from ends of lines"
 msgstr ""
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 msgid ""
 "# If ON strip blanks from ends of lines for faster display on slow "
 "terminals.\n"
 msgstr ""
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 msgid "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 msgid "Transliteration"
 msgstr ""
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 msgid ""
 "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
 "# be represented in the in the target character set, it can be approximated\n"
 "# through one or several similarly looking characters.\n"
 msgstr ""
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 msgid "Send you a Cc/Bcc automatically"
 msgstr ""
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 msgid ""
 "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
 "# Possible values are (the default is marked with *):\n"
@@ -6536,119 +6580,119 @@ msgid ""
 "#   3 = Cc and Bcc\n"
 msgstr ""
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 msgid "Enter address elements about which you want to be warned. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 msgid "Spamtrap warning address parts"
 msgstr ""
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 msgid ""
 "# A comma-delimited list of address-parts you want to be warned\n"
 "# about when trying to reply by email.\n"
 msgstr ""
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 msgid "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 msgid "No. of days a filter entry is valid"
 msgstr ""
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 msgid "# Number of days a short term filter will be active\n"
 msgstr ""
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 msgid "Add posted articles to filter"
 msgstr ""
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 msgid ""
 "# If ON add posted articles which start a new thread to filter for\n"
 "# highlighting follow-ups\n"
 msgstr ""
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 msgid "The directory where articles/threads are to be saved in mailbox format."
 msgstr ""
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 msgid "Mail directory"
 msgstr ""
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 msgid "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr ""
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 msgid "Save articles in batch mode (-S)"
 msgstr ""
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 msgid ""
 "# If ON articles/threads will be saved in batch mode when save -S\n"
 "# or mail (-M/-N) is specified on the command line\n"
 msgstr ""
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 msgid "The directory where you want articles/threads saved."
 msgstr ""
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 msgid "Directory to save arts/threads in"
 msgstr ""
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 msgid "# Directory where articles/threads are saved\n"
 msgstr ""
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 msgid ""
 "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> "
 "sets."
 msgstr ""
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 msgid "Use Archive-name: header for save"
 msgstr ""
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 msgid ""
 "# If ON articles/threads with Archive-name: in mail header will\n"
 "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr ""
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 msgid ""
 "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
 "cancels."
 msgstr ""
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 msgid "Mark saved articles/threads as read"
 msgstr ""
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 msgid "# If ON mark articles that are saved as read\n"
 msgstr ""
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 msgid "Do post processing (eg. extract attachments) for saved articles."
 msgstr ""
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 msgid "Post process saved articles"
 msgstr ""
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 msgid ""
 "# Perform post processing (saving binary attachments) from saved articles.\n"
 "# Possible values are (the default is marked with *):\n"
@@ -6657,107 +6701,107 @@ msgid ""
 "#   2 = yes\n"
 msgstr ""
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 msgid "Process only unread articles"
 msgstr ""
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 msgid ""
 "# If ON only save/print/pipe/mail unread articles (tagged articles "
 "excepted)\n"
 msgstr ""
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 msgid "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 msgid "Print all headers when printing"
 msgstr ""
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 msgid ""
 "# If ON print all of article header otherwise just the important lines\n"
 msgstr ""
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 msgid ""
 "The printer program with options that is to be used to print articles/"
 "threads."
 msgstr ""
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 msgid "Printer program with options"
 msgstr ""
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 msgid "# Print program with parameters used to print articles/threads\n"
 msgstr ""
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 msgid "Force redraw after certain commands"
 msgstr ""
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 msgid ""
 "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr ""
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 msgid ""
 "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 msgid "Start editor with line offset"
 msgstr ""
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 msgid ""
 "# If ON editor will be started with cursor offset into the file\n"
 "# otherwise the cursor will be positioned at the first line\n"
 msgstr ""
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 msgid "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr ""
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 msgid "Invocation of your editor"
 msgstr ""
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, c-format
 msgid ""
 "# Format of editor line including parameters\n"
 "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr ""
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 msgid ""
 "Enter name and options for external-inews, --internal for internal inews"
 msgstr ""
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 msgid "External inews"
 msgstr ""
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 msgid ""
 "# If --internal use the built in mini inews for posting via NNTP\n"
 "# otherwise use an external inews program\n"
 msgstr ""
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 msgid ""
 "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr ""
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 msgid "Invocation of your mail command"
 msgstr ""
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, c-format
 msgid ""
 "# Format of mailer line including parameters\n"
@@ -6766,11 +6810,11 @@ msgid ""
 "# ie. elm interactive          :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 msgstr ""
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 msgid "Use interactive mail reader"
 msgstr ""
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid ""
 "# Interactive mailreader\n"
 "# Possible values are (the default is marked with *):\n"
@@ -6779,58 +6823,67 @@ msgid ""
 "#   2 = use interactive mailreader without headers in file\n"
 msgstr ""
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 msgid "Remove ~/.article after posting"
 msgstr ""
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 msgid "# If ON remove ~/.article after posting.\n"
 msgstr ""
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid "Use UTF-8 graphics (thrd tree etc.)"
+msgstr ""
+
+#: src/lang.c:2662
+msgid ""
+"# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr ""
+
+#: src/lang.c:2667
 msgid "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr ""
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 msgid "Filename for posted articles"
 msgstr ""
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 msgid ""
 "# Filename where to keep all postings (default posted)\n"
 "# If no filename is set then postings will not be saved\n"
 msgstr ""
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 msgid ""
 "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 msgid "Keep failed arts in ~/dead.articles"
 msgstr ""
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 msgid "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr ""
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 msgid "Do you want to strip unsubscribed groups from .newsrc"
 msgstr ""
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 msgid "No unsubscribed groups in newsrc"
 msgstr ""
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 msgid "# If ON strip unsubscribed groups from newsrc\n"
 msgstr ""
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 msgid "Remove bogus groups from newsrc"
 msgstr ""
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 msgid ""
 "# What to do with bogus groups in newsrc file\n"
 "# Possible values are (the default is marked with *):\n"
@@ -6839,58 +6892,58 @@ msgid ""
 "#   2 = highlight with D on selection screen\n"
 msgstr ""
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 msgid "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr ""
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 msgid "Interval in secs to reread active"
 msgstr ""
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 msgid ""
 "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr ""
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 msgid "Reconnect to server automatically"
 msgstr ""
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 msgid ""
 "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr ""
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 msgid ""
 "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 msgid "Cache NNTP overview files locally"
 msgstr ""
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 msgid "# If ON, create local copies of NNTP overview files.\n"
 msgstr ""
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 msgid "Enter format string. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid "Format string for display of dates"
 msgstr ""
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid "# Format string for date representation\n"
 msgstr ""
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid "Unicode normalization form"
 msgstr ""
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid ""
 "# Unicode normalization form\n"
 "# Possible values are (the default is marked with *):\n"
@@ -6901,128 +6954,176 @@ msgid ""
 "#   4 = NFD\n"
 msgstr ""
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid "Render BiDi"
 msgstr ""
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid "# If ON, bi-directional text is rendered by tin\n"
 msgstr ""
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid "Automatically GroupMarkUnselArtRead"
 msgstr ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 msgid "Delete post-process files"
 msgstr ""
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 msgid "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr ""
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid "Mailbox to save sent mails"
 msgstr ""
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 msgid "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid "Followup-To: header"
 msgstr ""
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 msgid "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 msgid ""
 "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid "Ispell program"
 msgstr ""
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid "When group is a mailing list, send responses to this email address."
 msgstr ""
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 msgid "Mailing list address"
 msgstr ""
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid "Forward articles as attachement"
 msgstr ""
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid ""
 "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid "Which MIME types will be saved"
 msgstr ""
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 msgid "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid "Organization: header"
 msgstr ""
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 msgid "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 msgid "savefile"
 msgstr ""
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+msgid "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr ""
+
+#: src/lang.c:2814
+msgid "Quick (1 key) select filter scope"
+msgstr ""
+
+#: src/lang.c:2819 src/lang.c:2843
+msgid "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr ""
+
+#: src/lang.c:2820
+msgid "Quick (1 key) select filter header"
+msgstr ""
+
+#: src/lang.c:2825 src/lang.c:2849
+msgid "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr ""
+
+#: src/lang.c:2826
+msgid "Quick (1 key) select filter case"
+msgstr ""
+
+#: src/lang.c:2831 src/lang.c:2855
+msgid "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr ""
+
+#: src/lang.c:2832
+msgid "Quick (1 key) select filter expire"
+msgstr ""
+
+#: src/lang.c:2838
+msgid "Quick (1 key) kill filter scope"
+msgstr ""
+
+#: src/lang.c:2844
+msgid "Quick (1 key) kill filter header"
+msgstr ""
+
+#: src/lang.c:2850
+msgid "Quick (1 key) kill filter case"
+msgstr ""
+
+#: src/lang.c:2856
+msgid "Quick (1 key) kill filter expire"
+msgstr ""
+
+#: src/lang.c:2862
 msgid "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 msgid "UNDECLARED_CHARSET"
 msgstr ""
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 msgid ""
 "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 msgid "X_Body"
 msgstr ""
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 msgid "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr ""
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid "X_Headers"
 msgstr ""
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 msgid ""
 "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr ""
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 msgid "Insert 'X-Comment-To:' header"
 msgstr ""
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, c-format
 msgid "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr ""
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, c-format
 msgid "Version: %s %s release %s (\"%s\")\n"
 msgstr ""
@@ -7031,32 +7132,32 @@ msgstr ""
 msgid "Unreachable?\n"
 msgstr ""
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, c-format
 msgid ""
 "\n"
 "Server timed out, trying reconnect # %d\n"
 msgstr ""
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 msgid "Rejoin current group\n"
 msgstr ""
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, c-format
 msgid "Read (%s)\n"
 msgstr ""
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, c-format
 msgid "Resend last command (%s)\n"
 msgstr ""
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid "CAPABILITIES did not announce READER"
 msgstr ""
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid "MOTD: "
 msgstr ""
 
@@ -7065,14 +7166,14 @@ msgstr ""
 msgid "couldn't expand %s\n"
 msgstr ""
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid ""
 "Line %d is longer than 998 octets and should be folded, but\n"
 "encoding is neither set to %s nor to %s\n"
 msgstr ""
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid ""
 "Line %d is longer than 998 octets and should be folded, but\n"
@@ -7080,28 +7181,28 @@ msgid ""
 "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr ""
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid ""
 "Line %d is longer than 998 octets and should be folded, but\n"
 "encoding is not set to %s\n"
 msgstr ""
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, c-format
 msgid "Posting: %.*s ..."
 msgstr ""
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid "Aborting read, please wait..."
 msgstr ""
 
-#: src/read.c:337
+#: src/read.c:344
 msgid "Aborted read\n"
 msgstr ""
 
-#: src/read.c:393
+#: src/read.c:399
 msgid "Draining\n"
 msgstr ""
 
Binary files tin-1.9.6/po/tr.gmo and tin-2.0.0/po/tr.gmo differ
diff -Nurp --exclude='.bzr*' tin-1.9.6/po/tr.po tin-2.0.0/po/tr.po
--- tin-1.9.6/po/tr.po	2010-11-26 15:42:47.000000000 +0100
+++ tin-2.0.0/po/tr.po	2011-08-22 18:32:43.163545773 +0200
@@ -7,7 +7,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: tin 1.7.7\n"
         "Report-Msgid-Bugs-To: \n"
-        "POT-Creation-Date: 2010-11-26 15:42+0100\n"
+        "POT-Creation-Date: 2011-08-22 18:32+0200\n"
         "PO-Revision-Date: 2005-03-06 09:25+0200\n"
         "Last-Translator: Þebnem Korkmaz <sebnem_k@hotmail.com>\n"
         "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -17,466 +17,466 @@ msgstr  "Project-Id-Version: tin 1.7.7\n
 
 #. No active scope set yet
 #. TODO: include full line in error-message
-#: src/attrib.c:596
+#: src/attrib.c:598
 #, c-format
 msgid   "attribute with no scope: %s"
 msgstr  ""
 
-#: src/attrib.c:882
+#: src/attrib.c:884
 #, fuzzy
 msgid   "Processing attributes... "
 msgstr  "Öznitelikler dosylasýný yazýyor..."
 
-#: src/attrib.c:1092
+#: src/attrib.c:1102
 #, c-format
 msgid   "# Do not edit this comment block\n"
         "#\n"
 msgstr  "# Bu açýklama bloðunu düzenlemeyin\n"
         "#\n"
 
-#: src/attrib.c:1093
+#: src/attrib.c:1103
 #, fuzzy, c-format
 msgid   "#  scope=STRING (eg. alt.*,!alt.bin*) [mandatory]\n"
 msgstr  "#  scope=DÝZGE (kapsam, örn. alt.*,!alt.bin*) [zorunlu]\n"
 
-#: src/attrib.c:1094
+#: src/attrib.c:1104
 #, c-format
 msgid   "#  add_posted_to_filter=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1095
+#: src/attrib.c:1105
 #, c-format
 msgid   "#  advertising=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1096
+#: src/attrib.c:1106
 #, c-format
 msgid   "#  alternative_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1097
+#: src/attrib.c:1107
 #, c-format
 msgid   "#  ask_for_metamail=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1098
+#: src/attrib.c:1108
 #, c-format
 msgid   "#  auto_cc_bcc=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1099
+#: src/attrib.c:1109
 #, c-format
 msgid   "#    0=No, 1=Cc, 2=Bcc, 3=Cc and Bcc\n"
 msgstr  ""
 
-#: src/attrib.c:1100
+#: src/attrib.c:1110
 #, c-format
 msgid   "#  auto_list_thread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1101
+#: src/attrib.c:1111
 #, c-format
 msgid   "#  auto_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1102
+#: src/attrib.c:1112
 #, c-format
 msgid   "#  auto_select=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1103
+#: src/attrib.c:1113
 #, c-format
 msgid   "#  batch_save=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1104
+#: src/attrib.c:1114
 #, c-format
 msgid   "#  date_format=STRING (eg. %%a, %%d %%b %%Y %%H:%%M:%%S)\n"
 msgstr  ""
 
-#: src/attrib.c:1105
+#: src/attrib.c:1115
 #, c-format
 msgid   "#  delete_tmp_files=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1106
+#: src/attrib.c:1116
 #, c-format
 msgid   "#  editor_format=STRING (eg. %%E +%%N %%F)\n"
 msgstr  ""
 
-#: src/attrib.c:1107
+#: src/attrib.c:1117
 #, c-format
 msgid   "#  fcc=STRING (eg. =mailbox)\n"
 msgstr  ""
 
-#: src/attrib.c:1108
+#: src/attrib.c:1118
 #, c-format
 msgid   "#  followup_to=STRING\n"
 msgstr  "#  followup_to=DÝZGE (cevap yönlendirmesi)\n"
 
-#: src/attrib.c:1109
+#: src/attrib.c:1119
 #, c-format
 msgid   "#  from=STRING (just append wanted From:-line, don't use quotes)\n"
 msgstr  ""
 
-#: src/attrib.c:1110
+#: src/attrib.c:1120
 #, c-format
 msgid   "#  group_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1111
+#: src/attrib.c:1121
 #, c-format
 msgid   "#  mail_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1112
+#: src/attrib.c:1122
 #, c-format
 msgid   "#  mail_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1120
+#: src/attrib.c:1130
 #, fuzzy, c-format
 msgid   "#  ispell=STRING\n"
 msgstr  "#  ispell=DÝZGE\n"
 
-#: src/attrib.c:1122
+#: src/attrib.c:1132
 #, fuzzy, c-format
 msgid   "#  maildir=STRING (eg. ~/Mail)\n"
 msgstr  "#  maildir=DÝZGE (posta dizini, örn. ~/Mail)\n"
 
-#: src/attrib.c:1123
+#: src/attrib.c:1133
 #, fuzzy, c-format
 msgid   "#  mailing_list=STRING (eg. majordomo@example.org)\n"
 msgstr  "#  mailing_list=DÝZGE (posta listesi, örn. majordomo@example.org)\n"
 
-#: src/attrib.c:1124
+#: src/attrib.c:1134
 #, c-format
 msgid   "#  mime_types_to_save=STRING (eg. image/*,!image/bmp)\n"
 msgstr  ""
 
-#: src/attrib.c:1125
+#: src/attrib.c:1135
 #, c-format
 msgid   "#  mark_ignore_tags=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1126
+#: src/attrib.c:1136
 #, c-format
 msgid   "#  mark_saved_read=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1127
+#: src/attrib.c:1137
 #, c-format
 msgid   "#  mime_forward=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1129
+#: src/attrib.c:1139
 #, c-format
 msgid   "#  mm_network_charset=supported_charset"
 msgstr  ""
 
-#: src/attrib.c:1136
+#: src/attrib.c:1146
 #, c-format
 msgid   "#  undeclared_charset=STRING (default is US-ASCII)\n"
 msgstr  ""
 
-#: src/attrib.c:1138
+#: src/attrib.c:1148
 #, fuzzy, c-format
 msgid   "#  news_headers_to_display=STRING\n"
 msgstr  "#  news_quote_format=DÝZGE\n"
 
-#: src/attrib.c:1139
+#: src/attrib.c:1149
 #, fuzzy, c-format
 msgid   "#  news_headers_to_not_display=STRING\n"
 msgstr  "#  news_quote_format=DÝZGE\n"
 
-#: src/attrib.c:1140
+#: src/attrib.c:1150
 #, fuzzy, c-format
 msgid   "#  news_quote_format=STRING\n"
 msgstr  "#  news_quote_format=DÝZGE\n"
 
-#: src/attrib.c:1141
+#: src/attrib.c:1151
 #, c-format
 msgid   "#  organization=STRING (if beginning with '/' read from file)\n"
 msgstr  "#  organization=DÝZGE (kurum; eðer / ile baþlýyor ise, dosyadan okunur)\n"
 
-#: src/attrib.c:1142
+#: src/attrib.c:1152
 #, c-format
 msgid   "#  pos_first_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1143
+#: src/attrib.c:1153
 #, c-format
 msgid   "#  post_8bit_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1144
+#: src/attrib.c:1154
 #, c-format
 msgid   "#  post_mime_encoding=supported_encoding"
 msgstr  ""
 
-#: src/attrib.c:1151
-#, fuzzy, c-format
+#: src/attrib.c:1161
+#, c-format
 msgid   "#  post_process_type=NUM\n"
-msgstr  "Makaleleri sýrala"
+msgstr  ""
 
-#: src/attrib.c:1156
+#: src/attrib.c:1166
 #, c-format
 msgid   "#  post_process_view=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1157
+#: src/attrib.c:1167
 #, c-format
 msgid   "#  quick_kill_scope=STRING (ie. talk.*)\n"
 msgstr  ""
 
-#: src/attrib.c:1158
+#: src/attrib.c:1168
 #, c-format
 msgid   "#  quick_kill_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1159
+#: src/attrib.c:1169
 #, c-format
 msgid   "#  quick_kill_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1160
+#: src/attrib.c:1170
 #, c-format
 msgid   "#  quick_kill_header=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1161 src/attrib.c:1170
+#: src/attrib.c:1171 src/attrib.c:1180
 #, c-format
 msgid   "#    0=Subject: (case sensitive)  1=Subject: (ignore case)\n"
 msgstr  ""
 
-#: src/attrib.c:1162 src/attrib.c:1171
+#: src/attrib.c:1172 src/attrib.c:1181
 #, c-format
 msgid   "#    2=From: (case sensitive)     3=From: (ignore case)\n"
 msgstr  ""
 
-#: src/attrib.c:1163 src/attrib.c:1172
+#: src/attrib.c:1173 src/attrib.c:1182
 #, c-format
 msgid   "#    4=Message-ID: & full References: line\n"
 msgstr  ""
 
-#: src/attrib.c:1164 src/attrib.c:1173
+#: src/attrib.c:1174 src/attrib.c:1183
 #, c-format
 msgid   "#    5=Message-ID: & last References: entry only\n"
 msgstr  ""
 
-#: src/attrib.c:1165 src/attrib.c:1174
+#: src/attrib.c:1175 src/attrib.c:1184
 #, c-format
 msgid   "#    6=Message-ID: entry only     7=Lines:\n"
 msgstr  ""
 
-#: src/attrib.c:1166
+#: src/attrib.c:1176
 #, fuzzy, c-format
 msgid   "#  quick_select_scope=STRING\n"
 msgstr  "#  quick_select_scope=DÝZGE\n"
 
-#: src/attrib.c:1167
+#: src/attrib.c:1177
 #, c-format
 msgid   "#  quick_select_expire=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1168
+#: src/attrib.c:1178
 #, c-format
 msgid   "#  quick_select_case=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1169
+#: src/attrib.c:1179
 #, c-format
 msgid   "#  quick_select_header=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1175
+#: src/attrib.c:1185
 #, c-format
 msgid   "#  quote_chars=STRING (%%s, %%S for initials)\n"
 msgstr  ""
 
-#: src/attrib.c:1177
+#: src/attrib.c:1187
 #, c-format
 msgid   "#  print_header=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1179
+#: src/attrib.c:1189
 #, c-format
 msgid   "#  process_only_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1180
+#: src/attrib.c:1190
 #, fuzzy, c-format
 msgid   "#  prompt_followupto=ON/OFF\n"
 msgstr  "#  followup_to=DÝZGE (cevap yönlendirmesi)\n"
 
-#: src/attrib.c:1181
+#: src/attrib.c:1191
 #, fuzzy, c-format
 msgid   "#  savedir=STRING (eg. ~user/News)\n"
 msgstr  "#  savedir=DÝZGE (saklama dizini, örn. ~user/News)\n"
 
-#: src/attrib.c:1182
+#: src/attrib.c:1192
 #, fuzzy, c-format
 msgid   "#  savefile=STRING (eg. =linux)\n"
 msgstr  "#  savefile=DÝZGE (saklama dosyasý, örn. =linux)\n"
 
-#: src/attrib.c:1183
+#: src/attrib.c:1193
 #, fuzzy, c-format
 msgid   "#  sigfile=STRING (eg. $var/sig)\n"
 msgstr  "#  sigfile=DÝZGE (imza dosyasý, örn. $var/sig)\n"
 
-#: src/attrib.c:1184
+#: src/attrib.c:1194
 #, c-format
 msgid   "#  show_author=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1190
+#: src/attrib.c:1200
 #, c-format
 msgid   "#  show_info=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1196
+#: src/attrib.c:1206
 #, c-format
 msgid   "#  show_signatures=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1197
+#: src/attrib.c:1207
 #, c-format
 msgid   "#  show_only_unread_arts=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1198
+#: src/attrib.c:1208
 #, c-format
 msgid   "#  sigdashes=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1199
+#: src/attrib.c:1209
 #, c-format
 msgid   "#  signature_repost=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1200
-#, fuzzy, c-format
+#: src/attrib.c:1210
+#, c-format
 msgid   "#  sort_article_type=NUM\n"
-msgstr  "Makaleleri sýrala"
+msgstr  ""
 
-#: src/attrib.c:1218
+#: src/attrib.c:1228
 #, c-format
 msgid   "#  sort_threads_type=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1227
+#: src/attrib.c:1237
 #, c-format
 msgid   "#  start_editor_offset=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1228
+#: src/attrib.c:1238
 #, c-format
 msgid   "#  tex2iso_conv=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1229
+#: src/attrib.c:1239
 #, c-format
 msgid   "#  thread_catchup_on_exit=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1230
-#, fuzzy, c-format
+#: src/attrib.c:1240
+#, c-format
 msgid   "#  thread_articles=NUM"
-msgstr  "Makaleleri sýrala"
+msgstr  ""
 
-#: src/attrib.c:1237
+#: src/attrib.c:1247
 #, c-format
 msgid   "#  thread_perc=NUM\n"
 msgstr  ""
 
-#: src/attrib.c:1238
-#, fuzzy, c-format
+#: src/attrib.c:1248
+#, c-format
 msgid   "#  trim_article_body=NUM\n"
-msgstr  "Makaleleri sýrala"
+msgstr  ""
 
-#: src/attrib.c:1239
-#, fuzzy, c-format
+#: src/attrib.c:1249
+#, c-format
 msgid   "#    0 = Don't trim article body\n"
-msgstr  "Makaleleri sýrala"
+msgstr  ""
 
-#: src/attrib.c:1240
+#: src/attrib.c:1250
 #, c-format
 msgid   "#    1 = Skip leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1241
+#: src/attrib.c:1251
 #, c-format
 msgid   "#    2 = Skip trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1242
+#: src/attrib.c:1252
 #, c-format
 msgid   "#    3 = Skip leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1243
+#: src/attrib.c:1253
 #, c-format
 msgid   "#    4 = Compact multiple blank lines between text blocks\n"
 msgstr  ""
 
-#: src/attrib.c:1244
+#: src/attrib.c:1254
 #, c-format
 msgid   "#    5 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1245
+#: src/attrib.c:1255
 #, c-format
 msgid   "#    6 = Compact multiple blank lines between text blocks and skip\n"
         "#        trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1246
+#: src/attrib.c:1256
 #, c-format
 msgid   "#    7 = Compact multiple blank lines between text blocks and skip\n"
         "#        leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/attrib.c:1247
+#: src/attrib.c:1257
 #, c-format
 msgid   "#  verbatim_handling=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1248
+#: src/attrib.c:1258
 #, c-format
 msgid   "#  wrap_on_next_unread=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1249
+#: src/attrib.c:1259
 #, fuzzy, c-format
 msgid   "#  x_body=STRING (eg. ~/.tin/extra-body-text)\n"
 msgstr  "#  x_body=DÝZGE (extra gövde dosyasý, örn. ~/.tin/extra-body-text)\n"
 
-#: src/attrib.c:1250
+#: src/attrib.c:1260
 #, c-format
 msgid   "#  x_comment_to=ON/OFF\n"
 msgstr  ""
 
-#: src/attrib.c:1251
+#: src/attrib.c:1261
 #, fuzzy, c-format
 msgid   "#  x_headers=STRING (eg. ~/.tin/extra-headers)\n"
 msgstr  "#  x_headers=DÝZGE (ekstra baþlýk dosyasý, örn. ~/.tin/extra-headers)\n"
 
-#: src/attrib.c:1252
+#: src/attrib.c:1262
 #, fuzzy, c-format
 msgid   "#\n"
         "# Note that it is best to put general (global scoping)\n"
 msgstr  "#\n"
         "# Genel(küresel) kaplamýn en iyi olduðunu not ediniz.\n"
 
-#: src/attrib.c:1253
+#: src/attrib.c:1263
 #, fuzzy, c-format
 msgid   "# entries first followed by group specific entries.\n"
         "#\n"
 msgstr  "# Öncelikle özgül grup girdileri tarafýndan takip edilen girdiler\n"
         "#\n"
 
-#: src/attrib.c:1254
+#: src/attrib.c:1264
 #, fuzzy, c-format
 msgid   "############################################################################\n"
 msgstr  "############################################################################\n"
@@ -930,7 +930,7 @@ msgstr  "Kaydedilen kümeler için aktif d
 msgid   "Creating newsrc file...\n"
 msgstr  "Newsrc dosyasý oluþturuluyor...\n"
 
-#: src/lang.c:152 src/lang.c:1293
+#: src/lang.c:152 src/lang.c:1296
 msgid   "Default"
 msgstr  "Öntanýmlý"
 
@@ -1829,871 +1829,876 @@ msgstr  "(^L)açýk/kapalý form-besleme ta
 
 #: src/lang.c:358
 #, fuzzy
+msgid   "toggle display of all headers"
+msgstr  "bütün/okunmamýþ makalelerin görünümünü deðiþtir"
+
+#: src/lang.c:359
+#, fuzzy
 msgid   "toggle word highlighting on/off"
 msgstr  "açýk/kapalý vurgulayan sözcüðü deðiþtir"
 
-#: src/lang.c:359
+#: src/lang.c:360
 #, fuzzy
 msgid   "toggle ROT-13 (basic decode) for current article"
 msgstr  "mevcut makale için ROT-13 (temel kod çözücü) deðiþtir"
 
-#: src/lang.c:360
+#: src/lang.c:361
 #, fuzzy
 msgid   "toggle tabwidth 4 <-> 8"
 msgstr  "sekme aralýðýný deðiþtir 4 <-> 8"
 
-#: src/lang.c:361
+#: src/lang.c:362
 #, fuzzy
 msgid   "toggle german TeX style decoding for current article"
 msgstr  "german TeX kod biçemi mevcut makale için deðiþtir"
 
-#: src/lang.c:362
+#: src/lang.c:363
 #, fuzzy
 msgid   "toggle display of uuencoded sections"
 msgstr  "metinsele kodlanmýþ bölümlerin gösterimini deðiþtir"
 
-#: src/lang.c:363
+#: src/lang.c:364
 #, fuzzy
 msgid   "View/pipe/save multimedia attachments"
 msgstr  "çoklu-ortam eklerini Görüntüle/kaydet"
 
-#: src/lang.c:364
+#: src/lang.c:365
 #, fuzzy
 msgid   "choose first attachment in list"
 msgstr  "listedeki ilk makaleyi seç"
 
-#: src/lang.c:365
+#: src/lang.c:366
 #, fuzzy
 msgid   "0 - 9\t  choose attachment by number"
 msgstr  "0 - 9\t  sayýya göre makale seç"
 
-#: src/lang.c:366
+#: src/lang.c:367
 #, fuzzy
 msgid   "choose last attachment in list"
 msgstr  "listedeki son makaleyi seç"
 
-#: src/lang.c:368
+#: src/lang.c:369
 msgid   "pipe attachment into command"
 msgstr  ""
 
-#: src/lang.c:369
+#: src/lang.c:370
 #, fuzzy
 msgid   "pipe raw attachment into command"
 msgstr  "Makale Düzey Komutlarý"
 
-#: src/lang.c:371
+#: src/lang.c:372
 msgid   "save attachment to disk"
 msgstr  ""
 
-#: src/lang.c:372
+#: src/lang.c:373
 #, fuzzy
 msgid   "search for attachments forwards"
 msgstr  "makaleleri yazara göre ileriye doðru ara"
 
-#: src/lang.c:373
+#: src/lang.c:374
 #, fuzzy
 msgid   "search for attachments backwards"
 msgstr  "makaleleri yazara göre geriye doðru ara"
 
-#: src/lang.c:374
+#: src/lang.c:375
 msgid   "view attachment"
 msgstr  ""
 
-#: src/lang.c:375
+#: src/lang.c:376
 #, fuzzy
 msgid   "tag attachment"
 msgstr  "Makale seç> "
 
-#: src/lang.c:376
+#: src/lang.c:377
 #, fuzzy
 msgid   "tag attachments that match user specified pattern"
 msgstr  "kullanýcý tanýmlý kalýba uyan baþlýklarý seç"
 
-#: src/lang.c:377
+#: src/lang.c:378
 msgid   "reverse tagging on all attachments (toggle)"
 msgstr  ""
 
-#: src/lang.c:378
+#: src/lang.c:379
 #, fuzzy
 msgid   "untag all tagged attachments"
 msgstr  "etiketlenmiþ bütün parçacýklarýn etiketini kaldýr"
 
-#: src/lang.c:379
+#: src/lang.c:380
 #, fuzzy
 msgid   "toggle info message in last line (name/description of attachment)"
 msgstr  "son satýrdaki bilgi iletisini deðiþtir (konu/taným)"
 
-#: src/lang.c:380
+#: src/lang.c:381
 #, fuzzy
 msgid   "choose first attribute in list"
 msgstr  "listedeki ilk makaleyi seç"
 
-#: src/lang.c:381
+#: src/lang.c:382
 #, fuzzy
 msgid   "0 - 9\t  choose attribute by number"
 msgstr  "0 - 9\t  sayýya göre makale seç"
 
-#: src/lang.c:382
+#: src/lang.c:383
 #, fuzzy
 msgid   "choose last attribute in list"
 msgstr  "listedeki son makaleyi seç"
 
-#: src/lang.c:383
+#: src/lang.c:384
 msgid   "reset attribute to a default value"
 msgstr  ""
 
-#: src/lang.c:384
+#: src/lang.c:385
 #, fuzzy
 msgid   "search forwards for an attribute"
 msgstr  "ileriye doðru küme ismi ara"
 
-#: src/lang.c:385
+#: src/lang.c:386
 #, fuzzy
 msgid   "search backwards for an attribute"
 msgstr  "geriye doðru küme ismi ara"
 
-#: src/lang.c:386
+#: src/lang.c:387
 #, fuzzy
 msgid   "select attribute"
 msgstr  "parçacýk seç"
 
-#: src/lang.c:387
+#: src/lang.c:388
 msgid   "toggle back to options menu when invoked from there"
 msgstr  ""
 
-#: src/lang.c:388
+#: src/lang.c:389
 #, fuzzy, c-format
 msgid   "report bug or comment via mail to %s"
 msgstr  "hata veya komutu posta aracýlýðýyla bildirin %s"
 
-#: src/lang.c:389
+#: src/lang.c:390
 #, fuzzy
 msgid   "choose first option in list"
 msgstr  "listedeki ilk kümeyi seç"
 
-#: src/lang.c:390
+#: src/lang.c:391
 #, fuzzy
 msgid   "0 - 9\t  choose option by number"
 msgstr  "0 - 9\t  sayýya göre küme seç"
 
-#: src/lang.c:391
+#: src/lang.c:392
 #, fuzzy
 msgid   "choose last option in list"
 msgstr  "listedeki son kümeyi seç"
 
-#: src/lang.c:392
+#: src/lang.c:393
 #, fuzzy
 msgid   "start scopes menu"
 msgstr  "önceki menüye dön"
 
-#: src/lang.c:393
+#: src/lang.c:394
 #, fuzzy
 msgid   "search forwards for an option"
 msgstr  "ileriye doðru küme ismi ara"
 
-#: src/lang.c:394
+#: src/lang.c:395
 #, fuzzy
 msgid   "search backwards for an option"
 msgstr  "geriye doðru küme ismi ara"
 
-#: src/lang.c:395
+#: src/lang.c:396
 #, fuzzy
 msgid   "select option"
 msgstr  "seç"
 
-#: src/lang.c:396
+#: src/lang.c:397
 msgid   "toggle to attributes menu"
 msgstr  ""
 
-#: src/lang.c:397
+#: src/lang.c:398
 #, fuzzy
 msgid   "choose range of articles to be affected by next command"
 msgstr  "sonraki komuttan etkilenen makalelerin aralýðýný seç"
 
-#: src/lang.c:398
+#: src/lang.c:399
 #, fuzzy
 msgid   "escape from command prompt"
 msgstr  "komut isteminden çýk"
 
-#: src/lang.c:399
+#: src/lang.c:400
 #, fuzzy
 msgid   "edit filter file"
 msgstr  "Süz dosyasý okunuyor"
 
-#: src/lang.c:400
+#: src/lang.c:401
 #, fuzzy
 msgid   "get help"
 msgstr  "yardým al"
 
-#: src/lang.c:401
+#: src/lang.c:402
 #, fuzzy
 msgid   "display last article viewed"
 msgstr  "görüntülenen son makaleyi göster"
 
-#: src/lang.c:402
+#: src/lang.c:403
 #, fuzzy
 msgid   "down one line"
 msgstr  "bir satýr aþaðý"
 
-#: src/lang.c:403
+#: src/lang.c:404
 #, fuzzy
 msgid   "up one line"
 msgstr  "bir satýr aþaðý"
 
-#: src/lang.c:404
+#: src/lang.c:405
 #, fuzzy
 msgid   "go to article chosen by Message-ID"
 msgstr  "Ýleti-kimliði tarafýndn seçilen makaleye git"
 
-#: src/lang.c:405
+#: src/lang.c:406
 #, fuzzy
 msgid   "mail article/thread/hot/pattern/tagged articles to someone"
 msgstr  "makale/parçacýk/hot/örüntü/etiketlenmiþ makaleleri postala"
 
-#: src/lang.c:406
+#: src/lang.c:407
 #, fuzzy
 msgid   "menu of configurable options"
 msgstr  "yapýlandýrabilir seçenekler menüsü"
 
-#: src/lang.c:407
+#: src/lang.c:408
 #, fuzzy
 msgid   "down one page"
 msgstr  "bir sayfa alta"
 
-#: src/lang.c:408
+#: src/lang.c:409
 #, fuzzy
 msgid   "up one page"
 msgstr  "bir sayfa yukarýya"
 
-#: src/lang.c:410
+#: src/lang.c:411
 #, fuzzy
 msgid   "post (write) article to current group"
 msgstr  "makaleyi mevcut kümeye gönder(yaz)"
 
-#: src/lang.c:411
+#: src/lang.c:412
 #, fuzzy
 msgid   "post postponed articles"
 msgstr  "ertelenmiþ makaleleri postala"
 
-#: src/lang.c:413
+#: src/lang.c:414
 #, fuzzy
 msgid   "list articles posted by you (from posted file)"
 msgstr  "(postalanmýþ dosyadan) tarafýnýzdan postalanan makaleleri listele"
 
-#: src/lang.c:414
+#: src/lang.c:415
 #, fuzzy
 msgid   "return to previous menu"
 msgstr  "önceki menüye dön"
 
-#: src/lang.c:415
+#: src/lang.c:416
 #, fuzzy
 msgid   "quit tin immediately"
 msgstr  "tin'den hemen çýk"
 
-#: src/lang.c:416
+#: src/lang.c:417
 #, fuzzy
 msgid   "redraw page"
 msgstr  "sayfayý yeniden çiz"
 
-#: src/lang.c:417
+#: src/lang.c:418
 #, fuzzy
 msgid   "save article/thread/hot/pattern/tagged articles to file"
 msgstr  "makale/parçacýk/hot/örüntü/etiketlenmiþ makaleleri dosyaya kaydet"
 
-#: src/lang.c:418
+#: src/lang.c:419
 #, fuzzy
 msgid   "save marked articles automatically without user prompts"
 msgstr  "iþaretlenmiþ makaleleri kullanýcý istemi olmadan otomatik kaydet"
 
-#: src/lang.c:419
+#: src/lang.c:420
 msgid   "scroll the screen one line down"
 msgstr  ""
 
-#: src/lang.c:420
+#: src/lang.c:421
 msgid   "scroll the screen one line up"
 msgstr  ""
 
-#: src/lang.c:421
+#: src/lang.c:422
 #, fuzzy
 msgid   "search for articles by author backwards"
 msgstr  "makaleleri yazara göre geriye doðru ara"
 
-#: src/lang.c:422
+#: src/lang.c:423
 #, fuzzy
 msgid   "search for articles by author forwards"
 msgstr  "makaleleri yazara göre ileriye doðru ara"
 
-#: src/lang.c:423
+#: src/lang.c:424
 #, fuzzy
 msgid   "search all articles for a given string (this may take some time)"
 msgstr  "bütün makaleleri verilen dizgi için ara (bu uzun sürebilir)"
 
-#: src/lang.c:424
+#: src/lang.c:425
 #, fuzzy
 msgid   " \t  (searches are case-insensitive and wrap around to all articles)"
 msgstr  " \t  (arayýcýlar büyük/küçük harfe duyarlýdýr ve bütün makaleleri çevreler)"
 
-#: src/lang.c:425
+#: src/lang.c:426
 #, fuzzy
 msgid   "search for articles by Subject line backwards"
 msgstr  "makaleleri Konu satýrýna göre geriye doðru ara"
 
-#: src/lang.c:426
+#: src/lang.c:427
 #, fuzzy
 msgid   "search for articles by Subject line forwards"
 msgstr  "makaleleri Konuya göre ileriye doðru ara"
 
-#: src/lang.c:427
+#: src/lang.c:428
 #, fuzzy
 msgid   "repeat last search"
 msgstr  "son aramayý tekrarla"
 
-#: src/lang.c:428
+#: src/lang.c:429
 #, fuzzy
 msgid   "tag current article for reposting/mailing/piping/printing/saving"
 msgstr  "mevcut makaleyi yeniden gönderme/postalama/kanal/yazdýrma/kaydetme için "
         "etiketle"
 
-#: src/lang.c:429
+#: src/lang.c:430
 #, fuzzy
 msgid   "toggle info message in last line (subject/description)"
 msgstr  "son satýrdaki bilgi iletisini deðiþtir (konu/taným)"
 
-#: src/lang.c:430
+#: src/lang.c:431
 #, fuzzy
 msgid   "toggle inverse video"
 msgstr  "ters video'yu deðiþtir"
 
-#: src/lang.c:431
+#: src/lang.c:432
 #, fuzzy
 msgid   "toggle mini help menu display"
 msgstr  "mini yardým menüsü görünümünü deðiþtir"
 
-#: src/lang.c:432
+#: src/lang.c:433
 #, fuzzy
 msgid   "cycle the display of authors email address, real name, both or neither"
 msgstr  "yazarlarýn e-posta adreslerinin, gerçek isimlerinin, ikisinin veya hiçbirinin "
         "görünümünü çevir"
 
-#: src/lang.c:433
+#: src/lang.c:434
 #, fuzzy
 msgid   "show version information"
 msgstr  "sürüm bilgisini göster"
 
-#: src/lang.c:434
+#: src/lang.c:435
 #, fuzzy
 msgid   "mark all articles as read and return to group selection menu"
 msgstr  "bürtümn makaleleri okunmuþ olarak iþaretle ve küme seçme menüsüne geri dön"
 
-#: src/lang.c:435
+#: src/lang.c:436
 #, fuzzy
 msgid   "mark all articles as read and enter next group with unread articles"
 msgstr  "bütün makaleleri okunmuþ olarak iþaretle ve okunmamýþ makalelerin bulunduðu "
         "sonraki kümeye gir"
 
-#: src/lang.c:436
+#: src/lang.c:437
 #, fuzzy
 msgid   "choose first thread in list"
 msgstr  "listedeki ilk parçacýðý seç"
 
-#: src/lang.c:437
+#: src/lang.c:438
 #, fuzzy
 msgid   "choose last thread in list"
 msgstr  "listedeki son parçacýðý seç"
 
-#: src/lang.c:438
+#: src/lang.c:439
 #, fuzzy
 msgid   "list articles within current thread (bring up Thread sub-menu)"
 msgstr  "mevcut parçacýk kapsamýndaki makaleleri seç ( Parçacýk alt-menüsünü aç)"
 
-#: src/lang.c:439
+#: src/lang.c:440
 #, fuzzy
 msgid   "mark article as unread"
 msgstr  "makaleyi okunmamýþ olarak iþaretle"
 
-#: src/lang.c:440
+#: src/lang.c:441
 #, fuzzy
 msgid   "mark current thread, range or tagged threads as read"
 msgstr  "mevcut parçacýðý veya etiketlenmiþ parçacýklarý okunmuþ olarak iþaretle "
 
-#: src/lang.c:441
+#: src/lang.c:442
 #, fuzzy
 msgid   "mark current thread, range or tagged threads as unread"
 msgstr  "mevcut parçacýðý veya etiketlenmiþ parçacýklarý okunmuþ olarak iþaretle "
 
-#: src/lang.c:442
+#: src/lang.c:443
 msgid   "mark current/range/selected/pattern/tagged as read after prompting"
 msgstr  ""
 
-#: src/lang.c:443
+#: src/lang.c:444
 msgid   "mark current/range/selected/pattern/tagged as unread after prompting"
 msgstr  ""
 
-#: src/lang.c:444
+#: src/lang.c:445
 #, fuzzy
 msgid   "toggle display of all/selected articles"
 msgstr  "Bütün/seçilen makalelerin görünümünü deðiþtir"
 
-#: src/lang.c:445
+#: src/lang.c:446
 #, fuzzy
 msgid   "display next group"
 msgstr  "sonraki kümeyi görüntüle"
 
-#: src/lang.c:446
+#: src/lang.c:447
 #, fuzzy
 msgid   "display previous group"
 msgstr  "önceki kümeyi görüntüle"
 
-#: src/lang.c:447
+#: src/lang.c:448
 #, fuzzy
 msgid   "toggle all selections (all articles)"
 msgstr  "bütün seçimleri (bütün makaleleri) deðiþtir"
 
-#: src/lang.c:448
+#: src/lang.c:449
 #, fuzzy
 msgid   "select group (make \"hot\")"
 msgstr  "küme seç (yap \"hot\")"
 
-#: src/lang.c:449
+#: src/lang.c:450
 #, fuzzy
 msgid   "select thread"
 msgstr  "parçacýk seç"
 
-#: src/lang.c:450
+#: src/lang.c:451
 #, fuzzy
 msgid   "select threads if at least one unread article is selected"
 msgstr  "en az bir okunmamýþ makale seçilmiþse parçacýk seç)"
 
-#: src/lang.c:451
+#: src/lang.c:452
 #, fuzzy
 msgid   "select threads that match user specified pattern"
 msgstr  "kullanýcý tanýmlý kalýba uyan baþlýklarý seç"
 
-#: src/lang.c:452
+#: src/lang.c:453
 #, fuzzy
 msgid   "tag all parts of current multipart-message in order"
 msgstr  "mevcut çok-bölümlü iletinin bütün bölümlerini sýrayla etiketle"
 
-#: src/lang.c:453
+#: src/lang.c:454
 #, fuzzy
 msgid   "0 - 9\t  choose thread by number"
 msgstr  "0 - 9\t  sayýya göre parçacýk seç"
 
-#: src/lang.c:454
+#: src/lang.c:455
 #, fuzzy
 msgid   "toggle limit number of articles to get, and reload"
 msgstr  "alýnacak ve yeniden yüklenecek makalelerin sýnýr sayýsýný deðiþtir."
 
-#: src/lang.c:455
+#: src/lang.c:456
 #, fuzzy
 msgid   "toggle display of all/unread articles"
 msgstr  "bütün/okunmamýþ makalelerin görünümünü deðiþtir"
 
-#: src/lang.c:456
+#: src/lang.c:457
 #, fuzzy
 msgid   "toggle selection of thread"
 msgstr  "parçacýk seçimini deðiþtir"
 
-#: src/lang.c:457
+#: src/lang.c:458
 #, fuzzy
 msgid   "cycle through threading options available"
 msgstr  "kullanýlabilir parçacýk seçenekleriyle çevir"
 
-#: src/lang.c:458
+#: src/lang.c:459
 #, fuzzy
 msgid   "undo all selections (all articles)"
 msgstr  "bütün seçimleri (bütün makaleleri) geri al"
 
-#: src/lang.c:459
+#: src/lang.c:460
 #, fuzzy
 msgid   "untag all tagged threads"
 msgstr  "etiketlenmiþ bütün parçacýklarýn etiketini kaldýr"
 
-#: src/lang.c:460
+#: src/lang.c:461
 msgid   "add new scope"
 msgstr  ""
 
-#: src/lang.c:461
+#: src/lang.c:462
 #, fuzzy
 msgid   "delete scope"
 msgstr  "Örüntü alanýný seç: "
 
-#: src/lang.c:462
+#: src/lang.c:463
 #, fuzzy
 msgid   "edit attributes file"
 msgstr  "Öznitelikler dosylasýný yazýyor..."
 
-#: src/lang.c:463
+#: src/lang.c:464
 #, fuzzy
 msgid   "choose first scope in list"
 msgstr  "listedeki ilk kümeyi seç"
 
-#: src/lang.c:464
+#: src/lang.c:465
 #, fuzzy
 msgid   "0 - 9\t  choose scope by number"
 msgstr  "0 - 9\t  sayýya göre küme seç"
 
-#: src/lang.c:465
+#: src/lang.c:466
 #, fuzzy
 msgid   "choose last scope in list"
 msgstr  "listedeki son kümeyi seç"
 
-#: src/lang.c:466
+#: src/lang.c:467
 msgid   "move scope"
 msgstr  ""
 
-#: src/lang.c:467
+#: src/lang.c:468
 msgid   "rename scope"
 msgstr  ""
 
-#: src/lang.c:468
+#: src/lang.c:469
 #, fuzzy
 msgid   "select scope"
 msgstr  "kabuk çýkýþý"
 
-#: src/lang.c:469
+#: src/lang.c:470
 #, fuzzy
 msgid   "mark all articles in group as read"
 msgstr  "kümedeki bütün makaleleri okunmuþ olarak iþaretle"
 
-#: src/lang.c:470
+#: src/lang.c:471
 #, fuzzy
 msgid   "mark all articles in group as read and move to next unread group"
 msgstr  "kümedeki bütün makaleleri okumuþ olarak iþaretle ve sonraki okunmamýþ kümeye "
         "geç"
 
-#: src/lang.c:471
+#: src/lang.c:472
 #, fuzzy
 msgid   "choose first group in list"
 msgstr  "listedeki ilk kümeyi seç"
 
-#: src/lang.c:472
+#: src/lang.c:473
 #, fuzzy
 msgid   "choose group by name"
 msgstr  "Ýsme göre küme seç"
 
-#: src/lang.c:473
+#: src/lang.c:474
 #, fuzzy
 msgid   "0 - 9\t  choose group by number"
 msgstr  "0 - 9\t  sayýya göre küme seç"
 
-#: src/lang.c:474
+#: src/lang.c:475
 #, fuzzy
 msgid   "choose range of groups to be affected by next command"
 msgstr  "sonraki komuttan etkilenecek olan kümelerin aralýðýný seç"
 
-#: src/lang.c:475
+#: src/lang.c:476
 #, fuzzy
 msgid   "choose last group in list"
 msgstr  "listedeki son kümeyi seç"
 
-#: src/lang.c:476
+#: src/lang.c:477
 #, fuzzy
 msgid   "mark all articles in chosen group unread"
 msgstr  "seçilen kümedeki bütün makaleleri okunmamýþ olarak iþaretle"
 
-#: src/lang.c:477
+#: src/lang.c:478
 #, fuzzy
 msgid   "move chosen group within list"
 msgstr  "Listede seçilen kümeye git"
 
-#: src/lang.c:478
+#: src/lang.c:479
 #, fuzzy
 msgid   "choose next group with unread news"
 msgstr  "okunmamýþ haberlerde sonraki kümeyi seç"
 
-#: src/lang.c:479 src/lang.c:1348
+#: src/lang.c:480 src/lang.c:1351
 #, fuzzy
 msgid   "quit"
 msgstr  "çýk"
 
-#: src/lang.c:480
+#: src/lang.c:481
 #, fuzzy
 msgid   "quit without saving configuration changes"
 msgstr  "yapýlandýrabilir deðiþiklikleri kaydetmeden çýk"
 
-#: src/lang.c:481
+#: src/lang.c:482
 #, fuzzy
 msgid   "read chosen group"
 msgstr  "seçilen kümeyi oku"
 
-#: src/lang.c:482
+#: src/lang.c:483
 #, fuzzy
 msgid   "reset .newsrc (all available articles in groups marked unread)"
 msgstr  "reset .newsrc (kümelerdeki bütün kullanýlabilir makaleler okunmamýþ olarak "
         "iþaretlendi)"
 
-#: src/lang.c:483
+#: src/lang.c:484
 #, fuzzy
 msgid   "search backwards for a group name"
 msgstr  "geriye doðru küme ismi ara"
 
-#: src/lang.c:484
+#: src/lang.c:485
 #, fuzzy
 msgid   " \t  (all searches are case-insensitive and wrap around)"
 msgstr  " \t  (bütün arayýcýlar büyük/küçük harfe duyarlýdýr ve çevreler)"
 
-#: src/lang.c:485
+#: src/lang.c:486
 #, fuzzy
 msgid   "search forwards for a group name"
 msgstr  "ileriye doðru küme ismi ara"
 
-#: src/lang.c:486
+#: src/lang.c:487
 #, fuzzy
 msgid   "subscribe to chosen group"
 msgstr  "seçilen kümeye abone ol"
 
-#: src/lang.c:487
+#: src/lang.c:488
 #, fuzzy
 msgid   "subscribe to groups that match pattern"
 msgstr  "örüntüye uyan kümelere abone ol"
 
-#: src/lang.c:488
+#: src/lang.c:489
 #, fuzzy
 msgid   "reread active file to check for any new news"
 msgstr  "aktif dosyayý yeni haberleri onaylamak için yeniden oku"
 
-#: src/lang.c:489
+#: src/lang.c:490
 #, fuzzy
 msgid   "toggle display of group name only or group name plus description"
 msgstr  "sadece küme ismini veya küme ismi ve taným görünümünü deðiþtir"
 
-#: src/lang.c:490
+#: src/lang.c:491
 #, fuzzy
 msgid   "toggle display to show all/unread subscribed groups"
 msgstr  "bütün7okunmamýþ abone olmayan kümeleri göstermek için görünümü deðiþtir"
 
-#: src/lang.c:491
+#: src/lang.c:492
 #, fuzzy
 msgid   "unsubscribe from chosen group"
 msgstr  "seçilen küme için abonelikten çýk"
 
-#: src/lang.c:492
+#: src/lang.c:493
 #, fuzzy
 msgid   "unsubscribe from groups that match pattern"
 msgstr  "örüntüye uyan bütün kümeler için abonelikten çýk"
 
-#: src/lang.c:493
+#: src/lang.c:494
 #, fuzzy
 msgid   "sort the list of groups"
 msgstr  "küme listelerini sýrala"
 
-#: src/lang.c:494
+#: src/lang.c:495
 #, fuzzy
 msgid   "toggle display to show all/subscribed groups"
 msgstr  "bütün/abone olmayan kümeleri göstermek için görünümü deðiþtir"
 
-#: src/lang.c:495
+#: src/lang.c:496
 #, fuzzy
 msgid   "0 - 9\t  choose article by number"
 msgstr  "0 - 9\t  sayýya göre makale seç"
 
-#: src/lang.c:496
+#: src/lang.c:497
 #, fuzzy
 msgid   "mark thread as read and return to group index page"
 msgstr  "parçacýðý okunmuþ olarak iþaretle ve küme dizin sayfasýna geri dön"
 
-#: src/lang.c:497
+#: src/lang.c:498
 #, fuzzy
 msgid   "mark thread as read and enter next unread thread or group"
 msgstr  "parçacýðý okunmuþ olarak iþaretle ve sonraki okunmamýþ parçacýða veya kümeye "
         "gir"
 
-#: src/lang.c:498
+#: src/lang.c:499
 #, fuzzy
 msgid   "choose first article in list"
 msgstr  "listedeki ilk makaleyi seç"
 
-#: src/lang.c:499
+#: src/lang.c:500
 #, fuzzy
 msgid   "choose last article in list"
 msgstr  "listedeki son makaleyi seç"
 
-#: src/lang.c:500
+#: src/lang.c:501
 #, fuzzy
 msgid   "mark art, range or tagged arts as read; move crsr to next unread art"
 msgstr  "makaleyi veya etiketlenen makaleleri okunmuþ olarak iþaretle ve imleçi "
         "sonraki okunmamýþ makaleye taþý"
 
-#: src/lang.c:501
+#: src/lang.c:502
 #, fuzzy
 msgid   "mark article, range or tagged articles as unread"
 msgstr  "makaleyi okunmamýþ olarak iþaretle"
 
-#: src/lang.c:502
+#: src/lang.c:503
 #, fuzzy
 msgid   "mark current thread as unread"
 msgstr  "parçacýðý okunmamýþ olarak iþaretle"
 
-#: src/lang.c:503
+#: src/lang.c:504
 #, fuzzy
 msgid   "read chosen article"
 msgstr  "seçilen makaleyi oku"
 
-#: src/lang.c:504
+#: src/lang.c:505
 #, fuzzy
 msgid   "Display properties\n"
         "------------------"
 msgstr  "Özellikleri görüntüle\n"
         "---------------------"
 
-#: src/lang.c:505
+#: src/lang.c:506
 #, fuzzy
 msgid   "Miscellaneous\n"
         "-------------"
 msgstr  "Diðer\n"
         "-----"
 
-#: src/lang.c:506
+#: src/lang.c:507
 #, fuzzy
 msgid   "Moving around\n"
         "-------------"
 msgstr  "Etrafýna taþý\n"
         "-------------"
 
-#: src/lang.c:507
+#: src/lang.c:508
 #, fuzzy
 msgid   "Group/thread/article operations\n"
         "-------------------------------"
 msgstr  "Küme/parçacýk/makale iþlemleri\n"
         "-------------------------------"
 
-#: src/lang.c:508
+#: src/lang.c:509
 #, fuzzy
 msgid   "Attachment operations\n"
         "---------------------"
 msgstr  "Özellikleri görüntüle\n"
         "---------------------"
 
-#: src/lang.c:509
+#: src/lang.c:510
 #, fuzzy
 msgid   "Attribute operations\n"
         "--------------------"
 msgstr  "Özellikleri görüntüle\n"
         "---------------------"
 
-#: src/lang.c:510
+#: src/lang.c:511
 #, fuzzy
 msgid   "Option operations\n"
         "-----------------"
 msgstr  "Özellikleri görüntüle\n"
         "---------------------"
 
-#: src/lang.c:511
+#: src/lang.c:512
 #, fuzzy
 msgid   "Scope operations\n"
         "----------------"
 msgstr  "Özellikleri görüntüle\n"
         "---------------------"
 
-#: src/lang.c:512
+#: src/lang.c:513
 #, fuzzy
 msgid   "URL operations\n"
         "--------------"
 msgstr  "Özellikleri görüntüle\n"
         "---------------------"
 
-#: src/lang.c:513
+#: src/lang.c:514
 #, fuzzy
 msgid   "choose first URL in list"
 msgstr  "listedeki ilk kümeyi seç"
 
-#: src/lang.c:514
+#: src/lang.c:515
 #, fuzzy
 msgid   "0 - 9\t  choose URL by number"
 msgstr  "0 - 9\t  sayýya göre küme seç"
 
-#: src/lang.c:515
+#: src/lang.c:516
 #, fuzzy
 msgid   "choose last URL in list"
 msgstr  "listedeki son kümeyi seç"
 
-#: src/lang.c:516
+#: src/lang.c:517
 #, fuzzy
 msgid   "search for URLs forwards"
 msgstr  "makaleleri yazara göre ileriye doðru ara"
 
-#: src/lang.c:517
+#: src/lang.c:518
 #, fuzzy
 msgid   "search for URLs backwards"
 msgstr  "makaleleri yazara göre geriye doðru ara"
 
-#: src/lang.c:518
+#: src/lang.c:519
 msgid   "Open URL in browser"
 msgstr  ""
 
-#: src/lang.c:519
+#: src/lang.c:520
 #, fuzzy
 msgid   "toggle info message in last line (URL)"
 msgstr  "son satýrdaki bilgi iletisini deðiþtir (konu/taným)"
 
-#: src/lang.c:521
+#: src/lang.c:522
 #, fuzzy
 msgid   "Group Level Commands"
 msgstr  "Küme Düzey Komutlarý"
 
-#: src/lang.c:522
+#: src/lang.c:523
 #, fuzzy
 msgid   "Kill filter added"
 msgstr  "Eklendikten sonra öldür"
 
-#: src/lang.c:523
+#: src/lang.c:524
 #, fuzzy
 msgid   "Auto-selection filter added"
 msgstr  "Eklendikten sonra otomatik-seç"
 
-#: src/lang.c:524
+#: src/lang.c:525
 #, fuzzy
 msgid   "All parts tagged"
 msgstr  "Bütün bölümler etiketlendi"
 
-#: src/lang.c:525
+#: src/lang.c:526
 #, fuzzy
 msgid   "Storing article for later posting"
 msgstr  "Makale daha sonra postlama için yükleniyor"
 
-#: src/lang.c:526
+#: src/lang.c:527
 #, fuzzy
 msgid   "Please enter a valid character"
 msgstr  "Lütfen geçerli bir karakter yazýn"
 
-#: src/lang.c:527
+#: src/lang.c:528
 #, fuzzy, c-format
 msgid   "Missing part #%d"
 msgstr  "Eksik bölüm #%d"
 
-#: src/lang.c:528
+#: src/lang.c:529
 #, fuzzy
 msgid   "*** No postponed articles ***"
 msgstr  "*** Ertelenmiþ makale yok ***"
 
-#: src/lang.c:529
+#: src/lang.c:530
 #, fuzzy
 msgid   "Not a multi-part message"
 msgstr  "Çok-bölümlü ileti deðil"
 
-#: src/lang.c:530
+#: src/lang.c:531
 #, fuzzy
 msgid   "You are not subscribed to this group"
 msgstr  "Bu kümeye abone deðilsiniz"
 
-#: src/lang.c:531
+#: src/lang.c:532
 #, fuzzy
 msgid   "No previous expression"
 msgstr  "Önceki ifade yok"
 
-#: src/lang.c:532
+#: src/lang.c:533
 #, fuzzy
 msgid   "Operation disabled in no-overwrite mode"
 msgstr  "Üstüne yazýlmayan kipte iþlem geçersiz"
 
 #. TODO: replace hardcoded key-name in txt_info_postponed
-#: src/lang.c:534
+#: src/lang.c:535
 #, fuzzy, c-format
 msgid   "%d postponed %s, reuse with ^O...\n"
 msgstr  "%d ertelendi %s, tekrar kullan ^O...\n"
 
-#: src/lang.c:535
+#: src/lang.c:536
 #, fuzzy
 msgid   "X-Conversion-Note: multipart/alternative contents have been removed.\n"
         "  To get the whole article, turn alternative handling OFF in the Option Menu\n"
@@ -2701,23 +2706,23 @@ msgstr  "X-Çevirim Notu: çok-bölümlü/alt
         "  Bütün makaleyi almak için, Seçenekler Menüsündeki alternatif kotarmayý\n"
         "  OFF durumuna getirin\n"
 
-#: src/lang.c:537
+#: src/lang.c:538
 #, fuzzy, c-format
 msgid   "Save filename for %s/%s is a mailbox. Attachment not saved"
 msgstr  "Dosya adýný %s/%s için kaydet bir posta kutusudur. Ek kaydedilmedi"
 
-#: src/lang.c:538
+#: src/lang.c:539
 #, fuzzy
 msgid   "TeX2Iso encoded article"
 msgstr  "TeX2Iso makaleyi kodladý"
 
-#: src/lang.c:539
+#: src/lang.c:540
 #, fuzzy
 msgid   "incomplete "
 msgstr  "tamamlanmadý "
 
 #. TODO: replace hardcoded key-names
-#: src/lang.c:541
+#: src/lang.c:542
 #, fuzzy, c-format
 msgid   "\n"
         "Welcome to %s, a full screen threaded Netnews reader. It can read news "
@@ -2778,146 +2783,146 @@ msgstr  "\n"
         "dosyalarýný okuyun.\n"
         "Hata-raporlarýný ve önerileri 'R' komutu ile %s'e gönderin.\n"
 
-#: src/lang.c:557
+#: src/lang.c:558
 #, fuzzy, c-format
 msgid   "Invalid  From: %s  line. Read the INSTALL file again."
 msgstr  "Geçersiz Gönderen: %s satýrý. INSTALL dosyasýný yeniden okuyun."
 
-#: src/lang.c:559
+#: src/lang.c:560
 msgid   "Invalid multibyte sequence found\n"
 msgstr  ""
 
-#: src/lang.c:562
+#: src/lang.c:563
 #, fuzzy, c-format
 msgid   "Invalid  Sender:-header %s"
 msgstr  "Geçersiz Gönderen: -baþlýk %s"
 
-#: src/lang.c:564
+#: src/lang.c:565
 #, fuzzy
 msgid   "Inverse video disabled"
 msgstr  "Ters video geçersiz"
 
-#: src/lang.c:565
+#: src/lang.c:566
 #, fuzzy
 msgid   "Inverse video enabled"
 msgstr  "Ters video geçerli"
 
-#: src/lang.c:567
+#: src/lang.c:568
 #, fuzzy, c-format
 msgid   "Missing definition for %s\n"
 msgstr  "Taným eksik %s\n"
 
-#: src/lang.c:568
+#: src/lang.c:569
 #, fuzzy, c-format
 msgid   "Invalid key definition '%s'\n"
 msgstr  "Geçersiz tuþ tanýmý '%s'\n"
 
-#: src/lang.c:569
+#: src/lang.c:570
 #, fuzzy, c-format
 msgid   "Invalid keyname '%s'\n"
 msgstr  "Geçersiz anahtar sözcük '%s'\n"
 
-#: src/lang.c:570
+#: src/lang.c:571
 #, c-format
 msgid   "Keymap file was upgraded to version %s\n"
 msgstr  ""
 
-#: src/lang.c:571
+#: src/lang.c:572
 #, fuzzy, c-format
 msgid   "Kill From:     [%s] (y/n): "
 msgstr  "Göndereni yok et:     [%s] (y/n): "
 
-#: src/lang.c:572
+#: src/lang.c:573
 #, fuzzy
 msgid   "Kill Lines: (</>num): "
 msgstr  "Satýrlarý yok et:(</>num): "
 
-#: src/lang.c:573
+#: src/lang.c:574
 #, fuzzy
 msgid   "Kill Article Menu"
 msgstr  "Makale menüsünü yok et"
 
-#: src/lang.c:574
+#: src/lang.c:575
 #, fuzzy, c-format
 msgid   "Kill Msg-Id:   [%s] (f/l/o/n): "
 msgstr  "Ýleti-Kimliðini yko et:   [%s] (f/l/o/n): "
 
-#: src/lang.c:575
+#: src/lang.c:576
 #, fuzzy
 msgid   "Kill pattern scope  : "
 msgstr  "Örüntü kapsamýný yok et: "
 
-#: src/lang.c:576
+#: src/lang.c:577
 #, fuzzy, c-format
 msgid   "Kill Subject:  [%s] (y/n): "
 msgstr  "Konuyu yok et: [%s] (y/n): "
 
-#: src/lang.c:577
+#: src/lang.c:578
 #, fuzzy
 msgid   "Kill text pattern   : "
 msgstr  "Metin örüntüsünü yok et : "
 
-#: src/lang.c:578
+#: src/lang.c:579
 #, fuzzy
 msgid   "Kill time in days   : "
 msgstr  "Zamaný gün olarak yok et: "
 
-#: src/lang.c:580
+#: src/lang.c:581
 #, fuzzy
 msgid   "Last"
 msgstr  "Son"
 
-#: src/lang.c:581
+#: src/lang.c:582
 #, fuzzy
 msgid   "-- Last response --"
 msgstr  "-- Son yanýt --"
 
-#: src/lang.c:582
+#: src/lang.c:583
 #, fuzzy, c-format
 msgid   "Lines %s  "
 msgstr  "Satýrlar %s "
 
-#: src/lang.c:584
+#: src/lang.c:585
 #, fuzzy
 msgid   "Mail"
 msgstr  "Postalandý"
 
-#: src/lang.c:585
+#: src/lang.c:586
 #, fuzzy
 msgid   "mailbox "
 msgstr  "posta kutusu "
 
-#: src/lang.c:586
+#: src/lang.c:587
 #, fuzzy, c-format
 msgid   "Mail article(s) to [%.*s]> "
 msgstr  "Makaleleri postala [%.*s]> "
 
-#: src/lang.c:587
+#: src/lang.c:588
 #, fuzzy, c-format
 msgid   "Mailing log to %s\n"
 msgstr  "Günlüðü postalýyor %s\n"
 
-#: src/lang.c:588
+#: src/lang.c:589
 #, fuzzy
 msgid   "Mail bug report..."
 msgstr  "Hata raporu postala..."
 
-#: src/lang.c:589
+#: src/lang.c:590
 #, fuzzy, c-format
 msgid   "Mail BUG REPORT to %s?"
 msgstr  "HATA RAPORUNU postala %s?"
 
-#: src/lang.c:590
+#: src/lang.c:591
 #, fuzzy
 msgid   "Mailed"
 msgstr  "Postalandý"
 
-#: src/lang.c:591
+#: src/lang.c:592
 #, fuzzy, c-format
 msgid   "Mailing to %s..."
 msgstr  "Postalanýyor %s..."
 
-#: src/lang.c:592
+#: src/lang.c:593
 #, fuzzy
 msgid   "# [Mail/Save] active file. Format is like news active file:\n"
         "#   groupname  max.artnum  min.artnum  /dir\n"
@@ -2928,386 +2933,386 @@ msgstr  "# (Mail/Save) aktif dosya. Form
         "# 4. alan basedir(örn.~/Mail or ~/News)\n"
         "#\n"
 
-#: src/lang.c:595
+#: src/lang.c:596
 #, fuzzy, c-format
 msgid   "%s marked as read"
 msgstr  "%s okunmamýþ olarak iþaretlendi"
 
-#: src/lang.c:596
+#: src/lang.c:597
 #, fuzzy, c-format
 msgid   "%s marked as unread"
 msgstr  "%s okunmamýþ olarak iþaretlendi"
 
-#: src/lang.c:597
+#: src/lang.c:598
 #, fuzzy, c-format
 msgid   "Marked %d of %d %s as read"
 msgstr  "%d içerisinde %d iþaretlendi %s okunmuþ olarak etiketlendi"
 
-#: src/lang.c:598
+#: src/lang.c:599
 #, fuzzy, c-format
 msgid   "Marked %d of %d %s as unread"
 msgstr  "%d içerisinde %d iþaretlendi %s okunmuþ olarak etiketlendi"
 
-#: src/lang.c:599 src/lang.c:1318
+#: src/lang.c:600 src/lang.c:1321
 #, fuzzy
 msgid   "Mark"
 msgstr  "Ýþaretle"
 
-#: src/lang.c:600
+#: src/lang.c:601
 #, fuzzy, c-format
 msgid   "Mark all articles as read%s?"
 msgstr  "Bütün makaleleri okunmuþ olarak iþaretle%s?"
 
-#: src/lang.c:601
+#: src/lang.c:602
 #, fuzzy, c-format
 msgid   "Mark article as read%s?"
 msgstr  "Bütün makaleleri okunmuþ olarak iþaretle%s?"
 
-#: src/lang.c:602
+#: src/lang.c:603
 #, fuzzy, c-format
 msgid   "Mark group %s as read?"
 msgstr  "Küme %s 'i okunmuþ olarak iþaretle?"
 
-#: src/lang.c:603
+#: src/lang.c:604
 #, fuzzy, c-format
 msgid   "Mark thread as read%s?"
 msgstr  "Parçacýk %s 'i okunmuþ olarak iþaretle?"
 
-#: src/lang.c:604
+#: src/lang.c:605
 #, fuzzy, c-format
 msgid   "Matching %s groups..."
 msgstr  "%s kümelerini eþleþtiriyor..."
 
-#: src/lang.c:605 src/lang.c:619 src/lang.c:625
+#: src/lang.c:606 src/lang.c:620 src/lang.c:626
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=line down; %s=line up; %s=help; %s=quit"
 msgstr  "<n>= muvcut n için ayarlandý; %s=sonraki okunmayan; %s=catchup; %s=deðiþimi "
         "görüntüle"
 
-#: src/lang.c:607
+#: src/lang.c:608
 #, fuzzy, c-format
 msgid   "%s=view; %s=pipe; %s=pipe raw; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=posta; %s=çýk; %s=cevap yaz; %s=kaydet; %s=etiketle; %s=yolla"
 
-#: src/lang.c:609
+#: src/lang.c:610
 #, fuzzy, c-format
 msgid   "%s=view; %s=save; %s=tag; %s=tag pattern; %s=untag all"
 msgstr  "%s=posta; %s=çýk; %s=cevap yaz; %s=kaydet; %s=etiketle; %s=yolla"
 
-#: src/lang.c:611
+#: src/lang.c:612
 #, fuzzy, c-format
 msgid   "%s=reverse tagging; %s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=ileriye doðru ara; %s=geriye doðru ara; %s=çýk"
 
-#: src/lang.c:612 src/lang.c:616
+#: src/lang.c:613 src/lang.c:617
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=search pattern; %s=kill/select"
 msgstr  "<n>=muvcut n için ayarlandý; %s=sonraki okunmayan; %s=arama örüntüsü; %s=yok "
         "et/seç"
 
-#: src/lang.c:613
+#: src/lang.c:614
 #, fuzzy, c-format
 msgid   "%s=author search; %s=catchup; %s=line down; %s=line up; %s=mark read; %s=list "
         "thread"
 msgstr  "%s=yazar aramasý; %s=catchup; %s=alt satýr; %s=üst satýr; %s= okunmuþ "
         "iþaretle; %s=parçacýk listele"
 
-#: src/lang.c:614
+#: src/lang.c:615
 #, fuzzy, c-format
 msgid   "%s=line up; %s=line down; %s=page up; %s=page down; %s=top; %s=bottom"
 msgstr  "%s=üst satýr; %s=alt satýr; %s=üst sayfa; %s= alt sayfa; %s=üst; %s=alt"
 
-#: src/lang.c:615
+#: src/lang.c:616
 #, fuzzy, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=quit"
 msgstr  "%s=ileriye doðru ara; %s=geriye doðru ara; %s=çýk"
 
-#: src/lang.c:617
+#: src/lang.c:618
 #, fuzzy, c-format
 msgid   "%s=author search; %s=body search; %s=catchup; %s=followup; %s=mark read"
 msgstr  "%s=yazar aramasý; %s=gövde aramasý; %s=catchup; %s=takip-et; %s=okumuþ olarak "
         "iþaretle"
 
-#: src/lang.c:618
+#: src/lang.c:619
 #, c-format
 msgid   "%s=add; %s=move; %s=rename; %s=delete"
 msgstr  ""
 
-#: src/lang.c:620
+#: src/lang.c:621
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=next unread; %s,%s=search pattern; %s=catchup"
 msgstr  "<n>=mevcut n için ayarlandý; %s=sonraki okunmayan; %s,%s=arama örgüsü; %"
         "s=catchup"
 
-#: src/lang.c:621
+#: src/lang.c:622
 #, fuzzy, c-format
 msgid   "%s=line down; %s=line up; %s=help; %s=move; %s=quit; %s=toggle all/unread"
 msgstr  "%s=alt satýr; %s=üst satýr; %s=yardým; %s=taþý; %s=çýk; %s=bütün/okunmamýþ "
         "deðiþtir"
 
-#: src/lang.c:622
+#: src/lang.c:623
 #, fuzzy, c-format
 msgid   "%s=subscribe; %s=sub pattern; %s=unsubscribe; %s=unsub pattern; %s=yank in/out"
 msgstr  "%s=abone ol; %s=alt örüntü; %s=abonelikten çýk; %s=alt olmayan örüntü; %"
         "s=yank in/out"
 
-#: src/lang.c:623
+#: src/lang.c:624
 #, fuzzy, c-format
 msgid   "<n>=set current to n; %s=next unread; %s=catchup; %s=display toggle"
 msgstr  "<n>= muvcut n için ayarlandý; %s=sonraki okunmayan; %s=catchup; %s=deðiþimi "
         "görüntüle"
 
-#: src/lang.c:624
+#: src/lang.c:625
 #, fuzzy, c-format
 msgid   "%s=help; %s=line down; %s=line up; %s=quit; %s=tag; %s=mark unread"
 msgstr  "%s=yardým; %s=alt satýr; %s=üst satýr; %s=quit; %s=etiketle; %s=okunmamýþ "
         "olarak iþaretle"
 
-#: src/lang.c:626
+#: src/lang.c:627
 #, fuzzy, c-format
 msgid   "%s=search forwards; %s=search backwards; %s=repeat search"
 msgstr  "%s=ileriye doðru ara; %s=geriye doðru ara; %s=çýk"
 
-#: src/lang.c:627
+#: src/lang.c:628
 #, fuzzy
 msgid   "--More--"
 msgstr  "--Tümü--"
 
-#: src/lang.c:628
+#: src/lang.c:629
 #, fuzzy, c-format
 msgid   "Moving %s..."
 msgstr  "Taþýnan %s..."
 
-#: src/lang.c:629
+#: src/lang.c:630
 msgid   "Message-ID: & last Reference  "
 msgstr  ""
 
-#: src/lang.c:630
+#: src/lang.c:631
 #, fuzzy
 msgid   "Message-ID: line              "
 msgstr  "Ýleti-Kimliði: satýr             "
 
-#: src/lang.c:631
+#: src/lang.c:632
 msgid   "Message-ID: & References: line"
 msgstr  ""
 
-#: src/lang.c:633
+#: src/lang.c:634
 #, fuzzy
 msgid   ", name: "
 msgstr  ", isim: "
 
-#: src/lang.c:634
+#: src/lang.c:635
 #, fuzzy, c-format
-msgid   "Goto newsgroup [%s]> "
+msgid   "Go to newsgroup [%s]> "
 msgstr  "Haber grubuna gidin [%s]> "
 
-#: src/lang.c:635
+#: src/lang.c:636
 #, fuzzy
 msgid   "newsgroups"
 msgstr  "haber gruplarý"
 
-#: src/lang.c:636
+#: src/lang.c:637
 #, fuzzy, c-format
 msgid   "Position %s in group list (1,2,..,$) [%d]> "
 msgstr  "Grup listesinde %s konumlayýn (1,2,..,$) [%d]> "
 
-#: src/lang.c:637
+#: src/lang.c:638
 #, fuzzy
 msgid   "newsgroup"
 msgstr  "haber gruplarý"
 
-#: src/lang.c:638
+#: src/lang.c:639
 #, fuzzy
 msgid   "Try and save newsrc file again?"
 msgstr  "Newsrc dosyasýný kaydetmeyi tekrar dene?"
 
-#: src/lang.c:639
+#: src/lang.c:640
 #, fuzzy
 msgid   "Warning: No newsgroups were written to your newsrc file. Save aborted."
 msgstr  "Uyarý: Newsrc dosyanýza herhangi bir haber grubu yazýlmadý. Kaydetme "
         "durduruldu."
 
-#: src/lang.c:640
+#: src/lang.c:641
 #, fuzzy
 msgid   "newsrc file saved successfully.\n"
 msgstr  "newsrc dosyasý baþarýyla kaydedildi.\n"
 
-#: src/lang.c:641
+#: src/lang.c:642
 #, fuzzy
 msgid   "-- Next response --"
 msgstr  "-- Sonraki yanýt --"
 
-#: src/lang.c:642
+#: src/lang.c:643
 #, fuzzy
 msgid   "No  "
 msgstr  "Hayýr"
 
-#: src/lang.c:643
+#: src/lang.c:644
 #, fuzzy
 msgid   "*** No articles ***"
 msgstr  "*** Makale yok ***"
 
-#: src/lang.c:644
+#: src/lang.c:645
 #, fuzzy
 msgid   "No articles have been posted"
 msgstr  "Hiçbir makale gönderilmedi"
 
-#: src/lang.c:645
+#: src/lang.c:646
 #, fuzzy
 msgid   "*** No attachments ***"
 msgstr  "*** Makale yok ***"
 
-#: src/lang.c:646
+#: src/lang.c:647
 #, fuzzy
 msgid   "*** No description ***"
 msgstr  "*** Taným yok ***"
 
-#: src/lang.c:647
+#: src/lang.c:648
 #, fuzzy
 msgid   "No filename"
 msgstr  "Dosya adý yok"
 
-#: src/lang.c:648
+#: src/lang.c:649
 #, fuzzy
 msgid   "No group"
 msgstr  "Küme yok"
 
-#: src/lang.c:649
+#: src/lang.c:650
 #, fuzzy
 msgid   "*** No groups ***"
 msgstr  "*** Kümeler yok ***"
 
-#: src/lang.c:650
+#: src/lang.c:651
 #, fuzzy
 msgid   "No more groups to read"
 msgstr  "Okunacak küme kalmadý"
 
-#: src/lang.c:651
+#: src/lang.c:652
 #, fuzzy
 msgid   "No last message"
 msgstr  "Son ileti yok"
 
-#: src/lang.c:652
+#: src/lang.c:653
 #, fuzzy
 msgid   "No mail address"
 msgstr  "Posta adresi yok"
 
-#: src/lang.c:653
+#: src/lang.c:654
 #, fuzzy
 msgid   "No articles marked for saving"
 msgstr  "Kaydetmek için hiçbir makale iþaretlenmedi"
 
-#: src/lang.c:654
+#: src/lang.c:655
 #, fuzzy
 msgid   "No match"
 msgstr  "Eþ yok"
 
-#: src/lang.c:655
+#: src/lang.c:656
 #, fuzzy
 msgid   "No more groups"
 msgstr  "Baþka küme yok"
 
-#: src/lang.c:656
+#: src/lang.c:657
 #, fuzzy
 msgid   "No newsgroups"
 msgstr  "Haber gruplarý yok"
 
-#: src/lang.c:657
+#: src/lang.c:658
 #, fuzzy
 msgid   "No next unread article"
 msgstr  "Sonraki okunmamýþ makale yok"
 
-#: src/lang.c:658
+#: src/lang.c:659
 #, fuzzy
 msgid   "No previous group"
 msgstr  "Önceki küme yok"
 
-#: src/lang.c:659
+#: src/lang.c:660
 msgid   "No previous search, nothing to repeat"
 msgstr  ""
 
-#: src/lang.c:660
+#: src/lang.c:661
 #, fuzzy
 msgid   "No previous unread article"
 msgstr  "Önceki okunmamýþ makale yok"
 
-#: src/lang.c:661
+#: src/lang.c:662
 #, fuzzy
 msgid   "No responses"
 msgstr  "Yanýt yok"
 
-#: src/lang.c:662
+#: src/lang.c:663
 #, fuzzy
 msgid   "No responses to list in current thread"
 msgstr  "Mevcut parçacýkta listelemek için hiç yanýt yok"
 
-#: src/lang.c:663
+#: src/lang.c:664
 #, fuzzy
 msgid   "*** No scopes ***"
 msgstr  "*** Kümeler yok ***"
 
-#: src/lang.c:664
+#: src/lang.c:665
 #, fuzzy
 msgid   "No search string"
 msgstr  "Arama dizgisi yok"
 
-#: src/lang.c:665
+#: src/lang.c:666
 #, fuzzy
 msgid   "No subject"
 msgstr  "Konu yok"
 
-#: src/lang.c:667
+#: src/lang.c:668
 #, fuzzy, c-format
 msgid   "%s: Terminal must have clear to end-of-line (ce)\n"
 msgstr  "%s: Uçbirim satýr sonuna kadar boþ olmak zorunda (ce)\n"
 
-#: src/lang.c:668
+#: src/lang.c:669
 #, fuzzy, c-format
 msgid   "%s: Terminal must have clear to end-of-screen (cd)\n"
 msgstr  "%s: Uçbirim ekran sonuna kadar boþ olmak zorunda (cd)\n"
 
-#: src/lang.c:669
+#: src/lang.c:670
 #, fuzzy, c-format
 msgid   "%s: Terminal must have clearscreen (cl) capability\n"
 msgstr  "%s: Uçbirimin ekran temizleme (cl) yeteneði olmalý\n"
 
-#: src/lang.c:670
+#: src/lang.c:671
 #, fuzzy, c-format
 msgid   "%s: Terminal must have cursor motion (cm)\n"
 msgstr  "%s: Uçbirimin imleç hareketi olmalý (cm)\n"
 
-#: src/lang.c:671
+#: src/lang.c:672
 #, fuzzy, c-format
 msgid   "%s: TERM variable must be set to use screen capabilities\n"
 msgstr  "%s: TERM deðiþkeni ekran yetenekleri kullanýlacak þekilde ayarlanmalý\n"
 
-#: src/lang.c:673
+#: src/lang.c:674
 #, fuzzy, c-format
 msgid   "No viewer found for %s/%s\n"
 msgstr  "%s/%s için görüntüleyici yok\n"
 
-#: src/lang.c:674
+#: src/lang.c:675
 #, fuzzy
 msgid   "Newsgroup does not exist on this server"
 msgstr  "Bu sunucuda haber grubu yok"
 
-#: src/lang.c:675
+#: src/lang.c:676
 #, fuzzy, c-format
 msgid   "Group %s not found in active file"
 msgstr  "Küme %s aktif dosyada bulunamadý"
 
-#: src/lang.c:676
+#: src/lang.c:677
 #, fuzzy
 msgid   "c)reate it, use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "c)yarat, a)lternatif isim kullan, d)varsayýlaný kullan, mewsrc, q)tin'den "
         "çýk: "
 
-#: src/lang.c:677
+#: src/lang.c:678
 #, fuzzy
 msgid   "use a)lternative name, use d)efault .newsrc, q)uit tin: "
 msgstr  "a)lternatif isim kullan, d)varsayýlaný kullan, newsrc, q)tin'den çýk: "
 
-#: src/lang.c:678
+#: src/lang.c:679
 #, fuzzy, c-format
 msgid   "# NNTP-server -> newsrc translation table and NNTP-server\n"
         "# shortname list for %s %s\n"
@@ -3335,48 +3340,48 @@ msgstr  "# NNTP-sunucu -> newsrc çeviri 
         "#   news.example.org  /tmp/nrc-ex      example    ex\n"
         "#\n"
 
-#: src/lang.c:685
+#: src/lang.c:686
 #, fuzzy
 msgid   "Only"
 msgstr  "Sadece"
 
-#: src/lang.c:686
+#: src/lang.c:687
 #, fuzzy, c-format
 msgid   "Option not enabled. Recompile with %s."
 msgstr  "Seçenek etkin kýlýnmadý. Yeniden derle %s."
 
-#: src/lang.c:687
+#: src/lang.c:688
 #, fuzzy
 msgid   "Options Menu"
 msgstr  "Seçenekler menüsü"
 
-#: src/lang.c:688
+#: src/lang.c:689
 #, fuzzy
 msgid   "Options Menu Commands"
 msgstr  "Seçenekler menüsü"
 
-#: src/lang.c:691
+#: src/lang.c:692
 #, fuzzy, c-format
 msgid   "Error in regex: %s at pos. %d '%s'"
 msgstr  "Regex'de hata: poda %s. %d '%s'"
 
-#: src/lang.c:692
+#: src/lang.c:693
 #, fuzzy, c-format
 msgid   "Error in regex: pcre internal error %d"
 msgstr  "Regex'de hata: pcre iç hata %d"
 
-#: src/lang.c:693
+#: src/lang.c:694
 #, fuzzy, c-format
 msgid   "Error in regex: study - pcre internal error %s"
 msgstr  "Regex'de hata: incele - pcre iç hata %s"
 
-#: src/lang.c:694
+#: src/lang.c:695
 #, fuzzy
 msgid   "Post a followup..."
 msgstr  "Takip edici gönder..."
 
 #. TODO: replace hardcoded key-name in txt_post_error_ask_postpone
-#: src/lang.c:696
+#: src/lang.c:697
 #, fuzzy
 msgid   "An error has occurred while posting the article. If you think that this\n"
         "error is temporary or otherwise correctable, you can postpone the article\n"
@@ -3385,311 +3390,311 @@ msgstr  "Makaleyi gönderirken hata oluþt
         "düþünüyorsanýz, makaleyi erteleyebilir ve tekrar ^O komutunu kulanarak "
         "ulaþabilirsiniz.\n"
 
-#: src/lang.c:699
+#: src/lang.c:700
 #, fuzzy
 msgid   "Posted articles history"
 msgstr  "Gönderilmiþ makalelerin geçmiþi"
 
-#: src/lang.c:700
+#: src/lang.c:701
 #, fuzzy, c-format
 msgid   "Post to newsgroup(s) [%s]> "
 msgstr  "habergrup(lar)a gönder [%s]> "
 
-#: src/lang.c:701
+#: src/lang.c:702
 #, fuzzy
 msgid   "-- post processing started --"
 msgstr  "-- gönderme iþlemi baþlatýldý --"
 
-#: src/lang.c:702
+#: src/lang.c:703
 #, fuzzy
 msgid   "-- post processing completed --"
 msgstr  "-- gönderme iþlemi tamamlandý --"
 
-#: src/lang.c:703
+#: src/lang.c:704
 #, fuzzy, c-format
 msgid   "Post subject [%s]> "
 msgstr  "Konuyu gönder (%s)> "
 
-#: src/lang.c:704
+#: src/lang.c:705
 #, fuzzy
 msgid   "# Summary of mailed/posted messages viewable by 'W' command from within tin.\n"
 msgstr  "# 'W' komutundan görünebilir postalanmýþ/gönderilmiþ iletilerin özeti.\n"
 
-#: src/lang.c:705
+#: src/lang.c:706
 #, fuzzy
 msgid   "Posting article..."
 msgstr  "Makale gönderiliyor..."
 
-#: src/lang.c:706
+#: src/lang.c:707
 #, fuzzy, c-format
 msgid   "Post postponed articles [%%s]? (%s/%s/%s/%s/%s): "
 msgstr  "Ertelenmiþ makaleleri gönder [%%s]? (%s/%s/%s/%s/%s): "
 
-#: src/lang.c:707
+#: src/lang.c:708
 #, fuzzy, c-format
 msgid   "Hot %s"
 msgstr  "Hot %s"
 
-#: src/lang.c:708
+#: src/lang.c:709
 #, fuzzy, c-format
 msgid   "Tagged %s"
 msgstr  "%s imlenmiþ"
 
-#: src/lang.c:709
+#: src/lang.c:710
 #, fuzzy, c-format
 msgid   "Untagged %s"
 msgstr  "%s imlenmemiþ"
 
-#: src/lang.c:710
+#: src/lang.c:711
 #, fuzzy
 msgid   "Processing mail messages marked for deletion."
 msgstr  "Silinmek için iþaretlenen iletilerin iþletilmesi."
 
-#: src/lang.c:711
+#: src/lang.c:712
 #, fuzzy
 msgid   "Processing saved articles marked for deletion."
 msgstr  "Silinmek için iþaretlenen kaydedilmiþ makalelerin iþletilmesi."
 
-#: src/lang.c:712
+#: src/lang.c:713
 #, fuzzy, c-format
 msgid   "Accept Followup-To? %s=post, %s=ignore, %s=quit: "
 msgstr  "Takip edilsin? %s=gönder, %s=yoksay, %s=terk et: "
 
-#: src/lang.c:713
+#: src/lang.c:714
 #, fuzzy
 msgid   "Article unchanged, abort mailing?"
 msgstr  "Makale deðiþtirilmesini, posta iptal edilsin mi?"
 
-#: src/lang.c:714
+#: src/lang.c:715
 #, fuzzy, c-format
 msgid   "Do you want to see postponed articles (%d)?"
 msgstr  "Ertelediðiniz makaleleri görmek ister misiniz (%d)?"
 
-#: src/lang.c:716
+#: src/lang.c:717
 #, fuzzy
 msgid   "Add quick kill filter?"
 msgstr  "Öldürücü hýzlý süzü eklensin mi?"
 
-#: src/lang.c:717
+#: src/lang.c:718
 #, fuzzy
 msgid   "Add quick selection filter?"
 msgstr  "Hýzlý seçenek süzü eklensin mi?"
 
-#: src/lang.c:718
+#: src/lang.c:719
 #, fuzzy
 msgid   "Do you really want to quit?"
 msgstr  "Terketmek istediðinizden emin misiniz?"
 
-#: src/lang.c:719
+#: src/lang.c:720
 #, fuzzy, c-format
 msgid   "%s=edit cancel message, %s=quit, %s=delete (cancel) [%%s]: "
 msgstr  "%s=düzenle iletiyi iptal et, %s=terk et, %s=sil (iptal) [%%s]: "
 
-#: src/lang.c:720
+#: src/lang.c:721
 #, fuzzy
 msgid   "You have tagged articles in this group - quit anyway?"
 msgstr  "Bu gruptaki makaleleri imlediniz-yine de terk edilsin mi?"
 
-#: src/lang.c:721
+#: src/lang.c:722
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=postpone: "
 msgstr  "%s=terk et, %s=düzenle, %s=ertele: "
 
-#: src/lang.c:722
+#: src/lang.c:723
 #, fuzzy, c-format
 msgid   "%s=quit %s=edit %s=save kill description: "
 msgstr  "%s=terk et %s=düzenle %s=kaydet tanýmý öldür: "
 
-#: src/lang.c:723
+#: src/lang.c:724
 #, fuzzy, c-format
 msgid   "%s=quit %s=edit %s=save select description: "
 msgstr  "%s=terk et %s=düzenle %s=kaydet tanýmý seç: "
 
-#: src/lang.c:724
+#: src/lang.c:725
 #, fuzzy
 msgid   "Do you really want to quit without saving your configuration?"
 msgstr  "Yapýlandýrmalarý kaydetmeden terk etmek istediðinizden emin misiniz?"
 
-#: src/lang.c:727
+#: src/lang.c:728
 #, fuzzy
 msgid   "Invalid range - valid are '0-9.$' eg. 1-$"
 msgstr  "Geçersiz aralýklar- '0-9.$' eg. 1-$ geçerlidir"
 
-#: src/lang.c:729
+#: src/lang.c:730
 #, fuzzy
 msgid   "Do you want to abort this operation?"
 msgstr  "Ýþlem durdurulsun mu?"
 
-#: src/lang.c:730
+#: src/lang.c:731
 #, fuzzy
 msgid   "Do you want to exit tin immediately?"
 msgstr  "tin'den hemen çýkmak istediðinizden emin misisniz?"
 
-#: src/lang.c:732
+#: src/lang.c:733
 #, fuzzy
 msgid   "Reading ('q' to quit)..."
 msgstr  "('q' iptal) okunuyor..."
 
-#: src/lang.c:733
+#: src/lang.c:734
 #, fuzzy, c-format
 msgid   "Reading %sarticles..."
 msgstr  "Makaleler %sokunuyor..."
 
-#: src/lang.c:734
+#: src/lang.c:735
 #, fuzzy, c-format
 msgid   "Reading %sattributes file...\n"
 msgstr  "%sÖznitelik dosyasý okunuyor...\n"
 
-#: src/lang.c:735
+#: src/lang.c:736
 #, fuzzy, c-format
 msgid   "Reading %sconfig file...\n"
 msgstr  "%sYapýlandýrma dosyasý okunuyor\n"
 
-#: src/lang.c:736
+#: src/lang.c:737
 #, fuzzy
 msgid   "Reading filter file...\n"
 msgstr  "Süz dosyasý okunuyor...\n"
 
-#: src/lang.c:737
+#: src/lang.c:738
 #, fuzzy, c-format
 msgid   "Reading %s groups..."
 msgstr  "%s gruplar okunuyor..."
 
-#: src/lang.c:738
+#: src/lang.c:739
 #, fuzzy
 msgid   "Reading input history file...\n"
 msgstr  "Giriþ tarihçe dosyasý okunuyor...\n"
 
-#: src/lang.c:739
+#: src/lang.c:740
 #, fuzzy
 msgid   "Reading keymap file...\n"
 msgstr  "anahtarharita dosyasý okunuyor...\n"
 
-#: src/lang.c:740
+#: src/lang.c:741
 #, fuzzy
 msgid   "Reading groups from active file... "
 msgstr  "Gruplar yürürlükteki dosyadan okunuyor... "
 
-#: src/lang.c:741
+#: src/lang.c:742
 #, fuzzy
 msgid   "Reading groups from newsrc file... "
 msgstr  "Gruplar haberkaynak dosyasýndan okunuyor... "
 
-#: src/lang.c:742
+#: src/lang.c:743
 #, fuzzy
 msgid   "Reading newsgroups file... "
 msgstr  "Habergruplar dosyasý okunuyor... "
 
-#: src/lang.c:743
+#: src/lang.c:744
 #, fuzzy
 msgid   "Reading newsrc file..."
 msgstr  "Haberkaynak dosyasý okunuyor..."
 
-#: src/lang.c:744
+#: src/lang.c:745
 #, fuzzy
 msgid   "References: line              "
 msgstr  "Ýleti-Kimliði: satýr             "
 
-#: src/lang.c:746
+#: src/lang.c:747
 #, c-format
 msgid   "(%d:%02d remaining)"
 msgstr  ""
 
-#: src/lang.c:748
+#: src/lang.c:749
 #, fuzzy, c-format
 msgid   "Bogus group %s removed."
 msgstr  "Bogus grubu %s kaldýrýldý."
 
-#: src/lang.c:749
+#: src/lang.c:750
 msgid   "Removed from the previous rule: "
 msgstr  "Önceki kuraldan kaldýrýldý: "
 
-#: src/lang.c:750
+#: src/lang.c:751
 #, fuzzy, c-format
 msgid   "Error: rename %s to %s"
 msgstr  "Hata:%s'den %s'ye yeniden adlandýr"
 
-#: src/lang.c:751
+#: src/lang.c:752
 #, fuzzy
 msgid   "Reply to author..."
 msgstr  "Yetkiliye yanýt gönderiyor..."
 
-#: src/lang.c:752
+#: src/lang.c:753
 #, fuzzy
 msgid   "Repost"
 msgstr  "Yeniden gönder"
 
-#: src/lang.c:753
+#: src/lang.c:754
 #, fuzzy
 msgid   "Reposting article..."
 msgstr  "Makale yeniden gönderiliyor..."
 
-#: src/lang.c:754
+#: src/lang.c:755
 #, fuzzy, c-format
 msgid   "Repost article(s) to group(s) [%s]> "
 msgstr  "Makale(ler)i grup(lar)a gönder (%s)> "
 
-#: src/lang.c:755
+#: src/lang.c:756
 #, fuzzy
 msgid   "Reset newsrc?"
 msgstr  "Haberkaynak sýfýrlansýn mý?"
 
-#: src/lang.c:756
+#: src/lang.c:757
 #, fuzzy
 msgid   "Responses have been directed to the following newsgroups"
 msgstr  "Yanýtlar sonraki habergruplara yönlendirildi"
 
-#: src/lang.c:757
+#: src/lang.c:758
 #, fuzzy, c-format
 msgid   "Responses have been directed to poster. %s=mail, %s=post, %s=quit: "
 msgstr  "Yanýtlar göndericiye yönlendirildi. %s=postala, %s=gönder, %s=iptal: "
 
-#: src/lang.c:759
+#: src/lang.c:760
 #, fuzzy
 msgid   "Press <RETURN> to continue..."
 msgstr  "Devam etmek için <DÖNÜÞ> bas..."
 
-#: src/lang.c:761
+#: src/lang.c:762
 #, c-format
 msgid   "Select From    [%s] (y/n): "
 msgstr  ""
 
-#: src/lang.c:762
+#: src/lang.c:763
 #, fuzzy
 msgid   "Select Lines: (</>num): "
 msgstr  "Satýrlarý seç: (</>num): "
 
-#: src/lang.c:763
+#: src/lang.c:764
 #, fuzzy
 msgid   "Auto-select Article Menu"
 msgstr  "Otomatik Seçme Makale Menüsü"
 
-#: src/lang.c:764
+#: src/lang.c:765
 #, fuzzy, c-format
 msgid   "Select Msg-Id  [%s] (f/l/o/n): "
 msgstr  "Ýleti-kimliði seçiniz [%s] (f/l/o/n): "
 
-#: src/lang.c:765
+#: src/lang.c:766
 #, fuzzy
 msgid   "Select pattern scope: "
 msgstr  "Örüntü alanýný seç: "
 
-#: src/lang.c:766
+#: src/lang.c:767
 #, fuzzy, c-format
 msgid   "Select Subject [%s] (y/n): "
 msgstr  "Konuyu seç [%s] (y/n): "
 
-#: src/lang.c:767
+#: src/lang.c:768
 #, fuzzy
 msgid   "Select text pattern : "
 msgstr  "Alan metnini seç : "
 
-#: src/lang.c:768
+#: src/lang.c:769
 #, fuzzy
 msgid   "Select time in days   : "
 msgstr  "Günlük olarak zamaný seç: "
 
-#: src/lang.c:769
+#: src/lang.c:770
 #, fuzzy, c-format
 msgid   "# %s server configuration file\n"
         "# This file was automatically saved by %s %s %s (\"%s\")\n"
@@ -3706,288 +3711,288 @@ msgstr  "# %ssunucu yapýlandýrma dosyasý
         "# terk ettiðinde yeniden yazýlacak %s.\n"
         "# Ne yapmak gerektiðinizi bilmiyorsanýz lütfen deðiþtirmeyiniz.\n"
 
-#: src/lang.c:775
+#: src/lang.c:776
 #, fuzzy
 msgid   "Showing unread groups only"
 msgstr  "Sadece okunmamýþ gruplar görünüyor"
 
-#: src/lang.c:776
+#: src/lang.c:777
 #, fuzzy
 msgid   "Subject: line (ignore case)   "
 msgstr  "Konu: satýr (büyük küçük harf durumunu yoksay)"
 
-#: src/lang.c:777
+#: src/lang.c:778
 #, fuzzy
 msgid   "Subject: line (case sensitive)"
 msgstr  "Konu: satýr (büyük-küçük duyarlý)"
 
-#: src/lang.c:778
+#: src/lang.c:779
 #, fuzzy
 msgid   "Save"
 msgstr  "Kaydet"
 
-#: src/lang.c:779
+#: src/lang.c:780
 #, fuzzy, c-format
 msgid   "Save '%s' (%s/%s)?"
 msgstr  "Kaydedilsin mi '%s' (%s/%s)?"
 
-#: src/lang.c:780
+#: src/lang.c:781
 #, fuzzy
 msgid   "Save configuration before continuing?"
 msgstr  "Devam etmeden düzenlemeleri kaydet?"
 
-#: src/lang.c:781
+#: src/lang.c:782
 #, fuzzy
 msgid   "Save filename> "
 msgstr  "Dosyaadý kaydet> "
 
-#: src/lang.c:782
+#: src/lang.c:783
 #, fuzzy
 msgid   "Saved"
 msgstr  "Kaydedildi"
 
-#: src/lang.c:783
+#: src/lang.c:784
 #, fuzzy, c-format
 msgid   "%4d unread (%4d hot) %s in %s\n"
 msgstr  "%4d okunmamýþ (%4d hot) %s in %s\n"
 
-#: src/lang.c:784
+#: src/lang.c:785
 #, fuzzy, c-format
 msgid   "Saved %s...\n"
 msgstr  "Kaydedildi %s...\n"
 
-#: src/lang.c:785
+#: src/lang.c:786
 #, fuzzy
 msgid   "Nothing was saved"
 msgstr  "Hiçbirþey kaydedilmedi"
 
-#: src/lang.c:786
+#: src/lang.c:787
 #, fuzzy, c-format
 msgid   "\n"
         "%s %d %s from %d %s\n"
 msgstr  "\n"
         "%s %d %s 'dan %d %s\n"
 
-#: src/lang.c:787
+#: src/lang.c:788
 #, fuzzy, c-format
 msgid   "-- %s saved to %s%s --"
 msgstr  "-- %s kaydedildi %s%s --"
 
-#: src/lang.c:788
+#: src/lang.c:789
 #, fuzzy, c-format
 msgid   "-- %s saved to %s - %s --"
 msgstr  "-- %s kaydedildi %s - %s --"
 
-#: src/lang.c:789
+#: src/lang.c:790
 #, fuzzy
 msgid   "Saving..."
 msgstr  "Kaydediliyor..."
 
-#: src/lang.c:790
+#: src/lang.c:791
 #, fuzzy, c-format
 msgid   "%s: Screen initialization failed"
 msgstr  "%s: Ekran baþlatma baþarýsýz"
 
-#: src/lang.c:792
+#: src/lang.c:793
 #, fuzzy, c-format
 msgid   "%s: screen is too small\n"
 msgstr  "%s: ekran çok küçük\n"
 
-#: src/lang.c:794
+#: src/lang.c:795
 #, fuzzy, c-format
 msgid   "screen is too small, %s is exiting\n"
 msgstr  "ekran çok küçük, %s çýkýyor\n"
 
-#: src/lang.c:795
+#: src/lang.c:796
 #, fuzzy
 msgid   "Delete scope?"
 msgstr  "Örüntü alanýný seç: "
 
-#: src/lang.c:796
+#: src/lang.c:797
 #, fuzzy
 msgid   "Enter scope> "
 msgstr  "Seçenek numarasýný yazýn> "
 
-#: src/lang.c:797
+#: src/lang.c:798
 #, fuzzy
 msgid   "Select new position> "
 msgstr  "Alan metnini seç : "
 
-#: src/lang.c:798
+#: src/lang.c:799
 msgid   "New position cannot be a global scope"
 msgstr  ""
 
-#: src/lang.c:799
+#: src/lang.c:800
 msgid   "Global scope, operation not allowed"
 msgstr  ""
 
-#: src/lang.c:800
+#: src/lang.c:801
 msgid   "Rename scope> "
 msgstr  ""
 
-#: src/lang.c:801
+#: src/lang.c:802
 #, fuzzy
 msgid   "Select scope> "
 msgstr  "Grup seç> "
 
-#: src/lang.c:802
+#: src/lang.c:803
 #, fuzzy
 msgid   "Scopes Menu"
 msgstr  "Seçenekler menüsü"
 
-#: src/lang.c:803
+#: src/lang.c:804
 #, fuzzy
 msgid   "Scopes Menu Commands"
 msgstr  "Üst Düzey Komutlar"
 
-#: src/lang.c:804
+#: src/lang.c:805
 #, fuzzy, c-format
 msgid   "Search backwards [%s]> "
 msgstr  "Geri ara [%s]> "
 
-#: src/lang.c:805
+#: src/lang.c:806
 #, fuzzy, c-format
 msgid   "Search body [%s]> "
 msgstr  "Gövdeyi ara [%s]> "
 
-#: src/lang.c:806
+#: src/lang.c:807
 #, fuzzy, c-format
 msgid   "Search forwards [%s]> "
 msgstr  "Ýleri ara [%s]> "
 
-#: src/lang.c:807
+#: src/lang.c:808
 #, fuzzy
 msgid   "Searching..."
 msgstr  "Arýyor..."
 
-#: src/lang.c:808
+#: src/lang.c:809
 #, fuzzy, c-format
 msgid   "Searching article %d of %d ('q' to abort)..."
 msgstr  "Makale aranýyor %d of %d ('q' durdur)..."
 
-#: src/lang.c:809
+#: src/lang.c:810
 #, fuzzy
 msgid   "Select article> "
 msgstr  "Makale seç> "
 
-#: src/lang.c:810
+#: src/lang.c:811
 #, fuzzy
 msgid   "Select option number before text or use arrow keys and <CR>. 'q' to quit."
 msgstr  "Metin ve ok tuþu kullanmadan seçenek ve <CR>düðmelerini basýnýz. terk etmek "
         "için 'q'."
 
-#: src/lang.c:811
+#: src/lang.c:812
 #, fuzzy
 msgid   "Select group> "
 msgstr  "Grup seç> "
 
-#: src/lang.c:812
+#: src/lang.c:813
 #, fuzzy, c-format
 msgid   "Enter selection pattern [%s]> "
 msgstr  "Seçme örüntüsünü girin [%s]> "
 
-#: src/lang.c:813
+#: src/lang.c:814
 #, fuzzy
 msgid   "Select thread > "
 msgstr  "En küçük yürütme birimlerini seç > "
 
-#: src/lang.c:814
+#: src/lang.c:815
 #, fuzzy, c-format
 msgid   "%s %s %s (\"%s\") [%s]: send a DETAILED bug report to %s\n"
 msgstr  "%s %s %s (\"%s\") [%s]: DETAYLI hata raporu gönder %s\n"
 
-#: src/lang.c:815
+#: src/lang.c:816
 #, fuzzy
 msgid   "servers active-file"
 msgstr  "Sunucular etkindosyasý"
 
-#: src/lang.c:816
+#: src/lang.c:817
 #, fuzzy
 msgid   "Cannot move into new newsgroups. Subscribe first..."
 msgstr  "Habergruplara giriþ yapýlamýyor. Önce abone ol..."
 
-#: src/lang.c:817
+#: src/lang.c:818
 #, fuzzy
 msgid   "<SPACE>"
 msgstr  "<ARALIK>"
 
-#: src/lang.c:818
+#: src/lang.c:819
 #, fuzzy, c-format
 msgid   "Starting: (%s)"
 msgstr  "Baþlatma: (%s)"
 
-#: src/lang.c:819
+#: src/lang.c:820
 #, fuzzy, c-format
 msgid   "List Thread (%d of %d)"
 msgstr  "En küçük yürütme birimlerini listele (%d of %d)"
 
-#: src/lang.c:820
+#: src/lang.c:821
 #, fuzzy, c-format
 msgid   "Thread (%.*s)"
 msgstr  "En küçük yürütme birimi (%.*s)"
 
-#: src/lang.c:821
+#: src/lang.c:822
 #, fuzzy
 msgid   "Enter wildcard subscribe pattern> "
 msgstr  "Joker abone alanýna giriniz> "
 
-#: src/lang.c:822
+#: src/lang.c:823
 #, fuzzy, c-format
 msgid   "subscribed to %d groups"
 msgstr  "%d gruplara abone olundu"
 
-#: src/lang.c:823
+#: src/lang.c:824
 #, fuzzy, c-format
 msgid   "Subscribed to %s"
 msgstr  "Abone olundu %s"
 
-#: src/lang.c:824
+#: src/lang.c:825
 #, fuzzy
 msgid   "Subscribing... "
 msgstr  "Abone olunuyor... "
 
-#: src/lang.c:825
+#: src/lang.c:826
 #, fuzzy, c-format
 msgid   "Repost or supersede article(s) [%%s]? (%s/%s/%s): "
 msgstr  "Makale(ler)i yeniden gönder yada deðiþtir (s) [%%s]? (%s/%s/%s): "
 
-#: src/lang.c:826
+#: src/lang.c:827
 #, fuzzy, c-format
 msgid   "Supersede article(s) to group(s) [%s]> "
 msgstr  "Makale(ler)i Grup(lar)a yerini al [%s]> "
 
-#: src/lang.c:827
+#: src/lang.c:828
 #, fuzzy
 msgid   "Superseding article ..."
 msgstr  "Makaleyi deðiþtiriyor..."
 
-#: src/lang.c:828
+#: src/lang.c:829
 #, fuzzy, c-format
 msgid   "\n"
         "Stopped. Type 'fg' to restart %s\n"
 msgstr  "\n"
         "Durduruldu. Yeniden baþlatmak için 'fg' yaz %s\n"
 
-#: src/lang.c:830
+#: src/lang.c:831
 #, fuzzy, c-format
 msgid   "%d days"
 msgstr  "%d günler"
 
-#: src/lang.c:831
+#: src/lang.c:832
 #, fuzzy
 msgid   "<TAB>"
 msgstr  "<SEKME>"
 
-#: src/lang.c:832
+#: src/lang.c:833
 msgid   "TeX "
 msgstr  ""
 
-#: src/lang.c:833
+#: src/lang.c:834
 #, fuzzy
 msgid   "# Default action/prompt strings\n"
 msgstr  "# Varsayýlan iþlem/komut dizgileri\n"
 
-#: src/lang.c:834
+#: src/lang.c:835
 #, fuzzy
 msgid   "# Defaults for quick (1 key) kill & auto-selection filters\n"
         "# header=NUM  0,1=Subject: 2,3=From: 4=Message-ID: & full References: line\n"
@@ -4004,314 +4009,314 @@ msgstr  "# Varsayýlanlarý (1 tuþ) kill &
         "# case=ON/OFF    ON=filter case sensitive OFF=ignore case\n"
         "# expire=ON/OFF  ON=limit to default_filter_days OFF=don't ever expire\n"
 
-#: src/lang.c:847
+#: src/lang.c:848
 #, fuzzy
 msgid   "# If ON use print current subject or newsgroup description in the last line\n"
 msgstr  "# ON durumdaysa mevcut konu yada son satýrdaki habergrup tanýmý için yazýcýyý "
         "kullanýnýz\n"
 
-#: src/lang.c:848
+#: src/lang.c:849
 #, fuzzy
 msgid   "# Host & time info used for detecting new groups (don't touch)\n"
 msgstr  "# Yeni gruplarý algýlamak için ana sunucu& zaman bilgileri kullanýnýz "
         "(dokunmayýnýz)\n"
 
-#: src/lang.c:849
+#: src/lang.c:850
 #, fuzzy
 msgid   "There is no news\n"
 msgstr  "Hiçbir haber yok\n"
 
-#: src/lang.c:850
+#: src/lang.c:851
 #, fuzzy
 msgid   "Thread"
 msgstr  "En küçük yürütme birimi"
 
-#: src/lang.c:851
+#: src/lang.c:852
 #, fuzzy
 msgid   "Thread Level Commands"
 msgstr  "En Küçük Yürütme Birim Komut Düzeyi"
 
-#: src/lang.c:852
+#: src/lang.c:853
 #, fuzzy
 msgid   "Thread deselected"
 msgstr  "En küçük yürütme birimin seçimi iptal edildi"
 
-#: src/lang.c:853
+#: src/lang.c:854
 #, fuzzy
 msgid   "Thread selected"
 msgstr  "En küçük yürütme birimi seçildi"
 
-#: src/lang.c:855
+#: src/lang.c:856
 #, fuzzy
 msgid   "threads"
 msgstr  "en küçük yürütme birimleri"
 
-#: src/lang.c:857
+#: src/lang.c:858
 #, fuzzy
 msgid   "thread"
 msgstr  "en küçük yürütme birimi"
 
-#: src/lang.c:858
+#: src/lang.c:859
 #, fuzzy, c-format
 msgid   "Thread %4s of %4s"
 msgstr  "En küçük yürütme birimi %4s of %4s"
 
-#: src/lang.c:859
+#: src/lang.c:860
 #, fuzzy
 msgid   "Threading articles..."
 msgstr  "Makaleler baðlanýyor..."
 
-#: src/lang.c:860
+#: src/lang.c:861
 #, fuzzy, c-format
 msgid   "Toggled word highlighting %s"
 msgstr  "Geçiþ kelime belirtiliyor %s"
 
-#: src/lang.c:861
+#: src/lang.c:862
 #, fuzzy
 msgid   "Toggled rot13 encoding"
 msgstr  "Geçiþ rot13 kodlanýyor"
 
-#: src/lang.c:862
+#: src/lang.c:863
 #, fuzzy, c-format
 msgid   "Toggled german TeX encoding %s"
 msgstr  "Geçiþ almanca TeX kodlanýyor %s"
 
-#: src/lang.c:863
+#: src/lang.c:864
 #, fuzzy, c-format
 msgid   "Toggled tab-width to %d"
 msgstr  "Geçiþ sekme geniþliði %d"
 
-#: src/lang.c:865
+#: src/lang.c:866
 #, fuzzy, c-format
 msgid   "%d Trying to dotlock %s"
 msgstr  "%d kilitlemeye deniyor %s"
 
-#: src/lang.c:866
+#: src/lang.c:867
 #, fuzzy, c-format
 msgid   "%d Trying to lock %s"
 msgstr  "%d kilitlemeye çalýþýyor %s"
 
-#: src/lang.c:868
+#: src/lang.c:869
 #, fuzzy
 msgid   "           h=help"
 msgstr  "         h=yardým"
 
-#: src/lang.c:870
+#: src/lang.c:871
 #, fuzzy
 msgid   "Unlimited"
 msgstr  "Sýnýrsýz"
 
-#: src/lang.c:871
+#: src/lang.c:872
 #, fuzzy
 msgid   "Enter wildcard unsubscribe pattern> "
 msgstr  "Abone iptal joker alanýna giriniz> "
 
-#: src/lang.c:872
+#: src/lang.c:873
 #, fuzzy, c-format
 msgid   "Error decoding %s : %s"
 msgstr  "Hata kod çözülmesi %s: %s"
 
-#: src/lang.c:873
+#: src/lang.c:874
 #, fuzzy
 msgid   "No end."
 msgstr  "Sonu yok."
 
-#: src/lang.c:874
+#: src/lang.c:875
 #, fuzzy, c-format
 msgid   "%s successfully decoded."
 msgstr  "%s kod baþarýyla çözüldü."
 
-#: src/lang.c:875
+#: src/lang.c:876
 #, fuzzy, c-format
 msgid   "%*s[-- %s/%s, %suuencoded file, %d lines, name: %s --]\n"
         "\n"
 msgstr  "%*s[-- %s/%s, %s metinsele kodlama dosyasý, %d satýr, ad: %s --]\n"
         "\n"
 
-#: src/lang.c:876
+#: src/lang.c:877
 #, fuzzy
 msgid   "unread "
 msgstr  "okunmamýþ "
 
-#: src/lang.c:877
+#: src/lang.c:878
 #, fuzzy, c-format
 msgid   "unsubscribed from %d groups"
 msgstr  "%d gruptan abonelik iptal edildi"
 
-#: src/lang.c:878
+#: src/lang.c:879
 #, fuzzy, c-format
 msgid   "Unsubscribed from %s"
 msgstr  "abonelik iptal edildi %s"
 
-#: src/lang.c:879
+#: src/lang.c:880
 #, fuzzy
 msgid   "Unsubscribing... "
 msgstr  "Abonelik iptal oluyor... "
 
-#: src/lang.c:880
+#: src/lang.c:881
 #, fuzzy
 msgid   "Unthreading articles..."
 msgstr  "Makalelerin baðlantýsý sonlanýyor..."
 
-#: src/lang.c:881
+#: src/lang.c:882
 #, fuzzy
 msgid   "Updated"
 msgstr  "Güncelendi"
 
-#: src/lang.c:883
+#: src/lang.c:884
 #, c-format
 msgid   "unparseable \"LIST COUNTS\" line: \"%s\""
 msgstr  ""
 
-#: src/lang.c:885
+#: src/lang.c:886
 #, fuzzy
 msgid   "Updating"
 msgstr  "Güncellenme"
 
-#: src/lang.c:886
+#: src/lang.c:887
 msgid   "URL Menu"
 msgstr  ""
 
-#: src/lang.c:887
+#: src/lang.c:888
 #, fuzzy
 msgid   "URL Menu Commands"
 msgstr  "Üst Düzey Komutlar"
 
-#: src/lang.c:888
+#: src/lang.c:889
 #, fuzzy, c-format
 msgid   "Opening %s"
 msgstr  "Açýlma %s\n"
 
-#: src/lang.c:889
+#: src/lang.c:890
 #, fuzzy
 msgid   "Select URL> "
 msgstr  "Grup seç> "
 
-#: src/lang.c:890
+#: src/lang.c:891
 #, fuzzy
 msgid   "No URLs in this article"
 msgstr  "Makalede Birörnek Kaynak Bulucu yok"
 
-#: src/lang.c:891
+#: src/lang.c:892
 #, fuzzy
 msgid   "Use MIME display program for this message?"
 msgstr  "Bu ileti için MIME(Çok Amaçlý Internet Posta Uzantýlarý) ekran programý "
         "kullan?"
 
-#: src/lang.c:892
+#: src/lang.c:893
 #, fuzzy
 msgid   "  -c       mark all news as read in subscribed newsgroups (batch mode)"
 msgstr  "  -c       abone edilmiþ habergruplara bütün haberleri okunmuþ olarak "
         "iþaretleyiniz (toplu mod)"
 
-#: src/lang.c:893
+#: src/lang.c:894
 #, fuzzy
 msgid   "  -Z       return status indicating if any unread news (batch mode)"
 msgstr  "  -Z       Okunmamýþ haber varsa geri statüsüne gelir (toplu mod)"
 
-#: src/lang.c:894
+#: src/lang.c:895
 #, fuzzy
 msgid   "  -q       don't check for new newsgroups"
 msgstr  "  -q       yeni habergruplarý için deneme"
 
-#: src/lang.c:895
+#: src/lang.c:896
 #, fuzzy
 msgid   "  -X       don't save any files on quit"
 msgstr  "  -X       çýkýþta hiçbir dosya kaydetme"
 
-#: src/lang.c:896
+#: src/lang.c:897
 #, fuzzy
 msgid   "  -d       don't show newsgroup descriptions"
 msgstr  "  -d       habergrubu tanýmlarý gösterme"
 
-#: src/lang.c:897
+#: src/lang.c:898
 #, fuzzy
 msgid   "  -G limit get only limit articles/group"
 msgstr  "  -G limit sadece makale/grup sýnýrý elde et"
 
-#: src/lang.c:898
+#: src/lang.c:899
 #, fuzzy, c-format
 msgid   "  -H       help information about %s"
 msgstr  "  -H       yardým bilgisi %s"
 
-#: src/lang.c:899
+#: src/lang.c:900
 #, fuzzy
 msgid   "  -h       this help message"
 msgstr  "  -h       ileti yardýmý"
 
-#: src/lang.c:900
+#: src/lang.c:901
 #, fuzzy, c-format
 msgid   "  -I dir   news index file directory [default=%s]"
 msgstr  "  -I dir   haber dizin dosyasý [varsayýlant=%s]"
 
-#: src/lang.c:901
+#: src/lang.c:902
 #, fuzzy
 msgid   "  -u       update index files (batch mode)"
 msgstr  "  -u       guncelleme dizin dosyasý (toplu modu)"
 
-#: src/lang.c:902
+#: src/lang.c:903
 #, fuzzy, c-format
 msgid   "  -m dir   mailbox directory [default=%s]"
 msgstr  "  -m dir   posta kutusu dizini [varsayýlan=%s]"
 
-#: src/lang.c:903
+#: src/lang.c:904
 #, fuzzy, c-format
 msgid   "\n"
         "Mail bug reports/comments to %s"
 msgstr  "\n"
         "posta hata raporu/açýklama %s"
 
-#: src/lang.c:904
+#: src/lang.c:905
 #, fuzzy
 msgid   "  -N       mail new news to your posts (batch mode)"
 msgstr  "  -N       Gönderilenlere yeni haber gönder (toplu mod)"
 
-#: src/lang.c:905
+#: src/lang.c:906
 #, fuzzy
 msgid   "  -M user  mail new news to specified user (batch mode)"
 msgstr  "  -M kulanýcýsý  özel kulanýcýya yeni haber göder (toplu mod)"
 
-#: src/lang.c:906
+#: src/lang.c:907
 #, fuzzy, c-format
 msgid   "  -f file  subscribed to newsgroups file [default=%s]"
 msgstr  "  -f dosyasý  habergruplar dosyasýna abone olundu (varsayýlan=%s)"
 
-#: src/lang.c:907
+#: src/lang.c:908
 #, fuzzy
 msgid   "  -x       no posting mode"
 msgstr  "  -x       iþlem modu yok"
 
-#: src/lang.c:908
+#: src/lang.c:909
 #, fuzzy
 msgid   "  -w       post an article and exit"
 msgstr  "  -w       makale gönder ve çýk"
 
-#: src/lang.c:909
+#: src/lang.c:910
 #, fuzzy
 msgid   "  -o       post all postponed articles and exit"
 msgstr  "  -o       ertelenmiþ bütün makaleleri gönder ve çýk"
 
-#: src/lang.c:910
+#: src/lang.c:911
 #, fuzzy
 msgid   "  -R       read news saved by -S option"
 msgstr  "  -R       -S seçeneði basarak kaydedilen haberleri oku"
 
-#: src/lang.c:911
+#: src/lang.c:912
 #, fuzzy, c-format
 msgid   "  -s dir   save news directory [default=%s]"
 msgstr  "  -s dir   haber dizinini kaydet (varsayýlan=%s)"
 
-#: src/lang.c:912
+#: src/lang.c:913
 #, fuzzy
 msgid   "  -S       save new news for later reading (batch mode)"
 msgstr  "  -S       daha sonra okumak üzere yeni haberleri kaydet (toplu mod)"
 
-#: src/lang.c:913
+#: src/lang.c:914
 #, fuzzy
 msgid   "  -z       start if any unread news"
 msgstr  "  -z       okunmamýþ haber varsa baþla"
 
-#: src/lang.c:914
+#: src/lang.c:915
 #, fuzzy, c-format
 msgid   "A Usenet reader.\n"
         "\n"
@@ -4320,44 +4325,44 @@ msgstr  "Usenet okuyucusu.\n"
         "\n"
         "Kullaným: %s [seçenekler] [habergrubu[,...]]"
 
-#: src/lang.c:915
+#: src/lang.c:916
 #, fuzzy
 msgid   "  -v       verbose output for batch mode options"
 msgstr  "  -v       toplu kip seçenekleri için gereksiz çýkýþ"
 
-#: src/lang.c:916
+#: src/lang.c:917
 #, fuzzy
 msgid   "  -V       print version & date information"
 msgstr  "  -V       Sürüm & tarih bilgilerini yazdýr"
 
-#: src/lang.c:917
+#: src/lang.c:918
 #, fuzzy, c-format
 msgid   "%s only useful without batch mode operations\n"
 msgstr  "%s sadece toplu kip seçenekleri yoksa kullanýþlý\n"
 
-#: src/lang.c:918
+#: src/lang.c:919
 #, fuzzy, c-format
 msgid   "%s only useful for batch mode operations\n"
 msgstr  "%s sadece toplu kip seçenekleri varsa kullanýþlý\n"
 
-#: src/lang.c:919
+#: src/lang.c:920
 #, c-format
 msgid   "Useless combination %s and %s. Ignoring %s.\n"
 msgstr  ""
 
-#: src/lang.c:921
+#: src/lang.c:922
 #, fuzzy, c-format
 msgid   "\n"
         "%s%d out of range (0 - %d). Reset to 0"
 msgstr  "\n"
         "%s%d erimin dýþýnda (0 - %d), Sýfýrla"
 
-#: src/lang.c:922
+#: src/lang.c:923
 #, fuzzy, c-format
 msgid   "View '%s' (%s/%s)?"
 msgstr  "Göster '%s' (%s/%s)?"
 
-#: src/lang.c:924
+#: src/lang.c:925
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: posting exceeds %d columns. Line %d is the first long one:\n"
@@ -4366,28 +4371,28 @@ msgstr  "\n"
         "Uyarý: gönderme %d sütunlarýný geçiyor. %d en uzun ilk satýr:\n"
         "%-100s\n"
 
-#: src/lang.c:925
+#: src/lang.c:926
 #, fuzzy
 msgid   "\n"
         "Warning: article unchanged after editing\n"
 msgstr  "\n"
         "Uyarý: makale düzenlendikten sonra deðiþtirildi\n"
 
-#: src/lang.c:926
+#: src/lang.c:927
 #, fuzzy
 msgid   "\n"
         "Warning: \"Subject:\" contains only whitespaces.\n"
 msgstr  "\n"
         "Uyarý: \"Konu:\" sadece beyazboþluklar var.\n"
 
-#: src/lang.c:927
+#: src/lang.c:928
 #, fuzzy
 msgid   "\n"
         "Warning: \"Subject:\" begins with \"Re: \" but there are no \"References:\".\n"
 msgstr  "\n"
         "Uyarý: \"Konu:\" ,  \"Re: \" ile baþlar ama \"Referanslar:\" yok.\n"
 
-#: src/lang.c:929
+#: src/lang.c:930
 #, fuzzy
 msgid   "\n"
         "Warning: Article has \"References:\" but \"Subject:\" does not begin\n"
@@ -4396,7 +4401,7 @@ msgstr  "\n"
         "Uyarý: Makalede \"Referanslar:\"  var \"Konu:\"    \"Re: \" ile\n"
         "       baþlmýyor ve \"(was:\" yok.\n"
 
-#: src/lang.c:932
+#: src/lang.c:933
 #, fuzzy
 msgid   "Read carefully!\n"
         "\n"
@@ -4418,7 +4423,7 @@ msgstr  "Dikkatle oku!\n"
         "Ýptal etmek üzere olduðunuz makale bu:\n"
         "\n"
 
-#: src/lang.c:936
+#: src/lang.c:937
 #, fuzzy
 msgid   "\n"
         "Warning: You are using a non-plain transfer encoding (such as base64 or\n"
@@ -4433,12 +4438,12 @@ msgstr  "\n"
         "          inews programý tarafýndan bir imza iliþtirildiyse, uygun þekilde "
         "kodlanamaz.\n"
 
-#: src/lang.c:941
+#: src/lang.c:942
 msgid   "\n"
         "Warning: \"example\" is a reserved hierarchy!\n"
 msgstr  ""
 
-#: src/lang.c:942
+#: src/lang.c:943
 #, fuzzy, c-format
 msgid   "\n"
         "\n"
@@ -4451,7 +4456,7 @@ msgstr  "\n"
         "%s dosyanýzdaki bazi deðerler deðiþtirilmiþtir!\n"
         "Oku WHATSNEW, vb...\n"
 
-#: src/lang.c:944
+#: src/lang.c:945
 #, fuzzy, c-format
 msgid   "\n"
         "\n"
@@ -4462,7 +4467,7 @@ msgstr  "\n"
         "Yeni bir sürümden tin %s 'e alçaltýyorsunuz!\n"
         "%s dosyanýdaki bazý deðerler yoksayýlabiri, diðerleri deðiþtirilebilir!\n"
 
-#: src/lang.c:947
+#: src/lang.c:948
 #, fuzzy, c-format
 msgid   "Warning: tin wrote fewer groups to your\n"
         "\t%s\n"
@@ -4476,19 +4481,19 @@ msgstr  "Uyarý: tin baþlangýçta okuduðun
         "bu bir hata gösterir ve tini tekrar baþlatmadan %s'i\n"
         "yedeklemeniz gerekmektedir!\n"
 
-#: src/lang.c:951
+#: src/lang.c:952
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: Found %d '-- \\n' lines, this may confuse some people.\n"
 msgstr  "\n"
         "Uyarý: Bulundu %d '-- \\n' satýrlar, bazý insanlarýn kafasý karýþabilir.\n"
 
-#: src/lang.c:952
+#: src/lang.c:953
 #, fuzzy, c-format
 msgid   "Warning: Only %d out of %d articles were saved"
 msgstr  "Uyarý: Sadece %d 'de %d makale kaydedildi"
 
-#: src/lang.c:953
+#: src/lang.c:954
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: Your signature  is longer than %d lines.  Since signatures usually "
@@ -4501,55 +4506,55 @@ msgstr  "\n"
         "         iþe yarar bilgi aktarmadýklarý için, olabildikleri kadar kýsa\n"
         "        olmalýlar.\n"
 
-#: src/lang.c:957
+#: src/lang.c:958
 #, fuzzy, c-format
 msgid   "Warning: this mail address may contain a spamtrap. %s=continue, %s=abort? "
 msgstr  "Uyarý: bu posta adresinde mesaj yaðanaðý tuzaðý olabilir. %s=devam. %"
         "s=durdur? "
 
-#: src/lang.c:958
+#: src/lang.c:959
 #, fuzzy
 msgid   "\n"
         "Warning: Signatures should start with '-- \\n' not with '--\\n'.\n"
 msgstr  "\n"
         "Uyarý: Ýmzalar '-- \\n' ile baþlamalý '--\\n' ile deðil.\n"
 
-#: src/lang.c:959
+#: src/lang.c:960
 #, fuzzy
 msgid   "Writing attributes file..."
 msgstr  "Öznitelikler dosylasýný yazýyor..."
 
-#: src/lang.c:961
+#: src/lang.c:962
 #, fuzzy, c-format
 msgid   "%d Responses"
 msgstr  "%d Yanýtlar"
 
-#: src/lang.c:963
+#: src/lang.c:964
 #, fuzzy, c-format
 msgid   "Added %d %s"
 msgstr  "Eklendi %d %s"
 
-#: src/lang.c:964
+#: src/lang.c:965
 #, fuzzy
 msgid   "No unsubscribed groups to show"
 msgstr  "Gösterilecek abonelikten çýkmýþ küme yok"
 
-#: src/lang.c:965
+#: src/lang.c:966
 #, fuzzy
 msgid   "Showing subscribed to groups only"
 msgstr  "Sadece abone kümeleri göster"
 
-#: src/lang.c:966
+#: src/lang.c:967
 #, fuzzy
 msgid   "Yes "
 msgstr  "Evet"
 
-#: src/lang.c:967
+#: src/lang.c:968
 #, fuzzy
 msgid   "    You have mail"
 msgstr  "     Postanýz var"
 
-#: src/lang.c:972
+#: src/lang.c:973
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: Posting is in %s and contains characters which are not\n"
@@ -4568,11 +4573,11 @@ msgstr  "\n"
         "    ayarlarýný M)enü seçeneði ile yollamak için daha uygun bir þekilde\n"
         "    deðiþtirin.\n"
 
-#: src/lang.c:983
+#: src/lang.c:984
 msgid   "  -D mode  debug mode"
 msgstr  ""
 
-#: src/lang.c:987
+#: src/lang.c:988
 #, fuzzy
 msgid   "Read carefully!\n"
         "\n"
@@ -4598,12 +4603,12 @@ msgstr  "Dikkatle okuyun!\n"
         "Ýptal etmek üzere olduðunuz makale bu:\n"
         "\n"
 
-#: src/lang.c:996
+#: src/lang.c:997
 #, fuzzy
 msgid   "toggle color"
 msgstr  "renk deðiþtir"
 
-#: src/lang.c:997
+#: src/lang.c:998
 msgid   "# Changing colors of several screen parts\n"
         "# Possible values are:\n"
         "#  -1 = default (white for foreground and black for background)\n"
@@ -4627,418 +4632,426 @@ msgid   "# Changing colors of several sc
         "\n"
 msgstr  ""
 
-#: src/lang.c:1017
+#: src/lang.c:1018
 #, fuzzy
 msgid   "  -a       toggle color flag"
 msgstr  "  -a       renk bayraðýný deðiþtir"
 
-#: src/lang.c:1021
+#: src/lang.c:1022
 #, fuzzy
 msgid   "\n"
         "Error: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Hata: Birden fazla haber grubu için Takip-Et ayarlandý!\n"
 
-#: src/lang.c:1022
+#: src/lang.c:1023
 #, c-format
 msgid   "\n"
         "Error: \"%s\" is renamed, use \"%s\" instead!\n"
 msgstr  ""
 
-#: src/lang.c:1023
+#: src/lang.c:1024
 #, fuzzy, c-format
 msgid   "\n"
         "Error: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Hata: %d haber gruubuna çapraz gönderiyor ve Takip-Et satýrý yok!\n"
 
-#: src/lang.c:1024
+#: src/lang.c:1025
 #, fuzzy, c-format
 msgid   "\n"
         "Error: \"%s\" is not a valid newsgroup!\n"
 msgstr  "\n"
         "Hata: \"%s\" geçerli bir haber grubu deðil!\n"
 
-#: src/lang.c:1026
+#: src/lang.c:1027
 #, fuzzy
 msgid   "\n"
         "Warning: Followup-To set to more than one newsgroup!\n"
 msgstr  "\n"
         "Uyarý: Birden fazla haber grubu için Takip-Et ayarlandý!\n"
 
-#: src/lang.c:1027
+#: src/lang.c:1028
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: \"%s\" is renamed, you should use \"%s\" instead!\n"
 msgstr  "\n"
         "Uyaý:  \"%s\" bu sitede geçerli bir newsrc deðil!\n"
 
-#: src/lang.c:1028
+#: src/lang.c:1029
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: cross-posting to %d newsgroups and no Followup-To line!\n"
 msgstr  "\n"
         "Hata: %d haber gruubuna çapraz gönderiyor ve Takip-Et satýrý yok!\n"
 
-#: src/lang.c:1029
+#: src/lang.c:1030
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: \"%s\" is not in your newsrc, it may be invalid at this site!\n"
 msgstr  "\n"
         "Uyarý:  \"%s\" sizin newsrc'niz deðil, bu sitede geçersiz olabilir!\n"
 
-#: src/lang.c:1030
+#: src/lang.c:1031
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: \"%s\" is not a valid newsgroup at this site!\n"
 msgstr  "\n"
         "Uyaý:  \"%s\" bu sitede geçerli bir newsrc deðil!\n"
 
-#: src/lang.c:1034
+#: src/lang.c:1035
 #, fuzzy, c-format
 msgid   "%d files successfully written from %d articles. %d %s occurred."
 msgstr  "%d dosyalarý %d makalelerinden baþarýyla yazýldý. %d%s meydana geldi."
 
-#: src/lang.c:1035
+#: src/lang.c:1036
 #, fuzzy
 msgid   "Missing parts."
 msgstr  "Bazý yerler eksik."
 
-#: src/lang.c:1036
+#: src/lang.c:1037
 #, fuzzy
 msgid   "No beginning."
 msgstr  "Baþlangýç yok."
 
-#: src/lang.c:1037
+#: src/lang.c:1038
 #, fuzzy
 msgid   "No data."
 msgstr  "Veri yok."
 
-#: src/lang.c:1038
+#: src/lang.c:1039
 #, fuzzy
 msgid   "Unknown error."
 msgstr  "Bilinmeyen hata."
 
-#: src/lang.c:1041
+#: src/lang.c:1042
 #, fuzzy, c-format
 msgid   "\tChecksum of %s (%ld %s)"
 msgstr  "\tSaðlama toplamý %s (%ld %s)"
 
-#: src/lang.c:1046
+#: src/lang.c:1047
 #, fuzzy
 msgid   "Reading mail active file... "
 msgstr  "Posta aktif dosyasý okunuyor... "
 
-#: src/lang.c:1047
+#: src/lang.c:1048
 #, fuzzy
 msgid   "Reading mailgroups file... "
 msgstr  "Postagruplarý dosyasý okunuyor... "
 
-#: src/lang.c:1051
+#: src/lang.c:1052
 #, fuzzy
 msgid   "perform PGP operations on article"
 msgstr  "makalede PGP iþlemi gerçekleþtir"
 
-#: src/lang.c:1052
+#: src/lang.c:1053
 #, fuzzy
 msgid   "Add key(s) to public keyring?"
 msgstr  "Genel tuþhalkasýna tuþ(lar) ekle?"
 
-#: src/lang.c:1053
+#: src/lang.c:1054
 #, fuzzy, c-format
 msgid   "%s=encrypt, %s=sign, %s=both, %s=quit: "
 msgstr  "%s=þifrele, %s=imzala. %s=ikisi de, %s=çýk: "
 
-#: src/lang.c:1054
+#: src/lang.c:1055
 #, fuzzy, c-format
 msgid   "%s=sign, %s=sign & include public key, %s=quit: "
 msgstr  "%s=iþaretle, %s=imzala & genel tuþ dahil et, %s=çýk: "
 
-#: src/lang.c:1055
+#: src/lang.c:1056
 #, fuzzy, c-format
 msgid   "PGP has not been set up (can't open %s)"
 msgstr  "PGP ayarlanmadý (açýlamýyor %s)"
 
-#: src/lang.c:1056
+#: src/lang.c:1057
 #, fuzzy
 msgid   "Article not signed and no public keys found"
 msgstr  "Makale  imzalanmadý ve genel tuþlar bulunamadý"
 
-#: src/lang.c:1058
+#: src/lang.c:1059
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=çýk, %s=düzenle, %s=ispell, %s=pgp, %s=menü, %s=yolla, %s=ertele: "
 
-#: src/lang.c:1059
+#: src/lang.c:1060
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=ispell, %s=pgp, %s=gönder [%%s]: "
 
-#: src/lang.c:1060
+#: src/lang.c:1061
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=ispell, %s=pgp, %s=menü, %s=yolla, %s=ertele [%%s]: "
 
-#: src/lang.c:1062
+#: src/lang.c:1063
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=çýk, %s=düzenle, %s=pgp, %s=menü, %s=yolla, %s=ertele: "
 
-#: src/lang.c:1063
+#: src/lang.c:1064
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=send [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=pgp, %s=gönder [%%s]: "
 
-#: src/lang.c:1064
+#: src/lang.c:1065
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=pgp, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=pgp, %s=menü, %s=yolla, %s=ertele [%%]: "
 
-#: src/lang.c:1068
+#: src/lang.c:1069
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=çýk, %s=düzenle, %s=ispell, %s=menü, %s=yolla, %s=ertele: "
 
-#: src/lang.c:1069
+#: src/lang.c:1070
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=send [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=ispell, %s=yolla [%%s]: "
 
-#: src/lang.c:1070
+#: src/lang.c:1071
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=ispell, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=ispell, %s=menü, %s=yolla, %s=ertele [%%s]: "
 
-#: src/lang.c:1072
+#: src/lang.c:1073
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone: "
 msgstr  "%s=çýk, %s=düzenle, %s=menü, %s=post, %s=ertele: "
 
-#: src/lang.c:1073
+#: src/lang.c:1074
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=send [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=gönder [%%s]: "
 
-#: src/lang.c:1074
+#: src/lang.c:1075
 #, fuzzy, c-format
 msgid   "%s=quit, %s=edit, %s=menu, %s=post, %s=postpone [%%s]: "
 msgstr  "%s=çýk, %s=düzenle, %s=menü, %s=yolla, %s=ertele [%%s]: "
 
-#: src/lang.c:1083
+#: src/lang.c:1084
 #, fuzzy
 msgid   "Try cache_overview_files to speed up things.\n"
 msgstr  "Hýzlandýrmak için önbellek_giriþ_dosyalarýný deneyin.\n"
 
-#: src/lang.c:1084
+#: src/lang.c:1085
 #, fuzzy
 msgid   "Tin will use local index files instead.\n"
 msgstr  "Tin yerel dizin dosyalarýný kullanacak.\n"
 
-#: src/lang.c:1085
+#: src/lang.c:1086
 #, fuzzy
 msgid   "Cannot find NNTP server name"
 msgstr  "NNTP sunucu ismi bulunamadý"
 
-#: src/lang.c:1086
+#: src/lang.c:1087
 #, fuzzy, c-format
 msgid   "Connecting to %s:%u..."
 msgstr  "Baðlanýyor %s:%u..."
 
-#: src/lang.c:1087
+#: src/lang.c:1088
 #, fuzzy
 msgid   "Disconnecting from server...\n"
 msgstr  "Sunucu baðlantýsý kesildi...\n"
 
-#: src/lang.c:1088
+#: src/lang.c:1089
 #, fuzzy, c-format
 msgid   "Wrong newsgroup name (\"%s\") in response of \"GROUP %s\" command: \"%s\""
 msgstr  "GRUP komut yanýtýnda yanlýþ haber grubu ismi. %s e %s"
 
-#: src/lang.c:1089
+#: src/lang.c:1090
 #, fuzzy, c-format
 msgid   "Failed to connect to NNTP server %s. Exiting..."
 msgstr  "NNTP sunucusuna baðlantý baþarýsýz %s. Çýkýyor..."
 
-#: src/lang.c:1090
+#: src/lang.c:1091
 #, fuzzy
 msgid   "205  Closing connection"
 msgstr  "205  Baðlantý kesiliyor"
 
-#: src/lang.c:1091
+#: src/lang.c:1092
 #, fuzzy
 msgid   "Your server does not support the NNTP XOVER or OVER command.\n"
 msgstr  "Sunucunuz NNTP XOVER ya da OVER komutunu desteklemiyor.\n"
 
-#: src/lang.c:1092
+#: src/lang.c:1093
 #, fuzzy
 msgid   "Connection to news server has timed out. Reconnect?"
 msgstr  "Haber sunucusu baðlantý süreniz doldu. Tekrar baðlan?"
 
-#: src/lang.c:1093
+#: src/lang.c:1094
 #, fuzzy, c-format
 msgid   "Put the server name in the file %s,\n"
         "or set the environment variable NNTPSERVER"
 msgstr  "%s dosyasýna sunucu ismini girin,\n"
         "ya da çevre deðiþkeni NNTPSERVERi ayarlayýn"
 
-#: src/lang.c:1094
+#: src/lang.c:1095
 #, fuzzy
 msgid   "  -A       force authentication on connect"
 msgstr  "  -A       baðlantýda doðrulamayý zorla"
 
-#: src/lang.c:1095
+#: src/lang.c:1096
 #, fuzzy, c-format
 msgid   "  -g serv  read news from NNTP server serv [default=%s]"
 msgstr  "  -g serv  NNTP sunucusundan haberleri oku serv [default=%s]"
 
-#: src/lang.c:1096
+#: src/lang.c:1097
 #, fuzzy, c-format
 msgid   "  -p port  use port as NNTP port [default=%d]"
 msgstr  "  -p port  baðlantý noktasýný NNTP gibi kullan port [default=%d]"
 
-#: src/lang.c:1097
+#: src/lang.c:1098
 #, fuzzy
 msgid   "  -Q       quick start. Same as -nqd"
 msgstr  "  -Q       hýzlý baþlat. -nqd ile ayný"
 
-#: src/lang.c:1098
+#: src/lang.c:1099
 #, fuzzy
 msgid   "  -r       read news remotely from default NNTP server"
 msgstr  "  -r       varsayýlan NTTP sunucusundan haberleri uzaktan oku"
 
-#: src/lang.c:1099
+#: src/lang.c:1100
 #, fuzzy
 msgid   "  -l       use only LIST instead of GROUP (-n) command"
 msgstr  "  -l       GROUP (-n) komutu yerine sadece LIST i kullan"
 
-#: src/lang.c:1100
+#: src/lang.c:1101
 #, fuzzy
 msgid   "  -n       only read subscribed .newsrc groups from NNTP server"
 msgstr  "  -n       NNTP sunucusundan sadece abone newsrc gruplarýný oku"
 
-#: src/lang.c:1102
+#: src/lang.c:1103
+msgid   "  -4       force connecting via IPv4"
+msgstr  ""
+
+#: src/lang.c:1104
+msgid   "  -6       force connecting via IPv6"
+msgstr  ""
+
+#: src/lang.c:1105
 #, fuzzy
 msgid   "\n"
         "socket or connect problem\n"
 msgstr  "\n"
         "socket ya da baðlantý hatasý\n"
 
-#: src/lang.c:1104
+#: src/lang.c:1107
 #, fuzzy, c-format
 msgid   "\n"
         "Connection to %s: "
 msgstr  "\n"
         "Baðlanýyor %s: "
 
-#: src/lang.c:1105
+#: src/lang.c:1108
 #, fuzzy
 msgid   "Giving up...\n"
 msgstr  "Pes ediliyor...\n"
 
-#: src/lang.c:1107
+#: src/lang.c:1110
 #, fuzzy, c-format
 msgid   "%s/tcp: Unknown service.\n"
 msgstr  "%s/tcp: Bilinmeyen servis.\n"
 
-#: src/lang.c:1111
+#: src/lang.c:1114
 #, fuzzy
 msgid   "Your server does not have Xref: in its XOVER information.\n"
         "Tin will try to use XHDR XREF instead (slows down things a bit).\n"
 msgstr  "Sunucunuzun XOVER bilgisinde Xref: yok.\n"
         "Tin XHDR XREF kullanmayý deneyecek (biraz yavaþlatýr).\n"
 
-#: src/lang.c:1114
+#: src/lang.c:1117
 #, fuzzy
 msgid   "Your server does not have Xref: in its XOVER information.\n"
 msgstr  "Sunucunuzun XOVER bilgisinde Xref: yok.\n"
 
-#: src/lang.c:1117
+#: src/lang.c:1120
 #, fuzzy, c-format
 msgid   "Can't open %s. Try %s -r to read news via NNTP.\n"
 msgstr  "%s Açýlamýyor. NNTP aracýlýðýyla haber okumak için %s -r deneyin.\n"
 
-#: src/lang.c:1120
+#: src/lang.c:1123
 #, fuzzy
 msgid   "  -Q       quick start. Same as -qd"
 msgstr  "  -Q       hýzlý baþlat. -qd ile ayný"
 
-#: src/lang.c:1121
+#: src/lang.c:1124
 #, fuzzy
 msgid   "  -l       read only active file instead of scanning spool (-n) command"
 msgstr  "  -l       bekletme komutunu taramak yerine sadece aktif dosyayý okuyun"
 
-#: src/lang.c:1122
+#: src/lang.c:1125
 #, fuzzy
 msgid   "  -n       only read subscribed .newsrc groups from spool"
 msgstr  "  -n       'bekletme'den sadece abone newsrc gruplarý okuyun"
 
-#: src/lang.c:1123
+#: src/lang.c:1126
 #, fuzzy
 msgid   "Your server does not have Xref: in its NOV-files.\n"
 msgstr  "Sunucunuzun NOV-dosyalarýnda Xref:yok.\n"
 
-#: src/lang.c:1127
+#: src/lang.c:1130
 #, fuzzy
 msgid   "Posting using external inews failed. Use built in inews instead?"
 msgstr  "Dýþ inews kullanýlarak gönderme baþarýsýz. Yerine yerleþik inews kullanýlsýn "
         "mý?"
 
-#: src/lang.c:1128
+#: src/lang.c:1131
 #, fuzzy
 msgid   "It worked! Should I always use my built in inews from now on?"
 msgstr  "Ýþe yaradý! Bundan sonra hep yerleþik inewslerimi mi kullanmalýyým?"
 
-#: src/lang.c:1132
+#: src/lang.c:1135
 #, fuzzy, c-format
 msgid   "%d %s printed"
 msgstr  "%d %s yazdýrýldý"
 
-#: src/lang.c:1133
+#: src/lang.c:1136
 #, fuzzy
 msgid   "output article/thread/hot/pattern/tagged articles to printer"
 msgstr  "çýkýþ makalesi/parçacýk/hot/örüntü/imlenmiþ makaleleri yazýcýya gönder"
 
-#: src/lang.c:1134
+#: src/lang.c:1137
 #, fuzzy
 msgid   "Print"
 msgstr  "Yazdýr"
 
-#: src/lang.c:1135
+#: src/lang.c:1138
 #, fuzzy
 msgid   "Printing..."
 msgstr  "Yazdýrýlýyor..."
 
-#: src/lang.c:1139
+#: src/lang.c:1142
 #, fuzzy
 msgid   "pipe article/thread/hot/pattern/tagged articles into command"
 msgstr  "kanal makale/parçacýk/hot/örüntü/imlenmiþ makaleleri komuta al"
 
-#: src/lang.c:1140
+#: src/lang.c:1143
 #, fuzzy
 msgid   "No command"
 msgstr  "Komut yok"
 
-#: src/lang.c:1141
+#: src/lang.c:1144
 #, fuzzy
 msgid   "Pipe"
 msgstr  "Kanal"
 
-#: src/lang.c:1142
+#: src/lang.c:1145
 #, fuzzy, c-format
 msgid   "Pipe to command [%.*s]> "
 msgstr  "Komut kanalý [%.*s]> "
 
-#: src/lang.c:1143
+#: src/lang.c:1146
 #, fuzzy
 msgid   "Piping..."
 msgstr  "Yöneltiliyor..."
 
-#: src/lang.c:1145
+#: src/lang.c:1148
 #, fuzzy
 msgid   "Piping not enabled."
 msgstr  "Yöneltme gerçekleþtirilemedi."
 
-#: src/lang.c:1149
+#: src/lang.c:1152
 #, fuzzy, c-format
 msgid   "\n"
         "Error: The \"%s:\" line has spaces  in it that MUST be removed.\n"
@@ -5051,7 +5064,7 @@ msgstr  "\n"
         "      boþluktur. Çoklu habergrubu isimlerini ayýrmak için\n"
         "      virgül (,) kullanýn.\n"
 
-#: src/lang.c:1154
+#: src/lang.c:1157
 #, fuzzy, c-format
 msgid   "\n"
         "Error: The \"%s:\" line is  continued in  the next line.  Since\n"
@@ -5062,7 +5075,7 @@ msgstr  "\n"
         "       beyazboþluk kullanýlamayacaðý için, buna izin verilmiyor.\n"
         "       Lütfen bütün haber gruplarýný tek bir satýra yazýn.\n"
 
-#: src/lang.c:1159
+#: src/lang.c:1162
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line is continued in the next line.\n"
@@ -5075,14 +5088,14 @@ msgstr  "\n"
         "        Herhangi bir sorunla karþýlaþmamak için bütün haber gruplarýný tek "
         "bir satýra yazýn.\n"
 
-#: src/lang.c:1163
+#: src/lang.c:1166
 #, fuzzy, c-format
 msgid   "\n"
         "Warning: The \"%s:\" line has spaces in it that SHOULD be removed.\n"
 msgstr  "\n"
         "Uyarý: \"%s:\" satýrýnda SÝLÝNMESÝ GEREKEN boþluklar var.\n"
 
-#: src/lang.c:1168
+#: src/lang.c:1171
 #, fuzzy
 msgid   "\n"
         "  If your article contains quoted text  please take some time to pare it "
@@ -5117,630 +5130,667 @@ msgstr  "\n"
         " dikkatli ve özenli olmazsanýz, insanlar onu tamamen yoksayarlar. Net oldukça "
         "kalabalýk bir yer.\n"
 
-#: src/lang.c:1181
+#: src/lang.c:1184
 #, fuzzy
 msgid   "shell escape"
 msgstr  "kabuk çýkýþý"
 
-#: src/lang.c:1182
+#: src/lang.c:1185
 #, fuzzy, c-format
 msgid   "Shell Command (%s)"
 msgstr  "Kabuk Komutu (%s)"
 
-#: src/lang.c:1183
+#: src/lang.c:1186
 #, fuzzy, c-format
 msgid   "Enter shell command [%s]> "
 msgstr  "Kabuk komutunu girin [%s]> "
 
-#: src/lang.c:1187
+#: src/lang.c:1190
 #, fuzzy, c-format
 msgid   "%s: Can't get entry for TERM\n"
 msgstr  "%s: TERM için girdi alýnamýyor\n"
 
-#: src/lang.c:1191
+#: src/lang.c:1194
 #, fuzzy, c-format
 msgid   "Group %.*s ('q' to quit)..."
 msgstr  "Grup %.*s (çýkmak için 'q')..."
 
-#: src/lang.c:1193
+#: src/lang.c:1196
 #, fuzzy, c-format
 msgid   "Group %.*s..."
 msgstr  "Grup %.*s..."
 
-#: src/lang.c:1197
+#: src/lang.c:1200
 #, fuzzy
 msgid   "Server unavailable\n"
 msgstr  "Sunucu kullanýlamýyor\n"
 
-#: src/lang.c:1203
+#: src/lang.c:1206
 #, fuzzy, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %"
         "s=post"
 msgstr  "%s=kanal, %s=posta; %s=yazdýr, %s=çýk, %s=hepsini deðiþtir/okunmayanlar; %"
         "s=kaydet; %s=etiketle; %s=yolla"
 
-#: src/lang.c:1204
+#: src/lang.c:1207
 #, fuzzy, c-format
 msgid   "%s=pipe; %s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=kanal; %s=posta; %s=yazdýr; %s=çýk; %s=cevap yaz; %s=kaydet; %s=etiketle; %"
         "s=yolla"
 
-#: src/lang.c:1206
+#: src/lang.c:1209
 #, fuzzy, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=posta; %s=yazdýr; %s=çýk; %s=hepsini deðiþtir/okunmayanlar; %s=kaydet; %"
         "s=etiketle; %s=yolla"
 
-#: src/lang.c:1207
+#: src/lang.c:1210
 #, fuzzy, c-format
 msgid   "%s=mail; %s=print; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=posta; %s=yazdýr; %s=çýk; %s=cevap yaz; %s=kaydet; %s=etiketle; %s=yolla"
 
-#: src/lang.c:1211
+#: src/lang.c:1214
 #, fuzzy, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=kanal; %s=posta; %s=çýk; %s=hepsini deðiþtir/okunmayanlar; %s=kaydet; %"
         "s=etiketle; %s=yolla"
 
-#: src/lang.c:1212
+#: src/lang.c:1215
 #, fuzzy, c-format
 msgid   "%s=pipe; %s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=kanal; %s=posta; %s=çýk; %s=cevap yaz; %s=kaydet; %s=etiketle; %s=yolla"
 
-#: src/lang.c:1214
+#: src/lang.c:1217
 #, fuzzy, c-format
 msgid   "%s=mail; %s=quit; %s=toggle all/unread; %s=save; %s=tag; %s=post"
 msgstr  "%s=posta; %s=çýk; %s=hepsini deðiþtir/okunmayanlar; %s=kaydet; %s=etiketle; %"
         "s=yolla"
 
-#: src/lang.c:1215
+#: src/lang.c:1218
 #, fuzzy, c-format
 msgid   "%s=mail; %s=quit; %s=reply mail; %s=save; %s=tag; %s=post"
 msgstr  "%s=posta; %s=çýk; %s=cevap yaz; %s=kaydet; %s=etiketle; %s=yolla"
 
-#: src/lang.c:1221
+#: src/lang.c:1224
 #, fuzzy
 msgid   "Terminal does not support color"
 msgstr  "Uçbirim renk desteklemiyor"
 
-#: src/lang.c:1226
+#: src/lang.c:1229
 #, fuzzy, c-format
 msgid   "Trying %s"
 msgstr  "%s deneniyor"
 
-#: src/lang.c:1240 src/lang.c:1266 src/lang.c:1282 src/lang.c:1491 src/refs.c:288
+#: src/lang.c:1243 src/lang.c:1269 src/lang.c:1285 src/lang.c:1506 src/refs.c:288
 #, fuzzy
 msgid   "None"
 msgstr  "Hiçbiri"
 
-#: src/lang.c:1241
+#: src/lang.c:1244
 #, fuzzy
 msgid   "Subject"
 msgstr  "Konu"
 
-#: src/lang.c:1242
+#: src/lang.c:1245
 #, fuzzy
 msgid   "References"
 msgstr  "Kaynaklar"
 
-#: src/lang.c:1243
+#: src/lang.c:1246
 #, fuzzy
 msgid   "Both Subject and References"
 msgstr  "Konu ve Kaynaklar"
 
-#: src/lang.c:1244
+#: src/lang.c:1247
 #, fuzzy
 msgid   "Multipart Subject"
 msgstr  "Çoklu Konu"
 
-#: src/lang.c:1245
+#: src/lang.c:1248
 msgid   "Percentage Match"
 msgstr  ""
 
-#: src/lang.c:1257 src/lang.c:1337 src/lang.c:1396
+#: src/lang.c:1260 src/lang.c:1340 src/lang.c:1411
 #, fuzzy
 msgid   "No"
 msgstr  "Hayýr"
 
-#: src/lang.c:1258 src/lang.c:1398
+#: src/lang.c:1261 src/lang.c:1413
 #, fuzzy
 msgid   "Yes"
 msgstr  "Evet"
 
-#: src/lang.c:1259
+#: src/lang.c:1262
 #, fuzzy
 msgid   "Hide All"
 msgstr  "Tümünü Sakla"
 
-#: src/lang.c:1267
+#: src/lang.c:1270
 #, fuzzy
 msgid   "Address"
 msgstr  "Adres"
 
-#: src/lang.c:1268
+#: src/lang.c:1271
 #, fuzzy
 msgid   "Full Name"
 msgstr  "Tüm Ýsim"
 
-#: src/lang.c:1269
+#: src/lang.c:1272
 #, fuzzy
 msgid   "Address and Name"
 msgstr  "Adres ve Ýsim"
 
-#: src/lang.c:1276
+#: src/lang.c:1279
 #, fuzzy
 msgid   "Max"
 msgstr  "En Çok"
 
-#: src/lang.c:1277
+#: src/lang.c:1280
 #, fuzzy
 msgid   "Sum"
 msgstr  "Toplam"
 
-#: src/lang.c:1278
+#: src/lang.c:1281
 #, fuzzy
 msgid   "Average"
 msgstr  "Ortalama"
 
-#: src/lang.c:1283
+#: src/lang.c:1286
 #, fuzzy
 msgid   "Lines"
 msgstr  "Çizgiler"
 
-#: src/lang.c:1284
+#: src/lang.c:1287
 #, fuzzy
 msgid   "Score"
 msgstr  "Skorlar"
 
-#: src/lang.c:1285
+#: src/lang.c:1288
 #, fuzzy
 msgid   "Lines & Score"
 msgstr  "Satýrlar & Skorlar"
 
-#: src/lang.c:1294
+#: src/lang.c:1297
 #, fuzzy
 msgid   "Black"
 msgstr  "Siyah"
 
-#: src/lang.c:1295
+#: src/lang.c:1298
 #, fuzzy
 msgid   "Red"
 msgstr  "Kýrmýzý"
 
-#: src/lang.c:1296
+#: src/lang.c:1299
 #, fuzzy
 msgid   "Green"
 msgstr  "Yeþil"
 
-#: src/lang.c:1297
+#: src/lang.c:1300
 #, fuzzy
 msgid   "Brown"
 msgstr  "Kahverengi"
 
-#: src/lang.c:1298
+#: src/lang.c:1301
 #, fuzzy
 msgid   "Blue"
 msgstr  "Mavi"
 
-#: src/lang.c:1299
+#: src/lang.c:1302
 #, fuzzy
 msgid   "Pink"
 msgstr  "Pembe"
 
-#: src/lang.c:1300
+#: src/lang.c:1303
 #, fuzzy
 msgid   "Cyan"
 msgstr  "Camgöbeði"
 
-#: src/lang.c:1301
+#: src/lang.c:1304
 #, fuzzy
 msgid   "White"
 msgstr  "Beyaz"
 
-#: src/lang.c:1302
+#: src/lang.c:1305
 #, fuzzy
 msgid   "Gray"
 msgstr  "Gri"
 
-#: src/lang.c:1303
+#: src/lang.c:1306
 #, fuzzy
 msgid   "Light Red"
 msgstr  "Açýk Kýrmýzý"
 
-#: src/lang.c:1304
+#: src/lang.c:1307
 #, fuzzy
 msgid   "Light Green"
 msgstr  "Açýk Yeþil"
 
-#: src/lang.c:1305
+#: src/lang.c:1308
 #, fuzzy
 msgid   "Yellow"
 msgstr  "Sarý"
 
-#: src/lang.c:1306
+#: src/lang.c:1309
 #, fuzzy
 msgid   "Light Blue"
 msgstr  "Açýk Mavi"
 
-#: src/lang.c:1307
+#: src/lang.c:1310
 #, fuzzy
 msgid   "Light Pink"
 msgstr  "Açýk Pembe"
 
-#: src/lang.c:1308
+#: src/lang.c:1311
 #, fuzzy
 msgid   "Light Cyan"
 msgstr  "Açýk Camgöbeði"
 
-#: src/lang.c:1309
+#: src/lang.c:1312
 #, fuzzy
 msgid   "Light White"
 msgstr  "Açýk Beyaz"
 
-#: src/lang.c:1317 src/lang.c:1402 src/lang.c:1416
+#: src/lang.c:1320 src/lang.c:1417 src/lang.c:1431
 #, fuzzy
 msgid   "Nothing"
 msgstr  "Hiçbirþey"
 
-#: src/lang.c:1319
+#: src/lang.c:1322
 #, fuzzy
 msgid   "Space"
 msgstr  "Boþluk"
 
-#: src/lang.c:1326
+#: src/lang.c:1329
 #, fuzzy
 msgid   "Normal"
 msgstr  "Normal"
 
-#: src/lang.c:1327
+#: src/lang.c:1330
 #, fuzzy
 msgid   "Best highlighting"
 msgstr  "En iyi vurgulama"
 
-#: src/lang.c:1328
+#: src/lang.c:1331
 #, fuzzy
 msgid   "Underline"
 msgstr  "Alt çizgi"
 
-#: src/lang.c:1329
+#: src/lang.c:1332
 #, fuzzy
 msgid   "Reverse video"
 msgstr  "Tes görüntü"
 
-#: src/lang.c:1330
+#: src/lang.c:1333
 #, fuzzy
 msgid   "Blinking"
 msgstr  "Yanýp sönme"
 
-#: src/lang.c:1331
+#: src/lang.c:1334
 #, fuzzy
 msgid   "Half bright"
 msgstr  "Yarý parlak"
 
-#: src/lang.c:1332
+#: src/lang.c:1335
 #, fuzzy
 msgid   "Bold"
 msgstr  "Kalýn"
 
-#: src/lang.c:1338
+#: src/lang.c:1341
 msgid   "Cc"
 msgstr  ""
 
-#: src/lang.c:1339
+#: src/lang.c:1342
 msgid   "Bcc"
 msgstr  ""
 
-#: src/lang.c:1340
+#: src/lang.c:1343
 msgid   "Cc and Bcc"
 msgstr  ""
 
-#: src/lang.c:1345 src/lang.c:1357
+#: src/lang.c:1348 src/lang.c:1360
 #, fuzzy
 msgid   "none"
 msgstr  "hiçbiri"
 
-#: src/lang.c:1346
+#: src/lang.c:1349
 #, fuzzy
 msgid   "commands"
 msgstr  "komutlar"
 
-#: src/lang.c:1347
+#: src/lang.c:1350
 #, fuzzy
 msgid   "select"
 msgstr  "seç"
 
-#: src/lang.c:1349
+#: src/lang.c:1352
 #, fuzzy
 msgid   "commands & quit"
 msgstr  "komutlar & çýk"
 
-#: src/lang.c:1350
+#: src/lang.c:1353
 #, fuzzy
 msgid   "commands & select"
 msgstr  "komutlar & seç"
 
-#: src/lang.c:1351
+#: src/lang.c:1354
 #, fuzzy
 msgid   "quit & select"
 msgstr  "çýk & seç"
 
-#: src/lang.c:1352
+#: src/lang.c:1355
 #, fuzzy
 msgid   "commands & quit & select"
 msgstr  "komutlar & çýk & seç"
 
-#: src/lang.c:1358
+#: src/lang.c:1361
 msgid   "PageDown"
 msgstr  ""
 
-#: src/lang.c:1359
+#: src/lang.c:1362
 msgid   "PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1360
+#: src/lang.c:1363
 msgid   "PageDown or PageNextUnread"
 msgstr  ""
 
-#: src/lang.c:1365
+#: src/lang.c:1368
+#, fuzzy
+msgid   "Subject: (case sensitive)"
+msgstr  "Konu: satýr (büyük-küçük duyarlý)"
+
+#: src/lang.c:1369
+#, fuzzy
+msgid   "Subject: (ignore case)"
+msgstr  "Konu: satýr (büyük küçük harf durumunu yoksay)"
+
+#: src/lang.c:1370
+#, fuzzy
+msgid   "From: (case sensitive)"
+msgstr  "Gönderen: satýr (büyük/küçük harfe duyarlý)   "
+
+#: src/lang.c:1371
+#, fuzzy
+msgid   "From: (ignore case)"
+msgstr  "Gönderen: satýr (büyük/küçük harfleri yoksay) "
+
+#: src/lang.c:1372
+msgid   "Msg-ID: & full References: line"
+msgstr  ""
+
+#: src/lang.c:1373
+msgid   "Msg-ID: & last References: only"
+msgstr  ""
+
+#: src/lang.c:1374
+msgid   "Message-ID: entry only"
+msgstr  ""
+
+#: src/lang.c:1375
+#, fuzzy
+msgid   "Lines:"
+msgstr  "Çizgiler"
+
+#: src/lang.c:1380
 #, fuzzy
 msgid   "Don't trim article body"
 msgstr  "Makaleleri sýrala"
 
-#: src/lang.c:1366
+#: src/lang.c:1381
 msgid   "Skip leading blank lines"
 msgstr  ""
 
-#: src/lang.c:1367
+#: src/lang.c:1382
 msgid   "Skip trailing blank lines"
 msgstr  ""
 
-#: src/lang.c:1368
+#: src/lang.c:1383
 msgid   "Skip leading and trailing blank l."
 msgstr  ""
 
-#: src/lang.c:1369
+#: src/lang.c:1384
 msgid   "Compact multiple between text"
 msgstr  ""
 
-#: src/lang.c:1370
+#: src/lang.c:1385
 msgid   "Compact multiple and skip leading"
 msgstr  ""
 
-#: src/lang.c:1371
+#: src/lang.c:1386
 msgid   "Compact multiple and skip trailing"
 msgstr  ""
 
-#: src/lang.c:1372
+#: src/lang.c:1387
 msgid   "Compact mltpl., skip lead. & trai."
 msgstr  ""
 
-#: src/lang.c:1397
+#: src/lang.c:1412
 #, fuzzy
 msgid   "Shell archive"
 msgstr  "kabuk arþivi"
 
-#: src/lang.c:1403
+#: src/lang.c:1418
 #, fuzzy
 msgid   "Subject: (descending)"
 msgstr  "Konu: (alçalan)"
 
-#: src/lang.c:1404
+#: src/lang.c:1419
 #, fuzzy
 msgid   "Subject: (ascending)"
 msgstr  "Konu: (yükselen)"
 
-#: src/lang.c:1405
+#: src/lang.c:1420
 #, fuzzy
 msgid   "From: (descending)"
 msgstr  "Gönderen: (alçalan)"
 
-#: src/lang.c:1406
+#: src/lang.c:1421
 #, fuzzy
 msgid   "From: (ascending)"
 msgstr  "Gönderen: (yükselen)"
 
-#: src/lang.c:1407
+#: src/lang.c:1422
 #, fuzzy
 msgid   "Date: (descending)"
 msgstr  "Tarih: (alçalan)"
 
-#: src/lang.c:1408
+#: src/lang.c:1423
 #, fuzzy
 msgid   "Date: (ascending)"
 msgstr  "Tarih: (yükselen)"
 
-#: src/lang.c:1409 src/lang.c:1417
+#: src/lang.c:1424 src/lang.c:1432
 #, fuzzy
 msgid   "Score (descending)"
 msgstr  "Skor: (alçalan)"
 
-#: src/lang.c:1410 src/lang.c:1418
+#: src/lang.c:1425 src/lang.c:1433
 #, fuzzy
 msgid   "Score (ascending)"
 msgstr  "Skor: (yükselen)"
 
-#: src/lang.c:1411
+#: src/lang.c:1426
 #, fuzzy
 msgid   "Lines: (descending)"
 msgstr  "Satýrlar: (alçalan)"
 
-#: src/lang.c:1412
+#: src/lang.c:1427
 #, fuzzy
 msgid   "Lines: (ascending)"
 msgstr  "Satýrlar: (yükselen)"
 
-#: src/lang.c:1419
+#: src/lang.c:1434
 #, fuzzy
 msgid   "Last posting date (descending)"
 msgstr  "Satýrlar: (alçalan)"
 
-#: src/lang.c:1420
+#: src/lang.c:1435
 #, fuzzy
 msgid   "Last posting date (ascending)"
 msgstr  "Satýrlar: (yükselen)"
 
-#: src/lang.c:1425
+#: src/lang.c:1440
 #, fuzzy
 msgid   "Always Keep"
 msgstr  "Hep Sakla"
 
-#: src/lang.c:1426
+#: src/lang.c:1441
 #, fuzzy
 msgid   "Always Remove"
 msgstr  "Hep Kaldýr"
 
-#: src/lang.c:1427
+#: src/lang.c:1442
 #, fuzzy
 msgid   "Mark with D on selection screen"
 msgstr  "Seçenek ekranýnda D ile iþaretle"
 
-#: src/lang.c:1432
+#: src/lang.c:1447
 #, fuzzy
 msgid   "Kill only unread arts"
 msgstr  "Sadece okunmayan makaleleri yok et"
 
-#: src/lang.c:1433
+#: src/lang.c:1448
 #, fuzzy
 msgid   "Kill all arts & show with K"
 msgstr  "Tüm makaleleri yok et & K ile göster"
 
 #  TODO: s/K/art_marked_killed/
 #. TODO: s/K/art_marked_killed/
-#: src/lang.c:1434
+#: src/lang.c:1449
 #, fuzzy
 msgid   "Kill all arts and never show"
 msgstr  "Tüm makaleleri yok et ve asla gösterme"
 
-#: src/lang.c:1439
+#: src/lang.c:1454
 #, fuzzy
 msgid   "Nothing special"
 msgstr  "Özel birþey yok"
 
-#: src/lang.c:1440
+#: src/lang.c:1455
 #, fuzzy
 msgid   "Compress quotes"
 msgstr  "Ýmleri sýkýþtýr"
 
-#: src/lang.c:1441
+#: src/lang.c:1456
 #, fuzzy
 msgid   "Quote signatures"
 msgstr  "Ýmzalarý imle"
 
-#: src/lang.c:1442
+#: src/lang.c:1457
 #, fuzzy
 msgid   "Compress quotes, quote sigs"
 msgstr  "Ýmleri sýkýþtýr, imzalarý imle"
 
-#: src/lang.c:1443
+#: src/lang.c:1458
 #, fuzzy
 msgid   "Quote empty lines"
 msgstr  "Boþ satýrlarý imle"
 
-#: src/lang.c:1444
+#: src/lang.c:1459
 #, fuzzy
 msgid   "Compress quotes, quote empty lines"
 msgstr  "Ýmleri sýkýþtýr, boþ satýrlarý imle"
 
-#: src/lang.c:1445
+#: src/lang.c:1460
 #, fuzzy
 msgid   "Quote sigs & empty lines"
 msgstr  "Ýmzalarý & boþ satýrlarý imle"
 
-#: src/lang.c:1446
+#: src/lang.c:1461
 #, fuzzy
 msgid   "Comp. q., quote sigs & empty lines"
 msgstr  "Ýmleri sýkýþtýr, imzalarý & boþ satýrlarý imle"
 
-#: src/lang.c:1484
+#: src/lang.c:1499
 #, fuzzy
 msgid   "no"
 msgstr  "hiçbiri"
 
-#: src/lang.c:1485
+#: src/lang.c:1500
 #, fuzzy
 msgid   "with headers"
 msgstr  "en küçük yürütme birimleri"
 
-#: src/lang.c:1486
+#: src/lang.c:1501
 msgid   "without headers"
 msgstr  ""
 
-#: src/lang.c:1493 src/lang.c:1499
+#: src/lang.c:1508 src/lang.c:1514
 msgid   "NFKC"
 msgstr  ""
 
-#: src/lang.c:1494
+#: src/lang.c:1509
 msgid   "NFKD"
 msgstr  ""
 
-#: src/lang.c:1495
+#: src/lang.c:1510
 msgid   "NFC"
 msgstr  ""
 
-#: src/lang.c:1496
+#: src/lang.c:1511
 msgid   "NFD"
 msgstr  ""
 
-#: src/lang.c:1507
+#: src/lang.c:1522
 #, fuzzy
 msgid   "Display Options"
 msgstr  "Seçenekleri Göster"
 
-#: src/lang.c:1514
+#: src/lang.c:1529
 #, fuzzy
 msgid   "Color Options"
 msgstr  "Renk Seçenekleri"
 
-#: src/lang.c:1521
+#: src/lang.c:1536
 #, fuzzy
 msgid   "Article-Limiting Options"
 msgstr  "Makale-Sýnýrlandýrma Seçenekleri"
 
-#: src/lang.c:1527
+#: src/lang.c:1542
 #, fuzzy
 msgid   "Posting/Mailing Options"
 msgstr  "Yollama/Postalama Seçenekleri"
 
-#: src/lang.c:1533
+#: src/lang.c:1548
 #, fuzzy
 msgid   "Saving/Printing Options"
 msgstr  "Kaydetme/Yazdýrma Seçenekleri"
 
-#: src/lang.c:1539
+#: src/lang.c:1554
 #, fuzzy
 msgid   "Expert Options"
 msgstr  "Uzman Seçenekleri"
 
-#: src/lang.c:1545
+#: src/lang.c:1560
 #, fuzzy
 msgid   "Filtering Options"
 msgstr  "Süzgeçleme Seçenekleri"
 
-#: src/lang.c:1550 src/lang.c:1581 src/lang.c:1587 src/lang.c:1613 src/lang.c:1665
-#: src/lang.c:1671 src/lang.c:1681 src/lang.c:1692 src/lang.c:1710 src/lang.c:1785
-#: src/lang.c:1793 src/lang.c:1983 src/lang.c:1989 src/lang.c:1995 src/lang.c:2001
-#: src/lang.c:2013 src/lang.c:2020 src/lang.c:2074 src/lang.c:2083 src/lang.c:2089
-#: src/lang.c:2096 src/lang.c:2103 src/lang.c:2110 src/lang.c:2117 src/lang.c:2124
-#: src/lang.c:2131 src/lang.c:2138 src/lang.c:2145 src/lang.c:2152 src/lang.c:2159
-#: src/lang.c:2166 src/lang.c:2173 src/lang.c:2180 src/lang.c:2187 src/lang.c:2194
-#: src/lang.c:2201 src/lang.c:2208 src/lang.c:2215 src/lang.c:2222 src/lang.c:2229
-#: src/lang.c:2236 src/lang.c:2243 src/lang.c:2250 src/lang.c:2258 src/lang.c:2274
-#: src/lang.c:2281 src/lang.c:2288 src/lang.c:2295 src/lang.c:2301 src/lang.c:2307
-#: src/lang.c:2324 src/lang.c:2336 src/lang.c:2370 src/lang.c:2423 src/lang.c:2437
-#: src/lang.c:2443 src/lang.c:2468 src/lang.c:2485 src/lang.c:2501 src/lang.c:2537
-#: src/lang.c:2573 src/lang.c:2593 src/lang.c:2628 src/lang.c:2638 src/lang.c:2663
-#: src/lang.c:2679 src/lang.c:2698 src/lang.c:2711 src/lang.c:2722 src/lang.c:2728
-#: src/lang.c:2766
+#: src/lang.c:1565 src/lang.c:1596 src/lang.c:1602 src/lang.c:1628 src/lang.c:1680
+#: src/lang.c:1686 src/lang.c:1696 src/lang.c:1707 src/lang.c:1725 src/lang.c:1800
+#: src/lang.c:1808 src/lang.c:1998 src/lang.c:2004 src/lang.c:2010 src/lang.c:2016
+#: src/lang.c:2028 src/lang.c:2035 src/lang.c:2089 src/lang.c:2098 src/lang.c:2104
+#: src/lang.c:2111 src/lang.c:2118 src/lang.c:2125 src/lang.c:2132 src/lang.c:2139
+#: src/lang.c:2146 src/lang.c:2153 src/lang.c:2160 src/lang.c:2167 src/lang.c:2174
+#: src/lang.c:2181 src/lang.c:2188 src/lang.c:2195 src/lang.c:2202 src/lang.c:2209
+#: src/lang.c:2216 src/lang.c:2223 src/lang.c:2230 src/lang.c:2237 src/lang.c:2244
+#: src/lang.c:2251 src/lang.c:2258 src/lang.c:2265 src/lang.c:2273 src/lang.c:2289
+#: src/lang.c:2296 src/lang.c:2303 src/lang.c:2310 src/lang.c:2316 src/lang.c:2322
+#: src/lang.c:2339 src/lang.c:2351 src/lang.c:2385 src/lang.c:2438 src/lang.c:2452
+#: src/lang.c:2458 src/lang.c:2483 src/lang.c:2500 src/lang.c:2516 src/lang.c:2552
+#: src/lang.c:2588 src/lang.c:2608 src/lang.c:2643 src/lang.c:2653 src/lang.c:2660
+#: src/lang.c:2686 src/lang.c:2702 src/lang.c:2721 src/lang.c:2734 src/lang.c:2745
+#: src/lang.c:2751 src/lang.c:2789
 #, fuzzy
 msgid   "<SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "<SPACE> deðiþtirir, <CR> ayarlar, <ESC> iptal eder."
 
-#: src/lang.c:1551
+#: src/lang.c:1566
 #, fuzzy
 msgid   "Show mini menu & posting etiquette"
 msgstr  "Mini menüyü & yollama etiketini göster"
 
-#: src/lang.c:1552
+#: src/lang.c:1567
 #, fuzzy
 msgid   "# If ON show a mini menu of useful commands at each level\n"
         "# and posting etiquette after composing an article\n"
@@ -5748,36 +5798,36 @@ msgstr  "# ON durumundaysa makale oluþtu
         "komutlarýn\n"
         "# mini menüsünü ve yollama etiketini göster.\n"
 
-#: src/lang.c:1557
+#: src/lang.c:1572
 #, fuzzy
 msgid   "Show short description for each newsgroup. <SPACE> toggles & <CR> sets."
 msgstr  "Her haber grubu için kýsa açýklama göster. <SPACE> deðiþtirir & <CR> ayarlar."
 
-#: src/lang.c:1558
+#: src/lang.c:1573
 #, fuzzy
 msgid   "Show description of each newsgroup"
 msgstr  "Her haber grubu için açýklama göster"
 
-#: src/lang.c:1559
+#: src/lang.c:1574
 #, fuzzy
 msgid   "# If ON show group description text after newsgroup name at\n"
         "# group selection level\n"
 msgstr  "# ON durumundaysa grup seçim düzeyindeki haber grubu isiminden sonraki\n"
         "# grup açýklama metnini göster.\n"
 
-#: src/lang.c:1564
+#: src/lang.c:1579
 #, fuzzy
 msgid   "Show Subject & From (author) fields in group menu. <SPACE> toggles & <CR> "
         "sets."
 msgstr  "Grup menüsünde Konu & Gönderen (yazar) alanlarýný göster. <SPACE> deðiþtirir "
         "& <CR> ayarlar."
 
-#: src/lang.c:1565
+#: src/lang.c:1580
 #, fuzzy
 msgid   "In group menu, show author by"
 msgstr  "Grup menüsünde yazarý þuna göre göster"
 
-#: src/lang.c:1566
+#: src/lang.c:1581
 #, fuzzy
 msgid   "# Part of from field to display\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5787,37 +5837,37 @@ msgid   "# Part of from field to display
         "#   3 = both\n"
 msgstr  "# Gösterilecek gönderen alan kýsýmlarý 0)hiç 1)adres 2) tüm isim 3) hepsi\n"
 
-#: src/lang.c:1575
+#: src/lang.c:1590
 #, fuzzy
 msgid   "Draw -> or highlighted bar for selection. <SPACE> toggles & <CR> sets."
 msgstr  "Çiz -> ya da seçim için vurgulanmýþ çubuk. <SPACE> deðiþtirir & <CR> ayarlar."
 
-#: src/lang.c:1576
+#: src/lang.c:1591
 #, fuzzy
 msgid   "Draw -> instead of highlighted bar"
 msgstr  "Çiz -> vurgulanmýþ çubuk yerine"
 
-#: src/lang.c:1577
+#: src/lang.c:1592
 #, fuzzy
 msgid   "# If ON use -> otherwise highlighted bar for selection\n"
 msgstr  "# ON durumundaysa -> deðilse seçim için vurgulanmýþ çubuk\n"
 
-#: src/lang.c:1582
+#: src/lang.c:1597
 #, fuzzy
 msgid   "Use inverse video for page headers"
 msgstr  "Sayfa baþlýklarý için ters görüntü kullan"
 
-#: src/lang.c:1583
+#: src/lang.c:1598
 #, fuzzy
 msgid   "# If ON use inverse video for page headers at different levels\n"
 msgstr  "# ON durumundaysa farklý düzeyde sayfa baþlýklarý için ters görüntü kullan\n"
 
-#: src/lang.c:1588
+#: src/lang.c:1603
 #, fuzzy
 msgid   "Thread articles by"
 msgstr  "Makaleleri belirle"
 
-#: src/lang.c:1589
+#: src/lang.c:1604
 msgid   "# Thread articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = nothing\n"
@@ -5828,15 +5878,15 @@ msgid   "# Thread articles by ...\n"
         "#   5 = Percentage Match\n"
 msgstr  ""
 
-#: src/lang.c:1600
+#: src/lang.c:1615
 msgid   "Enter percentage match required to thread together. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1601
+#: src/lang.c:1616
 msgid   "Thread percentage match"
 msgstr  ""
 
-#: src/lang.c:1602
+#: src/lang.c:1617
 #, c-format
 msgid   "# Thread percentage match...\n"
         "# the percentage of characters in the subject of an article that must match\n"
@@ -5849,12 +5899,12 @@ msgid   "# Thread percentage match...\n"
         "# 'harppy' would be threaded separately from 'happy'\n"
 msgstr  ""
 
-#: src/lang.c:1614
+#: src/lang.c:1629
 #, fuzzy
 msgid   "Score of a thread"
 msgstr  "Bir iþ parçacýðýnýn skoru"
 
-#: src/lang.c:1615
+#: src/lang.c:1630
 msgid   "# Thread score\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = max\n"
@@ -5862,18 +5912,18 @@ msgid   "# Thread score\n"
         "#   2 = average\n"
 msgstr  ""
 
-#: src/lang.c:1623
+#: src/lang.c:1638
 #, fuzzy
 msgid   "Sort articles by Subject, From, Date or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Makaleleri Konu,Gönderen,Tarih ya da Skora göre sýrala. <SPACE> deðiþtirir & "
         "<CR> ayarlar."
 
-#: src/lang.c:1624
+#: src/lang.c:1639
 #, fuzzy
 msgid   "Sort articles by"
 msgstr  "Makaleleri sýrala"
 
-#: src/lang.c:1625
+#: src/lang.c:1640
 #, fuzzy
 msgid   "# Sort articles by ...\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5894,18 +5944,18 @@ msgstr  "# Makaleleri sýrala 0=(hiçbirþe
         "# 7=(Skor azalmasý) 8=(Skor yükselmesi) 9=(Satýrlar azalmasý) 10=(Satýrlar "
         "yükselmesi).\n"
 
-#: src/lang.c:1641
+#: src/lang.c:1656
 #, fuzzy
 msgid   "Sort threads by Nothing or Score. <SPACE> toggles & <CR> sets."
 msgstr  "Ýþ parçacýklarýný Hiçbirþeye ya da skora göre sýrala. <SPACE> deðiþtirir & "
         "<CR> ayarlar."
 
-#: src/lang.c:1642
+#: src/lang.c:1657
 #, fuzzy
 msgid   "Sort threads by"
 msgstr  "Ýþ parçacýklarýný sýrala"
 
-#: src/lang.c:1643
+#: src/lang.c:1658
 #, fuzzy
 msgid   "# Sort thread by ...\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5920,55 +5970,55 @@ msgstr  "# Makaleleri sýrala 0=(hiçbirþe
         "# 7=(Skor azalmasý) 8=(Skor yükselmesi) 9=(Satýrlar azalmasý) 10=(Satýrlar "
         "yükselmesi).\n"
 
-#: src/lang.c:1653
+#: src/lang.c:1668
 #, fuzzy
 msgid   "Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."
 msgstr  "Ýmleci gruplardaki ilk/son okunmamýþ makalelere koyun. <SPACE> deðiþtirir & "
         "<CR> ayarlar."
 
-#: src/lang.c:1654
+#: src/lang.c:1669
 #, fuzzy
-msgid   "Goto first unread article in group"
+msgid   "Go to first unread article in group"
 msgstr  "Gruptaki ilk okunmamýþ makaleye git"
 
-#: src/lang.c:1655
+#: src/lang.c:1670
 #, fuzzy
 msgid   "# If ON put cursor at first unread art in group otherwise last art\n"
 msgstr  "# ON durumundaysa imleci ilk okunmamýþ makeleye, deðilse son makeleye koy.\n"
 
-#: src/lang.c:1659
+#: src/lang.c:1674
 #, fuzzy
 msgid   "Show all articles or only unread articles. <SPACE> toggles & <CR> sets."
 msgstr  "Tüm makaleleri ya da sadece okunmayan makaleleri göster.<SPACE> deðiþtirir & "
         "<CR> ayarlar."
 
-#: src/lang.c:1660
+#: src/lang.c:1675
 #, fuzzy
 msgid   "Show only unread articles"
 msgstr  "Sadece okunmayan makaleleri göster"
 
-#: src/lang.c:1661
+#: src/lang.c:1676
 #, fuzzy
 msgid   "# If ON show only new/unread articles otherwise show all.\n"
 msgstr  "# ON durumundaysa sadece yeni/okunmamýþ makaleleri, deðilse hepsini göster.\n"
 
-#: src/lang.c:1666
+#: src/lang.c:1681
 #, fuzzy
 msgid   "Show only groups with unread arts"
 msgstr  "Sadece okunmamýþ makale olan gruplarý göster"
 
-#: src/lang.c:1667
+#: src/lang.c:1682
 #, fuzzy
 msgid   "# If ON show only subscribed to groups that contain unread articles.\n"
 msgstr  "# ON durumundaysa sadece abone olunup okunmamýþ makaler içerem gruplarý "
         "göster.\n"
 
-#: src/lang.c:1672
+#: src/lang.c:1687
 #, fuzzy
 msgid   "Filter which articles"
 msgstr  "Hangi makaleleri filtrele"
 
-#: src/lang.c:1673
+#: src/lang.c:1688
 #, fuzzy
 msgid   "# Filter which articles\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5979,12 +6029,12 @@ msgstr  "# 0=(Sadece okunmamýþ makaleler
         "# 1=(Tüm makalerleri yok et ve K ile iþaretlenmiþ parçaýk olarak göster)\n"
         "# 2=(Tüm makaleleri yok et ve bir daha gösterme].\n"
 
-#: src/lang.c:1682
+#: src/lang.c:1697
 #, fuzzy
 msgid   "Go to the next unread article with"
 msgstr  "Sonraki okunmamýþ makale yok"
 
-#: src/lang.c:1683
+#: src/lang.c:1698
 #, fuzzy
 msgid   "# Go to the unread article with following key(s)\n"
         "# Possible values are (the default is marked with *):\n"
@@ -5995,12 +6045,12 @@ msgid   "# Go to the unread article with
 msgstr  "# Makale/parçacýk listelerinde hangi bilgiler gösterilmeli\n"
         "# 0 = hiçbir þey, 1 = satýrlar, 2 = skor, 3 = satýrlar & skor\n"
 
-#: src/lang.c:1693
+#: src/lang.c:1708
 #, fuzzy
 msgid   "How to treat blank lines"
 msgstr  "Boþ satýrlarý imle"
 
-#: src/lang.c:1694
+#: src/lang.c:1709
 msgid   "# Trim the article body, remove unnecessary blank lines.\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = Nothing special\n"
@@ -6016,47 +6066,47 @@ msgid   "# Trim the article body, remove
         "#       leading and trailing blank lines\n"
 msgstr  ""
 
-#: src/lang.c:1711
+#: src/lang.c:1726
 #, fuzzy
 msgid   "List thread using right arrow key"
 msgstr  "Sað ok tuþuna basarak parçacýklarý listele"
 
-#: src/lang.c:1712
+#: src/lang.c:1727
 #, fuzzy
 msgid   "# If ON automatically list thread when entering it using right arrow key.\n"
 msgstr  "# ON durumundaysa parçacýklarý sað ok tuþunu kullanarak girerken otomatik "
         "olarak listele.\n"
 
-#: src/lang.c:1716
+#: src/lang.c:1731
 #, fuzzy
 msgid   "Enter character to indicate deleted articles. <CR> sets, <ESC> cancels."
 msgstr  "Silinmiþ makaleleri göstermek için karakter giriniz. <CR> ayarlar, <ESC> "
         "iptal eder."
 
-#: src/lang.c:1717
+#: src/lang.c:1732
 #, fuzzy
 msgid   "Character to show deleted articles"
 msgstr  "Silinmiþ makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1718
+#: src/lang.c:1733
 #, fuzzy
 msgid   "# Character used to show that an art was deleted (default 'D')\n"
         "# _ is turned into ' '\n"
 msgstr  "# Makalenin silindiðini göstermek için kullanýlan karakter (varsayýlan 'D')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1723
+#: src/lang.c:1738
 #, fuzzy
 msgid   "Enter character to indicate articles in a range. <CR> sets, <ESC> cancels."
 msgstr  "Sýralanmýþ makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> iptal "
         "eder."
 
-#: src/lang.c:1724
+#: src/lang.c:1739
 #, fuzzy
 msgid   "Character to show inrange articles"
 msgstr  "Sýralanmýþ makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1725
+#: src/lang.c:1740
 #, fuzzy
 msgid   "# Character used to show that an art is in a range (default '#')\n"
         "# _ is turned into ' '\n"
@@ -6064,19 +6114,19 @@ msgstr  "# Bir makalenin sýralanmýþ oldu
         "(varsayýlan '#')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1730
+#: src/lang.c:1745
 #, fuzzy
 msgid   "Enter character to indicate that article will return. <CR> sets, <ESC> "
         "cancels."
 msgstr  "Makalenin döneceðini göstermek için karakter girin. <CR> ayarlar, <ESC> iptal "
         "eder."
 
-#: src/lang.c:1731
+#: src/lang.c:1746
 #, fuzzy
 msgid   "Character to show returning arts"
 msgstr  "Dönen makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1732
+#: src/lang.c:1747
 #, fuzzy
 msgid   "# Character used to show that an art will return (default '-')\n"
         "# _ is turned into ' '\n"
@@ -6084,18 +6134,18 @@ msgstr  "# Bir makalenin döneceðini göst
         "'-')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1737
+#: src/lang.c:1752
 #, fuzzy
 msgid   "Enter character to indicate selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Seçilen makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> iptal "
         "eder."
 
-#: src/lang.c:1738
+#: src/lang.c:1753
 #, fuzzy
 msgid   "Character to show selected articles"
 msgstr  "Seçilen makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1739
+#: src/lang.c:1754
 #, fuzzy
 msgid   "# Character used to show that an art was auto-selected (default '*')\n"
         "# _ is turned into ' '\n"
@@ -6103,17 +6153,17 @@ msgstr  "# Bir makalenin otomatik seçild
         "(varsayýlan '*')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1744
+#: src/lang.c:1759
 #, fuzzy
 msgid   "Enter character to indicate recent articles. <CR> sets, <ESC> cancels."
 msgstr  "Son makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> iptal eder."
 
-#: src/lang.c:1745
+#: src/lang.c:1760
 #, fuzzy
 msgid   "Character to show recent articles"
 msgstr  "Son makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1746
+#: src/lang.c:1761
 #, fuzzy
 msgid   "# Character used to show that an art is recent (default 'o')\n"
         "# _ is turned into ' '\n"
@@ -6121,18 +6171,18 @@ msgstr  "# Bir makalenin son olduðunu gö
         "'o')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1751
+#: src/lang.c:1766
 #, fuzzy
 msgid   "Enter character to indicate unread articles. <CR> sets, <ESC> cancels."
 msgstr  "Okunmamýþ makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> iptal "
         "eder."
 
-#: src/lang.c:1752
+#: src/lang.c:1767
 #, fuzzy
 msgid   "Character to show unread articles"
 msgstr  "Okunmamýþ makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1753
+#: src/lang.c:1768
 #, fuzzy
 msgid   "# Character used to show that an art is unread (default '+')\n"
         "# _ is turned into ' '\n"
@@ -6140,17 +6190,17 @@ msgstr  "# Bir makalenin okunmadýðýný gö
         "'+')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1758
+#: src/lang.c:1773
 #, fuzzy
 msgid   "Enter character to indicate read articles. <CR> sets, <ESC> cancels."
 msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
 
-#: src/lang.c:1759
+#: src/lang.c:1774
 #, fuzzy
 msgid   "Character to show read articles"
 msgstr  "Okunmamýþ makaleleri gösterecek olan karakter"
 
-#: src/lang.c:1760
+#: src/lang.c:1775
 #, fuzzy
 msgid   "# Character used to show that an art was read (default ' ')\n"
         "# _ is turned into ' '\n"
@@ -6158,18 +6208,18 @@ msgstr  "# Bir makalenin okunduðunu göst
         "')\n"
         "# _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1765
+#: src/lang.c:1780
 #, fuzzy
 msgid   "Enter character to indicate killed articles. <CR> sets, <ESC> cancels."
 msgstr  "Yok olan makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> iptal "
         "eder."
 
-#: src/lang.c:1766
+#: src/lang.c:1781
 #, fuzzy
 msgid   "Character to show killed articles"
 msgstr  "Yok olan makaleleri gösterecen karakter"
 
-#: src/lang.c:1767
+#: src/lang.c:1782
 #, fuzzy
 msgid   "# Character used to show that an art was killed (default 'K')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
@@ -6177,18 +6227,18 @@ msgstr  "# Bir makalenin yok olduðunu gö
         "'K')\n"
         "# yok olma düzeyi ona göre ayarlanmalýdýr, _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1772
+#: src/lang.c:1787
 #, fuzzy
 msgid   "Enter character to indicate read selected articles. <CR> sets, <ESC> cancels."
 msgstr  "Okunmuþ-seçilmiþ makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> "
         "iptal eder."
 
-#: src/lang.c:1773
+#: src/lang.c:1788
 #, fuzzy
 msgid   "Character to show readselected arts"
 msgstr  "Okunmuþ-seçilmiþ makaleleri gösteren karakter"
 
-#: src/lang.c:1774
+#: src/lang.c:1789
 #, fuzzy
 msgid   "# Character used to show that an art was selected before read (default ':')\n"
         "# kill_level must be set accordingly, _ is turned into ' '\n"
@@ -6196,37 +6246,37 @@ msgstr  "# Bir makalenin okunmadan seçil
         "(varsayýlan ':')\n"
         "# yok olma düzeyi ona göre ayarlanmalýdýr, _ þuna dönüþür ' '\n"
 
-#: src/lang.c:1779
+#: src/lang.c:1794
 #, fuzzy
 msgid   "Enter maximum length of newsgroup names displayed. <CR> sets."
 msgstr  "Görünen haber gruplarýnýn en fazla uzunluðunu girin. <CR> ayarlar."
 
-#: src/lang.c:1780
+#: src/lang.c:1795
 #, fuzzy
 msgid   "Max. length of group names shown"
 msgstr  "Gösterilen grup isimlerinin en fazla uzunluðu"
 
-#: src/lang.c:1781
+#: src/lang.c:1796
 #, fuzzy
 msgid   "# Maximum length of the names of newsgroups displayed\n"
 msgstr  "# Görünen haber gryplarýnýn isimlerinin en fazla uzunluðu\n"
 
-#: src/lang.c:1786
+#: src/lang.c:1801
 msgid   "Abbreviate long newsgroup names"
 msgstr  ""
 
-#: src/lang.c:1787
+#: src/lang.c:1802
 msgid   "# If ON abbreviate (if necessary) long newsgroup names at group selection\n"
         "# level and article level like this:\n"
         "#   news.software.readers -> n.software.readers -> n.s.readers -> n.s.r.\n"
 msgstr  ""
 
-#: src/lang.c:1794
+#: src/lang.c:1809
 #, fuzzy
 msgid   "Show lines/score in listings"
 msgstr  "Listelerdeki satýrlarý/skoru göster"
 
-#: src/lang.c:1795
+#: src/lang.c:1810
 #, fuzzy
 msgid   "# What information should be displayed in article/thread listing\n"
         "# Possible values are (the default is marked with *):\n"
@@ -6237,19 +6287,19 @@ msgid   "# What information should be di
 msgstr  "# Makale/parçacýk listelerinde hangi bilgiler gösterilmeli\n"
         "# 0 = hiçbir þey, 1 = satýrlar, 2 = skor, 3 = satýrlar & skor\n"
 
-#: src/lang.c:1804
+#: src/lang.c:1819
 #, fuzzy
 msgid   "0 = full page scrolling, -1 = show previous last line as first on next page, -"
         "2 = half page"
 msgstr  "0 = tüm sayfa kaydýrýmý, -1 = önceki son satýrý bir sonraki sayfanýn ilk "
         "satýrýnda göster, -2 = yarým sayfa"
 
-#: src/lang.c:1805
+#: src/lang.c:1820
 #, fuzzy
 msgid   "Number of lines to scroll in pager"
 msgstr  "Sayfalayýcýda kaydýrýlan satýr sayýsý"
 
-#: src/lang.c:1806
+#: src/lang.c:1821
 msgid   "# Number of lines that cursor-up/down will scroll in article pager\n"
         "# Possible values are (the default is marked with *):\n"
         "#  -2 = half-page scrolling\n"
@@ -6259,28 +6309,28 @@ msgid   "# Number of lines that cursor-u
         "#   2 or greater = scroll by 2 or more lines (only in the pager)\n"
 msgstr  ""
 
-#: src/lang.c:1816
+#: src/lang.c:1831
 msgid   "Display signatures. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1817
+#: src/lang.c:1832
 #, fuzzy
 msgid   "Display signatures"
 msgstr  "Seçenekleri Göster"
 
-#: src/lang.c:1818
+#: src/lang.c:1833
 msgid   "# If OFF don't show signatures when displaying articles\n"
 msgstr  ""
 
-#: src/lang.c:1822
+#: src/lang.c:1837
 msgid   "Display uuencoded data as tagged attachments. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1823
+#: src/lang.c:1838
 msgid   "Display uue data as an attachment"
 msgstr  ""
 
-#: src/lang.c:1824
+#: src/lang.c:1839
 msgid   "# Handling of uuencoded data in the pager\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no, display raw uuencoded data\n"
@@ -6290,28 +6340,28 @@ msgid   "# Handling of uuencoded data in
         "#       be folded into a tag line.\n"
 msgstr  ""
 
-#: src/lang.c:1834
+#: src/lang.c:1849
 msgid   "Decode German style TeX umlaut codes to ISO. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1835
+#: src/lang.c:1850
 msgid   "Display \"a as Umlaut-a"
 msgstr  ""
 
-#: src/lang.c:1836
+#: src/lang.c:1851
 msgid   "# If ON decode German style TeX umlaut codes to ISO and\n"
         "# show \"a as Umlaut-a, etc.\n"
 msgstr  ""
 
-#: src/lang.c:1841 src/lang.c:1851
+#: src/lang.c:1856 src/lang.c:1866
 msgid   "Space separated list of header fields"
 msgstr  ""
 
-#: src/lang.c:1842
+#: src/lang.c:1857
 msgid   "Display these header fields (or *)"
 msgstr  ""
 
-#: src/lang.c:1843
+#: src/lang.c:1858
 msgid   "# Which news headers you wish to see. If you want to see _all_ the headers,\n"
         "# place an '*' as this value. This is the only way a wildcard can be used.\n"
         "# If you enter 'X-' as the value, you will see all headers beginning with\n"
@@ -6320,12 +6370,12 @@ msgid   "# Which news headers you wish t
         "# spaces. Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1852
+#: src/lang.c:1867
 #, fuzzy
 msgid   "Do not display these header fields"
 msgstr  "Aktüel habver baþlýlarý alanýnýn rengi"
 
-#: src/lang.c:1853
+#: src/lang.c:1868
 msgid   "# Same as 'news_headers_to_display' except it denotes the opposite.\n"
         "# An example of using both options might be if you thought X- headers were\n"
         "# A Good Thing(tm), but thought Alan and Pape were miscreants...well then "
@@ -6336,405 +6386,405 @@ msgid   "# Same as 'news_headers_to_disp
         "# Not defining anything turns off this option.\n"
 msgstr  ""
 
-#: src/lang.c:1863
+#: src/lang.c:1878
 msgid   "Do you want to enable automatic handling of multipart/alternative articles?"
 msgstr  ""
 
-#: src/lang.c:1864
+#: src/lang.c:1879
 msgid   "Skip multipart/alternative parts"
 msgstr  ""
 
-#: src/lang.c:1865
+#: src/lang.c:1880
 msgid   "# If ON strip multipart/alternative messages automatically\n"
 msgstr  ""
 
-#: src/lang.c:1869
+#: src/lang.c:1884
 #, fuzzy
 msgid   "Enable detection of verbatim blocks? <SPACE> toggles & <CR> sets."
 msgstr  "Konu: Dosya süzgeçlemek için eklenecek satýr. <SPACE> deðiþtirir & <CR> "
         "ayarlar."
 
-#: src/lang.c:1870
+#: src/lang.c:1885
 msgid   "Detection of verbatim blocks"
 msgstr  ""
 
-#: src/lang.c:1871
+#: src/lang.c:1886
 #, fuzzy
 msgid   "# If ON detect verbatim blocks in articles\n"
 msgstr  "# If ON gönderilemeyen bütün postalarý tut ~/ölü.makale\n"
 
-#: src/lang.c:1876
+#: src/lang.c:1891
 msgid   "A regex used to decide which lines to show in col_quote."
 msgstr  ""
 
-#: src/lang.c:1877
+#: src/lang.c:1892
 msgid   "Regex used to show quoted lines"
 msgstr  ""
 
-#: src/lang.c:1878
+#: src/lang.c:1893
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted when viewing articles. Quoted lines are shown in col_quote.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1884
+#: src/lang.c:1899
 msgid   "A regex used to decide which lines to show in col_quote2."
 msgstr  ""
 
-#: src/lang.c:1885
+#: src/lang.c:1900
 msgid   "Regex used to show twice quoted l."
 msgstr  ""
 
-#: src/lang.c:1886
+#: src/lang.c:1901
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted twice. Twice quoted lines are shown in col_quote2.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1892
+#: src/lang.c:1907
 msgid   "A regex used to decide which lines to show in col_quote3."
 msgstr  ""
 
-#: src/lang.c:1893
+#: src/lang.c:1908
 msgid   "Regex used to show >= 3 times q.l."
 msgstr  ""
 
-#: src/lang.c:1894
+#: src/lang.c:1909
 msgid   "# A regular expression that tin will use to decide which lines are\n"
         "# quoted >=3 times. >=3 times quoted lines are shown in col_quote3.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1901
+#: src/lang.c:1916
 msgid   "A regex used to decide which words to show in col_markslashes."
 msgstr  ""
 
-#: src/lang.c:1902
+#: src/lang.c:1917
 msgid   "Regex used to highlight /slashes/"
 msgstr  ""
 
-#: src/lang.c:1903
+#: src/lang.c:1918
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '/' are to be shown in col_markslashes.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1909
+#: src/lang.c:1924
 msgid   "A regex used to decide which words to show in col_markstars."
 msgstr  ""
 
-#: src/lang.c:1910
+#: src/lang.c:1925
 msgid   "Regex used to highlight *stars*"
 msgstr  ""
 
-#: src/lang.c:1911
+#: src/lang.c:1926
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '*' are to be shown in col_markstars.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1917
+#: src/lang.c:1932
 msgid   "A regex used to decide which words to show in col_markstroke."
 msgstr  ""
 
-#: src/lang.c:1918
+#: src/lang.c:1933
 #, fuzzy
 msgid   "Regex used to highlight -strokes-"
 msgstr  "-vuruþ- ile vurgulama rengi"
 
-#: src/lang.c:1919
+#: src/lang.c:1934
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '-' are to be shown in col_markstroke.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1925
+#: src/lang.c:1940
 msgid   "A regex used to decide which words to show in col_markdash."
 msgstr  ""
 
-#: src/lang.c:1926
+#: src/lang.c:1941
 msgid   "Regex used to highlight _underline_"
 msgstr  ""
 
-#: src/lang.c:1927
+#: src/lang.c:1942
 msgid   "# A regular expression that tin will use to decide which words\n"
         "# bounded by '_' are to be shown in col_markdash.\n"
         "# If you leave this blank, tin will use a built in default.\n"
 msgstr  ""
 
-#: src/lang.c:1933
+#: src/lang.c:1948
 msgid   "A regex used to find Subject prefixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1934
+#: src/lang.c:1949
 msgid   "Regex with Subject prefixes"
 msgstr  ""
 
-#: src/lang.c:1935
+#: src/lang.c:1950
 msgid   "# A regular expression that tin will use to find Subject prefixes\n"
         "# which will be removed before showing the header.\n"
 msgstr  ""
 
-#: src/lang.c:1940
+#: src/lang.c:1955
 msgid   "A regex used to find Subject suffixes to remove.  Use '|' as separator."
 msgstr  ""
 
-#: src/lang.c:1941
+#: src/lang.c:1956
 msgid   "Regex with Subject suffixes"
 msgstr  ""
 
-#: src/lang.c:1942
+#: src/lang.c:1957
 msgid   "# A regular expression that tin will use to find Subject suffixes\n"
         "# which will be removed when replying or posting followup.\n"
 msgstr  ""
 
-#: src/lang.c:1947
+#: src/lang.c:1962
 msgid   "A regex used to find the begin of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1948
+#: src/lang.c:1963
 msgid   "Regex for begin of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1949
+#: src/lang.c:1964
 msgid   "# A regular expression that tin will use to find the begin of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1954
+#: src/lang.c:1969
 msgid   "A regex used to find the end of a verbatim block."
 msgstr  ""
 
-#: src/lang.c:1955
+#: src/lang.c:1970
 msgid   "Regex for end of a verbatim block"
 msgstr  ""
 
-#: src/lang.c:1956
+#: src/lang.c:1971
 msgid   "# A regular expression that tin will use to find the end of\n"
         "# a verbatim block.\n"
 msgstr  ""
 
-#: src/lang.c:1961
+#: src/lang.c:1976
 msgid   "Enter name and options for external MIME viewer, --internal for built-in "
         "viewer"
 msgstr  ""
 
-#: src/lang.c:1962
+#: src/lang.c:1977
 msgid   "MIME binary content viewer"
 msgstr  ""
 
-#: src/lang.c:1963
+#: src/lang.c:1978
 msgid   "# If --internal automatically use the built in MIME viewer for non-text\n"
         "# parts of articles.\n"
         "# Otherwise specify an external viewer program (eg, metamail) or leave blank\n"
         "# for no automatic viewing\n"
 msgstr  ""
 
-#: src/lang.c:1970
+#: src/lang.c:1985
 msgid   "Confirm before starting non-text viewing program"
 msgstr  ""
 
-#: src/lang.c:1971
+#: src/lang.c:1986
 msgid   "Ask before using MIME viewer"
 msgstr  ""
 
-#: src/lang.c:1972
+#: src/lang.c:1987
 msgid   "# If ON tin will ask before using metamail to display MIME messages\n"
         "# this only happens if metamail_prog is set to something\n"
 msgstr  ""
 
-#: src/lang.c:1977
+#: src/lang.c:1992
 msgid   "Ask to mark groups read when quitting. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:1978
+#: src/lang.c:1993
 msgid   "Catchup read groups when quitting"
 msgstr  ""
 
-#: src/lang.c:1979
+#: src/lang.c:1994
 msgid   "# If ON ask user if read groups should all be marked read\n"
 msgstr  ""
 
-#: src/lang.c:1984
+#: src/lang.c:1999
 msgid   "Catchup group using left key"
 msgstr  ""
 
-#: src/lang.c:1985
+#: src/lang.c:2000
 msgid   "# If ON catchup group/thread when leaving with the left arrow key.\n"
 msgstr  ""
 
-#: src/lang.c:1990
+#: src/lang.c:2005
 msgid   "Catchup thread by using left key"
 msgstr  ""
 
-#: src/lang.c:1996
+#: src/lang.c:2011
 msgid   "Which actions require confirmation"
 msgstr  ""
 
-#: src/lang.c:1997
+#: src/lang.c:2012
 msgid   "# What should we ask confirmation for.\n"
 msgstr  ""
 
-#: src/lang.c:2002
+#: src/lang.c:2017
 #, fuzzy
 msgid   "'Mark as (un)read' ignores tags"
 msgstr  "makaleyi okunmamýþ olarak iþaretle"
 
-#: src/lang.c:2003
+#: src/lang.c:2018
 #, fuzzy
 msgid   "# If ON the 'Mark as (un)read' function marks only the current article.\n"
 msgstr  "# ON durumundaysa 'makaleyi okunmuþ olarak iþaretle'"
 
-#: src/lang.c:2007
+#: src/lang.c:2022
 #, fuzzy
 msgid   "Program to run to open URLs, <CR> sets, <ESC> cancels."
 msgstr  "URL açmak için çalýþtýrýlan program, <CR> ayarlar, <ESC> iptal eder."
 
-#: src/lang.c:2008
+#: src/lang.c:2023
 #, fuzzy
 msgid   "Program that opens URLs"
 msgstr  "URL açan program"
 
-#: src/lang.c:2009
+#: src/lang.c:2024
 #, fuzzy
 msgid   "# The program used to open URLs. The actual URL will be appended\n"
 msgstr  "# Program URL açýyordu. Aktüel URL'ler sona eklenecek\n"
 
-#: src/lang.c:2014
+#: src/lang.c:2029
 #, fuzzy
 msgid   "Use mouse in xterm"
 msgstr  "xterm2de fare kullan"
 
-#: src/lang.c:2015
+#: src/lang.c:2030
 #, fuzzy
 msgid   "# If ON enable mouse button support on xterm terminals\n"
 msgstr  "# ON durumundaysa xtrem uçbirimlerini destekleyen fare tuþunu etkinleþtir.\n"
 
-#: src/lang.c:2021
+#: src/lang.c:2036
 #, fuzzy
 msgid   "Use scroll keys on keypad"
 msgstr  "Klavye üzerinde kaydýrma tuþlarýný kullan"
 
-#: src/lang.c:2022
+#: src/lang.c:2037
 #, fuzzy
 msgid   "# If ON enable scroll keys on terminals that support it\n"
 msgstr  "# ON durumunduysa uçbirimler tarafýndan desteklenen kaydýrma tuþlarýný "
         "etkinleþtir\n"
 
-#: src/lang.c:2027
+#: src/lang.c:2042
 #, fuzzy
 msgid   "Enter maximum number of article to get. <CR> sets."
 msgstr  "Alýnacak makalenin max. sayýsýný yazýn. <CR> ayarlar."
 
-#: src/lang.c:2028
+#: src/lang.c:2043
 #, fuzzy
 msgid   "Number of articles to get"
 msgstr  "Alýnacak makale sayýsý"
 
-#: src/lang.c:2029
+#: src/lang.c:2044
 #, fuzzy
 msgid   "# Number of articles to get (0=no limit), if negative sets maximum number\n"
         "# of already read articles to be read before first unread one\n"
 msgstr  "# Alýnacak makale sayýsý (0= sýnýrsýz), eðer negatif max.sayýyý ayarlarsa\n"
 
-#: src/lang.c:2034
+#: src/lang.c:2049
 #, fuzzy
 msgid   "Enter number of days article is considered recent. <CR> sets."
 msgstr  "Makalenin yeni sayýlacaðý gün sayýsýný yazýn. <CR> ayarlar."
 
-#: src/lang.c:2035
+#: src/lang.c:2050
 #, fuzzy
 msgid   "Article recentness time limit"
 msgstr  "Makalenin yenilik zaman sýnýrý"
 
-#: src/lang.c:2036
+#: src/lang.c:2051
 #, fuzzy
 msgid   "# Number of days in which article is considered recent, (0=OFF)\n"
 msgstr  "# Makalenin yeni sayýldýðý gün sayýsý, (0=OFF)\n"
 
-#: src/lang.c:2040
+#: src/lang.c:2055
 #, fuzzy
 msgid   "WILDMAT for normal wildcards, REGEX for full regular expression matching."
 msgstr  "WILDMAT normal jokerler, REGEX tam düzenli varsayým eþleþtirmeleri  içindir."
 
-#: src/lang.c:2041
+#: src/lang.c:2056
 #, fuzzy
 msgid   "Wildcard matching"
 msgstr  "Joker eþleþtiriyor"
 
-#: src/lang.c:2042
+#: src/lang.c:2057
 msgid   "# Wildcard matching\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = wildmat\n"
         "#   1 = regex\n"
 msgstr  ""
 
-#: src/lang.c:2049
+#: src/lang.c:2064
 #, fuzzy
 msgid   "Enter minimal score before an article is marked killed. <CR> sets."
 msgstr  "Makale yok et olarak iþaretlenmeden önce minimal skoru yazýn.<CR> ayarlar."
 
-#: src/lang.c:2050
+#: src/lang.c:2065
 #, fuzzy
 msgid   "Score limit (kill)"
 msgstr  "Sýnýrý skorla (yok et)"
 
-#: src/lang.c:2051
+#: src/lang.c:2066
 #, fuzzy
 msgid   "# Score limit before an article is marked killed\n"
 msgstr  "# Makale yok et olarak iþaretlendiðinde sýnýrý skorla\n"
 
-#: src/lang.c:2055
+#: src/lang.c:2070
 #, fuzzy
 msgid   "Enter default score to kill articles. <CR> sets."
 msgstr  "Makaleleri yok etmke için varsayýlan skoru yazýn. <CR> ayarlar."
 
-#: src/lang.c:2056
+#: src/lang.c:2071
 #, fuzzy
 msgid   "Default score to kill articles"
 msgstr  "Makaleleri yok etmke için skoru varsay"
 
-#: src/lang.c:2057
+#: src/lang.c:2072
 #, fuzzy
 msgid   "# Default score to kill articles\n"
 msgstr  "# Makaleleri yok etmke için skoru varsay\n"
 
-#: src/lang.c:2061
+#: src/lang.c:2076
 #, fuzzy
 msgid   "Enter minimal score before an article is marked hot. <CR> sets."
 msgstr  "Makale 'hot' olarak iþaretlenmeden önce minimum skoru yazýn.<CR> ayarlar."
 
-#: src/lang.c:2062
+#: src/lang.c:2077
 #, fuzzy
 msgid   "Score limit (select)"
 msgstr  "Sýnýrý skorla (seç)"
 
-#: src/lang.c:2063
+#: src/lang.c:2078
 #, fuzzy
 msgid   "# Score limit before an article is marked hot\n"
 msgstr  "# Makale 'hot! olarak iþaretlenmeden önce sýnýrý skorlayýn\n"
 
-#: src/lang.c:2067
+#: src/lang.c:2082
 #, fuzzy
 msgid   "Enter default score to select articles. <CR> sets."
 msgstr  "Makaleleri seçmek için varsayýlan skoru yazýn.<CR> ayarlar."
 
-#: src/lang.c:2068
+#: src/lang.c:2083
 #, fuzzy
 msgid   "Default score to select articles"
 msgstr  "Makaleleri seçmek için varsayýlan deðer"
 
-#: src/lang.c:2069
+#: src/lang.c:2084
 #, fuzzy
 msgid   "# Default score to select articles\n"
 msgstr  "# Makaleleri seçmek için varsayýlan deðer\n"
 
-#: src/lang.c:2075
+#: src/lang.c:2090
 #, fuzzy
 msgid   "Use slrnface to show ''X-Face:''s"
 msgstr  "''X-Face:''s göstermek için slmface kullan"
 
-#: src/lang.c:2076
+#: src/lang.c:2091
 #, fuzzy
 msgid   "# If ON using slrnface(1) to interpret the ''X-Face:'' header.\n"
         "# Only useful when running in an xterm.\n"
@@ -6742,284 +6792,284 @@ msgstr  "# ON durmunduysa ''X-Face:'' ba
         "kullanýlýyor.\n"
         "# sadece xterm çalýþýtýrýlýrken yararlý.\n"
 
-#: src/lang.c:2084
+#: src/lang.c:2099
 #, fuzzy
 msgid   "Use ANSI color"
 msgstr  "ANSI renk geçerli"
 
-#: src/lang.c:2085
+#: src/lang.c:2100
 #, fuzzy
 msgid   "# If ON using ANSI-color\n"
 msgstr  "# On durumundaysa ANSI-renk kullanýlýyor\n"
 
-#: src/lang.c:2090
+#: src/lang.c:2105
 #, fuzzy
 msgid   "Standard foreground color"
 msgstr  "Standart önplan rengi"
 
-#: src/lang.c:2091
+#: src/lang.c:2106
 #, fuzzy
 msgid   "# Standard foreground color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standart önplan rengi\n"
 
-#: src/lang.c:2097
+#: src/lang.c:2112
 #, fuzzy
 msgid   "Standard background color"
 msgstr  "Standart arkaplan rengi"
 
-#: src/lang.c:2098
+#: src/lang.c:2113
 #, fuzzy
 msgid   "# Standard background color\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Standart arkaplan rengi\n"
 
-#: src/lang.c:2104
+#: src/lang.c:2119
 #, fuzzy
 msgid   "Color for inverse text (background)"
 msgstr  "Çapraz metnin arkaplan rengi"
 
-#: src/lang.c:2105
+#: src/lang.c:2120
 #, fuzzy
 msgid   "# Color of background for inverse text\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Çapraz metnin arkaplan rengi\n"
 
-#: src/lang.c:2111
+#: src/lang.c:2126
 #, fuzzy
 msgid   "Color for inverse text (foreground)"
 msgstr  "Çapraz metnin önplan rengi"
 
-#: src/lang.c:2112
+#: src/lang.c:2127
 #, fuzzy
 msgid   "# Color of foreground for inverse text\n"
         "# Default: 7 (white)\n"
 msgstr  "# Çapraz metnin önplan rengi\n"
 
-#: src/lang.c:2118
+#: src/lang.c:2133
 #, fuzzy
 msgid   "Color of text lines"
 msgstr  "Metin satýrlarýnýn rengi"
 
-#: src/lang.c:2119
+#: src/lang.c:2134
 #, fuzzy
 msgid   "# Color of text lines\n"
         "# Default: -1 (default color)\n"
 msgstr  "# Color of text lines\n"
 
-#: src/lang.c:2125
+#: src/lang.c:2140
 #, fuzzy
 msgid   "Color of mini help menu"
 msgstr  "Mini yardým menüsünün rengi"
 
-#: src/lang.c:2126
+#: src/lang.c:2141
 #, fuzzy
 msgid   "# Color of mini help menu\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Mini yardým menüsünün rengi\n"
 
-#: src/lang.c:2132
+#: src/lang.c:2147
 #, fuzzy
 msgid   "Color of help text"
 msgstr  "Yardým sayfalarýnýn rengi"
 
-#: src/lang.c:2133
+#: src/lang.c:2148
 msgid   "# Color of help pages\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2139
+#: src/lang.c:2154
 #, fuzzy
 msgid   "Color of status messages"
 msgstr  "Durum iletilerinin rengi"
 
-#: src/lang.c:2140
+#: src/lang.c:2155
 #, fuzzy
 msgid   "# Color of messages in last line\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Son satýrdaki iletilerin rengi\n"
 
-#: src/lang.c:2146
+#: src/lang.c:2161
 #, fuzzy
 msgid   "Color of quoted lines"
 msgstr  "Ýmlenmiþ-satýr rengi"
 
-#: src/lang.c:2147
+#: src/lang.c:2162
 #, fuzzy
 msgid   "# Color of quote-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Ýmlenmiþ-satýr rengi\n"
 
-#: src/lang.c:2153
+#: src/lang.c:2168
 #, fuzzy
 msgid   "Color of twice quoted line"
 msgstr  "Çift imlenen satýrlarýn rengi"
 
-#: src/lang.c:2154
+#: src/lang.c:2169
 #, fuzzy
 msgid   "# Color of twice quoted lines\n"
         "# Default: 3 (brown)\n"
 msgstr  "# Çift imlenen satýrlarýn rengi\n"
 
-#: src/lang.c:2160
+#: src/lang.c:2175
 #, fuzzy
 msgid   "Color of =>3 times quoted line"
 msgstr  "Ýmlenmiþ satýrda =>3 kat rengi"
 
-#: src/lang.c:2161
+#: src/lang.c:2176
 #, fuzzy
 msgid   "# Color of >=3 times quoted lines\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Ýmlenmiþ satýrlarda >=3 kat rengi\n"
 
-#: src/lang.c:2167
+#: src/lang.c:2182
 #, fuzzy
 msgid   "Color of article header lines"
 msgstr  "Makale baþlýk satýrlarýnýn rengi"
 
-#: src/lang.c:2168
+#: src/lang.c:2183
 #, fuzzy
 msgid   "# Color of header-lines\n"
         "# Default: 2 (green)\n"
 msgstr  "# Baþlýk-satýrlarýnýn rengi\n"
 
-#: src/lang.c:2174
+#: src/lang.c:2189
 #, fuzzy
 msgid   "Color of actual news header fields"
 msgstr  "Aktüel habver baþlýlarý alanýnýn rengi"
 
-#: src/lang.c:2175
+#: src/lang.c:2190
 #, fuzzy
 msgid   "# Color of actual news header fields\n"
         "# Default: 9 (light red)\n"
 msgstr  "# Aktüel haber baþlýklarý alanýnýn rengi\n"
 
-#: src/lang.c:2181
+#: src/lang.c:2196
 #, fuzzy
 msgid   "Color of article subject lines"
 msgstr  "Makale konu satýrlarýnýn rengi"
 
-#: src/lang.c:2182
+#: src/lang.c:2197
 #, fuzzy
 msgid   "# Color of article subject\n"
         "# Default: 6 (cyan)\n"
 msgstr  "# Makale konusunun rengi\n"
 
-#: src/lang.c:2188
+#: src/lang.c:2203
 #, fuzzy
 msgid   "Color of response counter"
 msgstr  "Yanýt sayacý rengi"
 
-#: src/lang.c:2189
+#: src/lang.c:2204
 #, fuzzy
 msgid   "# Color of response counter\n"
         "# Default: 2 (green)\n"
 msgstr  "# Yanýt sayacý rengi\n"
 
-#: src/lang.c:2195
+#: src/lang.c:2210
 #, fuzzy
 msgid   "Color of sender (From:)"
 msgstr  "Gönderen (-den:) rengi"
 
-#: src/lang.c:2196
+#: src/lang.c:2211
 #, fuzzy
 msgid   "# Color of sender (From:)\n"
         "# Default: 2 (green)\n"
 msgstr  "# Gönderen (-den:) rengi\n"
 
-#: src/lang.c:2202
+#: src/lang.c:2217
 #, fuzzy
 msgid   "Color of help/mail sign"
 msgstr  "yardým/posta iþareti rengi"
 
-#: src/lang.c:2203
+#: src/lang.c:2218
 #, fuzzy
 msgid   "# Color of Help/Mail-Sign\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Yardým/Posta Ýþareti rengi\n"
 
-#: src/lang.c:2209
+#: src/lang.c:2224
 #, fuzzy
 msgid   "Color of signatures"
 msgstr  "Ýmza rengi"
 
-#: src/lang.c:2210
+#: src/lang.c:2225
 #, fuzzy
 msgid   "# Color of signature\n"
         "# Default: 4 (blue)\n"
 msgstr  "# Ýmza rengi\n"
 
-#: src/lang.c:2216
+#: src/lang.c:2231
 #, fuzzy
 msgid   "Color of highlighted URLs"
 msgstr  "*yýldýz* ile vurgulama rengi"
 
-#: src/lang.c:2217
+#: src/lang.c:2232
 msgid   "# Color of highlighted URLs\n"
         "# Default: -1 (default color)\n"
 msgstr  ""
 
-#: src/lang.c:2223
+#: src/lang.c:2238
 #, fuzzy
 msgid   "Color of verbatim blocks"
 msgstr  "Metin satýrlarýnýn rengi"
 
-#: src/lang.c:2224
+#: src/lang.c:2239
 #, fuzzy
 msgid   "# Color of verbatim blocks\n"
         "# Default: 5 (pink)\n"
 msgstr  "# Makale konusunun rengi\n"
 
-#: src/lang.c:2230
+#: src/lang.c:2245
 #, fuzzy
 msgid   "Color of highlighting with *stars*"
 msgstr  "*yýldýz* ile vurgulama rengi"
 
-#: src/lang.c:2231
+#: src/lang.c:2246
 #, fuzzy
 msgid   "# Color of word highlighting with *stars*\n"
         "# Default: 11 (yellow)\n"
 msgstr  "# *yýldýz* ile vurgulama rengi\n"
 
-#: src/lang.c:2237
+#: src/lang.c:2252
 #, fuzzy
 msgid   "Color of highlighting with _dash_"
 msgstr  "_kesik çizgi_ ile vurgulama rengi"
 
-#: src/lang.c:2238
+#: src/lang.c:2253
 #, fuzzy
 msgid   "# Color of word highlighting with _dash_\n"
         "# Default: 13 (light pink)\n"
 msgstr  "# _kesik çizgi_ ile vurgulama rengi\n"
 
-#: src/lang.c:2244
+#: src/lang.c:2259
 #, fuzzy
 msgid   "Color of highlighting with /slash/"
 msgstr  "/bölü/ ile vurgulama rengi"
 
-#: src/lang.c:2245
+#: src/lang.c:2260
 #, fuzzy
 msgid   "# Color of word highlighting with /slash/\n"
         "# Default: 14 (light cyan)\n"
 msgstr  "# /bölü/ ile vurgulama rengi\n"
 
-#: src/lang.c:2251
+#: src/lang.c:2266
 #, fuzzy
 msgid   "Color of highlighting with -stroke-"
 msgstr  "-vuruþ- ile vurgulama rengi"
 
-#: src/lang.c:2252
+#: src/lang.c:2267
 #, fuzzy
 msgid   "# Color of word highlighting with -stroke-\n"
         "# Default: 12 (light blue)\n"
 msgstr  "# -vuruþ- ile vurgulama rengi\n"
 
-#: src/lang.c:2259
+#: src/lang.c:2274
 #, fuzzy
 msgid   "Attr. of highlighting with *stars*"
 msgstr  "*yýldýz*  ile vurgulama özniteliði"
 
-#: src/lang.c:2260
+#: src/lang.c:2275
 #, fuzzy
 msgid   "# Attributes of word highlighting on mono terminals\n"
         "# Possible values are:\n"
@@ -7040,64 +7090,64 @@ msgstr  "# Tekli uçbirimlerde sözcük vur
         "# 0 - Normal, 1 - Altýný çiz, 2 - En iyi vurgulama,\n"
         "# 3 - Video ters çevir, 4 - Yanýp sönen, 5 - Yaý parlak, 6 - Koyu\n"
 
-#: src/lang.c:2275
+#: src/lang.c:2290
 #, fuzzy
 msgid   "Attr. of highlighting with _dash_"
 msgstr  "_vuruþ_  ile vurgulama özniteliði"
 
-#: src/lang.c:2276
+#: src/lang.c:2291
 msgid   "# Attribute of word highlighting with _dash_\n"
         "# Default: 2 (best highlighting)\n"
 msgstr  ""
 
-#: src/lang.c:2282
+#: src/lang.c:2297
 #, fuzzy
 msgid   "Attr. of highlighting with /slash/"
 msgstr  "/bölü/ ile vurgulama özniteliði"
 
-#: src/lang.c:2283
+#: src/lang.c:2298
 #, fuzzy
 msgid   "# Attribute of word highlighting with /slash/\n"
         "# Default: 5 (half bright)\n"
 msgstr  "# /bölü/ ile vurgulama özniteliði\n"
 
-#: src/lang.c:2289
+#: src/lang.c:2304
 #, fuzzy
 msgid   "Attr. of highlighting with -stroke-"
 msgstr  "-kesik çizgi- ile vurgulama özniteliði"
 
-#: src/lang.c:2290
+#: src/lang.c:2305
 #, fuzzy
 msgid   "# Attribute of word highlighting with -stroke-\n"
         "# Default: 3 (reverse video)\n"
 msgstr  "# -kesik çizgi- ile vurgulama özniteliði\n"
 
-#: src/lang.c:2296
+#: src/lang.c:2311
 #, fuzzy
 msgid   "URL highlighting in message body"
 msgstr  "Ýleti gövdesinde vurgulana sözcük"
 
-#: src/lang.c:2297
+#: src/lang.c:2312
 #, fuzzy
 msgid   "# Enable URL highlighting?\n"
 msgstr  "# Sözcük vurgulamayý etkinlþetir?\n"
 
-#: src/lang.c:2302
+#: src/lang.c:2317
 #, fuzzy
 msgid   "Word highlighting in message body"
 msgstr  "Ýleti gövdesinde vurgulana sözcük"
 
-#: src/lang.c:2303
+#: src/lang.c:2318
 #, fuzzy
 msgid   "# Enable word highlighting?\n"
 msgstr  "# Sözcük vurgulamayý etkinlþetir?\n"
 
-#: src/lang.c:2308
+#: src/lang.c:2323
 #, fuzzy
 msgid   "What to display instead of mark"
 msgstr  "Ýþaretin yerine ne gösterilmeli?"
 
-#: src/lang.c:2309
+#: src/lang.c:2324
 #, fuzzy
 msgid   "# Should the leading and ending stars and dashes also be displayed,\n"
         "# even when they are highlighting marks?\n"
@@ -7109,118 +7159,118 @@ msgstr  "# iþaretleri vurgulasalar bile?
         "# baþtaki ve sondaki yýldýzlar ve kesik çizgiler görüntülenmelidir\n"
         "# 0 - hayýr    1 - evet, iþareti görüntüle    2 - boþluk býrak\n"
 
-#: src/lang.c:2318
+#: src/lang.c:2333
 #, fuzzy
 msgid   "Enter column number to wrap article lines to in the pager. <CR> sets."
 msgstr  "Sayfalayýcýdaki makale satýrlarýný çevrelemek için sütun mumarasýný yazýn. "
         "<CR> ayarlar."
 
-#: src/lang.c:2319
+#: src/lang.c:2334
 #, fuzzy
 msgid   "Page line wrap column"
 msgstr  "Sayfa satýrý sütunu çevreliyor"
 
-#: src/lang.c:2320
+#: src/lang.c:2335
 #, fuzzy
 msgid   "# Wrap article lines at column\n"
 msgstr  "# Sütundaki makale satýrlarýný çevrele\n"
 
-#: src/lang.c:2325
+#: src/lang.c:2340
 #, fuzzy
 msgid   "Wrap around threads on next unread"
 msgstr  "Sonraki okunmayanda parçacýklarý çevrele"
 
-#: src/lang.c:2326
+#: src/lang.c:2341
 #, fuzzy
 msgid   "# If ON wrap around threads on searching next unread article\n"
 msgstr  "# ON durumunduysa sonraki okunmayan makaleyi aramak için parçacýklarý "
         "çevrele\n"
 
-#: src/lang.c:2330
+#: src/lang.c:2345
 #, fuzzy
 msgid   "Enter default mail address (and fullname). <CR> sets."
 msgstr  "Varsayýlan posta adresini (ve tüm ismi) yaz, <CR> ayarlar."
 
-#: src/lang.c:2331 src/lang.c:2747
+#: src/lang.c:2346 src/lang.c:2770
 #, fuzzy
 msgid   "Mail address (and fullname)"
 msgstr  "Posta adresi (ile tüm isim)"
 
-#: src/lang.c:2332
+#: src/lang.c:2347
 #, fuzzy
 msgid   "# User's mail address (and fullname), if not username@host (fullname)\n"
 msgstr  "# Kullanýcýnýn posta adresi (ile tüm ismi), deðilse kullanýcýadý@anasistem "
         "(tüm isim)\n"
 
-#: src/lang.c:2337
+#: src/lang.c:2352
 msgid   "Show empty Followup-To in editor"
 msgstr  ""
 
-#: src/lang.c:2338
+#: src/lang.c:2353
 msgid   "# If ON show empty Followup-To header when editing an article\n"
 msgstr  ""
 
-#: src/lang.c:2342
+#: src/lang.c:2357
 msgid   "Enter path/! command/--none to create your default signature. <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2343
+#: src/lang.c:2358
 msgid   "Create signature from path/command"
 msgstr  ""
 
-#: src/lang.c:2344
+#: src/lang.c:2359
 msgid   "# Signature path (random sigs)/file to be used when posting/replying\n"
         "# sigfile=file       appends file as signature\n"
         "# sigfile=!command   executes external command to generate a signature\n"
         "# sigfile=--none     don't append a signature\n"
 msgstr  ""
 
-#: src/lang.c:2351
+#: src/lang.c:2366
 msgid   "Prepend signature with \"-- \" on own line. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2352
+#: src/lang.c:2367
 msgid   "Prepend signature with \"-- \""
 msgstr  ""
 
-#: src/lang.c:2353
+#: src/lang.c:2368
 msgid   "# If ON prepend the signature with dashes '\\n-- \\n'\n"
 msgstr  ""
 
-#: src/lang.c:2357
+#: src/lang.c:2372
 msgid   "Add signature when reposting articles. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2358
+#: src/lang.c:2373
 msgid   "Add signature when reposting"
 msgstr  ""
 
-#: src/lang.c:2359
+#: src/lang.c:2374
 msgid   "# If ON add signature to reposted articles\n"
 msgstr  ""
 
-#: src/lang.c:2363
+#: src/lang.c:2378
 #, c-format
 msgid   "Enter quotation marks, %s or %S for author's initials."
 msgstr  ""
 
-#: src/lang.c:2364
+#: src/lang.c:2379
 msgid   "Characters used as quote-marks"
 msgstr  ""
 
-#: src/lang.c:2365
+#: src/lang.c:2380
 #, fuzzy, c-format
 msgid   "# Characters used in quoting to followups and replies.\n"
         "# '_' is replaced by ' ', %%s, %%S are replaced by author's initials.\n"
 msgstr  "# Sonrakine geçerken ve cevaplarda kulanýlan karakterlerin gösterimi.\n"
         "# '_'  deðiþtirilir ' ', %%s, %%S yazar baþlýðý deðiþtirilir.\n"
 
-#: src/lang.c:2371
+#: src/lang.c:2386
 #, fuzzy
 msgid   "Quoting behavior"
 msgstr  "Davranýþ göstermesi"
 
-#: src/lang.c:2372
+#: src/lang.c:2387
 #, fuzzy
 msgid   "# How quoting should be handled when following up or replying.\n"
         "# Possible values are (the default is marked with *):\n"
@@ -7242,17 +7292,17 @@ msgstr  "Diðerine geçerken yada cevap ve
         "# 6 = Ýmzalarý göster, boþ satýrlarý göster\n"
         "# 7 = Görünümleri göster, imzalarý göster, boþ satýrlarý göster\n"
 
-#: src/lang.c:2385 src/lang.c:2393 src/lang.c:2399
+#: src/lang.c:2400 src/lang.c:2408 src/lang.c:2414
 #, fuzzy
 msgid   "%A Addr %D Date %F Addr+Name %G Groupname %M Message-ID %N Name %C First Name"
 msgstr  "%A Adres %D Tarih %F Adres+Ad %G Grupadý %M Ýleti-Kimliði %N Ad %C Ýlk Ad"
 
-#: src/lang.c:2386
+#: src/lang.c:2401
 #, fuzzy
 msgid   "Quote line when following up"
 msgstr  "Sonrakine geçerken satýr göster"
 
-#: src/lang.c:2387
+#: src/lang.c:2402
 #, fuzzy, c-format
 msgid   "# Format of quote line when mailing/posting/following-up an article\n"
         "# %%A Address    %%D Date   %%F Addr+Name   %%G Groupname   %%M Message-ID\n"
@@ -7262,43 +7312,43 @@ msgstr  "# Bir makaleyi postalarken/gönd
         "# %%A Adres   %%D Tarih   %%F Adres+Ad   %%G Grupadý   %%M Ýleti-Kimliði\n"
         "# %%N Tam Ad  %%C Ýlk Adýnýz   %%I Adýn baþ harfleri\n"
 
-#: src/lang.c:2394
+#: src/lang.c:2409
 #, fuzzy
 msgid   "Quote line when cross-posting"
 msgstr  "Çapraz gönderirken satýrý göster"
 
-#: src/lang.c:2400
+#: src/lang.c:2415
 #, fuzzy
 msgid   "Quote line when mailing"
 msgstr  "posta gönderirken satýrý göster"
 
-#: src/lang.c:2405
+#: src/lang.c:2420
 #, fuzzy
 msgid   "If ON, include User-Agent: header. <SPACE> toggles & <CR> sets."
 msgstr  "ON durumdaysa, Kullanýcý-Etken baþlýðý ekleyiniz.  <SPACE> toggles & <CR> "
         "sets."
 
-#: src/lang.c:2406
+#: src/lang.c:2421
 #, fuzzy
 msgid   "Insert 'User-Agent:' header"
 msgstr  "'User-Agent:'-baþlýk ekleyiniz"
 
-#: src/lang.c:2407
+#: src/lang.c:2422
 #, fuzzy
 msgid   "# If ON include advertising User-Agent: header\n"
 msgstr  "# ON durumdaysa User-Agent ilanýný ekleyiniz: baþlýk\n"
 
-#: src/lang.c:2412
+#: src/lang.c:2427
 #, fuzzy
 msgid   "Enter charset name for MIME (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "(US-ASCII, ISO-8859-1, EUC-KR) Çok Amaçlý Internet Posta Uzantýlarý için "
         "karakterküme ismini giriniz."
 
-#: src/lang.c:2413
+#: src/lang.c:2428
 msgid   "MM_CHARSET"
 msgstr  ""
 
-#: src/lang.c:2414
+#: src/lang.c:2429
 #, fuzzy
 msgid   "# Charset supported locally which is also used for MIME header and\n"
         "# Content-Type header.\n"
@@ -7315,48 +7365,48 @@ msgstr  "# Karakterkümesi Çok Amaçlý Int
         "tanýmlanmýþsa, diðer karakterkümesi\n"
         "# mm_karakterkümesi görünemez ve gösteremez '?'.\n"
 
-#: src/lang.c:2424
+#: src/lang.c:2439
 #, fuzzy
 msgid   "MM_NETWORK_CHARSET"
 msgstr  "MM_AÐ_KARAKTERKÜMESÝ"
 
-#: src/lang.c:2425
+#: src/lang.c:2440
 #, fuzzy
 msgid   "# Charset used for MIME (Content-Type) header in postings.\n"
 msgstr  "# Çok Amaçlý Internet Posta Uzantýlarýn (içerik-tür) posta baþlýklarý için "
         "kulanýlan karakter kümesi\n"
 
-#: src/lang.c:2429
+#: src/lang.c:2444
 #, fuzzy
 msgid   "Enter local charset name (e.g. US-ASCII, ISO-8859-1, EUC-KR), <CR> to set."
 msgstr  "(US-ASCII, ISO-8859-1, EUC-KR) Çok Amaçlý Internet Posta Uzantýlarý için "
         "karakterküme ismini giriniz."
 
-#: src/lang.c:2430
+#: src/lang.c:2445
 #, fuzzy
 msgid   "MM_LOCAL_CHARSET"
 msgstr  "MM_AÐ_KARAKTERKÜMESÝ"
 
-#: src/lang.c:2431
+#: src/lang.c:2446
 msgid   "# Charset supported locally.\n"
 msgstr  ""
 
-#: src/lang.c:2438
+#: src/lang.c:2453
 #, fuzzy
 msgid   "Mailbox format"
 msgstr  "posta kutusu"
 
-#: src/lang.c:2439
+#: src/lang.c:2454
 #, fuzzy
 msgid   "# Format of the mailbox.\n"
 msgstr  "# Posta kutusunun biçimi.\n"
 
-#: src/lang.c:2444
+#: src/lang.c:2459
 #, fuzzy
 msgid   "MIME encoding in news messages"
 msgstr  "Yeni mesajlarda Çok Amaçlý Internet Posta Uzantýlarý kodla"
 
-#: src/lang.c:2445
+#: src/lang.c:2460
 #, fuzzy
 msgid   "# MIME encoding (8bit, base64, quoted-printable, 7bit) of the body\n"
         "# for mails and posts, if necessary. QP is efficient for most European\n"
@@ -7370,17 +7420,17 @@ msgstr  "# Çok Amaçlý Internet Posta Uza
         "# Base64 8bit Doðu Asya ve Yunancadan daha yüksek verimlidir\n"
         "# Rusça karakter kümesinin 8bit karakterler.\n"
 
-#: src/lang.c:2453 src/lang.c:2474
+#: src/lang.c:2468 src/lang.c:2489
 #, fuzzy
 msgid   "Don't change unless you know what you are doing. <ESC> cancels."
 msgstr  "Ne yaptýðýný bilmiyorsan deðiþtirme. <ESC> iptal eder."
 
-#: src/lang.c:2454
+#: src/lang.c:2469
 #, fuzzy
 msgid   "Use 8bit characters in news headers"
 msgstr  "Yeni baþlýklarda 8bit karakter kullan."
 
-#: src/lang.c:2455
+#: src/lang.c:2470
 #, fuzzy
 msgid   "# If ON, 8bit characters in news headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
@@ -7391,33 +7441,33 @@ msgstr  "# ON durumdaysa, 8bit karakterl
         "# karakterlerin deðeri bakýlmadan kodlanýr\n"
         "# Çok Amaçlý Internet Posta Uzantýlarý kodlamasý 8bit ise\n"
 
-#: src/lang.c:2462
+#: src/lang.c:2477
 #, fuzzy
 msgid   "Auto-view post-processed files <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Soniþemci dosyalarý otomatik olarak göster <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 
-#: src/lang.c:2463
+#: src/lang.c:2478
 #, fuzzy
 msgid   "View post-processed files"
 msgstr  "Soniþlemci dosyalarý göster"
 
-#: src/lang.c:2464
+#: src/lang.c:2479
 #, fuzzy
 msgid   "# If set, post processed files will be opened in a viewer\n"
 msgstr  "# Kurulmuþsa, soniþlemci dosyalar görünüleyicide açýlacak\n"
 
-#: src/lang.c:2469
+#: src/lang.c:2484
 #, fuzzy
 msgid   "MIME encoding in mail messages"
 msgstr  "Çok Amaçlý Internet Posta Uzantýlarý posta iletilerinde kodla"
 
-#: src/lang.c:2475
+#: src/lang.c:2490
 #, fuzzy
 msgid   "Use 8bit characters in mail headers"
 msgstr  "Posta baþlýklarýnda 8bit karakter kullan"
 
-#: src/lang.c:2476
+#: src/lang.c:2491
 #, fuzzy
 msgid   "# If ON, 8bit characters in mail headers are NOT encoded.\n"
         "# default is OFF. Thus 8bit characters are encoded by default.\n"
@@ -7433,28 +7483,28 @@ msgstr  "# ON durumdaysa, 8bit karakterl
         "# posta baþlýklarýnda 8bit karakterleri yasaksa iptal önerilir HAYIR -e\n"
         "# Çok önemli neden yoksa ON durumuna getir\n"
 
-#: src/lang.c:2486
+#: src/lang.c:2501
 #, fuzzy
 msgid   "Strip blanks from ends of lines"
 msgstr  "Satýr sonu boþlarý yok et"
 
-#: src/lang.c:2487
+#: src/lang.c:2502
 #, fuzzy
 msgid   "# If ON strip blanks from ends of lines for faster display on slow "
         "terminals.\n"
 msgstr  "# ON durumdaysa yavaþ uçbirimde daha hýzlý görüntü için boþlarý yok et.\n"
 
-#: src/lang.c:2492
+#: src/lang.c:2507
 #, fuzzy
 msgid   "If ON, use transliteration. <SPACE> toggles & <CR> sets."
 msgstr  "ON durumdaysa damga çevirisi kullan.  <SPACE> toggles & <CR> sets."
 
-#: src/lang.c:2493
+#: src/lang.c:2508
 #, fuzzy
 msgid   "Transliteration"
 msgstr  "Damga çevirisi"
 
-#: src/lang.c:2494
+#: src/lang.c:2509
 #, fuzzy
 msgid   "# If ON, use //TRANSLIT extension. This means that when a character cannot\n"
         "# be represented in the in the target character set, it can be approximated\n"
@@ -7463,12 +7513,12 @@ msgstr  "# ON durumdaysa, //DAMGAÇEVÝRÝS
         "# daha büyük damga kümesi, yaklaþýk deðer verilebilir\n"
         "# Bir veya daha fazla ayný karakter\n"
 
-#: src/lang.c:2502
+#: src/lang.c:2517
 #, fuzzy
 msgid   "Send you a Cc/Bcc automatically"
 msgstr  "Mektup kopyasý otomatik olarak kendine gönder."
 
-#: src/lang.c:2503
+#: src/lang.c:2518
 #, fuzzy
 msgid   "# Put your name in the Cc: and/or Bcc: field when mailing an article.\n"
         "# Possible values are (the default is marked with *):\n"
@@ -7479,17 +7529,17 @@ msgid   "# Put your name in the Cc: and/
 msgstr  "# Makale/parçacýk listelerinde hangi bilgiler gösterilmeli\n"
         "# 0 = hiçbir þey, 1 = satýrlar, 2 = skor, 3 = satýrlar & skor\n"
 
-#: src/lang.c:2512
+#: src/lang.c:2527
 #, fuzzy
 msgid   "Enter address elements about which you want to be warned. <CR> sets."
 msgstr  "uyarýlmak istediðin adres öðelerine gir <CR> sets."
 
-#: src/lang.c:2513
+#: src/lang.c:2528
 #, fuzzy
 msgid   "Spamtrap warning address parts"
 msgstr  "isteneyen e-mail posta uyarýsý"
 
-#: src/lang.c:2514
+#: src/lang.c:2529
 #, fuzzy
 msgid   "# A comma-delimited list of address-parts you want to be warned\n"
         "# about when trying to reply by email.\n"
@@ -7497,125 +7547,125 @@ msgstr  "# Uyarýlmak isiyorsan virgülle-
         "göster\n"
         "# e-posta ile cevap yazmak istediðin zaman\n"
 
-#: src/lang.c:2519
+#: src/lang.c:2534
 #, fuzzy
 msgid   "Enter default number of days a filter entry will be valid. <CR> sets."
 msgstr  "Süz giriþin geçerli olacaðý varsayýlan günler sayýsýna gir <CR> sets."
 
-#: src/lang.c:2520
+#: src/lang.c:2535
 #, fuzzy
 msgid   "No. of days a filter entry is valid"
 msgstr  "Süz girdisinin geçerli günler sayýsý"
 
-#: src/lang.c:2521
+#: src/lang.c:2536
 #, fuzzy
 msgid   "# Number of days a short term filter will be active\n"
 msgstr  "# Kýsa sürecek süzün aktif olacaðý günler sayýsý\n"
 
-#: src/lang.c:2525
+#: src/lang.c:2540
 msgid   "Add posted articles to filter. <SPACE> toggles & <CR> sets."
 msgstr  ""
 
-#: src/lang.c:2526
+#: src/lang.c:2541
 #, fuzzy
 msgid   "Add posted articles to filter"
 msgstr  "Gönderilen makaleleri süzgece ekle"
 
-#: src/lang.c:2527
+#: src/lang.c:2542
 #, fuzzy
 msgid   "# If ON add posted articles which start a new thread to filter for\n"
         "# highlighting follow-ups\n"
 msgstr  "# ON durumduysa gönderilmiþ makaleleri ekle# highlighting follow-ups\n"
 
-#: src/lang.c:2531
+#: src/lang.c:2546
 #, fuzzy
 msgid   "The directory where articles/threads are to be saved in mailbox format."
 msgstr  "makaleler/iç parçacýklarýn posta kutusu olarak kaydedilecek dizin."
 
-#: src/lang.c:2532
+#: src/lang.c:2547
 #, fuzzy
 msgid   "Mail directory"
 msgstr  "Posta dizini"
 
-#: src/lang.c:2533
+#: src/lang.c:2548
 #, fuzzy
 msgid   "# (-m) directory where articles/threads are saved in mailbox format\n"
 msgstr  "# makaleler/iç parçacýklarýn posta kutusu olarak kaydetmek istediðin dizin\n"
 
-#: src/lang.c:2538
+#: src/lang.c:2553
 #, fuzzy
 msgid   "Save articles in batch mode (-S)"
 msgstr  "Makaleleri toplu moda kaydet (-S)"
 
-#: src/lang.c:2539
+#: src/lang.c:2554
 #, fuzzy
 msgid   "# If ON articles/threads will be saved in batch mode when save -S\n"
         "# or mail (-M/-N) is specified on the command line\n"
 msgstr  "# ON durumdaysa kaydeti bastýðýn zaman makaleler/iç parçacýklar\n"
         "# toplu mode olarak kaydedilir\n"
 
-#: src/lang.c:2544
+#: src/lang.c:2559
 #, fuzzy
 msgid   "The directory where you want articles/threads saved."
 msgstr  "makeleleri7iç parçacýklarýný kaydetmek istediðin dizin."
 
-#: src/lang.c:2545
+#: src/lang.c:2560
 #, fuzzy
 msgid   "Directory to save arts/threads in"
 msgstr  "iç parçacýklarýn kaydedildiði dizin"
 
-#: src/lang.c:2546
+#: src/lang.c:2561
 #, fuzzy
 msgid   "# Directory where articles/threads are saved\n"
 msgstr  "# Kaydedilmiþ makalelerin/iç parçacýklarýn olduðu dizin\n"
 
-#: src/lang.c:2550
+#: src/lang.c:2565
 #, fuzzy
 msgid   "Auto save article/thread by Archive-name: header. <SPACE> toggles & <CR> sets."
 msgstr  "Arçivadý olarak makaleleri/iç parçacýklarý otomatik olarak kaydet: header. "
         "<SPACE> toggles & <CR> sets."
 
-#: src/lang.c:2551
+#: src/lang.c:2566
 #, fuzzy
 msgid   "Use Archive-name: header for save"
 msgstr  "Arþiv ismi kullan: baþlýk kaydetme"
 
-#: src/lang.c:2552
+#: src/lang.c:2567
 #, fuzzy
 msgid   "# If ON articles/threads with Archive-name: in mail header will\n"
         "# be automatically saved with the Archive-name & part/patch no.\n"
 msgstr  "# ON durumdaysa Arþiv ismi ile makaleleri/iç parçacýklarý: posta baþlýðý\n"
         "# will Arþiv ismi &\n"
 
-#: src/lang.c:2557
+#: src/lang.c:2572
 #, fuzzy
 msgid   "Mark saved articles/threads as read. <SPACE> toggles, <CR> sets, <ESC> "
         "cancels."
 msgstr  "Kaydedilmiþ makaleleri /iç parçacýklarý okunmuþ olarak iþaretle. <ARALIK> "
         "büyük küçük harf, <CR> kümeler, <ESC> iptal et."
 
-#: src/lang.c:2558
+#: src/lang.c:2573
 #, fuzzy
 msgid   "Mark saved articles/threads as read"
 msgstr  "Kaydedilmiþ makaleleri /iç parçacýklarý okunmuþ olarak iþaretle"
 
-#: src/lang.c:2559
+#: src/lang.c:2574
 #, fuzzy
 msgid   "# If ON mark articles that are saved as read\n"
 msgstr  "# ON durumdaysa kaydedilmiþ makaleleri okunmuþ olarak iþaretle\n"
 
-#: src/lang.c:2563
+#: src/lang.c:2578
 #, fuzzy
 msgid   "Do post processing (eg. extract attachments) for saved articles."
 msgstr  "Kaydedilmiþ makaleler için iþlem gönder (örn. ekleri çýkart) for saved "
         "articles."
 
-#: src/lang.c:2564
+#: src/lang.c:2579
 #, fuzzy
 msgid   "Post process saved articles"
 msgstr  "Kaydedilmiþ makaleleri gönder"
 
-#: src/lang.c:2565
+#: src/lang.c:2580
 #, fuzzy
 msgid   "# Perform post processing (saving binary attachments) from saved articles.\n"
         "# Possible values are (the default is marked with *):\n"
@@ -7625,108 +7675,108 @@ msgid   "# Perform post processing (savi
 msgstr  "# Kaydedilmiþ makaleler gönderme iþlemini bitir.\n"
         "# 0=(evet) 1=(hayýr) 2=(kabuk arþivleri bul (shar) only)\n"
 
-#: src/lang.c:2574
+#: src/lang.c:2589
 #, fuzzy
 msgid   "Process only unread articles"
 msgstr  "Sadece okunmayan makaleleri iþle"
 
-#: src/lang.c:2575
+#: src/lang.c:2590
 #, fuzzy
 msgid   "# If ON only save/print/pipe/mail unread articles (tagged articles excepted)\n"
 msgstr  "# ON durumundaysa okunmamýþ makaleleri sadece kaydet/yazdýr/ilet/postala "
         "(imlenmiþ makaleler hariç tutulur)\n"
 
-#: src/lang.c:2580
+#: src/lang.c:2595
 #, fuzzy
 msgid   "Print all or just part of header. <SPACE> toggles & <CR> sets."
 msgstr  "Baþlýðýn tümünü ya da bir kýsmýný yazdýr.  <SPACE> deðiþtirir & <CR> ayarlar."
 
-#: src/lang.c:2581
+#: src/lang.c:2596
 #, fuzzy
 msgid   "Print all headers when printing"
 msgstr  "Yazdýrýrken tüm baþlýklarý yazdýr"
 
-#: src/lang.c:2582
+#: src/lang.c:2597
 #, fuzzy
 msgid   "# If ON print all of article header otherwise just the important lines\n"
 msgstr  "# On durumundaysa makale baþlýðýnýn tümünü deðilse sadece önemli olanlarý "
         "yazdýr\n"
 
-#: src/lang.c:2586
+#: src/lang.c:2601
 #, fuzzy
 msgid   "The printer program with options that is to be used to print articles/threads."
 msgstr  "Makaleleri/parçacýklarý yazdýrmak için kullanýlacak seçenekli yazýcý programý."
 
-#: src/lang.c:2587
+#: src/lang.c:2602
 #, fuzzy
 msgid   "Printer program with options"
 msgstr  "Seçenekli yazýcý programý"
 
-#: src/lang.c:2588
+#: src/lang.c:2603
 #, fuzzy
 msgid   "# Print program with parameters used to print articles/threads\n"
 msgstr  "# Makaleleri/iþ parçacýklarý yazdýrmak için parameterli yazýcý program "
         "kullan\n"
 
-#: src/lang.c:2594
+#: src/lang.c:2609
 #, fuzzy
 msgid   "Force redraw after certain commands"
 msgstr  "Kesin komutlardan sonra ekrandaki çizimin yenilenmesini güçlendir"
 
-#: src/lang.c:2595
+#: src/lang.c:2610
 #, fuzzy
 msgid   "# If ON a screen redraw will always be done after certain external commands\n"
 msgstr  "# ON durumdaysa ekrandaki çizimin yenilenmesi bazý dýþ komutlardan sonra "
         "tamamlanacak\n"
 
-#: src/lang.c:2599
+#: src/lang.c:2614
 #, fuzzy
 msgid   "Start editor with line offset. <SPACE> toggles, <CR> sets, <ESC> cancels."
 msgstr  "Satýr kaydýrarak düzenleciyi baþlat. <ARALIK> büyük küçük harf, <CR> kümeler, "
         "<ESC> iptal et."
 
-#: src/lang.c:2600
+#: src/lang.c:2615
 #, fuzzy
 msgid   "Start editor with line offset"
 msgstr  "Düzenleyiciyi satýr konumu ile baþlat"
 
-#: src/lang.c:2601
+#: src/lang.c:2616
 #, fuzzy
 msgid   "# If ON editor will be started with cursor offset into the file\n"
         "# otherwise the cursor will be positioned at the first line\n"
 msgstr  "# ON düzenleyicir dosyadaki imleç kaydýrýcýlarda açýlacak\n"
         "# aksi takdirde imleç ilk satýrda yer alacak\n"
 
-#: src/lang.c:2606
+#: src/lang.c:2621
 #, fuzzy
 msgid   "Enter %E for editor, %F for filename, %N for line-number, <CR> to set."
 msgstr  "Düzenleyici için %E, dosya adý için %F, satýr numarasý için %N, kümelemek "
         "için <CR> yazýn."
 
-#: src/lang.c:2607
+#: src/lang.c:2622
 #, fuzzy
 msgid   "Invocation of your editor"
 msgstr  "Düzenleyicinizin yürütülmesi"
 
-#: src/lang.c:2608
+#: src/lang.c:2623
 #, fuzzy, c-format
 msgid   "# Format of editor line including parameters\n"
         "# %%E Editor  %%F Filename  %%N Linenumber\n"
 msgstr  "# Parametrelerle birlikte düzenleyici satýrý biçimi\n"
         "# %%E Düzenleyici  %%F Dosya adý  %%N Satýr numarasý\n"
 
-#: src/lang.c:2613
+#: src/lang.c:2628
 #, fuzzy
 msgid   "Enter name and options for external-inews, --internal for internal inews"
 msgstr  "Dýþ inew programlarý için isim ve seçenekleri, --iç inew programlarý için "
         "içseli girin"
 
-#: src/lang.c:2614
+#: src/lang.c:2629
 #, fuzzy
 msgid   "External inews"
 msgstr  "Dýþ inew programlarý"
 
-#: src/lang.c:2615
+#: src/lang.c:2630
 #, fuzzy
 msgid   "# If --internal use the built in mini inews for posting via NNTP\n"
         "# otherwise use an external inews program\n"
@@ -7734,18 +7784,18 @@ msgstr  "# Eðer --içsel ise NNTP yoluyla
         "programlarýný kullanýn\n"
         "# deðilse bir dýþ inew programý kullanýn\n"
 
-#: src/lang.c:2619
+#: src/lang.c:2634
 #, fuzzy
 msgid   "Enter %M for mailer, %S for subject, %T for to, %F for filename, <CR> to set."
 msgstr  "Posta gönderici için %M, konu için %S, gönderilen için %T, dosya adý için %F, "
         "kümelemek için <CR> yazýn."
 
-#: src/lang.c:2620
+#: src/lang.c:2635
 #, fuzzy
 msgid   "Invocation of your mail command"
 msgstr  "Posta komutunuzun yürütülmesi"
 
-#: src/lang.c:2621
+#: src/lang.c:2636
 #, fuzzy, c-format
 msgid   "# Format of mailer line including parameters\n"
         "# %%M Mailer  %%S Subject  %%T To  %%F Filename\n"
@@ -7757,12 +7807,12 @@ msgstr  "# Parametrelerle birlikte gönde
         "F\n"
         "# ie. elm etkileþimli            :    elm -i %%F -s \"%%S\" \"%%T\"\n"
 
-#: src/lang.c:2629
+#: src/lang.c:2644
 #, fuzzy
 msgid   "Use interactive mail reader"
 msgstr  "Etkileþimli posta okuyucu kullan"
 
-#: src/lang.c:2630
+#: src/lang.c:2645
 msgid   "# Interactive mailreader\n"
         "# Possible values are (the default is marked with *):\n"
         "# * 0 = no interactive mailreader\n"
@@ -7770,71 +7820,79 @@ msgid   "# Interactive mailreader\n"
         "#   2 = use interactive mailreader without headers in file\n"
 msgstr  ""
 
-#: src/lang.c:2639
+#: src/lang.c:2654
 #, fuzzy
 msgid   "Remove ~/.article after posting"
 msgstr  "Kaldýr ~/.article sonra makale"
 
-#: src/lang.c:2640
+#: src/lang.c:2655
 #, fuzzy
 msgid   "# If ON remove ~/.article after posting.\n"
 msgstr  "# ON durumundaysa kaldýr  ~/.gönderimden sonra makale.\n"
 
-#: src/lang.c:2644
+#: src/lang.c:2661
+msgid   "Use UTF-8 graphics (thrd tree etc.)"
+msgstr  ""
+
+#: src/lang.c:2662
+msgid   "# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n"
+msgstr  ""
+
+#: src/lang.c:2667
 #, fuzzy
 msgid   "Filename for all posted articles, <CR> sets, no filename=do not save."
 msgstr  "Tüm gönderilen makaleler için dosya adý, <CR> ayarlar, dosya adý "
         "yok=kaydetmeyin."
 
-#: src/lang.c:2645
+#: src/lang.c:2668
 #, fuzzy
 msgid   "Filename for posted articles"
 msgstr  "Gönderilen makaleler için dosya adý"
 
-#: src/lang.c:2646
+#: src/lang.c:2669
 #, fuzzy
 msgid   "# Filename where to keep all postings (default posted)\n"
         "# If no filename is set then postings will not be saved\n"
 msgstr  "# Postalarýn tutunacak dosyaadý (gönderilmiþ varsayýlan)\n"
         "# Dosyaadý yoksa hiçbir posta kaydedilmeyecek\n"
 
-#: src/lang.c:2651
+#: src/lang.c:2674
 #, fuzzy
 msgid   "Keep all failed articles in ~/dead.articles. <SPACE> toggles & <CR> sets."
 msgstr  "Baþarýsýz makaleleri tut ~/ölü.makale. <Aralýk> büyük küçük harf & <CR> "
         "kümeleri."
 
-#: src/lang.c:2652
+#: src/lang.c:2675
 #, fuzzy
 msgid   "Keep failed arts in ~/dead.articles"
 msgstr  "Baþarýsýz makaleleri tut ~/ölü.makale"
 
-#: src/lang.c:2653
+#: src/lang.c:2676
 #, fuzzy
 msgid   "# If ON keep all failed postings in ~/dead.articles\n"
 msgstr  "# If ON gönderilemeyen bütün postalarý tut ~/ölü.makale\n"
 
-#: src/lang.c:2657
+#: src/lang.c:2680
 #, fuzzy
 msgid   "Do you want to strip unsubscribed groups from .newsrc"
 msgstr  "Abone olmayan gruplarý çýkart .newsrc"
 
-#: src/lang.c:2658
+#: src/lang.c:2681
 #, fuzzy
 msgid   "No unsubscribed groups in newsrc"
 msgstr  "Abone olmayan grup yok newsrc"
 
-#: src/lang.c:2659
+#: src/lang.c:2682
 #, fuzzy
 msgid   "# If ON strip unsubscribed groups from newsrc\n"
 msgstr  "# If ON abone olmamýþ gruplarý çýkart newsrc\n"
 
-#: src/lang.c:2664
+#: src/lang.c:2687
 #, fuzzy
 msgid   "Remove bogus groups from newsrc"
 msgstr  "Bogus gruplarý kaldýr newsrc"
 
-#: src/lang.c:2665
+#: src/lang.c:2688
 #, fuzzy
 msgid   "# What to do with bogus groups in newsrc file\n"
         "# Possible values are (the default is marked with *):\n"
@@ -7844,66 +7902,66 @@ msgid   "# What to do with bogus groups 
 msgstr  "# newsrc dosyasýnda olan bogus gruplara ne yapýlsýn\n"
         "# 0=(Koru) 1=(Kaldýr) 2=(Highlight with D on selection screen).\n"
 
-#: src/lang.c:2673
+#: src/lang.c:2696
 #, fuzzy
 msgid   "Enter number of seconds until active file will be reread. <CR> sets."
 msgstr  "Aktif dosya tekrar okunana kadar saniye miktarýný girin. <CR> ayarlar."
 
-#: src/lang.c:2674
+#: src/lang.c:2697
 #, fuzzy
 msgid   "Interval in secs to reread active"
 msgstr  "yeniden etkin kýlma saniye aralýðý"
 
-#: src/lang.c:2675
+#: src/lang.c:2698
 #, fuzzy
 msgid   "# Time interval in seconds between rereading the active file (0=never)\n"
 msgstr  "# Aktif dosyalar okunurken saniyeler süren zaman aralýðý (0=asla)\n"
 
-#: src/lang.c:2680
+#: src/lang.c:2703
 #, fuzzy
 msgid   "Reconnect to server automatically"
 msgstr  "Sunucuya otomatik olarak baðlan"
 
-#: src/lang.c:2681
+#: src/lang.c:2704
 #, fuzzy
 msgid   "# If ON automatically reconnect to NNTP server if the connection is broken\n"
 msgstr  "# ON konumunda ise baðlantý kesilirse NNTP sunucusuna otomatik olarak tekrar "
         "baðlan\n"
 
-#: src/lang.c:2685
+#: src/lang.c:2708
 #, fuzzy
 msgid   "Create local copies of NNTP overview files. <SPACE> toggles & <CR> sets."
 msgstr  "NNTP giriþ sayfalarýnýn yerel kopyalarýný yarat. <SPACE> deðiþtirir & <CR> "
         "ayarlar."
 
-#: src/lang.c:2686
+#: src/lang.c:2709
 #, fuzzy
 msgid   "Cache NNTP overview files locally"
 msgstr  "Að Haberleri Aktarma Protokolü önbelleði yerel olarak giriþ dosyalarý"
 
-#: src/lang.c:2687
+#: src/lang.c:2710
 #, fuzzy
 msgid   "# If ON, create local copies of NNTP overview files.\n"
 msgstr  "# On durumundaysa, NNTP giriþ dosyalarýnýn yerel kopyalarýný yarat.\n"
 
-#: src/lang.c:2691
+#: src/lang.c:2714
 #, fuzzy
 msgid   "Enter format string. <CR> sets, <ESC> cancels."
 msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
 
-#: src/lang.c:2692
+#: src/lang.c:2715
 msgid   "Format string for display of dates"
 msgstr  ""
 
-#: src/lang.c:2693
+#: src/lang.c:2716
 msgid   "# Format string for date representation\n"
 msgstr  ""
 
-#: src/lang.c:2699
+#: src/lang.c:2722
 msgid   "Unicode normalization form"
 msgstr  ""
 
-#: src/lang.c:2700
+#: src/lang.c:2723
 msgid   "# Unicode normalization form\n"
         "# Possible values are (the default is marked with *):\n"
         "#   0 = None\n"
@@ -7913,142 +7971,198 @@ msgid   "# Unicode normalization form\n"
         "#   4 = NFD\n"
 msgstr  ""
 
-#: src/lang.c:2712
+#: src/lang.c:2735
 msgid   "Render BiDi"
 msgstr  ""
 
-#: src/lang.c:2713
+#: src/lang.c:2736
 msgid   "# If ON, bi-directional text is rendered by tin\n"
 msgstr  ""
 
-#: src/lang.c:2723
+#: src/lang.c:2746
 msgid   "Automatically GroupMarkUnselArtRead"
 msgstr  ""
 
-#: src/lang.c:2729
+#: src/lang.c:2752
 #, fuzzy
 msgid   "Delete post-process files"
 msgstr  "Soniþlemci dosyalarý göster"
 
-#: src/lang.c:2734
+#: src/lang.c:2757
 #, fuzzy
 msgid   "Filename for all mailed articles, <CR> sets, no filename=do not save."
 msgstr  "Tüm gönderilen makaleler için dosya adý, <CR> ayarlar, dosya adý "
         "yok=kaydetmeyin."
 
-#: src/lang.c:2735
+#: src/lang.c:2758
 msgid   "Mailbox to save sent mails"
 msgstr  ""
 
-#: src/lang.c:2740
+#: src/lang.c:2763
 #, fuzzy
 msgid   "Set Followup-To: header to this group(s). <CR> sets, <ESC> cancels."
 msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
 
-#: src/lang.c:2741
+#: src/lang.c:2764
 msgid   "Followup-To: header"
 msgstr  ""
 
-#: src/lang.c:2746
+#: src/lang.c:2769
 #, fuzzy
 msgid   "Enter default mail address (and fullname). <CR> sets, <ESC> cancels."
 msgstr  "Varsayýlan posta adresini (ve tüm ismi) yaz, <CR> ayarlar."
 
-#: src/lang.c:2753
+#: src/lang.c:2776
 #, fuzzy
 msgid   "Path and options for ispell-like spell-checker. <CR> sets, <ESC> cancels."
 msgstr  "URL açmak için çalýþtýrýlan program, <CR> ayarlar, <ESC> iptal eder."
 
-#: src/lang.c:2754
+#: src/lang.c:2777
 msgid   "Ispell program"
 msgstr  ""
 
-#: src/lang.c:2760
+#: src/lang.c:2783
 msgid   "When group is a mailing list, send responses to this email address."
 msgstr  ""
 
-#: src/lang.c:2761
+#: src/lang.c:2784
 #, fuzzy
 msgid   "Mailing list address"
 msgstr  "Günlüðü postalýyor %s\n"
 
-#: src/lang.c:2767
+#: src/lang.c:2790
 msgid   "Forward articles as attachement"
 msgstr  ""
 
-#: src/lang.c:2772
+#: src/lang.c:2795
 msgid   "A comma separated list of MIME major/minor Content-Types. <ESC> cancels."
 msgstr  ""
 
-#: src/lang.c:2773
+#: src/lang.c:2796
 msgid   "Which MIME types will be saved"
 msgstr  ""
 
-#: src/lang.c:2778
+#: src/lang.c:2801
 #, fuzzy
 msgid   "Value of the Organization: header. <CR> sets, <ESC> cancels."
 msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
 
-#: src/lang.c:2779
+#: src/lang.c:2802
 msgid   "Organization: header"
 msgstr  ""
 
-#: src/lang.c:2784
+#: src/lang.c:2807
 #, fuzzy
 msgid   "Filename for saved articles. <CR> sets, <ESC> cancels."
 msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
 
-#: src/lang.c:2785
+#: src/lang.c:2808
 #, fuzzy
 msgid   "savefile"
 msgstr  "Dosyaadý kaydet> "
 
-#: src/lang.c:2839
+#: src/lang.c:2813 src/lang.c:2837
+#, fuzzy
+msgid   "Scope for the filter rule. <CR> sets, <ESC> cancels."
+msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
+
+#: src/lang.c:2814
+#, fuzzy
+msgid   "Quick (1 key) select filter scope"
+msgstr  "Hýzlý seçenek süzü eklensin mi?"
+
+#: src/lang.c:2819 src/lang.c:2843
+#, fuzzy
+msgid   "Header for filter rule. <CR> sets, <ESC> cancels."
+msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
+
+#: src/lang.c:2820
+msgid   "Quick (1 key) select filter header"
+msgstr  ""
+
+#: src/lang.c:2825 src/lang.c:2849
+#, fuzzy
+msgid   "ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."
+msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
+
+#: src/lang.c:2826
+#, fuzzy
+msgid   "Quick (1 key) select filter case"
+msgstr  "Hýzlý seçenek süzü eklensin mi?"
+
+#: src/lang.c:2831 src/lang.c:2855
+#, fuzzy
+msgid   "ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."
+msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
+
+#: src/lang.c:2832
+msgid   "Quick (1 key) select filter expire"
+msgstr  ""
+
+#: src/lang.c:2838
+#, fuzzy
+msgid   "Quick (1 key) kill filter scope"
+msgstr  "Öldürücü hýzlý süzü eklensin mi?"
+
+#: src/lang.c:2844
+msgid   "Quick (1 key) kill filter header"
+msgstr  ""
+
+#: src/lang.c:2850
+#, fuzzy
+msgid   "Quick (1 key) kill filter case"
+msgstr  "Öldürücü hýzlý süzü eklensin mi?"
+
+#: src/lang.c:2856
+msgid   "Quick (1 key) kill filter expire"
+msgstr  ""
+
+#: src/lang.c:2862
 msgid   "Assume this charset if no charset declaration is present, <CR> to set."
 msgstr  ""
 
-#: src/lang.c:2840
+#: src/lang.c:2863
 #, fuzzy
 msgid   "UNDECLARED_CHARSET"
 msgstr  "MM_AÐ_KARAKTERKÜMESÝ"
 
-#: src/lang.c:2846
+#: src/lang.c:2869
 #, fuzzy
 msgid   "Add this text at the start of the message body. <CR> sets, <ESC> cancels."
 msgstr  "Sýralanmýþ makaleleri imlemek için karakter girin. <CR> ayarlar, <ESC> iptal "
         "eder."
 
-#: src/lang.c:2847
+#: src/lang.c:2870
 #, fuzzy
 msgid   "X_Body"
 msgstr  "Kalýn"
 
-#: src/lang.c:2852
+#: src/lang.c:2875
 #, fuzzy
 msgid   "Insert this header when posting. <CR> sets, <ESC> cancels."
 msgstr  "Okunan makaleleri imlemek için karakter girin. <CR> yarlar, <ESC> iptal eder."
 
-#: src/lang.c:2853
+#: src/lang.c:2876
 msgid   "X_Headers"
 msgstr  ""
 
-#: src/lang.c:2858
+#: src/lang.c:2881
 #, fuzzy
 msgid   "Automatically insert an X-Comment-To: header? <SPACE> toggles & <CR> sets."
 msgstr  "ON durumdaysa, Kullanýcý-Etken baþlýðý ekleyiniz.  <SPACE> toggles & <CR> "
         "sets."
 
-#: src/lang.c:2859
+#: src/lang.c:2882
 #, fuzzy
 msgid   "Insert 'X-Comment-To:' header"
 msgstr  "'X-Comment-To:'-baþlýk ekleyiniz"
 
-#: src/misc.c:3731
+#: src/misc.c:3754
 #, fuzzy, c-format
 msgid   "Version: %s %s release %s (\"%s\") %s %s\n"
 msgstr  "Sürüm: %s %s serbest býrak %s (\"%s\") %s %s\n"
 
-#: src/misc.c:3734
+#: src/misc.c:3757
 #, fuzzy, c-format
 msgid   "Version: %s %s release %s (\"%s\")\n"
 msgstr  "Sürüm: %s %s serbest býrak %s (\"%s\")\n"
@@ -8058,33 +8172,33 @@ msgstr  "Sürüm: %s %s serbest býrak %s (
 msgid   "Unreachable?\n"
 msgstr  "Ulaþýlamaz?\n"
 
-#: src/nntplib.c:820
+#: src/nntplib.c:819
 #, fuzzy, c-format
 msgid   "\n"
         "Server timed out, trying reconnect # %d\n"
 msgstr  "\n"
         "Sunucu süresi doldu, tekrar baðlanmaya çalýþýyor # %d\n"
 
-#: src/nntplib.c:856 src/nntplib.c:1831
+#: src/nntplib.c:855 src/nntplib.c:1830
 #, fuzzy
 msgid   "Rejoin current group\n"
 msgstr  "Þu anki gruba tekrar katýl\n"
 
-#: src/nntplib.c:864 src/nntplib.c:1839
+#: src/nntplib.c:863 src/nntplib.c:1838
 #, fuzzy, c-format
 msgid   "Read (%s)\n"
 msgstr  "Oku (%s)\n"
 
-#: src/nntplib.c:866
+#: src/nntplib.c:865
 #, fuzzy, c-format
 msgid   "Resend last command (%s)\n"
 msgstr  "Son komutu tekrr yolla (%s)\n"
 
-#: src/nntplib.c:1495
+#: src/nntplib.c:1494
 msgid   "CAPABILITIES did not announce READER"
 msgstr  ""
 
-#: src/nntplib.c:1980
+#: src/nntplib.c:1979
 msgid   "MOTD: "
 msgstr  ""
 
@@ -8093,40 +8207,40 @@ msgstr  ""
 msgid   "couldn't expand %s\n"
 msgstr  "%s geniþletilemedi\n"
 
-#: src/post.c:1288
+#: src/post.c:1307
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is neither set to %s nor to %s\n"
 msgstr  ""
 
-#: src/post.c:1293
+#: src/post.c:1312
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is set to %s without enabling MIME_BREAK_LONG_LINES or\n"
         "posting doesn't contain any 8bit chars and thus folding won't happen\n"
 msgstr  ""
 
-#: src/post.c:1295
+#: src/post.c:1314
 #, c-format
 msgid   "Line %d is longer than 998 octets and should be folded, but\n"
         "encoding is not set to %s\n"
 msgstr  ""
 
-#: src/post.c:2206
+#: src/post.c:2278
 #, fuzzy, c-format
 msgid   "Posting: %.*s ..."
 msgstr  "Gönderiliyor: %.*s ..."
 
 #. Check if okay to read
-#: src/read.c:190
+#: src/read.c:197
 msgid   "Aborting read, please wait..."
 msgstr  "Okuma durduruluyor, lütfen bekleyin..."
 
-#: src/read.c:337
+#: src/read.c:344
 msgid   "Aborted read\n"
 msgstr  "Okuma durduruldu\n"
 
-#: src/read.c:393
+#: src/read.c:399
 #, fuzzy
 msgid   "Draining\n"
 msgstr  "Akaçlanma\n"
@@ -8266,9 +8380,3 @@ msgstr  "Slrnface baþarýsýz: %s."
 #~      "article\n"
 #~ msgstr       "# ON durumdaysa otomatic olarak ismini görünmeyen mektup kopyasýna "
 #~      "koy: Makaleyi gönderirken alan yarat\n"
-
-#, fuzzy
-#~ msgid        "\n"
-#~      "Warning: %s contains non 7bit chars.\n"
-#~ msgstr       "\n"
-#~      "Uyarý: \"Konu:\" sadece beyazboþluklar var.\n"
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/Makefile.in tin-2.0.0/src/Makefile.in
--- tin-1.9.6/src/Makefile.in	2010-01-01 11:08:12.000000000 +0100
+++ tin-2.0.0/src/Makefile.in	2011-05-03 15:20:34.645890152 +0200
@@ -1,9 +1,9 @@
 # Source Makefile for tin
 # - for configuration options read the ../doc/INSTALL file.
 #
-# Updated: 2010-01-01
+# Updated: 2011-05-03
 #
-# Copyright (c) 1995-2010 Thomas E. Dickey <dickey@invisible-island.net>
+# Copyright (c) 1995-2011 Thomas E. Dickey <dickey@invisible-island.net>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -329,7 +329,7 @@ $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_
 $(DESTDIR)$(INS_MANUAL_DIR)5 \
 $(DESTDIR)$(INS_BINARY_DIR) \
 $(DESTDIR)$(INS_SYSDEF_DIR) :
-	$(top_srcdir)/mkdirs.sh $@
+	mkdir -p $@
 
 install_manpage : $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) $(DESTDIR)$(INS_MANUAL_DIR)5
 	@$(ECHO) "Installing $(PROJECT) manual pages to $(DESTDIR)$(INS_MANUAL_DIR) ..."
@@ -377,10 +377,10 @@ uninstall_helpers :
 	@-$(RM) -f $(DESTDIR)$(INS_BINARY_DIR)/opt-case.pl
 	@-$(RM) -f $(DESTDIR)$(INS_BINARY_DIR)/tinews.pl
 	@-$(RM) -f $(DESTDIR)$(INS_BINARY_DIR)/url_handler.pl
-	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/w2r.$(INS_MANUAL_EXT)
-	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/opt-case.$(INS_MANUAL_EXT)
-	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/tinews.$(INS_MANUAL_EXT)
-	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/url_handler.$(INS_MANUAL_EXT)
+	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/w2r.pl.$(INS_MANUAL_EXT)
+	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/opt-case.pl.$(INS_MANUAL_EXT)
+	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/tinews.pl.$(INS_MANUAL_EXT)
+	@-$(RM) -f $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/url_handler.pl.$(INS_MANUAL_EXT)
 
 install : $(DESTDIR)$(INS_BINARY_DIR)
 	@$(MAKE) all
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/active.c tin-2.0.0/src/active.c
--- tin-1.9.6/src/active.c	2010-11-05 18:32:55.000000000 +0100
+++ tin-2.0.0/src/active.c	2011-04-30 23:32:42.656073695 +0200
@@ -3,10 +3,10 @@
  *  Module    : active.c
  *  Author    : I. Lea
  *  Created   : 1992-02-16
- *  Updated   : 2010-03-15
+ *  Updated   : 2011-04-24
  *  Notes     :
  *
- * Copyright (c) 1992-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1992-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -807,7 +807,7 @@ read_news_active_file(
 					for (i = 0; i < r && !did_reconnect; i++) {
 						if ((j = get_only_respcode(buff, sizeof(buff))) != OK_GROUPS) {
 							/* TODO: add 483 (RFC 3977) code */
-							if (j == ERR_NOAUTH || r == NEED_AUTHINFO)
+							if (j == ERR_NOAUTH || j == NEED_AUTHINFO)
 								need_auth = TRUE;
 #if 0 /* do we need something like this? */
 							if (j == ERR_CMDSYN)
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/art.c tin-2.0.0/src/art.c
--- tin-1.9.6/src/art.c	2010-10-09 13:56:14.000000000 +0200
+++ tin-2.0.0/src/art.c	2011-08-07 02:04:26.659237895 +0200
@@ -3,10 +3,10 @@
  *  Module    : art.c
  *  Author    : I.Lea & R.Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-05-18
+ *  Updated   : 2011-01-29
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -777,9 +777,13 @@ thread_by_subject(
 		j = h->aptr;
 
 		if (j != -1 && j < i) {
-			if (arts[i].prev == ART_NORMAL &&
-					((arts[i].subject == arts[j].subject) /* ||
-					 (arts[i].archive && arts[j].archive && (arts[i].archive->name == arts[j].archive->name)) */ )) {
+#if 1
+			if (arts[i].prev == ART_NORMAL && (arts[i].subject == arts[j].subject))
+#else
+			/* see also refs.c:collate_subjects() */
+			if (arts[i].prev == ART_NORMAL && ((arts[i].subject == arts[j].subject) || (arts[i].archive && arts[j].archive && (arts[i].archive->name == arts[j].archive->name))))
+#endif /* 1 */
+			{
 				arts[j].thread = i;
 				arts[i].prev = j;
 			}
@@ -1318,7 +1322,7 @@ parse_headers(
 				 * Archive-name: {name}/{part|patch}{number}
 				 * eg, acorn/faq/part01
 				 */
-				if ((hdr = parse_header(ptr + 1, "rchive-name", FALSE, FALSE))) {
+				if ((hdr = parse_header(ptr + 1, "rchive-name", FALSE, FALSE, FALSE))) {
 					char *s;
 
 					if ((s = strrchr(hdr, '/')) != NULL) {
@@ -1344,18 +1348,18 @@ parse_headers(
 
 			case 'D':	/* Date:  mandatory */
 				if (!h->date) {
-					if ((hdr = parse_header(ptr + 1, "ate", FALSE, FALSE)))
+					if ((hdr = parse_header(ptr + 1, "ate", FALSE, FALSE, FALSE)))
 						h->date = parsedate(hdr, (struct _TIMEINFO *) 0);
 				}
 				break;
 
 			case 'F':	/* From:  mandatory */
 				if (!got_from) {
-					if ((hdr = parse_header(ptr + 1, "rom", FALSE, FALSE))) {
+					if ((hdr = parse_header(ptr + 1, "rom", FALSE, FALSE, FALSE))) {
 						h->gnksa_code = parse_from(hdr, art_from_addr, art_full_name);
 						h->from = hash_str(buffer_to_ascii(art_from_addr));
 						if (*art_full_name)
-							h->name = hash_str(eat_tab(convert_to_printable(rfc1522_decode(art_full_name))));
+							h->name = hash_str(eat_tab(convert_to_printable(rfc1522_decode(art_full_name), FALSE)));
 						got_from = TRUE;
 					}
 				}
@@ -1363,7 +1367,7 @@ parse_headers(
 
 			case 'L':	/* Lines:  optional */
 				if (!got_lines) {
-					if ((hdr = parse_header(ptr + 1, "ines", FALSE, FALSE))) {
+					if ((hdr = parse_header(ptr + 1, "ines", FALSE, FALSE, FALSE))) {
 						h->line_count = atoi(hdr);
 						got_lines = TRUE;
 					}
@@ -1372,20 +1376,20 @@ parse_headers(
 
 			case 'M':	/* Message-ID:  mandatory */
 				if (!h->msgid) {
-					if ((hdr = parse_header(ptr + 1, "essage-ID", FALSE, FALSE)))
+					if ((hdr = parse_header(ptr + 1, "essage-ID", FALSE, FALSE, FALSE)))
 						h->msgid = my_strdup(hdr);
 				}
 				break;
 
 			case 'R':	/* References:  optional */
 				if (!h->refs) {
-					if ((hdr = parse_header(ptr + 1, "eferences", FALSE, FALSE)))
+					if ((hdr = parse_header(ptr + 1, "eferences", FALSE, FALSE, FALSE)))
 						h->refs = my_strdup(hdr);
 				}
 
 				/* Received:  If found it's probably a mail article */
 				if (!got_received) {
-					if (parse_header(ptr + 1, "eceived", FALSE, FALSE)) {
+					if (parse_header(ptr + 1, "eceived", FALSE, FALSE, FALSE)) {
 						max_lineno <<= 1;		/* double the max number of line to read for mails */
 						got_received = TRUE;
 					}
@@ -1394,14 +1398,14 @@ parse_headers(
 
 			case 'S':	/* Subject:  mandatory */
 				if (!h->subject) {
-					if ((hdr = parse_header(ptr + 1, "ubject", FALSE, FALSE)))
-						h->subject = hash_str(eat_re(eat_tab(convert_to_printable(rfc1522_decode(hdr))), FALSE));
+					if ((hdr = parse_header(ptr + 1, "ubject", FALSE, FALSE, FALSE)))
+						h->subject = hash_str(eat_re(eat_tab(convert_to_printable(rfc1522_decode(hdr), FALSE)), FALSE));
 				}
 				break;
 
 			case 'X':	/* Xref:  optional */
 				if (!h->xref) {
-					if ((hdr = parse_header(ptr + 1, "ref", FALSE, FALSE)))
+					if ((hdr = parse_header(ptr + 1, "ref", FALSE, FALSE, FALSE)))
 						h->xref = my_strdup(hdr);
 				}
 				break;
@@ -1614,7 +1618,7 @@ read_overview(
 				if (ofmt[count].type == OVER_T_STRING) {
 					if (!strcasecmp(ofmt[count].name, "Subject:")) {
 						if (*ptr)
-							art->subject = hash_str(eat_re(eat_tab(convert_to_printable(rfc1522_decode(ptr))), FALSE));
+							art->subject = hash_str(eat_re(eat_tab(convert_to_printable(rfc1522_decode(ptr), FALSE)), FALSE));
 						else {
 							art->subject = hash_str("");
 #ifdef DEBUG
@@ -1630,7 +1634,7 @@ read_overview(
 							art->gnksa_code = parse_from(ptr, art_from_addr, art_full_name);
 							art->from = hash_str(buffer_to_ascii(art_from_addr));
 							if (*art_full_name)
-								art->name = hash_str(eat_tab(convert_to_printable(rfc1522_decode(art_full_name))));
+								art->name = hash_str(eat_tab(convert_to_printable(rfc1522_decode(art_full_name), FALSE)));
 						} else {
 							art->from = hash_str("");
 #ifdef DEBUG
@@ -1702,10 +1706,10 @@ read_overview(
 					}
 				}
 			} else { /* first 7 fields are in RFC 3977 order */
-				switch(count) {
+				switch (count) {
 					case 1: /* Subject: */
 						if (*ptr)
-							art->subject = hash_str(eat_re(eat_tab(convert_to_printable(rfc1522_decode(ptr))), FALSE));
+							art->subject = hash_str(eat_re(eat_tab(convert_to_printable(rfc1522_decode(ptr), FALSE)), FALSE));
 						else {
 							art->subject = hash_str("");
 #ifdef DEBUG
@@ -1720,7 +1724,7 @@ read_overview(
 							art->gnksa_code = parse_from(ptr, art_from_addr, art_full_name);
 							art->from = hash_str(buffer_to_ascii(art_from_addr));
 							if (*art_full_name)
-								art->name = hash_str(eat_tab(convert_to_printable(rfc1522_decode(art_full_name))));
+								art->name = hash_str(eat_tab(convert_to_printable(rfc1522_decode(art_full_name), FALSE)));
 						} else {
 							art->from = hash_str("");
 #ifdef DEBUG
@@ -1790,7 +1794,7 @@ read_overview(
 			if (ofmt[count].type == OVER_T_FSTRING) {
 				if (*ptr) {
 					if (!strcasecmp(ofmt[count].name, "Xref:")) {
-						if ((q = parse_header(ptr, "Xref", FALSE, FALSE)) != NULL) {
+						if ((q = parse_header(ptr, "Xref", FALSE, FALSE, FALSE)) != NULL) {
 							FreeIfNeeded(art->xref); /* if field is listed more than once in overview.fmt */
 							art->xref = my_strdup(q);
 						}
@@ -2609,7 +2613,7 @@ valid_artnum(
 			return cur;
 
 		prev = cur;
-		cur += (arts[cur].artnum < art) ? range : -range;
+		cur += ((arts[cur].artnum < art) ? range : -range);
 		if (prev == cur)
 			break;
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/attrib.c tin-2.0.0/src/attrib.c
--- tin-1.9.6/src/attrib.c	2010-10-01 22:53:47.000000000 +0200
+++ tin-2.0.0/src/attrib.c	2011-05-10 15:45:52.080796362 +0200
@@ -3,10 +3,10 @@
  *  Module    : attrib.c
  *  Author    : I. Lea
  *  Created   : 1993-12-01
- *  Updated   : 2010-08-27
+ *  Updated   : 2011-05-08
  *  Notes     : Group attribute routines
  *
- * Copyright (c) 1993-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1993-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -55,12 +55,12 @@ int attrib_file_offset;
 /*
  * Local prototypes
  */
-static void set_attrib(int type, const char *scope, const char *data);
+static void set_attrib(int type, const char *scope, void *data);
 static void set_default_attributes(struct t_attribute *attributes, struct t_attribute *scope, t_bool global);
 static void set_default_state(struct t_attribute_state *state);
 #ifdef DEBUG
 	static void dump_attributes(void);
-	static void dump_scopes(void);
+	static void dump_scopes(const char *fname);
 #	if 0 /* unused */
 		static void debug_print_filter_attributes(void);
 #	endif /* 0 */
@@ -245,13 +245,13 @@ set_default_state(
 #define MATCH_BOOLEAN(pattern, type) \
 	if (match_boolean(line, pattern, &flag)) { \
 		num = (flag != FALSE); \
-		set_attrib(type, scope, (const char *) &num); \
+		set_attrib(type, scope, &num); \
 		found = TRUE; \
 		break; \
 	}
 #define MATCH_INTEGER(pattern, type, maxval) \
 	if (match_integer(line, pattern, &num, maxval)) { \
-		set_attrib(type, scope, (const char *) &num); \
+		set_attrib(type, scope, &num); \
 		found = TRUE; \
 		break; \
 	}
@@ -263,7 +263,7 @@ set_default_state(
 	}
 #define MATCH_LIST(pattern, type, table, tablelen) \
 	if (match_list(line, pattern, table, tablelen, &num)) { \
-		set_attrib(type, scope, (const char *) &num); \
+		set_attrib(type, scope, &num); \
 		found = TRUE; \
 		break; \
 	}
@@ -497,7 +497,7 @@ read_attributes_file(
 								auto_cc_bcc = (auto_bcc ? AUTO_CC_BCC : AUTO_CC);
 							else
 								auto_cc_bcc = (auto_bcc ? AUTO_BCC : 0);
-							set_attrib(OPT_ATTRIB_AUTO_CC_BCC, scope, (const char *) &auto_cc_bcc);
+							set_attrib(OPT_ATTRIB_AUTO_CC_BCC, scope, &auto_cc_bcc);
 							found = TRUE;
 							break;
 						}
@@ -506,7 +506,7 @@ read_attributes_file(
 								auto_cc_bcc = (auto_cc ? AUTO_CC_BCC : AUTO_BCC);
 							else
 								auto_cc_bcc = (auto_cc ? AUTO_CC : 0);
-							set_attrib(OPT_ATTRIB_AUTO_CC_BCC, scope, (const char *) &auto_cc_bcc);
+							set_attrib(OPT_ATTRIB_AUTO_CC_BCC, scope, &auto_cc_bcc);
 							found = TRUE;
 							break;
 						}
@@ -546,20 +546,22 @@ read_attributes_file(
 		/* no local attributes file, add some useful defaults and write file */
 
 		add_scope("*");
-		set_attrib(OPT_ATTRIB_X_HEADERS, "*", "~/.tin/headers");
+		snprintf(buf, sizeof(buf), "%s", "~/.tin/headers");
+		set_attrib(OPT_ATTRIB_X_HEADERS, "*", buf);
 
 		add_scope("*sources*");
 		num = POST_PROC_SHAR;
-		set_attrib(OPT_ATTRIB_POST_PROCESS_TYPE, "*sources*", (char *) &num);
+		set_attrib(OPT_ATTRIB_POST_PROCESS_TYPE, "*sources*", &num);
 
 		add_scope("*binaries*");
 		num = POST_PROC_YES;
-		set_attrib(OPT_ATTRIB_POST_PROCESS_TYPE, "*binaries*", (char *) &num);
+		set_attrib(OPT_ATTRIB_POST_PROCESS_TYPE, "*binaries*", &num);
 		num = FALSE;
-		set_attrib(OPT_ATTRIB_TEX2ISO_CONV, "*binaries*", (char *) &num);
+		set_attrib(OPT_ATTRIB_TEX2ISO_CONV, "*binaries*", &num);
 		num = TRUE;
-		set_attrib(OPT_ATTRIB_DELETE_TMP_FILES, "*binaries*", (char *) &num);
-		set_attrib(OPT_ATTRIB_FOLLOWUP_TO, "*binaries*", "poster");
+		set_attrib(OPT_ATTRIB_DELETE_TMP_FILES, "*binaries*", &num);
+		snprintf(buf, sizeof(buf), "%s", "poster");
+		set_attrib(OPT_ATTRIB_FOLLOWUP_TO, "*binaries*", buf);
 
 		write_attributes_file(file);
 	}
@@ -567,18 +569,18 @@ read_attributes_file(
 		startup = FALSE;
 #ifdef DEBUG
 	if (!global_file)
-		dump_scopes();
+		dump_scopes("SCOPES-R");
 #endif /* DEBUG */
 }
 
 
 #define SET_STRING(string) \
 	FreeIfNeeded(curr_scope->attribute->string); \
-	curr_scope->attribute->string = my_strdup(data); \
+	curr_scope->attribute->string = my_strdup((char *) data); \
 	curr_scope->state->string = TRUE; \
 	break
 #define SET_INTEGER(integer) \
-	curr_scope->attribute->integer = *((const int *) data); \
+	curr_scope->attribute->integer = *((int *) data); \
 	curr_scope->state->integer = TRUE; \
 	break
 
@@ -587,13 +589,13 @@ static void
 set_attrib(
 	int type,
 	const char *scope,
-	const char *data)
+	void *data)
 {
 	struct t_scope *curr_scope;
 
 	if (scope == NULL || *scope == '\0') {	/* No active scope set yet */
 		/* TODO: include full line in error-message */
-		error_message(2, _("attribute with no scope: %s"), data); /* TODO: -> lang.c */
+		error_message(2, _("attribute with no scope: %s"), (char *) data); /* TODO: -> lang.c */
 		return;
 	}
 
@@ -677,14 +679,14 @@ set_attrib(
 
 			case OPT_ATTRIB_NEWS_HEADERS_TO_DISPLAY:
 				FreeIfNeeded(curr_scope->attribute->news_headers_to_display);
-				curr_scope->attribute->news_headers_to_display = my_strdup(data);
+				curr_scope->attribute->news_headers_to_display = my_strdup((char *) data);
 				build_news_headers_array(curr_scope->attribute, TRUE);
 				curr_scope->state->news_headers_to_display = TRUE;
 				break;
 
 			case OPT_ATTRIB_NEWS_HEADERS_TO_NOT_DISPLAY:
 				FreeIfNeeded(curr_scope->attribute->news_headers_to_not_display);
-				curr_scope->attribute->news_headers_to_not_display = my_strdup(data);
+				curr_scope->attribute->news_headers_to_not_display = my_strdup((char *) data);
 				build_news_headers_array(curr_scope->attribute, FALSE);
 				curr_scope->state->news_headers_to_not_display = TRUE;
 				break;
@@ -890,11 +892,15 @@ assign_attributes_to_groups(
 		for (j = 1; j < num_scope; j++) {
 			curr_scope = &scopes[j];
 			if (match_group_list(group->name, curr_scope->scope)) {
-				if (group->attribute == NULL || group->attribute == default_scope->attribute)
+				if (group->attribute == NULL || group->attribute == default_scope->attribute) {
 					group->attribute = my_malloc(sizeof(struct t_attribute));
-				if (!found)
 					set_default_attributes(group->attribute, default_scope->attribute, FALSE);
-				found = TRUE;
+					found = TRUE;
+				}
+				if (!found) {
+					set_default_attributes(group->attribute, default_scope->attribute, FALSE);
+					found = TRUE;
+				}
 				SET_ATTRIB(maildir);
 				SET_ATTRIB(savedir);
 				SET_ATTRIB(savefile);
@@ -1084,6 +1090,10 @@ write_attributes_file(
 
 	wait_message(0, _(txt_writing_attributes_file));
 
+#ifdef DEBUG
+	dump_scopes("SCOPES-W");
+#endif /* DEBUG */
+
 	/*
 	 * TODO: sort in a useful order
 	 *       move strings to lang.c
@@ -1261,7 +1271,7 @@ write_attributes_file(
 	fpos = ftell(fp);
 	rewind(fp);
 	attrib_file_offset = 1;
-	while((i = fgetc(fp)) != EOF) {
+	while ((i = fgetc(fp)) != EOF) {
 		if (i == '\n')
 			attrib_file_offset++;
 	}
@@ -1292,17 +1302,17 @@ write_attributes_file(
 					fprintf(fp, "auto_save=%s\n", print_boolean(scope->attribute->auto_save));
 				if (scope->state->batch_save)
 					fprintf(fp, "batch_save=%s\n", print_boolean(scope->attribute->batch_save));
-				if (scope->attribute->date_format)
+				if (scope->state->date_format && scope->attribute->date_format)
 					fprintf(fp, "date_format=%s\n", scope->attribute->date_format);
 				if (scope->state->delete_tmp_files)
 					fprintf(fp, "delete_tmp_files=%s\n", print_boolean(scope->attribute->delete_tmp_files));
-				if (scope->state->editor_format)
+				if (scope->state->editor_format && scope->attribute->editor_format)
 					fprintf(fp, "editor_format=%s\n", scope->attribute->editor_format);
-				if (scope->state->fcc)
+				if (scope->state->fcc && scope->attribute->fcc)
 					fprintf(fp, "fcc=%s\n", scope->attribute->fcc);
-				if (scope->state->followup_to)
+				if (scope->state->followup_to && scope->attribute->followup_to)
 					fprintf(fp, "followup_to=%s\n", scope->attribute->followup_to);
-				if (scope->state->from)
+				if (scope->state->from && scope->attribute->from)
 					fprintf(fp, "from=%s\n", scope->attribute->from);
 				if (scope->state->group_catchup_on_exit)
 					fprintf(fp, "group_catchup_on_exit=%s\n", print_boolean(scope->attribute->group_catchup_on_exit));
@@ -1311,12 +1321,12 @@ write_attributes_file(
 				if (scope->state->mail_mime_encoding)
 					fprintf(fp, "mail_mime_encoding=%s\n", txt_mime_encodings[scope->attribute->mail_mime_encoding]);
 #ifdef HAVE_ISPELL
-				if (scope->state->ispell)
+				if (scope->state->ispell && scope->attribute->ispell)
 					fprintf(fp, "ispell=%s\n", scope->attribute->ispell);
 #endif /* HAVE_ISPELL */
-				if (scope->state->maildir)
+				if (scope->state->maildir && scope->attribute->maildir)
 					fprintf(fp, "maildir=%s\n", scope->attribute->maildir);
-				if (scope->state->mailing_list)
+				if (scope->state->mailing_list && scope->attribute->mailing_list)
 					fprintf(fp, "mailing_list=%s\n", scope->attribute->mailing_list);
 				if (scope->state->mark_ignore_tags)
 					fprintf(fp, "mark_ignore_tags=%s\n", print_boolean(scope->attribute->mark_ignore_tags));
@@ -1324,21 +1334,21 @@ write_attributes_file(
 					fprintf(fp, "mark_saved_read=%s\n", print_boolean(scope->attribute->mark_saved_read));
 				if (scope->state->mime_forward)
 					fprintf(fp, "mime_forward=%s\n", print_boolean(scope->attribute->mime_forward));
-				if (scope->state->mime_types_to_save)
+				if (scope->state->mime_types_to_save && scope->attribute->mime_types_to_save)
 					fprintf(fp, "mime_types_to_save=%s\n", scope->attribute->mime_types_to_save);
 #ifdef CHARSET_CONVERSION
 				if (scope->state->mm_network_charset)
 					fprintf(fp, "mm_network_charset=%s\n", txt_mime_charsets[scope->attribute->mm_network_charset]);
-				if (scope->state->undeclared_charset)
+				if (scope->state->undeclared_charset && scope->attribute->undeclared_charset)
 					fprintf(fp, "undeclared_charset=%s\n", scope->attribute->undeclared_charset);
 #endif /* CHARSET_CONVERSION */
-				if (scope->state->news_headers_to_display)
+				if (scope->state->news_headers_to_display && scope->attribute->news_headers_to_display)
 					fprintf(fp, "news_headers_to_display=%s\n", scope->attribute->news_headers_to_display);
-				if (scope->state->news_headers_to_not_display)
+				if (scope->state->news_headers_to_not_display && scope->attribute->news_headers_to_not_display)
 					fprintf(fp, "news_headers_to_not_display=%s\n", scope->attribute->news_headers_to_not_display);
-				if (scope->state->news_quote_format)
+				if (scope->state->news_quote_format && scope->attribute->news_quote_format)
 					fprintf(fp, "news_quote_format=%s\n", scope->attribute->news_quote_format);
-				if (scope->state->organization)
+				if (scope->state->organization && scope->attribute->organization)
 					fprintf(fp, "organization=%s\n", scope->attribute->organization);
 				if (scope->state->pos_first_unread)
 					fprintf(fp, "pos_first_unread=%s\n", print_boolean(scope->attribute->pos_first_unread));
@@ -1358,7 +1368,7 @@ write_attributes_file(
 					fprintf(fp, "process_only_unread=%s\n", print_boolean(scope->attribute->process_only_unread));
 				if (scope->state->prompt_followupto)
 					fprintf(fp, "prompt_followupto=%s\n", print_boolean(scope->attribute->prompt_followupto));
-				if (scope->state->quick_kill_scope)
+				if (scope->state->quick_kill_scope && scope->attribute->quick_kill_scope)
 					fprintf(fp, "quick_kill_scope=%s\n", scope->attribute->quick_kill_scope);
 				if (scope->state->quick_kill_case)
 					fprintf(fp, "quick_kill_case=%s\n", print_boolean(scope->attribute->quick_kill_case));
@@ -1366,7 +1376,7 @@ write_attributes_file(
 					fprintf(fp, "quick_kill_expire=%s\n", print_boolean(scope->attribute->quick_kill_expire));
 				if (scope->state->quick_kill_header)
 					fprintf(fp, "quick_kill_header=%u\n", scope->attribute->quick_kill_header);
-				if (scope->state->quick_select_scope)
+				if (scope->state->quick_select_scope && scope->attribute->quick_select_scope)
 					fprintf(fp, "quick_select_scope=%s\n", scope->attribute->quick_select_scope);
 				if (scope->state->quick_select_case)
 					fprintf(fp, "quick_select_case=%s\n", print_boolean(scope->attribute->quick_select_case));
@@ -1374,11 +1384,11 @@ write_attributes_file(
 					fprintf(fp, "quick_select_expire=%s\n", print_boolean(scope->attribute->quick_select_expire));
 				if (scope->state->quick_select_header)
 					fprintf(fp, "quick_select_header=%u\n", scope->attribute->quick_select_header);
-				if (scope->state->quote_chars)
+				if (scope->state->quote_chars && scope->attribute->quote_chars)
 					fprintf(fp, "quote_chars=%s\n", quote_space_to_dash(scope->attribute->quote_chars));
-				if (scope->state->savedir)
+				if (scope->state->savedir && scope->attribute->savedir)
 					fprintf(fp, "savedir=%s\n", scope->attribute->savedir);
-				if (scope->state->savefile)
+				if (scope->state->savefile && scope->attribute->savefile)
 					fprintf(fp, "savefile=%s\n", scope->attribute->savefile);
 				if (scope->state->show_author)
 					fprintf(fp, "show_author=%u\n", scope->attribute->show_author);
@@ -1390,7 +1400,7 @@ write_attributes_file(
 					fprintf(fp, "show_signatures=%s\n", print_boolean(scope->attribute->show_signatures));
 				if (scope->state->sigdashes)
 					fprintf(fp, "sigdashes=%s\n", print_boolean(scope->attribute->sigdashes));
-				if (scope->state->sigfile)
+				if (scope->state->sigfile && scope->attribute->sigfile)
 					fprintf(fp, "sigfile=%s\n", scope->attribute->sigfile);
 				if (scope->state->signature_repost)
 					fprintf(fp, "signature_repost=%s\n", print_boolean(scope->attribute->signature_repost));
@@ -1414,9 +1424,9 @@ write_attributes_file(
 					fprintf(fp, "verbatim_handling=%s\n", print_boolean(scope->attribute->verbatim_handling));
 				if (scope->state->wrap_on_next_unread)
 					fprintf(fp, "wrap_on_next_unread=%s\n", print_boolean(scope->attribute->wrap_on_next_unread));
-				if (scope->state->x_headers)
+				if (scope->state->x_headers && scope->attribute->x_headers)
 					fprintf(fp, "x_headers=%s\n", scope->attribute->x_headers);
-				if (scope->state->x_body)
+				if (scope->state->x_body && scope->attribute->x_body)
 					fprintf(fp, "x_body=%s\n", scope->attribute->x_body);
 				if (scope->state->x_comment_to)
 					fprintf(fp, "x_comment_to=%s\n", print_boolean(scope->attribute->x_comment_to));
@@ -1470,7 +1480,7 @@ debug_print_filter_attributes(
 		my_printf("END ***\n");
 	}
 }
-#	endif /*0 */
+#	endif /* 0 */
 
 
 static void
@@ -1579,9 +1589,13 @@ dump_attributes(
 }
 
 
+#define DEBUG_PRINT_STATE(attrib) (scope->state->attrib ? "+ " : "  ")
+#define DEBUG_PRINT_STRING(attrib) (scope->attribute->attrib ? scope->attribute->attrib : "NULL")
+
+
 static void
 dump_scopes(
-	void)
+	const char *fname)
 {
 	if (!scopes)
 		return;
@@ -1592,96 +1606,96 @@ dump_scopes(
 
 		for (i = 0; i < num_scope; i++) {
 			scope = &scopes[i];
-			debug_print_file("SCOPES", "scopes[%d]", i);
-			debug_print_file("SCOPES", "scope=%s", BlankIfNull(scope->scope));
-			debug_print_file("SCOPES", "\tglobal=%d", scope->global);
-			debug_print_file("SCOPES", "\tmaildir=%s", BlankIfNull(scope->attribute->maildir));
-			debug_print_file("SCOPES", "\tsavedir=%s", BlankIfNull(scope->attribute->savedir));
-			debug_print_file("SCOPES", "\tsavefile=%s", BlankIfNull(scope->attribute->savefile));
-			debug_print_file("SCOPES", "\tsigfile=%s", BlankIfNull(scope->attribute->sigfile));
-			debug_print_file("SCOPES", "\torganization=%s", BlankIfNull(scope->attribute->organization));
-			debug_print_file("SCOPES", "\tfollowup_to=%s", BlankIfNull(scope->attribute->followup_to));
-			debug_print_file("SCOPES", "\tmailing_list=%s", BlankIfNull(scope->attribute->mailing_list));
-			debug_print_file("SCOPES", "\tx_headers=%s", BlankIfNull(scope->attribute->x_headers));
-			debug_print_file("SCOPES", "\tx_body=%s", BlankIfNull(scope->attribute->x_body));
-			debug_print_file("SCOPES", "\tfrom=%s", BlankIfNull(scope->attribute->from));
-			debug_print_file("SCOPES", "\tnews_quote_format=%s", BlankIfNull(scope->attribute->news_quote_format));
-			debug_print_file("SCOPES", "\tquote_chars=%s", quote_space_to_dash(BlankIfNull(scope->attribute->quote_chars)));
-			debug_print_file("SCOPES", "\tmime_types_to_save=%s", BlankIfNull(scope->attribute->mime_types_to_save));
+			debug_print_file(fname, "scopes[%d]", i);
+			debug_print_file(fname, "scope=%s", scope->scope ? scope->scope : "NULL");
+			debug_print_file(fname, "\t  global=%d", scope->global);
+			debug_print_file(fname, "\t%smaildir=%s", DEBUG_PRINT_STATE(maildir), DEBUG_PRINT_STRING(maildir));
+			debug_print_file(fname, "\t%ssavedir=%s", DEBUG_PRINT_STATE(savedir), DEBUG_PRINT_STRING(savedir));
+			debug_print_file(fname, "\t%ssavefile=%s", DEBUG_PRINT_STATE(savefile), DEBUG_PRINT_STRING(savefile));
+			debug_print_file(fname, "\t%ssigfile=%s", DEBUG_PRINT_STATE(sigfile), DEBUG_PRINT_STRING(sigfile));
+			debug_print_file(fname, "\t%sorganization=%s", DEBUG_PRINT_STATE(organization), DEBUG_PRINT_STRING(organization));
+			debug_print_file(fname, "\t%sfollowup_to=%s", DEBUG_PRINT_STATE(followup_to), DEBUG_PRINT_STRING(followup_to));
+			debug_print_file(fname, "\t%smailing_list=%s", DEBUG_PRINT_STATE(mailing_list), DEBUG_PRINT_STRING(mailing_list));
+			debug_print_file(fname, "\t%sx_headers=%s", DEBUG_PRINT_STATE(x_headers), DEBUG_PRINT_STRING(x_headers));
+			debug_print_file(fname, "\t%sx_body=%s", DEBUG_PRINT_STATE(x_body), DEBUG_PRINT_STRING(x_body));
+			debug_print_file(fname, "\t%sfrom=%s", DEBUG_PRINT_STATE(from), DEBUG_PRINT_STRING(from));
+			debug_print_file(fname, "\t%snews_quote_format=%s", DEBUG_PRINT_STATE(news_quote_format), DEBUG_PRINT_STRING(news_quote_format));
+			debug_print_file(fname, "\t%squote_chars=%s", DEBUG_PRINT_STATE(quote_chars), quote_space_to_dash(DEBUG_PRINT_STRING(quote_chars)));
+			debug_print_file(fname, "\t%smime_types_to_save=%s", DEBUG_PRINT_STATE(mime_types_to_save), DEBUG_PRINT_STRING(mime_types_to_save));
 #	ifdef HAVE_ISPELL
-			debug_print_file("SCOPES", "\tispell=%s", BlankIfNull(scope->attribute->ispell));
+			debug_print_file(fname, "\t%sispell=%s", DEBUG_PRINT_STATE(ispell), DEBUG_PRINT_STRING(ispell));
 #	endif /* HAVE_ISPELL */
-			debug_print_file("SCOPES", "\tshow_only_unread_arts=%s", print_boolean(scope->attribute->show_only_unread_arts));
-			debug_print_file("SCOPES", "\tthread_articles=%d", scope->attribute->thread_articles);
-			debug_print_file("SCOPES", "\tthread_perc=%d", scope->attribute->thread_perc);
-			debug_print_file("SCOPES", "\tadd_posted_to_filter=%s", print_boolean(scope->attribute->add_posted_to_filter));
-			debug_print_file("SCOPES", "\tadvertising=%s", print_boolean(scope->attribute->advertising));
-			debug_print_file("SCOPES", "\talternative_handling=%s", print_boolean(scope->attribute->alternative_handling));
-			debug_print_file("SCOPES", "\task_for_metamail=%s", print_boolean(scope->attribute->ask_for_metamail));
-			debug_print_file("SCOPES", "\tauto_cc_bcc=%d", scope->attribute->auto_cc_bcc);
-			debug_print_file("SCOPES", "\tauto_list_thread=%s", print_boolean(scope->attribute->auto_list_thread));
-			debug_print_file("SCOPES", "\tauto_select=%s", print_boolean(scope->attribute->auto_select));
-			debug_print_file("SCOPES", "\tauto_save=%s", print_boolean(scope->attribute->auto_save));
-			debug_print_file("SCOPES", "\tbatch_save=%s", print_boolean(scope->attribute->batch_save));
-			debug_print_file("SCOPES", "\tdate_format=%s", BlankIfNull(scope->attribute->date_format));
-			debug_print_file("SCOPES", "\tdelete_tmp_files=%s", print_boolean(scope->attribute->delete_tmp_files));
-			debug_print_file("SCOPES", "\teditor_format=%s", BlankIfNull(scope->attribute->editor_format));
-			debug_print_file("SCOPES", "\tgroup_catchup_on_exit=%s", print_boolean(scope->attribute->group_catchup_on_exit));
-			debug_print_file("SCOPES", "\tmail_8bit_header=%s", print_boolean(scope->attribute->mail_8bit_header));
-			debug_print_file("SCOPES", "\tmail_mime_encoding=%s", txt_mime_encodings[scope->attribute->mail_mime_encoding]);
-			debug_print_file("SCOPES", "\tmark_ignore_tags=%s", print_boolean(scope->attribute->mark_ignore_tags));
-			debug_print_file("SCOPES", "\tmark_saved_read=%s", print_boolean(scope->attribute->mark_saved_read));
-			debug_print_file("SCOPES", "\tnews_headers_to_display=%s", BlankIfNull(scope->attribute->news_headers_to_display));
+			debug_print_file(fname, "\t%sshow_only_unread_arts=%s", DEBUG_PRINT_STATE(show_only_unread_arts), print_boolean(scope->attribute->show_only_unread_arts));
+			debug_print_file(fname, "\t%sthread_articles=%d", DEBUG_PRINT_STATE(thread_articles), scope->attribute->thread_articles);
+			debug_print_file(fname, "\t%sthread_perc=%d", DEBUG_PRINT_STATE(thread_perc), scope->attribute->thread_perc);
+			debug_print_file(fname, "\t%sadd_posted_to_filter=%s", DEBUG_PRINT_STATE(add_posted_to_filter), print_boolean(scope->attribute->add_posted_to_filter));
+			debug_print_file(fname, "\t%sadvertising=%s", DEBUG_PRINT_STATE(advertising), print_boolean(scope->attribute->advertising));
+			debug_print_file(fname, "\t%salternative_handling=%s", DEBUG_PRINT_STATE(alternative_handling), print_boolean(scope->attribute->alternative_handling));
+			debug_print_file(fname, "\t%sask_for_metamail=%s", DEBUG_PRINT_STATE(ask_for_metamail), print_boolean(scope->attribute->ask_for_metamail));
+			debug_print_file(fname, "\t%sauto_cc_bcc=%d", DEBUG_PRINT_STATE(auto_cc_bcc), scope->attribute->auto_cc_bcc);
+			debug_print_file(fname, "\t%sauto_list_thread=%s", DEBUG_PRINT_STATE(auto_list_thread), print_boolean(scope->attribute->auto_list_thread));
+			debug_print_file(fname, "\t%sauto_select=%s", DEBUG_PRINT_STATE(auto_select), print_boolean(scope->attribute->auto_select));
+			debug_print_file(fname, "\t%sauto_save=%s", DEBUG_PRINT_STATE(auto_save), print_boolean(scope->attribute->auto_save));
+			debug_print_file(fname, "\t%sbatch_save=%s", DEBUG_PRINT_STATE(batch_save), print_boolean(scope->attribute->batch_save));
+			debug_print_file(fname, "\t%sdate_format=%s", DEBUG_PRINT_STATE(date_format), DEBUG_PRINT_STRING(date_format));
+			debug_print_file(fname, "\t%sdelete_tmp_files=%s", DEBUG_PRINT_STATE(delete_tmp_files), print_boolean(scope->attribute->delete_tmp_files));
+			debug_print_file(fname, "\t%seditor_format=%s", DEBUG_PRINT_STATE(editor_format), DEBUG_PRINT_STRING(editor_format));
+			debug_print_file(fname, "\t%sgroup_catchup_on_exit=%s", DEBUG_PRINT_STATE(group_catchup_on_exit), print_boolean(scope->attribute->group_catchup_on_exit));
+			debug_print_file(fname, "\t%smail_8bit_header=%s", DEBUG_PRINT_STATE(mail_8bit_header), print_boolean(scope->attribute->mail_8bit_header));
+			debug_print_file(fname, "\t%smail_mime_encoding=%s", DEBUG_PRINT_STATE(mail_mime_encoding), txt_mime_encodings[scope->attribute->mail_mime_encoding]);
+			debug_print_file(fname, "\t%smark_ignore_tags=%s", DEBUG_PRINT_STATE(mark_ignore_tags), print_boolean(scope->attribute->mark_ignore_tags));
+			debug_print_file(fname, "\t%smark_saved_read=%s", DEBUG_PRINT_STATE(mark_saved_read), print_boolean(scope->attribute->mark_saved_read));
+			debug_print_file(fname, "\t%snews_headers_to_display=%s", DEBUG_PRINT_STATE(news_headers_to_display), DEBUG_PRINT_STRING(news_headers_to_display));
 			if (scope->attribute->headers_to_display) {
-				debug_print_file("SCOPES", "\theaders_to_display->num=%d", scope->attribute->headers_to_display->num);
+				debug_print_file(fname, "\t    headers_to_display->num=%d", scope->attribute->headers_to_display->num);
 				for (j = 0; j < scope->attribute->headers_to_display->num; j++)
-					debug_print_file("SCOPES", "\theaders_to_display->header[%d]=%s", j, scope->attribute->headers_to_display->header[j]);
+					debug_print_file(fname, "\t    headers_to_display->header[%d]=%s", j, scope->attribute->headers_to_display->header[j]);
 			}
-			debug_print_file("SCOPES", "\tnews_headers_to_not_display=%s", BlankIfNull(scope->attribute->news_headers_to_not_display));
+			debug_print_file(fname, "\t%snews_headers_to_not_display=%s", DEBUG_PRINT_STATE(news_headers_to_not_display), DEBUG_PRINT_STRING(news_headers_to_not_display));
 			if (scope->attribute->headers_to_not_display) {
-				debug_print_file("SCOPES", "\theaders_to_not_display->num=%d", scope->attribute->headers_to_not_display->num);
+				debug_print_file(fname, "\t    headers_to_not_display->num=%d", scope->attribute->headers_to_not_display->num);
 				for (j = 0; j < scope->attribute->headers_to_not_display->num; j++)
-					debug_print_file("SCOPES", "\theaders_to_not_display->header[%d]=%s", j, scope->attribute->headers_to_not_display->header[j]);
+					debug_print_file(fname, "\t    headers_to_not_display->header[%d]=%s", j, scope->attribute->headers_to_not_display->header[j]);
 			}
-			debug_print_file("SCOPES", "\tpos_first_unread=%s", print_boolean(scope->attribute->pos_first_unread));
-			debug_print_file("SCOPES", "\tpost_8bit_header=%s", print_boolean(scope->attribute->post_8bit_header));
-			debug_print_file("SCOPES", "\tpost_mime_encoding=%s", txt_mime_encodings[scope->attribute->post_mime_encoding]);
-			debug_print_file("SCOPES", "\tpost_process_view=%s", print_boolean(scope->attribute->post_process_view));
+			debug_print_file(fname, "\t%spos_first_unread=%s", DEBUG_PRINT_STATE(pos_first_unread), print_boolean(scope->attribute->pos_first_unread));
+			debug_print_file(fname, "\t%spost_8bit_header=%s", DEBUG_PRINT_STATE(post_8bit_header), print_boolean(scope->attribute->post_8bit_header));
+			debug_print_file(fname, "\t%spost_mime_encoding=%s", DEBUG_PRINT_STATE(post_mime_encoding), txt_mime_encodings[scope->attribute->post_mime_encoding]);
+			debug_print_file(fname, "\t%spost_process_view=%s", DEBUG_PRINT_STATE(post_process_view), print_boolean(scope->attribute->post_process_view));
 #	ifndef DISABLE_PRINTING
-			debug_print_file("SCOPES", "\tprint_header=%s", print_boolean(scope->attribute->print_header));
+			debug_print_file(fname, "\t%sprint_header=%s", DEBUG_PRINT_STATE(print_header), print_boolean(scope->attribute->print_header));
 #	endif /* !DISABLE_PRINTING */
-			debug_print_file("SCOPES", "\tprocess_only_unread=%s", print_boolean(scope->attribute->process_only_unread));
-			debug_print_file("SCOPES", "\tprompt_followupto=%s", print_boolean(scope->attribute->prompt_followupto));
-			debug_print_file("SCOPES", "\tsort_article_type=%d", scope->attribute->sort_article_type);
-			debug_print_file("SCOPES", "\tsort_threads_type=%d", scope->attribute->sort_threads_type);
-			debug_print_file("SCOPES", "\tshow_author=%d", scope->attribute->show_author);
-			debug_print_file("SCOPES", "\tshow_info=%d", scope->attribute->show_info);
-			debug_print_file("SCOPES", "\tshow_signatures=%s", print_boolean(scope->attribute->show_signatures));
-			debug_print_file("SCOPES", "\tsigdashes=%s", print_boolean(scope->attribute->sigdashes));
-			debug_print_file("SCOPES", "\tsignature_repost=%s", print_boolean(scope->attribute->signature_repost));
-			debug_print_file("SCOPES", "\tstart_editor_offset=%s", print_boolean(scope->attribute->start_editor_offset));
-			debug_print_file("SCOPES", "\tthread_catchup_on_exit=%s", print_boolean(scope->attribute->thread_catchup_on_exit));
-			debug_print_file("SCOPES", "\ttrim_article_body=%d", scope->attribute->trim_article_body);
-			debug_print_file("SCOPES", "\tverbatim_handling=%s", print_boolean(scope->attribute->verbatim_handling));
-			debug_print_file("SCOPES", "\twrap_on_next_unread=%s", print_boolean(scope->attribute->wrap_on_next_unread));
-			debug_print_file("SCOPES", "\tpost_process_type=%d", scope->attribute->post_process_type);
-			debug_print_file("SCOPES", "\tquick_kill_scope=%s", BlankIfNull(scope->attribute->quick_kill_scope));
-			debug_print_file("SCOPES", "\tquick_kill_case=%s", print_boolean(scope->attribute->quick_kill_case));
-			debug_print_file("SCOPES", "\tquick_kill_expire=%s", print_boolean(scope->attribute->quick_kill_expire));
-			debug_print_file("SCOPES", "\tquick_kill_header=%d", scope->attribute->quick_kill_header);
-			debug_print_file("SCOPES", "\tquick_select_scope=%s", BlankIfNull(scope->attribute->quick_select_scope));
-			debug_print_file("SCOPES", "\tquick_select_case=%s", print_boolean(scope->attribute->quick_select_case));
-			debug_print_file("SCOPES", "\tquick_select_expire=%s", print_boolean(scope->attribute->quick_select_expire));
-			debug_print_file("SCOPES", "\tquick_select_header=%d", scope->attribute->quick_select_header);
-			debug_print_file("SCOPES", "\tx_comment_to=%s", print_boolean(scope->attribute->x_comment_to));
-			debug_print_file("SCOPES", "\tfcc=%s", BlankIfNull(scope->attribute->fcc));
-			debug_print_file("SCOPES", "\ttex2iso_conv=%s", print_boolean(scope->attribute->tex2iso_conv));
-			debug_print_file("SCOPES", "\tmime_forward=%s", print_boolean(scope->attribute->mime_forward));
+			debug_print_file(fname, "\t%sprocess_only_unread=%s", DEBUG_PRINT_STATE(process_only_unread), print_boolean(scope->attribute->process_only_unread));
+			debug_print_file(fname, "\t%sprompt_followupto=%s", DEBUG_PRINT_STATE(prompt_followupto), print_boolean(scope->attribute->prompt_followupto));
+			debug_print_file(fname, "\t%ssort_article_type=%d", DEBUG_PRINT_STATE(sort_article_type), scope->attribute->sort_article_type);
+			debug_print_file(fname, "\t%ssort_threads_type=%d", DEBUG_PRINT_STATE(sort_threads_type), scope->attribute->sort_threads_type);
+			debug_print_file(fname, "\t%sshow_author=%d", DEBUG_PRINT_STATE(show_author), scope->attribute->show_author);
+			debug_print_file(fname, "\t%sshow_info=%d", DEBUG_PRINT_STATE(show_info), scope->attribute->show_info);
+			debug_print_file(fname, "\t%sshow_signatures=%s", DEBUG_PRINT_STATE(show_signatures), print_boolean(scope->attribute->show_signatures));
+			debug_print_file(fname, "\t%ssigdashes=%s", DEBUG_PRINT_STATE(sigdashes), print_boolean(scope->attribute->sigdashes));
+			debug_print_file(fname, "\t%ssignature_repost=%s", DEBUG_PRINT_STATE(signature_repost), print_boolean(scope->attribute->signature_repost));
+			debug_print_file(fname, "\t%sstart_editor_offset=%s", DEBUG_PRINT_STATE(start_editor_offset), print_boolean(scope->attribute->start_editor_offset));
+			debug_print_file(fname, "\t%sthread_catchup_on_exit=%s", DEBUG_PRINT_STATE(thread_catchup_on_exit), print_boolean(scope->attribute->thread_catchup_on_exit));
+			debug_print_file(fname, "\t%strim_article_body=%d", DEBUG_PRINT_STATE(trim_article_body), scope->attribute->trim_article_body);
+			debug_print_file(fname, "\t%sverbatim_handling=%s", DEBUG_PRINT_STATE(verbatim_handling), print_boolean(scope->attribute->verbatim_handling));
+			debug_print_file(fname, "\t%swrap_on_next_unread=%s", DEBUG_PRINT_STATE(wrap_on_next_unread), print_boolean(scope->attribute->wrap_on_next_unread));
+			debug_print_file(fname, "\t%spost_process_type=%d", DEBUG_PRINT_STATE(post_process_type), scope->attribute->post_process_type);
+			debug_print_file(fname, "\t%squick_kill_scope=%s", DEBUG_PRINT_STATE(quick_kill_scope), DEBUG_PRINT_STRING(quick_kill_scope));
+			debug_print_file(fname, "\t%squick_kill_case=%s", DEBUG_PRINT_STATE(quick_kill_case), print_boolean(scope->attribute->quick_kill_case));
+			debug_print_file(fname, "\t%squick_kill_expire=%s", DEBUG_PRINT_STATE(quick_kill_expire), print_boolean(scope->attribute->quick_kill_expire));
+			debug_print_file(fname, "\t%squick_kill_header=%d", DEBUG_PRINT_STATE(quick_kill_header), scope->attribute->quick_kill_header);
+			debug_print_file(fname, "\t%squick_select_scope=%s", DEBUG_PRINT_STATE(quick_select_scope), DEBUG_PRINT_STRING(quick_select_scope));
+			debug_print_file(fname, "\t%squick_select_case=%s", DEBUG_PRINT_STATE(quick_select_case), print_boolean(scope->attribute->quick_select_case));
+			debug_print_file(fname, "\t%squick_select_expire=%s", DEBUG_PRINT_STATE(quick_select_expire), print_boolean(scope->attribute->quick_select_expire));
+			debug_print_file(fname, "\t%squick_select_header=%d", DEBUG_PRINT_STATE(quick_select_header), scope->attribute->quick_select_header);
+			debug_print_file(fname, "\t%sx_comment_to=%s", DEBUG_PRINT_STATE(x_comment_to), print_boolean(scope->attribute->x_comment_to));
+			debug_print_file(fname, "\t%sfcc=%s", DEBUG_PRINT_STATE(fcc), DEBUG_PRINT_STRING(fcc));
+			debug_print_file(fname, "\t%stex2iso_conv=%s", DEBUG_PRINT_STATE(tex2iso_conv), print_boolean(scope->attribute->tex2iso_conv));
+			debug_print_file(fname, "\t%smime_forward=%s", DEBUG_PRINT_STATE(mime_forward), print_boolean(scope->attribute->mime_forward));
 #	ifdef CHARSET_CONVERSION
-			debug_print_file("SCOPES", "\tmm_network_charset=%s", txt_mime_charsets[scope->attribute->mm_network_charset]);
-			debug_print_file("SCOPES", "\tundeclared_charset=%s", BlankIfNull(scope->attribute->undeclared_charset));
+			debug_print_file(fname, "\t%smm_network_charset=%s", DEBUG_PRINT_STATE(mm_network_charset), txt_mime_charsets[scope->attribute->mm_network_charset]);
+			debug_print_file(fname, "\t%sundeclared_charset=%s", DEBUG_PRINT_STATE(undeclared_charset), DEBUG_PRINT_STRING(undeclared_charset));
 #	endif /* CHARSET_CONVERSION */
-			debug_print_file("SCOPES", "");
+			debug_print_file(fname, "");
 		}
 	}
 }
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/auth.c tin-2.0.0/src/auth.c
--- tin-1.9.6/src/auth.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/auth.c	2011-04-17 16:04:30.239040532 +0200
@@ -7,7 +7,7 @@
  *  Notes     : Routines to authenticate to a news server via NNTP.
  *              DON'T USE get_respcode() THROUGHOUT THIS CODE.
  *
- * Copyright (c) 1997-2010 Dirk Nimmich <nimmich@muenster.de>
+ * Copyright (c) 1997-2011 Dirk Nimmich <nimmich@muenster.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/charset.c tin-2.0.0/src/charset.c
--- tin-1.9.6/src/charset.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/charset.c	2011-04-24 14:09:49.831375650 +0200
@@ -3,10 +3,10 @@
  *  Module    : charset.c
  *  Author    : M. Kuhn, T. Burmester
  *  Created   : 1993-12-10
- *  Updated   : 2009-02-23
+ *  Updated   : 2011-04-24
  *  Notes     : ISO to ascii charset conversion routines
  *
- * Copyright (c) 1993-2010 Markus Kuhn <mgk25@cl.cam.ac.uk>
+ * Copyright (c) 1993-2011 Markus Kuhn <mgk25@cl.cam.ac.uk>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -167,12 +167,12 @@ convert_iso2asc(
 	if (iso == NULL || asc == NULL)
 		return;
 
-	tab = (iso2asc[t] - ISO_EXTRA);
+	tab = iso2asc[t];
 	first = TRUE;
 	i = a = 0;
 	while (*iso != '\0') {
 		if (*EIGHT_BIT(iso) >= ISO_EXTRA) {
-			p = tab[*EIGHT_BIT(iso)];
+			p = tab[*EIGHT_BIT(iso) - ISO_EXTRA];
 			iso++, i++;
 			first = TRUE;
 			while (*p) {
@@ -374,7 +374,8 @@ is_art_tex_encoded(
  */
 char *
 convert_to_printable(
-	char *buf)
+	char *buf,
+	t_bool keep_tab)
 {
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
 	char *buffer;
@@ -385,7 +386,7 @@ convert_to_printable(
 		utf8_valid(buf);
 
 	if ((wbuffer = char2wchar_t(buf)) != NULL) {
-		wconvert_to_printable(wbuffer);
+		wconvert_to_printable(wbuffer, keep_tab);
 
 		if ((buffer = wchar_t2char(wbuffer)) != NULL) {
 			strncpy(buf, buffer, len);
@@ -399,7 +400,7 @@ convert_to_printable(
 	unsigned char *c;
 
 	for (c = (unsigned char *) buf; *c; c++) {
-		if (!my_isprint(*c))
+		if (!my_isprint(*c) && !(keep_tab && *c == '\t'))
 			*c = '?';
 	}
 #endif /* MULTIBYTE_ABLE && !NO_LOCALE */
@@ -415,12 +416,13 @@ convert_to_printable(
  */
 wchar_t *
 wconvert_to_printable(
-	wchar_t *wbuf)
+	wchar_t *wbuf,
+	t_bool keep_tab)
 {
 	wchar_t *wc;
 
 	for (wc = wbuf; *wc; wc++) {
-		if (!iswprint((wint_t) *wc))
+		if (!iswprint((wint_t) *wc) && !(keep_tab && *wc == (wchar_t) '\t'))
 			*wc = (wchar_t) '?';
 	}
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/color.c tin-2.0.0/src/color.c
--- tin-1.9.6/src/color.c	2010-11-13 17:47:11.000000000 +0100
+++ tin-2.0.0/src/color.c	2011-05-01 00:00:41.964526796 +0200
@@ -7,11 +7,11 @@
  *              Julien Oster <fuzzy@cu8.cum.de> (word highlighting)
  *              T.Dickey <dickey@invisible-island.net> (curses support)
  *  Created   : 1995-06-02
- *  Updated   : 2010-11-13
+ *  Updated   : 2011-04-24
  *  Notes     : This are the basic function for ansi-color
  *              and word highlighting
  *
- * Copyright (c) 1995-2010 Roland Rosenfeld <roland@spinnaker.rhein.de>
+ * Copyright (c) 1995-2011 Roland Rosenfeld <roland@spinnaker.rhein.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -120,9 +120,9 @@ set_colors(
 					break;
 				}
 			}
-			if (found)
+			if (found) {
 				pair = p->pair;
-			else if (++nextpair < COLOR_PAIRS) {
+			} else if (++nextpair < COLOR_PAIRS) {
 				p = my_malloc(sizeof(struct LIST));
 				p->fg = fcolor;
 				p->bg = bcolor;
@@ -130,8 +130,9 @@ set_colors(
 				p->link = list;
 				list = p;
 				init_pair(pair, fcolor, bcolor);
-			} else
+			} else {
 				pair = 0;
+			}
 		}
 
 		bkgdset(attribute | COLOR_PAIR(pair) | ' ');
@@ -148,6 +149,16 @@ refresh_color(
 
 
 void
+reset_color(
+	void)
+{
+	current_fcol = default_fcol;
+	current_bcol = default_bcol;
+	refresh_color();
+}
+
+
+void
 free_color_pair_arrays(
 	void)
 {
@@ -166,22 +177,27 @@ void
 fcol(
 	int color)
 {
+	if (color < MIN_COLOR || color > MAX_COLOR)
+		color = default_fcol;
+
 	TRACE(("fcol(%d) %s", color, txt_colors[color - MIN_COLOR]));
+
 	if (use_color) {
-		if (color >= MIN_COLOR && color <= MAX_COLOR) {
 #	ifdef USE_CURSES
-			set_colors(color, current_bcol);
-			current_fcol = color;
+		set_colors(color, current_bcol);
+		current_fcol = color;
 #	else
-			int bold;
-			if (color < 0)
-				color = default_fcol;
-			bold = (color >> 3); /* bitwise operation on signed value? ouch */
-			my_printf("\033[%d;%dm", bold, ((color & 7) + 30));
-			if (!bold)
-				bcol(current_bcol);
+		int bold;
+
+		if (cmd_line)
+			return;
+		if (color < 0)
+			color = default_fcol;
+		bold = (color >> 3); /* bitwise operation on signed value? ouch */
+		my_printf("\033[%d;%dm", bold, ((color & 7) + 30));
+		if (!bold)
+			bcol(current_bcol);
 #	endif /* USE_CURSES */
-		}
 	}
 #	ifdef USE_CURSES
 	else
@@ -195,18 +211,20 @@ void
 bcol(
 	int color)
 {
+	if (color < MIN_COLOR || color > MAX_COLOR)
+		color = default_bcol;
+
 	TRACE(("bcol(%d) %s", color, txt_colors[color - MIN_COLOR]));
+
 	if (use_color) {
-		if (color >= MIN_COLOR && color <= MAX_BACKCOLOR) {
 #	ifdef USE_CURSES
-			set_colors(current_fcol, color);
+		set_colors(current_fcol, color);
 #	else
-			if (color < 0)
-				color = default_bcol;
-			my_printf("\033[%dm", (color + 40));
+		if (color < 0)
+			color = default_bcol;
+		my_printf("\033[%dm", (color + 40));
 #	endif /* USE_CURSES */
-			current_bcol = color;
-		}
+		current_bcol = color;
 	}
 #	ifdef USE_CURSES
 	else
@@ -266,7 +284,7 @@ draw_pager_line(
 					if ((wline = char2wchar_t(line)) != NULL) {
 						int visual_len;
 
-						wconvert_to_printable(wline);
+						wconvert_to_printable(wline, FALSE);
 						visual_len = wcswidth(wline, wcslen(wline) + 1);
 						free(wline);
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/config.c tin-2.0.0/src/config.c
--- tin-1.9.6/src/config.c	2010-09-12 12:48:39.000000000 +0200
+++ tin-2.0.0/src/config.c	2011-05-08 11:53:02.636461803 +0200
@@ -3,10 +3,10 @@
  *  Module    : config.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-04-11
+ *  Updated   : 2011-04-17
  *  Notes     : Configuration file routines
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -192,10 +192,10 @@ read_config_file(
 				break;
 
 #ifdef HAVE_COLOR
-			if (match_color(buf, "col_back=", &tinrc.col_back, MAX_COLOR))
+			if (match_color(buf, "col_back=", &tinrc.col_back, MAX_BACKCOLOR))
 				break;
 
-			if (match_color(buf, "col_invers_bg=", &tinrc.col_invers_bg, MAX_COLOR))
+			if (match_color(buf, "col_invers_bg=", &tinrc.col_invers_bg, MAX_BACKCOLOR))
 				break;
 
 			if (match_color(buf, "col_invers_fg=", &tinrc.col_invers_fg, MAX_COLOR))
@@ -285,11 +285,8 @@ read_config_file(
 			if (match_boolean(buf, "default_filter_kill_global=", &tinrc.default_filter_kill_global))
 				break;
 
-			if (match_boolean(buf, "default_filter_kill_case=", &tinrc.default_filter_kill_case)) {
-				/* ON=false, OFF=true */
-				tinrc.default_filter_kill_case = bool_not(tinrc.default_filter_kill_case);
+			if (match_boolean(buf, "default_filter_kill_case=", &tinrc.default_filter_kill_case))
 				break;
-			}
 
 			if (match_boolean(buf, "default_filter_kill_expire=", &tinrc.default_filter_kill_expire))
 				break;
@@ -300,11 +297,8 @@ read_config_file(
 			if (match_boolean(buf, "default_filter_select_global=", &tinrc.default_filter_select_global))
 				break;
 
-			if (match_boolean(buf, "default_filter_select_case=", &tinrc.default_filter_select_case)) {
-				/* ON=false, OFF=true */
-				tinrc.default_filter_select_case = bool_not(tinrc.default_filter_select_case);
+			if (match_boolean(buf, "default_filter_select_case=", &tinrc.default_filter_select_case))
 				break;
-			}
 
 			if (match_boolean(buf, "default_filter_select_expire=", &tinrc.default_filter_select_expire))
 				break;
@@ -751,6 +745,14 @@ read_config_file(
 				break;
 #endif /* XFACE_ABLE */
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+			if (match_boolean(buf, "utf8_graphics=", &tinrc.utf8_graphics)) {
+				/* only enable this when local charset is UTF-8 */
+				tinrc.utf8_graphics = tinrc.utf8_graphics ? IS_LOCAL_CHARSET("UTF-8") : FALSE;
+				break;
+			}
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+
 			break;
 
 		case 'v':
@@ -877,480 +879,483 @@ write_config_file(
 
 	fprintf(fp, txt_tinrc_header, PRODUCT, TINRC_VERSION, tin_progname, VERSION, RELEASEDATE, RELEASENAME);
 
-	fprintf(fp, _(txt_savedir.tinrc));
+	fprintf(fp, "%s", _(txt_savedir.tinrc));
 	fprintf(fp, "savedir=%s\n\n", tinrc.savedir);
 
-	fprintf(fp, _(txt_auto_save.tinrc));
+	fprintf(fp, "%s", _(txt_auto_save.tinrc));
 	fprintf(fp, "auto_save=%s\n\n", print_boolean(tinrc.auto_save));
 
-	fprintf(fp, _(txt_mark_saved_read.tinrc));
+	fprintf(fp, "%s", _(txt_mark_saved_read.tinrc));
 	fprintf(fp, "mark_saved_read=%s\n\n", print_boolean(tinrc.mark_saved_read));
 
-	fprintf(fp, _(txt_post_process_type.tinrc));
+	fprintf(fp, "%s", _(txt_post_process_type.tinrc));
 	fprintf(fp, "post_process_type=%d\n\n", tinrc.post_process_type);
 
-	fprintf(fp, _(txt_post_process_view.tinrc));
+	fprintf(fp, "%s", _(txt_post_process_view.tinrc));
 	fprintf(fp, "post_process_view=%s\n\n", print_boolean(tinrc.post_process_view));
 
-	fprintf(fp, _(txt_process_only_unread.tinrc));
+	fprintf(fp, "%s", _(txt_process_only_unread.tinrc));
 	fprintf(fp, "process_only_unread=%s\n\n", print_boolean(tinrc.process_only_unread));
 
-	fprintf(fp, _(txt_prompt_followupto.tinrc));
+	fprintf(fp, "%s", _(txt_prompt_followupto.tinrc));
 	fprintf(fp, "prompt_followupto=%s\n\n", print_boolean(tinrc.prompt_followupto));
 
-	fprintf(fp, _(txt_confirm_choice.tinrc));
+	fprintf(fp, "%s", _(txt_confirm_choice.tinrc));
 	fprintf(fp, "confirm_choice=%s\n\n", txt_confirm_choices[tinrc.confirm_choice]);
 
-	fprintf(fp, _(txt_mark_ignore_tags.tinrc));
+	fprintf(fp, "%s", _(txt_mark_ignore_tags.tinrc));
 	fprintf(fp, "mark_ignore_tags=%s\n\n", print_boolean(tinrc.mark_ignore_tags));
 
-	fprintf(fp, _(txt_auto_reconnect.tinrc));
+	fprintf(fp, "%s", _(txt_auto_reconnect.tinrc));
 	fprintf(fp, "auto_reconnect=%s\n\n", print_boolean(tinrc.auto_reconnect));
 
-	fprintf(fp, _(txt_draw_arrow.tinrc));
+	fprintf(fp, "%s", _(txt_draw_arrow.tinrc));
 	fprintf(fp, "draw_arrow=%s\n\n", print_boolean(tinrc.draw_arrow));
 
-	fprintf(fp, _(txt_inverse_okay.tinrc));
+	fprintf(fp, "%s", _(txt_inverse_okay.tinrc));
 	fprintf(fp, "inverse_okay=%s\n\n", print_boolean(tinrc.inverse_okay));
 
-	fprintf(fp, _(txt_pos_first_unread.tinrc));
+	fprintf(fp, "%s", _(txt_pos_first_unread.tinrc));
 	fprintf(fp, "pos_first_unread=%s\n\n", print_boolean(tinrc.pos_first_unread));
 
-	fprintf(fp, _(txt_show_only_unread_arts.tinrc));
+	fprintf(fp, "%s", _(txt_show_only_unread_arts.tinrc));
 	fprintf(fp, "show_only_unread_arts=%s\n\n", print_boolean(tinrc.show_only_unread_arts));
 
-	fprintf(fp, _(txt_show_only_unread_groups.tinrc));
+	fprintf(fp, "%s", _(txt_show_only_unread_groups.tinrc));
 	fprintf(fp, "show_only_unread_groups=%s\n\n", print_boolean(tinrc.show_only_unread_groups));
 
-	fprintf(fp, _(txt_kill_level.tinrc));
+	fprintf(fp, "%s", _(txt_kill_level.tinrc));
 	fprintf(fp, "kill_level=%d\n\n", tinrc.kill_level);
 
-	fprintf(fp, _(txt_goto_next_unread.tinrc));
+	fprintf(fp, "%s", _(txt_goto_next_unread.tinrc));
 	fprintf(fp, "goto_next_unread=%d\n\n", tinrc.goto_next_unread);
 
-	fprintf(fp, _(txt_scroll_lines.tinrc));
+	fprintf(fp, "%s", _(txt_scroll_lines.tinrc));
 	fprintf(fp, "scroll_lines=%d\n\n", tinrc.scroll_lines);
 
-	fprintf(fp, _(txt_catchup_read_groups.tinrc));
+	fprintf(fp, "%s", _(txt_catchup_read_groups.tinrc));
 	fprintf(fp, "catchup_read_groups=%s\n\n", print_boolean(tinrc.catchup_read_groups));
 
-	fprintf(fp, _(txt_group_catchup_on_exit.tinrc));
+	fprintf(fp, "%s", _(txt_group_catchup_on_exit.tinrc));
 	fprintf(fp, "group_catchup_on_exit=%s\n", print_boolean(tinrc.group_catchup_on_exit));
 	fprintf(fp, "thread_catchup_on_exit=%s\n\n", print_boolean(tinrc.thread_catchup_on_exit));
 
-	fprintf(fp, _(txt_thread_articles.tinrc));
+	fprintf(fp, "%s", _(txt_thread_articles.tinrc));
 	fprintf(fp, "thread_articles=%d\n\n", tinrc.thread_articles);
 
-	fprintf(fp, _(txt_thread_perc.tinrc));
+	fprintf(fp, "%s", _(txt_thread_perc.tinrc));
 	fprintf(fp, "thread_perc=%d\n\n", tinrc.thread_perc);
 
-	fprintf(fp, _(txt_show_description.tinrc));
+	fprintf(fp, "%s", _(txt_show_description.tinrc));
 	fprintf(fp, "show_description=%s\n\n", print_boolean(tinrc.show_description));
 
-	fprintf(fp, _(txt_show_author.tinrc));
+	fprintf(fp, "%s", _(txt_show_author.tinrc));
 	fprintf(fp, "show_author=%d\n\n", tinrc.show_author);
 
-	fprintf(fp, _(txt_news_headers_to_display.tinrc));
+	fprintf(fp, "%s", _(txt_news_headers_to_display.tinrc));
 	fprintf(fp, "news_headers_to_display=%s\n\n", tinrc.news_headers_to_display);
 
-	fprintf(fp, _(txt_news_headers_to_not_display.tinrc));
+	fprintf(fp, "%s", _(txt_news_headers_to_not_display.tinrc));
 	fprintf(fp, "news_headers_to_not_display=%s\n\n", tinrc.news_headers_to_not_display);
 
-	fprintf(fp, _(txt_tinrc_info_in_last_line));
+	fprintf(fp, "%s", _(txt_tinrc_info_in_last_line));
 	fprintf(fp, "info_in_last_line=%s\n\n", print_boolean(tinrc.info_in_last_line));
 
-	fprintf(fp, _(txt_sort_article_type.tinrc));
+	fprintf(fp, "%s", _(txt_sort_article_type.tinrc));
 	fprintf(fp, "sort_article_type=%d\n\n", tinrc.sort_article_type);
 
-	fprintf(fp, _(txt_sort_threads_type.tinrc));
+	fprintf(fp, "%s", _(txt_sort_threads_type.tinrc));
 	fprintf(fp, "sort_threads_type=%d\n\n", tinrc.sort_threads_type);
 
-	fprintf(fp, _(txt_maildir.tinrc));
+	fprintf(fp, "%s", _(txt_maildir.tinrc));
 	fprintf(fp, "maildir=%s\n\n", tinrc.maildir);
 
-	fprintf(fp, _(txt_mailbox_format.tinrc));
+	fprintf(fp, "%s", _(txt_mailbox_format.tinrc));
 	fprintf(fp, "mailbox_format=%s\n\n", txt_mailbox_formats[tinrc.mailbox_format]);
 
 #ifndef DISABLE_PRINTING
-	fprintf(fp, _(txt_print_header.tinrc));
+	fprintf(fp, "%s", _(txt_print_header.tinrc));
 	fprintf(fp, "print_header=%s\n\n", print_boolean(tinrc.print_header));
 
-	fprintf(fp, _(txt_printer.tinrc));
+	fprintf(fp, "%s", _(txt_printer.tinrc));
 	fprintf(fp, "printer=%s\n\n", tinrc.printer);
 #endif /* !DISABLE_PRINTING */
 
-	fprintf(fp, _(txt_batch_save.tinrc));
+	fprintf(fp, "%s", _(txt_batch_save.tinrc));
 	fprintf(fp, "batch_save=%s\n\n", print_boolean(tinrc.batch_save));
 
-	fprintf(fp, _(txt_start_editor_offset.tinrc));
+	fprintf(fp, "%s", _(txt_start_editor_offset.tinrc));
 	fprintf(fp, "start_editor_offset=%s\n\n", print_boolean(tinrc.start_editor_offset));
 
-	fprintf(fp, _(txt_editor_format.tinrc));
+	fprintf(fp, "%s", _(txt_editor_format.tinrc));
 	fprintf(fp, "editor_format=%s\n\n", tinrc.editor_format);
 
-	fprintf(fp, _(txt_mailer_format.tinrc));
+	fprintf(fp, "%s", _(txt_mailer_format.tinrc));
 	fprintf(fp, "mailer_format=%s\n\n", tinrc.mailer_format);
 
-	fprintf(fp, _(txt_interactive_mailer.tinrc));
+	fprintf(fp, "%s", _(txt_interactive_mailer.tinrc));
 	fprintf(fp, "interactive_mailer=%d\n\n", tinrc.interactive_mailer);
 
-	fprintf(fp, _(txt_show_info.tinrc));
+	fprintf(fp, "%s", _(txt_show_info.tinrc));
 	fprintf(fp, "show_info=%d\n\n", tinrc.show_info);
 
-	fprintf(fp, _(txt_thread_score.tinrc));
+	fprintf(fp, "%s", _(txt_thread_score.tinrc));
 	fprintf(fp, "thread_score=%d\n\n", tinrc.thread_score);
 
-	fprintf(fp, _(txt_unlink_article.tinrc));
+	fprintf(fp, "%s", _(txt_unlink_article.tinrc));
 	fprintf(fp, "unlink_article=%s\n\n", print_boolean(tinrc.unlink_article));
 
-	fprintf(fp, _(txt_keep_dead_articles.tinrc));
+	fprintf(fp, "%s", _(txt_keep_dead_articles.tinrc));
 	fprintf(fp, "keep_dead_articles=%s\n\n", print_boolean(tinrc.keep_dead_articles));
 
-	fprintf(fp, _(txt_posted_articles_file.tinrc));
+	fprintf(fp, "%s", _(txt_posted_articles_file.tinrc));
 	fprintf(fp, "posted_articles_file=%s\n\n", tinrc.posted_articles_file);
 
-	fprintf(fp, _(txt_add_posted_to_filter.tinrc));
+	fprintf(fp, "%s", _(txt_add_posted_to_filter.tinrc));
 	fprintf(fp, "add_posted_to_filter=%s\n\n", print_boolean(tinrc.add_posted_to_filter));
 
-	fprintf(fp, _(txt_sigfile.tinrc));
+	fprintf(fp, "%s", _(txt_sigfile.tinrc));
 	fprintf(fp, "sigfile=%s\n\n", tinrc.sigfile);
 
-	fprintf(fp, _(txt_sigdashes.tinrc));
+	fprintf(fp, "%s", _(txt_sigdashes.tinrc));
 	fprintf(fp, "sigdashes=%s\n\n", print_boolean(tinrc.sigdashes));
 
-	fprintf(fp, _(txt_signature_repost.tinrc));
+	fprintf(fp, "%s", _(txt_signature_repost.tinrc));
 	fprintf(fp, "signature_repost=%s\n\n", print_boolean(tinrc.signature_repost));
 
-	fprintf(fp, _(txt_spamtrap_warning_addresses.tinrc));
+	fprintf(fp, "%s", _(txt_spamtrap_warning_addresses.tinrc));
 	fprintf(fp, "spamtrap_warning_addresses=%s\n\n", tinrc.spamtrap_warning_addresses);
 
-	fprintf(fp, _(txt_url_handler.tinrc));
+	fprintf(fp, "%s", _(txt_url_handler.tinrc));
 	fprintf(fp, "url_handler=%s\n\n", tinrc.url_handler);
 
-	fprintf(fp, _(txt_advertising.tinrc));
+	fprintf(fp, "%s", _(txt_advertising.tinrc));
 	fprintf(fp, "advertising=%s\n\n", print_boolean(tinrc.advertising));
 
-	fprintf(fp, _(txt_reread_active_file_secs.tinrc));
+	fprintf(fp, "%s", _(txt_reread_active_file_secs.tinrc));
 	fprintf(fp, "reread_active_file_secs=%d\n\n", tinrc.reread_active_file_secs);
 
-	fprintf(fp, _(txt_quote_chars.tinrc));
+	fprintf(fp, "%s", _(txt_quote_chars.tinrc));
 	fprintf(fp, "quote_chars=%s\n\n", quote_space_to_dash(tinrc.quote_chars));
 
-	fprintf(fp, _(txt_quote_style.tinrc));
+	fprintf(fp, "%s", _(txt_quote_style.tinrc));
 	fprintf(fp, "quote_style=%d\n\n", tinrc.quote_style);
 
 #ifdef HAVE_COLOR
-	fprintf(fp, _(txt_quote_regex.tinrc));
+	fprintf(fp, "%s", _(txt_quote_regex.tinrc));
 	fprintf(fp, "quote_regex=%s\n\n", tinrc.quote_regex);
-	fprintf(fp, _(txt_quote_regex2.tinrc));
+	fprintf(fp, "%s", _(txt_quote_regex2.tinrc));
 	fprintf(fp, "quote_regex2=%s\n\n", tinrc.quote_regex2);
-	fprintf(fp, _(txt_quote_regex3.tinrc));
+	fprintf(fp, "%s", _(txt_quote_regex3.tinrc));
 	fprintf(fp, "quote_regex3=%s\n\n", tinrc.quote_regex3);
 #endif /* HAVE_COLOR */
 
-	fprintf(fp, _(txt_slashes_regex.tinrc));
+	fprintf(fp, "%s", _(txt_slashes_regex.tinrc));
 	fprintf(fp, "slashes_regex=%s\n\n", tinrc.slashes_regex);
-	fprintf(fp, _(txt_stars_regex.tinrc));
+	fprintf(fp, "%s", _(txt_stars_regex.tinrc));
 	fprintf(fp, "stars_regex=%s\n\n", tinrc.stars_regex);
-	fprintf(fp, _(txt_strokes_regex.tinrc));
+	fprintf(fp, "%s", _(txt_strokes_regex.tinrc));
 	fprintf(fp, "strokes_regex=%s\n\n", tinrc.strokes_regex);
-	fprintf(fp, _(txt_underscores_regex.tinrc));
+	fprintf(fp, "%s", _(txt_underscores_regex.tinrc));
 	fprintf(fp, "underscores_regex=%s\n\n", tinrc.underscores_regex);
 
-	fprintf(fp, _(txt_strip_re_regex.tinrc));
+	fprintf(fp, "%s", _(txt_strip_re_regex.tinrc));
 	fprintf(fp, "strip_re_regex=%s\n\n", tinrc.strip_re_regex);
-	fprintf(fp, _(txt_strip_was_regex.tinrc));
+	fprintf(fp, "%s", _(txt_strip_was_regex.tinrc));
 	fprintf(fp, "strip_was_regex=%s\n\n", tinrc.strip_was_regex);
 
-	fprintf(fp, _(txt_verbatim_begin_regex.tinrc));
+	fprintf(fp, "%s", _(txt_verbatim_begin_regex.tinrc));
 	fprintf(fp, "verbatim_begin_regex=%s\n\n", tinrc.verbatim_begin_regex);
-	fprintf(fp, _(txt_verbatim_end_regex.tinrc));
+	fprintf(fp, "%s", _(txt_verbatim_end_regex.tinrc));
 	fprintf(fp, "verbatim_end_regex=%s\n\n", tinrc.verbatim_end_regex);
 
-	fprintf(fp, _(txt_show_signatures.tinrc));
+	fprintf(fp, "%s", _(txt_show_signatures.tinrc));
 	fprintf(fp, "show_signatures=%s\n\n", print_boolean(tinrc.show_signatures));
 
-	fprintf(fp, _(txt_tex2iso_conv.tinrc));
+	fprintf(fp, "%s", _(txt_tex2iso_conv.tinrc));
 	fprintf(fp, "tex2iso_conv=%s\n\n", print_boolean(tinrc.tex2iso_conv));
 
-	fprintf(fp, _(txt_hide_uue.tinrc));
+	fprintf(fp, "%s", _(txt_hide_uue.tinrc));
 	fprintf(fp, "hide_uue=%d\n\n", tinrc.hide_uue);
 
-	fprintf(fp, _(txt_news_quote_format.tinrc));
+	fprintf(fp, "%s", _(txt_news_quote_format.tinrc));
 	fprintf(fp, "news_quote_format=%s\n", tinrc.news_quote_format);
 	fprintf(fp, "mail_quote_format=%s\n", tinrc.mail_quote_format);
 	fprintf(fp, "xpost_quote_format=%s\n\n", tinrc.xpost_quote_format);
 
-	fprintf(fp, _(txt_auto_cc_bcc.tinrc));
+	fprintf(fp, "%s", _(txt_auto_cc_bcc.tinrc));
 	fprintf(fp, "auto_cc_bcc=%d\n\n", tinrc.auto_cc_bcc);
 
-	fprintf(fp, _(txt_art_marked_deleted.tinrc));
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	fprintf(fp, "%s", _(txt_utf8_graphics.tinrc));
+	fprintf(fp, "utf8_graphics=%s\n\n", print_boolean(tinrc.utf8_graphics));
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+
+	fprintf(fp, "%s", _(txt_art_marked_deleted.tinrc));
 	fprintf(fp, "art_marked_deleted=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_deleted));
 
-	fprintf(fp, _(txt_art_marked_inrange.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_inrange.tinrc));
 	fprintf(fp, "art_marked_inrange=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_inrange));
 
-	fprintf(fp, _(txt_art_marked_return.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_return.tinrc));
 	fprintf(fp, "art_marked_return=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_return));
 
-	fprintf(fp, _(txt_art_marked_selected.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_selected.tinrc));
 	fprintf(fp, "art_marked_selected=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_selected));
 
-	fprintf(fp, _(txt_art_marked_recent.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_recent.tinrc));
 	fprintf(fp, "art_marked_recent=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_recent));
 
-	fprintf(fp, _(txt_art_marked_unread.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_unread.tinrc));
 	fprintf(fp, "art_marked_unread=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_unread));
 
-	fprintf(fp, _(txt_art_marked_read.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_read.tinrc));
 	fprintf(fp, "art_marked_read=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_read));
 
-	fprintf(fp, _(txt_art_marked_killed.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_killed.tinrc));
 	fprintf(fp, "art_marked_killed=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_killed));
 
-	fprintf(fp, _(txt_art_marked_read_selected.tinrc));
+	fprintf(fp, "%s", _(txt_art_marked_read_selected.tinrc));
 	fprintf(fp, "art_marked_read_selected=%c\n\n", SPACE_TO_DASH(tinrc.art_marked_read_selected));
 
-	fprintf(fp, _(txt_force_screen_redraw.tinrc));
+	fprintf(fp, "%s", _(txt_force_screen_redraw.tinrc));
 	fprintf(fp, "force_screen_redraw=%s\n\n", print_boolean(tinrc.force_screen_redraw));
 
-	fprintf(fp, _(txt_inews_prog.tinrc));
+	fprintf(fp, "%s", _(txt_inews_prog.tinrc));
 	fprintf(fp, "inews_prog=%s\n\n", tinrc.inews_prog);
 
-	fprintf(fp, _(txt_auto_list_thread.tinrc));
+	fprintf(fp, "%s", _(txt_auto_list_thread.tinrc));
 	fprintf(fp, "auto_list_thread=%s\n\n", print_boolean(tinrc.auto_list_thread));
 
-	fprintf(fp, _(txt_wrap_on_next_unread.tinrc));
+	fprintf(fp, "%s", _(txt_wrap_on_next_unread.tinrc));
 	fprintf(fp, "wrap_on_next_unread=%s\n\n", print_boolean(tinrc.wrap_on_next_unread));
 
-	fprintf(fp, _(txt_use_mouse.tinrc));
+	fprintf(fp, "%s", _(txt_use_mouse.tinrc));
 	fprintf(fp, "use_mouse=%s\n\n", print_boolean(tinrc.use_mouse));
 
-	fprintf(fp, _(txt_strip_blanks.tinrc));
+	fprintf(fp, "%s", _(txt_strip_blanks.tinrc));
 	fprintf(fp, "strip_blanks=%s\n\n", print_boolean(tinrc.strip_blanks));
 
-	fprintf(fp, _(txt_groupname_max_length.tinrc));
+	fprintf(fp, "%s", _(txt_groupname_max_length.tinrc));
 	fprintf(fp, "groupname_max_length=%d\n\n", tinrc.groupname_max_length);
 
-	fprintf(fp, _(txt_abbreviate_groupname.tinrc));
+	fprintf(fp, "%s", _(txt_abbreviate_groupname.tinrc));
 	fprintf(fp, "abbreviate_groupname=%s\n\n", print_boolean(tinrc.abbreviate_groupname));
 
-	fprintf(fp, _(txt_beginner_level.tinrc));
+	fprintf(fp, "%s", _(txt_beginner_level.tinrc));
 	fprintf(fp, "beginner_level=%s\n\n", print_boolean(tinrc.beginner_level));
 
-	fprintf(fp, _(txt_filter_days.tinrc));
+	fprintf(fp, "%s", _(txt_filter_days.tinrc));
 	fprintf(fp, "default_filter_days=%d\n\n", tinrc.filter_days);
 
-	fprintf(fp, _(txt_cache_overview_files.tinrc));
+	fprintf(fp, "%s", _(txt_cache_overview_files.tinrc));
 	fprintf(fp, "cache_overview_files=%s\n\n", print_boolean(tinrc.cache_overview_files));
 
-	fprintf(fp, _(txt_getart_limit.tinrc));
+	fprintf(fp, "%s", _(txt_getart_limit.tinrc));
 	fprintf(fp, "getart_limit=%d\n\n", tinrc.getart_limit);
 
-	fprintf(fp, _(txt_recent_time.tinrc));
+	fprintf(fp, "%s", _(txt_recent_time.tinrc));
 	fprintf(fp, "recent_time=%d\n\n", tinrc.recent_time);
 
-	fprintf(fp, _(txt_score_limit_kill.tinrc));
+	fprintf(fp, "%s", _(txt_score_limit_kill.tinrc));
 	fprintf(fp, "score_limit_kill=%d\n\n", tinrc.score_limit_kill);
 
-	fprintf(fp, _(txt_score_kill.tinrc));
+	fprintf(fp, "%s", _(txt_score_kill.tinrc));
 	fprintf(fp, "score_kill=%d\n\n", tinrc.score_kill);
 
-	fprintf(fp, _(txt_score_limit_select.tinrc));
+	fprintf(fp, "%s", _(txt_score_limit_select.tinrc));
 	fprintf(fp, "score_limit_select=%d\n\n", tinrc.score_limit_select);
 
-	fprintf(fp, _(txt_score_select.tinrc));
+	fprintf(fp, "%s", _(txt_score_select.tinrc));
 	fprintf(fp, "score_select=%d\n\n", tinrc.score_select);
 
 #ifdef HAVE_COLOR
-	fprintf(fp, _(txt_use_color.tinrc));
+	fprintf(fp, "%s", _(txt_use_color.tinrc));
 	fprintf(fp, "use_color=%s\n\n", print_boolean(tinrc.use_color));
 
-	fprintf(fp, _(txt_tinrc_colors));
+	fprintf(fp, "%s", _(txt_tinrc_colors));
 
-	fprintf(fp, _(txt_col_normal.tinrc));
+	fprintf(fp, "%s", _(txt_col_normal.tinrc));
 	fprintf(fp, "col_normal=%d\n\n", tinrc.col_normal);
 
-	fprintf(fp, _(txt_col_back.tinrc));
+	fprintf(fp, "%s", _(txt_col_back.tinrc));
 	fprintf(fp, "col_back=%d\n\n", tinrc.col_back);
 
-	fprintf(fp, _(txt_col_invers_bg.tinrc));
+	fprintf(fp, "%s", _(txt_col_invers_bg.tinrc));
 	fprintf(fp, "col_invers_bg=%d\n\n", tinrc.col_invers_bg);
 
-	fprintf(fp, _(txt_col_invers_fg.tinrc));
+	fprintf(fp, "%s", _(txt_col_invers_fg.tinrc));
 	fprintf(fp, "col_invers_fg=%d\n\n", tinrc.col_invers_fg);
 
-	fprintf(fp, _(txt_col_text.tinrc));
+	fprintf(fp, "%s", _(txt_col_text.tinrc));
 	fprintf(fp, "col_text=%d\n\n", tinrc.col_text);
 
-	fprintf(fp, _(txt_col_minihelp.tinrc));
+	fprintf(fp, "%s", _(txt_col_minihelp.tinrc));
 	fprintf(fp, "col_minihelp=%d\n\n", tinrc.col_minihelp);
 
-	fprintf(fp, _(txt_col_help.tinrc));
+	fprintf(fp, "%s", _(txt_col_help.tinrc));
 	fprintf(fp, "col_help=%d\n\n", tinrc.col_help);
 
-	fprintf(fp, _(txt_col_message.tinrc));
+	fprintf(fp, "%s", _(txt_col_message.tinrc));
 	fprintf(fp, "col_message=%d\n\n", tinrc.col_message);
 
-	fprintf(fp, _(txt_col_quote.tinrc));
+	fprintf(fp, "%s", _(txt_col_quote.tinrc));
 	fprintf(fp, "col_quote=%d\n\n", tinrc.col_quote);
 
-	fprintf(fp, _(txt_col_quote2.tinrc));
+	fprintf(fp, "%s", _(txt_col_quote2.tinrc));
 	fprintf(fp, "col_quote2=%d\n\n", tinrc.col_quote2);
 
-	fprintf(fp, _(txt_col_quote3.tinrc));
+	fprintf(fp, "%s", _(txt_col_quote3.tinrc));
 	fprintf(fp, "col_quote3=%d\n\n", tinrc.col_quote3);
 
-	fprintf(fp, _(txt_col_head.tinrc));
+	fprintf(fp, "%s", _(txt_col_head.tinrc));
 	fprintf(fp, "col_head=%d\n\n", tinrc.col_head);
 
-	fprintf(fp, _(txt_col_newsheaders.tinrc));
+	fprintf(fp, "%s", _(txt_col_newsheaders.tinrc));
 	fprintf(fp, "col_newsheaders=%d\n\n", tinrc.col_newsheaders);
 
-	fprintf(fp, _(txt_col_subject.tinrc));
+	fprintf(fp, "%s", _(txt_col_subject.tinrc));
 	fprintf(fp, "col_subject=%d\n\n", tinrc.col_subject);
 
-	fprintf(fp, _(txt_col_response.tinrc));
+	fprintf(fp, "%s", _(txt_col_response.tinrc));
 	fprintf(fp, "col_response=%d\n\n", tinrc.col_response);
 
-	fprintf(fp, _(txt_col_from.tinrc));
+	fprintf(fp, "%s", _(txt_col_from.tinrc));
 	fprintf(fp, "col_from=%d\n\n", tinrc.col_from);
 
-	fprintf(fp, _(txt_col_title.tinrc));
+	fprintf(fp, "%s", _(txt_col_title.tinrc));
 	fprintf(fp, "col_title=%d\n\n", tinrc.col_title);
 
-	fprintf(fp, _(txt_col_signature.tinrc));
+	fprintf(fp, "%s", _(txt_col_signature.tinrc));
 	fprintf(fp, "col_signature=%d\n\n", tinrc.col_signature);
 
-	fprintf(fp, _(txt_col_urls.tinrc));
+	fprintf(fp, "%s", _(txt_col_urls.tinrc));
 	fprintf(fp, "col_urls=%d\n\n", tinrc.col_urls);
 
-	fprintf(fp, _(txt_col_verbatim.tinrc));
+	fprintf(fp, "%s", _(txt_col_verbatim.tinrc));
 	fprintf(fp, "col_verbatim=%d\n\n", tinrc.col_verbatim);
 #endif /* HAVE_COLOR */
 
-	fprintf(fp, _(txt_url_highlight.tinrc));
+	fprintf(fp, "%s", _(txt_url_highlight.tinrc));
 	fprintf(fp, "url_highlight=%s\n\n", print_boolean(tinrc.url_highlight));
 
-	fprintf(fp, _(txt_word_highlight.tinrc));
+	fprintf(fp, "%s", _(txt_word_highlight.tinrc));
 	fprintf(fp, "word_highlight=%s\n\n", print_boolean(tinrc.word_highlight));
 
-	fprintf(fp, _(txt_word_h_display_marks.tinrc));
+	fprintf(fp, "%s", _(txt_word_h_display_marks.tinrc));
 	fprintf(fp, "word_h_display_marks=%d\n\n", tinrc.word_h_display_marks);
 
 #ifdef HAVE_COLOR
-	fprintf(fp, _(txt_col_markstar.tinrc));
+	fprintf(fp, "%s", _(txt_col_markstar.tinrc));
 	fprintf(fp, "col_markstar=%d\n\n", tinrc.col_markstar);
-	fprintf(fp, _(txt_col_markdash.tinrc));
+	fprintf(fp, "%s", _(txt_col_markdash.tinrc));
 	fprintf(fp, "col_markdash=%d\n\n", tinrc.col_markdash);
-	fprintf(fp, _(txt_col_markslash.tinrc));
+	fprintf(fp, "%s", _(txt_col_markslash.tinrc));
 	fprintf(fp, "col_markslash=%d\n\n", tinrc.col_markslash);
-	fprintf(fp, _(txt_col_markstroke.tinrc));
+	fprintf(fp, "%s", _(txt_col_markstroke.tinrc));
 	fprintf(fp, "col_markstroke=%d\n\n", tinrc.col_markstroke);
 #endif /* HAVE_COLOR */
 
-	fprintf(fp, _(txt_mono_markstar.tinrc));
+	fprintf(fp, "%s", _(txt_mono_markstar.tinrc));
 	fprintf(fp, "mono_markstar=%d\n\n", tinrc.mono_markstar);
-	fprintf(fp, _(txt_mono_markdash.tinrc));
+	fprintf(fp, "%s", _(txt_mono_markdash.tinrc));
 	fprintf(fp, "mono_markdash=%d\n\n", tinrc.mono_markdash);
-	fprintf(fp, _(txt_mono_markslash.tinrc));
+	fprintf(fp, "%s", _(txt_mono_markslash.tinrc));
 	fprintf(fp, "mono_markslash=%d\n\n", tinrc.mono_markslash);
-	fprintf(fp, _(txt_mono_markstroke.tinrc));
+	fprintf(fp, "%s", _(txt_mono_markstroke.tinrc));
 	fprintf(fp, "mono_markstroke=%d\n\n", tinrc.mono_markstroke);
 
-	fprintf(fp, _(txt_mail_address.tinrc));
+	fprintf(fp, "%s", _(txt_mail_address.tinrc));
 	fprintf(fp, "mail_address=%s\n\n", tinrc.mail_address);
 
 #ifdef XFACE_ABLE
-	fprintf(fp, _(txt_use_slrnface.tinrc));
+	fprintf(fp, "%s", _(txt_use_slrnface.tinrc));
 	fprintf(fp, "use_slrnface=%s\n\n", print_boolean(tinrc.use_slrnface));
-#endif /*XFACE_ABLE */
+#endif /* XFACE_ABLE */
 
-	fprintf(fp, _(txt_wrap_column.tinrc));
+	fprintf(fp, "%s", _(txt_wrap_column.tinrc));
 	fprintf(fp, "wrap_column=%d\n\n", tinrc.wrap_column);
 
-	fprintf(fp, _(txt_trim_article_body.tinrc));
+	fprintf(fp, "%s", _(txt_trim_article_body.tinrc));
 	fprintf(fp, "trim_article_body=%d\n\n", tinrc.trim_article_body);
 
 #ifndef CHARSET_CONVERSION
-	fprintf(fp, _(txt_mm_charset.tinrc));
+	fprintf(fp, "%s", _(txt_mm_charset.tinrc));
 	fprintf(fp, "mm_charset=%s\n\n", tinrc.mm_charset);
 #else
-	fprintf(fp, _(txt_mm_network_charset.tinrc));
+	fprintf(fp, "%s", _(txt_mm_network_charset.tinrc));
 	fprintf(fp, "mm_network_charset=%s\n\n", txt_mime_charsets[tinrc.mm_network_charset]);
 
 #	ifdef NO_LOCALE
-	fprintf(fp, _(txt_mm_local_charset.tinrc));
+	fprintf(fp, "%s", _(txt_mm_local_charset.tinrc));
 	fprintf(fp, "mm_local_charset=%s\n\n", tinrc.mm_local_charset);
 #	endif /* NO_LOCALE */
 #	ifdef HAVE_ICONV_OPEN_TRANSLIT
-	fprintf(fp, _(txt_translit.tinrc));
+	fprintf(fp, "%s", _(txt_translit.tinrc));
 	fprintf(fp, "translit=%s\n\n", print_boolean(tinrc.translit));
 #	endif /* HAVE_ICONV_OPEN_TRANSLIT */
 #endif /* !CHARSET_CONVERSION */
 
-	fprintf(fp, _(txt_post_mime_encoding.tinrc));
+	fprintf(fp, "%s", _(txt_post_mime_encoding.tinrc));
 	fprintf(fp, "post_mime_encoding=%s\n", txt_mime_encodings[tinrc.post_mime_encoding]);
 	fprintf(fp, "mail_mime_encoding=%s\n\n", txt_mime_encodings[tinrc.mail_mime_encoding]);
 
-	fprintf(fp, _(txt_post_8bit_header.tinrc));
+	fprintf(fp, "%s", _(txt_post_8bit_header.tinrc));
 	fprintf(fp, "post_8bit_header=%s\n\n", print_boolean(tinrc.post_8bit_header));
 
-	fprintf(fp, _(txt_mail_8bit_header.tinrc));
+	fprintf(fp, "%s", _(txt_mail_8bit_header.tinrc));
 	fprintf(fp, "mail_8bit_header=%s\n\n", print_boolean(tinrc.mail_8bit_header));
 
-	fprintf(fp, _(txt_metamail_prog.tinrc));
+	fprintf(fp, "%s", _(txt_metamail_prog.tinrc));
 	fprintf(fp, "metamail_prog=%s\n\n", tinrc.metamail_prog);
 
-	fprintf(fp, _(txt_ask_for_metamail.tinrc));
+	fprintf(fp, "%s", _(txt_ask_for_metamail.tinrc));
 	fprintf(fp, "ask_for_metamail=%s\n\n", print_boolean(tinrc.ask_for_metamail));
 
 #ifdef HAVE_KEYPAD
-	fprintf(fp, _(txt_use_keypad.tinrc));
+	fprintf(fp, "%s", _(txt_use_keypad.tinrc));
 	fprintf(fp, "use_keypad=%s\n\n", print_boolean(tinrc.use_keypad));
 #endif /* HAVE_KEYPAD */
 
-	fprintf(fp, _(txt_alternative_handling.tinrc));
+	fprintf(fp, "%s", _(txt_alternative_handling.tinrc));
 	fprintf(fp, "alternative_handling=%s\n\n", print_boolean(tinrc.alternative_handling));
 
-	fprintf(fp, _(txt_verbatim_handling.tinrc));
+	fprintf(fp, "%s", _(txt_verbatim_handling.tinrc));
 	fprintf(fp, "verbatim_handling=%s\n\n", print_boolean(tinrc.verbatim_handling));
 
-	fprintf(fp, _(txt_strip_newsrc.tinrc));
+	fprintf(fp, "%s", _(txt_strip_newsrc.tinrc));
 	fprintf(fp, "strip_newsrc=%s\n\n", print_boolean(tinrc.strip_newsrc));
 
-	fprintf(fp, _(txt_strip_bogus.tinrc));
+	fprintf(fp, "%s", _(txt_strip_bogus.tinrc));
 	fprintf(fp, "strip_bogus=%d\n\n", tinrc.strip_bogus);
 
-	fprintf(fp, _(txt_date_format.tinrc));
+	fprintf(fp, "%s", _(txt_date_format.tinrc));
 	fprintf(fp, "date_format=%s\n\n", tinrc.date_format);
 
-	fprintf(fp, _(txt_wildcard.tinrc));
+	fprintf(fp, "%s", _(txt_wildcard.tinrc));
 	fprintf(fp, "wildcard=%d\n\n", tinrc.wildcard);
 
 #ifdef HAVE_UNICODE_NORMALIZATION
-	fprintf(fp, _(txt_normalization_form.tinrc));
+	fprintf(fp, "%s", _(txt_normalization_form.tinrc));
 	fprintf(fp, "normalization_form=%d\n\n", tinrc.normalization_form);
 #endif /* HAVE_UNICODE_NORMALIZATION */
 
 #if defined(HAVE_LIBICUUC) && defined(MULTIBYTE_ABLE) && defined(HAVE_UNICODE_UBIDI_H) && !defined(NO_LOCALE)
-	fprintf(fp, _(txt_render_bidi.tinrc));
+	fprintf(fp, "%s", _(txt_render_bidi.tinrc));
 	fprintf(fp, "render_bidi=%s\n\n", print_boolean(tinrc.render_bidi));
 #endif /* HAVE_LIBICUUC && MULTIBYTE_ABLE && HAVE_UNICODE_UBIDI_H && !NO_LOCALE */
 
-	fprintf(fp, _(txt_tinrc_filter));
+	fprintf(fp, "%s", _(txt_tinrc_filter));
 	fprintf(fp, "default_filter_kill_header=%d\n", tinrc.default_filter_kill_header);
 	fprintf(fp, "default_filter_kill_global=%s\n", print_boolean(tinrc.default_filter_kill_global));
-	/* ON=false, OFF=true */
-	fprintf(fp, "default_filter_kill_case=%s\n", print_boolean(!tinrc.default_filter_kill_case));
+	fprintf(fp, "default_filter_kill_case=%s\n", print_boolean(tinrc.default_filter_kill_case));
 	fprintf(fp, "default_filter_kill_expire=%s\n", print_boolean(tinrc.default_filter_kill_expire));
 	fprintf(fp, "default_filter_select_header=%d\n", tinrc.default_filter_select_header);
 	fprintf(fp, "default_filter_select_global=%s\n", print_boolean(tinrc.default_filter_select_global));
-	/* ON=false, OFF=true */
-	fprintf(fp, "default_filter_select_case=%s\n", print_boolean(!tinrc.default_filter_select_case));
+	fprintf(fp, "default_filter_select_case=%s\n", print_boolean(tinrc.default_filter_select_case));
 	fprintf(fp, "default_filter_select_expire=%s\n\n", print_boolean(tinrc.default_filter_select_expire));
 
-	fprintf(fp, _(txt_tinrc_defaults));
+	fprintf(fp, "%s", _(txt_tinrc_defaults));
 	fprintf(fp, "default_save_mode=%c\n", tinrc.default_save_mode);
 	fprintf(fp, "default_author_search=%s\n", tinrc.default_search_author);
 	fprintf(fp, "default_goto_group=%s\n", tinrc.default_goto_group);
@@ -1374,7 +1379,7 @@ write_config_file(
 	fprintf(fp, "default_select_pattern=%s\n", tinrc.default_select_pattern);
 	fprintf(fp, "default_shell_command=%s\n\n", tinrc.default_shell_command);
 
-	fprintf(fp, _(txt_tinrc_newnews));
+	fprintf(fp, "%s", _(txt_tinrc_newnews));
 	{
 		char timestring[30];
 		int j = find_newnews_index(nntp_server);
@@ -1444,8 +1449,6 @@ match_color(
 			if (!strcasecmp(&line[patlen], txt_colors[n])) {
 				found = TRUE;
 				*dst = n;
-				if (*dst > max)
-					*dst = -1;
 			}
 		}
 
@@ -1453,11 +1456,14 @@ match_color(
 			*dst = atoi(&line[patlen]);
 
 		if (max) {
-			if ((*dst < -1) || (*dst > max)) {
+			if (max == MAX_BACKCOLOR && *dst > max && *dst <= MAX_COLOR)
+				*dst %= MAX_BACKCOLOR + 1;
+			else if ((*dst < -1) || (*dst > max)) {
 				my_fprintf(stderr, _(txt_value_out_of_range), pat, *dst, max);
 				*dst = 0;
 			}
-		}
+		} else
+			*dst = -1;
 		return TRUE;
 	}
 	return FALSE;
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/cook.c tin-2.0.0/src/cook.c
--- tin-1.9.6/src/cook.c	2010-11-14 11:53:47.000000000 +0100
+++ tin-2.0.0/src/cook.c	2011-04-17 16:04:35.903902602 +0200
@@ -3,10 +3,10 @@
  *  Module    : cook.c
  *  Author    : J. Faultless
  *  Created   : 2000-03-08
- *  Updated   : 2010-09-27
+ *  Updated   : 2011-01-29
  *  Notes     : Split from page.c
  *
- * Copyright (c) 2000-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 2000-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -106,7 +106,7 @@ expand_ctrl_chars(
 	*length = strlen(*line);
 #else
 	int curr_len = LEN;
-	int i = 0, j, ln = 0;
+	unsigned int i = 0, j, ln = 0;
 	char *buf = my_malloc(curr_len);
 	unsigned char *c;
 
@@ -807,7 +807,8 @@ t_bool
 cook_article(
 	t_bool wrap_lines,
 	t_openartinfo *artinfo,
-	int hide_uue)
+	int hide_uue,
+	t_bool show_all_headers)
 {
 	const char *charset;
 	const char *name;
@@ -844,7 +845,7 @@ cook_article(
 			break;
 		}
 
-		if (header_wanted(line)) {	/* Put cooked data */
+		if (show_all_headers || header_wanted(line)) {	/* Put cooked data */
 			const char **strptr = struct_header;
 			char *l = NULL, *ptr, *foo, *bar;
 			size_t i = LEN;
@@ -856,7 +857,8 @@ cook_article(
 					foo = my_strdup(*strptr);
 					if ((ptr = strchr(foo, ':'))) {
 						*ptr = '\0';
-						if ((ptr = parse_header(line, foo, TRUE, TRUE))) {
+						unfold_header(line);
+						if ((ptr = parse_header(line, foo, TRUE, TRUE, FALSE))) {
 							bar = idna_decode(ptr);	/* do we wan't idna_decode() here? */
 							l = my_calloc(1, strlen(bar) + strlen(*strptr) + 1);
 							strncpy(l, line, strlen(*strptr));
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/curses.c tin-2.0.0/src/curses.c
--- tin-1.9.6/src/curses.c	2010-10-31 19:16:43.000000000 +0100
+++ tin-2.0.0/src/curses.c	2011-04-17 17:40:55.760073217 +0200
@@ -3,7 +3,7 @@
  *  Module    : curses.c
  *  Author    : D. Taylor & I. Lea
  *  Created   : 1986-01-01
- *  Updated   : 2010-10-31
+ *  Updated   : 2011-04-17
  *  Notes     : This is a screen management library borrowed with permission
  *              from the Elm mail system. This library was hacked to provide
  *              what tin needs.
@@ -107,7 +107,7 @@ static char *_clearscreen, *_moveto, *_c
 			*_scrollregion, *_scrollfwd, *_scrollback,
 			*_reset, *_reversevideo, *_blink, *_dim, *_bold;
 
-static int _columns, _line, _lines;
+static int _columns, _line, _lines, _colors;
 
 #ifdef M_UNIX
 #	undef SET_TTY
@@ -173,6 +173,9 @@ setup_screen(
 	ScreenSize(&cLINES, &cCOLS);
 	cmd_line = FALSE;
 	Raw(TRUE);
+#ifdef HAVE_COLOR
+	bcol(tinrc.col_back);
+#endif /* HAVE_COLOR */
 	set_win_size(&cLINES, &cCOLS);
 }
 
@@ -276,6 +279,7 @@ get_termcaps(
 		*(table[n].value) = TGETSTR(table[n].capname, &ptr);
 	}
 	_lines = TGETNUM(dCAPNAME("li", "lines"));
+	_colors = TGETNUM(dCAPNAME("Co", "colors"));
 	_columns = TGETNUM(dCAPNAME("co", "cols"));
 	_hp_glitch = TGETFLAG(dCAPNAME("xs", "xhp"));
 
@@ -341,7 +345,7 @@ InitScreen(
 {
 	InitWin();
 #	ifdef HAVE_COLOR
-	postinit_colors();
+	postinit_colors(MAX(_colors, MAX_COLOR + 1)); /* postinit_colors(_colors) would be correct */
 #	endif /* HAVE_COLOR */
 	return TRUE;
 }
@@ -461,6 +465,10 @@ void
 ClearScreen(
 	void)
 {
+#ifdef HAVE_COLOR
+	fcol(tinrc.col_normal);
+	bcol(tinrc.col_back);
+#endif /* HAVE_COLOR */
 	tputs(_clearscreen, 1, outchar);
 	my_flush();		/* clear the output buffer */
 	_line = 1;
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/debug.c tin-2.0.0/src/debug.c
--- tin-1.9.6/src/debug.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/debug.c	2011-04-17 16:04:30.395064274 +0200
@@ -3,10 +3,10 @@
  *  Module    : debug.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2009-03-13
+ *  Updated   : 2011-04-12
  *  Notes     : debug routines
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -366,9 +366,9 @@ debug_print_bitmap(
 					(art->status == ART_READ ? "READ" : "UNREAD"));
 			}
 			debug_print_newsrc(&group->newsrc, fp);
+			fchmod(fileno(fp), (S_IRUGO|S_IWUGO));
+			fclose(fp);
 		}
-		fchmod(fileno(fp), (S_IRUGO|S_IWUGO));
-		fclose(fp);
 	}
 }
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/envarg.c tin-2.0.0/src/envarg.c
--- tin-1.9.6/src/envarg.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/envarg.c	2011-04-17 16:04:30.419067928 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 1993-03-10
  *  Notes     : Adds default options from environment to command line
  *
- * Copyright (c) 1991-2010 Bill Davidson
+ * Copyright (c) 1991-2011 Bill Davidson
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/feed.c tin-2.0.0/src/feed.c
--- tin-1.9.6/src/feed.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/feed.c	2011-04-17 16:04:30.743117242 +0200
@@ -3,10 +3,10 @@
  *  Module    : feed.c
  *  Author    : I. Lea
  *  Created   : 1991-08-31
- *  Updated   : 2009-12-13
+ *  Updated   : 2011-03-25
  *  Notes     : provides same interface to mail,pipe,print,save & repost commands
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -922,9 +922,15 @@ got_epipe_while_piping:
 			fflush(pipe_fp);
 			(void) pclose(pipe_fp);
 			set_signal_catcher(TRUE);
+#	ifdef USE_CURSES
 			Raw(TRUE);
 			InitWin();
+#	endif /* USE_CURSES */
 			prompt_continue();
+#	ifndef USE_CURSES
+			Raw(TRUE);
+			InitWin();
+#	endif /* !USE_CURSES */
 			redraw_screen = TRUE;
 			break;
 #endif /* !DONT_HAVE_PIPING */
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/filter.c tin-2.0.0/src/filter.c
--- tin-1.9.6/src/filter.c	2010-11-13 00:41:57.000000000 +0100
+++ tin-2.0.0/src/filter.c	2011-05-10 15:46:01.962307209 +0200
@@ -3,10 +3,10 @@
  *  Module    : filter.c
  *  Author    : I. Lea
  *  Created   : 1992-12-28
- *  Updated   : 2010-11-13
+ *  Updated   : 2011-04-17
  *  Notes     : Filter articles. Kill & auto selection are supported.
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -660,14 +660,14 @@ write_filter_file(
 
 	/* TODO: -> lang.c */
 	fprintf(fp, "# Filter file V%s for the TIN newsreader\n#\n", FILTER_VERSION);
-	fprintf(fp, _(txt_filter_file));
+	fprintf(fp, "%s", _(txt_filter_file));
 
 	/* determine the file offset */
 	if (!batch_mode) {
 		fpos = ftell(fp);
 		rewind(fp);
 		filter_file_offset = 1;
-		while((i = fgetc(fp)) != EOF) {
+		while ((i = fgetc(fp)) != EOF) {
 			if (i == '\n')
 				filter_file_offset++;
 		}
@@ -1328,7 +1328,7 @@ filter_menu(
 	 * Expire time
 	 */
 	snprintf(double_time, sizeof(double_time), "2x %s", text_time);
-	snprintf(quat_time, sizeof(double_time), "4x %s", text_time);
+	snprintf(quat_time, sizeof(quat_time), "4x %s", text_time);
 	list = my_malloc(sizeof(char *) * 4);
 	list[0] = (char *) _(txt_unlimited_time);
 	list[1] = text_time;
@@ -1440,12 +1440,14 @@ quick_filter(
 	if (type == GLOBAL_QUICK_FILTER_KILL) {
 		header = group->attribute->quick_kill_header;
 		expire = group->attribute->quick_kill_expire;
-		icase = group->attribute->quick_kill_case;
+		/* ON=case sensitive, OFF=ignore case -> invert */
+		icase = bool_not(group->attribute->quick_kill_case);
 		scope = group->attribute->quick_kill_scope;
 	} else {	/* type == GLOBAL_QUICK_FILTER_SELECT */
 		header = group->attribute->quick_select_header;
 		expire = group->attribute->quick_select_expire;
-		icase = group->attribute->quick_select_case;
+		/* ON=case sensitive, OFF=ignore case -> invert */
+		icase = bool_not(group->attribute->quick_select_case);
 		scope = group->attribute->quick_select_scope;
 	}
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/getline.c tin-2.0.0/src/getline.c
--- tin-1.9.6/src/getline.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/getline.c	2011-04-17 16:04:30.539086191 +0200
@@ -593,7 +593,7 @@ gl_fixup(
 			off_right = (gl_cnt > gl_shift + gl_width - 1) ? 1 : 0;
 			right = (off_right) ? gl_shift + gl_width - 2 : gl_cnt;
 		}
-		pad -= (off_right) ? gl_width - 1 : gl_cnt - gl_shift;
+		pad -= (off_right ? gl_width - 1 : gl_cnt - gl_shift);
 		pad = (pad < 0) ? 0 : pad;
 		if (left <= right) {	/* clean up screen */
 			for (i = 0; i < backup; i++)
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/global.c tin-2.0.0/src/global.c
--- tin-1.9.6/src/global.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/global.c	2011-04-17 16:04:30.567090454 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2005-10-19
  *  Notes     : Generic nagivation and key handling routines
  *
- * Copyright (c) 1999-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1999-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/group.c tin-2.0.0/src/group.c
--- tin-1.9.6/src/group.c	2010-10-07 22:59:10.000000000 +0200
+++ tin-2.0.0/src/group.c	2011-04-17 16:04:35.939908081 +0200
@@ -3,10 +3,10 @@
  *  Module    : group.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-01-29
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1385,7 +1385,7 @@ build_sline(
 	 * protect display from non-displayable characters (e.g., form-feed)
 	 * and write line.
 	 */
-	WriteLine(INDEX2LNUM(i), convert_to_printable(buffer));
+	WriteLine(INDEX2LNUM(i), convert_to_printable(buffer, FALSE));
 
 #ifdef USE_CURSES
 	free(buffer);
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/hashstr.c tin-2.0.0/src/hashstr.c
--- tin-1.9.6/src/hashstr.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/hashstr.c	2011-04-17 16:04:30.627099585 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2003-09-19
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
 
  * All rights reserved.
  *
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/header.c tin-2.0.0/src/header.c
--- tin-1.9.6/src/header.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/header.c	2011-04-17 16:04:30.651103239 +0200
@@ -5,7 +5,7 @@
  *  Created   : 1997-03-10
  *  Updated   : 2008-11-22
  *
- * Copyright (c) 1997-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 1997-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/help.c tin-2.0.0/src/help.c
--- tin-1.9.6/src/help.c	2010-10-07 20:45:14.000000000 +0200
+++ tin-2.0.0/src/help.c	2011-04-17 16:04:30.679107500 +0200
@@ -3,10 +3,10 @@
  *  Module    : help.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-01-25
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -514,7 +514,8 @@ static t_help_page page_help_page[] = {
 	{ txt_help_global_toggle_info_line, GLOBAL_TOGGLE_INFO_LAST_LINE },
 	{ txt_help_article_toggle_rot13, PAGE_TOGGLE_ROT13 },
 	{ txt_help_global_toggle_inverse_video, GLOBAL_TOGGLE_INVERSE_VIDEO },
-	{ txt_help_article_show_raw, PAGE_TOGGLE_HEADERS },
+	{ txt_help_article_show_raw, PAGE_TOGGLE_RAW },
+	{ txt_help_article_toggle_headers, PAGE_TOGGLE_HEADERS },
 #ifdef HAVE_COLOR
 	{ txt_help_global_toggle_color, GLOBAL_TOGGLE_COLOR },
 #endif /* HAVE_COLOR */
@@ -768,16 +769,23 @@ show_mini_help(
 				printascii(key[2], func_to_key(GLOBAL_HELP, attachment_keys)),
 				printascii(key[3], func_to_key(GLOBAL_QUIT, attachment_keys)));
 			center_line(line, FALSE, buf);
+#ifndef DONT_HAVE_PIPING
 			snprintf(buf, bufs, _(txt_mini_attachment_2),
 				printascii(key[0], func_to_key(ATTACHMENT_SELECT, attachment_keys)),
-#ifndef DONT_HAVE_PIPING
 				printascii(key[5], func_to_key(ATTACHMENT_PIPE, attachment_keys)),
 				printascii(key[6], func_to_key(GLOBAL_PIPE, attachment_keys)),
-#endif /* !DONT_HAVE_PIPING */
 				printascii(key[1], func_to_key(ATTACHMENT_SAVE, attachment_keys)),
 				printascii(key[2], func_to_key(ATTACHMENT_TAG, attachment_keys)),
 				printascii(key[3], func_to_key(ATTACHMENT_TAG_PATTERN, attachment_keys)),
 				printascii(key[4], func_to_key(ATTACHMENT_UNTAG, attachment_keys)));
+#else
+			snprintf(buf, bufs, _(txt_mini_attachment_2),
+				printascii(key[0], func_to_key(ATTACHMENT_SELECT, attachment_keys)),
+				printascii(key[1], func_to_key(ATTACHMENT_SAVE, attachment_keys)),
+				printascii(key[2], func_to_key(ATTACHMENT_TAG, attachment_keys)),
+				printascii(key[3], func_to_key(ATTACHMENT_TAG_PATTERN, attachment_keys)),
+				printascii(key[4], func_to_key(ATTACHMENT_UNTAG, attachment_keys)));
+#endif /* !DONT_HAVE_PIPING */
 			center_line(line + 1, FALSE, buf);
 			snprintf(buf, bufs, _(txt_mini_attachment_3),
 				printascii(key[1], func_to_key(ATTACHMENT_TOGGLE_TAGGED, attachment_keys)),
@@ -840,19 +848,48 @@ show_mini_help(
 				printascii(key[4], func_to_key(GROUP_MARK_THREAD_READ, group_keys)),
 				printascii(key[5], func_to_key(GROUP_LIST_THREAD, group_keys)));
 			center_line(line + 1, FALSE, buf);
+
+#if defined(DONT_HAVE_PIPING) && defined(DISABLE_PRINTING)
+			snprintf(buf, bufs, _(txt_mini_group_3),
+				printascii(key[3], func_to_key(GLOBAL_QUIT, group_keys)),
+				printascii(key[4], func_to_key(GROUP_TOGGLE_READ_UNREAD, group_keys)),
+				printascii(key[5], func_to_key(GROUP_SAVE, group_keys)),
+				printascii(key[6], func_to_key(GROUP_TAG, group_keys)),
+				printascii(key[7], func_to_key(GLOBAL_POST, group_keys)));
+#else
+#	ifdef DONT_HAVE_PIPING
+			snprintf(buf, bufs, _(txt_mini_group_3),
+				printascii(key[1], func_to_key(GROUP_MAIL, group_keys)),
+				printascii(key[2], func_to_key(GLOBAL_PRINT, group_keys)),
+				printascii(key[3], func_to_key(GLOBAL_QUIT, group_keys)),
+				printascii(key[4], func_to_key(GROUP_TOGGLE_READ_UNREAD, group_keys)),
+				printascii(key[5], func_to_key(GROUP_SAVE, group_keys)),
+				printascii(key[6], func_to_key(GROUP_TAG, group_keys)),
+				printascii(key[7], func_to_key(GLOBAL_POST, group_keys)));
+#	else
+#		ifdef DISABLE_PRINTING
+			snprintf(buf, bufs, _(txt_mini_group_3),
+				printascii(key[0], func_to_key(GLOBAL_PIPE, group_keys)),
+				printascii(key[1], func_to_key(GROUP_MAIL, group_keys)),
+				printascii(key[3], func_to_key(GLOBAL_QUIT, group_keys)),
+				printascii(key[4], func_to_key(GROUP_TOGGLE_READ_UNREAD, group_keys)),
+				printascii(key[5], func_to_key(GROUP_SAVE, group_keys)),
+				printascii(key[6], func_to_key(GROUP_TAG, group_keys)),
+				printascii(key[7], func_to_key(GLOBAL_POST, group_keys)));
+#		else
 			snprintf(buf, bufs, _(txt_mini_group_3),
-#ifndef DONT_HAVE_PIPING
 				printascii(key[0], func_to_key(GLOBAL_PIPE, group_keys)),
-#endif /* !DONT_HAVE_PIPING */
 				printascii(key[1], func_to_key(GROUP_MAIL, group_keys)),
-#ifndef DISABLE_PRINTING
 				printascii(key[2], func_to_key(GLOBAL_PRINT, group_keys)),
-#endif /* !DISABLE_PRINTING */
 				printascii(key[3], func_to_key(GLOBAL_QUIT, group_keys)),
 				printascii(key[4], func_to_key(GROUP_TOGGLE_READ_UNREAD, group_keys)),
 				printascii(key[5], func_to_key(GROUP_SAVE, group_keys)),
 				printascii(key[6], func_to_key(GROUP_TAG, group_keys)),
 				printascii(key[7], func_to_key(GLOBAL_POST, group_keys)));
+#		endif /* DISABLE_PRINTING */
+#	endif /* DONT_HAVE_PIPING */
+#endif /* DONT_HAVE_PIPING && DISABLE_PRINTING */
+
 			center_line(line + 2, FALSE, buf);
 			break;
 
@@ -885,19 +922,49 @@ show_mini_help(
 				printascii(key[3], func_to_key(PAGE_FOLLOWUP_QUOTE, page_keys)),
 				printascii(key[4], func_to_key(PAGE_MARK_THREAD_READ, page_keys)));
 			center_line(line + 1, FALSE, buf);
+
+#if defined(DONT_HAVE_PIPING) && defined(DISABLE_PRINTING)
+			snprintf(buf, bufs, _(txt_mini_page_3),
+				printascii(key[1], func_to_key(PAGE_MAIL, page_keys)),
+				printascii(key[3], func_to_key(GLOBAL_QUIT, page_keys)),
+				printascii(key[4], func_to_key(PAGE_REPLY_QUOTE, page_keys)),
+				printascii(key[5], func_to_key(PAGE_SAVE, page_keys)),
+				printascii(key[6], func_to_key(PAGE_TAG, page_keys)),
+				printascii(key[7], func_to_key(GLOBAL_POST, page_keys)));
+#else
+#	ifdef DONT_HAVE_PIPING
+			snprintf(buf, bufs, _(txt_mini_page_3),
+				printascii(key[1], func_to_key(PAGE_MAIL, page_keys)),
+				printascii(key[2], func_to_key(GLOBAL_PRINT, page_keys)),
+				printascii(key[3], func_to_key(GLOBAL_QUIT, page_keys)),
+				printascii(key[4], func_to_key(PAGE_REPLY_QUOTE, page_keys)),
+				printascii(key[5], func_to_key(PAGE_SAVE, page_keys)),
+				printascii(key[6], func_to_key(PAGE_TAG, page_keys)),
+				printascii(key[7], func_to_key(GLOBAL_POST, page_keys)));
+#	else
+#		ifdef DISABLE_PRINTING
+			snprintf(buf, bufs, _(txt_mini_page_3),
+				printascii(key[0], func_to_key(GLOBAL_PIPE, page_keys)),
+				printascii(key[1], func_to_key(PAGE_MAIL, page_keys)),
+				printascii(key[3], func_to_key(GLOBAL_QUIT, page_keys)),
+				printascii(key[4], func_to_key(PAGE_REPLY_QUOTE, page_keys)),
+				printascii(key[5], func_to_key(PAGE_SAVE, page_keys)),
+				printascii(key[6], func_to_key(PAGE_TAG, page_keys)),
+				printascii(key[7], func_to_key(GLOBAL_POST, page_keys)));
+#		else
 			snprintf(buf, bufs, _(txt_mini_page_3),
-#ifndef DONT_HAVE_PIPING
 				printascii(key[0], func_to_key(GLOBAL_PIPE, page_keys)),
-#endif /* !DONT_HAVE_PIPING */
 				printascii(key[1], func_to_key(PAGE_MAIL, page_keys)),
-#ifndef DISABLE_PRINTING
 				printascii(key[2], func_to_key(GLOBAL_PRINT, page_keys)),
-#endif /* !DISABLE_PRINTING */
 				printascii(key[3], func_to_key(GLOBAL_QUIT, page_keys)),
 				printascii(key[4], func_to_key(PAGE_REPLY_QUOTE, page_keys)),
 				printascii(key[5], func_to_key(PAGE_SAVE, page_keys)),
 				printascii(key[6], func_to_key(PAGE_TAG, page_keys)),
 				printascii(key[7], func_to_key(GLOBAL_POST, page_keys)));
+#		endif /* DISABLE_PRINTING */
+#	endif /* DONT_HAVE_PIPING */
+#endif /* DONT_HAVE_PIPING && DISABLE_PRINTING */
+
 			center_line(line + 2, FALSE, buf);
 			break;
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/inews.c tin-2.0.0/src/inews.c
--- tin-1.9.6/src/inews.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/inews.c	2011-04-17 16:04:30.711112371 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-04-07
  *  Notes     : NNTP built in version of inews
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/init.c tin-2.0.0/src/init.c
--- tin-1.9.6/src/init.c	2010-10-07 22:59:00.000000000 +0200
+++ tin-2.0.0/src/init.c	2011-04-18 00:13:33.553601475 +0200
@@ -3,10 +3,10 @@
  *  Module    : init.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-04-17
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -132,6 +132,10 @@ t_bool disable_sender;			/* disable gene
 #else
 	t_bool force_no_post = FALSE;	/* don't force no posting mode */
 #endif /* NO_POSTING */
+#if defined(NNTP_ABLE) && defined(INET6)
+	t_bool force_ipv4 = FALSE;
+	t_bool force_ipv6 = FALSE;
+#endif /* NNTP_ABLE && INET6 */
 t_bool list_active;
 t_bool newsrc_active;
 t_bool no_write = FALSE;		/* do not write newsrc on quit (-X cmd-line flag) */
@@ -383,6 +387,9 @@ struct t_config tinrc = {
 	FALSE,		/* tex2iso_conv */
 	TRUE,		/* thread_catchup_on_exit */
 	TRUE,		/* unlink_article */
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	FALSE,		/* utf8_graphics */
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 	TRUE,		/* verbatim_handling */
 	"",		/* inews_prog */
 	INTERACTIVE_NONE,		/* interactive_mailer */
@@ -565,7 +572,7 @@ static const struct {
 	{ &tinrc.col_quote3,      4 },
 	{ &tinrc.col_response,    2 },
 	{ &tinrc.col_signature,   4 },
-	{ &tinrc.col_urls,       -1 },
+	{ &tinrc.col_urls,       DFT_FORE },
 	{ &tinrc.col_verbatim,    5 },
 	{ &tinrc.col_subject,     6 },
 	{ &tinrc.col_text,       DFT_FORE },
@@ -586,12 +593,13 @@ preinit_colors(
 
 void
 postinit_colors(
-	void)
+	int last_color)
 {
 	size_t n;
 
 	for (n = 0; n < ARRAY_SIZE(our_colors); n++) {
-		if (*(our_colors[n].colorp) == DFT_INIT) {
+		if (*(our_colors[n].colorp) == DFT_INIT
+		 || *(our_colors[n].colorp) >= last_color) {
 			switch (our_colors[n].color_dft) {
 				case DFT_FORE:
 					*(our_colors[n].colorp) = default_fcol;
@@ -876,7 +884,7 @@ init_selfinfo(
 
 	if (stat(posted_info_file, &sb) == -1) {
 		if ((fp = fopen(posted_info_file, "w")) != NULL) {
-			fprintf(fp, _(txt_posted_info_file));
+			fprintf(fp, "%s", _(txt_posted_info_file));
 			fchmod(fileno(fp), (mode_t) (S_IRUSR|S_IWUSR));
 			fclose(fp);
 		}
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/joinpath.c tin-2.0.0/src/joinpath.c
--- tin-1.9.6/src/joinpath.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/joinpath.c	2011-04-17 16:04:30.771121502 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2008-12-04
  *  Notes     :
  *
- * Copyright (c) 1997-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/keymap.c tin-2.0.0/src/keymap.c
--- tin-1.9.6/src/keymap.c	2010-10-01 20:08:53.000000000 +0200
+++ tin-2.0.0/src/keymap.c	2011-04-17 16:04:30.807126982 +0200
@@ -3,10 +3,10 @@
  *  Module    : keymap.c
  *  Author    : D. Nimmich, J. Faultless
  *  Created   : 2000-05-25
- *  Updated   : 2010-10-01
+ *  Updated   : 2011-01-25
  *  Notes     : This file contains key mapping routines and variables.
  *
- * Copyright (c) 2000-2010 Dirk Nimmich <nimmich@muenster.de>
+ * Copyright (c) 2000-2011 Dirk Nimmich <nimmich@muenster.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1175,7 +1175,7 @@ process_mapping(
 
 				return TRUE;
 			}
-			if (strcmp(keyname, "PageToggleHeaders") == 0) {
+			if (strcmp(keyname, "PageToggleAllHeaders") == 0) {
 				process_keys(PAGE_TOGGLE_HEADERS, keys, &page_keys);
 
 				return TRUE;
@@ -1185,6 +1185,11 @@ process_mapping(
 
 				return TRUE;
 			}
+			if (strcmp(keyname, "PageToggleRaw") == 0) {
+				process_keys(PAGE_TOGGLE_RAW, keys, &page_keys);
+
+				return TRUE;
+			}
 			if (strcmp(keyname, "PageToggleRot") == 0) {
 				process_keys(PAGE_TOGGLE_ROT13, keys, &page_keys);
 
@@ -2205,6 +2210,8 @@ upgrade_keymap_file(
 					catchup[1] = my_strdup(keydef);
 				else if (strcmp(keyname, "PageCatchupNextUnread") == 0)
 					catchup_next_unread[1] = my_strdup(keydef);
+				else if (strcmp(keyname, "PageToggleHeaders") == 0)
+					fprintf(newfp, "PageToggleRaw\t\t\t%s\n", keydef);
 				else if (strcmp(keyname, "PromptNo") == 0 || strcmp(keyname, "PromptYes") == 0) {
 					if (strlen(keydef) == 1 && islower((int)(unsigned char) keydef[0]))
 						fprintf(newfp, "%s\t\t\t%c\t%c\n", keyname, keydef[0], toupper((int)(unsigned char) keydef[0]));
@@ -2673,7 +2680,7 @@ setup_default_keys(
 #ifdef HAVE_PGP_GPG
 	add_default_key(&page_keys, "", PAGE_PGP_CHECK_ARTICLE);
 #endif /* HAVE_PGP_GPG */
-	add_default_key(&page_keys, "", PAGE_TOGGLE_HEADERS);
+	add_default_key(&page_keys, "", PAGE_TOGGLE_RAW);
 	add_default_key(&page_keys, "", GLOBAL_MENU_FILTER_KILL);
 	add_default_key(&page_keys, "\n\r", PAGE_NEXT_THREAD);
 	add_default_key(&page_keys, "", PAGE_TOGGLE_TABS);
@@ -2724,6 +2731,7 @@ setup_default_keys(
 	add_default_key(&page_keys, "[", GLOBAL_QUICK_FILTER_SELECT);
 	add_default_key(&page_keys, "]", GLOBAL_QUICK_FILTER_KILL);
 	add_default_key(&page_keys, "%", PAGE_TOGGLE_ROT13);
+	add_default_key(&page_keys, "*", PAGE_TOGGLE_HEADERS);
 	add_default_key(&page_keys, ":", PAGE_SKIP_INCLUDED_TEXT);
 	add_default_key(&page_keys, "_", PAGE_TOGGLE_HIGHLIGHTING);
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/lang.c tin-2.0.0/src/lang.c
--- tin-1.9.6/src/lang.c	2010-10-07 22:58:36.000000000 +0200
+++ tin-2.0.0/src/lang.c	2011-05-29 01:44:57.694372223 +0200
@@ -3,10 +3,10 @@
  *  Module    : lang.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-01-30
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -355,6 +355,7 @@ constext txt_help_article_search_forward
 constext txt_help_article_show_raw[] = N_("show article in raw-mode (including all headers)");
 constext txt_help_article_skip_quote[] = N_("skip next block of included text");
 constext txt_help_article_toggle_formfeed[] = N_("toggle display of sections hidden by a form-feed (^L) on/off");
+constext txt_help_article_toggle_headers[] = N_("toggle display of all headers");
 constext txt_help_article_toggle_highlight[] = N_("toggle word highlighting on/off");
 constext txt_help_article_toggle_rot13[] = N_("toggle ROT-13 (basic decode) for current article");
 constext txt_help_article_toggle_tabwidth[] = N_("toggle tabwidth 4 <-> 8");
@@ -631,7 +632,7 @@ constext txt_msgid_line_only[] = N_("Mes
 constext txt_msgid_refs_line[] = N_("Message-ID: & References: line");
 
 constext txt_name[] = N_(", name: ");
-constext txt_newsgroup[] = N_("Goto newsgroup [%s]> ");
+constext txt_newsgroup[] = N_("Go to newsgroup [%s]> ");
 constext txt_newsgroup_plural[] = N_("newsgroups");
 constext txt_newsgroup_position[] = N_("Position %s in group list (1,2,..,$) [%d]> ");
 constext txt_newsgroup_singular[] = N_("newsgroup");
@@ -1076,7 +1077,7 @@ Warning: Posting is in %s and contains c
 #endif /* HAVE_PGP_GPG */
 
 #ifdef M_UNIX
-	constext txt_copyright_notice[] = "%s (c) Copyright 1991-2010 Iain Lea.";
+	constext txt_copyright_notice[] = "%s (c) Copyright 1991-2011 Iain Lea.";
 #endif /* M_UNIX */
 
 #ifdef NNTP_ABLE
@@ -1099,6 +1100,8 @@ Warning: Posting is in %s and contains c
 	constext txt_usage_read_only_active[] = N_("  -l       use only LIST instead of GROUP (-n) command");
 	constext txt_usage_read_only_subscribed[] = N_("  -n       only read subscribed .newsrc groups from NNTP server");
 #	ifdef INET6
+		constext txt_usage_force_ipv4[] = N_("  -4       force connecting via IPv4");
+		constext txt_usage_force_ipv6[] = N_("  -6       force connecting via IPv6");
 		constext txt_error_socket_or_connect_problem[] = N_("\nsocket or connect problem\n");
 #	else
 		constext txt_connection_to[] = N_("\nConnection to %s: ");
@@ -1360,6 +1363,18 @@ constext *txt_goto_next_unread_options[]
 	N_("PageDown or PageNextUnread"),
 };
 
+/* different options for quick_kill_header / quick_select_header */
+constext *txt_quick_ks_header_options[] = {
+	N_("Subject: (case sensitive)"),
+	N_("Subject: (ignore case)"),
+	N_("From: (case sensitive)"),
+	N_("From: (ignore case)"),
+	N_("Msg-ID: & full References: line"),
+	N_("Msg-ID: & last References: only"),
+	N_("Message-ID: entry only"),
+	N_("Lines:"),
+};
+
 /* different options for trim_article_body */
 constext *txt_trim_article_body_options[] = {
 	N_("Don't trim article body"),
@@ -1651,7 +1666,7 @@ struct opttxt txt_sort_threads_type = {
 
 struct opttxt txt_pos_first_unread = {
 	N_("Put cursor at first/last unread art in groups. <SPACE> toggles & <CR> sets."),
-	N_("Goto first unread article in group"),
+	N_("Go to first unread article in group"),
 	N_("# If ON put cursor at first unread art in group otherwise last art\n")
 };
 
@@ -2640,6 +2655,14 @@ struct opttxt txt_unlink_article = {
 	N_("# If ON remove ~/.article after posting.\n")
 };
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+struct opttxt txt_utf8_graphics = {
+	N_("<SPACE> toggles, <CR> sets, <ESC> cancels."),
+	N_("Use UTF-8 graphics (thrd tree etc.)"),
+	N_("# If ON use UTF-8 characters for indicator '->', tree and ellipsis '...'.\n")
+};
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+
 struct opttxt txt_posted_articles_file = {
 	N_("Filename for all posted articles, <CR> sets, no filename=do not save."),
 	N_("Filename for posted articles"),
@@ -2787,50 +2810,50 @@ struct opttxt txt_savefile = {
 };
 
 struct opttxt txt_quick_select_scope = {
-	NULL,
-	NULL,
+	N_("Scope for the filter rule. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) select filter scope"),
 	NULL
 };
 
 struct opttxt txt_quick_select_header = {
-	NULL,
-	NULL,
+	N_("Header for filter rule. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) select filter header"),
 	NULL
 };
 
 struct opttxt txt_quick_select_case = {
-	NULL,
-	NULL,
+	N_("ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) select filter case"),
 	NULL
 };
 
 struct opttxt txt_quick_select_expire = {
-	NULL,
-	NULL,
+	N_("ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) select filter expire"),
 	NULL
 };
 
 struct opttxt txt_quick_kill_scope = {
-	NULL,
-	NULL,
+	N_("Scope for the filter rule. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) kill filter scope"),
 	NULL
 };
 
 struct opttxt txt_quick_kill_header = {
-	NULL,
-	NULL,
+	N_("Header for filter rule. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) kill filter header"),
 	NULL
 };
 
 struct opttxt txt_quick_kill_case = {
-	NULL,
-	NULL,
+	N_("ON = case sensitive, OFF = ignore case. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) kill filter case"),
 	NULL
 };
 
 struct opttxt txt_quick_kill_expire = {
-	NULL,
-	NULL,
+	N_("ON = expire, OFF = don't ever expire. <CR> sets, <ESC> cancels."),
+	N_("Quick (1 key) kill filter expire"),
 	NULL
 };
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/list.c tin-2.0.0/src/list.c
--- tin-1.9.6/src/list.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/list.c	2011-04-17 16:04:30.919144027 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2008-11-28
  *  Notes     : Low level functions handling the active[] list and its group_hash index
  *
- * Copyright (c) 1993-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1993-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/lock.c tin-2.0.0/src/lock.c
--- tin-1.9.6/src/lock.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/lock.c	2011-04-17 16:04:30.943147682 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2006-05-11
  *  Notes     :
  *
- * Copyright (c) 1998-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 1998-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/mail.c tin-2.0.0/src/mail.c
--- tin-1.9.6/src/mail.c	2010-05-20 22:45:59.000000000 +0200
+++ tin-2.0.0/src/mail.c	2011-04-18 00:14:00.557719523 +0200
@@ -3,10 +3,10 @@
  *  Module    : mail.c
  *  Author    : I. Lea
  *  Created   : 1992-10-02
- *  Updated   : 2010-05-20
+ *  Updated   : 2011-04-17
  *  Notes     : Mail handling routines for creating pseudo newsgroups
  *
- * Copyright (c) 1992-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1992-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -511,7 +511,7 @@ read_groups_descriptions(
 			 * Protect against invalid character sequences.
 			 */
 			process_charsets(&r, &r_len, "UTF-8", tinrc.mm_local_charset, FALSE);
-			group->description = convert_to_printable(r);
+			group->description = convert_to_printable(r, FALSE);
 		}
 
 		if (++count % 100 == 0)
@@ -531,7 +531,7 @@ print_active_head(
 		return;
 
 	if ((fp = fopen(active_file, "w")) != NULL) {
-		fprintf(fp, _(txt_mail_save_active_head));
+		fprintf(fp, "%s", _(txt_mail_save_active_head));
 		fclose(fp);
 	}
 }
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/main.c tin-2.0.0/src/main.c
--- tin-1.9.6/src/main.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/main.c	2011-04-17 17:34:30.761380517 +0200
@@ -3,10 +3,10 @@
  *  Module    : main.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-03-07
+ *  Updated   : 2011-04-17
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -88,8 +88,8 @@ main(
 #if defined(HAVE_SETLOCALE) && !defined(NO_LOCALE)
 	if (setlocale(LC_ALL, "")) {
 #	ifdef ENABLE_NLS
-		bindtextdomain(PACKAGE, LOCALEDIR);
-		textdomain(PACKAGE);
+		bindtextdomain(NLS_TEXTDOMAIN, LOCALEDIR);
+		textdomain(NLS_TEXTDOMAIN);
 #	endif /* ENABLE_NLS */
 	} else
 		error_message(4, txt_error_locale);
@@ -195,7 +195,8 @@ main(
 	/*
 	 * Connect to nntp server?
 	 */
-	nntp_server = getserverbyfile(NNTP_SERVER_FILE);
+	if (!nntp_server || !*nntp_server)
+		nntp_server = getserverbyfile(NNTP_SERVER_FILE);
 	if (read_news_via_nntp && !read_saved_news && nntp_open())
 		giveup();
 
@@ -417,7 +418,7 @@ main(
 /*
  * process command line options
  */
-#define OPTIONS "aAcdD:f:g:G:hHI:lm:M:nNop:qQrRs:SuvVwxXzZ"
+#define OPTIONS "46aAcdD:f:g:G:hHI:lm:M:nNop:qQrRs:SuvVwxXzZ"
 
 static void
 read_cmd_line_options(
@@ -431,6 +432,39 @@ read_cmd_line_options(
 
 	while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
 		switch (ch) {
+
+			case '4':
+#if defined(NNTP_ABLE) && defined(INET6)
+				force_ipv4 = TRUE;
+				read_news_via_nntp = TRUE;
+#else
+#	ifdef NNTP_ABLE
+				error_message(2, _(txt_option_not_enabled), "-DENABLE_IPV6");
+#	else
+				error_message(2, _(txt_option_not_enabled), "-DNNTP_ABLE");
+#	endif /* NNTP_ABLE*/
+				giveup();
+				/* keep lint quiet: */
+				/* NOTREACHED */
+#endif /* NNTP_ABLE && INET6 */
+				break;
+
+			case '6':
+#if defined(NNTP_ABLE) && defined(INET6)
+				force_ipv6 = TRUE;
+				read_news_via_nntp = TRUE;
+#	else
+#	ifdef NNTP_ABLE
+				error_message(2, _(txt_option_not_enabled), "-DENABLE_IPV6");
+#	else
+				error_message(2, _(txt_option_not_enabled), "-DNNTP_ABLE");
+#	endif /* NNTP_ABLE*/
+				giveup();
+				/* keep lint quiet: */
+				/* NOTREACHED */
+#endif /* NNTP_ABLE && INET6 */
+				break;
+
 			case 'a':
 #ifdef HAVE_COLOR
 				cmdline.args |= CMDLINE_USE_COLOR;
@@ -445,6 +479,7 @@ read_cmd_line_options(
 			case 'A':
 #ifdef NNTP_ABLE
 				force_auth_on_conn_open = TRUE;
+				read_news_via_nntp = TRUE;
 #else
 				error_message(2, _(txt_option_not_enabled), "-DNNTP_ABLE");
 				giveup();
@@ -660,9 +695,10 @@ read_cmd_line_options(
 	num_cmdargs = optind;
 	max_cmdargs = argc;
 	if (!newsrc_set) {
-		if (read_news_via_nntp)
-			get_newsrcname(newsrc, sizeof(newsrc), getserverbyfile(NNTP_SERVER_FILE));
-		else {
+		if (read_news_via_nntp) {
+			nntp_server = getserverbyfile(NNTP_SERVER_FILE);
+			get_newsrcname(newsrc, sizeof(newsrc), nntp_server);
+		} else {
 #if defined(HAVE_SYS_UTSNAME_H) && defined(HAVE_UNAME)
 			struct utsname uts;
 			(void) uname(&uts);
@@ -731,6 +767,14 @@ read_cmd_line_options(
 		wait_message(2, _(txt_useless_combination), "-Z", "-z", "-Z");
 		check_any_unread = FALSE;
 	}
+
+#if defined(NNTP_ABLE) && defined(INET6)
+	if (force_ipv4 && force_ipv6) {
+		wait_message(2, _(txt_useless_combination), "-4", "-6", "-6");
+		force_ipv6 = FALSE;
+	}
+#endif /* NNTP_ABLE && INET6 */
+
 	if (mail_news || save_news || update_index || check_any_unread || catchup)
 		batch_mode = TRUE;
 	else
@@ -773,6 +817,11 @@ usage(
 {
 	error_message(2, _(txt_usage_tin), theProgname);
 
+#if defined(NNTP_ABLE) && defined(INET6)
+		error_message(2, _(txt_usage_force_ipv4));
+		error_message(2, _(txt_usage_force_ipv6));
+#endif /* NNTP_ABLE && INET6 */
+
 #ifdef HAVE_COLOR
 		error_message(2, _(txt_usage_toggle_color));
 #endif /* HAVE_COLOR */
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/makecfg.c tin-2.0.0/src/makecfg.c
--- tin-1.9.6/src/makecfg.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/makecfg.c	2011-04-17 16:04:31.047163511 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-02-14
  *  Notes     : #defines and structs for options_menu.c
  *
- * Copyright (c) 1997-2010 Thomas E. Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas E. Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/memory.c tin-2.0.0/src/memory.c
--- tin-1.9.6/src/memory.c	2010-05-17 09:22:39.000000000 +0200
+++ tin-2.0.0/src/memory.c	2011-04-17 16:04:31.079168380 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-05-16
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -136,7 +136,7 @@ expand_art(
 	arts = my_realloc(arts, sizeof(*arts) * max_art);
 	base = my_realloc(base, sizeof(long) * max_art);
 	for (; i < max_art; i++)		/* use memset() instead? */
-		arts[i].subject =  arts[i].from = arts[i].xref =  arts[i].refs = arts[i].msgid = NULL;
+		arts[i].subject = arts[i].from = arts[i].xref = arts[i].refs = arts[i].msgid = NULL;
 }
 
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/mimetypes.c tin-2.0.0/src/mimetypes.c
--- tin-1.9.6/src/mimetypes.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/mimetypes.c	2011-04-17 16:04:31.107172643 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2007-12-30
  *  Notes     : mime.types handling
  *
- * Copyright (c) 2000-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 2000-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/misc.c tin-2.0.0/src/misc.c
--- tin-1.9.6/src/misc.c	2010-11-03 20:15:38.000000000 +0100
+++ tin-2.0.0/src/misc.c	2011-05-09 16:20:05.779378619 +0200
@@ -3,10 +3,10 @@
  *  Module    : misc.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-11-03
+ *  Updated   : 2011-04-30
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -56,7 +56,7 @@
 #endif /* HAVE_IDNA_H && !_IDNA_H */
 #if defined(HAVE_STRINGPREP_H) && !defined(_STRINGPREP_H)
 #	include <stringprep.h>
-#endif /* HAVE_STRINGPREP_H & !_STRINGPREP_H */
+#endif /* HAVE_STRINGPREP_H && !_STRINGPREP_H */
 
 
 /*
@@ -450,10 +450,14 @@ invoke_ispell(
 		fputs(buf, fp_head);
 		if (buf[0] == '\n' || buf[0] == '\r') {
 			fclose(fp_head);
+			fp_head = 0;
 			break;
 		}
 	}
 
+	if (fp_head)
+		fclose(fp_head);
+
 	while (fgets(buf, (int) sizeof(buf), fp_all) != NULL)
 		fputs(buf, fp_body);
 
@@ -505,7 +509,15 @@ shell_escape(
 
 	(void) invoke_cmd(p);
 
+#	ifndef USE_CURSES
+	EndWin();
+	Raw(FALSE);
+#	endif /* !USE_CURSES */
 	prompt_continue();
+#	ifndef USE_CURSES
+	Raw(TRUE);
+	InitWin();
+#	endif /* !USE_CURSES */
 
 	if (tinrc.draw_arrow)
 		ClearScreen();
@@ -601,7 +613,6 @@ tin_done(
 		}
 
 		write_input_history_file();
-		write_attributes_file(local_attributes_file);
 
 #ifdef HAVE_MH_MAIL_HANDLING
 		write_mail_active_file();
@@ -623,6 +634,9 @@ tin_done(
 	if (ret != -SIGUSR1) {
 #endif /* SIGUSR1 */
 #ifdef HAVE_COLOR
+#	ifndef USE_CURSES
+		reset_screen_attr();
+#	endif /* !USE_CURSES */
 		use_color = FALSE;
 		EndInverse();
 #else
@@ -675,7 +689,11 @@ my_mkdir(
 	snprintf(buf, sizeof(buf), "mkdir %s", path); /* redirect stderr to /dev/null? use invoke_cmd()? */
 	if (stat(path, &sb) == -1) {
 		system(buf);
+#	ifdef HAVE_CHMOD
 		return chmod(path, mode);
+#	else
+		return 0;
+#	endif /* HAVE_CHMOD */
 	} else
 		return -1;
 #else
@@ -816,6 +834,9 @@ draw_percent_mark(
 	snprintf(buf, sizeof(buf), "%s(%d%%) [%ld/%ld]", _(txt_more), (int) (cur_num * 100 / max_num), cur_num, max_num);
 	len = strwidth(buf);
 	MoveCursor(cLINES, cCOLS - len - (1 + BLANK_PAGE_COLS));
+#ifdef HAVE_COLOR
+	fcol(tinrc.col_normal);
+#endif /* HAVE_COLOR */
 	StartInverse();
 	my_fputs(buf, stdout);
 	EndInverse();
@@ -1054,15 +1075,20 @@ toggle_color(
 		use_color = FALSE;
 		info_message(_(txt_no_colorterm));
 		return FALSE;
-	} else
+	}
+	if (use_color)
+		reset_color();
 #	endif /* USE_CURSES */
-		use_color = bool_not(use_color);
+	use_color = bool_not(use_color);
 
-#	ifndef USE_CURSES
 	if (use_color) {
+#	ifdef USE_CURSES
 		fcol(tinrc.col_normal);
-		bcol(tinrc.col_normal);
-	} else
+#	endif /* USE_CURSES */
+		bcol(tinrc.col_back);
+	}
+#	ifndef USE_CURSES
+	else
 		reset_screen_attr();
 #	endif /* !USE_CURSES */
 
@@ -2014,21 +2040,16 @@ make_base_group_path(
 
 
 /*
- * Delete tmp index & local newsgroups file
+ * Delete index lock
  */
 void
 cleanup_tmp_files(
 	void)
 {
-#if 0
-	char acNovFile[PATH_LEN];
-
-	if (nntp_caps.over_cmd && !tinrc.cache_overview_files) {
-		snprintf(acNovFile, sizeof(acNovFile), "%s%ld.idx", TMPDIR, (long) process_id);
-		unlink(acNovFile);
-	}
-#endif /* 0 */
-
+	/*
+	 * only required if update_index == TRUE, but update_index is
+	 * unknown here
+	 */
 	if (batch_mode)
 		unlink(lock_file);
 }
@@ -2223,7 +2244,9 @@ write_input_history_file(
 	if ((his_w = ferror(fp)) || fclose(fp)) {
 		error_message(2, _(txt_filesystem_full), local_input_history_file);
 		/* fix modes for all pre 1.4.1 local_input_history_file files */
+#ifdef HAVE_CHMOD
 		chmod(local_input_history_file, (mode_t) (S_IRUSR|S_IWUSR));
+#endif /* HAVE_CHMOD */
 		if (his_w) {
 			clearerr(fp);
 			fclose(fp);
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/my_tmpfile.c tin-2.0.0/src/my_tmpfile.c
--- tin-1.9.6/src/my_tmpfile.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/my_tmpfile.c	2011-04-17 16:04:31.779274922 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-02-12
  *  Notes     :
  *
- * Copyright (c) 2001-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 2001-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/newsrc.c tin-2.0.0/src/newsrc.c
--- tin-1.9.6/src/newsrc.c	2010-07-14 22:58:43.000000000 +0200
+++ tin-2.0.0/src/newsrc.c	2011-04-17 16:04:31.167181774 +0200
@@ -3,10 +3,10 @@
  *  Module    : newsrc.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-07-14
+ *  Updated   : 2011-04-16
  *  Notes     : ArtCount = (ArtMax - ArtMin) + 1  [could have holes]
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1193,6 +1193,7 @@ pos_group_in_newsrc(
 	t_bool ret_code = FALSE;
 	t_bool sub_created = FALSE;
 	t_bool unsub_created = FALSE;
+	t_bool fs_error = FALSE;
 
 	if (no_write)
 		goto rewrite_group_done;
@@ -1250,21 +1251,22 @@ pos_group_in_newsrc(
 			clearerr(fp_sub);
 			fclose(fp_sub);
 		}
-		fp_sub = NULL;
+		fs_error = TRUE;
 	}
 	if ((err = ferror(fp_unsub)) || fclose(fp_unsub)) {
-		if (fp_sub) /* didn't see and error above */
+		if (!fs_error) /* avoid repeatd error message */
 			error_message(2, _(txt_filesystem_full), NEWSRC_FILE);
 		if (err) {
 			clearerr(fp_unsub);
 			fclose(fp_unsub);
 		}
-		fp_unsub = NULL;
+		fs_error = TRUE;
 	}
-	if (fp_sub == NULL || fp_unsub == NULL)
+	fp_sub = fp_unsub = NULL;
+
+	if (fs_error)
 		goto rewrite_group_done;
 
-	fp_sub = fp_unsub = NULL;
 	fclose(fp_in);
 	fp_in = NULL;
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/nntplib.c tin-2.0.0/src/nntplib.c
--- tin-1.9.6/src/nntplib.c	2010-11-10 02:13:35.000000000 +0100
+++ tin-2.0.0/src/nntplib.c	2011-05-27 17:32:17.478657812 +0200
@@ -3,7 +3,7 @@
  *  Module    : nntplib.c
  *  Author    : S. Barber & I. Lea
  *  Created   : 1991-01-12
- *  Updated   : 2010-11-10
+ *  Updated   : 2011-05-27
  *  Notes     : NNTP client routines taken from clientlib.c 1.5.11 (1991-02-10)
  *  Copyright : (c) Copyright 1991-99 by Stan Barber & Iain Lea
  *              Permission is hereby granted to copy, reproduce, redistribute
@@ -522,7 +522,7 @@ get_tcp_socket(
 	}
 
 	if (x < 0) {
-		my_fprintf(stderr, _(txt_giving_up));
+		my_fprintf(stderr, "%s", _(txt_giving_up));
 		return -save_errno;					/* Return the last errno we got */
 	}
 #		else
@@ -615,9 +615,8 @@ get_tcp6_socket(
 #	endif /* AF_UNSPEC */
 	memset(&hints, 0, sizeof(hints));
 /*	hints.ai_flags = AI_CANONNAME; */
-	hints.ai_family = ADDRFAM;
+	hints.ai_family = (force_ipv4 ? AF_INET : (force_ipv6 ? AF_INET6 : ADDRFAM));
 	hints.ai_socktype = SOCK_STREAM;
-	res = (struct addrinfo *) 0;
 	res0 = (struct addrinfo *) 0;
 	if ((err = getaddrinfo(mymachine, myport, &hints, &res0))) {
 		my_fprintf(stderr, "\ngetaddrinfo: %s\n", gai_strerror(err));
@@ -628,7 +627,7 @@ get_tcp6_socket(
 		if ((s = socket(res->ai_family, res->ai_socktype, res->ai_protocol)) < 0)
 			continue;
 		if (connect(s, res->ai_addr, res->ai_addrlen) != 0)
-			close(s);
+			s_close(s);
 		else {
 			err = 0;
 			break;
@@ -640,7 +639,7 @@ get_tcp6_socket(
 		/*
 		 * TODO: issue a more useful error-message
 		 */
-		my_fprintf(stderr, _(txt_error_socket_or_connect_problem));
+		my_fprintf(stderr, "%s", _(txt_error_socket_or_connect_problem));
 		return -1;
 	}
 	return s;
@@ -712,7 +711,7 @@ get_dnet_socket(
 
 	if (connect(s, (struct sockaddr *) &sdn, sizeof(sdn)) < 0) {
 		nerror("connect");
-		close(s);
+		s_close(s);
 		return -1;
 	}
 
@@ -1063,7 +1062,7 @@ check_extensions(void)
 			nntp_caps.broken_listgroup = FALSE;
 #else
 			nntp_caps.broken_listgroup = TRUE;
-#endif /*! BROKEN_LISTGROUP */
+#endif /* !BROKEN_LISTGROUP */
 
 			while ((ptr = tin_fgets(FAKE_NNTP_FP, FALSE)) != NULL) {
 #		ifdef DEBUG
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/nrctbl.c tin-2.0.0/src/nrctbl.c
--- tin-1.9.6/src/nrctbl.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/nrctbl.c	2011-04-17 16:04:31.195186037 +0200
@@ -9,7 +9,7 @@
  *              and the name of the newsrc file for a given
  *              alias of the server.
  *
- * Copyright (c) 1996-2010 Sven Paulus <sven@tin.org>
+ * Copyright (c) 1996-2011 Sven Paulus <sven@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/options_menu.c tin-2.0.0/src/options_menu.c
--- tin-1.9.6/src/options_menu.c	2010-10-29 17:17:51.000000000 +0200
+++ tin-2.0.0/src/options_menu.c	2011-05-14 13:29:41.579424908 +0200
@@ -3,10 +3,10 @@
  *  Module    : options_menu.c
  *  Author    : Michael Bienia <michael@vorlon.ping.de>
  *  Created   : 2004-09-05
- *  Updated   : 2010-10-29
+ *  Updated   : 2011-05-14
  *  Notes     : Split from config.c
  *
- * Copyright (c) 2004-2010 Michael Bienia <michael@vorlon.ping.de>
+ * Copyright (c) 2004-2011 Michael Bienia <michael@vorlon.ping.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -228,6 +228,11 @@ option_is_visible(
 		case OPT_UNDERSCORES_REGEX:
 			return curr_scope ? FALSE : tinrc.word_highlight;
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+		case OPT_UTF8_GRAPHICS:
+			return curr_scope ? FALSE : IS_LOCAL_CHARSET("UTF-8");
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+
 		case OPT_VERBATIM_BEGIN_REGEX:
 		case OPT_VERBATIM_END_REGEX:
 			return curr_scope ? FALSE : tinrc.verbatim_handling;
@@ -245,16 +250,6 @@ option_is_visible(
 		case OPT_EXPERT_OPTIONS:
 			return TRUE;
 
-		case OPT_ATTRIB_QUICK_KILL_HEADER:
-		case OPT_ATTRIB_QUICK_KILL_SCOPE:
-		case OPT_ATTRIB_QUICK_KILL_EXPIRE:
-		case OPT_ATTRIB_QUICK_KILL_CASE:
-		case OPT_ATTRIB_QUICK_SELECT_HEADER:
-		case OPT_ATTRIB_QUICK_SELECT_SCOPE:
-		case OPT_ATTRIB_QUICK_SELECT_EXPIRE:
-		case OPT_ATTRIB_QUICK_SELECT_CASE:
-			return FALSE;
-
 		case OPT_ATTRIB_ADD_POSTED_TO_FILTER:
 		case OPT_ATTRIB_ADVERTISING:
 		case OPT_ATTRIB_ALTERNATIVE_HANDLING:
@@ -290,6 +285,14 @@ option_is_visible(
 		case OPT_ATTRIB_POST_MIME_ENCODING:
 		case OPT_ATTRIB_POST_PROCESS_VIEW:
 		case OPT_ATTRIB_POS_FIRST_UNREAD:
+		case OPT_ATTRIB_QUICK_KILL_HEADER:
+		case OPT_ATTRIB_QUICK_KILL_SCOPE:
+		case OPT_ATTRIB_QUICK_KILL_EXPIRE:
+		case OPT_ATTRIB_QUICK_KILL_CASE:
+		case OPT_ATTRIB_QUICK_SELECT_HEADER:
+		case OPT_ATTRIB_QUICK_SELECT_SCOPE:
+		case OPT_ATTRIB_QUICK_SELECT_EXPIRE:
+		case OPT_ATTRIB_QUICK_SELECT_CASE:
 #ifndef DISABLE_PRINTING
 		case OPT_ATTRIB_PRINT_HEADER:
 #endif /* !DISABLE_PRINTING */
@@ -544,7 +547,7 @@ move_cursor(
 			if (cur_option < first_option_on_screen) {
 				/* move the markers one option up */
 				first_option_on_screen = cur_option;
-				last_option_on_screen = prev_option(last_option_on_screen, TRUE);
+				set_last_option_on_screen(cur_option);
 #ifdef USE_CURSES
 				do_scroll(-1);
 				print_any_option(cur_option);
@@ -769,8 +772,6 @@ static void
 redraw_screen(
 	enum option_enum option)
 {
-	my_retouch();
-	set_xclick_off();
 	show_config_page();
 	highlight_option(option);
 }
@@ -920,6 +921,8 @@ config_page(
 	set_last_option_on_screen(0);
 
 	redraw_screen(option);
+	set_xclick_off();
+
 	forever {
 		switch ((func = handle_keypad(option_left, option_right, NULL, option_menu_keys))) {
 			case GLOBAL_QUIT:
@@ -1205,6 +1208,8 @@ config_page(
 				break;
 
 			case GLOBAL_REDRAW_SCREEN:
+				my_retouch();
+				set_xclick_off();
 				set_last_option_on_screen(first_option_on_screen);
 				redraw_screen(option);
 				break;
@@ -1235,6 +1240,9 @@ config_page(
 						case OPT_TRANSLIT:
 #endif /* HAVE_ICONV_OPEN_TRANSLIT && CHARSET_CONVERSION */
 						case OPT_UNLINK_ARTICLE:
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+						case OPT_UTF8_GRAPHICS:
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 						case OPT_URL_HIGHLIGHT:
 #ifdef HAVE_KEYPAD
 						case OPT_USE_KEYPAD:
@@ -1577,6 +1585,26 @@ config_page(
 								SET_NUM_ATTRIBUTE(prompt_followupto);
 							break;
 
+						case OPT_ATTRIB_QUICK_KILL_CASE:
+							if (prompt_option_on_off(option))
+								SET_NUM_ATTRIBUTE(quick_kill_case);
+							break;
+
+						case OPT_ATTRIB_QUICK_KILL_EXPIRE:
+							if (prompt_option_on_off(option))
+								SET_NUM_ATTRIBUTE(quick_kill_expire);
+							break;
+
+						case OPT_ATTRIB_QUICK_SELECT_CASE:
+							if (prompt_option_on_off(option))
+								SET_NUM_ATTRIBUTE(quick_select_case);
+							break;
+
+						case OPT_ATTRIB_QUICK_SELECT_EXPIRE:
+							if (prompt_option_on_off(option))
+								SET_NUM_ATTRIBUTE(quick_select_expire);
+							break;
+
 						case OPT_ATTRIB_SHOW_ONLY_UNREAD_ARTS:
 							if (prompt_option_on_off(option))
 								SET_NUM_ATTRIBUTE(show_only_unread_arts);
@@ -1635,7 +1663,6 @@ config_page(
 				case OPT_LIST:
 					switch (option) {
 #ifdef HAVE_COLOR
-						case OPT_COL_BACK:
 						case OPT_COL_FROM:
 						case OPT_COL_HEAD:
 						case OPT_COL_HELP:
@@ -1644,7 +1671,6 @@ config_page(
 						case OPT_COL_MESSAGE:
 						case OPT_COL_MINIHELP:
 						case OPT_COL_NEWSHEADERS:
-						case OPT_COL_NORMAL:
 						case OPT_COL_QUOTE:
 						case OPT_COL_QUOTE2:
 						case OPT_COL_QUOTE3:
@@ -1680,6 +1706,14 @@ config_page(
 							prompt_option_list(option);
 							break;
 
+#ifdef HAVE_COLOR
+						case OPT_COL_BACK:
+						case OPT_COL_NORMAL:
+							if (prompt_option_list(option))
+								redraw_screen(option);
+							break;
+#endif /* HAVE_COLOR */
+
 						case OPT_AUTO_CC_BCC:
 							if (prompt_option_list(option))
 								UPDATE_INT_ATTRIBUTES(auto_cc_bcc);
@@ -1874,6 +1908,16 @@ config_page(
 								SET_NUM_ATTRIBUTE(post_process_type);
 							break;
 
+						case OPT_ATTRIB_QUICK_KILL_HEADER:
+							if (prompt_option_list(option))
+								SET_NUM_ATTRIBUTE(quick_kill_header);
+							break;
+
+						case OPT_ATTRIB_QUICK_SELECT_HEADER:
+							if (prompt_option_list(option))
+								SET_NUM_ATTRIBUTE(quick_select_header);
+							break;
+
 						case OPT_ATTRIB_SHOW_AUTHOR:
 							if (prompt_option_list(option))
 								SET_NUM_ATTRIBUTE(show_author);
@@ -2183,6 +2227,16 @@ config_page(
 								SET_STRING_ATTRIBUTE(organization);
 							break;
 
+						case OPT_ATTRIB_QUICK_KILL_SCOPE:
+							if (prompt_option_string(option))
+								SET_STRING_ATTRIBUTE(quick_kill_scope);
+							break;
+
+						case OPT_ATTRIB_QUICK_SELECT_SCOPE:
+							if (prompt_option_string(option))
+								SET_STRING_ATTRIBUTE(quick_select_scope);
+							break;
+
 						case OPT_ATTRIB_QUOTE_CHARS:
 							if (prompt_option_string(option))
 								SET_STRING_ATTRIBUTE(quote_chars);
@@ -2444,6 +2498,7 @@ scope_page(
 
 			case GLOBAL_REDRAW_SCREEN:
 				my_retouch();
+				set_xclick_off();
 				show_scope_page();
 				break;
 
@@ -2856,6 +2911,22 @@ check_state(
 			return curr_scope->state->process_only_unread;
 		case OPT_ATTRIB_PROMPT_FOLLOWUPTO:
 			return curr_scope->state->prompt_followupto;
+		case OPT_ATTRIB_QUICK_KILL_SCOPE:
+			return curr_scope->state->quick_kill_scope;
+		case OPT_ATTRIB_QUICK_KILL_HEADER:
+			return curr_scope->state->quick_kill_header;
+		case OPT_ATTRIB_QUICK_KILL_CASE:
+			return curr_scope->state->quick_kill_case;
+		case OPT_ATTRIB_QUICK_KILL_EXPIRE:
+			return curr_scope->state->quick_kill_expire;
+		case OPT_ATTRIB_QUICK_SELECT_SCOPE:
+			return curr_scope->state->quick_select_scope;
+		case OPT_ATTRIB_QUICK_SELECT_HEADER:
+			return curr_scope->state->quick_select_header;
+		case OPT_ATTRIB_QUICK_SELECT_CASE:
+			return curr_scope->state->quick_select_case;
+		case OPT_ATTRIB_QUICK_SELECT_EXPIRE:
+			return curr_scope->state->quick_select_expire;
 		case OPT_ATTRIB_QUOTE_CHARS:
 			return curr_scope->state->quote_chars;
 		case OPT_ATTRIB_SAVEDIR:
@@ -3051,6 +3122,40 @@ reset_state(
 			curr_scope->state->news_headers_to_not_display = FALSE;
 			snprintf(tinrc.attrib_news_headers_to_not_display, sizeof(tinrc.attrib_news_headers_to_not_display), "%s", BlankIfNull(default_scope->attribute->news_headers_to_not_display));
 			break;
+		case OPT_ATTRIB_QUICK_KILL_SCOPE:
+			FreeAndNull(curr_scope->attribute->quick_kill_scope);
+			curr_scope->state->quick_kill_scope = FALSE;
+			snprintf(tinrc.attrib_quick_kill_scope, sizeof(tinrc.attrib_quick_kill_scope), "%s", BlankIfNull(default_scope->attribute->quick_kill_scope));
+			break;
+		case OPT_ATTRIB_QUICK_KILL_HEADER:
+			curr_scope->state->quick_kill_header = FALSE;
+			tinrc.attrib_quick_kill_header = default_scope->attribute->quick_kill_header;
+			break;
+		case OPT_ATTRIB_QUICK_KILL_CASE:
+			curr_scope->state->quick_kill_case = FALSE;
+			tinrc.attrib_quick_kill_case = default_scope->attribute->quick_kill_case;
+			break;
+		case OPT_ATTRIB_QUICK_KILL_EXPIRE:
+			curr_scope->state->quick_kill_expire = FALSE;
+			tinrc.attrib_quick_kill_expire = default_scope->attribute->quick_kill_expire;
+			break;
+		case OPT_ATTRIB_QUICK_SELECT_SCOPE:
+			FreeAndNull(curr_scope->attribute->quick_select_scope);
+			curr_scope->state->quick_select_scope = FALSE;
+			snprintf(tinrc.attrib_quick_select_scope, sizeof(tinrc.attrib_quick_select_scope), "%s", BlankIfNull(default_scope->attribute->quick_select_scope));
+			break;
+		case OPT_ATTRIB_QUICK_SELECT_HEADER:
+			curr_scope->state->quick_select_header = FALSE;
+			tinrc.attrib_quick_select_header = default_scope->attribute->quick_select_header;
+			break;
+		case OPT_ATTRIB_QUICK_SELECT_CASE:
+			curr_scope->state->quick_select_case = FALSE;
+			tinrc.attrib_quick_select_case = default_scope->attribute->quick_select_case;
+			break;
+		case OPT_ATTRIB_QUICK_SELECT_EXPIRE:
+			curr_scope->state->quick_select_expire = FALSE;
+			tinrc.attrib_quick_select_expire = default_scope->attribute->quick_select_expire;
+			break;
 		case OPT_ATTRIB_NEWS_QUOTE_FORMAT:
 			FreeAndNull(curr_scope->attribute->news_quote_format);
 			curr_scope->state->news_quote_format = FALSE;
@@ -3255,6 +3360,12 @@ initialize_attributes(
 #endif /* !DISABLE_PRINTING */
 	INITIALIZE_NUM_ATTRIBUTE(process_only_unread);
 	INITIALIZE_NUM_ATTRIBUTE(prompt_followupto);
+	INITIALIZE_NUM_ATTRIBUTE(quick_kill_header);
+	INITIALIZE_NUM_ATTRIBUTE(quick_kill_case);
+	INITIALIZE_NUM_ATTRIBUTE(quick_kill_expire);
+	INITIALIZE_NUM_ATTRIBUTE(quick_select_header);
+	INITIALIZE_NUM_ATTRIBUTE(quick_select_case);
+	INITIALIZE_NUM_ATTRIBUTE(quick_select_expire);
 	INITIALIZE_NUM_ATTRIBUTE(show_author);
 	INITIALIZE_NUM_ATTRIBUTE(show_info);
 	INITIALIZE_NUM_ATTRIBUTE(show_only_unread_arts);
@@ -3288,6 +3399,8 @@ initialize_attributes(
 	INITIALIZE_STRING_ATTRIBUTE(news_headers_to_not_display);
 	INITIALIZE_STRING_ATTRIBUTE(news_quote_format);
 	INITIALIZE_STRING_ATTRIBUTE(organization);
+	INITIALIZE_STRING_ATTRIBUTE(quick_kill_scope);
+	INITIALIZE_STRING_ATTRIBUTE(quick_select_scope);
 	INITIALIZE_STRING_ATTRIBUTE(quote_chars);
 	INITIALIZE_STRING_ATTRIBUTE(savedir);
 	INITIALIZE_STRING_ATTRIBUTE(savefile);
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/page.c tin-2.0.0/src/page.c
--- tin-1.9.6/src/page.c	2010-10-29 17:18:01.000000000 +0200
+++ tin-2.0.0/src/page.c	2011-05-10 15:46:13.408057217 +0200
@@ -3,10 +3,10 @@
  *  Module    : page.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-29
+ *  Updated   : 2011-04-17
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
 #endif /* HAVE_IDNA_H && !_IDNA_H */
 #if defined(HAVE_STRINGPREP_H) && !defined(_STRINGPREP_H)
 #	include <stringprep.h>
-#endif /* HAVE_STRINGPREP_H & !_STRINGPREP_H */
+#endif /* HAVE_STRINGPREP_H && !_STRINGPREP_H */
 #endif /* 0 */
 
 /*
@@ -90,7 +90,8 @@ static int scroll_region_top;	/* first s
 static int search_line;			/* Line to commence next search from */
 static t_lineinfo *infoline = (t_lineinfo *) 0;
 
-static t_bool show_all_headers;	/* CTRL-H with headers specified */
+static t_bool show_all_headers;	/* all headers <-> headers in news_headers_to[_not]_display */
+static t_bool show_raw_article;	/* CTRL-H raw <-> cooked article */
 static t_bool reveal_ctrl_l;	/* set when ^L hiding is off */
 
 /*
@@ -390,7 +391,7 @@ show_page(
 					if (curr_line == 0)
 						info_message(_(txt_begin_of_art));
 					else {
-						curr_line -= (tinrc.scroll_lines == -2) ? ARTLINES / 2 : ARTLINES;
+						curr_line -= ((tinrc.scroll_lines == -2) ? ARTLINES / 2 : ARTLINES);
 						draw_page(group->name, 0);
 					}
 				}
@@ -419,7 +420,7 @@ show_page(
 						if ((func == PAGE_NEXT_UNREAD) && (tinrc.goto_next_unread & GOTO_NEXT_UNREAD_TAB))
 							goto page_goto_next_unread;
 
-						curr_line += (tinrc.scroll_lines == -2) ? ARTLINES / 2 : ARTLINES;
+						curr_line += ((tinrc.scroll_lines == -2) ? ARTLINES / 2 : ARTLINES);
 
 						if (tinrc.scroll_lines == -1)		/* formerly show_last_line_prev_page */
 							curr_line--;
@@ -641,7 +642,15 @@ page_goto_next_unread:
 				break;
 #endif /* HAVE_PGP_GPG */
 
-			case PAGE_TOGGLE_HEADERS:	/* toggle display of whole 'raw' article */
+			case PAGE_TOGGLE_HEADERS:	/* toggle display of all headers */
+				XFACE_CLEAR();
+				show_all_headers = bool_not(show_all_headers);
+				resize_article(TRUE, &pgart);	/* Also recooks it.. */
+				curr_line = 0;
+				draw_page(group->name, 0);
+				break;
+
+			case PAGE_TOGGLE_RAW:	/* toggle display of whole 'raw' article */
 				XFACE_CLEAR();
 				toggle_raw(group);
 				break;
@@ -802,7 +811,7 @@ page_goto_next_unread:
 				XFACE_CLEAR();
 				(void) post_response(group->name, this_resp,
 				  (func == PAGE_FOLLOWUP_QUOTE || func == PAGE_FOLLOWUP_QUOTE_HEADERS) ? TRUE : FALSE,
-				  func == PAGE_FOLLOWUP_QUOTE_HEADERS ? TRUE : FALSE, show_all_headers);
+				  func == PAGE_FOLLOWUP_QUOTE_HEADERS ? TRUE : FALSE, show_raw_article);
 				draw_page(group->name, 0);
 				break;
 
@@ -908,7 +917,7 @@ return_to_index:
 			case PAGE_REPLY_QUOTE_HEADERS:
 			case PAGE_REPLY:
 				XFACE_CLEAR();
-				mail_to_author(group->name, this_resp, (func == PAGE_REPLY_QUOTE || func == PAGE_REPLY_QUOTE_HEADERS) ? TRUE : FALSE, func == PAGE_REPLY_QUOTE_HEADERS ? TRUE : FALSE, show_all_headers);
+				mail_to_author(group->name, this_resp, (func == PAGE_REPLY_QUOTE || func == PAGE_REPLY_QUOTE_HEADERS) ? TRUE : FALSE, func == PAGE_REPLY_QUOTE_HEADERS ? TRUE : FALSE, show_raw_article);
 				draw_page(group->name, 0);
 				break;
 
@@ -997,7 +1006,7 @@ return_to_index:
 				break;
 
 			case PAGE_VIEW_URL:
-				if (!show_all_headers) { /* cooked mode? */
+				if (!show_raw_article) { /* cooked mode? */
 					t_bool success;
 
 					XFACE_SUPPRESS();
@@ -1058,7 +1067,7 @@ print_message_page(
 		/*
 		 * rotN encoding on body and sig data only
 		 */
-		if ((rotate != 0) && ((curr->flags & (C_BODY | C_SIG)) || show_all_headers)) {
+		if ((rotate != 0) && ((curr->flags & (C_BODY | C_SIG)) || show_raw_article)) {
 			for (p = line; *p; p++) {
 				if (*p >= 'A' && *p <= 'Z')
 					*p = (*p - 'A' + rotate) % 26 + 'A';
@@ -1074,7 +1083,7 @@ print_message_page(
 #endif /* !USE_CURSES */
 
 		MoveCursor(i + scroll_region_top, 0);
-		draw_pager_line(line, curr->flags, show_all_headers);
+		draw_pager_line(line, curr->flags, show_raw_article);
 
 		/*
 		 * Highlight URL's and mail addresses
@@ -1200,6 +1209,9 @@ draw_page(
 		len = strwidth(buf);
 		clear_message();
 		MoveCursor(cLINES, cCOLS - len - (1 + BLANK_PAGE_COLS));
+#ifdef HAVE_COLOR
+		fcol(tinrc.col_normal);
+#endif /* HAVE_COLOR */
 		StartInverse();
 		my_fputs(buf, stdout);
 		EndInverse();
@@ -1208,7 +1220,7 @@ draw_page(
 		draw_percent_mark(curr_line + ARTLINES, artlines);
 
 #ifdef XFACE_ABLE
-	if (tinrc.use_slrnface && !show_all_headers)
+	if (tinrc.use_slrnface && !show_raw_article)
 		slrnface_display_xface(note_h->xface);
 #endif /* XFACE_ABLE */
 
@@ -1252,9 +1264,15 @@ invoke_metamail(
 #endif /* !DONT_HAVE_PIPING */
 		perror_message(_(txt_command_failed), ptr);
 
+#ifdef USE_CURSES
 	Raw(TRUE);
 	InitWin();
+#endif /* USE_CURSES */
 	prompt_continue();
+#ifndef USE_CURSES
+	Raw(TRUE);
+	InitWin();
+#endif /* !USE_CURSES */
 
 	/* This is needed if we are viewing the raw art */
 	fseek(fp, offset, SEEK_SET);	/* goto old position */
@@ -1274,9 +1292,9 @@ draw_page_header(
 	int len, right_len, center_pos, cur_pos;
 	size_t line_len;
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
-	wchar_t *fmt_resp, *fmt_thread, *wtmp, *wtmp2;
+	wchar_t *fmt_resp, *fmt_thread, *wtmp, *wtmp2, *wbuf;
 #else
-	char *tmp;
+	char *tmp, *tmp2;
 #endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 
 	whichresp = which_response(this_resp);
@@ -1335,7 +1353,7 @@ draw_page_header(
 
 	/* group name */
 	if ((wtmp = char2wchar_t(group)) != NULL) {
-		/* wconvert_to_printable(wtmp); */
+		/* wconvert_to_printable(wtmp, FALSE); */
 		if (tinrc.abbreviate_groupname)
 			wtmp2 = abbr_wcsgroupname(wtmp, len);
 		else
@@ -1421,8 +1439,8 @@ draw_page_header(
 	strncpy(buf, (note_h->subj ? note_h->subj : arts[this_resp].subject), line_len);
 	buf[line_len - 1] = '\0';
 	if ((wtmp = char2wchar_t(buf)) != NULL) {
-		wtmp2 = wstrunc(wtmp, cCOLS - 2 * right_len - 3);
-
+		wbuf = wexpand_tab(wtmp, tabwidth);
+		wtmp2 = wstrunc(wbuf, cCOLS - 2 * right_len - 3);
 		center_pos = (cCOLS - wcswidth(wtmp2, wcslen(wtmp2))) / 2;
 
 		/* pad out to left */
@@ -1435,6 +1453,7 @@ draw_page_header(
 		cur_pos += wcswidth(wtmp2, wcslen(wtmp2));
 		free(wtmp2);
 		free(wtmp);
+		free(wbuf);
 	}
 
 #	ifdef HAVE_COLOR
@@ -1449,9 +1468,9 @@ draw_page_header(
 		my_printf(_(txt_art_x_of_n), whichresp + 1, x_resp + 1);
 	else {
 		if (!x_resp)
-			my_printf(_(txt_no_responses));
+			my_printf("%s", _(txt_no_responses));
 		else if (x_resp == 1)
-			my_printf(_(txt_1_resp));
+			my_printf("%s", _(txt_1_resp));
 		else
 			my_printf(_(txt_x_resp), x_resp);
 	}
@@ -1502,8 +1521,8 @@ draw_page_header(
 		snprintf(buf, line_len, _(txt_at_s), note_h->org);
 
 		if ((wtmp = char2wchar_t(buf)) != NULL) {
-			wconvert_to_printable(wtmp);
-			wtmp2 = wstrunc(wtmp, cCOLS - cur_pos - 1);
+			wbuf = wexpand_tab(wtmp, tabwidth);
+			wtmp2 = wstrunc(wbuf, cCOLS - cur_pos - 1);
 
 			i = cCOLS - wcswidth(wtmp2, wcslen(wtmp2)) - 1;
 			for (; cur_pos < i; cur_pos++)
@@ -1512,6 +1531,7 @@ draw_page_header(
 			my_fputws(wtmp2, stdout);
 			free(wtmp2);
 			free(wtmp);
+			free(wbuf);
 		}
 	}
 
@@ -1621,7 +1641,8 @@ draw_page_header(
 	strncpy(buf, (note_h->subj ? note_h->subj : arts[this_resp].subject), line_len);
 	buf[line_len - 1] = '\0';
 
-	tmp = strunc(buf, cCOLS - 2 * right_len - 3);
+	tmp2 = expand_tab(buf, tabwidth);
+	tmp = strunc(tmp2, cCOLS - 2 * right_len - 3);
 
 	center_pos = (cCOLS - strlen(tmp)) / 2;
 
@@ -1634,6 +1655,7 @@ draw_page_header(
 	EndInverse();
 	cur_pos += strlen(tmp);
 	free(tmp);
+	free(tmp2);
 
 #	ifdef HAVE_COLOR
 	fcol(tinrc.col_response);
@@ -1685,12 +1707,14 @@ draw_page_header(
 		/* we have enough space to print at least " at ..." */
 		snprintf(buf, line_len, _(txt_at_s), note_h->org);
 
-		tmp = strunc(buf, cCOLS - cur_pos - 1);
+		tmp2 = expand_tab(buf, tabwidth);
+		tmp = strunc(tmp2, cCOLS - cur_pos - 1);
 		len = cCOLS - (int) strlen(tmp) - 1;
 		for (; cur_pos < len; cur_pos++)
 			my_fputc(' ', stdout);
 		my_fputs(tmp, stdout);
 		free(tmp);
+		free(tmp2);
 	}
 
 	my_fputs(cCRLF, stdout);
@@ -1766,6 +1790,13 @@ load_article(
 				}
 				break;
 		}
+	} else if (show_all_headers) {
+		/*
+		 * article is already opened with show_all_headers ON
+		 * -> re-cook it
+		 */
+		show_all_headers = FALSE;
+		resize_article(TRUE, &pgart);
 	}
 
 	art_mark(group, &arts[this_resp], ART_READ);
@@ -1785,6 +1816,7 @@ load_article(
 	/*
 	 * Setup to start viewing cooked version
 	 */
+	show_raw_article = FALSE;
 	show_all_headers = FALSE;
 	curr_line = 0;
 	note_fp = pgart.cooked;
@@ -1903,7 +1935,7 @@ void
 toggle_raw(
 	struct t_group *group)
 {
-	if (show_all_headers) {
+	if (show_raw_article) {
 		artline = pgart.cookl;
 		artlines = pgart.cooked_lines;
 		note_fp = pgart.cooked;
@@ -2009,7 +2041,7 @@ toggle_raw(
 		note_fp = pgart.raw;
 	}
 	curr_line = 0;
-	show_all_headers = bool_not(show_all_headers);
+	show_raw_article = bool_not(show_raw_article);
 	draw_page(group->name, 0);
 }
 
@@ -2028,9 +2060,9 @@ resize_article(
 	if (artinfo->cooked)
 		fclose(artinfo->cooked);
 
-	cook_article(wrap_lines, artinfo, hide_uue);
+	cook_article(wrap_lines, artinfo, hide_uue, show_all_headers);
 
-	show_all_headers = FALSE;
+	show_raw_article = FALSE;
 	artline = pgart.cookl;
 	artlines = pgart.cooked_lines;
 	note_fp = pgart.cooked;
@@ -2117,7 +2149,7 @@ info_pager(
 					display_info_page(0);
 					break;
 				}
-				curr_info_line += (tinrc.scroll_lines == -2) ? NOTESLINES / 2 : NOTESLINES;
+				curr_info_line += ((tinrc.scroll_lines == -2) ? NOTESLINES / 2 : NOTESLINES);
 				display_info_page(0);
 				break;
 
@@ -2135,7 +2167,7 @@ info_pager(
 					display_info_page(0);
 					break;
 				}
-				curr_info_line -= (tinrc.scroll_lines == -2) ? NOTESLINES / 2 : NOTESLINES;
+				curr_info_line -= ((tinrc.scroll_lines == -2) ? NOTESLINES / 2 : NOTESLINES);
 				display_info_page(0);
 				break;
 
@@ -2453,7 +2485,7 @@ find_url(
 	t_url *lptr;
 
 	lptr = url_list;
-	while(n-- > 0 && lptr->next)
+	while (n-- > 0 && lptr->next)
 		lptr = lptr->next;
 
 	return lptr;
@@ -2552,7 +2584,7 @@ build_url_list(
 
 			*(ptr + offsets[1]) = '\0';
 
-			if (!url_list)
+			if (!lptr)
 				lptr = url_list = my_malloc(sizeof(t_url));
 			else {
 				lptr->next = my_malloc(sizeof(t_url));
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/pgp.c tin-2.0.0/src/pgp.c
--- tin-1.9.6/src/pgp.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/pgp.c	2011-04-17 16:04:30.839131852 +0200
@@ -3,10 +3,10 @@
  *  Module    : pgp.c
  *  Author    : Steven J. Madsen
  *  Created   : 1995-05-12
- *  Updated   : 2009-02-12
+ *  Updated   : 2011-03-25
  *  Notes     : PGP support
  *
- * Copyright (c) 1995-2010 Steven J. Madsen <steve@erinet.com>
+ * Copyright (c) 1995-2011 Steven J. Madsen <steve@erinet.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -82,7 +82,11 @@
 #		define PGPNAME		PATH_GPG
 #		define PGPDIR		".gnupg"
 #		define PGP_PUBRING	"pubring.gpg"
-#		define CHECK_SIGN	"%s %s --no-batch --decrypt <%s %s"
+#		if 0 /* gpg 1.4.11 doesn't like this */
+#			define CHECK_SIGN	"%s %s --no-batch --decrypt <%s %s"
+#		else
+#			define CHECK_SIGN	"%s %s < %s %s"
+#		endif /* 0 */
 #		define ADD_KEY		"%s %s --no-batch --import %s"
 #		define APPEND_KEY	"%s %s --no-batch --armor --output %s --export %s", PGPNAME, pgpopts, keyfile, buf
 #		define DO_ENCRYPT	\
@@ -470,8 +474,15 @@ pgp_check_article(
 		my_printf("\n");
 		Raw(TRUE);
 	}
-
+#	ifndef USE_CURSES
+	EndWin();
+	Raw(FALSE);
+#	endif /* !USE_CURSES */
 	prompt_continue();
+#	ifndef USE_CURSES
+	Raw(TRUE);
+	InitWin();
+#	endif /* !USE_CURSES */
 	if (pgp_key) {
 		if (prompt_yn(_(txt_pgp_add), FALSE) == 1) {
 			Raw(FALSE);
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/post.c tin-2.0.0/src/post.c
--- tin-1.9.6/src/post.c	2010-11-25 18:27:23.000000000 +0100
+++ tin-2.0.0/src/post.c	2011-05-10 15:46:23.665625554 +0200
@@ -3,10 +3,10 @@
  *  Module    : post.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-11-13
+ *  Updated   : 2011-04-22
  *  Notes     : mail/post/replyto/followup/repost & cancel articles
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -200,16 +200,35 @@ prompt_to_send(
 #endif /* HAVE_PGP_GPG */
 	t_function func;
 
+#if defined(HAVE_ISPELL) && defined(HAVE_PGP_GPG)
 	snprintf(buf, sizeof(buf), _(txt_quit_edit_send),
 					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_send_keys)),
 					printascii(keyedit, func_to_key(POST_EDIT, post_send_keys)),
-#ifdef HAVE_ISPELL
 					printascii(keyispell, func_to_key(POST_ISPELL, post_send_keys)),
-#endif /* HAVE_ISPELL */
-#ifdef HAVE_PGP_GPG
 					printascii(keypgp, func_to_key(POST_PGP, post_send_keys)),
-#endif /* HAVE_PGP_GPG */
 					printascii(keysend, func_to_key(POST_SEND, post_send_keys)));
+#else
+#	ifdef HAVE_ISPELL
+	snprintf(buf, sizeof(buf), _(txt_quit_edit_send),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_send_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_send_keys)),
+					printascii(keyispell, func_to_key(POST_ISPELL, post_send_keys)),
+					printascii(keysend, func_to_key(POST_SEND, post_send_keys)));
+#	else
+#		ifdef HAVE_PGP_GPG
+	snprintf(buf, sizeof(buf), _(txt_quit_edit_send),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_send_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_send_keys)),
+					printascii(keypgp, func_to_key(POST_PGP, post_send_keys)),
+					printascii(keysend, func_to_key(POST_SEND, post_send_keys)));
+#		else
+	snprintf(buf, sizeof(buf), _(txt_quit_edit_send),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_send_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_send_keys)),
+					printascii(keysend, func_to_key(POST_SEND, post_send_keys)));
+#		endif /* HAVE_PGP_GPG */
+#	endif /* HAVE_ISPELL */
+#endif /* HAVE_ISPELL && HAVE_PGP_GPG */
 
 	func = prompt_slk_response(POST_SEND, post_send_keys, "%s",
 				sized_message(&smsg, buf, subject));
@@ -419,7 +438,7 @@ msg_write_headers(
 			fprintf(fp, "%s: %s\n", msg_headers[i].name, BlankIfNull(msg_headers[i].text));
 			wrote++;
 			if ((p = msg_headers[i].text)) {
-				while((p = strchr(p, '\n'))) {
+				while ((p = strchr(p, '\n'))) {
 					p++;
 					wrote++;
 				}
@@ -903,7 +922,7 @@ check_article_to_be_posted(
 			if (tinrc.beginner_level) {
 				setup_check_article_screen(&init);
 				/* StartInverse(); */
-				my_fprintf(stderr, _(txt_error_approved)); /* this is only a Warning: */
+				my_fprintf(stderr, "%s", _(txt_error_approved)); /* this is only a Warning: */
 				/* EndInverse(); */
 				my_fflush(stderr);
 #ifdef HAVE_FASCIST_NEWSADMIN
@@ -1008,7 +1027,7 @@ check_article_to_be_posted(
 		}
 
 		if (cp - line == 4 && !strncasecmp(line, "Date", 4)) {
-			if ((cp2 = parse_header(line, "Date", FALSE, FALSE))) {
+			if ((cp2 = parse_header(line, "Date", FALSE, FALSE, FALSE))) {
 				if (parsedate(cp2, (struct _TIMEINFO *) 0) <= 0)
 				errors_catbp |= CA_ERROR_BAD_DATE;
 			} else {
@@ -1017,7 +1036,7 @@ check_article_to_be_posted(
 		}
 
 		if (cp - line == 7 && !strncasecmp(line, "Expires", 7)) {
-			if ((cp2 = parse_header(line, "Expires", FALSE, FALSE))) {
+			if ((cp2 = parse_header(line, "Expires", FALSE, FALSE, FALSE))) {
 				if (parsedate(cp2, (struct _TIMEINFO *) 0) <= 0)
 				errors_catbp |= CA_ERROR_BAD_EXPIRES;
 			} else {
@@ -1376,9 +1395,9 @@ check_article_to_be_posted(
 
 		/* missing headers */
 		if (errors_catbp & CA_ERROR_HEADER_LINE_BLANK)
-			my_fprintf(stderr, _(txt_error_header_line_blank));
+			my_fprintf(stderr, "%s", _(txt_error_header_line_blank));
 		if (errors_catbp & CA_ERROR_MISSING_BODY_SEPERATOT)
-			my_fprintf(stderr, _(txt_error_header_and_body_not_separate));
+			my_fprintf(stderr, "%s", _(txt_error_header_and_body_not_separate));
 		if (errors_catbp & CA_ERROR_MISSING_FROM)
 			my_fprintf(stderr, _(txt_error_header_line_missing), "From");
 		if (errors_catbp & CA_ERROR_MISSING_SUBJECT)
@@ -1418,15 +1437,15 @@ check_article_to_be_posted(
 
 		/* illegal group names / combinations */
 		if (errors_catbp & CA_ERROR_NEWSGROUPS_POSTER)
-			my_fprintf(stderr, _(txt_error_newsgroups_poster));
+			my_fprintf(stderr, "%s", _(txt_error_newsgroups_poster));
 		if (errors_catbp & CA_ERROR_FOLLOWUP_TO_POSTER)
-			my_fprintf(stderr, _(txt_error_followup_poster));
+			my_fprintf(stderr, "%s", _(txt_error_followup_poster));
 
 		/* encoding/charset trouble */
 		if (errors_catbp & CA_ERROR_BAD_CHARSET)
-			my_fprintf(stderr, _(txt_error_header_line_bad_charset));
+			my_fprintf(stderr, "%s", _(txt_error_header_line_bad_charset));
 		if (errors_catbp & CA_ERROR_BAD_ENCODING)
-			my_fprintf(stderr, _(txt_error_header_line_bad_encoding));
+			my_fprintf(stderr, "%s", _(txt_error_header_line_bad_encoding));
 
 		if (errors_catbp & CA_ERROR_DISTRIBUTIOIN_NOT_7BIT)
 			my_fprintf(stderr, _(txt_error_header_line_not_7bit), "Distribution");
@@ -1452,14 +1471,14 @@ check_article_to_be_posted(
 		setup_check_article_screen(&init);
 
 		if (warnings_catbp & CA_WARNING_SPACES_ONLY_SUBJECT)
-			my_fprintf(stderr, _(txt_warn_blank_subject));
+			my_fprintf(stderr, "%s", _(txt_warn_blank_subject));
 		if (warnings_catbp & CA_WARNING_RE_WITHOUT_REFERENCES)
-			my_fprintf(stderr, _(txt_warn_re_but_no_references));
+			my_fprintf(stderr, "%s", _(txt_warn_re_but_no_references));
 		if (warnings_catbp & CA_WARNING_REFERENCES_WITHOUT_RE)
-			my_fprintf(stderr, _(txt_warn_references_but_no_re));
+			my_fprintf(stderr, "%s", _(txt_warn_references_but_no_re));
 
 		if ((warnings_catbp & CA_WARNING_NEWSGROUPS_EXAMPLE) || (warnings_catbp & CA_WARNING_FOLLOWUP_TO_EXAMPLE))
-			my_fprintf(stderr, _(txt_warn_example_hierarchy));
+			my_fprintf(stderr, "%s", _(txt_warn_example_hierarchy));
 
 #ifdef FOLLOW_USEFOR_DRAFT /* TODO: give useful warning */
 		if (warnings_catbp & CA_WARNING_SPACE_IN_NEWSGROUPS)
@@ -1475,12 +1494,12 @@ check_article_to_be_posted(
 		if (warnings_catbp & CA_WARNING_MULTIPLE_SIGDASHES)
 			my_fprintf(stderr, _(txt_warn_multiple_sigs), saw_sig_dashes);
 		if (warnings_catbp & CA_WARNING_WRONG_SIGDASHES)
-			my_fprintf(stderr, _(txt_warn_wrong_sig_format));
+			my_fprintf(stderr, "%s", _(txt_warn_wrong_sig_format));
 		if (warnings_catbp & CA_WARNING_LONG_SIGNATURE)
 			my_fprintf(stderr, _(txt_warn_sig_too_long), MAX_SIG_LINES);
 
 		if (warnings_catbp & CA_WARNING_ENCODING_EXTERNAL_INEWS)
-			my_fprintf(stderr, _(txt_warn_encoding_and_external_inews));
+			my_fprintf(stderr, "%s", _(txt_warn_encoding_and_external_inews));
 
 #ifdef CHARSET_CONVERSION
 		if (warnings_catbp & CA_WARNING_CHARSET_CONVERSION)
@@ -1497,7 +1516,7 @@ check_article_to_be_posted(
 		 */
 		setup_check_article_screen(&init);
 		if (c_art_unchanged)
-			my_fprintf(stderr, _(txt_warn_article_unchanged));
+			my_fprintf(stderr, "%s", _(txt_warn_article_unchanged));
 		my_fprintf(stderr, _(txt_art_newsgroups), subject, PLURAL(ngcnt, txt_newsgroup));
 		for (i = 0; i < ngcnt; i++) {
 			if ((psGrp = group_find(newsgroups[i], FALSE))) {
@@ -1544,12 +1563,12 @@ check_article_to_be_posted(
 			if (ftngcnt > 1) {
 #ifdef HAVE_FASCIST_NEWSADMIN
 				StartInverse();
-				my_fprintf(stderr, _(txt_error_followup_to_several_groups));
+				my_fprintf(stderr, "%s", _(txt_error_followup_to_several_groups));
 				EndInverse();
 				my_fflush(stderr);
 				errors++;
 #else
-				my_fprintf(stderr, _(txt_warn_followup_to_several_groups));
+				my_fprintf(stderr, "%s", _(txt_warn_followup_to_several_groups));
 				warnings++;
 #endif /* HAVE_FASCIST_NEWSADMIN */
 			}
@@ -1596,7 +1615,7 @@ check_article_to_be_posted(
 
 #ifndef NO_ETIQUETTE
 		if (tinrc.beginner_level)
-			my_fprintf(stderr, _(txt_warn_posting_etiquette));
+			my_fprintf(stderr, "%s", _(txt_warn_posting_etiquette));
 #endif /* !NO_ETIQUETTE */
 		my_fflush(stderr);
 	}
@@ -1742,7 +1761,7 @@ post_article_loop:
 
 			case GLOBAL_OPTION_MENU:
 				config_page(group->name);
-				while ((i = check_article_to_be_posted(article_name, art_type, &group, art_unchanged, FALSE) == 1) && repair_article(&func, group))
+				while ((i = check_article_to_be_posted(article_name, art_type, &group, art_unchanged, FALSE)) == 1 && repair_article(&func, group))
 					;
 				break;
 
@@ -1813,19 +1832,47 @@ post_article_loop:
 			char keypgp[MAXKEYLEN];
 #endif /* HAVE_PGP_GPG */
 
+#if defined(HAVE_ISPELL) && defined(HAVE_PGP_GPG)
 			func = prompt_slk_response((i ? POST_EDIT : art_unchanged ? POST_POSTPONE : GLOBAL_POST),
 					post_post_keys, _(txt_quit_edit_post),
 					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
 					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
-#ifdef HAVE_ISPELL
 					printascii(keyispell, func_to_key(POST_ISPELL, post_post_keys)),
-#endif /* HAVE_ISPELL */
-#ifdef HAVE_PGP_GPG
 					printascii(keypgp, func_to_key(POST_PGP, post_post_keys)),
-#endif /* HAVE_PGP_GPG */
 					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
 					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
 					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#else
+#	ifdef HAVE_ISPELL
+			func = prompt_slk_response((i ? POST_EDIT : art_unchanged ? POST_POSTPONE : GLOBAL_POST),
+					post_post_keys, _(txt_quit_edit_post),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+					printascii(keyispell, func_to_key(POST_ISPELL, post_post_keys)),
+					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#	else
+#		ifdef HAVE_PGP_GPG
+			func = prompt_slk_response((i ? POST_EDIT : art_unchanged ? POST_POSTPONE : GLOBAL_POST),
+					post_post_keys, _(txt_quit_edit_post),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+					printascii(keypgp, func_to_key(POST_PGP, post_post_keys)),
+					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#		else
+			func = prompt_slk_response((i ? POST_EDIT : art_unchanged ? POST_POSTPONE : GLOBAL_POST),
+					post_post_keys, _(txt_quit_edit_post),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#		endif /* HAVE_PGP_GPG */
+#	endif /* HAVE_ISPELL */
+#endif /* HAVE_ISPELL && HAVE_PGP_GPG */
 		} else {
 			char *smsg;
 			char buf[LEN];
@@ -1839,18 +1886,43 @@ post_article_loop:
 			char keypgp[MAXKEYLEN];
 #endif /* HAVE_PGP_GPG */
 
+#if defined(HAVE_ISPELL) && defined(HAVE_PGP_GPG)
 			snprintf(buf, sizeof(buf), _(txt_quit_edit_xpost),
 					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
 					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
-#ifdef HAVE_ISPELL
 					printascii(keyispell, func_to_key(POST_ISPELL, post_post_keys)),
-#endif /* HAVE_ISPELL */
-#ifdef HAVE_PGP_GPG
 					printascii(keypgp, func_to_key(POST_PGP, post_post_keys)),
-#endif /* HAVE_PGP_GPG */
 					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
 					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
 					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#else
+#	ifdef HAVE_ISPELL
+			snprintf(buf, sizeof(buf), _(txt_quit_edit_xpost),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+					printascii(keyispell, func_to_key(POST_ISPELL, post_post_keys)),
+					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#	else
+#		ifdef HAVE_PGP_GPG
+			snprintf(buf, sizeof(buf), _(txt_quit_edit_xpost),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+					printascii(keypgp, func_to_key(POST_PGP, post_post_keys)),
+					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#		else
+			snprintf(buf, sizeof(buf), _(txt_quit_edit_xpost),
+					printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+					printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+					printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+					printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+					printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#		endif /* HAVE_PGP_GPG */
+#	endif /* HAVE_ISPELL */
+#endif /* HAVE_ISPELL && HAVE_PGP_GPG */
 
 			/* Superfluous force_command stuff not used in current code */
 			func = ( /* force_command ? ch_default : */ prompt_slk_response(func,
@@ -3239,7 +3311,7 @@ mail_to_someone(
 
 	if (!mime_forward || INTERACTIVE_NONE != tinrc.interactive_mailer) {
 		rewind(artinfo->raw);
-		fprintf(fp, _(txt_forwarded));
+		fprintf(fp, "%s", _(txt_forwarded));
 
 		if (!note_h.mime)
 			copy_fp(artinfo->raw, fp);
@@ -3269,7 +3341,7 @@ mail_to_someone(
 			}
 			free(buff);
 		}
-		fprintf(fp, _(txt_forwarded_end));
+		fprintf(fp, "%s", _(txt_forwarded_end));
 	}
 
 	if (INTERACTIVE_NONE == tinrc.interactive_mailer)
@@ -3599,11 +3671,11 @@ show_cancel_info(
 		c_author = author;
 
 	if (!c_author) {
-		my_fprintf(stderr, _(txt_warn_cancel_forgery));
+		my_fprintf(stderr, "%s", _(txt_warn_cancel_forgery));
 		my_fprintf(stderr, "From: %s\n", BlankIfNull(note_h.from));
 	} else
 #endif /* FORGERY */
-	my_fprintf(stderr, _(txt_warn_cancel));
+	my_fprintf(stderr, "%s", _(txt_warn_cancel));
 
 	my_fprintf(stderr, "Subject: %s\n", BlankIfNull(note_h.subj));
 	my_fprintf(stderr, "Date: %s\n", BlankIfNull(note_h.date));
@@ -3658,14 +3730,18 @@ cancel_article(
 		error_message(2, "From=[%s]  Cancel=[%s]", art->from, from_name);
 #endif /* DEBUG */
 
+	/*
+	 * superseding foreign articles is allowed via 'x'repost
+	 * (in the FORGERY case), so there is no need to disallow it
+	 * with 'D' here (in the FORGERY case).
+	 */
+#ifndef FORGERY
 	if (!strcasestr(from_name, art->from)) {
-#ifdef FORGERY
-		author = FALSE;
-#else
 		wait_message(3, _(txt_art_cannot_cancel));
 		return redraw_screen;
-#endif /* FORGERY */
-	} else {
+	} else
+#endif /* !FORGERY */
+ {
 		char *smsg;
 		char buff[LEN];
 		char keycancel[MAXKEYLEN], keyquit[MAXKEYLEN], keysupersede[MAXKEYLEN];
@@ -3769,7 +3845,7 @@ cancel_article(
 
 #ifdef FORGERY
 	if (author) {
-		fprintf(fp, txt_article_cancelled);
+		fprintf(fp, "%s", txt_article_cancelled);
 		start_line_offset++;
 	} else {
 		rewind(pgart.raw);
@@ -3778,7 +3854,7 @@ cancel_article(
 	fclose(fp);
 	invoke_editor(cancel, start_line_offset, group);
 #else
-	fprintf(fp, txt_article_cancelled);
+	fprintf(fp, "%s", txt_article_cancelled);
 	start_line_offset++;
 	fclose(fp);
 #endif /* FORGERY */
@@ -3866,9 +3942,8 @@ cancel_article(
 	return redraw_screen;
 }
 
-
+#define FromSameUser	(strcasestr(from_name, arts[respnum].from))
 #ifndef FORGERY
-#	define FromSameUser	(strcasestr(from_name, arts[respnum].from))
 #	define NotSuperseding	(!supersede || (!FromSameUser))
 #	define Superseding	(supersede && FromSameUser)
 #else
@@ -3944,7 +4019,9 @@ repost_article(
 
 			snprintf(line, sizeof(line), "<supersede.%s", note_h.messageid + 1);
 			msg_add_header("Message-ID", line);
-			/* ADD_CAN_KEY(note_h.messageid); */ /* should we add key here? */
+			if (FromSameUser) {	/* just add can-key for own articles */
+				ADD_CAN_KEY(note_h.messageid);
+			}
 #	else
 			msg_add_header("From", from_name);
 			if (*reply_to)
@@ -4074,18 +4151,43 @@ repost_article(
 		char keypgp[MAXKEYLEN];
 #endif /* HAVE_PGP_GPG */
 
+#if defined(HAVE_ISPELL) && defined(HAVE_PGP_GPG)
 		snprintf(buff, sizeof(buff), _(txt_quit_edit_xpost),
 				printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
 				printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
-#ifdef HAVE_ISPELL
 				printascii(keyispell, func_to_key(POST_ISPELL, post_post_keys)),
-#endif /* HAVE_ISPELL */
-#ifdef HAVE_PGP_GPG
 				printascii(keypgp, func_to_key(POST_PGP, post_post_keys)),
-#endif /* HAVE_PGP_GPG */
 				printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
 				printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
 				printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#else
+#	ifdef HAVE_ISPELL
+		snprintf(buff, sizeof(buff), _(txt_quit_edit_xpost),
+				printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+				printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+				printascii(keyispell, func_to_key(POST_ISPELL, post_post_keys)),
+				printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+				printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+				printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#	else
+#		ifdef HAVE_PGP_GPG
+		snprintf(buff, sizeof(buff), _(txt_quit_edit_xpost),
+				printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+				printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+				printascii(keypgp, func_to_key(POST_PGP, post_post_keys)),
+				printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+				printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+				printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#		else
+		snprintf(buff, sizeof(buff), _(txt_quit_edit_xpost),
+				printascii(keyquit, func_to_key(GLOBAL_QUIT, post_post_keys)),
+				printascii(keyedit, func_to_key(POST_EDIT, post_post_keys)),
+				printascii(keymenu, func_to_key(GLOBAL_OPTION_MENU, post_post_keys)),
+				printascii(keypost, func_to_key(GLOBAL_POST, post_post_keys)),
+				printascii(keypostpone, func_to_key(POST_POSTPONE, post_post_keys)));
+#		endif /* HAVE_PGP_GPG */
+#	endif /* HAVE_ISPELL */
+#endif /* HAVE_ISPELL && HAVE_PGP_GPG */
 
 		func = prompt_slk_response(default_func, post_post_keys,
 			"%s", sized_message(&smsg, buff, note_h.subj));
@@ -4255,12 +4357,12 @@ checknadd_headers(
 		if (l[0] == '\0') /* end of headers */
 			break;
 
-		if ((ptr = parse_header(l, "Newsgroups", FALSE, FALSE))) {
+		if ((ptr = parse_header(l, "Newsgroups", FALSE, FALSE, FALSE))) {
 			strip_double_ngs(ptr);
 			STRCPY(newsgroups, ptr);
 			snprintf(line, sizeof(line), "Newsgroups: %s\n", newsgroups);
 			fputs(line, fp_out);
-		} else if ((ptr = parse_header(l, "Followup-To", FALSE, FALSE))) {
+		} else if ((ptr = parse_header(l, "Followup-To", FALSE, FALSE, FALSE))) {
 			strip_double_ngs(ptr);
 			/*
 			 * Only write followup header if not blank or followups != newsgroups
@@ -4269,7 +4371,7 @@ checknadd_headers(
 				snprintf(line, sizeof(line), "Followup-To: %s\n", ptr);
 				fputs(line, fp_out);
 			}
-		} else if ((ptr = parse_header(l, "Fcc", FALSE, FALSE))) {
+		} else if ((ptr = parse_header(l, "Fcc", FALSE, FALSE, FALSE))) {
 			fcc = my_strdup(ptr);
 		} else if ((ptr = strchr(l, ':')) != NULL) { /* valid header? */
 			if (strlen(ptr) > 2) /* skip empty headers ": \0" */
@@ -4402,7 +4504,8 @@ insert_from_header(
 			rename_file(outfile, infile);
 
 			return TRUE;
-		}
+		} else
+			fclose(fp_in);
 	}
 	return FALSE;
 }
@@ -5157,7 +5260,9 @@ add_headers(
 			break;
 		}
 	}
-
+#ifdef HAVE_FSYNC
+	fsync(fd_out);
+#endif /* HAVE_FSYNC */
 	close(fd_out);
 	fclose(fp_in);
 	if (writesuccess)
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/prompt.c tin-2.0.0/src/prompt.c
--- tin-1.9.6/src/prompt.c	2010-11-26 16:05:06.000000000 +0100
+++ tin-2.0.0/src/prompt.c	2011-04-17 16:04:31.007157421 +0200
@@ -3,10 +3,10 @@
  *  Module    : prompt.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-05-07
+ *  Updated   : 2011-03-25
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -382,7 +382,7 @@ prompt_list(
 			if (var < 0)
 				var = size - 1;
 			else
-				var %= size;
+				var %= (size ? size : 1);
 
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
 			if ((buf = spart(_(list[var]), width, TRUE)) != NULL) {
@@ -425,7 +425,7 @@ prompt_option_on_off(
 	t_bool old_value = *variable;
 
 	fmt_option_prompt(prompt, sizeof(prompt), TRUE, option);
-	*variable = prompt_list(option_row(option), 0, *variable, option_table[option].txt->help, prompt, txt_onoff, 2) ? TRUE: FALSE;
+	*variable = prompt_list(option_row(option), 0, *variable, option_table[option].txt->help, prompt, txt_onoff, 2) ? TRUE : FALSE;
 	return *variable != old_value;
 }
 
@@ -772,9 +772,7 @@ prompt_continue(
 	int ch;
 	int save_signal_context = signal_context;
 
-#ifdef USE_CURSES
 	cmd_line = TRUE;
-#endif /* USE_CURSES */
 	info_message(_(txt_return_key));
 	signal_context = cMain;
 	input_context = cPromptCONT;
@@ -793,10 +791,12 @@ prompt_continue(
 
 	input_context = cNone;
 	signal_context = save_signal_context;
-	my_fputc('\n', stdout);
 
 #ifdef USE_CURSES
+	my_fputc('\n', stdout);
+#endif /* USE_CURSES */
 	cmd_line = FALSE;
+#ifdef USE_CURSES
 	my_retouch();
 #endif /* USE_CURSES */
 }
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/read.c tin-2.0.0/src/read.c
--- tin-1.9.6/src/read.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/read.c	2011-05-06 14:04:33.193106784 +0200
@@ -3,9 +3,9 @@
  *  Module    : read.c
  *  Author    : Jason Faultless <jason@altarstone.com>
  *  Created   : 1997-04-10
- *  Updated   : 2006-09-02
+ *  Updated   : 2011-05-06
  *
- * Copyright (c) 1997-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1997-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -60,17 +60,18 @@ static int offset = 0;
  * local prototypes
  */
 static char *tin_read(char *buffer, size_t len, FILE *fp, t_bool header);
-#ifdef NNTP_ABLE
+#if defined(NNTP_ABLE) && defined(HAVE_SELECT)
 	static t_bool wait_for_input(void);
-#endif /* NNTP_ABLE */
+#endif /* NNTP_ABLE && HAVE_SELECT */
 
 
-#ifdef NNTP_ABLE
+#if defined(NNTP_ABLE) && defined(HAVE_SELECT)
 /*
  * Used by the I/O read routine to look for keyboard input
  * Returns TRUE if user aborted with 'q' or 'z' (lynx-style)
  *         FALSE otherwise
  * TODO: document 'z' (, and allow it's remapping?) and 'Q'
+ *       add a !HAVE_SELECT code path
  */
 static t_bool
 wait_for_input(
@@ -92,7 +93,12 @@ wait_for_input(
 		tv.tv_usec = 0;
 
 /* DEBUG_IO((stderr, "waiting on %d and %d...", STDIN_FILENO, fileno(fd))); */
+#	ifdef HAVE_SELECT_INTP
+		if ((nfds = select(STDIN_FILENO + 1, (int *) &readfds, NULL, NULL, &tv)) == -1) {
+#	else
 		if ((nfds = select(STDIN_FILENO + 1, &readfds, NULL, NULL, &tv)) == -1) {
+#	endif /* HAVE_SELECT_INTP */
+
 			if (errno != EINTR) {
 				perror_message("select() failed");
 				giveup();
@@ -153,7 +159,7 @@ wait_for_input(
 
 	}
 }
-#endif /* NNTP_ABLE */
+#endif /* NNTP_ABLE && HAVE_SELECT */
 
 
 /*
@@ -186,6 +192,7 @@ tin_read(
 	partial_read = FALSE;
 
 #ifdef NNTP_ABLE
+#	ifdef HAVE_SELECT
 	if (wait_for_input()) {			/* Check if okay to read */
 		info_message(_("Aborting read, please wait..."));
 		drain_buffer(fp);
@@ -194,6 +201,7 @@ tin_read(
 		/* fflush(stdin); */
 		return NULL;
 	}
+#	endif /* HAVE_SELECT */
 
 	errno = 0;		/* To check errno after read, clear it here */
 
@@ -306,7 +314,6 @@ tin_fgets(
 	static char *dynbuf = NULL;
 	static int size = 0;
 
-	char *temp, *ptr;
 	int next;
 
 	tin_errno = 0;					/* Clear errors */
@@ -330,8 +337,8 @@ tin_fgets(
 	size = INIT;
 #endif /* 1 */
 
-	if ((ptr = tin_read(dynbuf, size, fp, header)) == NULL)
-		return ptr;
+	if (tin_read(dynbuf, size, fp, header) == NULL)
+		return NULL;
 
 	if (tin_errno != 0) {
 		DEBUG_IO((stderr, _("Aborted read\n")));
@@ -343,9 +350,8 @@ tin_fgets(
 	while (partial_read) {
 		if (next + RCHUNK > size)
 			size = next + RCHUNK;
-		temp = my_realloc(dynbuf, size * sizeof(*dynbuf));
-		dynbuf = temp;
-		temp = tin_read(dynbuf + next, size - next, fp, header); /* What if == 0? */
+		dynbuf = my_realloc(dynbuf, size * sizeof(*dynbuf));
+		(void) tin_read(dynbuf + next, size - next, fp, header); /* What if == NULL? */
 		next += offset;
 
 		if (tin_errno != 0)
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/refs.c tin-2.0.0/src/refs.c
--- tin-1.9.6/src/refs.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/refs.c	2011-05-28 16:36:31.615493995 +0200
@@ -8,7 +8,7 @@
  *  Credits   : Richard Hodson <richard@macgyver.tele2.co.uk>
  *              hash_msgid, free_msgid
  *
- * Copyright (c) 1996-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1996-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -314,7 +314,7 @@ add_msgid(
 
 #ifdef DEBUG
 	if (debug & DEBUG_REFS)
-		DEBUG_PRINT((dbgfd, "new: %s -> %s\n", msgid, (newparent)?newparent->txt:"None"));
+		DEBUG_PRINT((dbgfd, "new: %s -> %s\n", msgid, (newparent) ? newparent->txt : "None"));
 #endif /* DEBUG */
 
 	/*
@@ -940,12 +940,14 @@ collate_subjects(
 			 * is that we have to add later threads onto the end of the
 			 * previous thread
 			 */
-			if (
-					(arts[i].subject == arts[j].subject) /* ||
-					(arts[i].archive && arts[j].archive && (arts[i].archive->name == arts[j].archive->name)) */
-			) {
-/*DEBUG_PRINT((dbgfd, "RES: %d is now previous, at end of %d\n", i, j));*/
-
+#if 1
+			if (arts[i].subject == arts[j].subject)
+#else
+			/* see also art.c:thread_by_subject() */
+			if ((arts[i].subject == arts[j].subject) || (arts[i].archive && arts[j].archive && (arts[i].archive->name == arts[j].archive->name)))
+#endif /* 1 */
+			{
+				/* DEBUG_PRINT((dbgfd, "RES: %d is now previous, at end of %d\n", i, j)); */
 				for (art = j; arts[art].thread >= 0; art = arts[art].thread)
 					;
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/regex.c tin-2.0.0/src/regex.c
--- tin-1.9.6/src/regex.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/regex.c	2011-04-17 16:04:31.435222565 +0200
@@ -7,7 +7,7 @@
  *  Notes     : Regular expression subroutines
  *  Credits   :
  *
- * Copyright (c) 1997-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1997-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/rfc1524.c tin-2.0.0/src/rfc1524.c
--- tin-1.9.6/src/rfc1524.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/rfc1524.c	2011-04-17 16:04:31.459226217 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-07-17
  *  Notes     : mailcap parsing as defined in RFC 1524
  *
- * Copyright (c) 2000-2010 Urs Janssen <urs@tin.org>, Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 2000-2011 Urs Janssen <urs@tin.org>, Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/rfc2045.c tin-2.0.0/src/rfc2045.c
--- tin-1.9.6/src/rfc2045.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/rfc2045.c	2011-04-17 16:04:31.491231088 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2007-11-27
  *  Notes     : RFC 2045/2047 encoding
  *
- * Copyright (c) 1995-2010 Chris Blum <chris@resolution.de>
+ * Copyright (c) 1995-2011 Chris Blum <chris@resolution.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/rfc2046.c tin-2.0.0/src/rfc2046.c
--- tin-1.9.6/src/rfc2046.c	2010-11-17 10:58:14.000000000 +0100
+++ tin-2.0.0/src/rfc2046.c	2011-04-17 16:04:36.187945828 +0200
@@ -3,10 +3,10 @@
  *  Module    : rfc2046.c
  *  Author    : Jason Faultless <jason@altarstone.com>
  *  Created   : 2000-02-18
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-01-29
  *  Notes     : RFC 2046 MIME article parsing
  *
- * Copyright (c) 2000-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 2000-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -225,7 +225,7 @@ get_quoted_string(
 	}
 	*ptr = '\0';
 	*dest = my_realloc(*dest, strlen(*dest) + 1);
-	return *source ? source++ : source;
+	return *source ? source + 1 : source;
 }
 
 
@@ -585,7 +585,8 @@ parse_header(
 	char *buf,
 	const char *pat,
 	t_bool decode,
-	t_bool structured)
+	t_bool structured,
+	t_bool keep_tab)
 {
 	size_t plen = strlen(pat);
 	char *ptr = buf + plen;
@@ -619,15 +620,15 @@ parse_header(
 
 				if (*name) {
 					if (type == GNKSA_ADDRTYPE_OLDSTYLE)
-						sprintf(ptr, "%s (%s)", addr, convert_to_printable(rfc1522_decode(name)));
+						sprintf(ptr, "%s (%s)", addr, convert_to_printable(rfc1522_decode(name), keep_tab));
 					else
-						sprintf(ptr, "%s <%s>", convert_to_printable(rfc1522_decode(name)), addr);
+						sprintf(ptr, "%s <%s>", convert_to_printable(rfc1522_decode(name), keep_tab), addr);
 				} else
 					strcpy(ptr, addr);
 			} else
-				return convert_to_printable(ptr);
+				return convert_to_printable(ptr, keep_tab);
 		} else
-			return (convert_to_printable(rfc1522_decode(ptr)));
+			return (convert_to_printable(rfc1522_decode(ptr), keep_tab));
 	}
 
 	return ptr;
@@ -671,112 +672,112 @@ parse_rfc822_headers(
 		 *        loss (multiple Cc: lines are allowed, for example)
 		 */
 		unfold_header(line);
-		if ((ptr = parse_header(line, "From", TRUE, TRUE))) {
+		if ((ptr = parse_header(line, "From", TRUE, TRUE, FALSE))) {
 			FreeIfNeeded(hdr->from);
 			hdr->from = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "To", TRUE, TRUE))) {
+		if ((ptr = parse_header(line, "To", TRUE, TRUE, FALSE))) {
 			FreeIfNeeded(hdr->to);
 			hdr->to = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Cc", TRUE, TRUE))) {
+		if ((ptr = parse_header(line, "Cc", TRUE, TRUE, FALSE))) {
 			FreeIfNeeded(hdr->cc);
 			hdr->cc = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Bcc", TRUE, TRUE))) {
+		if ((ptr = parse_header(line, "Bcc", TRUE, TRUE, FALSE))) {
 			FreeIfNeeded(hdr->bcc);
 			hdr->bcc = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Date", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Date", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->date);
 			hdr->date = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Subject", TRUE, FALSE))) {
+		if ((ptr = parse_header(line, "Subject", TRUE, FALSE, TRUE))) {
 			FreeIfNeeded(hdr->subj);
 			hdr->subj = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Organization", TRUE, FALSE))) {
+		if ((ptr = parse_header(line, "Organization", TRUE, FALSE, TRUE))) {
 			FreeIfNeeded(hdr->org);
 			hdr->org = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Reply-To", TRUE, TRUE))) {
+		if ((ptr = parse_header(line, "Reply-To", TRUE, TRUE, FALSE))) {
 			FreeIfNeeded(hdr->replyto);
 			hdr->replyto = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Newsgroups", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Newsgroups", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->newsgroups);
 			hdr->newsgroups = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Message-ID", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Message-ID", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->messageid);
 			hdr->messageid = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "References", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "References", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->references);
 			hdr->references = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Distribution", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Distribution", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->distrib);
 			hdr->distrib = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Keywords", TRUE, FALSE))) {
+		if ((ptr = parse_header(line, "Keywords", TRUE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->keywords);
 			hdr->keywords = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Summary", TRUE, FALSE))) {
+		if ((ptr = parse_header(line, "Summary", TRUE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->summary);
 			hdr->summary = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Followup-To", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Followup-To", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->followup);
 			hdr->followup = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "X-Comment-To", TRUE, TRUE))) {
+		if ((ptr = parse_header(line, "X-Comment-To", TRUE, TRUE, FALSE))) {
 			FreeIfNeeded(hdr->ftnto);
 			hdr->ftnto = my_strdup(ptr);
 			continue;
 		}
 #ifdef XFACE_ABLE
-		if ((ptr = parse_header(line, "X-Face", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "X-Face", FALSE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->xface);
 			hdr->xface = my_strdup(ptr);
 			continue;
 		}
 #endif /* XFACE_ABLE */
 		/* TODO: check version */
-		if (parse_header(line, "MIME-Version", FALSE, FALSE)) {
+		if (parse_header(line, "MIME-Version", FALSE, FALSE, FALSE)) {
 			hdr->mime = TRUE;
 			continue;
 		}
-		if ((ptr = parse_header(line, "Content-Type", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Content-Type", FALSE, FALSE, FALSE))) {
 			parse_content_type(ptr, hdr->ext);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Content-Transfer-Encoding", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Content-Transfer-Encoding", FALSE, FALSE, FALSE))) {
 			hdr->ext->encoding = parse_content_encoding(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Content-Description", TRUE, FALSE))) {
+		if ((ptr = parse_header(line, "Content-Description", TRUE, FALSE, FALSE))) {
 			FreeIfNeeded(hdr->ext->description);
 			hdr->ext->description = my_strdup(ptr);
 			continue;
 		}
-		if ((ptr = parse_header(line, "Content-Disposition", FALSE, FALSE))) {
+		if ((ptr = parse_header(line, "Content-Disposition", FALSE, FALSE, FALSE))) {
 			parse_content_disposition(ptr, hdr->ext);
 			continue;
 		}
@@ -953,19 +954,19 @@ parse_multipart_article(
 				 */
 /* fprintf(stderr, "HDR:%s\n", line); */
 				unfold_header(line);
-				if ((ptr = parse_header(line, "Content-Type", FALSE, FALSE))) {
+				if ((ptr = parse_header(line, "Content-Type", FALSE, FALSE, FALSE))) {
 					parse_content_type(ptr, curr_part);
 					break;
 				}
-				if ((ptr = parse_header(line, "Content-Transfer-Encoding", FALSE, FALSE))) {
+				if ((ptr = parse_header(line, "Content-Transfer-Encoding", FALSE, FALSE, FALSE))) {
 					curr_part->encoding = parse_content_encoding(ptr);
 					break;
 				}
-				if ((ptr = parse_header(line, "Content-Disposition", FALSE, FALSE))) {
+				if ((ptr = parse_header(line, "Content-Disposition", FALSE, FALSE, FALSE))) {
 					parse_content_disposition(ptr, curr_part);
 					break;
 				}
-				if ((ptr = parse_header(line, "Content-Description", TRUE, FALSE))) {
+				if ((ptr = parse_header(line, "Content-Description", TRUE, FALSE, FALSE))) {
 					FreeIfNeeded(curr_part->description);
 					curr_part->description = my_strdup(ptr);
 					break;
@@ -1237,7 +1238,7 @@ art_open(
 		wait_message(0, _(txt_is_tex_encoded));
 
 	/* Maybe fix it so if this fails, we default to raw? */
-	if (!cook_article(wrap_lines, artinfo, tinrc.hide_uue))
+	if (!cook_article(wrap_lines, artinfo, tinrc.hide_uue, FALSE))
 		return ART_ABORT;
 
 #ifdef DEBUG_ART
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/rfc2047.c tin-2.0.0/src/rfc2047.c
--- tin-1.9.6/src/rfc2047.c	2010-09-15 12:12:23.000000000 +0200
+++ tin-2.0.0/src/rfc2047.c	2011-06-28 13:29:40.846084983 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-09-15
  *  Notes     : MIME header encoding/decoding stuff
  *
- * Copyright (c) 1995-2010 Chris Blum <chris@resolution.de>
+ * Copyright (c) 1995-2011 Chris Blum <chris@resolution.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -378,7 +378,7 @@ do_b_encode(
 	t_bool isleading_between = TRUE;		/* are we still processing leading space */
 
 	while (count-- > 0 && (!isbetween(*w, isstruct_head) || isleading_between) && *w) {
-		len8 += is_EIGHT_BIT(w) ? 1 : (-len8);
+		len8 += (is_EIGHT_BIT(w) ? 1 : -len8);
 		if (!isbetween(*w, isstruct_head))
 			isleading_between = FALSE;
 		*(t++) = *(w++);
@@ -597,7 +597,7 @@ rfc1522_do_encode(
 #endif /* 0 */
 					{
 						snprintf(buf2, sizeof(buf2), "=%2.2X", *EIGHT_BIT(what));
-						if ((size_t)( t - buffer + 3) >= bufferlen) {
+						if ((size_t)(t - buffer + 3) >= bufferlen) {
 							/* buffer too small, double its size */
 							offset = t - buffer;
 							bufferlen <<= 1;
@@ -928,7 +928,7 @@ do_rfc15211522_encode(
 	rewind(g);
 	rewind(f);
 #ifdef HAVE_FTRUNCATE
-	ftruncate(fileno(f), 0);
+	(void) ftruncate(fileno(f), 0);
 #endif /* HAVE_FTRUNCATE */
 
 	/* copy header */
@@ -1322,7 +1322,7 @@ contains_8bit_characters(
 
 	rewind(fp);
 	while ((line = tin_fgets(fp, FALSE))) {
-		for ( ; *line != '\0'; line++) {
+		for (; *line != '\0'; line++) {
 			if (is_EIGHT_BIT(line))
 				return TRUE;
 		}
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/save.c tin-2.0.0/src/save.c
--- tin-1.9.6/src/save.c	2010-11-13 00:56:52.000000000 +0100
+++ tin-2.0.0/src/save.c	2011-04-18 00:05:52.027218072 +0200
@@ -3,10 +3,10 @@
  *  Module    : save.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-11-13
+ *  Updated   : 2011-04-17
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -200,7 +200,7 @@ check_start_save_any_news(
 
 			group_count++;
 			snprintf(buf, sizeof(buf), _(txt_saved_groupname), group->name);
-			fprintf(fp_log, buf);
+			fprintf(fp_log, "%s", buf);
 			if (verbose)
 				wait_message(0, buf);
 
@@ -725,10 +725,8 @@ post_process_files(
 	if (num_save < 1)
 		return FALSE;
 
-	clear_message();
-#ifdef USE_CURSES
-	scrollok(stdscr, TRUE);
-#endif /* USE_CURSES */
+	EndWin();
+	Raw(FALSE);
 	my_printf("%s%s", _(txt_post_processing), cCRLF);
 
 	switch (proc_type_func) {
@@ -745,22 +743,24 @@ post_process_files(
 
 	my_printf("%s%s%s", _(txt_post_processing_finished), cCRLF, cCRLF);
 	my_flush();
-	prompt_continue();
 #ifdef USE_CURSES
-	scrollok(stdscr, FALSE);
+	Raw(TRUE);
+	InitWin();
 #endif /* USE_CURSES */
+	prompt_continue();
+#ifndef USE_CURSES
+	Raw(TRUE);
+	InitWin();
+#endif /* !USE_CURSES */
 
 	/*
 	 * Remove the post-processed files if required
 	 */
-	my_printf(cCRLF);
-	my_flush();
-
 	if (auto_delete) {
 		int i;
 
-		my_printf("%s%s", _(txt_deleting), cCRLF);
-		my_flush();
+		wait_message((tinrc.beginner_level) ? 2 : 1, "%s", _(txt_deleting));
+		cursoroff();
 
 		for (i = 0; i < num_save; i++)
 			unlink(save[i].path);
@@ -1219,8 +1219,6 @@ start_viewer(
 		wait_message(0, _(txt_starting_command), foo->command);
 		if (foo->needsterminal) {
 			set_xclick_off();
-			EndWin();
-			Raw(FALSE);
 			fflush(stdout);
 		} else {
 			if (foo->description)
@@ -1228,9 +1226,15 @@ start_viewer(
 		}
 		invoke_cmd(foo->command);
 		if (foo->needsterminal) {
+#ifndef USE_CURSES
+			EndWin();
+			Raw(FALSE);
+#endif /* !USE_CURSES */
+			prompt_continue();
+#ifndef USE_CURSES
 			Raw(TRUE);
 			InitWin();
-			prompt_continue();
+#endif /* !USE_CURSES */
 		}
 		if (foo->nametemplate) /* undo nametemplate, needed as 'save'-prompt is done outside start_viewer */
 			rename_file(foo->nametemplate, path);
@@ -1318,11 +1322,9 @@ decode_save_one(
 	/*
 	 * View the attachment
 	 */
-	if (postproc) {
-		if (curr_group->attribute->post_process_view) {
+	if ((postproc && curr_group->attribute->post_process_view) || !curr_group->attribute->ask_for_metamail) {
 			start_viewer(part, savepath);
 			my_printf(cCRLF);
-		}
 	} else {
 		snprintf(buf, sizeof(buf), _(txt_view_attachment), savepath, content_types[part->type], part->subtype);
 		if ((i = prompt_yn(buf, TRUE)) == 1)
@@ -1829,7 +1831,7 @@ build_attachment_line(
 	FreeIfNeeded(tree);
 	len = strwidth(buf2);
 	if (namelen + len + info_len + 8 <= cCOLS)
-		namelen =  cCOLS - 8 - info_len - len;
+		namelen = cCOLS - 8 - info_len - len;
 
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
 	tmpname = spart(name, namelen, TRUE);
@@ -1859,7 +1861,12 @@ build_tree(
 	int maxlen,
 	int i)
 {
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	char *result;
+	wchar_t *tree;
+#else
 	char *tree;
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 	int prefix_ptr, tmpdepth;
 	int depth_level = 0;
 	t_bool found = FALSE;
@@ -1879,8 +1886,15 @@ build_tree(
 			odd = (odd ? 0 : 1);
 		}
 	}
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	tree = my_malloc(sizeof(wchar_t) * prefix_ptr + 3 * sizeof(wchar_t));
+	tree[prefix_ptr + 2] = (wchar_t) '\0';
+#else
 	tree = my_malloc(prefix_ptr + 3);
-	strcpy(&tree[prefix_ptr], "->");
+	tree[prefix_ptr + 2] = '\0';
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+	tree[prefix_ptr + 1] = TREE_ARROW;
+	tree[prefix_ptr] = TREE_HORIZ;
 	for (lptr = lptr2->next; lptr != NULL; lptr = lptr->next) {
 		if (lptr->part->depth == depth) {
 			found = TRUE;
@@ -1889,7 +1903,7 @@ build_tree(
 		if (lptr->part->depth < depth)
 			break;
 	}
-	tree[--prefix_ptr] = found ? '+' : '`';
+	tree[--prefix_ptr] = found ? TREE_VERT_RIGHT : TREE_UP_RIGHT;
 	found = FALSE;
 	for (tmpdepth = depth - 1; prefix_ptr > 1; --tmpdepth) {
 		for (lptr = lptr2->next; lptr != NULL; lptr = lptr->next) {
@@ -1900,14 +1914,20 @@ build_tree(
 			if (lptr->part->depth < tmpdepth)
 				break;
 		}
-		tree[--prefix_ptr] = ' ';
-		tree[--prefix_ptr] = found ? '|' : ' ';
+		tree[--prefix_ptr] = TREE_BLANK;
+		tree[--prefix_ptr] = found ? TREE_VERT : TREE_BLANK;
 		found = FALSE;
 	}
 	while (depth_level)
-		tree[--depth_level] = '>';
+		tree[--depth_level] = TREE_ARROW_WRAP;
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	result = wchar_t2char(tree);
+	free(tree);
+	return result;
+#else
 	return tree;
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 }
 
 
@@ -2313,9 +2333,15 @@ pipe_part(
 	fflush(pipe_fp);
 	(void) pclose(pipe_fp);
 	set_signal_catcher(TRUE);
+	fclose(fp);
+#	ifdef USE_CURSES
 	Raw(TRUE);
 	InitWin();
-	fclose(fp);
+#	endif /* USE_CURSES */
 	prompt_continue();
+#	ifndef USE_CURSES
+	Raw(TRUE);
+	InitWin();
+#	endif /* !USE_CURSES */
 }
 #endif /* !DONT_HAVE_PIPING */
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/screen.c tin-2.0.0/src/screen.c
--- tin-1.9.6/src/screen.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/screen.c	2011-04-17 16:04:31.551240219 +0200
@@ -3,10 +3,10 @@
  *  Module    : screen.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-04-11
+ *  Updated   : 2011-01-29
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -280,9 +280,15 @@ draw_arrow_mark(
 {
 	MoveCursor(line, 0);
 
-	if (tinrc.draw_arrow)
-		my_fputs("->", stdout);
-	else {
+	if (tinrc.draw_arrow) {
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+		if (tinrc.utf8_graphics) {
+			my_fputwc(CURSOR_HORIZ, stdout);
+			my_fputwc(CURSOR_ARROW, stdout);
+		} else
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+			my_fputs("->", stdout);
+	} else {
 #ifdef USE_CURSES
 		char buffer[BUFSIZ];
 		char *s = screen_contents(line, 0, buffer);
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/search.c tin-2.0.0/src/search.c
--- tin-1.9.6/src/search.c	2010-10-01 20:09:38.000000000 +0200
+++ tin-2.0.0/src/search.c	2011-04-17 16:04:31.579244482 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-10-01
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -157,7 +157,7 @@ search_config(
 			if (n == last && forward)
 				n = 0;
 			else
-				n += forward ? 1 : -1;
+				n += (forward ? 1 : -1);
 		}
 		/* search only visible options */
 		if (option_is_visible(n)) {
@@ -219,7 +219,7 @@ generic_search(
 			if (n == last && forward)
 				n = 0;
 			else
-				n += forward ? 1 : -1;
+				n += (forward ? 1 : -1);
 		}
 		switch (level) {
 			case ATTACHMENT_LEVEL:
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/select.c tin-2.0.0/src/select.c
--- tin-1.9.6/src/select.c	2010-10-07 22:56:56.000000000 +0200
+++ tin-2.0.0/src/select.c	2011-04-17 16:04:36.071928173 +0200
@@ -3,10 +3,10 @@
  *  Module    : select.c
  *  Author    : I. Lea & R. Skrenta
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-03-25
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>, Rich Skrenta <skrenta@pbm.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -251,9 +251,9 @@ selection_page(
 				break;
 
 			case GLOBAL_EDIT_FILTER:
-				if (!invoke_editor(filter_file, filter_file_offset, NULL))
-					break;
-				(void) read_filter_file(filter_file);
+				if (invoke_editor(filter_file, filter_file_offset, NULL))
+					(void) read_filter_file(filter_file);
+				show_selection_page();
 				break;
 
 			case SELECT_TOGGLE_DESCRIPTIONS:	/* toggle newsgroup descriptions */
@@ -668,7 +668,7 @@ build_gline(
 
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
 	if ((active_name = char2wchar_t(active[n].name)) == NULL) /* If char2wchar_t() fails try again after replacing unprintable characters */
-		active_name = char2wchar_t(convert_to_printable(active[n].name));
+		active_name = char2wchar_t(convert_to_printable(active[n].name, FALSE));
 
 	if (show_description && active[n].description)
 		active_desc = char2wchar_t(active[n].description);
@@ -991,7 +991,7 @@ reposition_group(
 		return default_num;
 
 	if (strlen(pos))
-		pos_num = ((pos[0] == '$') ? selmenu.max: atoi(pos));
+		pos_num = ((pos[0] == '$') ? selmenu.max : atoi(pos));
 	else {
 		if (tinrc.default_move_group)
 			pos_num = tinrc.default_move_group;
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/sigfile.c tin-2.0.0/src/sigfile.c
--- tin-1.9.6/src/sigfile.c	2010-11-13 18:55:02.000000000 +0100
+++ tin-2.0.0/src/sigfile.c	2011-04-17 16:04:31.607248742 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-11-13
  *  Notes     : Generate random signature for posting/mailing etc.
  *
- * Copyright (c) 1992-2010 Mike Gleason
+ * Copyright (c) 1992-2011 Mike Gleason
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/signal.c tin-2.0.0/src/signal.c
--- tin-1.9.6/src/signal.c	2010-11-25 18:27:18.000000000 +0100
+++ tin-2.0.0/src/signal.c	2011-04-17 16:04:31.635253005 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-09-16
  *  Notes     : signal handlers for different modes and window resizing
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/strftime.c tin-2.0.0/src/strftime.c
--- tin-1.9.6/src/strftime.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/strftime.c	2011-04-17 16:04:31.683260311 +0200
@@ -12,7 +12,7 @@
  *              tm = localtime(&secs);
  *              num = strftime(buf, sizeof(buf), "%a %d-%m-%y %H:%M:%S", tm);
  *
- * Copyright (c) 1991-2010 Arnold Robbins <arnold@skeeve.com>
+ * Copyright (c) 1991-2011 Arnold Robbins <arnold@skeeve.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/string.c tin-2.0.0/src/string.c
--- tin-1.9.6/src/string.c	2010-09-10 13:51:03.000000000 +0200
+++ tin-2.0.0/src/string.c	2011-04-17 16:04:36.107933653 +0200
@@ -3,10 +3,10 @@
  *  Module    : string.c
  *  Author    : Urs Janssen <urs@tin.org>
  *  Created   : 1997-01-20
- *  Updated   : 2010-09-10
+ *  Updated   : 2011-01-30
  *  Notes     :
  *
- * Copyright (c) 1997-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 1997-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -560,6 +560,67 @@ eat_tab(
 }
 
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+wchar_t *
+wexpand_tab(
+	wchar_t *wstr,
+	size_t tab_width)
+{
+	size_t cur_len = LEN, i = 0, tw;
+	wchar_t *wbuf = my_malloc(cur_len * sizeof(wchar_t));
+	wchar_t *wc = wstr;
+
+	while (*wc) {
+		if (i > cur_len - (tab_width + 1)) {
+			cur_len <<= 1;
+			wbuf = my_realloc(wbuf, cur_len * sizeof(wchar_t));
+		}
+		if (*wc == (wchar_t) '\t') {
+			tw = tab_width;
+			for (; tw > 0; --tw)
+				wbuf[i++] = (wchar_t) ' ';
+		} else
+			wbuf[i++] = *wc;
+		wc++;
+	}
+	wbuf[i] = '\0';
+
+	return wbuf;
+}
+
+
+#else /* !MULTIBYTE_ABLE || NO_LOCALE */
+
+
+char *
+expand_tab(
+	char *str,
+	size_t tab_width)
+{
+	size_t cur_len = LEN, i = 0, tw;
+	char *buf = my_malloc(cur_len);
+	char *c = str;
+
+	while (*c) {
+		if (i > cur_len - (tab_width + 1)) {
+			cur_len <<= 1;
+			buf = my_realloc(buf, cur_len);
+		}
+		if (*c == '\t') {
+			tw = tab_width;
+			for (; tw > 0; --tw)
+				buf[i++] = ' ';
+		} else
+			buf[i++] = *c;
+		c++;
+	}
+	buf[i] = '\0';
+
+	return buf;
+}
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+
+
 /*
  * Format a shell command, escaping blanks and other awkward characters that
  * appear in the string arguments. Replaces sprintf, except that we pass in
@@ -800,7 +861,7 @@ wcspart(
 
 	wbuf = my_wcsdup(wstr);
 	/* make sure all characters in wbuf are printable */
-	ptr = wconvert_to_printable(wbuf);
+	ptr = wconvert_to_printable(wbuf, FALSE);
 
 	/* terminate wbuf after 'columns' columns */
 	while (*ptr && used + wcwidth(*ptr) <= columns)
@@ -844,7 +905,7 @@ abbr_wcsgroupname(
 		if ((src = wcschr(grpname, (wchar_t) '.')) != NULL) {
 			tmplen = wcwidth(*dest++);
 
-			do  {
+			do {
 				*dest++ = *src;
 				tmplen += wcwidth(*src++);
 				*dest++ = *src;
@@ -903,7 +964,7 @@ abbr_groupname(
 			dest++;
 			tmplen = 1;
 
-			do  {
+			do {
 				*dest++ = *src++;
 				*dest++ = *src++;
 				tmplen += 2;
@@ -1001,13 +1062,6 @@ strunc(
 }
 
 
-/*
- * if you use UTF-8 as local charset and want to use
- * U+2026 (HORIZONTAL_ELLIPSIS) instead of "..." uncomment
- * the following define
- */
-/* #define USE_UTF8_HORIZONTAL_ELLIPSIS 1 */
-
 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
 /* the wide-char equivalent of strunc() */
 wchar_t *
@@ -1019,14 +1073,13 @@ wstrunc(
 
 	/* make sure all characters are printable */
 	wtmp = my_wcsdup(wmessage);
-	wconvert_to_printable(wtmp);
+	wconvert_to_printable(wtmp, FALSE);
 
 	if (wcswidth(wtmp, wcslen(wtmp)) > len) {
 		/* wtmp must be truncated */
 		wchar_t *wtmp2, *tail;
 
-#	ifdef USE_UTF8_HORIZONTAL_ELLIPSIS
-		if (IS_LOCAL_CHARSET("UTF-8")) {
+		if (tinrc.utf8_graphics) {
 			/*
 			 * use U+2026 (HORIZONTAL ELLIPSIS) instead of "..."
 			 * we gain two additional screen positions
@@ -1035,7 +1088,6 @@ wstrunc(
 			tail[0] = 8230; /* U+2026 */
 			tail[1] = 0;	/* \0 */
 		} else
-#	endif /* USE_UTF8_HORIZONTAL_ELLIPSIS */
 			tail = char2wchar_t(TRUNC_TAIL);
 
 		wtmp2 = wcspart(wtmp, len - wcslen(tail), FALSE);
@@ -1174,7 +1226,7 @@ normalize(
 		status = U_ZERO_ERROR;		/* reset status */
 		norm_len = needed + 1;
 		norm = my_malloc(sizeof(UChar) * norm_len);
-		needed = unorm_normalize(ustr, -1, mode, 0, norm, norm_len, &status);
+		(void) unorm_normalize(ustr, -1, mode, 0, norm, norm_len, &status);
 		if (U_FAILURE(status)) {
 			/* something went wrong, return the original string (as valid UTF8) */
 			free(ustr);
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/tags.c tin-2.0.0/src/tags.c
--- tin-1.9.6/src/tags.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/tags.c	2011-04-17 16:04:31.719265791 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2010-04-02
  *  Notes     : Split out from other modules
  *
- * Copyright (c) 1999-2010 Jason Faultless <jason@altarstone.com>
+ * Copyright (c) 1999-2011 Jason Faultless <jason@altarstone.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/tcurses.c tin-2.0.0/src/tcurses.c
--- tin-1.9.6/src/tcurses.c	2010-09-07 09:51:03.000000000 +0200
+++ tin-2.0.0/src/tcurses.c	2011-04-17 17:41:30.205324227 +0200
@@ -3,11 +3,11 @@
  *  Module    : tcurses.c
  *  Author    : Thomas Dickey <dickey@invisible-island.net>
  *  Created   : 1997-03-02
- *  Updated   : 2010-09-07
+ *  Updated   : 2011-04-17
  *  Notes     : This is a set of wrapper functions adapting the termcap
  *	             interface of tin to use SVr4 curses (e.g., ncurses).
  *
- * Copyright (c) 1997-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -139,11 +139,12 @@ InitScreen(
 			bcol(default_bcol = -1);
 		}
 #		endif /* HAVE_USE_DEFAULT_COLORS */
+		postinit_colors(MAX(COLORS, MAX_COLOR + 1)); /* postinit_colors(COLORS) would be correct */
 	} else {
 		use_color = FALSE;
+		postinit_colors(MAX_COLOR + 1);
 	}
 
-	postinit_colors();
 #	endif /* HAVE_COLOR */
 	set_xclick_on();
 	return TRUE;
@@ -828,6 +829,10 @@ my_retouch(
 	TRACE(("my_retouch"));
 	if (!cmd_line) {
 		wrefresh(curscr);
+#	ifdef HAVE_COLOR
+		fcol(tinrc.col_normal);
+		bcol(tinrc.col_back);
+#	endif /* HAVE_COLOR */
 	}
 }
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/thread.c tin-2.0.0/src/thread.c
--- tin-1.9.6/src/thread.c	2010-10-07 22:59:39.000000000 +0200
+++ tin-2.0.0/src/thread.c	2011-04-17 16:04:30.975152553 +0200
@@ -3,10 +3,10 @@
  *  Module    : thread.c
  *  Author    : I. Lea
  *  Created   : 1991-04-01
- *  Updated   : 2010-10-07
+ *  Updated   : 2011-01-29
  *  Notes     :
  *
- * Copyright (c) 1991-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1991-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -232,7 +232,7 @@ build_tline(
 		/*
 		 * Copy in the subject up to where the author (if any) starts
 		 */
-		gap = cCOLS - strlen(buffer) - len_from; /* gap = gap (no. of chars) between tree and author/border of window */
+		gap = cCOLS - strwidth(buffer) - len_from; /* gap = gap (no. of chars) between tree and author/border of window */
 
 		if (len_from)	/* Leave gap before author */
 			gap -= 2;
@@ -312,7 +312,7 @@ build_tline(
 	}
 
 	/* protect display from non-displayable characters (e.g., form-feed) */
-	convert_to_printable(buffer);
+	convert_to_printable(buffer, FALSE);
 
 	if (!tinrc.strip_blanks) {
 		/* Pad to end of line so that inverse bar looks 'good' */
@@ -1319,7 +1319,12 @@ make_prefix(
 	char *prefix,
 	int maxlen)
 {
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	char *result;
+	wchar_t *buf, *buf2;
+#else
 	char *buf;
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 	int prefix_ptr;
 	int depth = 0;
 	int depth_level = 0;
@@ -1348,23 +1353,39 @@ make_prefix(
 		}
 	}
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	buf = my_malloc(sizeof(wchar_t) * prefix_ptr + 3 * sizeof(wchar_t));
+	buf[prefix_ptr + 2] = (wchar_t) '\0';
+#else
 	buf = my_malloc(prefix_ptr + 3);
-	strcpy(&buf[prefix_ptr], "->");
-	buf[--prefix_ptr] = (has_sibling(art) ? '+' : '`');
+	buf[prefix_ptr + 2] = '\0';
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
+	buf[prefix_ptr + 1] = TREE_ARROW;
+	buf[prefix_ptr] = TREE_HORIZ;
+	buf[--prefix_ptr] = (has_sibling(art) ? TREE_VERT_RIGHT : TREE_UP_RIGHT);
 
 	for (ptr = art->parent; prefix_ptr > 1; ptr = ptr->parent) {
 		if (IS_EXPIRED(ptr))
 			continue;
-		buf[--prefix_ptr] = ' ';
-		buf[--prefix_ptr] = (has_sibling(ptr) ? '|' : ' ');
+		buf[--prefix_ptr] = TREE_BLANK;
+		buf[--prefix_ptr] = (has_sibling(ptr) ? TREE_VERT : TREE_BLANK);
 	}
 
 	while (depth_level)
-		buf[--depth_level] = '>';
+		buf[--depth_level] = TREE_ARROW_WRAP;
 
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	buf2 = wcspart(buf, maxlen, FALSE);
+	result = wchar_t2char(buf2);
+	strcpy(prefix, result);
+	free(buf);
+	FreeIfNeeded(buf2);
+	FreeIfNeeded(result);
+#else
 	strncpy(prefix, buf, maxlen);
 	prefix[maxlen] = '\0'; /* just in case strlen(buf) > maxlen */
 	free(buf);
+#endif /* MULTIBYTE_ABLE && !NO_LOCALE */
 	return;
 }
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/tincfg.tbl tin-2.0.0/src/tincfg.tbl
--- tin-1.9.6/src/tincfg.tbl	2010-04-11 19:17:24.000000000 +0200
+++ tin-2.0.0/src/tincfg.tbl	2011-05-10 23:40:37.798783248 +0200
@@ -2,10 +2,10 @@
 ;   Module    : tincfg.tbl
 ;   Author    : Thomas E. Dickey
 ;   Created   : 1996-11-01
-;   Updated   : 2010-04-11
+;   Updated   : 2011-04-16
 ;   Notes     : #defines and structs for config.c
 ;
-; Copyright (c) 1996-2010 Thomas E. Dickey <dickey@invisible-island.net>
+; Copyright (c) 1996-2011 Thomas E. Dickey <dickey@invisible-island.net>
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without
@@ -53,6 +53,9 @@
 	goto_next_unread		txt_goto_next_unread_options NUM_GOTO_NEXT_UNREAD
 	auto_list_thread		OPT_ON_OFF
 	wrap_on_next_unread		OPT_ON_OFF
+#if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
+	utf8_graphics			OPT_ON_OFF
+#endif
 	art_marked_deleted		OPT_CHAR
 	art_marked_inrange		OPT_CHAR
 	art_marked_return		OPT_CHAR
@@ -126,11 +129,11 @@
 	add_posted_to_filter		OPT_ON_OFF
 	attrib_add_posted_to_filter	OPT_ON_OFF
 	attrib_quick_kill_scope		OPT_STRING
-	attrib_quick_kill_header	OPT_NUM
+	attrib_quick_kill_header	txt_quick_ks_header_options FILTER_LINES
 	attrib_quick_kill_case		OPT_ON_OFF
 	attrib_quick_kill_expire	OPT_ON_OFF
 	attrib_quick_select_scope	OPT_STRING
-	attrib_quick_select_header	OPT_NUM
+	attrib_quick_select_header	txt_quick_ks_header_options FILTER_LINES
 	attrib_quick_select_case	OPT_ON_OFF
 	attrib_quick_select_expire	OPT_ON_OFF
 
@@ -139,8 +142,8 @@
 	color_options			OPT_TITLE
 	use_color			OPT_ON_OFF
 	col_normal			txt_colors	MAX_COLOR+1
-	col_back			txt_colors	MAX_COLOR+1
-	col_invers_bg			txt_colors	MAX_COLOR+1
+	col_back			txt_colors	MAX_BACKCOLOR+1
+	col_invers_bg			txt_colors	MAX_BACKCOLOR+1
 	col_invers_fg			txt_colors	MAX_COLOR+1
 	col_text			txt_colors	MAX_COLOR+1
 	col_minihelp			txt_colors	MAX_COLOR+1
@@ -212,8 +215,8 @@
 	attrib_mail_8bit_header		OPT_ON_OFF
 	attrib_mime_forward		OPT_ON_OFF
 	attrib_mailing_list		OPT_STRING
-	attrib_auto_cc_bcc				txt_auto_cc_bcc_options AUTO_CC_BCC+1
-	attrib_fcc				OPT_STRING
+	attrib_auto_cc_bcc		txt_auto_cc_bcc_options AUTO_CC_BCC+1
+	attrib_fcc			OPT_STRING
 	attrib_x_body			OPT_STRING
 	attrib_x_comment_to		OPT_ON_OFF
 	attrib_x_headers		OPT_STRING
@@ -224,7 +227,7 @@
 	post_8bit_header		OPT_ON_OFF
 	mail_mime_encoding		txt_mime_encodings	NUM_MIME_ENCODINGS
 	mail_8bit_header		OPT_ON_OFF
-	auto_cc_bcc				txt_auto_cc_bcc_options AUTO_CC_BCC+1
+	auto_cc_bcc			txt_auto_cc_bcc_options AUTO_CC_BCC+1
 	spamtrap_warning_addresses	OPT_STRING
 
 ; saving/printing options
@@ -248,7 +251,7 @@
 	attrib_post_process_type		txt_post_process_types	POST_PROC_YES+1
 	attrib_post_process_view		OPT_ON_OFF
 	attrib_process_only_unread		OPT_ON_OFF
-	attrib_mime_types_to_save				OPT_STRING
+	attrib_mime_types_to_save		OPT_STRING
 #ifndef DISABLE_PRINTING
 	print_header			OPT_ON_OFF
 	attrib_print_header			OPT_ON_OFF
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/trace.c tin-2.0.0/src/trace.c
--- tin-1.9.6/src/trace.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/trace.c	2011-04-17 16:04:31.807279185 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2001-07-22
  *  Notes     : debugging support via TRACE macro.
  *
- * Copyright (c) 1997-2010 Thomas Dickey <dickey@invisible-island.net>
+ * Copyright (c) 1997-2011 Thomas Dickey <dickey@invisible-island.net>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/version.c tin-2.0.0/src/version.c
--- tin-1.9.6/src/version.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/version.c	2011-04-17 16:04:31.835283445 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2008-11-22
  *  Notes     :
  *
- * Copyright (c) 2003-2010 Urs Janssen <urs@tin.org>
+ * Copyright (c) 2003-2011 Urs Janssen <urs@tin.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/xface.c tin-2.0.0/src/xface.c
--- tin-1.9.6/src/xface.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/xface.c	2011-04-17 16:04:31.891291968 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-08-14
  *  Notes     :
  *
- * Copyright (c) 2003-2010 Joshua Crawford <mortarn@softhome.net> & Drazen Kacar <dave@willfork.com>
+ * Copyright (c) 2003-2011 Joshua Crawford <mortarn@softhome.net> & Drazen Kacar <dave@willfork.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/src/xref.c tin-2.0.0/src/xref.c
--- tin-1.9.6/src/xref.c	2010-05-07 16:00:53.000000000 +0200
+++ tin-2.0.0/src/xref.c	2011-04-17 16:04:31.915295622 +0200
@@ -6,7 +6,7 @@
  *  Updated   : 2009-04-09
  *  Notes     :
  *
- * Copyright (c) 1993-2010 Iain Lea <iain@bricbrac.de>
+ * Copyright (c) 1993-2011 Iain Lea <iain@bricbrac.de>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -Nurp --exclude='.bzr*' tin-1.9.6/tin.spec tin-2.0.0/tin.spec
--- tin-1.9.6/tin.spec	2009-12-24 10:54:53.000000000 +0100
+++ tin-2.0.0/tin.spec	2011-05-29 01:32:12.553089380 +0200
@@ -1,15 +1,15 @@
 Name: tin
-Summary: tin - an easy-to-use USENET news reader
-Version: 1.9.6
+Summary: easy-to-use USENET news reader
+Version: 2.0.0
 Release: 1
 Copyright: BSD
 Group: Applications/News
-Source: ftp://ftp.tin.org/pub/news/clients/tin/v1.9/%{name}-%{version}.tar.bz2
+Source: ftp://ftp.tin.org/pub/news/clients/tin/v2.0/%{name}-%{version}.tar.bz2
 Buildroot: /var/tmp/%{name}-%{version}-%{release}
 Packager: Dirk Nimmich <nimmich@muenster.de>
 
 %description
-tin is an easy-to-use USENET news reader for the console using NNTP.
+An easy-to-use USENET news reader for the console using NNTP.
 It supports threading, scoring, different charsets, and many other
 useful things. It has also support for different languages.
 
@@ -54,4 +54,3 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jul 22 2003 Dirk Nimmich <nimmich@muenster.de>
   Specfile created for tin 1.6.0.
-
diff -Nurp --exclude='.bzr*' tin-1.9.6/tools/tinews.pl tin-2.0.0/tools/tinews.pl
--- tin-1.9.6/tools/tinews.pl	2010-09-27 22:38:17.000000000 +0200
+++ tin-2.0.0/tools/tinews.pl	2011-08-10 09:47:46.083357625 +0200
@@ -4,7 +4,7 @@
 # signs the article and posts it.
 #
 #
-# Copyright (c) 2002-2010 Urs Janssen <urs@tin.org>,
+# Copyright (c) 2002-2011 Urs Janssen <urs@tin.org>,
 #                         Marc Brockschmidt <marc@marcbrockschmidt.de>
 #
 # Redistribution and use in source and binary forms, with or without
@@ -32,17 +32,20 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 #
-# TODO: - FIXME add debug mode which doesn't delete tmp-files and is verbose
+# TODO: - add debug mode which doesn't delete tmp-files and is verbose
 #       - add pgp6 support
 #       - check for /etc/nntpserver (and /etc/news/server)
 #       - also check for ~/.nntpauth?
 #       - add $PGPOPTS, $PGPPATH, $GNUPGHOME support
 #       - add pid to pgptmpf to allow multiple simultaneous instances
-#       - cleanup, remove duplicated code
-#       - sign Injection-Date?
+#       - cleanup and remove duplicated code
 #
+
+use strict;
+use warnings;
+
 # version Number
-my $version = "1.1.24";
+my $version = "1.1.29";
 
 my %config;
 
@@ -55,6 +58,7 @@ $config{'NNTPPass'}		= '';	# password fo
 $config{'PGPSigner'}	= '';	# sign as who?
 $config{'PGPPass'}		= '';	# pgp2 only
 $config{'PathtoPGPPass'}= '';	# pgp2, pgp5 and gpg
+$config{'PGPPassFD'}	= 9;	# file descriptor used for input redirection of PathtoPGPPass, GPG and PGP5 only
 
 $config{'pgp'}			= '/usr/bin/pgp';	# path to pgp
 $config{'PGPVersion'}	= '2';	# Use 2 for 2.X, 5 for PGP > 2.X and GPG for GPG
@@ -77,19 +81,18 @@ $config{'pgpend'}		= '-----END PGP SIGNA
 # $config{'canlock_secret'}	= '~/.cancelsecret';		# Path to canlock secret file
 
 $config{'PGPSignHeaders'} = ['From', 'Newsgroups', 'Subject', 'Control',
-	'Supersedes', 'Followup-To', 'Date', 'Sender', 'Approved',
+	'Supersedes', 'Followup-To', 'Date', 'Injection-Date', 'Sender', 'Approved',
 	'Message-ID', 'Reply-To', 'Cancel-Key', 'Also-Control',
 	'Distribution'];
 $config{'PGPorderheaders'} = ['from', 'newsgroups', 'subject', 'control',
-	'supersedes', 'followup-To', 'date', 'organization', 'lines',
-	'sender', 'approved', 'distribution', 'message-id',
+	'supersedes', 'followup-To', 'date', 'injection-date', 'organization',
+	'lines', 'sender', 'approved', 'distribution', 'message-id',
 	'references', 'reply-to', 'mime-version', 'content-type',
 	'content-transfer-encoding', 'summary', 'keywords', 'cancel-lock',
 	'cancel-key', 'also-control', 'x-pgp', 'user-agent'];
 
 ################################################################################
 
-use strict;
 use Getopt::Long qw(GetOptions);
 use Net::NNTP;
 use Time::Local;
@@ -100,16 +103,18 @@ use Term::ReadLine;
 my %cli_headers;
 
 # read config file ~/.tinewsrc if present
-if (-r glob('~/.tinewsrc')) {
-	open (TINEWSRC, glob('~/.tinewsrc'));
-	while (defined($_ = <TINEWSRC>)) {
-		if (m/^([^#\s]+)\s*=\s*(\S+)/io) {
-			$config{$1} = $2;
+if (open(my $TINEWSRC, '<', (glob('~/.tinewsrc'))[0])) {
+	while (defined($_ = <$TINEWSRC>)) {
+		if (m/^([^#\s=]+)\s*=\s*(\S[^#]+)/io) {
+			chomp($config{$1} = $2);
 		}
 	}
-	close (TINEWSRC);
+	close($TINEWSRC);
 }
 
+# digest-algo is case sensitive and should be all uppercase
+$config{'digest-algo'} = uc($config{'digest-algo'});
+
 # these env-vars have higher priority
 $config{'NNTPServer'} = $ENV{'NNTPSERVER'} if ($ENV{'NNTPSERVER'});
 $config{'NNTPPort'} = $ENV{'NNTPPORT'} if ($ENV{'NNTPPORT'});
@@ -168,10 +173,10 @@ if (! $config{'no_sign'}) {
 	$config{'PGPSigner'} = $ENV{'SIGNER'} if ($ENV{'SIGNER'});
 	$config{'PathtoPGPPass'} = $ENV{'PGPPASSFILE'} if ($ENV{'PGPPASSFILE'});
 	if ($config{'PathtoPGPPass'}) {
-		open (PGPPass, glob($config{'PathtoPGPPass'})) or
-			$config{'Interactive'} && die ("$0: Can't open ".$config{'PathtoPGPPass'}.": $!");
-		chomp ($config{'PGPPass'} = <PGPPass>);
-		close(PGPPass);
+		open(my $PGPPass, '<', (glob($config{'PathtoPGPPass'}))[0]) or
+			$config{'Interactive'} && die("$0: Can't open ".$config{'PathtoPGPPass'}.": $!");
+		chomp($config{'PGPPass'} = <$PGPPass>);
+		close($PGPPass);
 	}
 	if ($config{'PGPVersion'} eq '2' && $ENV{'PGPPASS'}) {
 		$config{'PGPPass'} = $ENV{'PGPPASS'};
@@ -184,16 +189,16 @@ readarticle(\%Header, \@Body);
 
 # Add signature if there is none
 if (!$config{'no_signature'}) {
-	if ($config{'add_signature'} && !grep /^-- /, @Body) {
+	if ($config{'add_signature'} && !grep {/^-- /} @Body) {
 		if (-r $config{'sig_path'}) {
 			my $l = 0;
 			push @Body, "-- \n";
-			open SIGNATURE, ($config{'sig_path'}) or die "Can't open " . $config{'sig_path'} . ": $!";
-			while (<SIGNATURE>){
+			open(my $SIGNATURE, '<', $config{'sig_path'}) or die("Can't open " . $config{'sig_path'} . ": $!");
+			while (<$SIGNATURE>){
 				die $config{'sig_path'} . " longer than " . $config{'sig_max_lines'}. " lines!" if (++$l > $config{'sig_max_lines'});
 				push @Body, $_;
 			}
-			close SIGNATURE;
+			close($SIGNATURE);
 		} else {
 			if ($config{'debug'}) {
 				warn "Tried to add " . $config{'sig_path'} . ", but it is unreadable";
@@ -205,13 +210,13 @@ if (!$config{'no_signature'}) {
 # import headers set in the environment
 if (!defined($Header{'reply-to'})) {
 	if ($ENV{'REPLYTO'}) {
-		chomp ($Header{'reply-to'} = "Reply-To: " . $ENV{'REPLYTO'});
+		chomp($Header{'reply-to'} = "Reply-To: " . $ENV{'REPLYTO'});
 		$Header{'reply-to'} .= "\n";
 	}
 }
 foreach ('DISTRIBUTION', 'ORGANIZATION') {
 	if (!defined($Header{lc($_)}) && $ENV{$_}) {
-		chomp ($Header{lc($_)} = ucfirst($_).": " . $ENV{$_});
+		chomp($Header{lc($_)} = ucfirst($_).": " . $ENV{$_});
 		$Header{lc($_)} .= "\n";
 	}
 }
@@ -221,16 +226,17 @@ foreach ('Approved', 'Control', 'Distrib
 	'From', 'Followup-To', 'Newsgroups',' Reply-To', 'Subject',
 	'References', 'Organization', 'Path') {
 	next if (!defined($config{lc($_)}));
-	chomp ($Header{lc($_)} = $_ . ": " . $config{lc($_)});
+	chomp($Header{lc($_)} = $_ . ": " . $config{lc($_)});
 	$Header{lc($_)} .= "\n";
 }
 
 # verify/add/remove headers
 foreach ('From', 'Subject') {
-	die "$0: No $_:-header defined." if (!defined($Header{lc($_)}));
+	die("$0: No $_:-header defined.") if (!defined($Header{lc($_)}));
 }
 
 $Header{'date'} = "Date: ".getdate()."\n" if (!defined($Header{'date'}) || $Header{'date'} !~ m/^[^\s:]+: .+/o);
+$Header{'injection-date'} = "Injection-Date: ".getdate()."\n";
 
 if (defined($Header{'user-agent'})) {
 	chomp $Header{'user-agent'};
@@ -252,7 +258,7 @@ if ($config{'debug'}) {
 		warn "Raw 8-bit data in the following header:\n$Header{$_}" if ($Header{$_} =~ m/[\x80-\xff]/o);
 	}
 	if (!defined($Header{'mime-version'}) || !defined($Header{'content-type'}) || !defined($Header{'content-transfer-encoding'})) {
-		warn "8bit body without MIME-headers\n" if (grep /[\x80-\xff]/, @Body);
+		warn "8bit body without MIME-headers\n" if (grep {/[\x80-\xff]/} @Body);
 	}
 }
 
@@ -260,14 +266,14 @@ if ($config{'debug'}) {
 if (!$config{'NNTPPass'}) {
 	if (-r (glob("~/.newsauth"))[0]) {
 		my ($l, $server, $pass, $user);
-		open NEWSAUTH, (glob("~/.newsauth"))[0] or die "Can't open ~/.newsauth: $!";
-		while ($l = <NEWSAUTH>) {
+		open (my $NEWSAUTH, '<', (glob("~/.newsauth"))[0]) or die("Can't open ~/.newsauth: $!");
+		while ($l = <$NEWSAUTH>) {
 			chomp $l;
 			next if ($l =~ m/^[#\s]/);
 			($server, $pass, $user) = split(/\s+\b/, $l);
 			last if ($server =~ m/\Q$config{'NNTPServer'}\E/);
 		}
-		close (NEWSAUTH);
+		close($NEWSAUTH);
 		if ($pass) {
 			$config{'NNTPPass'} = $pass;
 			$config{'NNTPUser'} = $user || getlogin || getpwuid($<) || $ENV{USER};
@@ -288,21 +294,21 @@ if (!defined($Header{'message-id'})) {
 	my $hname;
 	eval "use Sys::Hostname";
 	if ($@) {
-		chomp ($hname = `hostname`);
+		chomp($hname = `hostname`);
 	} else {
 		$hname = hostname();
 	}
 	my ($hostname,) = gethostbyname($hname);
 	if (defined($hostname) && $hostname =~ m/\./io) {
-		$Header{'message-id'} = "Message-ID: " . sprintf ("<N%xI%xT%x@%s>\n", $>, timelocal(localtime), $$, $hostname);
+		$Header{'message-id'} = "Message-ID: " . sprintf("<N%xI%xT%x@%s>\n", $>, timelocal(localtime), $$, $hostname);
 	}
 }
 
 # add Cancel-Lock (and Cancel-Key) header(s) if requested
 if ($config{'canlock_secret'} && defined($Header{'message-id'}) && !$config{'no_canlock'}) {
-	open (CANLock, glob($config{'canlock_secret'})) or die ("$0: Can't open " . $config{'canlock_secret'} . ": $!");
-	chomp (my $key = <CANLock>);
-	close (CANLock);
+	open(my $CANLock, '<', (glob($config{'canlock_secret'}))[0]) or die("$0: Can't open " . $config{'canlock_secret'} . ": $!");
+	chomp(my $key = <$CANLock>);
+	close($CANLock);
 	(my $data = $Header{'message-id'}) =~ s#^Message-ID: ##i;
 	chomp $data;
 	my $digest = Digest::HMAC_SHA1::hmac_sha1($data, $key);
@@ -354,7 +360,7 @@ if ($config{'sendmail'} && defined($Head
 
 if (! $config{'no_sign'}) {
 	if (!$config{'PGPSigner'}) {
-		chomp ($config{'PGPSigner'} = $Header{'from'});
+		chomp($config{'PGPSigner'} = $Header{'from'});
 		$config{'PGPSigner'} =~ s/^[^\s:]+: (.*)/$1/;
 	}
 	$PGPCommand = getpgpcommand($config{'PGPVersion'});
@@ -388,12 +394,12 @@ if (! $config{'savedir'}) {
 
 # mail article
 if (($To || $Cc || $Bcc) && $config{'sendmail'}) {
-	open(MAIL, $config{'sendmail'}) || die "$!";
+	open(my $MAIL, $config{'sendmail'}) || die("$!");
 	unshift @$MessageR, "$To" if ($To);
 	unshift @$MessageR, "$Cc" if ($Cc);
 	unshift @$MessageR, "$Bcc" if ($Bcc);
-	print(MAIL @$MessageR);
-	close(MAIL);
+	print($MAIL @$MessageR);
+	close($MAIL);
 }
 
 # Game over. Insert new coin.
@@ -416,12 +422,13 @@ sub readarticle {
 				$$HeaderR{$currentheader} .= $_;
 			} else {
 				chomp($_);
-				die ("'$_' is not a correct header-line");
+				die("'$_' is not a correct header-line");
 			}
 		} else {
 			push @$BodyR, $_;
 		}
 	}
+	return;
 }
 
 #-------- sub getdate
@@ -459,7 +466,7 @@ sub getdate {
 # $config{'Interactive'} is != 0).
 sub AuthonNNTP {
 	my $Server = Net::NNTP->new($config{'NNTPServer'}, Reader => 1, Debug => 0, Port => $config{'NNTPPort'})
-		or die "$0: Can't connect to ".$config{'NNTPServer'}.":".$config{'NNTPPort'}."!\n";
+		or die("$0: Can't connect to ".$config{'NNTPServer'}.":".$config{'NNTPPort'}."!\n");
 	my $ServerMsg = "";
 	my $ServerCod = $Server->code();
 
@@ -467,7 +474,7 @@ sub AuthonNNTP {
 	if ($ServerCod < 200 || $ServerCod > 201) {
 		$ServerMsg = $Server->message();
 		$Server->quit();
-		die ($0.": ".$ServerCod." ".$ServerMsg."\n");
+		die($0.": ".$ServerCod." ".$ServerMsg."\n");
 	}
 
 	# read access - try auth
@@ -480,7 +487,7 @@ sub AuthonNNTP {
 			} else {
 				$ServerMsg = $Server->message();
 				$Server->quit();
-				die ($0.": ".$ServerCod." ".$ServerMsg."\n");
+				die($0.": ".$ServerCod." ".$ServerMsg."\n");
 			}
 		}
 		$Server->authinfo($config{'NNTPUser'}, $config{'NNTPPass'});
@@ -503,7 +510,7 @@ sub AuthonNNTP {
 			} else {
 				$ServerMsg = $Server->message();
 				$Server->quit();
-				die ($0.": ".$ServerCod." ".$ServerMsg."\n");
+				die($0.": ".$ServerCod." ".$ServerMsg."\n");
 			}
 		}
 		$Server->authinfo($config{'NNTPUser'}, $config{'NNTPPass'});
@@ -542,26 +549,26 @@ sub getpgpcommand {
 		} elsif ($config{'Interactive'}) {
 			$PGPCommand = $config{'pgp'}." -z -u \"".$config{'PGPSigner'}."\" +verbose=0 language='en' -saft <".$config{'pgptmpf'}.".txt >".$config{'pgptmpf'}.".txt.asc";
 		} else {
-			die "$0: Passphrase is unknown!\n";
+			die("$0: Passphrase is unknown!\n");
 		}
 	} elsif ($PGPVersion eq '5') {
 		if ($config{'PathtoPGPPass'}) {
-			$PGPCommand = "PGPPASSFD=42 ".$config{'pgp'}."s -u \"".$config{'PGPSigner'}."\" -t --armor -o ".$config{'pgptmpf'}.".txt.asc -z -f < ".$config{'pgptmpf'}.".txt 42<".$config{'PathtoPGPPass'};
+			$PGPCommand = "PGPPASSFD=".$config{'PGPPassFD'}." ".$config{'pgp'}."s -u \"".$config{'PGPSigner'}."\" -t --armor -o ".$config{'pgptmpf'}.".txt.asc -z -f < ".$config{'pgptmpf'}.".txt 42<".$config{'PathtoPGPPass'};
 		} elsif ($config{'Interactive'}) {
 			$PGPCommand = $config{'pgp'}."s -u \"".$config{'PGPSigner'}."\" -t --armor -o ".$config{'pgptmpf'}.".txt.asc -z -f < ".$config{'pgptmpf'}.".txt";
 		} else {
-			die "$0: Passphrase is unknown!\n";
+			die("$0: Passphrase is unknown!\n");
 		}
 	} elsif ($PGPVersion =~ m/GPG/io) {
 		if ($config{'PathtoPGPPass'}) {
-			$PGPCommand = $config{'pgp'}." --digest-algo $config{'digest-algo'} -a -u \"".$config{'PGPSigner'}."\" -o ".$config{'pgptmpf'}.".txt.asc --no-tty --batch --passphrase-fd 42 42<".$config{'PathtoPGPPass'}." --clearsign ".$config{'pgptmpf'}.".txt";
+			$PGPCommand = $config{'pgp'}." --digest-algo $config{'digest-algo'} -a -u \"".$config{'PGPSigner'}."\" -o ".$config{'pgptmpf'}.".txt.asc --no-tty --batch --passphrase-fd ".$config{'PGPPassFD'}." ".$config{'PGPPassFD'}."<".$config{'PathtoPGPPass'}." --clearsign ".$config{'pgptmpf'}.".txt";
 		} elsif ($config{'Interactive'}) {
 			$PGPCommand = $config{'pgp'}." --digest-algo $config{'digest-algo'} -a -u \"".$config{'PGPSigner'}."\" -o ".$config{'pgptmpf'}.".txt.asc --no-secmem-warning --no-batch --clearsign ".$config{'pgptmpf'}.".txt";
 		} else {
-			die "$0: Passphrase is unknown!\n";
+			die("$0: Passphrase is unknown!\n");
 		}
 	} else {
-		die "$0: Unknown PGP-Version $PGPVersion!";
+		die("$0: Unknown PGP-Version $PGPVersion!");
 	}
 	return $PGPCommand;
 }
@@ -583,12 +590,13 @@ sub postarticle {
 		if (!$Server->ok()) {
 			my $ServerMsg = $Server->message();
 			$Server->quit();
-			die ("\n$0: Posting failed! Response from news server:\n", $Server->code(), ' ', $ServerMsg);
+			die("\n$0: Posting failed! Response from news server:\n", $Server->code(), ' ', $ServerMsg);
 		}
 		$Server->quit();
 	} else {
-		die "\n".$0.": Posting failed!\n";
+		die("\n".$0.": Posting failed!\n");
 	}
+	return;
 }
 
 
@@ -601,11 +609,12 @@ sub savearticle {
 	my ($ArticleR) = @_;
 	my $timestamp = timelocal(localtime);
 	(my $ng = $Newsgroups) =~ s#^Newsgroups:\s*([^,\s]+).*#$1#i;
-	my $gn = join "", map { substr($_,0,1) } (split (/\./, $ng));
+	my $gn = join "", map { substr($_,0,1) } (split(/\./, $ng));
 	my $filename = $config{'savedir'}."/".$timestamp."-".$gn."-".$$;
-	open (SH, '>', $filename) or die("$0: can't open $filename: $!\n");
-	print SH @$ArticleR;
-	close(SH) or warn "$0: Couldn't close: $!\n";
+	open(my $SH, '>', $filename) or die("$0: can't open $filename: $!\n");
+	print $SH @$ArticleR;
+	close($SH) or warn "$0: Couldn't close: $!\n";
+	return;
 }
 
 
@@ -621,7 +630,7 @@ sub savearticle {
 # 	- $MessageRef: A reference to an array containing the whole message.
 sub signarticle {
 	my ($HeaderR, $BodyR) = @_;
-	my (@pgphead, @pgpbody, $pgphead, $pgpbody, $header, $signheaders, @signheaders);
+	my (@pgphead, @pgpbody, $pgphead, $pgpbody, $signheaders, @signheaders);
 
 	foreach (@{$config{'PGPSignHeaders'}}) {
 		if (defined($$HeaderR{lc($_)}) && $$HeaderR{lc($_)} =~ m/^[^\s:]+: .+/o) {
@@ -629,7 +638,7 @@ sub signarticle {
 		}
 	}
 
-	$pgpbody = join ("", @$BodyR);
+	$pgpbody = join("", @$BodyR);
 
 	# Delete and create the temporary pgp-Files
 	unlink $config{'pgptmpf'}.".txt";
@@ -637,36 +646,36 @@ sub signarticle {
 	$signheaders = join(",", @signheaders);
 
 	$pgphead = "X-Signed-Headers: $signheaders\n";
-	foreach $header (@signheaders) {
+	foreach my $header (@signheaders) {
 		if ($$HeaderR{lc($header)} =~ m/^[^\s:]+: (.+?)\n?$/so) {
 			$pgphead .= $header.": ".$1."\n";
 		}
 	}
 
 	unless (substr($pgpbody,-1,1)=~ /\n/ ) {$pgpbody.="\n"};
-	open(FH, ">" . $config{'pgptmpf'} . ".txt") or die "$0: can't open ".$config{'pgptmpf'}.": $!\n";
-	print FH $pgphead, "\n", $pgpbody;
-	print FH "\n" if ($config{'PGPVersion'} =~ m/GPG/io);	# workaround a pgp/gpg incompatibility - should IMHO be fixed in pgpverify
-	close(FH) or warn "$0: Couldn't close TMP: $!\n";
+	open(my $FH, '>', $config{'pgptmpf'} . ".txt") or die("$0: can't open ".$config{'pgptmpf'}.": $!\n");
+	print $FH $pgphead, "\n", $pgpbody;
+	print $FH "\n" if ($config{'PGPVersion'} =~ m/GPG/io); # workaround a pgp/gpg incompatibility - should IMHO be fixed in pgpverify
+	close($FH) or warn "$0: Couldn't close TMP: $!\n";
 
 	# Start PGP, then read the signature;
 	`$PGPCommand`;
 
-	open (FH, "<" . $config{'pgptmpf'} . ".txt.asc") or die "$0: can't open ".$config{'pgptmpf'}.".txt.asc: $!\n";
-	$/ = "\n".$config{'pgpbegin'}."\n";
-	$_ = <FH>;
+	open($FH, '<', $config{'pgptmpf'} . ".txt.asc") or die("$0: can't open ".$config{'pgptmpf'}.".txt.asc: $!\n");
+	local $/ = "\n".$config{'pgpbegin'}."\n";
+	$_ = <$FH>;
 	unless (m/\Q$config{'pgpbegin'}\E$/o) {
 		unlink $config{'pgptmpf'} . ".txt";
 		unlink $config{'pgptmpf'} . ".txt.asc";
-		die "$0: ".$config{'pgpbegin'}." not found in ".$config{'pgptmpf'}.".txt.asc\n"
+		die("$0: ".$config{'pgpbegin'}." not found in ".$config{'pgptmpf'}.".txt.asc\n");
 	}
 	unlink($config{'pgptmpf'} . ".txt") or warn "$0: Couldn't unlink ".$config{'pgptmpf'}.".txt: $!\n";
 
-	$/ = "\n";
-	$_ = <FH>;
+	local $/ = "\n";
+	$_ = <$FH>;
 	unless (m/^Version: (\S+)(?:\s(\S+))?/o) {
 		unlink $config{'pgptmpf'} . ".txt.asc";
-		die "$0: didn't find PGP Version line where expected.\n";
+		die("$0: didn't find PGP Version line where expected.\n");
 	}
 	if (defined($2)) {
 		$$HeaderR{$config{'pgpheader'}} = $1."-".$2." ".$signheaders;
@@ -674,36 +683,36 @@ sub signarticle {
 		$$HeaderR{$config{'pgpheader'}} = $1." ".$signheaders;
 	}
 	do {			# skip other pgp headers like
-		$_ = <FH>;	# "charset:"||"comment:" until empty line
+		$_ = <$FH>;	# "charset:"||"comment:" until empty line
 	} while ! /^$/;
 
-	while (<FH>) {
+	while (<$FH>) {
 		chomp;
 		last if /^\Q$config{'pgpend'}\E$/;
 		$$HeaderR{$config{'pgpheader'}} .= "\n\t$_";
 	}
 	$$HeaderR{$config{'pgpheader'}} .= "\n" unless ($$HeaderR{$config{'pgpheader'}} =~ /\n$/s);
 
-	$_ = <FH>;
-	unless (eof(FH)) {
+	$_ = <$FH>;
+	unless (eof($FH)) {
 		unlink $config{'pgptmpf'} . ".txt.asc";
-		die "$0: unexpected data following ".$config{'pgpend'}."\n";
+		die("$0: unexpected data following ".$config{'pgpend'}."\n");
 	}
-	close(FH);
+	close($FH);
 	unlink $config{'pgptmpf'} . ".txt.asc";
 
 	my $tmppgpheader = $config{'pgpheader'} . ": " . $$HeaderR{$config{'pgpheader'}};
 	delete $$HeaderR{$config{'pgpheader'}};
 
 	@pgphead = ();
-	foreach $header (@{$config{PGPorderheaders}}) {
+	foreach my $header (@{$config{PGPorderheaders}}) {
 		if ($$HeaderR{$header} && $$HeaderR{$header} ne "\n") {
 			push(@pgphead, "$$HeaderR{$header}");
 			delete $$HeaderR{$header};
 		}
 	}
 
-	foreach $header (keys %$HeaderR) {
+	foreach my $header (keys %$HeaderR) {
 		if ($$HeaderR{$header} && $$HeaderR{$header} ne "\n") {
 			push(@pgphead, "$$HeaderR{$header}");
 			delete $$HeaderR{$header};
@@ -714,7 +723,7 @@ sub signarticle {
 	push @pgphead, ("X-PGP-Key: " . $config{'PGPSigner'} . "\n"), $tmppgpheader;
 	undef $tmppgpheader;
 
-	@pgpbody = split /$/m, $pgpbody;
+	@pgpbody = split(/$/m, $pgpbody);
 	my @pgpmessage = (@pgphead, "\n", @pgpbody);
 	return \@pgpmessage;
 }
@@ -960,7 +969,7 @@ off by default.
 "nntpserver password [user]" pairs for NNTP servers that require
 authorization. Any line that starts with "#" is a comment. Blank lines are
 ignored. This file should be readable only for the user as it contains the
-users uncrypted password for reading news.
+user's uncrypted password for reading news.
 
 =item F<$HOME/.tinewsrc>
 
diff -Nurp --exclude='.bzr*' tin-1.9.6/tools/url_handler.pl tin-2.0.0/tools/url_handler.pl
--- tin-1.9.6/tools/url_handler.pl	2010-09-29 01:21:08.000000000 +0200
+++ tin-2.0.0/tools/url_handler.pl	2011-07-18 14:12:58.977170323 +0200
@@ -5,14 +5,15 @@
 # (tin doesn't recognize URLs without a scheme and it quotes the metas)
 
 use strict;
+use warnings;
 
 (my $pname = $0) =~ s#^.*/##;
 die "Usage: $pname URL" if $#ARGV != 0;
 
 # version Number
-my $version = "0.1.0";
+my $version = "0.1.1";
 
-my ($method, $url, $browser, $match, @try);
+my ($method, $url, $match, @try);
 $method = $url = $ARGV[0];
 $method =~ s#^([^:]+):.*#$1#io;
 
@@ -29,13 +30,13 @@ if ($ENV{"BROWSER_".uc($method)}) {
 		push(@try, 'mozilla -remote openURL\(%s\)');
 		push(@try, 'opera -remote openURL\(%s\)');
 		push(@try, 'galeon -n');
-		push(@try, 'lynx');	# prefer lynx over links as it can handle news:-urls
+		push(@try, 'lynx'); # prefer lynx over links as it can handle news:-urls
 		push(@try, qw('links2 -g' links w3m));
 		push(@try, 'kfmclient newTab'); # has no useful return-value on error
 	}
 }
 
-for $browser (@try) {
+for my $browser (@try) {
 	# ignore empty parts
 	next if ($browser =~ m/^$/o);
 	# expand %s if not preceded by odd number of %
@@ -117,9 +118,9 @@ Examples:
 
 B<url_handler.pl> was designed to work together with B<tin>(1) which only
 issues shell escaped absolute URLs thus B<url_handler.pl> does not try hard
-to shell escape it's input nor does it convert relative URLs into absolute
+to shell escape its input nor does it convert relative URLs into absolute
 ones! If you use B<url_handler.pl> from other applications be sure to at
-least shell escaped it's input!
+least shell escaped its input!
 
 =head1 AUTHOR
 
