----------------------------------------------------------------------------- MANIFEST | 128 - Makefile | 17 config.guess | 215 + config.sub | 73 configure | 4 configure.in | 5 doc/CHANGES | 38 doc/TODO | 46 doc/keymap.sample | 2 doc/l10n/de.po | 4031 +++++++++++++++++++++++++--------- doc/l10n/de/tin.1 | 136 - doc/l10n/de/tin.5 | 89 doc/l10n/en_GB.po | 4051 +++++++++++++++++++++++++--------- doc/l10n/en_GB/tin.1 | 122 - doc/l10n/en_GB/tin.5 | 59 doc/l10n/po4a.conf | 2 doc/l10n/tin-man.pot | 5688 ++++++++++++++++++++++++------------------------- doc/tin.1 | 63 doc/tin.5 | 20 doc/tinews.1 | 178 - doc/url_handler.1 | 80 doc/w2r.1 | 274 -- include/autoconf.hin | 2 include/bool.h | 4 include/extern.h | 12 include/nntplib.h | 2 include/policy.h | 11 include/proto.h | 3 include/tin.h | 2 include/version.h | 6 po/da.gmo |binary po/da.po | 565 ++-- po/de.gmo |binary po/de.po | 87 po/en_GB.gmo |binary po/en_GB.po | 26 po/et.gmo |binary po/et.po | 2113 +++++++++--------- po/fr.gmo |binary po/fr.po | 66 po/ru.gmo |binary po/ru.po | 55 po/sv.gmo |binary po/sv.po | 21 po/tin.pot | 13 po/tr.gmo |binary po/tr.po | 57 po/zh_TW.gmo |binary po/zh_TW.po | 111 src/art.c | 18 src/auth.c | 28 src/cook.c | 9 src/debug.c | 6 src/filter.c | 6 src/heapsort.c | 7 src/init.c | 6 src/keymap.c | 2 src/lang.c | 6 src/makecfg.c | 4 src/memory.c | 2 src/misc.c | 96 src/nntplib.c | 6 src/post.c | 13 src/prompt.c | 4 src/refs.c | 4 src/rfc1524.c | 7 src/save.c | 8 src/sigfile.c | 10 src/xface.c | 12 tin.spec | 4 tools/tinews.pl | 67 tools/url_handler.pl | 10 72 files changed, 11393 insertions(+), 7419 deletions(-) ----------------------------------------------------------------------------- diff -Nurp '--exclude=.bzr*' tin-2.1.2/MANIFEST tin-2.1.3/MANIFEST --- tin-2.1.2/MANIFEST 2012-12-24 11:52:19.000000000 +0100 +++ tin-2.1.3/MANIFEST 2013-08-12 09:21:50.000000000 +0200 @@ -1,25 +1,25 @@ -MANIFEST for tin-2.1.2 (Mon Dec 24 11:52:18 CET 2012) +MANIFEST for tin-2.1.3 (Mon Aug 12 09:21:49 CEST 2013) ---------------------------------------------------- - 14140 ./Makefile - 8132 ./MANIFEST + 14420 ./Makefile + 8133 ./MANIFEST 1441 ./README 745 ./README.MAC 976 ./README.WIN 182070 ./aclocal.m4 882 ./conf-tin - 45514 ./config.guess - 35758 ./config.sub + 45925 ./config.guess + 35565 ./config.sub 670661 ./configure - 35875 ./configure.in + 35923 ./configure.in 7123 ./install-sh 1488 ./tin.spec 18847 ./doc/ABOUT-NLS - 4955 ./doc/CHANGES + 6338 ./doc/CHANGES 278101 ./doc/CHANGES.old 5041 ./doc/CREDITS 1305 ./doc/DEBUG_REFS 30951 ./doc/INSTALL - 41284 ./doc/TODO + 42519 ./doc/TODO 294 ./doc/WHATSNEW 2618 ./doc/art_handling.txt 1701 ./doc/article.txt @@ -29,7 +29,7 @@ MANIFEST for tin-2.1.2 (Mon Dec 24 11:52 35305 ./doc/good-netkeeping-seal 3803 ./doc/internals.txt 23621 ./doc/iso2asc.txt - 3904 ./doc/keymap.sample + 3888 ./doc/keymap.sample 633 ./doc/mailcap.sample 5870 ./doc/mbox.5 3365 ./doc/mime.types @@ -43,33 +43,33 @@ MANIFEST for tin-2.1.2 (Mon Dec 24 11:52 1525 ./doc/reading-mail.txt 4947 ./doc/umlaute.txt 4246 ./doc/umlauts.txt - 6723 ./doc/url_handler.1 - 129189 ./doc/tin.1 - 78758 ./doc/tin.5 + 6957 ./doc/url_handler.1 + 129709 ./doc/tin.1 + 78998 ./doc/tin.5 4952 ./doc/tin.defaults - 13573 ./doc/tinews.1 + 15470 ./doc/tinews.1 2418 ./doc/tools.txt - 4733 ./doc/w2r.1 + 4345 ./doc/w2r.1 2196 ./doc/wildmat.3 344 ./tools/expiretover 3815 ./tools/metamutt 2789 ./tools/opt-case.pl 1413 ./tools/tinlock - 34378 ./tools/tinews.pl - 3762 ./tools/url_handler.pl + 35625 ./tools/tinews.pl + 3786 ./tools/url_handler.pl 1657 ./tools/url_handler.sh 3347 ./tools/w2r.pl 1661 ./tools/expand_aliases.tgz - 2586 ./include/bool.h + 2595 ./include/bool.h 1947 ./include/bugrep.h 2210 ./include/debug.h - 67572 ./include/extern.h + 67522 ./include/extern.h 14068 ./include/keymap.h 6333 ./include/newsrc.h 8430 ./include/nntplib.h 664 ./include/plp_snprintf.h - 14828 ./include/policy.h - 32923 ./include/proto.h + 14835 ./include/policy.h + 32890 ./include/proto.h 5319 ./include/rfc2046.h 3377 ./include/stpwatch.h 5898 ./include/tcurses.h @@ -79,61 +79,61 @@ MANIFEST for tin-2.1.2 (Mon Dec 24 11:52 2264 ./include/trace.h 2351 ./include/version.h 35004 ./src/active.c - 74660 ./src/art.c + 74657 ./src/art.c 74949 ./src/attrib.c - 16183 ./src/auth.c + 16367 ./src/auth.c 12555 ./src/charset.c 8552 ./src/color.c 63039 ./src/config.c - 27541 ./src/cook.c + 27458 ./src/cook.c 27276 ./src/curses.c - 10636 ./src/debug.c + 10651 ./src/debug.c 3408 ./src/envarg.c 30327 ./src/feed.c - 56428 ./src/filter.c + 56453 ./src/filter.c 18126 ./src/getline.c 9070 ./src/global.c 47215 ./src/group.c 3900 ./src/hashstr.c 8215 ./src/header.c - 6246 ./src/heapsort.c + 6253 ./src/heapsort.c 43731 ./src/help.c 13781 ./src/inews.c - 37436 ./src/init.c + 37539 ./src/init.c 2435 ./src/joinpath.c 101534 ./src/keymap.c - 134804 ./src/lang.c + 134805 ./src/lang.c 4486 ./src/langinfo.c 7728 ./src/list.c 6673 ./src/lock.c 16819 ./src/mail.c 25458 ./src/main.c - 10682 ./src/makecfg.c - 13440 ./src/memory.c + 10715 ./src/makecfg.c + 13439 ./src/memory.c 5283 ./src/mimetypes.c - 94268 ./src/misc.c + 94325 ./src/misc.c 39325 ./src/newsrc.c - 53550 ./src/nntplib.c + 53553 ./src/nntplib.c 7502 ./src/nrctbl.c 102141 ./src/options_menu.c 65847 ./src/page.c 24138 ./src/parsdate.y 17057 ./src/plp_snprintf.c 13167 ./src/pgp.c - 150743 ./src/post.c - 18892 ./src/prompt.c + 150885 ./src/post.c + 18912 ./src/prompt.c 10384 ./src/read.c - 27367 ./src/refs.c + 27366 ./src/refs.c 5481 ./src/regex.c - 14483 ./src/rfc1524.c + 14524 ./src/rfc1524.c 15069 ./src/rfc2045.c 32083 ./src/rfc2046.c 36206 ./src/rfc2047.c - 57217 ./src/save.c + 57210 ./src/save.c 11484 ./src/screen.c 18173 ./src/search.c 32783 ./src/select.c - 7805 ./src/sigfile.c + 7793 ./src/sigfile.c 14366 ./src/signal.c 7215 ./src/strftime.c 27480 ./src/string.c @@ -145,7 +145,7 @@ MANIFEST for tin-2.1.2 (Mon Dec 24 11:52 2472 ./src/trace.c 4315 ./src/version.c 5453 ./src/wildmat.c - 7341 ./src/xface.c + 7565 ./src/xface.c 12596 ./src/xref.c 422 ./pcre/AUTHORS 2515 ./pcre/COPYING @@ -266,32 +266,32 @@ MANIFEST for tin-2.1.2 (Mon Dec 24 11:52 41 ./intl/VERSION 5068 ./po/Makefile.inn 847 ./po/POTFILES.in - 141649 ./po/tin.pot - 60056 ./po/da.gmo - 177032 ./po/da.po - 181397 ./po/de.gmo - 237920 ./po/de.po - 8621 ./po/en_GB.gmo - 153739 ./po/en_GB.po - 179411 ./po/et.gmo - 229862 ./po/et.po - 189267 ./po/fr.gmo - 239321 ./po/fr.po + 141662 ./po/tin.pot + 76969 ./po/da.gmo + 181783 ./po/da.po + 183828 ./po/de.gmo + 239293 ./po/de.po + 8374 ./po/en_GB.gmo + 153606 ./po/en_GB.po + 183159 ./po/et.gmo + 232004 ./po/et.po + 189179 ./po/fr.gmo + 239346 ./po/fr.po 124232 ./po/ru.gmo - 214495 ./po/ru.po + 214352 ./po/ru.po 22842 ./po/sv.gmo - 160242 ./po/sv.po + 160258 ./po/sv.po 4684 ./po/tr.gmo - 226504 ./po/tr.po - 229964 ./po/zh_TW.po - 178043 ./po/zh_TW.gmo - 134454 ./doc/l10n/de/tin.1 - 81707 ./doc/l10n/de/tin.5 + 226520 ./po/tr.po + 229982 ./po/zh_TW.po + 181415 ./po/zh_TW.gmo + 134929 ./doc/l10n/de/tin.1 + 81941 ./doc/l10n/de/tin.5 130 ./doc/l10n/de.add - 326339 ./doc/l10n/de.po - 132867 ./doc/l10n/en_GB/tin.1 - 81279 ./doc/l10n/en_GB/tin.5 - 453960 ./doc/l10n/en_GB.po - 336 ./doc/l10n/po4a.conf - 284197 ./doc/l10n/tin-man.pot -10758128 total + 358292 ./doc/l10n/de.po + 133379 ./doc/l10n/en_GB/tin.1 + 81502 ./doc/l10n/en_GB/tin.5 + 485861 ./doc/l10n/en_GB.po + 323 ./doc/l10n/po4a.conf + 287553 ./doc/l10n/tin-man.pot +10868580 total diff -Nurp '--exclude=.bzr*' tin-2.1.2/Makefile tin-2.1.3/Makefile --- tin-2.1.2/Makefile 2012-12-24 11:52:17.000000000 +0100 +++ tin-2.1.3/Makefile 2013-08-12 09:21:48.000000000 +0200 @@ -1,15 +1,15 @@ # Top level Makefile for tin # - for configuration options read the doc/INSTALL file. # -# Updated: 2012-03-25 +# Updated: 2013-01-09 # PROJECT = tin LVER = 2 PVER = 1 -SVER = 2 +SVER = 3 VER = $(LVER).$(PVER).$(SVER) -DVER = 20121224 +DVER = 20130812 EXE = tin # directory structure @@ -365,7 +365,6 @@ SED = sed TR = tr TEST = test - all: @$(ECHO) "Top level Makefile for the $(PROJECT) v$(VER) Usenet newsreader." @$(ECHO) " " @@ -523,6 +522,7 @@ distclean: $(TOPDIR)/config.log \ $(TOPDIR)/config.status \ $(TOPDIR)/td-conf.out \ + $(TOPDIR)/CPPCHECK \ $(INCDIR)/autoconf.h \ $(SRCDIR)/Makefile \ $(PCREDIR)/Makefile \ @@ -530,7 +530,8 @@ distclean: $(INTLDIR)/po2tbl.sed \ $(PROJECT)-$(VER).tar.gz \ $(PROJECT)-$(VER).tar.bz2 \ - $(PROJECT)-$(VER).tar.xz + $(PROJECT)-$(VER).tar.xz \ + $(PODIR)/messages.mo configure: configure.in aclocal.m4 autoconf @@ -540,3 +541,9 @@ config.status: configure po4a: @$(CD) $(L10NDIR) && po4a --no-backups --rm-backups po4a.conf + +cppcheck: FORCE + @-if $(TEST) ! -r $(SRCDIR)/options_menu.h -o ! -r $(SRCDIR)/tincfg.h ; then $(MAKE) build ; fi + @cppcheck -f -v -I $(INCDIR) -I $(CANDIR) -I $(PCREDIR) -I $(SRCDIR) $(SRCDIR) 1>/dev/null 2>$(TOPDIR)/CPPCHECK + +FORCE: diff -Nurp '--exclude=.bzr*' tin-2.1.2/config.guess tin-2.1.3/config.guess --- tin-2.1.2/config.guess 2012-12-23 23:34:25.000000000 +0100 +++ tin-2.1.3/config.guess 2013-06-06 19:46:29.000000000 +0200 @@ -1,14 +1,12 @@ #! /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, -# 2011, 2012, 2013 Free Software Foundation, Inc. +# Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2012-12-23' +timestamp='2013-06-06' # 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 -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -22,19 +20,17 @@ timestamp='2012-12-23' # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner. Please send patches (context -# diff format) to and include a ChangeLog -# entry. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). # -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. +# Originally written by Per Bothner. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches with a ChangeLog entry to config-patches@gnu.org. + me=`echo "$0" | sed -e 's,.*/,,'` @@ -54,9 +50,7 @@ version="\ 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, 2011, -2012, 2013 Free Software Foundation, Inc. +Copyright 1992-2013 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." @@ -138,6 +132,27 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` | UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown +case "${UNAME_SYSTEM}" in + Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c +#include +#if defined(__UCLIBC__) +LIBC=uclibc +#elif defined(__dietlibc__) +LIBC=dietlibc +#else +LIBC=gnu +#endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + ;; +esac + # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -306,7 +321,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; - arm*:riscos:*:*|arm:RISCOS:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) @@ -859,21 +874,21 @@ EOF exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -886,59 +901,54 @@ EOF EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; arm*:Linux:*:*) eval $set_cc_for_build - if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null | \ - grep -q __ARM_EABI__ + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else - echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) - LIBC=gnu - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build @@ -957,54 +967,63 @@ EOF #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; or32:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-gnu + echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu + echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu + echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1043,9 +1062,9 @@ EOF i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) @@ -1059,20 +1078,20 @@ EOF exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` - (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else - echo ${UNAME_MACHINE}-pc-sysv32 + echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) @@ -1092,9 +1111,9 @@ EOF exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) @@ -1156,10 +1175,10 @@ EOF exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 else - echo ns32k-sni-sysv + echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort @@ -1191,9 +1210,9 @@ EOF exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. @@ -1237,19 +1256,21 @@ EOF exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - i386) - eval $set_cc_for_build - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - UNAME_PROCESSOR="x86_64" - fi - fi ;; - unknown) UNAME_PROCESSOR=powerpc ;; - esac + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) diff -Nurp '--exclude=.bzr*' tin-2.1.2/config.sub tin-2.1.3/config.sub --- tin-2.1.2/config.sub 2012-12-23 23:35:00.000000000 +0100 +++ tin-2.1.3/config.sub 2013-08-10 13:25:12.000000000 +0200 @@ -1,24 +1,18 @@ #! /bin/sh # 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 -# 2011, 2012, 2013 Free Software Foundation, Inc. - -timestamp='2012-12-23' - -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# 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 -# the Free Software Foundation; either version 2 of the License, or +# Copyright 1992-2013 Free Software Foundation, Inc. + +timestamp='2013-08-10' + +# 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . @@ -26,11 +20,12 @@ timestamp='2012-12-23' # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches to . Submit a context -# diff and a properly formatted GNU ChangeLog entry. +# Please send patches with a ChangeLog entry to config-patches@gnu.org. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -73,9 +68,7 @@ Report bugs and patches to > confdefs.h < + BUG. contents of Supersedes header was shown mime decoded in pager + FIX. cook.c + +U012) Wei-Lun Chao + ADD. updated chinese translation + FIX. zh_TW.po + +UO11) Dennis Grevenstein + BUG. used strdup() instead of my_strdup() (strdup is not mandatory + in ANSI-C) + FIX. art.c + +U010) Joe Hansen + ADD. updated danish translation + FIX. da.po + +U009) Toomas Soome + ADD. updated estonian translation + FIX. et.po + +U008) Urs Janssen + BUG. interactive prompting for username/password in batch-mode + BUG. don't generate Cancel-Lock if cancel secret is empty + BUG. used strdup() instead of my_strdup() + ADD. prefer $XDG_RUNTIME_DIR over $HOME for fifos used by xface + ADD. allow new IDN ccTLD of Ukraine + ADD. allow new ccTLD of Sint Maarten + ADD. config.guess, config.sub update + ADD. avoid charset conversion if the local charset is the same as + the network charset + ADD. mention $TIN_NOVFILENAME in man pages + FIX. auth.c, debug.c, lang.c, misc.c, post.c, prompt.c, xface.c, bool.h + extern.h, policy.h, Makefile, config.guess, config.sub, tin.[15] + -- 2.1.2 release 20121224 "Langholm" -- U007) Vincent Lefevre BUG. doubled % in some description strings where single % are needed + (debian bug #684587) FIX. lang.c U006) Urs Janssen diff -Nurp '--exclude=.bzr*' tin-2.1.2/doc/TODO tin-2.1.3/doc/TODO --- tin-2.1.2/doc/TODO 2012-12-01 01:01:16.000000000 +0100 +++ tin-2.1.3/doc/TODO 2013-07-07 11:38:38.000000000 +0200 @@ -42,15 +42,13 @@ o batch mode has several bugs the statistics nor taken into account for the 'any unread news' status. - -vc could be more verbose (like -vcZ is) - -o currently is not a 'batch_mode' option - - if server requires authentication (and no ~/.newsauth entry matches) - tin prompts for username but not for password [Urs Janssen ] o add version number to other config-files (e.g. tin.defaults) and do the same checks as for TINRC_VERSION/tinrc. for the filter and attributes file store the charset the file is written in (e.g. ISO-8859-x vs. unicode) and for the filter file the filter method - used (wildmat or regexp) + used (wildmat or regexp (or TRE)) [Urs Janssen ] o overview file caching code is over-complex @@ -105,6 +103,14 @@ o mailers other than sendmail (f.e. elm New features ------------ +o add a key to "drop" pending data from the server (either by + disconnet/reconnect (fast but reconnect may fail due to rate limit or ...) + or via calling drain_buffer() (might be slow if there ss much pending + data)) so one doesn't have to quit and restart tin if the client/server + communication get's desynced (i.e by reading an article which has a non + dotstuffed lone . in it or the like) + [20130615 Urs Janssen ] + o x_body currently doesn't allow cmd. execution via ! like x_headers [20110912 Urs Janssen ] @@ -297,6 +303,13 @@ o if using "-n" commandline switch you o item_by_item_etiquette_warnings [compile-time?] (e.g. enable x-posts without f'up warning, disable long-sig warning) +o don't prefix posted_articles_file with maildir if posted_articles_file + has an absolute path (after expanding ~). + [20130627 Urs Janssen ] + +o posted_articles_file is not available in attributes + [20130628 Urs Janssen ] + o unify Fcc and posted_articles_file [20031012 Dirk Nimmich ] @@ -665,8 +678,9 @@ o cleanup post.c o check code with Splint (LCLint) , ccmalloc (), MSS (), - valgrind () and cppcheck - () + valgrind (), cppcheck + () and AdLint + () o rewrite the tag code so that arts[].tagged becomes index in arts[] of next tagged article. num_of_tagged_arts becomes index of first @@ -716,7 +730,7 @@ o make mm_network_charset an "option_li us-ascii) on each...) and disable those not available. (think about more network charsets (GB2312, GB18030, Shift_JIS, ISO-8859-6[-{I,E}], ISO-8859-8[-{I,E}], ISO-8859-11, VISCII, VIQR; - check wether KOI8-RU is still used/valid)) + check whether KOI8-RU is still used/valid)) [done except configure check 20010907 urs@tin.org] o make mm_network_charset an user configurable item list @@ -742,6 +756,10 @@ o add normalization (done for search strings) [20031209 Michael Bienia ] +o check for wcsftime() and if found use it instead of strftime() (at + least in page.c). + [20130129 Urs Janssen ] + Docs/online help ---------------- o the documentation of PageFollowupQuoteHeaders (^W) and @@ -835,7 +853,7 @@ o replace wildmat.c with uwildmat.c patterns and can handle UTF-8 strings [20091223 Urs Janssen ] -o support $XDG_CONFIG_HOME / $XDG_DATA_HOME? +o support $XDG_CONFIG_HOME[S] / $XDG_DATA_HOME[S] / $XDG_RUNTIME_DIR [20081010 Urs Janssen ] @@ -896,7 +914,8 @@ o should 'tin -z foo.bar' only start up o trn and perls Net::NNTP::Auth use ~/.nntpauth (format is "^server\s+user\s+password"), shall we also try ~/.nntpauth if we can't - find a matching entry in ~/.newsauth? + find a matching entry in ~/.newsauth? and should we look for + ${TIN_HOMEDIR:-"$HOME"}/.tin/.newsauth if ~/.newsauth is not found? [20040128 Urs Janssen ] o what todo if in a CTE: x-uue the CD: filename differs from the one given @@ -936,7 +955,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.32 +o clean up included pcre stuff and update to >= pcre-8.33 o shows up cross-postings multiple times even if read once before getting a resync/reread active/newsrc-file @@ -970,6 +989,8 @@ o cleanup main.c/init_selfinfo() what I mean) [fixed some of the double/tripple reads, urs] +o cache mailbox_name in misc.c/mail_check()? + o re add innlib support? (the old one was dropped as the lib has retired all (which were not that many) features we used and our code didn't use the innlibs code where ever it was possible (and useful). @@ -979,5 +1000,12 @@ o add check for libarchive ] +o add check for heapsort(3) in libbsd? + [20130305 Urs Janssen ] + o add jump to selected article from DisplayPostHist (’W’) [20120220 Urs Janssen ] + +o add check for libtre and offer TRE as matching method for "wildcard"? + , + [20130706 Urs Janssen ] diff -Nurp '--exclude=.bzr*' tin-2.1.2/doc/keymap.sample tin-2.1.3/doc/keymap.sample --- tin-2.1.2/doc/keymap.sample 2012-02-18 01:54:55.000000000 +0100 +++ tin-2.1.3/doc/keymap.sample 2013-01-26 16:34:04.000000000 +0100 @@ -23,7 +23,7 @@ LookupMessage L OptionMenu M Postponed O ^O QuitTin Q -BugReport R +BugReport R DisplayPostHist W MarkThreadUnread Z FirstPage ^ diff -Nurp '--exclude=.bzr*' tin-2.1.2/doc/l10n/de/tin.1 tin-2.1.3/doc/l10n/de/tin.1 --- tin-2.1.2/doc/l10n/de/tin.1 2012-12-24 11:48:37.000000000 +0100 +++ tin-2.1.3/doc/l10n/de/tin.1 2013-08-12 09:18:48.000000000 +0200 @@ -3,7 +3,7 @@ .\" Module : tin.1 .\" Author : I. Lea, U. Janssen .\" Created : 1991-08-23 -.\" Updated : 2012-12-24 +.\" Updated : 2013-08-12 .\" 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 "24. Dezember 2012" 2.1.2 "Usenet Newsreader" +.TH tin 1 "12. August 2013" 2.1.3 "Usenet Newsreader" .\" .\" .SH NAME @@ -136,7 +136,7 @@ via NNTP this is done with the LIST comm in incorrect article counts but is usually faster than the default which is to read the \fI${TIN_LIBDIR:\-NEWSLIBDIR}"/"${TIN_ACTIVEFILE:\-active}\fP file (either directly or via LIST) and then check the article count via NNTP -GROUP command (\fBRFC3977\fP) \*(rq\fB\-ln\fP\*(rq. If reding via NNTP and LIST COUNTS +GROUP command (\fBRFC3977\fP) \*(rq\fB\-ln\fP\*(rq. If reading via NNTP and LIST COUNTS (\fBRFC6048\fP) is available that is used instead as it gives more accurate article counts. .TP @@ -421,7 +421,7 @@ editing a string: .PP .TP 10 \fB^A, ^E\fP -move to beginning or end of line, respectively. +An den Zeillenanfang bzw. das Zeilenende springen. .TP \fB^F, ^B\fP non\-destructive move forward or back one location, respectively. @@ -870,7 +870,7 @@ your own articles. .TP \fBGroupMarkUnselArtRead 'X'\fP 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. +to reflect changes and put index at the first thread to begin reading. Pressing \fBGroupMarkUnselArtRead\fP ('\fBX\fP') again will toggle back to the way it was before. See \fBGroupUndoSel\fP ('\fB~\fP') command for clearing the toggle effect, leaving the group will also clear the toggle effect and make the @@ -1388,7 +1388,7 @@ Toggle the display of help mini menu at .\" .SS "GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES" .\" FIXME - add missing descriptions -At startup, \fBtin\fP reads in the configuration files (see also \fBtin\fP(5)). +At startup, \fBtin\fP reads in the configuration files (see also \fBtin\fP(5)). They contain a list of variables that can be used to configure the way \fBtin\fP works. If it exists, the global configuration file, \fI${TIN_LIBDIR:\-NEWSLIBDIR}/tinrc\fP is read. After that, the user's own @@ -1454,7 +1454,7 @@ The character used to show that an artic when the group is next entered. Default is '\-'. .TP \fBZeichen für wichtige Artikel (art_marked_selected)\fP -The character used to show that an article/thread is auto\-selected (hot). +The character used to show that an article/thread is auto\-selected (hot). Default is '*'. .TP \fBZeichen für aktuelle Artikel (art_marked_recent)\fP @@ -1469,11 +1469,11 @@ The character used to show that an artic The character used to show that an article was read. Default is ' '. .TP \fBZeichen für gekillte Artikel (art_marked_killed)\fP -The character used to show that an article was killed. Default is 'K'. +The character used to show that an article was killed. Default is 'K'. \fBkill_level\fP must be set accordingly. .TP \fBZeichen für gelesene wichtige Art. (art_marked_read_selected)\fP -The character used to show that an article was hot before it was read. +The character used to show that an article was hot before it was read. Default is ':'. \fBkill_level\fP must be set accordingly. .TP \fBStart des MIME\-Viewers bestätigen (ask_for_metamail)\fP @@ -1486,7 +1486,7 @@ Automatically put your name in the \*(rq mailing an article. Default is No. .TP \fBZeige Thread mit rechter Pfeilt. an (auto_list_thread)\fP -If ON automatically list thread when entering it using right arrow key. +If ON automatically list thread when entering it using right arrow key. Default is ON. .TP \fBAutom. Wiederverbindung zum Server (auto_reconnect)\fP @@ -1509,7 +1509,7 @@ displayed after composing an article. De .TP \fBSpeichere NNTP Overview Daten lokal (cache_overview_files)\fP 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. +considerably speed up accessing large groups when using a slow connection. See also "INDEX FILES". Default is OFF. .TP \fBCatchup der Gruppen beim Beenden (catchup_read_groups)\fP @@ -1732,7 +1732,7 @@ Allows groups/articles to be selected by an highlighted bar if set OFF. Default is OFF. .TP \fBAufruf Ihres Editors (editor_format)\fP -The format string used to create the editor start command with parameters. +The format string used to create the editor start command with parameters. Default is "%E +%N %F" (i.e., /bin/vi +7 .article). .TP \fBAnzeigeauffrischung nach Kommandos (force_screen_redraw)\fP @@ -1749,7 +1749,7 @@ fetching articles from your first unread If ON catchup group when leaving with the left arrow key. Default is ON. .TP \fBZum nächsten ungelesenen Artikel... (goto_next_unread)\fP -Which keys \fBtin\fP should accept to jump to the next unread article. +Which keys \fBtin\fP should accept to jump to the next unread article. Possible is any combination of \fBPageDown\fP and \fBPageNextUnread\fP. When \fBPageDown\fP is set \fBtin\fP jumps to the next article at the end of the current one. When \fBPageNextUnread\fP is set \fBtin\fP jumps immediately to the @@ -1847,7 +1847,7 @@ SCO), MBOXRD or MMDF (default on SCO). S MBOXO and MBOXRD and \fBmmdf\fP(5) for more details about MMDF. .TP \fBMail Verzeichnis (maildir)\fP -The directory where articles/threads are to be saved in \fBmbox\fP(5) +The directory where articles/threads are to be saved in \fBmbox\fP(5) format. This feature is mainly for use with the \fBelm\fP(1) mail program. It allows the user to save articles/threads/groups simply by giving '=' as the filename to save to. Default is \fI${TIN_HOMEDIR:\-"$HOME"}/Mail\fP. @@ -1892,7 +1892,7 @@ neither of them is defined. If your syst is disabled and you should use \fBmm_network_charset\fP instead. .TP \fBMM_NETWORK_CHARSET (mm_network_charset)\fP -Charset used for posting and MIME headers; replaces \fBmm_charset\fP. +Charset used for posting and MIME headers; replaces \fBmm_charset\fP. Conversion between \fBmm_network_charset\fP and local charset (determined via \fBnl_langinfo\fP(3)) is done via \fBiconv\fP(3), if this function is not available on your system this option is disabled and you have to use @@ -1928,7 +1928,7 @@ terminal which attributes are usable. Se \fBword_highlight\fP. .TP \fB(newnews)\fP -These are internal timers used by \fBtin\fP to keep track of new newsgroups. +These are internal timers used by \fBtin\fP to keep track of new newsgroups. Do not change them unless you understand what they are for. .TP \fBor *) (news_headers_to_display\fP @@ -1952,7 +1952,7 @@ Format of quote line when posting/follow %C=Firstname, %I=Initials). Default is "%F wrote:". .TP \fBNNTP read timeout in seconds (nntp_read_timeout_secs)\fP -Time in seconds to wait for a response from the server. Default is 120. +Time in seconds to wait for a response from the server. Default is 120. Setting this to 0 means no timeout. .TP \fBUnicode Normalisierungsart (normalization_form)\fP @@ -2025,7 +2025,7 @@ machines. Printing from \fBtin\fP may ha Administrator. .TP \fBBearbeite nur ungelesene Artikel (process_only_unread)\fP -If ON only save/print/pipe/mail unread articles (tagged articles excepted). +If ON only save/print/pipe/mail unread articles (tagged articles excepted). Default is OFF. .TP \fBLeeres Fup'2 im Editor anzeigen (prompt_followupto)\fP @@ -2101,7 +2101,7 @@ Score of an article which should be mark 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 traditional tin page\-by\-page scrolling. Set to \-1 to get page\-by\-page -scrolling where the top/bottom line is carried over onto the next page. +scrolling where the top/bottom line is carried over onto the next page. This setting supersedes show_last_line_prev_page=ON. Set to \-2 to get half\-page scrolling. This setting supersedes full_page_scroll=OFF. .TP @@ -2131,13 +2131,13 @@ and turn descriptions off. The text used \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/mailgroups\fP for mailgroups. Default is ON. .TP \fBSortierfunktion (sort_function)\fP -Function used for sorting articles. Default is 0. +Sortiermethode für Artikel. Standard ist 0. .RS +.5i .IP 0 3 -Use \fBqsort\fP(3) for sorting. +Mit \fBqsort\fP(3) sortieren. .IP 1 -Use \fBheapsort\fP(3) for sorting. This might be faster in large groups with -long threads (somewhat presorted data). +Mit \fBheapsort\fP(3) sortieren. Kann in grossen Gruppen mit langen Threads +schneller sein. .RE .TP \fBZeige Zeilenz./Bewert. in Übersicht (show_info)\fP @@ -2194,7 +2194,7 @@ This specifies how articles should be so the default. The following sort types are allowed: .RS +.5i .IP 0 3 -\fBNothing\fP, don't sort articles. +\fBNichts\fP, keine Sortierung. .IP 1 \fBSubject: (absteigend)\fP, Artikel absteigend nach \*(rqSubject:\*(rq sortieren. .IP 2 @@ -2261,7 +2261,7 @@ display when reading on a slow terminal \fBLösche nicht vorhan. G. aus newsrc (strip_bogus)\fP Bogus groups are groups that are present in your \fI${TIN_HOMEDIR:\-"$HOME"}/.newsrc\fP file that no longer exist on the news -server. There are 3 options. 0 means do nothing & always keep bogus groups. +server. There are 3 options. 0 means do nothing & always keep bogus groups. 1 means bogus groups will be permanently removed. 2 means that bogus groups will appear on the Group Selection Menu, prefixed with a 'D'. This allows you to unsubscribe from them as and when you wish. Default is 0 (Always @@ -2289,7 +2289,7 @@ toggled in the article viewer via \fBPag 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 \fBthread_arts\fP to 0 \- 4 in the file -\fI${TIN_HOMEDIR:\-"$HOME"}/.tin/attributes\fP. (See also "GROUP ATTRIBUTES".) +\fI${TIN_HOMEDIR:\-"$HOME"}/.tin/attributes\fP. (See also "GROUP ATTRIBUTES".) The default is Both Subject and References. The choices are: .RS +.5i .IP 0 3 @@ -2336,7 +2336,7 @@ similarly looking characters. On systems this option is disabled. Default is OFF. .TP \fBHow to treat blank lines (trim_article_body)\fP -Allows you to select how \fBtin\fP treats blank lines in article bodies. +Allows you to select how \fBtin\fP treats blank lines in article bodies. Default is 0. This option does not affect lines within verbatim blocks. .RS +.5i .IP 0 3 @@ -2369,7 +2369,7 @@ If ON remove \fI~/.article\fP after post .TP \fBÖffne URLs mit ... (url_handler)\fP The program that will be run when launching URL's in the article viewer -using \fBPageViewUrl\fP ('\fBU\fP'). The actual URL will be appended to this. +using \fBPageViewUrl\fP ('\fBU\fP'). The actual URL will be appended to this. Default is \fBurl_handler.pl %s\fP. .TP \fBURL\-Hervorhebung im Artikel (url_highlight)\fP @@ -2382,7 +2382,7 @@ If enabled \fBtin\fP uses ANSI\-colors. Standard ist OFF. .TP \fBMaus in xterm nutzen (use_mouse)\fP -Allows the mouse button support in a \fBxterm\fP(1x) to be enabled/disabled. +Allows the mouse button support in a \fBxterm\fP(1x) to be enabled/disabled. Default is OFF. .TP \&\fB\*(rqX\-Face:\*(rqs mit slrnface Anzeigen (use_slrnface)\fP @@ -2406,10 +2406,10 @@ If ON verbatim blocks will be detected. .TP \fBWildcardprüfung (wildcard)\fP Allows you to select how \fBtin\fP matches strings. The default is 0 and uses -the wildmat notation, which is how this has traditionally been handled. +the wildmat notation, which is how this has traditionally been handled. Setting this to 1 allows you to use \fBperl\fP(1) compatible regular expressions \fBpcre\fP(3) (see also \fBperlre\fP(1) and \fBpcrepattern\fP(3)). You -will probably want to update your filter file if you use this regularly. +will probably want to update your filter file if you use this regularly. NB: Newsgroup names will always be matched using the wildmat notation. .TP \fBAnstelle der Markierung anzeigen (word_h_display_marks)\fP @@ -2476,7 +2476,7 @@ options menu the attributes menu provide \fBConfigResetAttrib\fP ('\fBr\fP') which resets an attribute to a default value. .SS "SCOPES MENU" The scopes menu (accessible from the options menu with \fBConfigScopeMenu\fP -('\fBS\fP')) shows all scopes read from the global and local attributes file. +('\fBS\fP')) shows all scopes read from the global and local attributes file. Scopes from the global attributes file are marked with '!' to the left of the scope number. Delete/rename/move are not possible with those scopes. .PP @@ -2517,6 +2517,7 @@ The filtering capabilities of \fBtin\fP previous versions to include scoring and better pattern matching. It is recommended that you read the file \fIfiltering\fP in the \fBtin\fP documentation directory. This file can also be read online at +.br . .PP .\" FIXME - Next paragraph is out of date @@ -2626,7 +2627,7 @@ Otherwise, the initial prompt will ask y hot (auto\-selected), regex pattern, tagged articles you wish to mail, pipe etc. .PP -Tagged articles must have already been tagged with a \fB*Tag\fP ('\fBt\fP') +Tagged articles must have already been tagged with a \fB*Tag\fP ('\fBt\fP') command. All tagged articles can be untagged by a \fB*Untag\fP ('\fBU\fP') untag command. .PP @@ -2723,7 +2724,7 @@ See the explanation for the $\fBAUTOSUBS examples. .SS SIGNATUREN \fBtin\fP will recognize a signature in either -\fI${TIN_HOMEDIR:\-"$HOME"}/.signature\fP or \fI${TIN_HOMEDIR:\-"$HOME"}/.Sig\fP. +\fI${TIN_HOMEDIR:\-"$HOME"}/.signature\fP or \fI${TIN_HOMEDIR:\-"$HOME"}/.Sig\fP. If \fI${TIN_HOMEDIR:\-"$HOME"}/.signature\fP exists, then the signature will be pulled into the editor for mail commands only. A signature in \fI${TIN_HOMEDIR:\-"$HOME"}/.signature\fP will not be pulled into the editor for @@ -2769,7 +2770,7 @@ Newssoftware: themes) .PP Many prompts within \fBtin\fP offer a default choice that the cursor is -positioned on. By pressing '\fB\fP' the default value is taken. +positioned on. By pressing '\fB\fP' the default value is taken. Most prompts can be aborted by pressing '\fB\fP'. .PP When \fBtin\fP is run in an \fBxterm\fP(1x) it will resize itself each time the @@ -2854,7 +2855,7 @@ server then this section can be ignored. If your news server doesn't support NOV index files or you have a very slow connection to your news server then \fBtin\fP can cache the index for each newsgroup if \fBcache_overview_files\fP is set to ON. Note that this cache can -use up large amounts of diskspace if you read a lot of groups and/or high +use up large amounts of disk space if you read a lot of groups and/or high traffic groups. .PP Each user creates/updates his/her own index files that are stored in @@ -2895,6 +2896,7 @@ cached data for groups you are not readi .SH DATEIEN .\" TODO: mention dead.article, dead.articles .\" .article[.$$], .cancel[.$$], .letter[.$$]? +.\" ${XDG_RUNTIME_DIR:\-"$HOME"}/.slrnfaces .\" $PWD/trace[.out] (--with-trace) .\" $TMPDIR/NNTP (-D 1) .\" $TMPDIR/FILTER (-D 2) @@ -2911,7 +2913,7 @@ Für eine ausführlich Beschreibung sieh .PP \fI$MAILCAPS\fP .br -\fI${TIN_HOMEDIR:\-"$HOME"}/.mailcap\fP +\fI~/.mailcap\fP .br \fI/etc/mailcap\fP .br @@ -3047,19 +3049,8 @@ Für eine ausführlich Beschreibung sieh .\" .\" .SH UMGEBUNGSVARIABLEN -.\" TODO: sort in a useful order, add undocumented env-vars like: -.\" -.\" .TP -.\" .B SHELL (Unix) -.\" The pathname of the user's login shell. -.\" -.\" used in xface support -.\" .TP -.\" .B DISPLAY -.\" .TP -.\" .B WINDOWID -.\" -.\" +.\" TODO: - sort in a useful order +.\" - add undocumented env-vars (if any) .TP \fBTINRC\fP Define this variable if you want to specify command\-line options that \fBtin\fP @@ -3104,6 +3095,11 @@ Define this variable if you want to over compiled into the \fBtin\fP binary, default is \fBSPOOLDIR\fP (see above). If tin is running in NNTP mode setting this variable has no effect. .TP +\fBTIN_NOVFILENAME\fP +Define this variable if you want to override the \fBOVERVIEW_FILE\fP file name +that was compiled into the \fBtin\fP binary, default is \fI.overview\fP. If tin is +running in NNTP mode setting this variable has no effect. +.TP \fBTIN_ACTIVEFILE\fP Define this variable if you want to override the \fBNEWSLIBDIR/active\fP path that was compiled into the \fBtin\fP binary. If tin is running in NNTP mode @@ -3255,11 +3251,11 @@ functions. Usually it determines the cha character classification and case conversion. Currently this is not true for \fBtin\fP (which temporary unsets \fB$LC_CTYPE\fP right before any match is done to avoid confusion). It's value should be of the form -\fIlanguage\fP[\fI_territory\fP][\fI.codeset\fP][\fI@modifier\fP]. See \fBenviron\fP(5) +\fIlanguage\fP[\fI_territory\fP][\fI.codeset\fP][\fI@modifier\fP]. See \fBenviron\fP(5) for more information. .TP \fBLC_MESSAGES\fP -Formats of informative and diagnostic messages and interactive responses. +Formats of informative and diagnostic messages and interactive responses. It's value should be of the form \fIlanguage\fP[\fI_territory\fP][\fI.codeset\fP][\fI@modifier\fP]. See \fBlocale\fP(5) and \fBenviron\fP(5) for more information. @@ -3272,7 +3268,7 @@ Date and time formats. It's value should \fBLC_ALL\fP This variable overrides the value of the \fB$LANG\fP variable and any other \fB$LC_\fP variable. It's value should be of the form -\fIlanguage\fP[\fI_territory\fP][\fI.codeset\fP]. See \fBlocale\fP(5) and \fBenviron\fP(5) +\fIlanguage\fP[\fI_territory\fP][\fI.codeset\fP]. See \fBlocale\fP(5) and \fBenviron\fP(5) for more information. .TP \fBLANG\fP @@ -3309,12 +3305,26 @@ or window. When \fB$LINES\fP is set, any \fB$LINES\fP unless they wish to override the system selection. .TP \fBTERM\fP -.\" -.\" -.\" TODO: add missing, sort useful, document in detail Der verwendete Terminaltyp. Weitere Informationen finden sich in \fBenviron\fP(5). +.TP +\fBDISPLAY\fP +Display name, pointing to the X server; required for xface. +.TP +\fBWINDOWID\fP +Used for determining terminal's X window id; required for xface. Should be +set by the terminal emulator. +.TP +\fBSHELL\fP +The pathname of the user's login shell. Used to set +\fBdefault_shell_command\fP. +.TP +\fBXDG_RUNTIME_DIR\fP +.\" +.\" +The pathname of the user's dir to put non\-essential runtime files into. .SH SIGNALE +.\" TODO: add missing, sort useful, document in detail \fBtin\fP verarbeitet folgende Signale: .TP \fBSIGHUP\fP @@ -3348,7 +3358,7 @@ before starting tin in debug mode (e.g. .\" RFC5536, RFC5537, RFC6048 or whatever .\" .\" -\fBtin\fP does conform to the Base Definitions volume of IEEE Std 1003.1\-2001, +\fBtin\fP does conform to the Base Definitions volume of IEEE Std 1003.1\-2008, Section 12, Utility Conventions (Utility Argument Syntax, Utility Syntax Guidelines). .SH ANMERKUNGEN @@ -3358,7 +3368,7 @@ copyright by the University of Cambridge .br .\" .\" -ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ + .SH BUGS \fBCNews\fP NNTPd, \fBnoffle\fP(1) (<= V1.0\-pre5) and \fBNewsCache\fP (<= V1.1.91) can't handle pipelined GROUP commands. If you run into trouble with @@ -3374,15 +3384,17 @@ found a bug, please use the \fBBugReport English. Please do NOT enclose a core\-file in your bugreport until we request it. .SH GESCHICHTE -.\" -.\" \fBtin\fP basiert auf \fBtass\fP(1), einem Newsreader der von Rich Skrenta entwickelt und dessen Code im März 1991 von ihm in alt.sources veröffentlicht wurde. Die erste Version von \fBtin\fP wurde am 23. August 1991 veröffentlicht. \fBtass\fP(1) orientiert sich stark an notesfiles, einer Public Domain Version für UNIX von PLATO Notes, welches 1982 von Ray Essick und Rob Kolstad an der University of Illinois entstand. Eine Übersicht der Versionen -findet sich unter . +findet sich unter +.br +.\" +.\" +. .SH DANKSAGUNGEN .PP .IP "Rich Skrenta" @@ -3408,7 +3420,7 @@ für \fBpcre\fP(3) (Library für Perl\-k .IP "Patrick Powell " .\" .\" -für \fBsnprintf\fP(3) und \fBvsnprintf\fP(3) Fallbacks. +für \fBsnprintf\fP(3) und \fBvsnprintf\fP(3) Fallbacks. .SH AUTOR .TP 1i Iain Lea diff -Nurp '--exclude=.bzr*' tin-2.1.2/doc/l10n/de/tin.5 tin-2.1.3/doc/l10n/de/tin.5 --- tin-2.1.2/doc/l10n/de/tin.5 2012-12-24 11:48:38.000000000 +0100 +++ tin-2.1.3/doc/l10n/de/tin.5 2013-08-12 09:18:48.000000000 +0200 @@ -2,7 +2,7 @@ .\" Module : tin.5 .\" Author : U. Janssen .\" Created : 2000-07-10 -.\" Updated : 2012-12-24 +.\" Updated : 2013-08-12 .\" Notes : needs a some work .\" .\" @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH tin 5 "24. Dezember 2012" 2.1.2 "Usenet Newsreader" +.TH tin 5 "12. August 2013" 2.1.3 "Usenet Newsreader" .SH NAME tin, rtin \- zugehörige Dateien @@ -28,6 +28,7 @@ Zeilenenden ('\en' aka LF) haben. .\" ${TIN_HOMEDIR:\-"$HOME"}/.article[.$$] .\" ${TIN_HOMEDIR:\-"$HOME"}/.cancel[.$$] .\" ${TIN_HOMEDIR:\-"$HOME"}/.letter[.$$] +.\" ${XDG_RUNTIME_DIR:\-"$HOME"}/.slrnfaces .\" $PWD/trace[.out] (--with-trace) .\" $TMPDIR/NNTP (-D 1) .\" $TMPDIR/FILTER (-D 2) @@ -43,7 +44,7 @@ Zeilenenden ('\en' aka LF) haben. .PP \fI$MAILCAPS\fP .br -\fI${TIN_HOMEDIR:\-"$HOME"}/.mailcap\fP +\fI~/.mailcap\fP .br \fI/etc/mailcap\fP .br @@ -219,7 +220,7 @@ needsterminal \fI/etc/nntpserver\fP .sp .RS -default NNTP\-server to read news from if not reading from the local spool. +default NNTP\-server to read news from if not reading from the local spool. \&'\fB\-g\fP \fIserver\fP', $\fBNNTPSERVER\fP have higher priority (in that order), the default server given at compile time has lower priority. .RE @@ -228,7 +229,9 @@ the default server given at compile time \fI${TIN_HOMEDIR:\-"$HOME"}/.cancelsecret\fP .sp .RS -secret to be used for canlocks +secret to be used for cancel\-locks if \fBtin\fP(1) is build with support for +it. An empty secret file disables the cancel\-lock creation in that +case. This file should be readable only for the user. .RE .PP @@ -698,17 +701,17 @@ post_process_type=2 delete_tmp_files=ON followup_to=poster -# in fido.* newsgroups change quote_chars -# and add X\-Comment\-To: line +# Anderes quote_chars in fido.* Newsgruppen +# und X\-Comment\-To: Zeile hinzufügen scope=fido.* quote_chars=%s>_ x_comment_to=ON -# in *.test newsgroups, don't append signature -# and preset Subject +# Keine Signatur in *.test Newsgruppen anhängen +# und Subject vorwählen scope=*.test sigfile=\-\-none -x_headers=Subject: test \- ignore \- no reply +x_headers=Subject: Test \- ignore \- no reply # ISO\-2022\-JP\-2 als Zeichensatz annehmen scope=fj.*,japan.* @@ -739,7 +742,7 @@ A comma\-separated list of newsgroup pat the filter rule will be applied. This line is mandatory! .TP \fBcase\fP -0=case\-sensitive, 1=case\-insensitive +0=Groß/Kleinschreibung beachten, 1=Groß/Kleinschreibung ignorieren .TP \fBscore\fP Score value of the rule; can also be one of the magic words "kill" or "hot". @@ -1037,7 +1040,7 @@ defaults. If a keyname is bound to NULL \fI${TIN_HOMEDIR:\-"$HOME"}/.tin/mailgroups\fP .sp .RS -This file provides short descriptions of each mailgroup. (requires \fBtin\fP(1) +This file provides short descriptions of each mailgroup. (requires \fBtin\fP(1) to be build with mh\-mail\-handling support). Each line consist of two tab\-separated fields "\fImailgroupname\fP \fIone\-line description\fP". .TP @@ -1179,7 +1182,7 @@ The character used to show that an artic when the group is next entered. Default is '\-'. .TP \fBart_marked_selected\fP -The character used to show that an article/thread is auto\-selected (hot). +The character used to show that an article/thread is auto\-selected (hot). Default is '*'. .TP \fBart_marked_recent\fP @@ -1194,11 +1197,11 @@ The character used to show that an artic The character used to show that an article was read. Default is ' '. .TP \fBart_marked_killed\fP -The character used to show that an article was killed. Default is 'K'. +The character used to show that an article was killed. Default is 'K'. \fBkill_level\fP must be set accordingly. .TP \fBart_marked_read_selected\fP -The character used to show that an article was hot before it was read. +The character used to show that an article was hot before it was read. Default is ':'. \fBkill_level\fP must be set accordingly. .TP \fBStart des MIME\-Viewers bestätigen (ask_for_metamail)\fP @@ -1211,7 +1214,7 @@ Automatically put your name in the \*(rq mailing an article. Default is No. .TP \fBauto_list_thread\fP -If ON automatically list thread when entering it using right arrow key. +If ON automatically list thread when entering it using right arrow key. Default is ON. .TP \fBauto_reconnect\fP @@ -1234,7 +1237,7 @@ displayed after composing an article. De .TP \fBcache_overview_files\fP 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. +considerably speed up accessing large groups when using a slow connection. Default is OFF. .TP \fBcatchup_read_groups\fP @@ -1364,7 +1367,7 @@ OFF=apply to current group. Default is O Default for quick (1 key) kill filter header. .in +.3i .nf -.ta \w'0,1 'u +\w'\'\'Message\-ID:\'\' & last \'\'References:\'\' entry only'u +.ta \w'0,1 'u +\w'\'\'Message\-ID:\'\' & letzter \'\'References:\'\' Eintrag'u 0 \*(rqSubject:\*(rq (Groß/Kleinschreibung beachten) 1 \*(rqSubject:\*(rq (Groß/Kleinschreibung ignorieren) 2 \*(rqFrom:\*(rq (Groß/Kleinschreibung beachten) @@ -1392,7 +1395,7 @@ groups, OFF=apply to current group. Defa Default for quick (1 key) auto\-selection filter header. .in +.3i .nf -.ta \w'0,1 'u +\w'\'\'Message\-ID:\'\' & last \'\'References:\'\' entry only'u +.ta \w'0,1 'u +\w'\'\'Message\-ID:\'\' & letzter \'\'References:\'\' Eintrag'u 0 \*(rqSubject:\*(rq (Groß/Kleinschreibung beachten) 1 \*(rqSubject:\*(rq (Groß/Kleinschreibung ignorieren) 2 \*(rqFrom:\*(rq (Groß/Kleinschreibung beachten) @@ -1443,7 +1446,7 @@ Allows groups/articles to be selected by an highlighted bar if set OFF. .TP \fBeditor_format\fP -The format string used to create the editor start command with parameters. +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., /bin/vi +7 .article). .TP @@ -1458,7 +1461,7 @@ start fetching articles from your first \fBgetart_limit\fP. Default is 0, which means no limit. .TP \fBgoto_next_unread\fP -Which keys \fBtin\fP should accept to jump to the next unread article. +Which keys \fBtin\fP should accept to jump to the next unread article. Possible is any combination of \fBPageDown\fP and \fBPageNextUnread\fP. When \fBPageDown\fP is set \fBtin\fP jumps to the next article at the end of the current one. When \fBPageNextUnread\fP is set \fBtin\fP jumps immediately to the @@ -1554,7 +1557,7 @@ MBOXRD or MMDF (default on SCO). See \fB and MBOXRD and \fBmmdf\fP(5) for more details about MMDF. .TP \fBmaildir\fP -The directory where articles/threads are to be saved in \fBmbox\fP(5) +The directory where articles/threads are to be saved in \fBmbox\fP(5) format. This feature is mainly for use with the \fBelm\fP(1) mail program. It allows the user to save articles/threads/groups simply by giving '=' as the filename to save to. Default is \fI${TIN_HOMEDIR:\-"$HOME"}/Mail\fP. @@ -1575,7 +1578,7 @@ claws\-mail \-\-compose "mailto:%T?subje werden unterstützt: .in +.3i .nf -.ta \w'%S'u +\w'subject\-field'u +.ta \w'%S'u +\w'Subject\-Feld'u %F Dateiname %M default_mailer %S Subject\-Feld @@ -1616,7 +1619,7 @@ neither of them is defined. If your syst is disabled and you should use \fBmm_network_charset\fP instead. .TP \fBmm_network_charset\fP -Charset used for posting and MIME headers; replaces \fBmm_charset\fP. +Charset used for posting and MIME headers; replaces \fBmm_charset\fP. Conversion between \fBmm_network_charset\fP and local charset (determined via \fBnl_langinfo\fP(3)) is done via \fBiconv\fP(3), if this function is not available on your system this option is disabled and you have to use @@ -1713,7 +1716,7 @@ local hierarchy of your interest to dete .TP \fBpost_mime_encoding\fP MIME encoding of the body in news message, if necessary. (8bit, base64, -quoted\-printable, 7bit). Default is 8bit, which leads to no encoding. +quoted\-printable, 7bit). Default is 8bit, which leads to no encoding. base64 and quoted\-printable are usually undesired on usenet. .TP \fBpost_process_view\fP @@ -1722,7 +1725,7 @@ any files that were post processed and u using the \fBmailcap\fP(5) file. Default is ON. .TP \fBpost_process_type\fP -This specifies whether to perform post processing on saved articles. +This specifies whether to perform post processing on saved articles. Because the shell archive may contain commands you may not want to be executed, be careful when extracting shell archives. The following values are allowed: @@ -1753,7 +1756,7 @@ machines. Printing from \fBtin\fP(1) ma Administrator. .TP \fBprocess_only_unread\fP -If ON only save/print/pipe/mail unread articles (tagged articles excepted). +If ON only save/print/pipe/mail unread articles (tagged articles excepted). Default is OFF. .TP \fBprompt_followupto\fP @@ -1842,13 +1845,13 @@ supersedes show_last_line_prev_page=ON. scrolling. This setting supersedes full_page_scroll=OFF. .TP \fBsort_function\fP -Function used for sorting articles. Default is 0. +Sortiermethode für Artikel. Standard ist 0. .RS +.5i .IP 0 3 -Use \fBqsort\fP(3) for sorting. +Mit \fBqsort\fP(3) sortieren. .IP 1 -Use \fBheapsort\fP(3) for sorting. This might be faster in large groups with -long threads (somewhat presorted data). +Mit \fBheapsort\fP(3) sortieren. Kann in grossen Gruppen mit langen Threads +schneller sein. .RE .TP \fBshow_author\fP @@ -1930,7 +1933,7 @@ This specifies how articles should be so the default. The following sort types are allowed: .RS +1i .IP 0 3 -\fBNothing\fP, don't sort articles. +\fBNichts\fP, keine Sortierung. .IP 1 \fBSubject: (absteigend)\fP, Artikel absteigend nach \*(rqSubject:\*(rq sortieren. .IP 2 @@ -1993,7 +1996,7 @@ display when reading on a slow terminal \fBstrip_bogus\fP Bogus groups are groups that are present in your \fI${TIN_HOMEDIR:\-"$HOME"}/.newsrc\fP file that no longer exist on the news -server. There are 3 options. 0 means do nothing & always keep bogus groups. +server. There are 3 options. 0 means do nothing & always keep bogus groups. 1 means bogus groups will be permanently removed. 2 means that bogus groups will appear on the Group Selection Menu, prefixed with a 'D'. This allows you to unsubscribe from them as and when you wish. Default is 0 (Always @@ -2051,7 +2054,7 @@ similarly looking characters. On systems this option is disabled. Default is OFF. .TP \fBtrim_article_body\fP -Allows you to select how \fBtin\fP treats blank lines in article bodies. +Allows you to select how \fBtin\fP treats blank lines in article bodies. Default is 0. This option does not affect lines within verbatim blocks. .RS +1i .IP 0 3 @@ -2098,7 +2101,7 @@ If enabled \fBtin\fP(1) uses ANSI\-colo Use scroll keys on keypad. Default is OFF. .TP \fBuse_mouse\fP -Allows the mouse button support in a \fBxterm\fP(1x) to be enabled/disabled. +Allows the mouse button support in a \fBxterm\fP(1x) to be enabled/disabled. Default is OFF. .TP \fBuse_slrnface\fP @@ -2115,7 +2118,7 @@ A regular expression that tin will use t block. Default is #v+ .TP \fBverbatim_end_regex\fP -A regular expression that tin will use to find the end of a verbatim block. +A regular expression that tin will use to find the end of a verbatim block. Default is #v\- .TP \fBverbatim_handling\fP @@ -2220,7 +2223,7 @@ steht wird die Einstellung ignoriert. .TP \fBspooldir\fP Base of your newsspool (Bnews, Cnews and INN traditional spool style), -common values are \fI/var/spool/news\fP, \fI/usr/spool/news\fP, \fI/news/spool\fP. +common values are \fI/var/spool/news\fP, \fI/usr/spool/news\fP, \fI/news/spool\fP. $\fBTIN_SPOOLDIR\fP overrides any specified value. .TP \fBoverviewdir\fP @@ -2230,8 +2233,8 @@ same dir as \fIspooldir\fP), common valu specified value. .TP \fBoverviewfile\fP -Name einer Overview\-Datei, übliche Namen sind \fI.overview\fP oder -\fIover.view\fP. +Name einer Overview\-Datei, übliche Namen sind \fI.overview\fP +oder\fIover.view\fP. $\fBTIN_NOVFILENAME\fP übersteuert den angegebenen Wert. .TP \fBoverviewfmtfile\fP Full pathname of your newssystem's overview.fmt file; usually the @@ -2299,7 +2302,7 @@ die höchste Artikelnummer die je in der 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 article cancellations, there may be gaps in the numbering sequence. If the -lowest article number is greater then the highest article number, then there +lowest article number is greater than the highest article number, then there are no articles in the newsgroup. .TP \fBflags\fP @@ -2412,11 +2415,11 @@ SUBSCRIPTIONS (\fBRFC6048\fP) command in .PP .SH "SIEHE AUCH" -\fBelm\fP(1), \fBinews\fP(1), \fBispell\fP(1), \fBlp\fP(1), \fBlpr\fP(1), \fBmetamail\fP(1) +\fBelm\fP(1), \fBinews\fP(1), \fBispell\fP(1), \fBlp\fP(1), \fBlpr\fP(1), \fBmetamail\fP(1) \fBperl\fP(1), \fBpgp\fP(1), \fBrn\fP(1), \fBshar\fP(1), \fBslrnface\fP(1), \fBtin\fP(1), -\fBxterm\fP(1x), \fBheapsort\fP(3) \fBiconv\fP(3), \fBiconv_open\fP(3), +\fBxterm\fP(1x), \fBheapsort\fP(3), \fBiconv\fP(3), \fBiconv_open\fP(3), \fBnl_langinfo\fP(3), \fBpcre\fP(3), \fBqsort\fP(3), \fBstrftime\fP(3), \fBsystem\fP(3), -\fBmailcap\fP(5), \fBactive\fP(5), \fBmbox\fP(5), \fBmmdf\fP(5), \fBnewsoverview\fP(5), +\fBactive\fP(5), \fBmailcap\fP(5), \fBmbox\fP(5), \fBmmdf\fP(5), \fBnewsoverview\fP(5), \fBoverview.fmt\fP(5), \fBinnd\fP(8), \fBRFC1524\fP, \fBRFC2045\fP, \fBRFC2046\fP, \fBRFC2047\fP, \fBRFC2048\fP, \fBRFC2980\fP, \fBRFC3977\fP, \fBRFC4643\fP, \fBRFC5322\fP, \fBRFC5536\fP, \fBRFC5537\fP, \fBRFC6048\fP diff -Nurp '--exclude=.bzr*' tin-2.1.2/doc/l10n/de.po tin-2.1.3/doc/l10n/de.po --- tin-2.1.2/doc/l10n/de.po 2012-12-24 11:48:24.000000000 +0100 +++ tin-2.1.3/doc/l10n/de.po 2013-08-12 09:18:25.000000000 +0200 @@ -1,60 +1,69 @@ # German translations for tin manpages # This file is distributed under the same license as the tin package. -# Urs Janssen , 2008-2012. +# Urs Janssen , 2008-2013. # msgid "" msgstr "" "Project-Id-Version: tin 1.9.5\n" -"POT-Creation-Date: 2012-12-24 11:25+0100\n" +"Report-Msgid-Bugs-To: translation@tin.org\n" +"POT-Creation-Date: 2013-08-12 09:17+0300\n" "PO-Revision-Date: 2009-10-01 16:17+0200\n" "Last-Translator: Urs Janssen \n" "Language-Team: LANGUAGE \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" # type: TH +#. type: TH #: ../tin.1:12 ../tin.5:9 #, no-wrap msgid "tin" msgstr "tin" -# type: TH +#. type: TH #: ../tin.1:12 ../tin.5:9 #, no-wrap -msgid "December 24th, 2012" -msgstr "24. Dezember 2012" +msgid "August 12th, 2013" +msgstr "12. August 2013" # type: TH +#. type: TH #: ../tin.1:12 ../tin.5:9 #, no-wrap -msgid "2.1.2" -msgstr "2.1.2" +msgid "2.1.3" +msgstr "2.1.3" # type: TH +#. type: TH #: ../tin.1:12 ../tin.5:9 #, no-wrap msgid "A Usenet newsreader" msgstr "Usenet Newsreader" # type: SH +#. type: SH #: ../tin.1:15 ../tin.5:11 #, no-wrap msgid "NAME" msgstr "NAME" # type: Plain text +#. type: Plain text #: ../tin.1:19 msgid "tin, rtin - A Usenet newsreader" msgstr "tin, rtin - Ein Usenet Newsreader" # type: SH +#. type: SH #: ../tin.1:19 #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" # type: Plain text +#. type: Plain text #: ../tin.1:49 msgid "" "B [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| [\\|[\\|[\\|B<-a>" @@ -68,20 +77,22 @@ msgid "" msgstr "" "B [\\|[\\|B<-h>\\||\\|B<-H>\\||\\|B<-V>\\|]\\ \\|| [\\|[\\|[\\|B<-a>" "\\|] [\\|B<-dlnq>\\||\\|B<-Q>\\|] [\\|B<-ArzxX>\\|]\\|] [\\|[\\|B<-R>\\||\\|" -"B<-S>\\|] \\|\\|B<-s> I\\|] [\\|B<-cuvZ>\\|] [\\|B<-4>\\||\\|B<-" -"6>\\|] [\\|B<-N>\\||\\|B<-M> I\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] " +"B<-S>\\|] \\|\\|B<-s> I\\|] [\\|B<-cuvZ>\\|] [\\|B<-4>\\||\\|" +"B<-6>\\|] [\\|B<-N>\\||\\|B<-M> I\\|] [\\|B<-o>\\||\\|B<-w>\\|]\\|] " "[\\|B<-D> I\\|] [\\|B<-G> I\\|] [\\|B<-f> I\\|] [\\|B<-g> I\\|] [\\|B<-m> I\\|] [\\|B<-p> " "I\\|] [\\|B<-I> I\\|]\\ \\|[I\\|[\\|,.\\|.\\|." "\\|]\\|]\\|]" # type: SH +#. type: SH #: ../tin.1:49 ../tin.5:14 #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" # type: Plain text +#. type: Plain text #: ../tin.1:58 msgid "" "B is a full-screen easy to use Usenet newsreader. It can read news " @@ -97,6 +108,7 @@ msgstr "" "Indexdateien bzw. den [X]OVER NNTP-Befehl (B, B)." # type: Plain text +#. type: Plain text #: ../tin.1:64 msgid "" "B has four separate levels of operation: Selection level, Group level, " @@ -108,6 +120,7 @@ msgstr "" "jeweils verfügbaren Befehle angezeigt werden." # type: Plain text +#. type: Plain text #: ../tin.1:72 msgid "" "On startup B will show a list of the newsgroups found in I<" @@ -128,6 +141,7 @@ msgstr "" "'BCRE>' betreten." # type: Plain text +#. type: Plain text #: ../tin.1:77 msgid "" "The B ('BTABE>') key enters the next " @@ -137,116 +151,137 @@ msgstr "" "die nächste Newsgruppe mit ungelesenen Artikeln betreten." # type: SH +#. type: SH #: ../tin.1:77 #, no-wrap msgid "EXIT STATUS" msgstr "EXIT-STATUS" # type: Plain text +#. type: Plain text #: ../tin.1:79 msgid "Interactive mode:" msgstr "Interaktiver-Modus:" # type: TP -#: ../tin.1:80 ../tin.1:90 ../tin.1:1071 ../tin.1:3255 +#. type: TP +#: ../tin.1:80 ../tin.1:90 ../tin.1:1071 ../tin.1:3251 #, no-wrap msgid "B<0>" msgstr "B<0>" # type: Plain text +#. type: Plain text #: ../tin.1:83 msgid "Successful program execution." msgstr "Programm erfolgreich beendet." # type: TP -#: ../tin.1:83 ../tin.1:93 ../tin.1:3258 +#. type: TP +#: ../tin.1:83 ../tin.1:93 ../tin.1:3254 #, no-wrap msgid "B<1>" msgstr "B<1>" # type: Plain text +#. type: Plain text #: ../tin.1:86 ../tin.1:96 msgid "Usage, syntax, configuration file or network error." msgstr "Bedien-, Syntax-, Konfigurations- oder Netzwerk-Fehler." # type: Plain text +#. type: Plain text #: ../tin.1:89 msgid "Batch mode (''B<-Z>''):" msgstr "Batch-Modus (''B<-Z>''):" # type: Plain text +#. type: Plain text #: ../tin.1:93 msgid "No unread news" msgstr "Keine ungelesenen Nachrichten vorhanden" # type: TP -#: ../tin.1:96 ../tin.1:3261 +#. type: TP +#: ../tin.1:96 ../tin.1:3257 #, no-wrap msgid "B<2>" msgstr "B<2>" # type: Plain text +#. type: Plain text #: ../tin.1:99 msgid "Unread news" msgstr "Ungelesene Nachrichten vorhanden" # type: SH +#. type: SH #: ../tin.1:102 #, no-wrap msgid "OPTIONS" msgstr "OPTIONEN" # type: TP +#. type: TP #: ../tin.1:103 #, no-wrap msgid "B<-4>" msgstr "B<-4>" # type: Plain text +#. 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 +#. type: TP #: ../tin.1:106 #, no-wrap msgid "B<-6>" msgstr "B<-6>" # type: Plain text +#. 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 +#. type: TP #: ../tin.1:109 #, no-wrap msgid "B<-a>" msgstr "B<-a>" # type: Plain text +#. type: Plain text #: ../tin.1:112 msgid "Toggle ANSI color (default is off)." msgstr "ANSI-Farben ein/-ausschalten (Standard ist aus)." # type: TP +#. type: TP #: ../tin.1:112 #, no-wrap msgid "B<-A>" msgstr "B<-A>" # type: Plain text +#. type: Plain text #: ../tin.1:115 msgid "Force authentication on initial connect." msgstr "Erzwinge Authentifikation beim Verbindungsaufbau." # type: TP +#. type: TP #: ../tin.1:115 #, no-wrap msgid "B<-c>" msgstr "B<-c>" # type: Plain text +#. type: Plain text #: ../tin.1:120 msgid "" "Create/update index files for every group in I<${TIN_HOMEDIR:-\"$HOME\"}/." @@ -258,23 +293,27 @@ msgstr "" "Datei und markiere alle Artikel als gelesen." # type: TP +#. type: TP #: ../tin.1:120 #, no-wrap msgid "B<-d>" msgstr "B<-d>" # type: Plain text +#. type: Plain text #: ../tin.1:123 msgid "Don't load newsgroup descriptions (interactive mode)." msgstr "Keine Gruppenbeschreibungen laden (Interaktiver-Modus)." # type: TP +#. type: TP #: ../tin.1:123 #, no-wrap msgid "B<-D>I< debug-level>" msgstr "B<-D>I< Debuggrad>" # type: Plain text +#. type: Plain text #: ../tin.1:127 msgid "" "Enter debug-level (1 = NNTP, 2 = filter, 4 = newsrc, 8 = threading, 16 = " @@ -284,12 +323,14 @@ msgstr "" "Speicher, 32 = attributes, 64 = Diverses)." # type: TP +#. type: TP #: ../tin.1:127 #, no-wrap msgid "B<-f>I< file>" msgstr "B<-f>I< Datei>" # type: Plain text +#. type: Plain text #: ../tin.1:131 msgid "" "Use the specified file of subscribed to newsgroups in place of I<" @@ -299,12 +340,14 @@ msgstr "" "\"}/.newsrc>." # type: TP +#. type: TP #: ../tin.1:131 #, no-wrap msgid "B<-g>I< server>" msgstr "B<-g>I< Server>" # type: Plain text +#. type: Plain text #: ../tin.1:135 msgid "" "Use the server and newsrc specified in I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/" @@ -314,34 +357,40 @@ msgstr "" "newsrctable> benutzen." # type: TP +#. type: TP #: ../tin.1:135 #, no-wrap msgid "B<-G>I< article-limit>" msgstr "B<-G>I< Artikellimit>" # type: Plain text +#. type: Plain text #: ../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 +#. type: TP #: ../tin.1:138 #, no-wrap msgid "B<-h>" msgstr "B<-h>" # type: Plain text +#. type: Plain text #: ../tin.1:141 msgid "Help listing all command-line options." msgstr "Kurzübersicht der verfügbaren Komandozeilenoptionen." # type: TP +#. type: TP #: ../tin.1:141 #, no-wrap msgid "B<-H>" msgstr "B<-H>" # type: Plain text +#. type: Plain text #: ../tin.1:145 msgid "" "Brief introduction to B that is also shown the first time it is started." @@ -349,12 +398,14 @@ msgstr "" "Kurzeinführung in B welche auch beim allerersten Start ausgegeben wird." # type: TP +#. type: TP #: ../tin.1:145 #, no-wrap msgid "B<-I>I< dir>" msgstr "B<-I>I< Verzeichnis>" # type: Plain text +#. type: Plain text #: ../tin.1:151 msgid "" "Directory in which to store newsgroup index files. Default is I<" @@ -364,12 +415,13 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:151 #, no-wrap msgid "B<-l>" msgstr "B<-l>" -# type: Plain text +#. type: Plain text #: ../tin.1:163 msgid "" "Get number of articles per group from the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/" @@ -378,17 +430,19 @@ msgid "" "is usually faster than the default which is to read the I<${TIN_LIBDIR:-" "NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file (either directly or via " "LIST) and then check the article count via NNTP GROUP command (B) " -"''B<-ln>''. If reding via NNTP and LIST COUNTS (B) is available " +"''B<-ln>''. If reading via NNTP and LIST COUNTS (B) is available " "that is used instead as it gives more accurate article counts." msgstr "" # type: TP +#. type: TP #: ../tin.1:163 #, no-wrap msgid "B<-m>I< dir>" msgstr "B<-m>I< Verzeichnis>" # type: Plain text +#. type: Plain text #: ../tin.1:166 msgid "Mailbox directory to use. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>." msgstr "" @@ -396,12 +450,14 @@ msgstr "" "Mail>." # type: TP +#. type: TP #: ../tin.1:166 #, no-wrap msgid "B<-M>I< user>" msgstr "B<-M>I< Benutzer>" # type: Plain text +#. type: Plain text #: ../tin.1:170 msgid "" "Mail unread articles to specified user for later reading. For more " @@ -412,12 +468,14 @@ msgstr "" "UND SPEICHERN VON UNGELESENEN ARTIKELN\"." # type: TP +#. type: TP #: ../tin.1:170 #, no-wrap msgid "B<-n>" msgstr "B<-n>" # type: Plain text +#. type: Plain text #: ../tin.1:177 msgid "" "Only load groups from the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-" @@ -428,12 +486,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:177 #, no-wrap msgid "B<-N>" msgstr "B<-N>" # type: Plain text +#. type: Plain text #: ../tin.1:181 msgid "" "Mail unread articles to yourself for later reading. For more information " @@ -444,12 +504,14 @@ msgstr "" "SPEICHERN VON UNGELESENEN ARTIKELN\"." # type: TP +#. type: TP #: ../tin.1:181 #, no-wrap msgid "B<-o>" msgstr "B<-o>" # type: Plain text +#. type: Plain text #: ../tin.1:185 msgid "" "Quick post all postponed articles and exit. In order for this to be really " @@ -457,12 +519,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:185 #, no-wrap msgid "B<-p>I< port>" msgstr "B<-p>I< Port>" # type: Plain text +#. type: Plain text #: ../tin.1:189 msgid "" "Port to use if reading via NNTP (default is 119). This also overrides the " @@ -472,23 +536,27 @@ msgstr "" "Übersteuert die Umgebungsvariable $B." # type: TP +#. type: TP #: ../tin.1:189 #, no-wrap msgid "B<-q>" msgstr "B<-q>" # type: Plain text +#. type: Plain text #: ../tin.1:192 msgid "Don't check for new newsgroups." msgstr "Nicht prüfen ob neue Newsgruppen vorhanden sind." # type: TP +#. type: TP #: ../tin.1:192 #, no-wrap msgid "B<-Q>" msgstr "B<-Q>" # type: Plain text +#. type: Plain text #: ../tin.1:196 msgid "" "Quick start. Start B as quickly as possible. Currently this is " @@ -498,12 +566,14 @@ msgstr "" "diese Option ''B<-nqd>''." # type: TP +#. type: TP #: ../tin.1:196 #, no-wrap msgid "B<-r>" msgstr "B<-r>" # type: Plain text +#. type: Plain text #: ../tin.1:201 msgid "" "Read news remotely from the default NNTP server specified in the environment " @@ -511,23 +581,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:201 #, no-wrap msgid "B<-R>" msgstr "B<-R>" # type: Plain text +#. type: Plain text #: ../tin.1:204 msgid "Read news saved by the ''B<-S>'' option." msgstr "Lese mittels ''B<-S>'' gespeicherte Artikel." # type: TP +#. type: TP #: ../tin.1:204 #, no-wrap msgid "B<-s>I< dir>" msgstr "B<-s>I< Verzeichnis>" # type: Plain text +#. type: Plain text #: ../tin.1:208 msgid "" "Save/read articles to/in directory. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/" @@ -535,12 +609,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:208 #, no-wrap msgid "B<-S>" msgstr "B<-S>" # type: Plain text +#. type: Plain text #: ../tin.1:212 msgid "" "Save unread articles for later reading by the ''B<-R>'' option. For more " @@ -551,12 +627,14 @@ msgstr "" "SPEICHERN VON UNGELESENEN ARTIKELN\"." # type: TP +#. type: TP #: ../tin.1:212 #, no-wrap msgid "B<-u>" msgstr "B<-u>" # type: Plain text +#. type: Plain text #: ../tin.1:218 msgid "" "Create/update index files for every group in I<${TIN_HOMEDIR:-\"$HOME\"}/." @@ -566,12 +644,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:218 #, no-wrap msgid "B<-v>" msgstr "B<-v>" # type: Plain text +#. type: Plain text #: ../tin.1:222 msgid "" "Verbose mode for ''B<-c>'', ''B<-M>'', ''B<-N>'', ''B<-S>'', \\&''B<-u>'' " @@ -581,23 +661,27 @@ msgstr "" "u>'' und ''B<-Z>''-Optionen." # type: TP +#. type: TP #: ../tin.1:222 #, no-wrap msgid "B<-V>" msgstr "B<-V>" # type: Plain text +#. type: Plain text #: ../tin.1:225 msgid "Print version and date information." msgstr "Versionsinformationen ausgeben." # type: TP +#. type: TP #: ../tin.1:225 #, no-wrap msgid "B<-w>" msgstr "B<-w>" # type: Plain text +#. type: Plain text #: ../tin.1:229 msgid "" "Quick mode to post an article and then exit. In order for this to be really " @@ -607,23 +691,27 @@ msgstr "" "kombinieren." # type: TP +#. type: TP #: ../tin.1:229 #, no-wrap msgid "B<-x>" msgstr "B<-x>" # type: Plain text +#. type: Plain text #: ../tin.1:232 msgid "No posting mode. You cannot post articles if you use this option." msgstr "" # type: TP +#. type: TP #: ../tin.1:232 #, no-wrap msgid "B<-X>" msgstr "B<-X>" # type: Plain text +#. type: Plain text #: ../tin.1:237 msgid "" "No overwrite mode. I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> and files in I<" @@ -632,12 +720,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:237 #, no-wrap msgid "B<-z>" msgstr "B<-z>" # type: Plain text +#. type: Plain text #: ../tin.1:242 msgid "" "Only start B if there is any new/unread news. If there is news B " @@ -646,12 +736,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:242 #, no-wrap msgid "B<-Z>" msgstr "B<-Z>" # type: Plain text +#. type: Plain text #: ../tin.1:248 msgid "" "Check if there is any new/unread news and exit with appropriate status. If " @@ -661,6 +753,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:254 msgid "" "B can also dynamically change its options by the B ('B') " @@ -670,6 +763,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:259 msgid "" "A list of groups can be specified after the other command-line options. This " @@ -679,6 +773,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:264 msgid "" "If you specify a single group-name, or a wildcard that matches a single " @@ -688,6 +783,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:268 msgid "" "With the ''B<-w>'' flag a given group-name is used as default group to post " @@ -696,6 +792,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:275 msgid "" "Once you use B ('B') to yank in all active groups, or " @@ -706,6 +803,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:280 msgid "" "NB: With the ''B<-n>'' flag, only unsubscribed groups in the I<" @@ -715,6 +813,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:285 msgid "" "Command-line options have higher priority than attributes and tinrc " @@ -724,18 +823,21 @@ msgstr "" "Optionen und übersteuern daher die konfigurierten Werte." # type: SH +#. type: SH #: ../tin.1:285 #, no-wrap msgid "USAGE" msgstr "GEBRAUCH" # type: SS +#. type: SS #: ../tin.1:288 #, no-wrap msgid "NEWS ADMINISTRATION" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:292 msgid "" "Maintaining Netnews on large networks of machines can be a pretty time " @@ -744,6 +846,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:302 msgid "" "A user starting B for the first time can be automatically subscribed to " @@ -756,12 +859,14 @@ msgid "" msgstr "" # type: SS +#. type: SS #: ../tin.1:302 #, no-wrap msgid "SCREEN FORMAT" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:305 msgid "" "B has four separate levels of operation: Selection level, Group level, " @@ -771,6 +876,7 @@ msgstr "" "Threadebene und Artikelebene." # type: Plain text +#. type: Plain text #: ../tin.1:310 msgid "" "At the Selection level the title displays (the name of the newsserver and) " @@ -780,6 +886,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:318 #, no-wrap msgid "" @@ -796,18 +903,21 @@ msgstr "" " X 5 124 news.software.readers Discussion of software used to r\n" # type: Plain text +#. type: Plain text #: ../tin.1:321 msgid "" "There may also be a character prefixing the line. An explanation follows:" msgstr "Eventuell steht am Anfang der Zeile noch eines der folgende Zeichen:" # type: TP +#. type: TP #: ../tin.1:321 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:326 msgid "" "This group is unsubscribed. To see only your subscribed groups use the " @@ -816,12 +926,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:326 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:331 msgid "" "This is a moderated group. Any posts you make will have to be approved by " @@ -830,12 +942,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:331 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:340 msgid "" "This is a new newsgroup which has been created since you last used B. " @@ -848,12 +962,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:340 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:345 msgid "" "This group no longer exists. If you no longer wish to see this group then " @@ -862,12 +978,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:345 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:349 msgid "" "You may no longer make posts to this group. Often a group will be superseded " @@ -875,12 +993,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:349 #, no-wrap msgid "B<=>" msgstr "B<=>" # type: Plain text +#. type: Plain text #: ../tin.1:354 msgid "" "This group has been renamed and you may no longer post to it. If you do, " @@ -889,6 +1009,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:359 msgid "" "At the Group level the title contains the name of the group, the number of " @@ -899,12 +1020,14 @@ msgstr "" # type: Plain text #. FIXME - make this autocenter +#. type: Plain text #: ../tin.1:363 #, 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 +#. type: Plain text #: ../tin.1:371 msgid "" "The characters after the numbers are depending to the configuration and if " @@ -916,6 +1039,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:382 msgid "" "If a thread has unread articles it is marked with B in " @@ -930,12 +1054,14 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:386 #, 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 +#. type: Plain text #: ../tin.1:391 #, no-wrap msgid "" @@ -951,6 +1077,7 @@ msgstr "" # type: Plain text #. FIXME - add description of fields +#. type: Plain text #: ../tin.1:396 msgid "" "At the Thread level the screen usually (depends on the threading method " @@ -958,6 +1085,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:403 #, no-wrap msgid "" @@ -973,11 +1101,13 @@ msgstr "" # type: Plain text #. FIXME - add description of fields +#. type: Plain text #: ../tin.1:408 msgid "At the Article level the page header has the following format:" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:414 #, no-wrap msgid "" @@ -990,18 +1120,21 @@ msgstr "" "Urs Janssen Eurs@akk.orgE bei Arbeitskreis Kultur und Kommunikati\n" # type: Plain text +#. type: Plain text #: ../tin.1:416 #, no-wrap msgid "article-body\n" msgstr "Artikel-Körper\n" # type: SS +#. type: SS #: ../tin.1:419 #, no-wrap msgid "COMMON MOVING KEYS" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:422 msgid "" "This table shows the common keys used for moving around all levels within " @@ -1009,12 +1142,14 @@ msgid "" msgstr "" # type: ta +#. type: ta #: ../tin.1:424 #, no-wrap msgid "\\w'Beg. of list/article 'u +\\w'ANSI/vt100 'u" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:432 #, no-wrap msgid "" @@ -1028,12 +1163,14 @@ msgid "" msgstr "" # type: SS +#. type: SS #: ../tin.1:436 #, no-wrap msgid "COMMON EDITING COMMANDS" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:441 msgid "" "An emacs style editing package allows the easy editing of input strings. An " @@ -1043,34 +1180,40 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:442 #, no-wrap msgid "B<^A, ^E>" msgstr "B<^A, ^E>" # type: Plain text +#. type: Plain text #: ../tin.1:445 msgid "move to beginning or end of line, respectively." -msgstr "" +msgstr "An den Zeillenanfang bzw. das Zeilenende springen." # type: TP +#. type: TP #: ../tin.1:445 #, no-wrap msgid "B<^F, ^B>" msgstr "B<^F, ^B>" # type: Plain text +#. type: Plain text #: ../tin.1:448 msgid "non-destructive move forward or back one location, respectively." msgstr "" # type: TP +#. type: TP #: ../tin.1:448 #, no-wrap msgid "B<^D>" msgstr "B<^D>" # type: Plain text +#. type: Plain text #: ../tin.1:452 msgid "" "delete the character currently under the cursor, or send EOF if no " @@ -1078,56 +1221,66 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:452 #, no-wrap msgid "B<^H, EDELE>" msgstr "B<^H, EENTFE>" # type: Plain text +#. type: Plain text #: ../tin.1:455 msgid "delete character left of the cursor." msgstr "Zeichen links vom Cursor löschen." # type: TP +#. type: TP #: ../tin.1:455 #, no-wrap msgid "B<^K>" msgstr "B<^K>" # type: Plain text +#. type: Plain text #: ../tin.1:458 msgid "delete from cursor to end of line." msgstr "Lösche vom Cursor bis zum Zeilenende." # type: TP +#. type: TP #: ../tin.1:458 #, no-wrap msgid "B<^P, ^N>" msgstr "B<^P, ^N>" # type: Plain text +#. type: Plain text #: ../tin.1:461 msgid "move through history, previous and next, respectively." msgstr "" # type: TP +#. type: TP #: ../tin.1:461 #, no-wrap msgid "B<^L, ^R>" msgstr "B<^L, ^R>" # type: Plain text +#. type: Plain text #: ../tin.1:464 msgid "redraw the current line." msgstr "" # type: TP +#. type: TP #: ../tin.1:464 #, no-wrap msgid "BCRE>" msgstr "BCRE>" # type: Plain text +#. type: Plain text #: ../tin.1:468 msgid "" "places line on history list if non-blank, appends newline and returns to the " @@ -1135,23 +1288,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:468 #, no-wrap msgid "BESCE>" msgstr "BESCE>" # type: Plain text +#. type: Plain text #: ../tin.1:473 msgid "aborts the present editing operation." msgstr "" # type: SS +#. type: SS #: ../tin.1:473 #, no-wrap msgid "GLOBAL COMMANDS" msgstr "ALLGEMEINE BEFEHLE" # type: Plain text +#. type: Plain text #: ../tin.1:476 msgid "" "The following commands are available at all 4 menu levels and always have " @@ -1161,12 +1318,14 @@ msgstr "" "überall das Gleichen." # type: TP +#. type: TP #: ../tin.1:477 ../tin.1:1343 ../tin.1:1396 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:482 msgid "" "Shell escape. B by itself will launch a shell, B " @@ -1175,56 +1334,66 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:482 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:485 msgid "Toggle use of ANSI color." msgstr "" # type: TP +#. type: TP #: ../tin.1:485 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:488 msgid "Redraw the current screen." msgstr "Bildschirminhalt neu aufbauen." # type: TP +#. type: TP #: ../tin.1:488 #, no-wrap msgid "B'>" msgstr "B'>" # type: Plain text +#. type: Plain text #: ../tin.1:491 msgid "Scroll screen up by one line." msgstr "Eine Zeile nach oben blättern (scrollen)." # type: TP +#. type: TP #: ../tin.1:491 #, no-wrap msgid "B'>" msgstr "B'>" # type: Plain text +#. type: Plain text #: ../tin.1:494 msgid "Scroll screen down by one line." msgstr "Eine Zeile nach unten blättern (scrollen)." # type: TP +#. type: TP #: ../tin.1:494 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:508 msgid "" "Reload postponed article. If your system blocks the B key you " @@ -1241,12 +1410,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:508 ../tin.1:1349 ../tin.1:1403 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:514 msgid "" "Help screen of commands available on the current menu. You can use " @@ -1255,23 +1426,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:514 ../tin.1:1352 ../tin.1:1406 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:517 ../tin.1:1355 ../tin.1:1409 msgid "Toggle the display of help mini menu at the bottom of the screen." msgstr "" # type: TP +#. type: TP #: ../tin.1:517 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:523 msgid "" "List articles posted by user. The date posted, the newsgroup and the subject " @@ -1281,6 +1456,7 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:523 #, no-wrap msgid "B" @@ -1288,34 +1464,40 @@ msgstr "B" # type: Plain text #. -------------------------------------------------------------------- +#. type: Plain text #: ../tin.1:528 msgid "Print B version information." msgstr "Versions-Informationen ausgeben." # type: SS +#. type: SS #: ../tin.1:528 #, no-wrap msgid "NEWSGROUP SELECTION COMMANDS" msgstr "" # type: TP -#: ../tin.1:529 ../tin.1:660 ../tin.1:910 ../tin.1:1074 ../tin.1:3267 +#. type: TP +#: ../tin.1:529 ../tin.1:660 ../tin.1:910 ../tin.1:1074 ../tin.1:3263 #, no-wrap msgid "B<4>" msgstr "B<4>" # type: Plain text +#. type: Plain text #: ../tin.1:532 msgid "Select group 4." msgstr "Gruppe 4 auswählen." # type: TP +#. type: TP #: ../tin.1:532 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:536 msgid "" "Reset I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. This will destroy all " @@ -1323,12 +1505,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:536 ../tin.1:681 ../tin.1:931 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:540 ../tin.1:685 ../tin.1:935 msgid "" "Choose a range of articles to be affected by the next command. See the " @@ -1338,17 +1522,20 @@ msgstr "" "wird. Siehe Abschnitt \"BEREICHE\" für weitere Informationen." # type: TP +#. type: TP #: ../tin.1:540 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:543 msgid "Sort the list of newsgroups." msgstr "Liste vorhandener Newsgroups sortieren." # type: TP +#. type: TP #: ../tin.1:543 ../tin.1:688 ../tin.1:938 ../tin.1:1128 ../tin.1:1340 #: ../tin.1:1390 #, no-wrap @@ -1356,11 +1543,13 @@ msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:546 ../tin.1:941 ../tin.1:1131 ../tin.1:1343 ../tin.1:1393 msgid "Repeat the previous search." msgstr "Vorherige Suche wiederholen." # type: TP +#. type: TP #: ../tin.1:546 ../tin.1:691 ../tin.1:941 ../tin.1:1131 ../tin.1:1334 #: ../tin.1:1384 #, no-wrap @@ -1368,11 +1557,13 @@ msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:549 msgid "Search for a group by name and description (if displayed)." msgstr "" # type: TP +#. type: TP #: ../tin.1:549 ../tin.1:694 ../tin.1:944 ../tin.1:1134 ../tin.1:1337 #: ../tin.1:1387 #, no-wrap @@ -1380,28 +1571,33 @@ msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:552 msgid "Backward search through the group names and descriptions." msgstr "" # type: TP +#. type: TP #: ../tin.1:552 #, no-wrap msgid "BCRE'>" msgstr "BCRE'>" # type: Plain text +#. type: Plain text #: ../tin.1:555 msgid "Read current group." msgstr "" # type: TP +#. type: TP #: ../tin.1:555 #, no-wrap msgid "BTABE' 'n'>" msgstr "BTABE' 'n'>" # type: Plain text +#. type: Plain text #: ../tin.1:559 msgid "" "Enter next group with unread news. Will wrap around to the beginning of the " @@ -1409,12 +1605,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:559 ../tin.1:769 ../tin.1:982 ../tin.1:1192 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:563 msgid "" "Make current group as all read [after confirmation] and move to the next " @@ -1422,12 +1620,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:563 ../tin.1:773 ../tin.1:986 ../tin.1:1196 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:567 msgid "" "Mark current group as all read [after confirmation] and enter the next " @@ -1435,12 +1635,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:567 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:571 msgid "" "Toggle display to show just the group name or the group name and the group " @@ -1448,23 +1650,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:571 ../tin.1:786 ../tin.1:999 ../tin.1:1208 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:574 ../tin.1:789 ../tin.1:1002 ../tin.1:1211 msgid "Edit the filter file and reload it afterwards." msgstr "Filter-Datei bearbeiten und danach anwenden." # type: TP +#. type: TP #: ../tin.1:574 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:578 ../tin.1:793 msgid "" "Choose a new group by name. This command can be used to access any group, " @@ -1472,6 +1678,7 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:578 ../tin.1:796 ../tin.1:1002 ../tin.1:1224 ../tin.1:1346 #: ../tin.1:1399 #, no-wrap @@ -1479,6 +1686,7 @@ msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:583 msgid "" "Toggle the display of the description of the current newsgroup in the last " @@ -1487,23 +1695,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:583 ../tin.1:800 ../tin.1:1005 ../tin.1:1227 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:586 ../tin.1:803 ../tin.1:1008 ../tin.1:1230 msgid "Toggle inverse video." msgstr "" # type: TP +#. type: TP #: ../tin.1:586 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:592 msgid "" "Move the current group within the group selection list. By entering '1' the " @@ -1513,12 +1725,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:592 ../tin.1:820 ../tin.1:1244 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:596 ../tin.1:824 ../tin.1:1248 msgid "" "User configurable options menu (for more information see section \"GLOBAL " @@ -1526,23 +1740,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:596 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:599 msgid "Positions the cursor on the next group with unread articles in it." msgstr "" # type: TP +#. type: TP #: ../tin.1:599 ../tin.1:841 ../tin.1:1027 ../tin.1:1265 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:603 msgid "" "Quit B - ask the user to confirm if B is set " @@ -1550,23 +1768,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:603 ../tin.1:844 ../tin.1:1030 ../tin.1:1268 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:606 ../tin.1:847 ../tin.1:1033 ../tin.1:1271 msgid "Quit B - don't ask the user to confirm." msgstr "Beendet B sofort, ohne Bestätigungsnachfrage." # type: TP +#. type: TP #: ../tin.1:606 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:611 msgid "" "Toggle display of all subscribed to groups and just those groups containing " @@ -1575,12 +1797,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:611 ../tin.1:850 ../tin.1:1033 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:615 ../tin.1:854 ../tin.1:1037 msgid "" "Mail a bug report or comment to Etin-bugs@tin.orgE. This is the best " @@ -1591,23 +1815,27 @@ msgstr "" "bzw. nach neuen Funktionen zu fragen." # type: TP +#. type: TP #: ../tin.1:615 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:618 msgid "Subscribe to current group." msgstr "Ausgewählte Gruppe abonnieren." # type: TP +#. type: TP #: ../tin.1:618 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:623 msgid "" "Subscribe to groups matching user specified pattern. See the section " @@ -1616,12 +1844,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:623 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:628 msgid "" "Unsubscribe to current group. This can be used to remove bogus groups. See " @@ -1630,12 +1860,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:628 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:633 msgid "" "Unsubscribe to groups matching user specified pattern. See the section " @@ -1644,12 +1876,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:633 ../tin.1:878 ../tin.1:1052 ../tin.1:1305 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:639 msgid "" "Post an article to current group. If posting fails for some reason, you'll " @@ -1659,23 +1893,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:639 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:642 msgid "Quit B without saving any changes to the configuration." msgstr "" # type: TP +#. type: TP #: ../tin.1:642 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:647 msgid "" "Yanks in all groups. Toggles the displayed groups between all the groups in " @@ -1684,12 +1922,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:647 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:651 msgid "" "Reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}> file " @@ -1697,6 +1937,7 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:651 #, no-wrap msgid "B" @@ -1704,17 +1945,20 @@ msgstr "B" # type: Plain text #. -------------------------------------------------------------------- +#. type: Plain text #: ../tin.1:656 msgid "Mark all articles in the current group as unread." msgstr "Alle Artikel in der aktuellen Gruppe als ungelesen markieren." # type: SS +#. type: SS #: ../tin.1:656 #, no-wrap msgid "GROUP INDEX COMMANDS" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:660 msgid "" "All searches in this level are limited to unread articles if in " @@ -1723,17 +1967,20 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:663 msgid "Select article 4." msgstr "Artikel 4 auswählen." # type: TP +#. type: TP #: ../tin.1:663 ../tin.1:913 ../tin.1:1077 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:667 ../tin.1:917 ../tin.1:1081 msgid "" "Auto select article(s) using a menu. Read the section \"FILTERING ARTICLES\" " @@ -1741,12 +1988,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:667 ../tin.1:917 ../tin.1:1093 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:671 ../tin.1:921 ../tin.1:1097 msgid "" "Kill article(s) using a menu. Read the section \"FILTERING ARTICLES\" for " @@ -1754,12 +2003,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:671 ../tin.1:921 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:676 ../tin.1:926 msgid "" "Mark current article, thread, range, auto-selected (hot) articles, articles " @@ -1768,12 +2019,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:676 ../tin.1:926 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:681 ../tin.1:931 msgid "" "Mark current article, thread, range, auto-selected (hot) articles, articles " @@ -1782,49 +2035,58 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:685 ../tin.1:935 ../tin.1:1125 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:688 ../tin.1:938 ../tin.1:1128 msgid "Re-enter the last message that was viewed." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:691 msgid "Repeat the previous search" msgstr "Vorherige Suche wiederholen." # type: Plain text +#. type: Plain text #: ../tin.1:694 msgid "Search forward for specified subject." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:697 msgid "Search backward for specified subject." msgstr "" # type: TP +#. type: TP #: ../tin.1:697 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:700 msgid "Select current thread for later processing." msgstr "" # type: TP +#. type: TP #: ../tin.1:700 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:704 msgid "" "Selects all threads in current group. It is a shortcut for calling " @@ -1832,12 +2094,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:704 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:709 msgid "" "Toggle selection of current thread. If at least one unread article, (but not " @@ -1846,12 +2110,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:709 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:714 msgid "" "For each thread in current group, if it at least one unread article is " @@ -1860,12 +2126,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:714 #, no-wrap msgid "B" # type: Plain text +#. type: Plain text #: ../tin.1:720 msgid "" "Prompts for a pattern with which to match on. All threads whose subjects " @@ -1875,23 +2143,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:720 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:723 msgid "Reverse all selections on all articles." msgstr "" # type: TP +#. type: TP #: ../tin.1:723 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:729 msgid "" "Undo all selections on all articles. It clears the toggle effect of " @@ -1901,12 +2173,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:729 ../tin.1:959 ../tin.1:1151 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:734 ../tin.1:964 ../tin.1:1156 msgid "" "Pipe current article / thread / auto-selected (hot) articles / articles " @@ -1915,12 +2189,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:734 ../tin.1:1156 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:743 msgid "" "Auto select article(s) with a single key [after confirmation]. The defaults " @@ -1933,12 +2209,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:743 ../tin.1:1165 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:752 msgid "" "Kill article(s) with a single key [after confirmation]. The defaults used " @@ -1951,34 +2229,40 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:752 #, no-wrap msgid "BCRE'>" msgstr "BCRE'>" # type: Plain text +#. type: Plain text #: ../tin.1:755 msgid "Read current article." msgstr "" # type: TP +#. type: TP #: ../tin.1:755 #, no-wrap msgid "BTABE'>" msgstr "BTABE'>" # type: Plain text +#. type: Plain text #: ../tin.1:758 msgid "View next unread article or group." msgstr "" # type: TP +#. type: TP #: ../tin.1:758 ../tin.1:970 ../tin.1:1182 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:762 msgid "" "Author forward search. This searches for articles with a specific ''From:'' " @@ -1986,23 +2270,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:762 ../tin.1:975 ../tin.1:1185 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:765 ../tin.1:978 msgid "Author backward search. Otherwise, see B ('B') above." msgstr "" # type: TP +#. type: TP #: ../tin.1:765 ../tin.1:978 ../tin.1:1188 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:769 ../tin.1:982 ../tin.1:1192 msgid "" "Search the body of all articles in group (can be slow). You can abort the " @@ -2010,6 +2298,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:773 msgid "" "Mark all articles as read [after confirmation] then return to the group " @@ -2017,6 +2306,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:777 msgid "" "Mark all articles as read [after confirmation] and enter the next group with " @@ -2024,12 +2314,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:777 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:781 ../tin.1:994 msgid "" "Cycle the display of the author through all the possible options for the " @@ -2037,12 +2329,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:781 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:786 ../tin.1:999 ../tin.1:1205 msgid "" "Cancel (delete) or supersede (overwrite) the current article. It must have " @@ -2051,23 +2345,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:789 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:793 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:796 msgid "Toggle article/group limit." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:800 msgid "" "Display the subject of the first article in the current thread in the last " @@ -2075,12 +2373,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:803 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:809 msgid "" "Mark article/thread as read and move onto the next unread article/thread. If " @@ -2090,34 +2390,40 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:809 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:812 msgid "Open the thread under the current cursor position." msgstr "" # type: TP +#. type: TP #: ../tin.1:812 ../tin.1:1014 ../tin.1:1236 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:815 ../tin.1:1017 ../tin.1:1239 msgid "Look up article by ''Message-ID:''." msgstr "Artikel anhand der ''Message-ID:'' nachschlagen." # type: TP +#. type: TP #: ../tin.1:815 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:820 ../tin.1:1022 ../tin.1:1244 msgid "" "Mail current article / thread / auto-selected (hot) articles / articles " @@ -2126,34 +2432,40 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:824 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:827 msgid "Go to next group." msgstr "" # type: TP +#. type: TP #: ../tin.1:827 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:830 msgid "Go to next unread article." msgstr "" # type: TP +#. type: TP #: ../tin.1:830 ../tin.1:1022 ../tin.1:1254 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:835 ../tin.1:1027 ../tin.1:1259 msgid "" "Send current article / thread / auto-selected (hot) articles / articles " @@ -2162,50 +2474,59 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:835 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:838 msgid "Go to previous group." msgstr "" # type: TP +#. type: TP #: ../tin.1:838 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:841 msgid "Go to previous unread article." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:844 ../tin.1:1030 msgid "Return to previous level." msgstr "" # type: TP +#. type: TP #: ../tin.1:847 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:850 msgid "Toggle the display between all articles and unread articles." msgstr "" # type: TP +#. type: TP #: ../tin.1:854 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:859 ../tin.1:1042 ../tin.1:1284 msgid "" "Save current article / thread / auto-selected (hot) articles / articles " @@ -2214,23 +2535,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:859 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:862 ../tin.1:1045 ../tin.1:1287 msgid "Save marked articles automatically without further prompting." msgstr "Markierte Artikel automatisch ohne weiteres Nachfragen speichern." # type: TP +#. type: TP #: ../tin.1:862 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:867 msgid "" "Toggle tag-status of current article / thread for B ('B') / " @@ -2239,24 +2564,28 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:867 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:870 msgid "" "Automatically tag in order all the parts of the current multi-part message." msgstr "" # type: TP +#. type: TP #: ../tin.1:870 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:875 msgid "" "Cycle the threading mode through no threading, threading by subject, " @@ -2265,17 +2594,20 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:875 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:878 msgid "Untag all articles that were tagged." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:884 msgid "" "Post an article to current group. If posting fails for some reason, you'll " @@ -2285,12 +2617,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:884 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:890 msgid "" "Repost an already posted article / thread / auto-selected (hot) articles / " @@ -2300,12 +2634,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:890 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:898 msgid "" "Mark all unread articles that have not been selected as read, redraw screen " @@ -2317,17 +2653,20 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:898 ../tin.1:1059 ../tin.1:1318 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:901 msgid "Mark current article as unread." msgstr "Aktuellen Artikel als ungelesen markieren." # type: TP +#. type: TP #: ../tin.1:901 ../tin.1:1064 ../tin.1:1321 #, no-wrap msgid "B" @@ -2335,6 +2674,7 @@ msgstr "B" # type: Plain text #. -------------------------------------------------------------------- +#. type: Plain text #: ../tin.1:908 msgid "" "Mark current thread as unread. If a range of threads is set, the range will " @@ -2343,93 +2683,110 @@ msgid "" msgstr "" # type: SS +#. type: SS #: ../tin.1:908 #, no-wrap msgid "THREAD LISTING COMMANDS" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:913 msgid "Select article 4 within thread." msgstr "Artikel 4 aus dem Thread auswählen." # type: Plain text +#. type: Plain text #: ../tin.1:944 msgid "Search forward for a specified subject." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:947 msgid "Search backwards for a specified subject." msgstr "" # type: TP +#. type: TP #: ../tin.1:947 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:950 msgid "Select the current thread for later processing." msgstr "" # type: TP +#. type: TP #: ../tin.1:950 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:953 msgid "Toggle selection of current article." msgstr "" # type: TP +#. type: TP #: ../tin.1:953 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:956 msgid "Reverse article selections." msgstr "Artikelauswahl invertieren." # type: TP +#. type: TP #: ../tin.1:956 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:959 msgid "Undo all selections on current thread." msgstr "" # type: TP +#. type: TP #: ../tin.1:964 #, no-wrap msgid "BCRE'>" msgstr "BCRE'>" # type: Plain text +#. type: Plain text #: ../tin.1:967 msgid "Read current article within thread." msgstr "" # type: TP +#. type: TP #: ../tin.1:967 #, no-wrap msgid "BTABE'>" msgstr "BTABE'>" # type: Plain text +#. type: Plain text #: ../tin.1:970 msgid "View next unread article within thread." msgstr "Nächsten ungelesenen Artikel im Thread anzeigen." # type: Plain text +#. type: Plain text #: ../tin.1:975 msgid "" "Author forward search. This searches for articles with a specific ''From:'' " @@ -2438,6 +2795,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:986 msgid "" "Mark thread as read [after confirmation] and return to the group index " @@ -2445,6 +2803,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:990 msgid "" "Mark thread as read [after confirmation] and enter the next thread " @@ -2452,29 +2811,34 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:990 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:994 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1005 ../tin.1:1227 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 +#. type: TP #: ../tin.1:1008 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1014 msgid "" "Mark article as read and move onto the next unread article. If a range of " @@ -2483,30 +2847,35 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1017 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1037 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1042 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1045 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1049 ../tin.1:1291 msgid "" "Toggle tag status of current article for mailing, piping, printing, saving " @@ -2514,17 +2883,20 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1049 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1052 msgid "Untag all tagged threads." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1059 msgid "" "Post an article to current group. If posting fails for some reason, you'll " @@ -2534,6 +2906,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1064 msgid "" "Mark current article in thread as unread. If a range of articles is set, the " @@ -2543,33 +2916,39 @@ msgstr "" # type: Plain text #. -------------------------------------------------------------------- +#. type: Plain text #: ../tin.1:1069 msgid "Mark all articles in thread as unread." msgstr "Alle Artikel im aktuellen Thread as ungelesen markieren." # type: SS +#. type: SS #: ../tin.1:1069 #, no-wrap msgid "ARTICLE VIEWER COMMANDS" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1074 msgid "Read the first (base) article in this thread." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1077 msgid "Read response 4 in this thread." msgstr "Antwort 4 im diesem Thread lesen." # type: TP +#. type: TP #: ../tin.1:1081 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1085 msgid "" "Reply through mail to the author of the current article with a copy of the " @@ -2577,45 +2956,53 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1085 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1090 msgid "Perform B(1) operations on article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1090 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1093 msgid "Toggles the display mode (raw including all headers vs. cooked)." msgstr "" # type: TP +#. type: TP #: ../tin.1:1097 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1100 msgid "Toggle the TAB width between 4 and 8 characters." msgstr "Tabulatorbreite zwischen 4 und 8 Zeichen Umschalten." # type: TP +#. type: TP #: ../tin.1:1100 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1104 msgid "" "Post a followup to the current article with a copy of the article with all " @@ -2623,12 +3010,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1104 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1108 msgid "" "Toggle TeX to ISO decoding for current article. The default behavior is " @@ -2636,35 +3025,41 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1108 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: Plain text #: ../tin.1:1111 msgid "" "Toggles the display of all headers vs. headers in B." msgstr "" # type: TP +#. type: TP #: ../tin.1:1111 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1114 msgid "Toggle ROT-13 decoding for this article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1114 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1118 msgid "" "Toggle the display of uuencoded sections. The default behavior is taken from " @@ -2672,12 +3067,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1118 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1125 msgid "" "The formfeed character (^L) is often used to hide 'spoilers' that the reader " @@ -2688,22 +3085,26 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1134 msgid "Forward search the text of this article." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1137 msgid "Backward search the text of this article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1137 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1142 msgid "" "Skip to the end of the next quoted text-block in this article. Quoted text " @@ -2712,39 +3113,46 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1142 #, no-wrap msgid "B'>" msgstr "B'>" # type: Plain text +#. type: Plain text #: ../tin.1:1145 msgid "Go to the first article in the current thread." msgstr "" # type: TP +#. type: TP #: ../tin.1:1145 #, no-wrap msgid "B'>" msgstr "B'>" # type: Plain text +#. type: Plain text #: ../tin.1:1148 msgid "Go to the last article in the current thread." msgstr "" # type: TP +#. type: TP #: ../tin.1:1148 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1151 msgid "Toggle word highlighting on/off." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1165 msgid "" "Auto select article(s) with a single key. The defaults used for selection " @@ -2757,6 +3165,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1174 msgid "" "Kill article(s) with a single key. The defaults used for killing are based " @@ -2768,23 +3177,27 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1174 #, no-wrap msgid "BCRE'>" msgstr "BCRE'>" # type: Plain text +#. type: Plain text #: ../tin.1:1177 msgid "Go to next base article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1177 #, no-wrap msgid "BTABE'>" msgstr "BTABE'>" # type: Plain text +#. type: Plain text #: ../tin.1:1182 msgid "" "Go to next unread article. If the tinrc variable B doesn't " @@ -2793,16 +3206,19 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1185 msgid "Author forward search." msgstr "Suche nach Autor (vorwärts)." # type: Plain text +#. type: Plain text #: ../tin.1:1188 msgid "Author backward search." msgstr "Suche nach Autor (rückwärts)." # type: Plain text +#. type: Plain text #: ../tin.1:1196 msgid "" "Mark the current thread as read [after confirmation] and return to the " @@ -2810,6 +3226,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1200 msgid "" "Mark the rest of the current thread as read [after confirmation] and enter " @@ -2817,42 +3234,49 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1200 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1205 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1208 msgid "" "Edit the current article. This is restricted to mailgroups and saved news." msgstr "" # type: TP +#. type: TP #: ../tin.1:1211 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1214 msgid "" "Post a followup to the current article with a copy of the article included." msgstr "" # type: TP +#. type: TP #: ../tin.1:1214 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1218 msgid "" "Post a followup to the current article without including a copy of the " @@ -2860,111 +3284,131 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1218 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1221 msgid "Go to the start of the article." msgstr "Zum Anfang des Artikels springen." # type: TP +#. type: TP #: ../tin.1:1221 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1224 msgid "Go to the end of the article." msgstr "Zum Ende des Artikels springen." # type: TP +#. type: TP #: ../tin.1:1230 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1233 msgid "Mark rest of thread as read and move onto the next unread thread." msgstr "" # type: TP +#. type: TP #: ../tin.1:1233 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1236 msgid "Show the thread menu that the current article is a part of." msgstr "" # type: TP +#. type: TP #: ../tin.1:1239 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1248 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1251 msgid "Go to the next article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1251 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1254 msgid "Go to the next unread article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1259 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1262 msgid "Go to the previous article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1262 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1265 msgid "Go to the previous unread article." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1268 msgid "Return to the previous level." msgstr "" # type: TP +#. type: TP #: ../tin.1:1271 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1275 msgid "" "Reply through mail to the author of the current article with a copy of the " @@ -2972,12 +3416,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1275 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1279 msgid "" "Reply through mail to the author of the current article without including " @@ -2985,52 +3431,61 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1279 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1284 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1287 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:1291 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1294 msgid "Return to group selection level." msgstr "" # type: TP +#. type: TP #: ../tin.1:1294 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1297 msgid "Go to parent article." msgstr "" # type: TP +#. type: TP #: ../tin.1:1297 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1301 msgid "" "Display a list of URLs in the current article. See the section \"URL LISTING" @@ -3038,12 +3493,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1301 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1305 msgid "" "Display a list of attachments of the current article. See the section " @@ -3051,6 +3508,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1312 msgid "" "Post an article to the current group. If posting fails for some reason, " @@ -3060,12 +3518,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1312 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1318 msgid "" "Repost an already posted article / thread / auto-selected (hot) articles / " @@ -3075,23 +3535,27 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1321 msgid "Mark article as unread." msgstr "Alle Artikel als ungelesen markieren." # type: Plain text #. -------------------------------------------------------------------- +#. type: Plain text #: ../tin.1:1326 msgid "Mark the current thread as unread." msgstr "Markiere den aktuellen Thread als ungelesen." # type: SS +#. type: SS #: ../tin.1:1326 #, no-wrap msgid "URL LISTING" msgstr "URL LISTE" # type: Plain text +#. type: Plain text #: ../tin.1:1329 msgid "" "B ('B') displays a list of URLs in the current article. " @@ -3099,12 +3563,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1330 #, no-wrap msgid "BCRE'>" msgstr "BCRE'>" # type: Plain text +#. type: Plain text #: ../tin.1:1334 msgid "" "The current URL will be prompted and opened using the B. " @@ -3112,38 +3578,45 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1337 msgid "URL forward search." msgstr "Suche nach URL (vorwärts)." # type: Plain text +#. type: Plain text #: ../tin.1:1340 msgid "URL backward search." msgstr "Suche nach URL (rückwärts)." # type: TP +#. type: Plain text #: ../tin.1:1346 ../tin.1:1399 msgid "Shell escape." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1349 msgid "Toggle the display of the current URL in the last line." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1352 ../tin.1:1406 msgid "Help screen of commands available." msgstr "" # type: SS #. -------------------------------------------------------------------- +#. type: SS #: ../tin.1:1358 #, no-wrap msgid "ATTACHMENT LISTING" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1361 msgid "" "B ('B') displays a list of attachments of the current " @@ -3152,56 +3625,66 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1362 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1365 msgid "Pipe attachment into command." msgstr "" # type: TP +#. type: TP #: ../tin.1:1365 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1368 msgid "Save current attachment / tagged attachments to disk." msgstr "" # type: TP +#. type: TP #: ../tin.1:1368 #, no-wrap msgid "BCRE'>" msgstr "BCRE'>" # type: Plain text +#. type: Plain text #: ../tin.1:1371 msgid "View attachment." msgstr "Multimediaanhänge anzeigen." # type: TP +#. type: TP #: ../tin.1:1371 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1374 msgid "Tag one or more attachments for saving." msgstr "" # type: TP +#. type: TP #: ../tin.1:1374 #, no-wrap msgid "B" # type: Plain text +#. type: Plain text #: ../tin.1:1378 msgid "" "Prompts for a pattern to match. All attachments whose name/description or " @@ -3209,50 +3692,59 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1378 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1381 msgid "Reverse tagging of all attachments." msgstr "" # type: TP +#. type: TP #: ../tin.1:1381 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1384 msgid "Untag all tagged attachments." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1387 msgid "Attachment forward search." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1390 msgid "Attachment backward search." msgstr "" # type: TP +#. type: TP #: ../tin.1:1393 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1396 msgid "" "Pipe attachment into command. Uses the raw attachment, no decoding is done." msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1403 msgid "" "Toggle the display of the name/description of the current attachment in the " @@ -3261,6 +3753,7 @@ msgstr "Names oder Beschreibung des Anha # type: SS #. -------------------------------------------------------------------- +#. type: SS #: ../tin.1:1412 #, no-wrap msgid "GLOBAL OPTIONS MENU AND TINRC CONFIGURABLE VARIABLES" @@ -3268,6 +3761,7 @@ msgstr "" # type: Plain text #. FIXME - add missing descriptions +#. type: Plain text #: ../tin.1:1422 msgid "" "At startup, B reads in the configuration files (see also B(5)). " @@ -3280,6 +3774,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1430 msgid "" "The variables are user configurable by editing I<${TIN_HOMEDIR:-\"$HOME\"}/." @@ -3291,6 +3786,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1436 msgid "" "In the options menu use the cursor keys in the usual way to move around. Use " @@ -3301,6 +3797,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1443 msgid "" "As with the other menus, B ('B<^L>') will redraw the screen. You " @@ -3311,6 +3808,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1448 msgid "" "The options menu provides access to the attributes menu for the current " @@ -3320,6 +3818,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1451 msgid "" "The B ('B') command brings up the scopes menu. For more " @@ -3327,6 +3826,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1455 msgid "" "Here is a full list of all the available variables. The name in braces is " @@ -3335,13 +3835,15 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1455 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1461 ../tin.5:1186 +#. type: Plain text +#: ../tin.1:1461 ../tin.5:1190 msgid "" "If ON abbreviate long newsgroup names at group selection level and article " "level (if necessary) like this: news.software.readers -E n.software." @@ -3349,110 +3851,128 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1461 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1465 ../tin.5:1190 +#. type: Plain text +#: ../tin.1:1465 ../tin.5:1194 msgid "" "If ON add posted articles which start a new thread to filter for " "highlighting follow-ups. Default is ON." msgstr "" # type: TP +#. type: TP #: ../tin.1:1465 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1468 ../tin.5:1193 +#. type: Plain text +#: ../tin.1:1468 ../tin.5:1197 msgid "Turn ON advertising in header (''User-Agent:''). Default is ON." msgstr "" # type: TP +#. type: TP #: ../tin.1:1468 #, no-wrap msgid "B" msgstr "B<Übersp. multipart/alternative-Teile (alternative_handling)>" # type: Plain text -#: ../tin.1:1471 ../tin.5:1196 +#. type: Plain text +#: ../tin.1:1471 ../tin.5:1200 msgid "" "If ON strip multipart/alternative messages automatically. Default is ON." msgstr "" # type: TP +#. type: TP #: ../tin.1:1471 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1474 ../tin.5:1199 +#. type: Plain text +#: ../tin.1:1474 ../tin.5:1203 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 +#. type: TP #: ../tin.1:1474 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1477 ../tin.5:1202 +#. type: Plain text +#: ../tin.1:1477 ../tin.5:1206 msgid "" "The character used to show that an article is in a range. Default is '#'." msgstr "" # type: TP +#. type: TP #: ../tin.1:1477 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1481 ../tin.5:1206 +#. type: Plain text +#: ../tin.1:1481 ../tin.5:1210 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 +#. type: TP #: ../tin.1:1481 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1485 ../tin.5:1210 +#. type: Plain text +#: ../tin.1:1485 ../tin.5:1214 msgid "" "The character used to show that an article/thread is auto-selected (hot). " "Default is '*'." msgstr "" # type: TP +#. type: TP #: ../tin.1:1485 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1489 ../tin.5:1214 +#. type: Plain text +#: ../tin.1:1489 ../tin.5:1218 msgid "" "The character used to show that an article/thread is recent (not older than " "X days). See also B. Default is 'o'." msgstr "" # type: TP +#. type: TP #: ../tin.1:1489 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1493 msgid "" "The character used to show that an article has not been read. Default is " @@ -3460,49 +3980,57 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1493 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1496 ../tin.5:1221 +#. type: Plain text +#: ../tin.1:1496 ../tin.5:1225 msgid "The character used to show that an article was read. Default is ' '." msgstr "" # type: TP +#. type: TP #: ../tin.1:1496 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1500 ../tin.5:1225 +#. type: Plain text +#: ../tin.1:1500 ../tin.5:1229 msgid "" "The character used to show that an article was killed. Default is 'K'. " "B must be set accordingly." msgstr "" # type: TP +#. type: TP #: ../tin.1:1500 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1504 ../tin.5:1229 +#. type: Plain text +#: ../tin.1:1504 ../tin.5:1233 msgid "" "The character used to show that an article was hot before it was read. " "Default is ':'. B must be set accordingly." msgstr "" # type: TP -#: ../tin.1:1504 ../tin.5:1229 +#. type: TP +#: ../tin.1:1504 ../tin.5:1233 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1509 msgid "" "If ON B will ask before using a MIME viewer (B) to " @@ -3511,50 +4039,58 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1509 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1513 ../tin.5:1240 +#. type: Plain text +#: ../tin.1:1513 ../tin.5:1244 msgid "" "Automatically put your name in the ''Cc:'' and/or ''Bcc:'' field when " "mailing an article. Default is No." msgstr "" # type: TP +#. type: TP #: ../tin.1:1513 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1517 ../tin.5:1244 +#. type: Plain text +#: ../tin.1:1517 ../tin.5:1248 msgid "" "If ON automatically list thread when entering it using right arrow key. " "Default is ON." msgstr "" # type: TP +#. type: TP #: ../tin.1:1517 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1520 ../tin.1:2456 msgid "Default is OFF." msgstr "Standard ist OFF." # type: TP +#. type: TP #: ../tin.1:1520 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1526 ../tin.5:1253 +#. type: Plain text +#: ../tin.1:1526 ../tin.5:1257 msgid "" "If ON articles/threads with ''Archive-name:'' in header will be " "automatically saved with the Archive-name & part/patch no and post processed " @@ -3562,13 +4098,15 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1526 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1531 ../tin.5:1258 +#. type: Plain text +#: ../tin.1:1531 ../tin.5:1262 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 " @@ -3576,13 +4114,15 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1531 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1536 ../tin.5:1263 +#. type: Plain text +#: ../tin.1:1536 ../tin.5:1267 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 " @@ -3590,12 +4130,14 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1536 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1541 msgid "" "If ON, create local copies of NNTP overview files. This can be used to " @@ -3604,209 +4146,245 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1541 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1547 ../tin.5:1272 +#. type: Plain text +#: ../tin.1:1547 ../tin.5:1276 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 +#. type: TP #: ../tin.1:1547 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1550 ../tin.5:1275 +#. type: Plain text +#: ../tin.1:1550 ../tin.5:1279 msgid "Standard background color" msgstr "Standard Hintergrundfarbe" # type: TP +#. type: TP #: ../tin.1:1550 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1553 ../tin.5:1278 +#. type: Plain text +#: ../tin.1:1553 ../tin.5:1282 msgid "Color of sender (From:)" msgstr "Farbe des Autors (From:)" # type: TP +#. type: TP #: ../tin.1:1553 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1556 ../tin.5:1281 +#. type: Plain text +#: ../tin.1:1556 ../tin.5:1285 msgid "Color of header-lines" msgstr "Farbe der Artikelheaderzeilen" # type: TP +#. type: TP #: ../tin.1:1556 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1559 ../tin.5:1284 +#. type: Plain text +#: ../tin.1:1559 ../tin.5:1288 msgid "Color of help pages" msgstr "Farbe des Hilfstext" # type: TP +#. type: TP #: ../tin.1:1559 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1562 ../tin.5:1287 +#. type: Plain text +#: ../tin.1:1562 ../tin.5:1291 msgid "Color of background for inverse text" msgstr "Hintergrundfarbe für inversen Text" # type: TP +#. type: TP #: ../tin.1:1562 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1565 ../tin.5:1290 +#. type: Plain text +#: ../tin.1:1565 ../tin.5:1294 msgid "Color of foreground for inverse text" msgstr "Vordergrundfarbe für inversen Text" # type: TP +#. type: TP #: ../tin.1:1565 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1569 ../tin.5:1294 +#. type: Plain text +#: ../tin.1:1569 ../tin.5:1298 msgid "" "Color of words emphasized like _this_. See also B and " "B." msgstr "" # type: TP +#. type: TP #: ../tin.1:1569 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1573 ../tin.5:1298 +#. type: Plain text +#: ../tin.1:1573 ../tin.5:1302 msgid "" "Color of words emphasized like /this/. See also B and " "B." msgstr "" # type: TP +#. type: TP #: ../tin.1:1573 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1577 ../tin.5:1302 +#. type: Plain text +#: ../tin.1:1577 ../tin.5:1306 msgid "" "Color of words emphasized like *this*. See also B and " "B." msgstr "" # type: TP +#. type: TP #: ../tin.1:1577 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1581 ../tin.5:1306 +#. type: Plain text +#: ../tin.1:1581 ../tin.5:1310 msgid "" "Color of words emphasized like -this-. See also B and " "B." msgstr "" # type: TP +#. type: TP #: ../tin.1:1581 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1584 ../tin.5:1309 +#. type: Plain text +#: ../tin.1:1584 ../tin.5:1313 msgid "Color of mini help menu" msgstr "Farbe des Minihilfemenü" # type: TP +#. type: TP #: ../tin.1:1584 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1587 ../tin.5:1312 +#. type: Plain text +#: ../tin.1:1587 ../tin.5:1316 msgid "Color of actual news header fields" msgstr "Farbe des angezeigten Headers" # type: TP +#. type: TP #: ../tin.1:1587 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1590 ../tin.5:1315 +#. type: Plain text +#: ../tin.1:1590 ../tin.5:1319 msgid "Standard foreground color" msgstr "Standard Vordergrundfarbe" # type: TP +#. type: TP #: ../tin.1:1590 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1593 ../tin.5:1318 +#. type: Plain text +#: ../tin.1:1593 ../tin.5:1322 msgid "Color of quoted lines" msgstr "Farbe der zitierten Zeilen" # type: TP +#. type: TP #: ../tin.1:1593 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1596 ../tin.5:1321 +#. type: Plain text +#: ../tin.1:1596 ../tin.5:1325 msgid "Color of twice quoted lines" msgstr "Farbe von zweifach zitierten Zeilen" # type: TP +#. type: TP #: ../tin.1:1596 #, no-wrap msgid "B3 times quoted line (col_quote3)>" msgstr "B3-fach zitierten Zeilen (col_quote3)>" # type: Plain text -#: ../tin.1:1599 ../tin.5:1324 +#. type: Plain text +#: ../tin.1:1599 ../tin.5:1328 msgid "Color of E=3 times quoted lines" msgstr "Farbe von =E3-fach zitierten Zeilen" # type: TP +#. type: TP #: ../tin.1:1599 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1603 msgid "" "Color of response counter. This is the text that says \"Response x of y\" in " @@ -3814,28 +4392,33 @@ msgid "" msgstr "" # type: TP +#. type: TP #: ../tin.1:1603 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1606 ../tin.5:1331 +#. type: Plain text +#: ../tin.1:1606 ../tin.5:1335 msgid "Color of signatures" msgstr "Farbe von Signaturen" # type: TP +#. type: TP #: ../tin.1:1606 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1609 ../tin.5:1334 +#. type: Plain text +#: ../tin.1:1609 ../tin.5:1338 msgid "Color of urls highlight" msgstr "Farbe der hervorgehobenen URLs" # type: TP +#. type: TP #: ../tin.1:1609 #, no-wrap msgid "B" @@ -3843,55 +4426,65 @@ msgstr "B" msgstr "B" # type: Plain text -#: ../tin.1:1615 ../tin.5:1340 +#. type: Plain text +#: ../tin.1:1615 ../tin.5:1344 msgid "Color of article subject" msgstr "Farbe der Subjectzeile" # type: TP +#. type: TP #: ../tin.1:1615 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1618 ../tin.5:1343 +#. type: Plain text +#: ../tin.1:1618 ../tin.5:1347 msgid "Color of text-lines" msgstr "Farbe der Textzeilen" # type: TP +#. type: TP #: ../tin.1:1618 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1621 ../tin.5:1346 +#. type: Plain text +#: ../tin.1:1621 ../tin.5:1350 msgid "Color of help/mail sign" msgstr "Farbe des Hilfe/Mail-Zeichens" # type: TP +#. type: TP #: ../tin.1:1621 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1624 msgid "Ask for manual confirmation to protect the user." msgstr "" # type: IP +#. type: IP #: ../tin.1:1625 ../tin.1:1631 ../tin.1:1635 #, no-wrap msgid "\\(bu" @@ -3899,6 +4492,7 @@ msgstr "\\(bu" # type: Plain text #. TODO: check if all affected commands are marked [after confirmation] +#. type: Plain text #: ../tin.1:1631 msgid "" "B Ask for confirmation before executing certain dangerous commands " @@ -3907,6 +4501,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1635 msgid "" "B You'll be asked to confirm that you wish to exit B when you use " @@ -3914,6 +4509,7 @@ msgid "" msgstr "" # type: Plain text +#. type: Plain text #: ../tin.1:1639 msgid "" "B Ask for confirmation before marking all not selected (with " @@ -4390,15 +4987,16 @@ msgstr "" "B ('B') command) articles as read." # type: TP +#. type: TP #: ../tin.1:1640 #, no-wrap msgid "B" msgstr "B" -# # type: Plain text #. most of these default_* settings are not available from the menu #. as they are intended for internal use only. +#. type: Plain text #: ../tin.1:1652 msgid "" "Format string B uses for date representation. A description of the " @@ -4412,46 +5010,54 @@ msgstr "" "fallback code. Default is \"%a, %d %b %Y %H:%M:%S\"." # type: TP +#. type: TP #: ../tin.1:1652 #, no-wrap msgid "B<(default_art_search)>" msgstr "B<(default_art_search)>" # type: TP +#. type: TP #: ../tin.1:1654 #, no-wrap msgid "B<(default_author_search)>" msgstr "B<(default_author_search)>" # type: TP +#. type: TP #: ../tin.1:1656 #, no-wrap msgid "B<(default_config_search)>" msgstr "B<(default_config_search)>" # type: Plain text -#: ../tin.1:1659 ../tin.5:1385 +#. type: Plain text +#: ../tin.1:1659 ../tin.5:1389 msgid "The last article/author/config option that was searched for." msgstr "The last article/author/config option that was searched for." # type: TP +#. type: TP #: ../tin.1:1659 #, no-wrap msgid "B<(default_filter_days)>" msgstr "B<(default_filter_days)>" # type: Plain text -#: ../tin.1:1662 ../tin.5:1388 +#. type: Plain text +#: ../tin.1:1662 ../tin.5:1392 msgid "Default is 28." msgstr "Default is 28." # type: TP +#. type: TP #: ../tin.1:1662 #, no-wrap msgid "B<(default_filter_kill_case)>" msgstr "B<(default_filter_kill_case)>" # type: Plain text +#. type: Plain text #: ../tin.1:1666 msgid "" "Default for quick (1 key) kill filter case. ON = filter case sensitive, OFF " @@ -4461,12 +5067,14 @@ msgstr "" "= ignore case. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1666 #, no-wrap msgid "B<(default_filter_kill_expire)>" msgstr "B<(default_filter_kill_expire)>" # type: Plain text +#. type: Plain text #: ../tin.1:1671 msgid "" "Default for quick (1 key) kill filter expire. ON = limit to " @@ -4476,12 +5084,14 @@ msgstr "" "B, OFF = don't ever expire. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1671 #, no-wrap msgid "B<(default_filter_kill_global)>" msgstr "B<(default_filter_kill_global)>" # type: Plain text +#. type: Plain text #: ../tin.1:1675 msgid "" "Default for quick (1 key) kill filter global. ON=apply to all groups, " @@ -4491,140 +5101,160 @@ msgstr "" "OFF=apply to current group. Default is ON." # type: TP +#. type: TP #: ../tin.1:1675 #, no-wrap msgid "B<(default_filter_kill_header)>" msgstr "B<(default_filter_kill_header)>" # type: Plain text -#: ../tin.1:1678 ../tin.5:1403 +#. type: Plain text +#: ../tin.1:1678 ../tin.5:1407 msgid "Default for quick (1 key) kill filter header." msgstr "Default for quick (1 key) kill filter header." # type: IP +#. type: IP #: ../tin.1:1679 ../tin.1:1713 ../tin.1:1844 ../tin.1:2018 ../tin.1:2064 #: ../tin.1:2176 ../tin.1:2201 ../tin.1:2216 ../tin.1:2267 ../tin.1:2297 -#: ../tin.1:2368 ../tin.1:2396 ../tin.1:2416 ../tin.1:2504 ../tin.5:1556 -#: ../tin.5:1748 ../tin.5:1798 ../tin.5:1928 ../tin.5:1943 ../tin.5:1969 -#: ../tin.5:2022 ../tin.5:2051 ../tin.5:2133 ../tin.5:2153 ../tin.5:2249 +#: ../tin.1:2368 ../tin.1:2396 ../tin.1:2416 ../tin.1:2504 ../tin.5:1560 +#: ../tin.5:1752 ../tin.5:1802 ../tin.5:1932 ../tin.5:1947 ../tin.5:1973 +#: ../tin.5:2026 ../tin.5:2055 ../tin.5:2137 ../tin.5:2157 ../tin.5:2253 #, no-wrap msgid "0" msgstr "0" # type: Plain text +#. type: Plain text #: ../tin.1:1681 ../tin.1:1715 #, no-wrap msgid " ''Subject:'' (case sensitive)\n" msgstr " ''Subject:'' (case sensitive)\n" # type: IP +#. type: IP #: ../tin.1:1681 ../tin.1:1715 ../tin.1:1850 ../tin.1:2020 ../tin.1:2066 #: ../tin.1:2178 ../tin.1:2205 ../tin.1:2218 ../tin.1:2269 ../tin.1:2299 -#: ../tin.1:2370 ../tin.1:2398 ../tin.1:2418 ../tin.1:2506 ../tin.5:1563 -#: ../tin.5:1750 ../tin.5:1800 ../tin.5:1849 ../tin.5:1932 ../tin.5:1945 -#: ../tin.5:1971 ../tin.5:2024 ../tin.5:2053 ../tin.5:2135 ../tin.5:2155 -#: ../tin.5:2251 +#: ../tin.1:2370 ../tin.1:2398 ../tin.1:2418 ../tin.1:2506 ../tin.5:1567 +#: ../tin.5:1754 ../tin.5:1804 ../tin.5:1853 ../tin.5:1936 ../tin.5:1949 +#: ../tin.5:1975 ../tin.5:2028 ../tin.5:2057 ../tin.5:2139 ../tin.5:2159 +#: ../tin.5:2255 #, no-wrap msgid "1" msgstr "1" # type: Plain text +#. type: Plain text #: ../tin.1:1683 ../tin.1:1717 #, no-wrap msgid " ''Subject:'' (ignore case)\n" msgstr " ''Subject:'' (ignore case)\n" # type: IP +#. type: IP #: ../tin.1:1683 ../tin.1:1717 ../tin.1:1855 ../tin.1:2022 ../tin.1:2070 #: ../tin.1:2181 ../tin.1:2222 ../tin.1:2271 ../tin.1:2302 ../tin.1:2372 -#: ../tin.1:2400 ../tin.1:2420 ../tin.1:2508 ../tin.5:1568 ../tin.5:1752 -#: ../tin.5:1805 ../tin.5:1853 ../tin.5:1948 ../tin.5:1975 ../tin.5:2026 -#: ../tin.5:2056 ../tin.5:2137 ../tin.5:2157 ../tin.5:2253 +#: ../tin.1:2400 ../tin.1:2420 ../tin.1:2508 ../tin.5:1572 ../tin.5:1756 +#: ../tin.5:1809 ../tin.5:1857 ../tin.5:1952 ../tin.5:1979 ../tin.5:2030 +#: ../tin.5:2060 ../tin.5:2141 ../tin.5:2161 ../tin.5:2257 #, no-wrap msgid "2" msgstr "2" # type: Plain text +#. type: Plain text #: ../tin.1:1685 ../tin.1:1719 #, no-wrap msgid " ''From:'' (case sensitive)\n" msgstr " ''From:'' (case sensitive)\n" # type: IP +#. type: IP #: ../tin.1:1685 ../tin.1:1719 ../tin.1:2024 ../tin.1:2184 ../tin.1:2226 -#: ../tin.1:2273 ../tin.1:2304 ../tin.1:2374 ../tin.1:2422 ../tin.5:1754 -#: ../tin.5:1951 ../tin.5:1979 ../tin.5:2028 ../tin.5:2058 ../tin.5:2159 +#: ../tin.1:2273 ../tin.1:2304 ../tin.1:2374 ../tin.1:2422 ../tin.5:1758 +#: ../tin.5:1955 ../tin.5:1983 ../tin.5:2032 ../tin.5:2062 ../tin.5:2163 #, no-wrap msgid "3" msgstr "3" # type: Plain text +#. type: Plain text #: ../tin.1:1687 ../tin.1:1721 #, no-wrap msgid " ''From:'' (ignore case)\n" msgstr " ''From:'' (ignore case)\n" # type: IP +#. type: IP #: ../tin.1:1687 ../tin.1:1721 ../tin.1:2026 ../tin.1:2275 ../tin.1:2306 -#: ../tin.1:2377 ../tin.1:2424 ../tin.5:1756 ../tin.5:1859 ../tin.5:2030 -#: ../tin.5:2060 ../tin.5:2161 +#: ../tin.1:2377 ../tin.1:2424 ../tin.5:1760 ../tin.5:1863 ../tin.5:2034 +#: ../tin.5:2064 ../tin.5:2165 #, no-wrap msgid "4" msgstr "4" # type: Plain text +#. type: Plain text #: ../tin.1:1689 ../tin.1:1723 #, no-wrap msgid " ''Message-ID:'' & full ''References:'' line\n" msgstr " ''Message-ID:'' & full ''References:'' line\n" # type: IP +#. type: IP #: ../tin.1:1689 ../tin.1:1723 ../tin.1:2277 ../tin.1:2379 ../tin.1:2427 -#: ../tin.5:2032 ../tin.5:2164 +#: ../tin.5:2036 ../tin.5:2168 #, no-wrap msgid "5" msgstr "5" # type: Plain text +#. type: Plain text #: ../tin.1:1691 ../tin.1:1725 #, no-wrap msgid " ''Message-ID:'' & last ''References:'' entry only\n" msgstr " ''Message-ID:'' & last ''References:'' entry only\n" # type: IP -#: ../tin.1:1691 ../tin.1:1725 ../tin.1:2279 ../tin.1:2429 ../tin.5:2034 -#: ../tin.5:2166 +#. type: IP +#: ../tin.1:1691 ../tin.1:1725 ../tin.1:2279 ../tin.1:2429 ../tin.5:2038 +#: ../tin.5:2170 #, no-wrap msgid "6" msgstr "6" # type: Plain text +#. type: Plain text #: ../tin.1:1693 ../tin.1:1727 #, no-wrap msgid " ''Message-ID:'' entry only\n" msgstr " ''Message-ID:'' entry only\n" # type: IP -#: ../tin.1:1693 ../tin.1:1727 ../tin.1:2282 ../tin.1:2431 ../tin.5:2037 -#: ../tin.5:2168 +#. type: IP +#: ../tin.1:1693 ../tin.1:1727 ../tin.1:2282 ../tin.1:2431 ../tin.5:2041 +#: ../tin.5:2172 #, no-wrap msgid "7" msgstr "7" # type: Plain text +#. type: Plain text #: ../tin.1:1695 ../tin.1:1729 #, no-wrap msgid " ''Lines:''\n" msgstr " ''Lines:''\n" # type: TP +#. type: TP #: ../tin.1:1696 #, no-wrap msgid "B<(default_filter_select_case)>" msgstr "B<(default_filter_select_case)>" # type: Plain text -#: ../tin.1:1700 ../tin.5:1420 +#. type: Plain text +#: ../tin.1:1700 ../tin.5:1424 msgid "" "Default for quick (1 key) auto-selection filter case. ON=filter case " "sensitive, OFF=ignore case. Default is OFF." @@ -4633,12 +5263,14 @@ msgstr "" "sensitive, OFF=ignore case. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1700 #, no-wrap msgid "B<(default_filter_select_expire)>" msgstr "B<(default_filter_select_expire)>" # type: Plain text +#. type: Plain text #: ../tin.1:1705 msgid "" "Default for quick (1 key) auto-selection filter expire. ON = limit to " @@ -4648,12 +5280,14 @@ msgstr "" "B, OFF = don't ever expire. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1705 #, no-wrap msgid "B<(default_filter_select_global)>" msgstr "B<(default_filter_select_global)>" # type: Plain text +#. type: Plain text #: ../tin.1:1709 msgid "" "Default for quick (1 key) auto-selection filter global. ON=apply to all " @@ -4663,125 +5297,146 @@ msgstr "" "groups OFF=apply to current group. Default is ON." # type: TP +#. type: TP #: ../tin.1:1709 #, no-wrap msgid "B<(default_filter_select_header)>" msgstr "B<(default_filter_select_header)>" # type: Plain text -#: ../tin.1:1712 ../tin.5:1431 +#. type: Plain text +#: ../tin.1:1712 ../tin.5:1435 msgid "Default for quick (1 key) auto-selection filter header." msgstr "Default for quick (1 key) auto-selection filter header." # type: TP +#. type: TP #: ../tin.1:1730 #, no-wrap msgid "B<(default_goto_group)>" msgstr "B<(default_goto_group)>" # type: TP +#. type: TP #: ../tin.1:1732 #, no-wrap msgid "B<(default_group_search)>" msgstr "B<(default_group_search)>" # type: TP +#. type: TP #: ../tin.1:1734 #, no-wrap msgid "B<(default_mail_address)>" msgstr "B<(default_mail_address)>" # type: TP +#. type: TP #: ../tin.1:1736 #, no-wrap msgid "B<(default_move_group)>" msgstr "B<(default_move_group)>" # type: TP +#. type: TP #: ../tin.1:1738 #, no-wrap msgid "B<(default_pattern)>" msgstr "B<(default_pattern)>" # type: TP +#. type: TP #: ../tin.1:1740 #, no-wrap msgid "B<(default_pipe_command)>" msgstr "B<(default_pipe_command)>" # type: TP +#. type: TP #: ../tin.1:1742 #, no-wrap msgid "B<(default_post_newsgroups)>" msgstr "B<(default_post_newsgroups)>" # type: TP +#. type: TP #: ../tin.1:1744 #, no-wrap msgid "B<(default_post_subject)>" msgstr "B<(default_post_subject)>" # type: TP +#. type: TP #: ../tin.1:1746 #, no-wrap msgid "B<(default_range_group)>" msgstr "B<(default_range_group)>" # type: TP +#. type: TP #: ../tin.1:1748 #, no-wrap msgid "B<(default_range_select)>" msgstr "B<(default_range_select)>" # type: TP +#. type: TP #: ../tin.1:1750 #, no-wrap msgid "B<(default_range_thread)>" msgstr "B<(default_range_thread)>" # type: TP +#. type: TP #: ../tin.1:1752 #, no-wrap msgid "B<(default_repost_group)>" msgstr "B<(default_repost_group)>" # type: TP +#. type: TP #: ../tin.1:1754 #, no-wrap msgid "B<(default_save_file)>" msgstr "B<(default_save_file)>" # type: TP +#. type: TP #: ../tin.1:1756 #, no-wrap msgid "B<(default_save_mode)>" msgstr "B<(default_save_mode)>" # type: TP +#. type: TP #: ../tin.1:1758 #, no-wrap msgid "B<(default_select_pattern)>" msgstr "B<(default_select_pattern)>" # type: TP +#. type: TP #: ../tin.1:1760 #, no-wrap msgid "B<(default_shell_command)>" msgstr "B<(default_shell_command)>" # type: TP +#. type: TP #: ../tin.1:1762 #, no-wrap msgid "B<(default_subject_search)>" msgstr "B<(default_subject_search)>" # type: TP +#. type: TP #: ../tin.1:1764 #, no-wrap msgid "B instead of highlighted bar (draw_arrow)>" msgstr "B instead of highlighted bar (draw_arrow)>" # type: Plain text +#. type: Plain text #: ../tin.1:1768 msgid "" "Allows groups/articles to be selected by an arrow '-E' if set ON or by " @@ -4791,12 +5446,14 @@ msgstr "" "an highlighted bar if set OFF. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1768 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1772 msgid "" "The format string used to create the editor start command with parameters. " @@ -4806,13 +5463,15 @@ msgstr "" "Default is \"%E +%N %F\" (i.e., /bin/vi +7 .article)." # type: TP +#. type: TP #: ../tin.1:1772 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1776 ../tin.5:1491 +#. type: Plain text +#: ../tin.1:1776 ../tin.5:1495 msgid "" "Specifies whether a screen redraw should always be done after certain " "external commands. Default is OFF." @@ -4821,12 +5480,14 @@ msgstr "" "external commands. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1776 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1782 msgid "" "If B is E 0 not more than B articles/group " @@ -4840,26 +5501,30 @@ msgstr "" "B. Default is 0, which means no limit." # type: TP +#. type: TP #: ../tin.1:1782 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1785 ../tin.5:1509 +#. type: Plain text +#: ../tin.1:1785 ../tin.5:1513 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 +#. type: TP #: ../tin.1:1785 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1793 ../tin.5:1506 +#. type: Plain text +#: ../tin.1:1793 ../tin.5:1510 msgid "" "Which keys B should accept to jump to the next unread article. " "Possible is any combination of B and B. When " @@ -4876,13 +5541,15 @@ msgstr "" "Default is PageNextUnread." # type: TP +#. type: TP #: ../tin.1:1793 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1797 ../tin.5:1513 +#. type: Plain text +#: ../tin.1:1797 ../tin.5:1517 msgid "" "Maximum length of the names of newsgroups to be displayed so that more of " "the newsgroup description can be displayed. Default is 32." @@ -4891,12 +5558,14 @@ msgstr "" "the newsgroup description can be displayed. Default is 32." # type: TP +#. type: TP #: ../tin.1:1797 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1806 msgid "" "If set to 'No' then raw uuencoded data is displayed. If set to 'Yes' then " @@ -4916,12 +5585,14 @@ msgstr "" "toggled in the article viewer. Default is 'No'." # type: TP +#. type: TP #: ../tin.1:1806 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1813 msgid "" "Path, name and options of external B(1). If you are reading via NNTP " @@ -4935,6 +5606,7 @@ msgstr "" "article'." # type: TP +#. type: TP #: ../tin.1:1813 #, no-wrap msgid "B<(info_in_last_line)>" @@ -4942,6 +5614,7 @@ msgstr "B<(info_in_last_line)>" # type: Plain text #. this is missing from the Menu +#. type: Plain text #: ../tin.1:1820 msgid "" "If ON, show current group description or article subject in the last line " @@ -4955,12 +5628,14 @@ msgstr "" "available to display long subjects. Default is OFF." # type: TP +#. type: TP #: ../tin.1:1820 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1827 msgid "" "Interactive mailreader: if greater than 0 your mailreader will be invoked " @@ -4979,13 +5654,15 @@ msgstr "" #. TODO: fix menu description #. mono_mark* currently do allow "Reverse video" even if #. inverse_okay=FALSE +#. type: TP #: ../tin.1:1827 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1834 ../tin.5:1546 +#. type: Plain text +#: ../tin.1:1834 ../tin.5:1550 msgid "" "If ON use inverse video for page headers and URL highlighting. Default is " "ON." @@ -4994,13 +5671,15 @@ msgstr "" "ON." # type: TP +#. type: TP #: ../tin.1:1834 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1839 ../tin.5:1551 +#. type: Plain text +#: ../tin.1:1839 ../tin.5:1555 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." @@ -5011,12 +5690,14 @@ msgstr "" "article>. Default is ON." # type: TP +#. type: TP #: ../tin.1:1839 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1843 msgid "" "This option controls the processing and display of articles that are " @@ -5026,6 +5707,7 @@ msgstr "" "killed. There are 3 options:" # type: Plain text +#. type: Plain text #: ../tin.1:1850 msgid "" "B is the 'traditional' behavior of B. Only " @@ -5041,7 +5723,8 @@ msgstr "" "group the mark will be gone." # type: Plain text -#: ../tin.1:1855 ../tin.5:1568 +#. type: Plain text +#: ../tin.1:1855 ../tin.5:1572 msgid "" "B will process all articles in the group and " "therefore there is a processing overhead when using this option. Killed " @@ -5054,7 +5737,8 @@ msgstr "" "B." # type: Plain text -#: ../tin.1:1859 ../tin.5:1572 +#. type: Plain text +#: ../tin.1:1859 ../tin.5:1576 msgid "" "B will process all articles in the group and " "therefore there is a processing overhead when using this option. Killed " @@ -5065,18 +5749,21 @@ msgstr "" "articles simply does not get displayed at all." # type: Plain text +#. type: Plain text #: ../tin.1:1861 msgid "Default is 0 (B)." msgstr "Default is 0 (B)." # type: TP +#. type: TP #: ../tin.1:1861 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1867 ../tin.5:1579 +#. type: Plain text +#: ../tin.1:1867 ../tin.5:1583 msgid "" "Allows 8bit characters unencoded in the header of mail message. Default is " "OFF. Turning it ON is effective only if B is also set to " @@ -5089,13 +5776,15 @@ msgstr "" "Standard (B and B). Default is OFF." # type: TP +#. type: TP #: ../tin.1:1867 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1873 ../tin.5:1585 +#. type: Plain text +#: ../tin.1:1873 ../tin.5:1589 msgid "" "User's mail address (and full name), if not username@host. This is used when " "creating articles, sending mail and when B(1) signing." @@ -5104,13 +5793,15 @@ msgstr "" "creating articles, sending mail and when B(1) signing." # type: TP +#. type: TP #: ../tin.1:1873 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1877 ../tin.5:1589 +#. type: Plain text +#: ../tin.1:1877 ../tin.5:1593 msgid "" "MIME encoding of the body in mail message, if necessary (8bit, base64, " "quoted-printable, 7bit). Default is quoted-printable." @@ -5119,29 +5810,33 @@ msgstr "" "quoted-printable, 7bit). Default is quoted-printable." # type: TP +#. type: TP #: ../tin.1:1877 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1882 ../tin.5:1594 +#. type: Plain text +#: ../tin.1:1882 ../tin.5:1598 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, %" -"C=Firstname, %I=Initials). Default is \"In article %M you wrote:\"" -msgstr "" -"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, %" -"C=Firstname, %I=Initials). Default is \"In article %M you wrote:\"" +"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, " +"%C=Firstname, %I=Initials). Default is \"In article %M you wrote:\"" +msgstr "" +"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, " +"%C=Firstname, %I=Initials). Default is \"In article %M you wrote:\"" # type: TP +#. type: TP #: ../tin.1:1882 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1890 msgid "" "Select one of the following mailbox-formats: MBOXO (default, except for " @@ -5153,12 +5848,14 @@ msgstr "" "MBOXO and MBOXRD and B(5) for more details about MMDF." # type: TP +#. type: TP #: ../tin.1:1890 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1899 msgid "" "The directory where articles/threads are to be saved in B(5) format. " @@ -5172,6 +5869,7 @@ msgstr "" "filename to save to. Default is I<${TIN_HOMEDIR:-\"$HOME\"}/Mail>." # type: TP +#. type: TP #: ../tin.1:1899 #, no-wrap msgid "B" @@ -5179,32 +5877,35 @@ msgstr "B %" -"F' (e.g., /bin/mail \"iain\" E .article). The flexible format allows " +"used for mailing articles to other people. Default is '%M \"%T\" E " +"%F' (e.g., /bin/mail \"iain\" E .article). The flexible format allows " "other mailers with different command-line parameters to be used such as 'elm " "-s \"%S\" \"%T\" E \"%F\"' (e.g., elm -s \"subject\" \"iain\" E ." "article) or 'sendmail -oi -oem -t E %F' (e.g. sendmail -oi -oem -t " "E .article)." 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 %" -"F' (e.g., /bin/mail \"iain\" E .article). The flexible format allows " +"used for mailing articles to other people. Default is '%M \"%T\" E " +"%F' (e.g., /bin/mail \"iain\" E .article). The flexible format allows " "other mailers with different command-line parameters to be used such as 'elm " "-s \"%S\" \"%T\" E \"%F\"' (e.g., elm -s \"subject\" \"iain\" E ." "article) or 'sendmail -oi -oem -t E %F' (e.g. sendmail -oi -oem -t " "E .article)." # type: TP +#. type: TP #: ../tin.1:1908 #, 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:1916 ../tin.5:1648 +#. type: Plain text +#: ../tin.1:1916 ../tin.5:1652 msgid "" "When this is ON, the B ('B'), B " "('B'), B ('B') at Group level and B " @@ -5221,23 +5922,27 @@ msgstr "" "unread articles, or nothing." # type: TP +#. type: TP #: ../tin.1:1916 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:1919 ../tin.5:1640 +#. type: Plain text +#: ../tin.1:1919 ../tin.5:1644 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 +#. type: TP #: ../tin.1:1919 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1931 msgid "" "Path, name and options of external B(1) program used to view non-" @@ -5255,12 +5960,14 @@ msgstr "" "also B." # type: TP +#. type: TP #: ../tin.1:1931 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1944 msgid "" "Charset supported locally, which is also used for MIME header (charset " @@ -5284,12 +5991,14 @@ msgstr "" "is disabled and you should use B instead." # type: TP +#. type: TP #: ../tin.1:1944 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1955 msgid "" "Charset used for posting and MIME headers; replaces B. " @@ -5307,7 +6016,8 @@ msgstr "" "following charsets:" # type: Plain text -#: ../tin.1:1958 ../tin.5:1687 +#. type: Plain text +#: ../tin.1:1958 ../tin.5:1691 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" @@ -5316,7 +6026,8 @@ msgstr "" "KR,TW}, ISO-2022-{CN,CN-EXT,JP,JP-1,JP-2}, Big5, UTF-8" # type: Plain text -#: ../tin.1:1964 ../tin.5:1693 +#. type: Plain text +#: ../tin.1:1964 ../tin.5:1697 msgid "" "Not all values might work on your system, see B(3) for more " "details. If it's not set, the value of the environment variable " @@ -5329,12 +6040,14 @@ msgstr "" "neither of them is defined." # type: TP +#. type: TP #: ../tin.1:1964 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1969 msgid "" "Character attribute of words emphasized like _this_. It depends on your " @@ -5346,12 +6059,14 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:1969 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1974 msgid "" "Character attribute of words emphasized like /this/. It depends on your " @@ -5363,12 +6078,14 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:1974 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1979 msgid "" "Character attribute of words emphasized like *this*. It depends on your " @@ -5380,12 +6097,14 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:1979 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1984 msgid "" "Character attribute of words emphasized like -this-. It depends on your " @@ -5397,12 +6116,14 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:1984 #, no-wrap msgid "B<(newnews)>" msgstr "B<(newnews)>" # type: Plain text +#. type: Plain text #: ../tin.1:1988 msgid "" "These are internal timers used by B to keep track of new newsgroups. " @@ -5412,12 +6133,14 @@ msgstr "" "Do not change them unless you understand what they are for." # type: TP +#. type: TP #: ../tin.1:1988 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:1995 msgid "" "Which news headers you wish to see. If you want to see _all_ the headers, " @@ -5433,12 +6156,14 @@ msgstr "" "spaces. Not defining anything turns off this option." # type: TP +#. type: TP #: ../tin.1:1995 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2004 msgid "" "Same as B except it denotes the opposite. An " @@ -5456,29 +6181,33 @@ msgstr "" "off this option." # type: TP +#. type: TP #: ../tin.1:2004 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2009 ../tin.5:1740 +#. type: Plain text +#: ../tin.1:2009 ../tin.5:1744 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, %" -"C=Firstname, %I=Initials). Default is \"%F wrote:\"." -msgstr "" -"Format of quote line when posting/following up an article (%A=Address, %" -"D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, %" -"C=Firstname, %I=Initials). Default is \"%F wrote:\"." +"Format of quote line when posting/following up an article (%A=Address, " +"%D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, " +"%C=Firstname, %I=Initials). Default is \"%F wrote:\"." +msgstr "" +"Format of quote line when posting/following up an article (%A=Address, " +"%D=Date, %F=Fullname+Address, %G=Groupname, %M=Message-ID, %N=Fullname, " +"%C=Firstname, %I=Initials). Default is \"%F wrote:\"." # type: TP +#. type: TP #: ../tin.1:2009 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2013 msgid "" "Time in seconds to wait for a response from the server. Default is 120. " @@ -5488,12 +6217,14 @@ msgstr "" "Setting this to 0 means no timeout." # type: TP +#. type: TP #: ../tin.1:2013 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2017 msgid "" "The normalization form B should use to normalize unicode input. The " @@ -5503,32 +6234,38 @@ msgstr "" "possible values are:" # type: Plain text -#: ../tin.1:2020 ../tin.5:1750 +#. type: Plain text +#: ../tin.1:2020 ../tin.5:1754 msgid "B: no normalization" msgstr "B: no normalisation" # type: Plain text -#: ../tin.1:2022 ../tin.5:1752 +#. type: Plain text +#: ../tin.1:2022 ../tin.5:1756 msgid "B: Compatibility Decomposition, followed by Canonical Composition" msgstr "" "B: Compatibility Decomposition, followed by Canonical Composition" # type: Plain text -#: ../tin.1:2024 ../tin.5:1754 +#. type: Plain text +#: ../tin.1:2024 ../tin.5:1758 msgid "B: Compatibility Decomposition" msgstr "B: Compatibility Decomposition" # type: Plain text -#: ../tin.1:2026 ../tin.5:1756 +#. type: Plain text +#: ../tin.1:2026 ../tin.5:1760 msgid "B: Canonical Decomposition, followed by Canonical Composition" msgstr "B: Canonical Decomposition, followed by Canonical Composition" # type: Plain text -#: ../tin.1:2028 ../tin.5:1758 +#. type: Plain text +#: ../tin.1:2028 ../tin.5:1762 msgid "B: Canonical Decomposition" msgstr "B: Canonical Decomposition" # type: Plain text +#. type: Plain text #: ../tin.1:2032 msgid "" "Some normalization modes are only available if they are supported by the " @@ -5538,12 +6275,14 @@ msgstr "" "library B uses to do the normalisation. NFC should be used if possible." # type: TP +#. type: TP #: ../tin.1:2032 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2036 msgid "" "If ON put cursor at first unread article in group otherwise at last article. " @@ -5553,13 +6292,15 @@ msgstr "" "Default is ON." # type: TP +#. type: TP #: ../tin.1:2036 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2047 ../tin.5:1778 +#. type: Plain text +#: ../tin.1:2047 ../tin.5:1782 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 " @@ -5580,12 +6321,14 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:2047 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2052 msgid "" "MIME encoding of the body in news message, if necessary. (8bit, base64, " @@ -5597,12 +6340,14 @@ msgstr "" "and quoted-printable are usually undesired on usenet." # type: TP +#. type: TP #: ../tin.1:2052 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2059 msgid "" "If ON, then B will start an appropriate viewer program to display any " @@ -5614,12 +6359,14 @@ msgstr "" "using the B(5) file. Default is ON." # type: TP +#. type: TP #: ../tin.1:2059 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2063 msgid "" "This specifies whether to perform post processing on saved articles. The " @@ -5629,28 +6376,33 @@ msgstr "" "following values are allowed:" # type: Plain text -#: ../tin.1:2066 ../tin.5:1800 +#. type: Plain text +#: ../tin.1:2066 ../tin.5:1804 msgid "B (default), no post processing is done." msgstr "B (default), no post processing is done." # type: Plain text +#. type: Plain text #: ../tin.1:2070 msgid "B, unpacking of multi-part B(1) files only." msgstr "B, unpacking of multi-part B(1) files only." # type: Plain text -#: ../tin.1:2072 ../tin.5:1807 +#. type: Plain text +#: ../tin.1:2072 ../tin.5:1811 msgid "B, binary attachments and data will be decoded and saved." msgstr "B, binary attachments and data will be decoded and saved." # type: TP +#. type: TP #: ../tin.1:2073 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2079 ../tin.5:1814 +#. type: Plain text +#: ../tin.1:2079 ../tin.5:1818 msgid "" "Keep posted articles in I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/" ">B. If no filename is set then postings will not be " @@ -5661,13 +6413,15 @@ msgstr "" "saved. Default is 'posted'." # type: TP +#. type: TP #: ../tin.1:2079 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2083 ../tin.5:1818 +#. type: Plain text +#: ../tin.1:2083 ../tin.5:1822 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." @@ -5676,12 +6430,14 @@ msgstr "" "the ''Subject:'' and ''From:'' fields are output. Default is OFF." # type: TP +#. type: TP #: ../tin.1:2083 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2092 msgid "" "The printer program with options that is to be used to print articles. The " @@ -5693,13 +6449,15 @@ msgstr "" "Printing from B may have been disabled by the System Administrator." # type: TP +#. type: TP #: ../tin.1:2092 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2096 ../tin.5:1832 +#. type: Plain text +#: ../tin.1:2096 ../tin.5:1836 msgid "" "If ON only save/print/pipe/mail unread articles (tagged articles excepted). " "Default is OFF." @@ -5708,12 +6466,14 @@ msgstr "" "Default is OFF." # type: TP +#. type: TP #: ../tin.1:2096 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2099 msgid "" "If ON show empty ''Followup-To:'' header when editing an article. Default is " @@ -5723,6 +6483,7 @@ msgstr "" "OFF." # type: TP +#. type: TP #: ../tin.1:2099 #, no-wrap msgid "B" @@ -5730,7 +6491,8 @@ msgstr "B_'." # type: TP +#. type: TP #: ../tin.1:2104 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2111 msgid "" "How articles should be quoted when following up or replying to them. There " @@ -5764,6 +6528,7 @@ msgstr "" "lines." # type: Plain text +#. type: Plain text #: ../tin.1:2115 msgid "" "When you are viewing an article in raw mode ('B<^H>'), and follow up or " @@ -5775,12 +6540,14 @@ msgstr "" "be. If B is off, then the signature will never be quoted." # type: TP +#. type: TP #: ../tin.1:2115 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2120 msgid "" "A regular expression that will be applied when reading articles. All " @@ -5792,12 +6559,14 @@ msgstr "" "B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2120 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2125 msgid "" "A regular expression that will be applied when reading articles. All " @@ -5809,12 +6578,14 @@ msgstr "" "B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2125 #, no-wrap msgid "B= 3 times q.l. (quote_regex3)>" msgstr "B= 3 times q.l. (quote_regex3)>" # type: Plain text +#. type: Plain text #: ../tin.1:2130 msgid "" "A regular expression that will be applied when reading articles. All " @@ -5826,13 +6597,15 @@ msgstr "" "B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2130 #, no-wrap msgid "B
" msgstr "B
" # type: Plain text -#: ../tin.1:2134 ../tin.5:1887 +#. type: Plain text +#: ../tin.1:2134 ../tin.5:1891 msgid "" "If set to 0, this feature is deactivated, otherwise it means the number of " "days. Default is 2." @@ -5841,13 +6614,15 @@ msgstr "" "days. Default is 2." # type: TP +#. type: TP #: ../tin.1:2134 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2138 ../tin.5:1891 +#. type: Plain text +#: ../tin.1:2138 ../tin.5:1895 msgid "" "If ON B does the rendering of bi-directional text. If OFF B leaves " "the rendering of bi-directional text to the terminal. Default is OFF." @@ -5856,13 +6631,15 @@ msgstr "" "the rendering of bi-directional text to the terminal. Default is OFF." # type: TP +#. type: TP #: ../tin.1:2138 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2143 ../tin.5:1896 +#. type: Plain text +#: ../tin.1:2143 ../tin.5:1900 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 " @@ -5873,13 +6650,15 @@ msgstr "" "1200. Setting this to 0 will disable this feature." # type: TP +#. type: TP #: ../tin.1:2143 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2147 ../tin.5:1900 +#. type: Plain text +#: ../tin.1:2147 ../tin.5:1904 msgid "" "Directory where articles/threads are saved. Default is I<${TIN_HOMEDIR:-" "\"$HOME\"}/News>." @@ -5888,13 +6667,15 @@ msgstr "" "\"$HOME\"}/News>." # type: TP +#. type: TP #: ../tin.1:2147 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2151 ../tin.5:1904 +#. type: Plain text +#: ../tin.1:2151 ../tin.5:1908 msgid "" "If the score of an article is below or equal this value the article gets " "marked as killed." @@ -5903,13 +6684,15 @@ msgstr "" "marked as killed." # type: TP +#. type: TP #: ../tin.1:2151 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2155 ../tin.5:1908 +#. type: Plain text +#: ../tin.1:2155 ../tin.5:1912 msgid "" "If the score of an article is above or equal this value the article gets " "marked as hot." @@ -5918,13 +6701,15 @@ msgstr "" "marked as hot." # type: TP +#. type: TP #: ../tin.1:2155 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2159 ../tin.5:1912 +#. type: Plain text +#: ../tin.1:2159 ../tin.5:1916 msgid "" "Score of an article which should be killed, this must be E= " "B." @@ -5933,13 +6718,15 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:2159 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2163 ../tin.5:1916 +#. type: Plain text +#: ../tin.1:2163 ../tin.5:1920 msgid "" "Score of an article which should be marked hot, this must be E= " "B." @@ -5948,12 +6735,14 @@ msgstr "" "B." # type: TP +#. type: TP #: ../tin.1:2163 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2171 msgid "" "The number of lines that will be scrolled up/down in the article pager when " @@ -5971,13 +6760,15 @@ msgstr "" "page scrolling. This setting supersedes full_page_scroll=OFF." # type: TP +#. type: TP #: ../tin.1:2171 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2175 ../tin.5:1942 +#. type: Plain text +#: ../tin.1:2175 ../tin.5:1946 msgid "" "Which information about the author should be shown. Default is 2, authors " "full name." @@ -5986,12 +6777,14 @@ msgstr "" "full name." # type: Plain text -#: ../tin.1:2178 ../tin.5:1945 +#. type: Plain text +#: ../tin.1:2178 ../tin.5:1949 msgid "B, only the ''Subject:'' line will be displayed." msgstr "B, only the ''Subject:'' line will be displayed." # type: Plain text -#: ../tin.1:2181 ../tin.5:1948 +#. type: Plain text +#: ../tin.1:2181 ../tin.5:1952 msgid "" "B
, ''Subject:'' line & the address part of the ''From:'' line are " "displayed." @@ -6000,7 +6793,8 @@ msgstr "" "displayed." # type: Plain text -#: ../tin.1:2184 ../tin.5:1951 +#. type: Plain text +#: ../tin.1:2184 ../tin.5:1955 msgid "" "B, ''Subject:'' line & the authors full name part of the " "\\&''From:'' line are displayed (default)." @@ -6009,7 +6803,8 @@ msgstr "" "\\&''From:'' line are displayed (default)." # type: Plain text -#: ../tin.1:2187 ../tin.5:1954 +#. type: Plain text +#: ../tin.1:2187 ../tin.5:1958 msgid "" "B
, ''Subject:'' line & all of the ''From:'' line are " "displayed." @@ -6018,12 +6813,14 @@ msgstr "" "displayed." # type: TP +#. type: TP #: ../tin.1:2188 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2197 msgid "" "If ON show a short group description text after newsgroup name at the group " @@ -6041,23 +6838,27 @@ msgstr "" "mailgroups> for mailgroups. Default is ON." # type: TP +#. type: TP #: ../tin.1:2197 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2200 ../tin.5:1927 +#. type: Plain text +#: ../tin.1:2200 ../tin.5:1931 msgid "Function used for sorting articles. Default is 0." msgstr "Function used for sorting articles. Default is 0." # type: Plain text -#: ../tin.1:2205 ../tin.5:1932 +#. type: Plain text +#: ../tin.1:2205 ../tin.5:1936 msgid "Use B(3) for sorting." msgstr "Use B(3) for sorting." # type: Plain text -#: ../tin.1:2210 ../tin.5:1937 +#. type: Plain text +#: ../tin.1:2210 ../tin.5:1941 msgid "" "Use B(3) for sorting. This might be faster in large groups with " "long threads (somewhat presorted data)." @@ -6066,13 +6867,15 @@ msgstr "" "long threads (somewhat presorted data)." # type: TP +#. type: TP #: ../tin.1:2211 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2215 ../tin.5:1968 +#. type: Plain text +#: ../tin.1:2215 ../tin.5:1972 msgid "" "Which information about the thread or article should be shown. Default is 1, " "show only the line count." @@ -6081,11 +6884,13 @@ msgstr "" "show only the line count." # type: Plain text -#: ../tin.1:2218 ../tin.5:1971 +#. type: Plain text +#: ../tin.1:2218 ../tin.5:1975 msgid "B, no information will be displayed." msgstr "B, no information will be displayed." # type: Plain text +#. type: Plain text #: ../tin.1:2222 msgid "" "B, in article listing the line count of an article will be displayed " @@ -6097,7 +6902,8 @@ msgstr "" "displayed." # type: Plain text -#: ../tin.1:2226 ../tin.5:1979 +#. type: Plain text +#: ../tin.1:2226 ../tin.5:1983 msgid "" "B, 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 " @@ -6108,17 +6914,20 @@ msgstr "" "B." # type: Plain text -#: ../tin.1:2228 ../tin.5:1981 +#. type: Plain text +#: ../tin.1:2228 ../tin.5:1985 msgid "B, display line count and score." msgstr "B, display line count and score." # type: TP +#. type: TP #: ../tin.1:2229 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2233 msgid "" "If ON show only new/unread articles otherwise show all articles. Default is " @@ -6128,13 +6937,15 @@ msgstr "" "ON." # type: TP +#. type: TP #: ../tin.1:2233 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2237 ../tin.5:1990 +#. type: Plain text +#: ../tin.1:2237 ../tin.5:1994 msgid "" "If ON show only subscribed groups that contain unread articles. Default is " "OFF." @@ -6143,34 +6954,40 @@ msgstr "" "OFF." # type: TP +#. type: TP #: ../tin.1:2237 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2241 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 +#. type: TP #: ../tin.1:2241 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2244 ../tin.5:1996 +#. type: Plain text +#: ../tin.1:2244 ../tin.5:2000 msgid "If ON prepend the signature with sigdashes. Default is ON." msgstr "If ON prepend the signature with sigdashes. Default is ON." # type: TP +#. type: TP #: ../tin.1:2244 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2254 msgid "" "The path that specifies the signature file to use when posting, following up " @@ -6190,23 +7007,27 @@ msgstr "" "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>." # type: TP +#. type: TP #: ../tin.1:2254 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2257 ../tin.5:2010 +#. type: Plain text +#: ../tin.1:2257 ../tin.5:2014 msgid "If ON add signature to reposted articles. Default is ON." msgstr "If ON add signature to reposted articles. Default is ON." # type: TP +#. type: TP #: ../tin.1:2257 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2262 msgid "" "A regular expression that will be applied when reading articles. All " @@ -6218,13 +7039,15 @@ msgstr "" "B is blank, then B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2262 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2266 ../tin.5:2021 +#. type: Plain text +#: ../tin.1:2266 ../tin.5:2025 msgid "" "This specifies how articles should be sorted. Sort by ascending Date (6) is " "the default. The following sort types are allowed:" @@ -6233,91 +7056,107 @@ msgstr "" "the default. The following sort types are allowed:" # type: Plain text -#: ../tin.1:2269 ../tin.5:2024 +#. type: Plain text +#: ../tin.1:2269 ../tin.5:2028 msgid "B, don't sort articles." msgstr "B, don't sort articles." # type: Plain text -#: ../tin.1:2271 ../tin.5:2026 +#. type: Plain text +#: ../tin.1:2271 ../tin.5:2030 msgid "" "B, sort articles by ''Subject:'' field descending." msgstr "" "B, sort articles by ''Subject:'' field descending." # type: Plain text -#: ../tin.1:2273 ../tin.5:2028 +#. type: Plain text +#: ../tin.1:2273 ../tin.5:2032 msgid "B, sort articles by ''Subject:'' field ascending." msgstr "" "B, sort articles by ''Subject:'' field ascending." # type: Plain text -#: ../tin.1:2275 ../tin.5:2030 +#. type: Plain text +#: ../tin.1:2275 ../tin.5:2034 msgid "B, sort articles by ''From:'' field descending." msgstr "B, sort articles by ''From:'' field descending." # type: Plain text -#: ../tin.1:2277 ../tin.5:2032 +#. type: Plain text +#: ../tin.1:2277 ../tin.5:2036 msgid "B, sort articles by ''From:'' field ascending." msgstr "B, sort articles by ''From:'' field ascending." # type: Plain text -#: ../tin.1:2279 ../tin.5:2034 +#. type: Plain text +#: ../tin.1:2279 ../tin.5:2038 msgid "B, sort articles by ''Date:'' field descending." msgstr "B, sort articles by ''Date:'' field descending." # type: Plain text -#: ../tin.1:2282 ../tin.5:2037 +#. type: Plain text +#: ../tin.1:2282 ../tin.5:2041 msgid "" "B, sort articles by ''Date:'' field ascending (default)." msgstr "" "B, sort articles by ''Date:'' field ascending (default)." # type: Plain text -#: ../tin.1:2284 ../tin.5:2039 +#. type: Plain text +#: ../tin.1:2284 ../tin.5:2043 msgid "B, sort articles by filtering score descending." msgstr "B, sort articles by filtering score descending." # type: IP -#: ../tin.1:2284 ../tin.5:2039 +#. type: IP +#: ../tin.1:2284 ../tin.5:2043 #, no-wrap msgid "8" msgstr "8" # type: Plain text -#: ../tin.1:2286 ../tin.5:2041 +#. type: Plain text +#: ../tin.1:2286 ../tin.5:2045 msgid "B, sort articles by filtering score ascending." msgstr "B, sort articles by filtering score ascending." # type: IP -#: ../tin.1:2286 ../tin.5:2041 +#. type: IP +#: ../tin.1:2286 ../tin.5:2045 #, no-wrap msgid "9" msgstr "9" # type: Plain text -#: ../tin.1:2288 ../tin.5:2043 +#. type: Plain text +#: ../tin.1:2288 ../tin.5:2047 msgid "B, sort articles by ''Lines:'' field descending." msgstr "B, sort articles by ''Lines:'' field descending." # type: IP -#: ../tin.1:2288 ../tin.5:2043 +#. type: IP +#: ../tin.1:2288 ../tin.5:2047 #, no-wrap msgid "10" msgstr "10" # type: Plain text -#: ../tin.1:2290 ../tin.5:2045 +#. type: Plain text +#: ../tin.1:2290 ../tin.5:2049 msgid "B, sort articles by ''Lines:'' field ascending." msgstr "B, sort articles by ''Lines:'' field ascending." # type: TP +#. type: TP #: ../tin.1:2291 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2296 ../tin.5:2050 +#. type: Plain text +#: ../tin.1:2296 ../tin.5:2054 msgid "" "This specifies how threads will be sorted. Sort by descending Score (1) is " "the default. The following sort types are allowed:" @@ -6326,24 +7165,28 @@ msgstr "" "the default. The following sort types are allowed:" # type: Plain text -#: ../tin.1:2299 ../tin.5:2053 +#. type: Plain text +#: ../tin.1:2299 ../tin.5:2057 msgid "B, don't sort threads." msgstr "B, don't sort threads." # type: Plain text -#: ../tin.1:2302 ../tin.5:2056 +#. type: Plain text +#: ../tin.1:2302 ../tin.5:2060 msgid "" "B, sort threads by filtering score descending (default)." msgstr "" "B, sort threads by filtering score descending (default)." # type: Plain text -#: ../tin.1:2304 ../tin.5:2058 +#. type: Plain text +#: ../tin.1:2304 ../tin.5:2062 msgid "B, sort threads by filtering score ascending." msgstr "B, sort threads by filtering score ascending." # type: Plain text -#: ../tin.1:2306 ../tin.5:2060 +#. type: Plain text +#: ../tin.1:2306 ../tin.5:2064 msgid "" "B, sort threads by date of last posting " "descending." @@ -6352,7 +7195,8 @@ msgstr "" "descending." # type: Plain text -#: ../tin.1:2308 ../tin.5:2062 +#. type: Plain text +#: ../tin.1:2308 ../tin.5:2066 msgid "" "B, sort threads by date of last posting " "ascending." @@ -6361,12 +7205,14 @@ msgstr "" "ascending." # type: TP +#. type: TP #: ../tin.1:2309 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2314 msgid "" "Set this option to a list of comma-separated strings to be warned if you are " @@ -6378,17 +7224,20 @@ msgstr "" "these strings. The matching is case-insensitive. Example:" # type: Plain text +#. type: Plain text #: ../tin.1:2316 msgid "I" msgstr "I" # type: TP +#. type: TP #: ../tin.1:2316 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2321 msgid "" "A regular expression that will be applied when reading articles. All " @@ -6400,13 +7249,15 @@ msgstr "" "B is blank, then B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2321 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2326 ../tin.5:2080 +#. type: Plain text +#: ../tin.1:2326 ../tin.5:2084 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 " @@ -6417,13 +7268,15 @@ msgstr "" "a file. Default is ON." # type: TP +#. type: TP #: ../tin.1:2326 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2332 ../tin.5:2084 +#. type: Plain text +#: ../tin.1:2332 ../tin.5:2088 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." @@ -6432,13 +7285,15 @@ msgstr "" "display when reading on a slow terminal or via modem. Default is ON." # type: TP +#. type: TP #: ../tin.1:2332 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2341 ../tin.5:2093 +#. type: Plain text +#: ../tin.1:2341 ../tin.5:2097 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 " @@ -6455,13 +7310,15 @@ msgstr "" "unsubscribe from them as and when you wish. Default is 0 (Always Keep)." # type: TP +#. type: TP #: ../tin.1:2341 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2345 ../tin.5:2097 +#. type: Plain text +#: ../tin.1:2345 ../tin.5:2101 msgid "" "If ON, then unsubscribed groups will be permanently removed from your I<" "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. Default is OFF." @@ -6470,12 +7327,14 @@ msgstr "" "${TIN_HOMEDIR:-\"$HOME\"}/.newsrc> file. Default is OFF." # type: TP +#. type: TP #: ../tin.1:2345 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2350 msgid "" "A regular expression that will be applied when reading articles. All " @@ -6487,13 +7346,15 @@ msgstr "" "B is blank, then B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2350 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2355 ../tin.5:2280 +#. type: Plain text +#: ../tin.1:2355 ../tin.5:2284 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 " @@ -6504,12 +7365,14 @@ msgstr "" "at the end of the thread list. Default is ON." # type: TP +#. type: TP #: ../tin.1:2355 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2359 msgid "" "If ON, show \"a as Umlaut-a, etc. Default is OFF. This behavior can also be " @@ -6519,12 +7382,14 @@ msgstr "" "toggled in the article viewer via B ('B<\">')." # type: TP +#. type: TP #: ../tin.1:2359 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2367 msgid "" "Defines which threading method to use. It's possible to set the threading " @@ -6540,21 +7405,25 @@ msgstr "" "and References. The choices are:" # type: Plain text +#. type: Plain text #: ../tin.1:2370 msgid "B, don't thread." msgstr "B, don't thread." # type: Plain text +#. type: Plain text #: ../tin.1:2372 msgid "B, thread on ''Subject:'' only." msgstr "B, thread on ''Subject:'' only." # type: Plain text +#. type: Plain text #: ../tin.1:2374 msgid "B, thread on ''References:'' only." msgstr "B, thread on ''References:'' only." # type: Plain text +#. type: Plain text #: ../tin.1:2377 msgid "" "B, thread on ''References:'' then " @@ -6564,11 +7433,13 @@ msgstr "" "\\&''Subject:'' (default)." # type: Plain text +#. type: Plain text #: ../tin.1:2379 msgid "B, thread multipart articles on ''Subject:''." msgstr "B, thread multipart articles on ''Subject:''." # type: Plain text +#. type: Plain text #: ../tin.1:2382 msgid "" "B, thread base upon a partial character match on " @@ -6578,13 +7449,15 @@ msgstr "" "\\&''Subject:''." # type: TP +#. type: TP #: ../tin.1:2383 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2387 ../tin.5:2128 +#. type: Plain text +#: ../tin.1:2387 ../tin.5:2132 msgid "" "If ON catchup group/thread when leaving with the left arrow key. Default is " "ON." @@ -6593,12 +7466,14 @@ msgstr "" "ON." # type: TP +#. type: TP #: ../tin.1:2387 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2391 msgid "" "How closely the subjects must match for two threads to be considered part of " @@ -6608,13 +7483,15 @@ msgstr "" "the same thread. This is a percentage and the default if 75%." # type: TP +#. type: TP #: ../tin.1:2391 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2395 ../tin.5:2132 +#. type: Plain text +#: ../tin.1:2395 ../tin.5:2136 msgid "" "How the total score of a thread is computed. Default is 0, the maximum score " "in this thread." @@ -6623,28 +7500,33 @@ msgstr "" "in this thread." # type: Plain text -#: ../tin.1:2398 ../tin.5:2135 +#. type: Plain text +#: ../tin.1:2398 ../tin.5:2139 msgid "B, the maximum score in this thread." msgstr "B, the maximum score in this thread." # type: Plain text -#: ../tin.1:2400 ../tin.5:2137 +#. type: Plain text +#: ../tin.1:2400 ../tin.5:2141 msgid "B, the sum of all scores in this thread." msgstr "B, the sum of all scores in this thread." # type: Plain text -#: ../tin.1:2402 ../tin.5:2139 +#. type: Plain text +#: ../tin.1:2402 ../tin.5:2143 msgid "B, the average score in this thread." msgstr "B, the average score in this thread." # type: TP +#. type: TP #: ../tin.1:2403 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2411 ../tin.5:2148 +#. type: Plain text +#: ../tin.1:2411 ../tin.5:2152 msgid "" "If ON append //TRANSLIT to the first argument of B(3) to enable " "transliteration. This means that when a character cannot be represented in " @@ -6659,13 +7541,15 @@ msgstr "" "this option is disabled. Default is OFF." # type: TP +#. type: TP #: ../tin.1:2411 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2415 ../tin.5:2152 +#. type: Plain text +#: ../tin.1:2415 ../tin.5:2156 msgid "" "Allows you to select how B treats blank lines in article bodies. " "Default is 0. This option does not affect lines within verbatim blocks." @@ -6674,29 +7558,34 @@ msgstr "" "Default is 0. This option does not affect lines within verbatim blocks." # type: Plain text -#: ../tin.1:2418 ../tin.5:2155 +#. type: Plain text +#: ../tin.1:2418 ../tin.5:2159 msgid "B, do nothing." msgstr "B, do nothing." # type: Plain text -#: ../tin.1:2420 ../tin.5:2157 +#. type: Plain text +#: ../tin.1:2420 ../tin.5:2161 msgid "B." msgstr "B." # type: Plain text -#: ../tin.1:2422 ../tin.5:2159 +#. type: Plain text +#: ../tin.1:2422 ../tin.5:2163 msgid "B." msgstr "B." # type: Plain text -#: ../tin.1:2424 ../tin.5:2161 +#. type: Plain text +#: ../tin.1:2424 ../tin.5:2165 msgid "" "B, skip leading and trailing blank lines." msgstr "" "B, skip leading and trailing blank lines." # type: Plain text -#: ../tin.1:2427 ../tin.5:2164 +#. type: Plain text +#: ../tin.1:2427 ../tin.5:2168 msgid "" "B, replace multiple blank lines between " "textblocks with one blank line." @@ -6705,27 +7594,32 @@ msgstr "" "textblocks with one blank line." # type: Plain text -#: ../tin.1:2429 ../tin.5:2166 +#. type: Plain text +#: ../tin.1:2429 ../tin.5:2170 msgid "B, 4 + 1" msgstr "B, 4 + 1" # type: Plain text -#: ../tin.1:2431 ../tin.5:2168 +#. type: Plain text +#: ../tin.1:2431 ../tin.5:2172 msgid "B, 4 + 2" msgstr "B, 4 + 2" # type: Plain text -#: ../tin.1:2433 ../tin.5:2170 +#. type: Plain text +#: ../tin.1:2433 ../tin.5:2174 msgid "B, 4 + 3" msgstr "B, 4 + 3" # type: TP +#. type: TP #: ../tin.1:2434 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2439 msgid "" "A regular expression that will be applied when reading articles. All " @@ -6737,23 +7631,27 @@ msgstr "" "B is blank, then B uses a built-in default." # type: TP +#. type: TP #: ../tin.1:2439 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2442 msgid "If ON remove I<~/.article> after posting. Default is ON." msgstr "If ON remove I<~/.article> after posting. Default is ON." # type: TP +#. type: TP #: ../tin.1:2442 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2447 msgid "" "The program that will be run when launching URL's in the article viewer " @@ -6765,41 +7663,48 @@ msgstr "" "Default is B." # type: TP +#. type: TP #: ../tin.1:2447 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2450 ../tin.5:2190 +#. type: Plain text +#: ../tin.1:2450 ../tin.5:2194 msgid "Enable highlighting URLs in message body. Default is ON." msgstr "Enable highlighting URLs in message body. Default is ON." # type: TP +#. type: TP #: ../tin.1:2450 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2453 msgid "If enabled B uses ANSI-colors. Default is OFF." msgstr "If enabled B uses ANSI-colours. Default is OFF." # type: TP +#. type: TP #: ../tin.1:2453 #, no-wrap msgid "B" msgstr "B" # type: TP +#. type: TP #: ../tin.1:2456 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2462 ../tin.5:2204 +#. type: Plain text +#: ../tin.1:2462 ../tin.5:2208 msgid "" "Allows the mouse button support in a B(1x) to be enabled/disabled. " "Default is OFF." @@ -6808,12 +7713,14 @@ msgstr "" "Default is OFF." # type: TP +#. type: TP #: ../tin.1:2462 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2472 msgid "" "If enabled B uses B(1) to interpret the ''X-Face:'' header. " @@ -6825,13 +7732,15 @@ msgstr "" "(1x) and B(1) must be in your $B. Default is OFF." # type: TP +#. type: TP #: ../tin.1:2472 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2476 ../tin.5:2220 +#. type: Plain text +#: ../tin.1:2476 ../tin.5:2224 msgid "" "If ON use UTF-8 characters for indicator ('-E'), thread/attachment tree " "and ellipsis ('...'). Default is OFF." @@ -6840,12 +7749,14 @@ msgstr "" "and ellipsis ('...'). Default is OFF." # type: TP +#. type: TP #: ../tin.1:2476 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2479 msgid "" "A regular expression that tin will use to find the begin of a verbatim block." @@ -6853,12 +7764,14 @@ msgstr "" "A regular expression that tin will use to find the begin of a verbatim block." # type: TP +#. type: TP #: ../tin.1:2479 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2482 msgid "" "A regular expression that tin will use to find the end of a verbatim block." @@ -6866,23 +7779,27 @@ msgstr "" "A regular expression that tin will use to find the end of a verbatim block." # type: TP +#. type: TP #: ../tin.1:2482 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2485 msgid "If ON verbatim blocks will be detected. Default is ON." msgstr "If ON verbatim blocks will be detected. Default is ON." # type: TP +#. type: TP #: ../tin.1:2485 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2499 msgid "" "Allows you to select how B matches strings. The default is 0 and uses " @@ -6900,13 +7817,15 @@ msgstr "" "NB: Newsgroup names will always be matched using the wildmat notation." # type: TP +#. type: TP #: ../tin.1:2499 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2503 ../tin.5:2248 +#. type: Plain text +#: ../tin.1:2503 ../tin.5:2252 msgid "" "Should the leading and ending stars, slashes, strokes and dashes also be " "displayed, even when they are highlighting marks?" @@ -6915,27 +7834,32 @@ msgstr "" "displayed, even when they are highlighting marks?" # type: Plain text -#: ../tin.1:2506 ../tin.5:2251 +#. type: Plain text +#: ../tin.1:2506 ../tin.5:2255 msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2508 ../tin.5:2253 +#. type: Plain text +#: ../tin.1:2508 ../tin.5:2257 msgid "yes, B" msgstr "yes, B" # type: Plain text -#: ../tin.1:2510 ../tin.5:2255 +#. type: Plain text +#: ../tin.1:2510 ../tin.5:2259 msgid "print a B instead" msgstr "print a B instead" # type: TP +#. type: TP #: ../tin.1:2511 #, no-wrap msgid "B" msgstr "B" # type: Plain text +#. type: Plain text #: ../tin.1:2519 msgid "" "Enable word highlighting. See B for the options " @@ -6953,13 +7877,15 @@ msgstr "" "are used. Default is ON." # type: TP +#. type: TP #: ../tin.1:2519 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2530 ../tin.5:2275 +#. type: Plain text +#: ../tin.1:2530 ../tin.5:2279 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 " @@ -6980,13 +7906,15 @@ msgstr "" "wrapping at the current screen width." # type: TP +#. type: TP #: ../tin.1:2530 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2537 ../tin.5:2285 +#. type: Plain text +#: ../tin.1:2537 ../tin.5:2289 msgid "" "Format is the same as for B, this is used when answering " "to a crossposting to several groups with no ''Followup-To:'' set." @@ -6995,12 +7923,14 @@ msgstr "" "to a crossposting to several groups with no ''Followup-To:'' set." # type: SS +#. type: SS #: ../tin.1:2537 #, no-wrap msgid "ATTRIBUTES MENU AND GROUP ATTRIBUTES" msgstr "ATTRIBUTES MENU AND GROUP ATTRIBUTES" # type: Plain text +#. type: Plain text #: ../tin.1:2544 msgid "" "B allows certain attributes to be set on a per group basis. If it " @@ -7018,6 +7948,7 @@ msgstr "" "attributes file yet." # type: Plain text +#. type: Plain text #: ../tin.1:2552 msgid "" "Note that the IgrouplistE> line has to be specified before " @@ -7035,6 +7966,7 @@ msgstr "" "For more details see B(5)." # type: Plain text +#. type: Plain text #: ../tin.1:2559 msgid "" "Attributes can also be changed from the attributes menu which can be " @@ -7052,6 +7984,7 @@ msgstr "" "marked with '\\+' to the left of the attributes number." # type: Plain text +#. type: Plain text #: ../tin.1:2566 msgid "" "Besides the keys for moving around and changing values known from the " @@ -7063,12 +7996,14 @@ msgstr "" "B ('B') which resets an attribute to a default value." # type: SS +#. type: SS #: ../tin.1:2566 #, no-wrap msgid "SCOPES MENU" msgstr "SCOPES MENU" # type: Plain text +#. type: Plain text #: ../tin.1:2571 msgid "" "The scopes menu (accessible from the options menu with B " @@ -7082,6 +8017,7 @@ msgstr "" "the scope number. Delete/rename/move are not possible with those scopes." # type: Plain text +#. type: Plain text #: ../tin.1:2582 msgid "" "In addition to the common moving keys the following commands are available: " @@ -7103,6 +8039,7 @@ msgstr "" "the screen." # type: SS +#. type: SS #: ../tin.1:2582 #, no-wrap msgid "FILTERING ARTICLES" @@ -7110,6 +8047,7 @@ msgstr "FILTERING ARTICLES" # type: Plain text #. FIXME - add scoring description +#. type: Plain text #: ../tin.1:2589 msgid "" "When there is a subject or an author which you are either very interested " @@ -7125,6 +8063,7 @@ msgstr "" "lines in an article." # type: Plain text +#. type: Plain text #: ../tin.1:2595 msgid "" "When B starts up the user's kill-file I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/" @@ -7138,6 +8077,7 @@ msgstr "" "criteria." # type: Plain text +#. type: Plain text #: ../tin.1:2600 msgid "" "The degree to which rules are applied depend on the B tinrc " @@ -7151,6 +8091,7 @@ msgstr "" "selection rule are marked with a ''*''." # type: Plain text +#. type: Plain text #: ../tin.1:2605 msgid "" "Filtering rules can be manually entered into I<${TIN_HOMEDIR:-\"$HOME\"}/." @@ -7162,23 +8103,29 @@ msgstr "" "changes) or by using an on-screen menu within B." # type: Plain text -#: ../tin.1:2611 +#. type: Plain text +#: ../tin.1:2610 msgid "" "The filtering capabilities of B have been significantly enhanced over " "previous versions to include scoring and better pattern matching. It is " "recommended that you read the file I in the B documentation " -"directory. This file can also be read online at Ehttp://www.tin.org/" -"filtering.txtE." +"directory. This file can also be read online at" msgstr "" "The filtering capabilities of B have been significantly enhanced over " "previous versions to include scoring and better pattern matching. It is " "recommended that you read the file I in the B documentation " -"directory. This file can also be read online at Ehttp://www.tin.org/" -"filtering.txtE." +"directory. This file can also be read online at" + +# type: Plain text +#. type: Plain text +#: ../tin.1:2612 +msgid "Ehttp://www.tin.org/filtering.txtE." +msgstr "Ehttp://www.tin.org/filtering.txtE." # type: Plain text #. FIXME - Next paragraph is out of date -#: ../tin.1:2624 +#. type: Plain text +#: ../tin.1:2625 msgid "" "The on-screen filtering menu is accessed by pressing B " "('B<^K>') or B ('B<^A>') at the Group and Article levels. " @@ -7199,13 +8146,15 @@ msgstr "" "the new filter, edit the full filter file or save filter." # type: SS -#: ../tin.1:2624 +#. type: SS +#: ../tin.1:2625 #, no-wrap msgid "POSTING ARTICLES" msgstr "POSTING ARTICLES" # type: Plain text -#: ../tin.1:2627 +#. type: Plain text +#: ../tin.1:2628 msgid "" "B allows posting of articles, follow-up to already posted articles and " "replying direct through mail to the author of an article." @@ -7214,7 +8163,8 @@ msgstr "" "replying direct through mail to the author of an article." # type: Plain text -#: ../tin.1:2637 +#. type: Plain text +#: ../tin.1:2638 msgid "" "Use the B ('B') command to post an article to a newsgroup. After " "entering the post subject the default editor (i.e., B(1)) or the editor " @@ -7235,7 +8185,8 @@ msgstr "" "again or p)ost the article to the specified newsgroup(s)." # type: Plain text -#: ../tin.1:2642 +#. type: Plain text +#: ../tin.1:2643 msgid "" "Use the B ('B') command to display a history of the " "articles you have posted. The date the article was posted, which newsgroups " @@ -7246,7 +8197,8 @@ msgstr "" "the article was posted to and the articles subject line are displayed." # type: Plain text -#: ../tin.1:2650 +#. type: Plain text +#: ../tin.1:2651 msgid "" "Use the B ('B'), B ('B') or " "B ('B<^W>') command to post a follow-up article to " @@ -7265,7 +8217,8 @@ msgstr "" "when posting an article with the B ('B') command." # type: Plain text -#: ../tin.1:2664 +#. type: Plain text +#: ../tin.1:2665 msgid "" "Use the B ('B'), B ('B') or " "B ('B<^E>') command to reply direct through mail to " @@ -7290,13 +8243,15 @@ msgstr "" "or send the article to the author via B ('B')." # type: SS -#: ../tin.1:2664 +#. type: SS +#: ../tin.1:2665 #, no-wrap msgid "CUSTOMIZING THE ARTICLE QUOTE STRING" msgstr "CUSTOMIZING THE ARTICLE QUOTE STRING" # type: Plain text -#: ../tin.1:2672 +#. type: Plain text +#: ../tin.1:2673 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 " @@ -7315,13 +8270,15 @@ msgstr "" "B, B or B:" # type: ta -#: ../tin.1:2674 +#. type: ta +#: ../tin.1:2675 #, no-wrap msgid "\\w'%A 'u +\\w'Address'u" msgstr "\\w'%A 'u +\\w'Address'u" # type: Plain text -#: ../tin.1:2683 +#. type: Plain text +#: ../tin.1:2684 #, no-wrap msgid "" "B<%A>\tAddress (Email)\n" @@ -7343,12 +8300,14 @@ msgstr "" "B<%I>\tInitials of author\n" # type: Plain text -#: ../tin.1:2686 +#. type: Plain text +#: ../tin.1:2687 msgid "e.g.," msgstr "e.g.," # type: Plain text -#: ../tin.1:2691 +#. type: Plain text +#: ../tin.1:2692 #, no-wrap msgid "" "CW\n" # type: Plain text -#: ../tin.1:2695 +#. type: Plain text +#: ../tin.1:2696 msgid "would expand to:" msgstr "would expand to:" # type: Plain text -#: ../tin.1:2700 +#. type: Plain text +#: ../tin.1:2701 #, no-wrap msgid "" "CWabcINN123@example.orgE, Joe Bar Ejoe@example.orgE wrote:>\n" # type: Plain text -#: ../tin.1:2710 +#. type: Plain text +#: ../tin.1:2711 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 " @@ -7388,13 +8350,15 @@ msgstr "" "represent a space)." # type: SS -#: ../tin.1:2710 +#. type: SS +#: ../tin.1:2711 #, no-wrap msgid "MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES" msgstr "MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES" # type: Plain text -#: ../tin.1:2717 +#. type: Plain text +#: ../tin.1:2718 msgid "" "The command interface to B, B, B or " "B ('B'), B ('B<|>'), B ('B'), B " @@ -7409,7 +8373,8 @@ msgstr "" "articles is the same for ease of use." # type: Plain text -#: ../tin.1:2722 +#. type: Plain text +#: ../tin.1:2723 msgid "" "Auto-saving with B<*AutoSave> ('B') is a special case and operates only " "on marked articles. They will processed without any further prompting " @@ -7422,7 +8387,8 @@ msgstr "" "attributes set for the current group." # type: Plain text -#: ../tin.1:2726 +#. type: Plain text +#: ../tin.1:2727 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 " @@ -7433,7 +8399,8 @@ msgstr "" "etc." # type: Plain text -#: ../tin.1:2730 +#. type: Plain text +#: ../tin.1:2731 msgid "" "Tagged articles must have already been tagged with a B<*Tag> ('B') " "command. All tagged articles can be untagged by a B<*Untag> ('B') untag " @@ -7444,7 +8411,8 @@ msgstr "" "command." # type: Plain text -#: ../tin.1:2736 +#. type: Plain text +#: ../tin.1:2737 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" @@ -7459,7 +8427,8 @@ msgstr "" "options." # type: Plain text -#: ../tin.1:2741 +#. type: Plain text +#: ../tin.1:2742 msgid "" "Various expansion characters are recognized when entering the directory and " "file to save to. Environment variables (prefixed with '$') and user home " @@ -7472,7 +8441,8 @@ msgstr "" "variables can themselves contain other special characters." # type: Plain text -#: ../tin.1:2746 +#. type: Plain text +#: ../tin.1:2747 msgid "" "To save articles to a mailbox enter '=Emailbox nameE' when asked for " "the save filename. If you enter just '=' then articles will be saved to a " @@ -7485,7 +8455,8 @@ msgstr "" "B." # type: Plain text -#: ../tin.1:2750 +#. type: Plain text +#: ../tin.1:2751 msgid "" "To save in savedir/Enews.group.nameE/EfilenameE format enter " "'+EfilenameE'. Environment variables are allowed within a filename " @@ -7496,7 +8467,8 @@ msgstr "" "(e.g., I<$SOURCES/dir/filename>). See B." # type: Plain text -#: ../tin.1:2756 +#. type: Plain text +#: ../tin.1:2757 msgid "" "When saving articles you can specify whether the saved files should be post " "processed. A default process type can be set via B." @@ -7505,13 +8477,15 @@ msgstr "" "processed. A default process type can be set via B." # type: SS -#: ../tin.1:2756 +#. type: SS +#: ../tin.1:2757 #, no-wrap msgid "AUTOMATIC MAILING AND SAVING NEW NEWS" msgstr "AUTOMATIC MAILING AND SAVING NEW NEWS" # type: Plain text -#: ../tin.1:2768 +#. type: Plain text +#: ../tin.1:2769 msgid "" "B 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. " @@ -7536,7 +8510,8 @@ msgstr "" "you could overflow your file system." # type: Plain text -#: ../tin.1:2772 +#. type: Plain text +#: ../tin.1:2773 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 " @@ -7547,7 +8522,8 @@ msgstr "" "''B<-R>''." # type: Plain text -#: ../tin.1:2779 +#. type: Plain text +#: ../tin.1:2780 msgid "" "If you only want to save some of your groups use the B tinrc " "variable. Set to ON or OFF in tinrc to enable/disable saving of all groups " @@ -7564,13 +8540,15 @@ msgstr "" "want using attributes." # type: TP -#: ../tin.1:2780 +#. type: TP +#: ../tin.1:2781 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2784 +#. type: Plain text +#: ../tin.1:2785 msgid "" "(mail any unread articles in newsgroups specified in file newsrc.mail to the " "local user iain and mark them as read)" @@ -7579,13 +8557,15 @@ msgstr "" "local user iain and mark them as read)" # type: TP -#: ../tin.1:2785 +#. type: TP +#: ../tin.1:2786 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2789 +#. type: Plain text +#: ../tin.1:2790 msgid "" "(save any unread articles in newsgroups specified in file newsrc.save and " "mark them as read)" @@ -7594,24 +8574,28 @@ msgstr "" "mark them as read)" # type: TP -#: ../tin.1:2790 +#. type: TP +#: ../tin.1:2791 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:2795 +#. type: Plain text +#: ../tin.1:2796 msgid "(read any articles saved by B)" msgstr "(read any articles saved by B)" # type: SS -#: ../tin.1:2795 +#. type: SS +#: ../tin.1:2796 #, no-wrap msgid "RANGES" msgstr "RANGES" # type: Plain text -#: ../tin.1:2806 +#. type: Plain text +#: ../tin.1:2807 msgid "" "A range is simply a group of items marked using the B (B<'#'>) " "key. Certain B commands will operate on a range if one exists rather " @@ -7634,13 +8618,15 @@ msgstr "" "B ('B')." # type: SS -#: ../tin.1:2807 +#. type: SS +#: ../tin.1:2808 #, no-wrap msgid "NEWSGROUP LISTS & WILDCARDS" msgstr "NEWSGROUP LISTS & WILDCARDS" # type: Plain text -#: ../tin.1:2818 +#. type: Plain text +#: ../tin.1:2819 msgid "" "Several places in B allow you to specify a list of newsgroups. These " "include command-line groups, (un)subscribe groups, the AUTO[UN]SUBSCRIBE " @@ -7661,32 +8647,37 @@ msgstr "" "examples:" # type: Plain text -#: ../tin.1:2820 +#. type: Plain text +#: ../tin.1:2821 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:2822 +#. type: Plain text +#: ../tin.1:2823 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:2827 +#. type: Plain text +#: ../tin.1:2828 msgid "" "See the explanation for the $B variables for further examples." msgstr "" "See the explanation for the $B variables for further examples." # type: SS -#: ../tin.1:2827 +#. type: SS +#: ../tin.1:2828 #, no-wrap msgid "SIGNATURES" msgstr "SIGNATURES" # type: Plain text -#: ../tin.1:2836 +#. type: Plain text +#: ../tin.1:2837 msgid "" "B will recognize a signature in either I<${TIN_HOMEDIR:-\"$HOME\"}/." "signature> or I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>. If I<${TIN_HOMEDIR:-\"$HOME" @@ -7703,7 +8694,8 @@ msgstr "" "B(1) will append the signature itself." # type: Plain text -#: ../tin.1:2839 +#. type: Plain text +#: ../tin.1:2840 msgid "" "A signature in I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig> will be pulled into the " "editor for both posting and mailing commands." @@ -7712,12 +8704,14 @@ msgstr "" "editor for both posting and mailing commands." # type: Plain text -#: ../tin.1:2841 +#. type: Plain text +#: ../tin.1:2842 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:2846 +#. type: Plain text +#: ../tin.1:2847 #, no-wrap msgid "" "CWjoe@example.orgE\n" @@ -7727,7 +8721,8 @@ msgstr "" "SNAIL Musterweg 12, 99999 Notreal, Germany>\n" # type: Plain text -#: ../tin.1:2861 +#. type: Plain text +#: ../tin.1:2862 msgid "" "B 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 " @@ -7750,13 +8745,15 @@ msgstr "" "sig is read from the file I<$HOME/.sigfixed>." # type: SS -#: ../tin.1:2861 +#. type: SS +#: ../tin.1:2862 #, no-wrap msgid "TIPS AND TRICKS" msgstr "TIPS AND TRICKS" # type: Plain text -#: ../tin.1:2865 +#. type: Plain text +#: ../tin.1:2866 msgid "" "B 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 " @@ -7767,14 +8764,16 @@ msgstr "" "up arrow key goes up a line and the down arrow key goes down a line." # type: Plain text -#: ../tin.1:2867 +#. type: Plain text +#: ../tin.1:2868 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:2870 +#. type: Plain text +#: ../tin.1:2871 msgid "" "\\(emnews.software.readers (info. about news user agents tin, rn, nn, slrn " "etc.)" @@ -7783,12 +8782,14 @@ msgstr "" "etc.)" # type: Plain text -#: ../tin.1:2872 +#. type: Plain text +#: ../tin.1:2873 msgid "\\(emnews.software.nntp (info. about NNTP)" msgstr "\\(emnews.software.nntp (info. about NNTP)" # type: Plain text -#: ../tin.1:2874 +#. type: Plain text +#: ../tin.1:2875 msgid "" "\\(emnews.answers (Frequently Asked Questions (FAQ) about many different " "themes)" @@ -7797,7 +8798,8 @@ msgstr "" "themes)" # type: Plain text -#: ../tin.1:2878 +#. type: Plain text +#: ../tin.1:2879 msgid "" "Many prompts within B offer a default choice that the cursor is " "positioned on. By pressing 'BCRE>' the default value is taken. " @@ -7808,7 +8810,8 @@ msgstr "" "Most prompts can be aborted by pressing 'BESCE>'." # type: Plain text -#: ../tin.1:2885 +#. type: Plain text +#: ../tin.1:2886 msgid "" "When B is run in an B(1x) it will resize itself each time the " "B(1x) is resized." @@ -7817,7 +8820,8 @@ msgstr "" "B(1x) is resized." # type: Plain text -#: ../tin.1:2889 +#. type: Plain text +#: ../tin.1:2890 msgid "" "B will reread the I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-" "active}> file at set intervals (B) to show any " @@ -7828,7 +8832,8 @@ msgstr "" "newly arrived news." # type: Plain text -#: ../tin.1:2894 +#. type: Plain text +#: ../tin.1:2895 msgid "" "If you find large number of new newsgroups cluttering up your screen, " "pressing B ('B') will make them go away." @@ -7837,13 +8842,15 @@ msgstr "" "pressing B ('B') will make them go away." # type: SS -#: ../tin.1:2894 +#. type: SS +#: ../tin.1:2895 #, no-wrap msgid "XTERM BUTTONS" msgstr "XTERM BUTTONS" # type: Plain text -#: ../tin.1:2900 +#. type: Plain text +#: ../tin.1:2901 msgid "" "If the environment variable B<$TERM> is set to B(1x), then button " "pressing can be used to select groups and articles. In this discussion, the " @@ -7856,31 +8863,36 @@ msgstr "" "button)." # type: Plain text -#: ../tin.1:2902 +#. type: Plain text +#: ../tin.1:2903 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:2902 +#. type: TP +#: ../tin.1:2903 #, no-wrap msgid "Button1 (left)" msgstr "Button1 (left)" # type: Plain text -#: ../tin.1:2905 +#. type: Plain text +#: ../tin.1:2906 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:2905 +#. type: TP +#: ../tin.1:2906 #, no-wrap msgid "Button2 (center)" msgstr "Button2 (centre)" # type: Plain text -#: ../tin.1:2909 +#. type: Plain text +#: ../tin.1:2910 msgid "" "returns to the previous (upper) level if you click on an article, otherwise " "pages up." @@ -7889,13 +8901,15 @@ msgstr "" "pages up." # type: TP -#: ../tin.1:2909 +#. type: TP +#: ../tin.1:2910 #, no-wrap msgid "Button3 (right)" msgstr "Button3 (right)" # type: Plain text -#: ../tin.1:2913 +#. type: Plain text +#: ../tin.1:2914 msgid "" "positions on the article line under mouse cursor, or pages down if you've " "clicked outside the list of articles." @@ -7904,18 +8918,21 @@ msgstr "" "clicked outside the list of articles." # type: Plain text -#: ../tin.1:2915 +#. type: Plain text +#: ../tin.1:2916 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:2915 ../tin.1:2927 ../tin.1:2941 +#. type: TP +#: ../tin.1:2916 ../tin.1:2928 ../tin.1:2942 #, no-wrap msgid "left button" msgstr "left button" # type: Plain text -#: ../tin.1:2919 +#. type: Plain text +#: ../tin.1:2920 msgid "" "moves to and selects the group pointed at, just like B " "('BCRE>')." @@ -7924,36 +8941,42 @@ msgstr "" "('BCRE>')." # type: TP -#: ../tin.1:2919 ../tin.1:2931 ../tin.1:2944 +#. type: TP +#: ../tin.1:2920 ../tin.1:2932 ../tin.1:2945 #, no-wrap msgid "center button" msgstr "centre button" # type: Plain text -#: ../tin.1:2922 +#. type: Plain text +#: ../tin.1:2923 msgid "quits the program, just like B ('B')." msgstr "quits the program, just like B ('B')." # type: TP -#: ../tin.1:2922 ../tin.1:2936 ../tin.1:2949 +#. type: TP +#: ../tin.1:2923 ../tin.1:2937 ../tin.1:2950 #, no-wrap msgid "right button" msgstr "right button" # type: Plain text -#: ../tin.1:2925 +#. type: Plain text +#: ../tin.1:2926 msgid "moves to the group pointed at." msgstr "moves to the group pointed at." # type: Plain text -#: ../tin.1:2927 +#. type: Plain text +#: ../tin.1:2928 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:2931 +#. type: Plain text +#: ../tin.1:2932 msgid "" "reads the article pointed at, just like B " "('BCRE>'), or the thread, just like B ('B')." @@ -7962,7 +8985,8 @@ msgstr "" "('BCRE>'), or the thread, just like B ('B')." # type: Plain text -#: ../tin.1:2936 +#. type: Plain text +#: ../tin.1:2937 msgid "" "exits the menu, catching up on the group if you have " "B set in your configuration, just like B " @@ -7973,24 +8997,28 @@ msgstr "" "('B')." # type: Plain text -#: ../tin.1:2939 +#. type: Plain text +#: ../tin.1:2940 msgid "moves to the article (or thread) pointed at." msgstr "moves to the article (or thread) pointed at." # type: Plain text -#: ../tin.1:2941 +#. type: Plain text +#: ../tin.1:2942 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:2944 +#. type: Plain text +#: ../tin.1:2945 msgid "" "reads article pointed at, just like B ('BCRE>')." msgstr "" "reads article pointed at, just like B ('BCRE>')." # type: Plain text -#: ../tin.1:2949 +#. type: Plain text +#: ../tin.1:2950 msgid "" "exits the menu, catching up on the thread if you have " "B set in your configuration, just like B " @@ -8001,12 +9029,14 @@ msgstr "" "('B')." # type: Plain text -#: ../tin.1:2952 +#. type: Plain text +#: ../tin.1:2953 msgid "moves to the article pointed at." msgstr "moves to the article pointed at." # type: Plain text -#: ../tin.1:2959 +#. type: Plain text +#: ../tin.1:2960 msgid "" "In other menus and areas button pressing reverts back to usual cut and paste " "of B(1x), but after one click of any button." @@ -8015,13 +9045,15 @@ msgstr "" "of B(1x), but after one click of any button." # type: SS -#: ../tin.1:2959 +#. type: SS +#: ../tin.1:2960 #, no-wrap msgid "INDEX FILES" msgstr "INDEX FILES" # type: Plain text -#: ../tin.1:2964 +#. type: Plain text +#: ../tin.1:2965 msgid "" "If your news server supports NOV index files (see B(5), most " "modern installations will) and you have a fast connection to your news " @@ -8032,22 +9064,24 @@ msgstr "" "server then this section can be ignored." # type: Plain text -#: ../tin.1:2970 +#. type: Plain text +#: ../tin.1:2971 msgid "" "If your news server doesn't support NOV index files or you have a very slow " "connection to your news server then B can cache the index for each " "newsgroup if B is set to ON. Note that this cache can " -"use up large amounts of diskspace if you read a lot of groups and/or high " +"use up large amounts of disk space if you read a lot of groups and/or high " "traffic groups." msgstr "" "If your news server doesn't support NOV index files or you have a very slow " "connection to your news server then B can cache the index for each " "newsgroup if B is set to ON. Note that this cache can " -"use up large amounts of diskspace if you read a lot of groups and/or high " +"use up large amounts of disk space if you read a lot of groups and/or high " "traffic groups." # type: Plain text -#: ../tin.1:2979 +#. type: Plain text +#: ../tin.1:2980 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 " @@ -8066,7 +9100,8 @@ msgstr "" "when reading via NNTP then turning on caching will have little or no effect." # type: Plain text -#: ../tin.1:2986 +#. type: Plain text +#: ../tin.1:2987 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 to create all " @@ -8083,7 +9118,8 @@ msgstr "" "need to be cached." # type: Plain text -#: ../tin.1:2991 +#. type: Plain text +#: ../tin.1:2992 msgid "" "As indexing might take some time you may want to run B form the system " "batcher B(1) with the ''B<-u>'' option:" @@ -8092,13 +9128,15 @@ msgstr "" "batcher B(1) with the ''B<-u>'' option:" # type: Plain text -#: ../tin.1:2996 +#. type: Plain text +#: ../tin.1:2997 #, 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:3002 +#. type: Plain text +#: ../tin.1:3003 msgid "" "If you are low on local disk space you should consider to manually purge " "cached data for groups you are not reading anymore with something like:" @@ -8107,7 +9145,8 @@ msgstr "" "cached data for groups you are not reading anymore with something like:" # type: Plain text -#: ../tin.1:3008 +#. type: Plain text +#: ../tin.1:3009 #, no-wrap msgid "" "CW\n" # type: SH -#: ../tin.1:3013 ../tin.5:21 +#. type: SH +#: ../tin.1:3014 ../tin.5:21 #, no-wrap msgid "FILES" msgstr "FILES" @@ -8125,6 +9165,7 @@ msgstr "FILES" # type: Plain text #. TODO: mention dead.article, dead.articles #. .article[.$$], .cancel[.$$], .letter[.$$]? +#. ${XDG_RUNTIME_DIR:\-"$HOME"}/.slrnfaces #. $PWD/trace[.out] (--with-trace) #. $TMPDIR/NNTP (-D 1) #. $TMPDIR/FILTER (-D 2) @@ -8137,124 +9178,148 @@ msgstr "FILES" #. $TMPDIR/SCOPES-R (-D 32) #. $TMPDIR/SCOPES-W (-D 32) #. $TMPDIR/ACTIVE (-D 64) -#: ../tin.1:3030 +#. type: Plain text +#: ../tin.1:3032 msgid "For a detailed description see B(5)." msgstr "For a detailed description see B(5)." # type: Plain text -#: ../tin.1:3032 ../tin.5:42 +#. type: Plain text +#: ../tin.1:3034 ../tin.5:43 msgid "I<$MAILCAPS>" msgstr "I<$MAILCAPS>" # type: Plain text -#: ../tin.1:3034 ../tin.5:44 -msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>" -msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.mailcap>" +#. type: Plain text +#: ../tin.1:3036 ../tin.5:45 +msgid "I<~/.mailcap>" +msgstr "I<~/.mailcap>" # type: Plain text -#: ../tin.1:3036 ../tin.5:46 +#. type: Plain text +#: ../tin.1:3038 ../tin.5:47 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3038 ../tin.5:48 +#. type: Plain text +#: ../tin.1:3040 ../tin.5:49 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3040 ../tin.5:50 +#. type: Plain text +#: ../tin.1:3042 ../tin.5:51 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3042 ../tin.5:52 +#. type: Plain text +#: ../tin.1:3044 ../tin.5:53 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3045 ../tin.5:221 +#. type: Plain text +#: ../tin.1:3047 ../tin.5:222 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3048 ../tin.5:231 +#. type: Plain text +#: ../tin.1:3050 ../tin.5:232 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.cancelsecret>" # type: Plain text -#: ../tin.1:3051 ../tin.5:238 +#. type: Plain text +#: ../tin.1:3053 ../tin.5:242 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.mime.types>" # type: Plain text -#: ../tin.1:3053 ../tin.5:240 +#. type: Plain text +#: ../tin.1:3055 ../tin.5:244 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3055 ../tin.5:242 +#. type: Plain text +#: ../tin.1:3057 ../tin.5:246 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3058 ../tin.5:249 +#. type: Plain text +#: ../tin.1:3060 ../tin.5:253 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsauth>" # type: Plain text -#: ../tin.1:3061 ../tin.5:282 +#. type: Plain text +#: ../tin.1:3063 ../tin.5:286 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>" # type: Plain text -#: ../tin.1:3065 ../tin.5:311 +#. type: Plain text +#: ../tin.1:3067 ../tin.5:315 #, 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:3069 ../tin.5:319 +#. type: Plain text +#: ../tin.1:3071 ../tin.5:323 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.signature>" # type: Plain text -#: ../tin.1:3071 ../tin.5:321 +#. type: Plain text +#: ../tin.1:3073 ../tin.5:325 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.Sig>" # type: Plain text -#: ../tin.1:3074 ../tin.5:328 +#. type: Plain text +#: ../tin.1:3076 ../tin.5:332 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.sigfixed>" # type: Plain text -#: ../tin.1:3077 ../tin.5:335 +#. type: Plain text +#: ../tin.1:3079 ../tin.5:339 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/.inputhistory>" # type: Plain text -#: ../tin.1:3080 ../tin.5:342 +#. type: Plain text +#: ../tin.1:3082 ../tin.5:346 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:3084 ../tin.5:350 +#. type: Plain text +#: ../tin.1:3086 ../tin.5:354 #, 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:3088 ../tin.5:358 +#. type: Plain text +#: ../tin.1:3090 ../tin.5:362 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:3091 ../tin.5:365 +#. type: Plain text +#: ../tin.1:3093 ../tin.5:369 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.mail>" # type: Plain text -#: ../tin.1:3094 ../tin.5:399 +#. type: Plain text +#: ../tin.1:3096 ../tin.5:403 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/active.save>" @@ -8263,66 +9328,78 @@ 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:3098 ../tin.5:410 +#. type: Plain text +#: ../tin.1:3100 ../tin.5:414 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3100 ../tin.5:412 +#. type: Plain text +#: ../tin.1:3102 ../tin.5:416 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:3103 ../tin.5:737 +#. type: Plain text +#: ../tin.1:3105 ../tin.5:741 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/filter>" # type: Plain text -#: ../tin.1:3107 ../tin.5:819 +#. type: Plain text +#: ../tin.1:3109 ../tin.5:823 #, no-wrap msgid "I\n" msgstr "I\n" # type: Plain text -#: ../tin.1:3109 ../tin.5:821 +#. type: Plain text +#: ../tin.1:3111 ../tin.5:825 #, 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:3113 ../tin.5:1054 +#. type: Plain text +#: ../tin.1:3115 ../tin.5:1058 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/mailgroups>" # type: Plain text -#: ../tin.1:3116 ../tin.5:1070 +#. type: Plain text +#: ../tin.1:3118 ../tin.5:1074 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/newsrctable>" # type: Plain text -#: ../tin.1:3119 ../tin.5:1096 +#. type: Plain text +#: ../tin.1:3121 ../tin.5:1100 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/posted>" # type: Plain text -#: ../tin.1:3122 ../tin.5:1103 +#. type: Plain text +#: ../tin.1:3124 ../tin.5:1107 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/Mail/posted>" # type: Plain text -#: ../tin.1:3125 ../tin.5:1113 +#. type: Plain text +#: ../tin.1:3127 ../tin.5:1117 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/postponed.articles>" # type: Plain text -#: ../tin.1:3129 +#. type: Plain text +#: ../tin.1:3131 #, 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:3134 +#. type: Plain text +#: ../tin.1:3136 #, no-wrap msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/$NNTPSERVER:${NNTPPORT:+\":$NNTPPORT\"}/serverrc>\n" @@ -8332,22 +9409,26 @@ 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:3139 ../tin.5:1166 +#. type: Plain text +#: ../tin.1:3141 ../tin.5:1170 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3141 ../tin.5:1168 +#. type: Plain text +#: ../tin.1:3143 ../tin.5:1172 msgid "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>" msgstr "I<${TIN_HOMEDIR:-\"$HOME\"}/.tin/tinrc>" # type: Plain text -#: ../tin.1:3144 ../tin.5:2289 +#. type: Plain text +#: ../tin.1:3146 ../tin.5:2293 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3147 +#. type: Plain text +#: ../tin.1:3149 msgid "I" msgstr "I" @@ -8356,51 +9437,60 @@ msgstr "I= 2.2.x getting more and more popular #. we should think about checking for the new Paths #. (described shown below). -#: ../tin.1:3150 ../tin.5:2396 +#. type: Plain text +#: ../tin.1:3152 ../tin.5:2400 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>" msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}\"/\"${TIN_ACTIVEFILE:-active}>" # type: Plain text -#: ../tin.1:3153 ../tin.5:2456 +#. type: Plain text +#: ../tin.1:3155 ../tin.5:2460 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>" msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/active.times>" # type: Plain text -#: ../tin.1:3156 ../tin.5:2483 +#. type: Plain text +#: ../tin.1:3158 ../tin.5:2487 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>" msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/newsgroups>" # type: Plain text -#: ../tin.1:3159 ../tin.5:2506 +#. type: Plain text +#: ../tin.1:3161 ../tin.5:2510 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:3162 ../tin.5:2516 +#. type: Plain text +#: ../tin.1:3164 ../tin.5:2520 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:3165 ../tin.5:2534 +#. type: Plain text +#: ../tin.1:3167 ../tin.5:2538 msgid "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>" msgstr "I<${TIN_LIBDIR:-NEWSLIBDIR}/subscriptions>" # type: SH -#: ../tin.1:3168 +#. type: SH +#: ../tin.1:3170 #, no-wrap msgid "ENVIRONMENT" msgstr "ENVIRONMENT" # type: TP -#: ../tin.1:3182 +#. type: TP +#: ../tin.1:3173 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3190 +#. type: Plain text +#: ../tin.1:3181 msgid "" "Define this variable if you want to specify command-line options that B " "should be started with to save typing them each time it is started. The " @@ -8415,13 +9505,15 @@ msgstr "" "the command-line to override the same option specified in the environment." # type: TP -#: ../tin.1:3190 +#. type: TP +#: ../tin.1:3181 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3195 +#. type: Plain text +#: ../tin.1:3186 msgid "" "Define this variable if you do not want the I<.tin> directory in I<$HOME/>. " "E.g., if you want all B's private files in I you would set " @@ -8432,13 +9524,15 @@ msgstr "" "$B to I." # type: TP -#: ../tin.1:3195 +#. type: TP +#: ../tin.1:3186 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3201 +#. type: Plain text +#: ../tin.1:3192 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's news index " @@ -8449,13 +9543,15 @@ msgstr "" "files in I you would set $B to I." # type: TP -#: ../tin.1:3201 +#. type: TP +#: ../tin.1:3192 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3207 +#. type: Plain text +#: ../tin.1:3198 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's mail index " @@ -8466,13 +9562,15 @@ msgstr "" "files in I you would set $B to I." # type: TP -#: ../tin.1:3207 +#. type: TP +#: ../tin.1:3198 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3213 +#. type: Plain text +#: ../tin.1:3204 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's save index " @@ -8483,13 +9581,15 @@ msgstr "" "files in I you would set $B to I." # type: TP -#: ../tin.1:3213 +#. type: TP +#: ../tin.1:3204 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3218 +#. type: Plain text +#: ../tin.1:3209 msgid "" "Define this variable if you want to override the B path that was " "compiled into the B binary, default is I. If tin is " @@ -8500,13 +9600,15 @@ msgstr "" "running in NNTP mode setting this variable has no effect." # type: TP -#: ../tin.1:3218 +#. type: TP +#: ../tin.1:3209 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3223 +#. type: Plain text +#: ../tin.1:3214 msgid "" "Define this variable if you want to override the B path that was " "compiled into the B binary, default is I. If tin is " @@ -8517,13 +9619,15 @@ msgstr "" "running in NNTP mode setting this variable has no effect." # type: TP -#: ../tin.1:3223 +#. type: TP +#: ../tin.1:3214 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3229 +#. type: Plain text +#: ../tin.1:3219 msgid "" "Define this variable if you want to override the B path that was " "compiled into the B binary, default is B (see above). If tin " @@ -8534,13 +9638,34 @@ msgstr "" "is running in NNTP mode setting this variable has no effect." # type: TP -#: ../tin.1:3229 +#. type: TP +#: ../tin.1:3219 +#, no-wrap +msgid "B" +msgstr "B" + +# type: Plain text +#. type: Plain text +#: ../tin.1:3225 +msgid "" +"Define this variable if you want to override the B file name " +"that was compiled into the B binary, default is I<.overview>. If tin is " +"running in NNTP mode setting this variable has no effect." +msgstr "" +"Define this variable if you want to override the B file name " +"that was compiled into the B binary, default is I<.overview>. If tin is " +"running in NNTP mode setting this variable has no effect." + +# type: TP +#. type: TP +#: ../tin.1:3225 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3235 +#. type: Plain text +#: ../tin.1:3231 msgid "" "Define this variable if you want to override the B path " "that was compiled into the B binary. If tin is running in NNTP mode " @@ -8553,13 +9678,15 @@ msgstr "" "prepended to $B." # type: TP -#: ../tin.1:3235 +#. type: TP +#: ../tin.1:3231 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3241 +#. type: Plain text +#: ../tin.1:3237 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." # type: TP -#: ../tin.1:3241 +#. type: TP +#: ../tin.1:3237 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3246 +#. type: Plain text +#: ../tin.1:3242 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 " @@ -8589,13 +9718,15 @@ msgstr "" "overrides $B." # type: TP -#: ../tin.1:3246 +#. type: TP +#: ../tin.1:3242 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3250 +#. type: Plain text +#: ../tin.1:3246 msgid "" "Set the article header field ''Distribution:'' to the contents of the " "variable instead of the system default." @@ -8604,13 +9735,15 @@ msgstr "" "variable instead of the system default." # type: TP -#: ../tin.1:3250 +#. type: TP +#: ../tin.1:3246 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3254 +#. type: Plain text +#: ../tin.1:3250 msgid "" "Set the ISO to ASCII charset decoding table character to use in decoding an " "article text. Values can range from 0 to 6." @@ -8619,28 +9752,33 @@ msgstr "" "article text. Values can range from 0 to 6." # type: Plain text -#: ../tin.1:3258 +#. type: Plain text +#: ../tin.1:3254 msgid "universal table for many languages" msgstr "universal table for many languages" # type: Plain text -#: ../tin.1:3261 +#. type: Plain text +#: ../tin.1:3257 msgid "single-spacing universal table" msgstr "single-spacing universal table" # type: Plain text -#: ../tin.1:3264 +#. type: Plain text +#: ../tin.1:3260 msgid "table for Danish, Dutch, German, Norwegian and Swedish" msgstr "table for Danish, Dutch, German, Norwegian and Swedish" # type: TP -#: ../tin.1:3264 +#. type: TP +#: ../tin.1:3260 #, no-wrap msgid "B<3>" msgstr "B<3>" # type: Plain text -#: ../tin.1:3267 +#. type: Plain text +#: ../tin.1:3263 msgid "" "table for Danish, Finnish, Norwegian and Swedish using the appropriate ISO " "646 variant" @@ -8649,29 +9787,34 @@ msgstr "" "646 variant" # type: Plain text -#: ../tin.1:3270 +#. type: Plain text +#: ../tin.1:3266 msgid "table with RFC 1345 codes in brackets" msgstr "table with RFC 1345 codes in brackets" # type: TP -#: ../tin.1:3270 +#. type: TP +#: ../tin.1:3266 #, no-wrap msgid "B<5>" msgstr "B<5>" # type: Plain text -#: ../tin.1:3273 +#. type: Plain text +#: ../tin.1:3269 msgid "table for printers that allow overstriking with backspace" msgstr "table for printers that allow overstriking with backspace" # type: TP -#: ../tin.1:3274 +#. type: TP +#: ../tin.1:3270 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3280 +#. type: Plain text +#: ../tin.1:3276 msgid "" "Set the article header field ''Organization:'' to the contents of the " "variable instead of the system default. If reading news on an Apollo " @@ -8684,24 +9827,28 @@ msgstr "" "of $B." # type: TP -#: ../tin.1:3280 +#. type: TP +#: ../tin.1:3276 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3283 +#. type: Plain text +#: ../tin.1:3279 msgid "DomainOS specific, same as $B on other OSs (see above)." msgstr "DomainOS specific, same as $B on other OSs (see above)." # type: TP -#: ../tin.1:3283 +#. type: TP +#: ../tin.1:3279 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3288 +#. type: Plain text +#: ../tin.1:3284 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 " @@ -8712,13 +9859,15 @@ msgstr "" "different address." # type: TP -#: ../tin.1:3288 +#. type: TP +#: ../tin.1:3284 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3292 +#. type: Plain text +#: ../tin.1:3288 msgid "" "Overrides the full name given in the gecos-files in I, see also " "B." @@ -8727,37 +9876,43 @@ msgstr "" "B." # type: TP -#: ../tin.1:3292 +#. type: TP +#: ../tin.1:3288 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3295 +#. type: Plain text +#: ../tin.1:3291 msgid "Same as $B." msgstr "Same as $B." # type: TP -#: ../tin.1:3295 +#. type: TP +#: ../tin.1:3291 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3300 +#. type: Plain text +#: ../tin.1:3296 msgid "" "Pathname of the user's home directory. See B(5) for more info." msgstr "" "Pathname of the user's home directory. See B(5) for more info." # type: TP -#: ../tin.1:3300 +#. type: TP +#: ../tin.1:3296 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3304 +#. type: Plain text +#: ../tin.1:3300 msgid "" "This variable has precedence over the default mailer that is used in all " "mailing operations within B." @@ -8766,24 +9921,28 @@ msgstr "" "mailing operations within B." # type: TP -#: ../tin.1:3304 +#. type: TP +#: ../tin.1:3300 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3307 +#. type: Plain text +#: ../tin.1:3303 msgid "Full path to the user's mailbox." msgstr "Full path to the user's mailbox." # type: TP -#: ../tin.1:3307 +#. type: TP +#: ../tin.1:3303 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3316 +#. type: Plain text +#: ../tin.1:3312 msgid "" "This variable has precedence over the default editor (i.e., B(1)) that " "is used in all editing operations within B (e.g., posting, replying, " @@ -8796,13 +9955,15 @@ msgstr "" "B(5) for more info." # type: TP -#: ../tin.1:3316 +#. type: TP +#: ../tin.1:3312 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3325 +#. type: Plain text +#: ../tin.1:3321 msgid "" "If $B is unset, then this variable is looked up for a default " "editor. If $B and $B are both unset, B uses the systems " @@ -8815,13 +9976,15 @@ msgstr "" "more info." # type: TP -#: ../tin.1:3325 +#. type: TP +#: ../tin.1:3321 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3331 +#. type: Plain text +#: ../tin.1:3327 msgid "" "A new group is checked against the list of patterns; if it matches, B " "subscribes the user to the group without further query. See the section " @@ -8834,12 +9997,14 @@ msgstr "" "example, setting" # type: Plain text -#: ../tin.1:3333 +#. type: Plain text +#: ../tin.1:3329 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3338 +#. type: Plain text +#: ../tin.1:3334 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 " @@ -8852,13 +10017,15 @@ msgstr "" "with the ''B<-X>'' command-line switch." # type: TP -#: ../tin.1:3338 +#. type: TP +#: ../tin.1:3334 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3342 +#. type: Plain text +#: ../tin.1:3338 msgid "" "Is handled like the $B variable, but groups matching the list " "are unsubscribed from without further query. For example, setting" @@ -8867,12 +10034,14 @@ msgstr "" "are unsubscribed from without further query. For example, setting" # type: Plain text -#: ../tin.1:3344 +#. type: Plain text +#: ../tin.1:3340 msgid "I" msgstr "I" # type: Plain text -#: ../tin.1:3348 +#. type: Plain text +#: ../tin.1:3344 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 " @@ -8883,13 +10052,15 @@ msgstr "" "will be queried for as usual)." # type: TP -#: ../tin.1:3348 +#. type: TP +#: ../tin.1:3344 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3352 +#. type: Plain text +#: ../tin.1:3348 msgid "" "A pathname of a directory made available for B to create temporary " "files." @@ -8898,13 +10069,15 @@ msgstr "" "files." # type: TP -#: ../tin.1:3352 +#. type: TP +#: ../tin.1:3348 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3358 +#. type: Plain text +#: ../tin.1:3354 msgid "" "This variable can be used to override the default path search for B" "(5) files. See also B(5)." @@ -8913,13 +10086,15 @@ msgstr "" "(5) files. See also B(5)." # type: TP -#: ../tin.1:3358 +#. type: TP +#: ../tin.1:3354 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3363 +#. type: Plain text +#: ../tin.1:3359 msgid "" "Set this variable to disable the use of B(1) or a replacement (e." "g. metamutt)." @@ -8928,19 +10103,22 @@ msgstr "" "g. metamutt)." # type: TP -#: ../tin.1:3363 +#. type: TP +#: ../tin.1:3359 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.1:3365 +#. type: TP +#: ../tin.1:3361 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3370 +#. type: Plain text +#: ../tin.1:3366 msgid "" "Set this variable to point to B(1) or a replacement and its cmd-" "line options." @@ -8949,13 +10127,15 @@ msgstr "" "line options." # type: TP -#: ../tin.1:3370 +#. type: TP +#: ../tin.1:3366 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3377 +#. type: Plain text +#: ../tin.1:3373 msgid "" "Define any additional options that you wish to pass to your B(1) or " "B(1) program." @@ -8964,13 +10144,15 @@ msgstr "" "B(1) program." # type: TP -#: ../tin.1:3377 +#. type: TP +#: ../tin.1:3373 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3382 +#. type: Plain text +#: ../tin.1:3378 msgid "" "Override the name of the B(1) directory in B<$HOME> that holds your " "keys etc.." @@ -8979,13 +10161,15 @@ msgstr "" "keys etc.." # type: TP -#: ../tin.1:3382 +#. type: TP +#: ../tin.1:3378 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3387 +#. type: Plain text +#: ../tin.1:3383 msgid "" "Override the name of the B(1) directory in B<$HOME> that holds your " "keys etc.." @@ -8994,7 +10178,8 @@ msgstr "" "keys etc.." # type: TP -#: ../tin.1:3387 +#. type: TP +#: ../tin.1:3383 #, no-wrap msgid "B" msgstr "B" @@ -9002,7 +10187,8 @@ msgstr "B" # type: Plain text #. TODO: document LC_CTYPEs influence on #. ~/.tin/keymap.*, 8bit char display, ... -#: ../tin.1:3401 +#. type: Plain text +#: ../tin.1:3397 msgid "" "This variable determines the B(5) category for character handling " "functions. Usually it determines the character classes for pattern matching " @@ -9021,13 +10207,15 @@ msgstr "" "information." # type: TP -#: ../tin.1:3401 +#. type: TP +#: ../tin.1:3397 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3410 +#. type: Plain text +#: ../tin.1:3406 msgid "" "Formats of informative and diagnostic messages and interactive responses. " "It's value should be of the form I[I<_territory>][I<.codeset>]" @@ -9038,13 +10226,15 @@ msgstr "" "[I<@modifier>]. See B(5) and B(5) for more information." # type: TP -#: ../tin.1:3410 +#. type: TP +#: ../tin.1:3406 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3418 +#. type: Plain text +#: ../tin.1:3414 msgid "" "Date and time formats. It's value should be of the form I" "[I<_territory>][I<.codeset>][I<@modifier>]. See B(5) and B" @@ -9055,13 +10245,15 @@ msgstr "" "(5) for more information." # type: TP -#: ../tin.1:3418 +#. type: TP +#: ../tin.1:3414 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3427 +#. type: Plain text +#: ../tin.1:3423 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[I<_territory>]" @@ -9072,13 +10264,15 @@ msgstr "" "[I<.codeset>]. See B(5) and B(5) for more information." # type: TP -#: ../tin.1:3427 +#. type: TP +#: ../tin.1:3423 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3436 +#. type: Plain text +#: ../tin.1:3432 msgid "" "This variable determines the B(5) category for any category not " "specifically selected with a variable starting with B<$LC_>. It's value " @@ -9091,13 +10285,15 @@ msgstr "" "(5) for more information." # type: TP -#: ../tin.1:3436 +#. type: TP +#: ../tin.1:3432 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3444 +#. type: Plain text +#: ../tin.1:3440 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<" @@ -9112,13 +10308,15 @@ msgstr "" "information." # type: TP -#: ../tin.1:3444 +#. type: TP +#: ../tin.1:3440 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3454 +#. type: Plain text +#: ../tin.1:3450 msgid "" "A decimal integer E 0 used to indicate the user's preferred width in " "column positions for the terminal screen or window. If this variable is " @@ -9139,13 +10337,15 @@ msgstr "" "characteristics." # type: TP -#: ../tin.1:3454 +#. type: TP +#: ../tin.1:3450 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3464 +#. type: Plain text +#: ../tin.1:3460 msgid "" "A decimal integer E 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 " @@ -9166,16 +10366,15 @@ msgstr "" "B<$LINES> unless they wish to override the system selection." # type: TP -#: ../tin.1:3464 +#. type: TP +#: ../tin.1:3460 #, no-wrap msgid "B" msgstr "B" -# -# # type: Plain text -#. TODO: add missing, sort useful, document in detail -#: ../tin.1:3473 +#. type: Plain text +#: ../tin.1:3466 msgid "" "The type of terminal in use. This is used when looking up termcap " "sequences. See B(5) for more information." @@ -9183,69 +10382,136 @@ msgstr "" "The type of terminal in use. This is used when looking up termcap " "sequences. See B(5) for more information." -# type: SH +# type: TP +#. type: TP +#: ../tin.1:3466 +#, no-wrap +msgid "B" +msgstr "B" + +# type: Plain text +#. type: Plain text +#: ../tin.1:3469 +msgid "Display name, pointing to the X server; required for xface." +msgstr "Display name, pointing to the X server; required for xface." + +# type: TP +#. type: TP +#: ../tin.1:3469 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: Plain text +#: ../tin.1:3473 +msgid "" +"Used for determining terminal's X window id; required for xface. Should be " +"set by the terminal emulator." +msgstr "" +"Used for determining terminal's X window id; required for xface. Should be " +"set by the terminal emulator." + +# type: TP +#. type: TP #: ../tin.1:3473 #, no-wrap +msgid "B" +msgstr "B" + +# type: Plain text +#. type: Plain text +#: ../tin.1:3477 +msgid "" +"The pathname of the user's login shell. Used to set B." +msgstr "" +"The pathname of the user's login shell. Used to set B." + +# type: TP +#. type: TP +#: ../tin.1:3477 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: Plain text +#: ../tin.1:3482 +msgid "The pathname of the user's dir to put non-essential runtime files into." +msgstr "" +"The pathname of the user's dir to put non-essential runtime files into." + +# type: SH +#. type: SH +#: ../tin.1:3482 +#, no-wrap msgid "SIGNALS" msgstr "SIGNALS" # type: Plain text -#: ../tin.1:3476 +#. TODO: add missing, sort useful, document in detail +#. type: Plain text +#: ../tin.1:3486 msgid "B handles a couple of signals:" msgstr "B handles a couple of signals:" # type: TP -#: ../tin.1:3476 +#. type: TP +#: ../tin.1:3486 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3479 ../tin.1:3482 +#. type: Plain text +#: ../tin.1:3489 ../tin.1:3492 msgid "Terminate gracefully." msgstr "Terminate gracefully." # type: TP -#: ../tin.1:3479 +#. type: TP +#: ../tin.1:3489 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.1:3482 +#. type: TP +#: ../tin.1:3492 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.1:3485 +#. type: Plain text +#: ../tin.1:3495 msgid "Terminate gracefully but do not restore tty." msgstr "Terminate gracefully but do not restore tty." # type: TP -#: ../tin.1:3485 +#. type: TP +#: ../tin.1:3495 #, no-wrap msgid "B" msgstr "B" -# -# # type: Plain text #. .SH DIAGNOSTICS #. give an overview of the most common error messages and how to cope with #. them. -#: ../tin.1:3496 +#. type: Plain text +#: ../tin.1:3506 msgid "Write out I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>-file." msgstr "Write out I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>-file." # type: SH -#: ../tin.1:3496 +#. type: SH +#: ../tin.1:3506 #, no-wrap msgid "SECURITY" msgstr "SECURITY" # type: Plain text -#: ../tin.1:3504 +#. type: Plain text +#: ../tin.1:3514 msgid "" "When B 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 " @@ -9258,7 +10524,8 @@ msgstr "" "before starting tin in debug mode (e.g. B)." # type: SH -#: ../tin.1:3504 +#. type: SH +#: ../tin.1:3514 #, no-wrap msgid "CONFORMING TO" msgstr "CONFORMING TO" @@ -9266,24 +10533,27 @@ msgstr "CONFORMING TO" # type: Plain text #. - RFC2045, RFC2047, RFC2980, RFC3977, RFC4643, RFC5322 #. RFC5536, RFC5537, RFC6048 or whatever -#: ../tin.1:3512 +#. type: Plain text +#: ../tin.1:3522 msgid "" -"B does conform to the Base Definitions volume of IEEE Std 1003.1-2001, " +"B does conform to the Base Definitions volume of IEEE Std 1003.1-2008, " "Section 12, Utility Conventions (Utility Argument Syntax, Utility Syntax " "Guidelines)." msgstr "" -"B does conform to the Base Definitions volume of IEEE Std 1003.1-2001, " +"B does conform to the Base Definitions volume of IEEE Std 1003.1-2008, " "Section 12, Utility Conventions (Utility Argument Syntax, Utility Syntax " "Guidelines)." # type: SH -#: ../tin.1:3512 +#. type: SH +#: ../tin.1:3522 #, no-wrap msgid "NOTES" msgstr "NOTES" # type: Plain text -#: ../tin.1:3517 +#. type: Plain text +#: ../tin.1:3527 msgid "" "Regular expression support is provided by the PCRE library package B" "(3), which is open source software, written by Philip Hazel, and copyright " @@ -9294,18 +10564,21 @@ msgstr "" "by the University of Cambridge, England." # type: Plain text -#: ../tin.1:3521 -msgid "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/" -msgstr "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/" +#. type: Plain text +#: ../tin.1:3531 +msgid "Eftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/E" +msgstr "Eftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/E" # type: SH -#: ../tin.1:3521 +#. type: SH +#: ../tin.1:3531 #, no-wrap msgid "BUGS" msgstr "BUGS" # type: Plain text -#: ../tin.1:3529 +#. type: Plain text +#: ../tin.1:3539 msgid "" "B NNTPd, B(1) (E= V1.0-pre5) and B (E= " "V1.1.91) can't handle pipelined GROUP commands. If you run into trouble with " @@ -9318,7 +10591,8 @@ msgstr "" "and recompile." # type: Plain text -#: ../tin.1:3538 +#. type: Plain text +#: ../tin.1:3548 msgid "" "Before mailing a bug-report to Etin-bugs@tin.orgE please check if " "you are using the latest (stable) release, and if not, please upgrade first! " @@ -9335,191 +10609,228 @@ msgstr "" "request it." # type: SH -#: ../tin.1:3538 +#. type: SH +#: ../tin.1:3548 #, no-wrap msgid "HISTORY" msgstr "HISTORY" # type: Plain text -#: ../tin.1:3550 +#. type: Plain text +#: ../tin.1:3557 msgid "" "B is based on the B(1) newsreader that was developed by Rich " "Skrenta and posted to alt.sources in March 1991; its first version was " "released on August 23rd 1991. B(1) itself was heavily influenced by " "notesfiles a public domain UNIX version of PLATO Notes, developed at the " "University of Illinois by Ray Essick and Rob Kolstad in 1982. For a version " -"overview see Ehttp://www.tin.org/history.htmlE." +"overview see" msgstr "" "B is based on the B(1) newsreader that was developed by Rich " "Skrenta and posted to alt.sources in March 1991; its first version was " "released on August 23rd 1991. B(1) itself was heavily influenced by " "notesfiles a public domain UNIX version of PLATO Notes, developed at the " "University of Illinois by Ray Essick and Rob Kolstad in 1982. For a version " -"overview see Ehttp://www.tin.org/history.htmlE." +"overview see" + +# type: Plain text +#. type: Plain text +#: ../tin.1:3561 +msgid "Ehttp://www.tin.org/history.htmlE." +msgstr "Ehttp://www.tin.org/history.htmlE." # type: SH -#: ../tin.1:3550 +#. type: SH +#: ../tin.1:3561 #, no-wrap msgid "CREDITS" msgstr "CREDITS" # type: IP -#: ../tin.1:3552 +#. type: IP +#: ../tin.1:3563 #, no-wrap msgid "Rich Skrenta" msgstr "Rich Skrenta" # type: Plain text -#: ../tin.1:3556 +#. type: Plain text +#: ../tin.1:3567 msgid "author of B(1) v3.2 which this newsreader used as its base." msgstr "author of B(1) v3.2 which this newsreader used as its base." # type: IP -#: ../tin.1:3556 +#. type: IP +#: ../tin.1:3567 #, no-wrap msgid "Bill Davidsen" msgstr "Bill Davidsen" # type: Plain text -#: ../tin.1:3558 +#. type: Plain text +#: ../tin.1:3569 msgid "author of envarg.c environment variable reading routine." msgstr "author of envarg.c environment variable reading routine." # type: IP -#: ../tin.1:3558 +#. type: IP +#: ../tin.1:3569 #, no-wrap msgid "Mike Gleason" msgstr "Mike Gleason" # type: Plain text -#: ../tin.1:3560 +#. type: Plain text +#: ../tin.1:3571 msgid "author of sigfile.c random signature generation routines." msgstr "author of sigfile.c random signature generation routines." # type: IP -#: ../tin.1:3560 +#. type: IP +#: ../tin.1:3571 #, no-wrap msgid "Markus Kuhn EMarkus.Kuhn@cl.cam.ac.ukE" msgstr "Markus Kuhn EMarkus.Kuhn@cl.cam.ac.ukE" # type: Plain text -#: ../tin.1:3562 +#. type: Plain text +#: ../tin.1:3573 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:3562 +#. type: IP +#: ../tin.1:3573 #, no-wrap msgid "Arnold Robbins" msgstr "Arnold Robbins" # type: Plain text -#: ../tin.1:3564 +#. type: Plain text +#: ../tin.1:3575 msgid "author of strftime.c date formatting routine." msgstr "author of strftime.c date formatting routine." # type: IP -#: ../tin.1:3564 +#. type: IP +#: ../tin.1:3575 #, no-wrap msgid "Rich Salz" msgstr "Rich Salz" # type: Plain text -#: ../tin.1:3566 +#. type: Plain text +#: ../tin.1:3577 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:3566 +#. type: IP +#: ../tin.1:3577 #, no-wrap msgid "Dave Taylor" msgstr "Dave Taylor" # type: Plain text -#: ../tin.1:3570 +#. type: Plain text +#: ../tin.1:3581 msgid "author of curses.c from the B(1) mailreader." msgstr "author of curses.c from the B(1) mailreader." # type: IP -#: ../tin.1:3570 +#. type: IP +#: ../tin.1:3581 #, no-wrap msgid "Chris Thewalt" msgstr "Chris Thewalt" # type: Plain text -#: ../tin.1:3574 +#. type: Plain text +#: ../tin.1:3585 msgid "author of getline.c B(1) style editing routine." msgstr "author of getline.c B(1) style editing routine." # type: IP -#: ../tin.1:3574 +#. type: IP +#: ../tin.1:3585 #, no-wrap msgid "Steven Madsen" msgstr "Steven Madsen" # type: Plain text -#: ../tin.1:3578 +#. type: Plain text +#: ../tin.1:3589 msgid "for adding B(1) (Pretty Good Privacy) support." msgstr "for adding B(1) (Pretty Good Privacy) support." # type: IP -#: ../tin.1:3578 +#. type: IP +#: ../tin.1:3589 #, no-wrap msgid "Philip Hazel Eph10@cam.ac.ukE" msgstr "Philip Hazel Eph10@cam.ac.ukE" # type: Plain text -#: ../tin.1:3582 +#. type: Plain text +#: ../tin.1:3593 msgid "for B(3) (Perl-compatible regular expression library)." msgstr "for B(3) (Perl-compatible regular expression library)." # type: IP -#: ../tin.1:3582 +#. type: IP +#: ../tin.1:3593 #, no-wrap msgid "Patrick Powell Epapowell@astart.comE" msgstr "Patrick Powell Epapowell@astart.comE" # type: Plain text -#: ../tin.1:3590 +#. type: Plain text +#: ../tin.1:3601 msgid "for B(3) and B(3) fallbacks." msgstr "for B(3) and B(3) fallbacks." # type: SH -#: ../tin.1:3590 +#. type: SH +#: ../tin.1:3601 #, no-wrap msgid "AUTHOR" msgstr "AUTHOR" # type: TP -#: ../tin.1:3591 +#. type: TP +#: ../tin.1:3602 #, no-wrap msgid "Iain Lea Eiain@bricbrac.deE" msgstr "Iain Lea Eiain@bricbrac.deE" # type: SH -#: ../tin.1:3595 +#. type: SH +#: ../tin.1:3606 #, no-wrap msgid "MAINTAINER" msgstr "MAINTAINER" # type: TP -#: ../tin.1:3596 +#. type: TP +#: ../tin.1:3607 #, no-wrap msgid "Urs Janssen Eurs@tin.orgE" msgstr "Urs Janssen Eurs@tin.orgE" # type: SH -#: ../tin.1:3600 ../tin.5:2547 +#. type: SH +#: ../tin.1:3611 ../tin.5:2551 #, no-wrap msgid "SEE ALSO" msgstr "SEE ALSO" # type: Plain text -#: ../tin.1:3652 +#. type: Plain text +#: ../tin.1:3663 msgid "" "B(1), B(1), B(1), B(1), B(1), B(1), " "B(1), B(1), B(1), B(1), B(1), B(1), " @@ -9544,11 +10855,13 @@ msgstr "" "B, B, B" # type: Plain text +#. type: Plain text #: ../tin.5:13 msgid "tin, rtin - related files" msgstr "tin, rtin - related files" # type: Plain text +#. type: Plain text #: ../tin.5:20 msgid "" "This manpage describes the various (config) files and their formats used by " @@ -9560,7 +10873,8 @@ msgstr "" "aka LF) line endings." # type: Plain text -#: ../tin.5:61 +#. type: Plain text +#: ../tin.5:62 msgid "" "B(5) files as defined in B. The Mailcap files are read by " "B(1) to determine how to display non-text messages at the local site. " @@ -9577,7 +10891,8 @@ msgstr "" "\"\\e\"." # type: Plain text -#: ../tin.5:64 +#. type: Plain text +#: ../tin.5:65 msgid "" "Each individual mailcap entry consists of a content-type specification, a " "command to execute, and (possibly) a set of optional \"flag\" values." @@ -9586,7 +10901,8 @@ msgstr "" "command to execute, and (possibly) a set of optional \"flag\" values." # type: Plain text -#: ../tin.5:69 +#. type: Plain text +#: ../tin.5:70 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 " @@ -9599,7 +10915,8 @@ msgstr "" "type field may specify a subtype or a wildcard to match all subtypes." # type: Plain text -#: ../tin.5:75 +#. type: Plain text +#: ../tin.5:76 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 " @@ -9609,14 +10926,14 @@ msgstr "" "interpreter for the given type of message. It will be passed to the shell " "via the B(3) facility." -# # type: Plain text #. Two special codes can appear in the viewing command for objects of type #. multipart (any subtype). These are "%n" and "%F". %n will be replaced by #. 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:92 +#. type: Plain text +#: ../tin.5:93 msgid "" "Semicolons and backslashes within the command or any flag field must be " "quoted with backslashes. If the field contains \"%s\", those two characters " @@ -9639,19 +10956,22 @@ msgstr "" "two characters will be replaced by a single \"%\" character." # type: Plain text -#: ../tin.5:94 +#. type: Plain text +#: ../tin.5:95 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:94 +#. type: TP +#: ../tin.5:95 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:104 +#. type: Plain text +#: ../tin.5:105 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 " @@ -9672,13 +10992,15 @@ msgstr "" "the data." # type: TP -#: ../tin.5:104 +#. type: TP +#: ../tin.5:105 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:114 +#. type: Plain text +#: ../tin.5:115 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:'' " @@ -9699,13 +11021,15 @@ msgstr "" "formats to produce output that includes the mail type information." # type: TP -#: ../tin.5:114 +#. type: TP +#: ../tin.5:115 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:120 +#. type: Plain text +#: ../tin.5:121 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 " @@ -9718,13 +11042,15 @@ msgstr "" "dependent semantics for program execution." # type: TP -#: ../tin.5:120 +#. type: TP +#: ../tin.5:121 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:125 +#. type: Plain text +#: ../tin.5:126 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, " @@ -9735,13 +11061,15 @@ msgstr "" "the semantics of program execution are operating system dependent." # type: TP -#: ../tin.5:125 +#. type: TP +#: ../tin.5:126 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:134 +#. type: Plain text +#: ../tin.5:135 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 " @@ -9760,13 +11088,15 @@ msgstr "" "since a test can call a program, it can already be arbitrarily complex." # type: TP -#: ../tin.5:134 +#. type: TP +#: ../tin.5:135 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:146 +#. type: Plain text +#: ../tin.5:147 msgid "" "The \"needsterminal\" field indicates that the view-command must be run on " "an interactive terminal. This is needed to inform window-oriented user " @@ -9791,13 +11121,15 @@ msgstr "" "not executed on either a real terminal or a terminal window." # type: TP -#: ../tin.5:146 +#. type: TP +#: ../tin.5:147 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:153 +#. type: Plain text +#: ../tin.5:154 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 " @@ -9812,13 +11144,15 @@ msgstr "" "needsterminal and copiousoutput are both specified." # type: TP -#: ../tin.5:153 ../tin.5:1063 +#. type: TP +#: ../tin.5:154 ../tin.5:1067 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:158 +#. type: Plain text +#: ../tin.5:159 msgid "" "The \"description\" field simply provides a textual description, optionally " "quoted, that describes the type of data, to be used optionally by mail " @@ -9829,13 +11163,15 @@ msgstr "" "readers that wish to describe the data before offering to display it." # type: TP -#: ../tin.5:158 +#. type: TP +#: ../tin.5:159 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:166 +#. type: Plain text +#: ../tin.5:167 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 " @@ -9852,13 +11188,15 @@ msgstr "" "oriented data that is a subtype of text." # type: TP -#: ../tin.5:166 +#. type: TP +#: ../tin.5:167 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:171 +#. type: Plain text +#: ../tin.5:172 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 " @@ -9869,13 +11207,15 @@ msgstr "" "this kind of data." # type: TP -#: ../tin.5:171 +#. type: TP +#: ../tin.5:172 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:179 +#. type: Plain text +#: ../tin.5:180 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 " @@ -9892,7 +11232,8 @@ msgstr "" "ending in \".gif\" by using \"nametemplate=%s.gif\"" # type: Plain text -#: ../tin.5:184 +#. type: Plain text +#: ../tin.5:185 msgid "" "B(1) currently only respects the \"test\", \"description\", " "\"nametemplate\" and partly the \"needsterminal\" flags, all other flags are " @@ -9905,86 +11246,100 @@ msgstr "" "yet." # type: TP -#: ../tin.5:184 ../tin.5:267 ../tin.5:295 ../tin.5:385 ../tin.5:694 -#: ../tin.5:801 ../tin.5:1083 +#. type: TP +#: ../tin.5:185 ../tin.5:271 ../tin.5:299 ../tin.5:389 ../tin.5:698 +#: ../tin.5:805 ../tin.5:1087 #, no-wrap msgid "Example:" msgstr "Example:" # type: Plain text -#: ../tin.5:189 +#. type: Plain text +#: ../tin.5:190 #, no-wrap msgid "# mailcap file example\n" msgstr "# mailcap file example\n" # type: Plain text -#: ../tin.5:191 +#. type: Plain text +#: ../tin.5:192 #, no-wrap msgid "image/*;\\e\n" msgstr "image/*;\\e\n" # type: Plain text -#: ../tin.5:194 +#. type: Plain text +#: ../tin.5:195 #, no-wrap msgid "xv -8 -geometry +0 '%s';\\e\n" msgstr "xv -8 -geometry +0 '%s';\\e\n" # type: Plain text -#: ../tin.5:196 +#. type: Plain text +#: ../tin.5:197 #, no-wrap msgid "description=%{name} %t-Image;\\e\n" msgstr "description=%{name} %t-Image;\\e\n" # type: Plain text -#: ../tin.5:198 +#. type: Plain text +#: ../tin.5:199 #, no-wrap msgid "test=test \"$DISPLAY\" != \"\";\\e\n" msgstr "test=test \"$DISPLAY\" != \"\";\\e\n" # type: Plain text -#: ../tin.5:200 +#. type: Plain text +#: ../tin.5:201 #, no-wrap msgid "nametemplate=%s.IMAGE\n" msgstr "nametemplate=%s.IMAGE\n" # type: Plain text -#: ../tin.5:203 +#. type: Plain text +#: ../tin.5:204 #, no-wrap msgid "message/rfc822;\\e\n" msgstr "message/rfc822;\\e\n" # type: Plain text -#: ../tin.5:206 +#. type: Plain text +#: ../tin.5:207 #, no-wrap msgid "${PAGER:-\"more\"} '%s';\\e\n" msgstr "${PAGER:-\"more\"} '%s';\\e\n" # type: Plain text -#: ../tin.5:208 +#. type: Plain text +#: ../tin.5:209 #, no-wrap msgid "edit=${EDITOR:-\"vi\"} '%s';\\e\n" msgstr "edit=${EDITOR:-\"vi\"} '%s';\\e\n" # type: Plain text -#: ../tin.5:210 +#. type: Plain text +#: ../tin.5:211 #, no-wrap msgid "compose=${EDITOR:-\"vi\"} '%s';\\e\n" msgstr "compose=${EDITOR:-\"vi\"} '%s';\\e\n" # type: Plain text -#: ../tin.5:212 +#. type: Plain text +#: ../tin.5:213 #, no-wrap msgid "print=a2ps '%s';\\e\n" msgstr "print=a2ps '%s';\\e\n" # type: Plain text -#: ../tin.5:214 +#. type: Plain text +#: ../tin.5:215 #, no-wrap msgid "needsterminal\n" msgstr "needsterminal\n" # type: Plain text -#: ../tin.5:227 +#. type: Plain text +#: ../tin.5:228 msgid "" "default NNTP-server to read news from if not reading from the local spool. " "\\&'B<-g> I', $B have higher priority (in that order), " @@ -9995,17 +11350,26 @@ msgstr "" "the default server given at compile time has lower priority." # type: Plain text -#: ../tin.5:234 -msgid "secret to be used for canlocks" -msgstr "secret to be used for canlocks" +#. type: Plain text +#: ../tin.5:238 +msgid "" +"secret to be used for cancel-locks if B(1) is build with support for " +"it. An empty secret file disables the cancel-lock creation in that case. " +"This file should be readable only for the user." +msgstr "" +"secret to be used for cancel-locks if B(1) is build with support for " +"it. An empty secret file disables the cancel-lock creation in that case. " +"This file should be readable only for the user." # type: Plain text -#: ../tin.5:245 +#. type: Plain text +#: ../tin.5:249 msgid "mime type / filename extension pairs" msgstr "mime type / filename extension pairs" # type: Plain text -#: ../tin.5:257 +#. type: Plain text +#: ../tin.5:261 msgid "" "\"I I [I]\" pairs for NNTP servers that require " "authorization. If the password contains a space or a tab it must be enclosed " @@ -10022,35 +11386,41 @@ msgstr "" "user as it contains the user's uncrypted password for reading news!" # type: TP -#: ../tin.5:257 ../tin.5:1074 +#. type: TP +#: ../tin.5:261 ../tin.5:1078 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:260 ../tin.5:1077 +#. type: Plain text +#: ../tin.5:264 ../tin.5:1081 msgid "full qualified domain name of the newsserver." msgstr "full qualified domain name of the newsserver." # type: TP -#: ../tin.5:260 +#. type: TP +#: ../tin.5:264 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:263 +#. type: Plain text +#: ../tin.5:267 msgid "user's uncrypted password for reading news." msgstr "user's uncrypted password for reading news." # type: TP -#: ../tin.5:263 +#. type: TP +#: ../tin.5:267 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:267 +#. type: Plain text +#: ../tin.5:271 msgid "" "username on the newsserver if it differs from the local login. This field is " "optional." @@ -10059,62 +11429,73 @@ msgstr "" "optional." # type: Plain text -#: ../tin.5:271 +#. type: Plain text +#: ../tin.5:275 msgid "# sample .newsauth file" msgstr "# sample .newsauth file" # type: Plain text -#: ../tin.5:273 +#. type: Plain text +#: ../tin.5:277 msgid "news.example.org secret" msgstr "news.example.org secret" # type: Plain text -#: ../tin.5:275 +#. type: Plain text +#: ../tin.5:279 msgid "news.example.net arcane guest" msgstr "news.example.net arcane guest" # type: Plain text -#: ../tin.5:277 +#. type: Plain text +#: ../tin.5:281 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:285 +#. type: Plain text +#: ../tin.5:289 msgid "" "\"II [I
[,I
| -I
]...]\" lines." msgstr "" "\"II [I
[,I
| -I
]...]\" lines." # type: TP -#: ../tin.5:285 +#. type: TP +#: ../tin.5:289 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:288 +#. type: Plain text +#: ../tin.5:292 msgid "the name of the newsgroup." msgstr "the name of the newsgroup." # type: TP -#: ../tin.5:288 +#. type: TP +#: ../tin.5:292 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:291 +#. type: Plain text +#: ../tin.5:295 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:291 +#. type: TP +#: ../tin.5:295 #, no-wrap msgid "B
" msgstr "B
" # type: Plain text -#: ../tin.5:295 +#. type: Plain text +#: ../tin.5:299 msgid "" "range of already read articles from that group; numbers separated by commas " "with sequential numbers collapsed with hyphens." @@ -10123,62 +11504,74 @@ msgstr "" "with sequential numbers collapsed with hyphens." # type: Plain text -#: ../tin.5:299 +#. type: Plain text +#: ../tin.5:303 msgid "# sample .newsrc file" msgstr "# sample .newsrc file" # type: Plain text -#: ../tin.5:301 +#. type: Plain text +#: ../tin.5:305 msgid "news.software.b! 1-666,669" msgstr "news.software.b! 1-666,669" # type: Plain text -#: ../tin.5:303 +#. type: Plain text +#: ../tin.5:307 msgid "news.software.nntp: 1-13245,13247,13249" msgstr "news.software.nntp: 1-13245,13247,13249" # type: Plain text -#: ../tin.5:305 +#. type: Plain text +#: ../tin.5:309 msgid "news.software.readers: 1-19567,19571-19597" msgstr "news.software.readers: 1-19567,19571-19597" # type: Plain text -#: ../tin.5:315 +#. type: Plain text +#: ../tin.5:319 msgid "backup of I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>" msgstr "backup of I<${TIN_HOMEDIR:-\"$HOME\"}/.newsrc>" # type: Plain text -#: ../tin.5:324 +#. type: Plain text +#: ../tin.5:328 msgid "signature" msgstr "signature" # type: Plain text -#: ../tin.5:331 +#. type: Plain text +#: ../tin.5:335 msgid "fixed part of a randomly generated signature" msgstr "fixed part of a randomly generated signature" # type: Plain text -#: ../tin.5:338 +#. type: Plain text +#: ../tin.5:342 msgid "history of last used strings" msgstr "history of last used strings" # type: Plain text -#: ../tin.5:345 +#. type: Plain text +#: ../tin.5:349 msgid "mailgroups index files" msgstr "mailgroups index files" # type: Plain text -#: ../tin.5:354 +#. type: Plain text +#: ../tin.5:358 msgid "newsgroups index files" msgstr "newsgroups index files" # type: Plain text -#: ../tin.5:361 +#. type: Plain text +#: ../tin.5:365 msgid "saved newsgroups index files" msgstr "saved newsgroups index files" # type: Plain text -#: ../tin.5:371 +#. type: Plain text +#: ../tin.5:375 msgid "" "active file (\"I I I I\" " "quadruples) of user's mailgroups (requires B(1) to be build with mh-" @@ -10189,26 +11582,30 @@ msgstr "" "mail-handling support)." # type: TP -#: ../tin.5:371 +#. type: TP +#: ../tin.5:375 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:374 +#. type: Plain text +#: ../tin.5:378 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:374 +#. type: TP +#: ../tin.5:378 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:378 +#. type: Plain text +#: ../tin.5:382 msgid "" "just put a large number here, something higher than the highest message in " "the mailbox" @@ -10217,24 +11614,28 @@ msgstr "" "the mailbox" # type: TP -#: ../tin.5:378 +#. type: TP +#: ../tin.5:382 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:381 +#. type: Plain text +#: ../tin.5:385 msgid "put 0 here" msgstr "put 0 here" # type: TP -#: ../tin.5:381 +#. type: TP +#: ../tin.5:385 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:385 +#. type: Plain text +#: ../tin.5:389 msgid "" "path of mail spool directory. This must be the full pathname to the root of " "the mail folder area." @@ -10243,17 +11644,20 @@ msgstr "" "the mail folder area." # type: Plain text -#: ../tin.5:389 +#. type: Plain text +#: ../tin.5:393 msgid "Mail.inbox 12345 00000 /home/foo" msgstr "Mail.inbox 12345 00000 /home/foo" # type: Plain text -#: ../tin.5:391 +#. type: Plain text +#: ../tin.5:395 msgid "Mail.outbox 23456 00000 /home/foo" msgstr "Mail.outbox 23456 00000 /home/foo" # type: Plain text -#: ../tin.5:395 +#. type: Plain text +#: ../tin.5:399 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" @@ -10262,12 +11666,14 @@ msgstr "" "are accessed via /home/foo/Mail/inbox and /home/foo/Mail/outbox" # type: Plain text -#: ../tin.5:402 +#. type: Plain text +#: ../tin.5:406 msgid "active file of user's saved newsgroups, used by B." msgstr "active file of user's saved newsgroups, used by B." # type: Plain text -#: ../tin.5:424 +#. type: Plain text +#: ../tin.5:428 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 " @@ -10292,13 +11698,15 @@ msgstr "" "attributes are available:" # type: TP -#: ../tin.5:424 +#. type: TP +#: ../tin.5:428 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:430 +#. type: Plain text +#: ../tin.5:434 msgid "" "This changes the list of groups to which the attributes that follow will be " "applied. See the section NEWSGROUP LISTS & WILDCARDS in B(1) for the " @@ -10309,68 +11717,78 @@ msgstr "" "types of pattern that can be used here." # type: TP -#: ../tin.5:430 ../tin.5:1186 +#. type: TP +#: ../tin.5:434 ../tin.5:1190 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:433 ../tin.5:436 ../tin.5:439 ../tin.5:442 ../tin.5:445 -#: ../tin.5:448 ../tin.5:451 ../tin.5:464 ../tin.5:474 ../tin.5:487 -#: ../tin.5:490 ../tin.5:493 ../tin.5:496 ../tin.5:503 ../tin.5:506 -#: ../tin.5:533 ../tin.5:536 ../tin.5:539 ../tin.5:549 ../tin.5:552 -#: ../tin.5:555 ../tin.5:558 ../tin.5:561 ../tin.5:564 ../tin.5:567 -#: ../tin.5:570 ../tin.5:573 ../tin.5:576 ../tin.5:582 ../tin.5:585 -#: ../tin.5:588 ../tin.5:591 ../tin.5:594 ../tin.5:597 ../tin.5:600 -#: ../tin.5:606 ../tin.5:609 ../tin.5:612 ../tin.5:615 ../tin.5:618 -#: ../tin.5:621 ../tin.5:624 ../tin.5:627 ../tin.5:630 ../tin.5:684 +#. type: Plain text +#: ../tin.5:437 ../tin.5:440 ../tin.5:443 ../tin.5:446 ../tin.5:449 +#: ../tin.5:452 ../tin.5:455 ../tin.5:468 ../tin.5:478 ../tin.5:491 +#: ../tin.5:494 ../tin.5:497 ../tin.5:500 ../tin.5:507 ../tin.5:510 +#: ../tin.5:537 ../tin.5:540 ../tin.5:543 ../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:577 ../tin.5:580 ../tin.5:586 ../tin.5:589 +#: ../tin.5:592 ../tin.5:595 ../tin.5:598 ../tin.5:601 ../tin.5:604 +#: ../tin.5:610 ../tin.5:613 ../tin.5:616 ../tin.5:619 ../tin.5:622 +#: ../tin.5:625 ../tin.5:628 ../tin.5:631 ../tin.5:634 ../tin.5:688 msgid "Identical to the tinrc variable of the same name" msgstr "Identical to the tinrc variable of the same name" # type: TP -#: ../tin.5:433 ../tin.5:1190 +#. type: TP +#: ../tin.5:437 ../tin.5:1194 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:436 ../tin.5:1193 +#. type: TP +#: ../tin.5:440 ../tin.5:1197 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:439 +#. type: TP +#: ../tin.5:443 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:442 ../tin.5:1236 +#. type: TP +#: ../tin.5:446 ../tin.5:1240 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:445 ../tin.5:1240 +#. type: TP +#: ../tin.5:449 ../tin.5:1244 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:448 ../tin.5:1247 +#. type: TP +#: ../tin.5:452 ../tin.5:1251 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:451 +#. type: TP +#: ../tin.5:455 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:455 +#. type: Plain text +#: ../tin.5:459 msgid "" "Automatically perform the B ('B') command after " "entering the group." @@ -10379,13 +11797,15 @@ msgstr "" "entering the group." # type: TP -#: ../tin.5:455 ../tin.5:1253 +#. type: TP +#: ../tin.5:459 ../tin.5:1257 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:461 +#. type: Plain text +#: ../tin.5:465 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 " @@ -10396,19 +11816,22 @@ msgstr "" "B(1)." # type: TP -#: ../tin.5:461 ../tin.5:1367 +#. type: TP +#: ../tin.5:465 ../tin.5:1371 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:464 +#. type: TP +#: ../tin.5:468 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:471 +#. type: Plain text +#: ../tin.5:475 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 " @@ -10421,19 +11844,22 @@ msgstr "" "using B ('B') will suppress prompting." # type: TP -#: ../tin.5:471 ../tin.5:1482 +#. type: TP +#: ../tin.5:475 ../tin.5:1486 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:474 +#. type: TP +#: ../tin.5:478 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:478 +#. type: Plain text +#: ../tin.5:482 msgid "" "Mailbox to save sent mails. The format of the mailbox is controlled via the " "tinrc B variable." @@ -10442,59 +11868,69 @@ msgstr "" "tinrc B variable." # type: TP -#: ../tin.5:478 +#. type: TP +#: ../tin.5:482 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:481 +#. type: Plain text +#: ../tin.5:485 msgid "Set ''Followup-To:'' header to the specified group(s)." msgstr "Set ''Followup-To:'' header to the specified group(s)." # type: TP -#: ../tin.5:481 ../tin.5:764 +#. type: TP +#: ../tin.5:485 ../tin.5:768 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:484 +#. type: Plain text +#: ../tin.5:488 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:484 ../tin.5:1506 +#. type: TP +#: ../tin.5:488 ../tin.5:1510 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:487 ../tin.5:1573 +#. type: TP +#: ../tin.5:491 ../tin.5:1577 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:490 ../tin.5:1585 ../tin.5:2326 +#. type: TP +#: ../tin.5:494 ../tin.5:1589 ../tin.5:2330 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:493 ../tin.5:1602 +#. type: TP +#: ../tin.5:497 ../tin.5:1606 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:496 +#. type: TP +#: ../tin.5:500 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:500 +#. type: Plain text +#: ../tin.5:504 msgid "" "Used when a group is a mailing list. All responses to the group will be " "directed to this email address instead" @@ -10503,25 +11939,29 @@ msgstr "" "directed to this email address instead" # type: TP -#: ../tin.5:500 ../tin.5:1640 +#. type: TP +#: ../tin.5:504 ../tin.5:1644 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:503 ../tin.5:1637 +#. type: TP +#: ../tin.5:507 ../tin.5:1641 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:506 +#. type: TP +#: ../tin.5:510 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:523 +#. type: Plain text +#: ../tin.5:527 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 " @@ -10554,13 +11994,15 @@ msgstr "" "B has to be set to 0 (which is the default)." # type: TP -#: ../tin.5:523 +#. type: TP +#: ../tin.5:527 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:530 +#. type: Plain text +#: ../tin.5:534 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 " @@ -10573,31 +12015,36 @@ msgstr "" "entry will negate it, eg: image/*,!image/bmp,!text/html. Default is */*" # type: TP -#: ../tin.5:530 ../tin.5:1719 +#. type: TP +#: ../tin.5:534 ../tin.5:1723 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:533 ../tin.5:1726 +#. type: TP +#: ../tin.5:537 ../tin.5:1730 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:536 ../tin.5:1735 +#. type: TP +#: ../tin.5:540 ../tin.5:1739 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:539 ../tin.5:2299 +#. type: TP +#: ../tin.5:543 ../tin.5:2303 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:546 +#. type: Plain text +#: ../tin.5:550 msgid "" "This can be used to set the article header field ''Organization:''. It " "overrides the setting (if any) of organization in I " @@ -10610,187 +12057,218 @@ msgstr "" "newsserver might still overwrite the \\&''Organization:'' header." # type: TP -#: ../tin.5:546 ../tin.5:1763 +#. type: TP +#: ../tin.5:550 ../tin.5:1767 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:549 ../tin.5:1767 +#. type: TP +#: ../tin.5:553 ../tin.5:1771 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:552 ../tin.5:1778 ../tin.5:2323 +#. type: TP +#: ../tin.5:556 ../tin.5:1782 ../tin.5:2327 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:555 ../tin.5:1791 +#. type: TP +#: ../tin.5:559 ../tin.5:1795 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:558 ../tin.5:1783 +#. type: TP +#: ../tin.5:562 ../tin.5:1787 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:561 ../tin.5:1814 +#. type: TP +#: ../tin.5:565 ../tin.5:1818 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:564 ../tin.5:1828 +#. type: TP +#: ../tin.5:568 ../tin.5:1832 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:567 ../tin.5:1832 +#. type: TP +#: ../tin.5:571 ../tin.5:1836 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:570 ../tin.5:1836 +#. type: TP +#: ../tin.5:574 ../tin.5:1840 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:573 ../tin.5:1896 +#. type: TP +#: ../tin.5:577 ../tin.5:1900 #, no-wrap msgid "B" msgstr "B" # type: TP #. TODO: document option -#: ../tin.5:576 +#. type: TP +#: ../tin.5:580 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:579 ../tin.5:1938 +#. type: TP +#: ../tin.5:583 ../tin.5:1942 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:582 ../tin.5:1964 +#. type: TP +#: ../tin.5:586 ../tin.5:1968 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:585 ../tin.5:1982 +#. type: TP +#: ../tin.5:589 ../tin.5:1986 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:588 ../tin.5:1990 +#. type: TP +#: ../tin.5:592 ../tin.5:1994 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:591 ../tin.5:1993 +#. type: TP +#: ../tin.5:595 ../tin.5:1997 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:594 ../tin.5:1996 +#. type: TP +#: ../tin.5:598 ../tin.5:2000 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:597 ../tin.5:2007 +#. type: TP +#: ../tin.5:601 ../tin.5:2011 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:600 ../tin.5:2017 +#. type: TP +#: ../tin.5:604 ../tin.5:2021 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:603 +#. type: Plain text +#: ../tin.5:607 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:603 ../tin.5:2046 +#. type: TP +#: ../tin.5:607 ../tin.5:2050 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:606 ../tin.5:2075 +#. type: TP +#: ../tin.5:610 ../tin.5:2079 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:609 ../tin.5:2104 +#. type: TP +#: ../tin.5:613 ../tin.5:2108 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:612 ../tin.5:2109 +#. type: TP +#: ../tin.5:616 ../tin.5:2113 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:615 ../tin.5:2124 +#. type: TP +#: ../tin.5:619 ../tin.5:2128 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:618 ../tin.5:2119 +#. type: TP +#: ../tin.5:622 ../tin.5:2123 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:621 ../tin.5:2148 +#. type: TP +#: ../tin.5:625 ../tin.5:2152 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:624 ../tin.5:2228 +#. type: TP +#: ../tin.5:628 ../tin.5:2232 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:627 ../tin.5:2275 +#. type: TP +#: ../tin.5:631 ../tin.5:2279 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:630 +#. type: TP +#: ../tin.5:634 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:635 +#. type: Plain text +#: ../tin.5:639 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 " @@ -10801,24 +12279,28 @@ msgstr "" "containing the text to insert." # type: TP -#: ../tin.5:635 +#. type: TP +#: ../tin.5:639 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:638 +#. type: Plain text +#: ../tin.5:642 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:638 +#. type: TP +#: ../tin.5:642 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:646 +#. type: Plain text +#: ../tin.5:650 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 " @@ -10835,13 +12317,15 @@ msgstr "" "content." # type: TP -#: ../tin.5:646 +#. type: TP +#: ../tin.5:650 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:652 +#. type: Plain text +#: ../tin.5:656 msgid "" "A comma-separated list of newsgroup patterns (wildmat-style) to which groups " "the filter rule added by B will be applied. If unset the " @@ -10852,46 +12336,54 @@ msgstr "" "default from the tinrc variable B will be used." # type: TP -#: ../tin.5:652 +#. type: TP +#: ../tin.5:656 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:655 +#. type: Plain text +#: ../tin.5:659 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:655 +#. type: TP +#: ../tin.5:659 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:658 +#. type: Plain text +#: ../tin.5:662 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:658 +#. type: TP +#: ../tin.5:662 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:661 +#. type: Plain text +#: ../tin.5:665 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:661 +#. type: TP +#: ../tin.5:665 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:667 +#. type: Plain text +#: ../tin.5:671 msgid "" "A comma-separated list of newsgroup patterns (wildmat-style) to which groups " "the filter rule added by B will be applied. If unset the " @@ -10902,46 +12394,54 @@ msgstr "" "default from the tinrc variable B will be used." # type: TP -#: ../tin.5:667 +#. type: TP +#: ../tin.5:671 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:670 +#. type: Plain text +#: ../tin.5:674 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:670 +#. type: TP +#: ../tin.5:674 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:673 +#. type: Plain text +#: ../tin.5:677 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:673 +#. type: TP +#: ../tin.5:677 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:676 +#. type: Plain text +#: ../tin.5:680 msgid "Identical to the tinrc variable B" msgstr "Identical to the tinrc variable B" # type: TP -#: ../tin.5:676 +#. type: TP +#: ../tin.5:680 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:681 +#. type: Plain text +#: ../tin.5:685 msgid "" "Path and options for B(1)-like spell-checker, e.g. \"aspell --" "mode=email --dont-backup check\"" @@ -10950,19 +12450,22 @@ msgstr "" "mode=email --dont-backup check\"" # type: TP -#: ../tin.5:681 ../tin.5:1673 +#. type: TP +#: ../tin.5:685 ../tin.5:1677 #, no-wrap msgid "B" msgstr "B" # type: TP -#: ../tin.5:684 +#. type: TP +#: ../tin.5:688 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:693 +#. type: Plain text +#: ../tin.5:697 msgid "" "Assume (broken) articles without MIME charset declaration have this charset " "- default is US-ASCII. This attribute works only on systems with working " @@ -10975,7 +12478,8 @@ msgstr "" "strict-charset." # type: Plain text -#: ../tin.5:703 +#. type: Plain text +#: ../tin.5:707 #, no-wrap msgid "" "# include extra headers\n" @@ -10991,7 +12495,8 @@ msgstr "" "undeclared_charset=ISO-8859-1\n" # type: Plain text -#: ../tin.5:707 +#. type: Plain text +#: ../tin.5:711 #, no-wrap msgid "" "# in *sources* set post process type to shar only\n" @@ -11003,7 +12508,8 @@ msgstr "" "post_process_type=1\n" # type: Plain text -#: ../tin.5:714 +#. type: Plain text +#: ../tin.5:718 #, no-wrap msgid "" "# in *binaries* turn on full post processing,\n" @@ -11021,7 +12527,8 @@ msgstr "" "followup_to=poster\n" # type: Plain text -#: ../tin.5:720 +#. type: Plain text +#: ../tin.5:724 #, no-wrap msgid "" "# in fido.* newsgroups change quote_chars\n" @@ -11037,7 +12544,8 @@ msgstr "" "x_comment_to=ON\n" # type: Plain text -#: ../tin.5:726 +#. type: Plain text +#: ../tin.5:730 #, no-wrap msgid "" "# in *.test newsgroups, don't append signature\n" @@ -11053,7 +12561,8 @@ msgstr "" "x_headers=Subject: test - ignore - no reply\n" # type: Plain text -#: ../tin.5:730 +#. type: Plain text +#: ../tin.5:734 #, no-wrap msgid "" "# assume ISO-2022-JP-2 as charset\n" @@ -11065,7 +12574,8 @@ msgstr "" "undeclared_charset=ISO-2022-JP-2\n" # type: Plain text -#: ../tin.5:742 +#. type: Plain text +#: ../tin.5:746 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 " @@ -11076,13 +12586,15 @@ msgstr "" "lines beginning with a '#' are ignored." # type: TP -#: ../tin.5:742 +#. type: TP +#: ../tin.5:746 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:751 +#. type: Plain text +#: ../tin.5:755 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 " @@ -11099,13 +12611,15 @@ msgstr "" "ignored and your comments will get lost on the next write of the file." # type: TP -#: ../tin.5:751 +#. type: TP +#: ../tin.5:755 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:755 +#. type: Plain text +#: ../tin.5:759 msgid "" "A comma-separated list of newsgroup patterns (wildmat-style) to which groups " "the filter rule will be applied. This line is mandatory!" @@ -11114,24 +12628,28 @@ msgstr "" "the filter rule will be applied. This line is mandatory!" # type: TP -#: ../tin.5:755 +#. type: TP +#: ../tin.5:759 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:758 +#. type: Plain text +#: ../tin.5:762 msgid "0=case-sensitive, 1=case-insensitive" msgstr "0=case-sensitive, 1=case-insensitive" # type: TP -#: ../tin.5:758 +#. type: TP +#: ../tin.5:762 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:761 +#. type: Plain text +#: ../tin.5:765 msgid "" "Score value of the rule; can also be one of the magic words \"kill\" or \"hot" "\"." @@ -11140,18 +12658,21 @@ msgstr "" "\"." # type: TP -#: ../tin.5:761 +#. type: TP +#: ../tin.5:765 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:764 +#. type: Plain text +#: ../tin.5:768 msgid "Match against ''Subject:''" msgstr "Match against ''Subject:''" # type: Plain text -#: ../tin.5:772 +#. type: Plain text +#: ../tin.5:776 msgid "" "Match against ''From:''. B(1) converts the contents of the ''From:'' " "header to an old style e-mail address, e.g. ''some@body.example (John Doe)'' " @@ -11164,57 +12685,67 @@ msgstr "" "the patterns in the filter rule." # type: TP -#: ../tin.5:772 +#. type: TP +#: ../tin.5:776 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:775 +#. type: Plain text +#: ../tin.5:779 msgid "Match against ''Message-ID:'' and full ''References:''" msgstr "Match against ''Message-ID:'' and full ''References:''" # type: TP -#: ../tin.5:775 +#. type: TP +#: ../tin.5:779 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:778 +#. type: Plain text +#: ../tin.5:782 msgid "Match against ''Message-ID:'' and last ''References:'' entry only" msgstr "Match against ''Message-ID:'' and last ''References:'' entry only" # type: TP -#: ../tin.5:778 +#. type: TP +#: ../tin.5:782 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:781 +#. type: Plain text +#: ../tin.5:785 msgid "Match against ''Message-ID:''" msgstr "Match against ''Message-ID:''" # type: TP -#: ../tin.5:781 +#. type: TP +#: ../tin.5:785 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:784 +#. type: Plain text +#: ../tin.5:788 msgid "Match against ''References:''" msgstr "Match against ''References:''" # type: TP -#: ../tin.5:784 +#. type: TP +#: ../tin.5:788 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:787 +#. type: Plain text +#: ../tin.5:791 msgid "" "Match against ''Lines:'', Enum matches less than, Enum matches more " "than." @@ -11224,24 +12755,28 @@ msgstr "" # type: TP #. TODO: document option in detail -#: ../tin.5:787 +#. type: TP +#: ../tin.5:791 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:791 +#. type: Plain text +#: ../tin.5:795 msgid "Match against ''From:'' address parser return codes." msgstr "Match against ''From:'' address parser return codes." # type: TP -#: ../tin.5:791 +#. type: TP +#: ../tin.5:795 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: ../tin.5:797 +#. type: Plain text +#: ../tin.5:801 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 " @@ -11254,18 +12789,21 @@ msgstr "" "counter) removed." # type: TP -#: ../tin.5:797 ../tin.5:2466 +#. type: TP +#: ../tin.5:801 ../tin.5:2470 #, no-wrap msgid "B