Index: mutt/ChangeLog diff -u mutt/ChangeLog:2.73.2.4 mutt/ChangeLog:2.73.2.5 --- mutt/ChangeLog:2.73.2.4 Wed Mar 19 23:18:35 2003 +++ mutt/ChangeLog Wed Feb 11 15:03:17 2004 @@ -1,3 +1,1227 @@ +Wed Feb 11 10:07:17 2004 Thomas Roessler + + * /cvs/mutt/mutt/configure.in, /cvs/mutt/mutt/menu.c: + From: Thomas Roessler + + Backport an old bug fix, and make sure configure can be created on + recent systems. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.c: From: Mads Martin Joergensen + + Fix some warnings. + +Sun Feb 8 11:42:36 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/charset.c: + From: Edmund GRIMLEY EVANS + + Fix a CP1255/8-related problem that's caused by a glibc/iconv bug. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/muttlib.c: + From: Thomas Roessler + + Change the logic in mutt_open_read to only catch directories -- mutt + may legitimately read devices (think /dev/null) or named pipes. Also + delegate error reporting to the calling function by setting errno. + +Sat Feb 7 21:41:22 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ja.po: + From: TAKAHASHI Tamotsu + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mbox.c: + From: Juan Altmayer Pizzorno + + Hi, off_t is a 64-bit number (like on Mac OS X/darwin), the + percentages don't show right while mutt is reading/parsing a + mailbox. Here's a patch (against 1.5.6i) to fix that. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.c, /cvs/mutt/mutt/muttlib.c: + From: David Yitzchak Cohen + + Looking at the code, the problem is pretty obvious. A recent patch + to init.c (the one that was supposed to prevent Mutt from silently + failing to read nonexistant RC files, IIRC) changed source_rc() to + stat(2) the RC "file" before trying to mutt_open_read() it. There's + only one problem here: source_rc() has no way of knowing whether or + not its "file" is a file or a command. I'm attaching a patch that + fixes the problem in what I believe is the right way. + +Thu Feb 5 14:18:08 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/menu.c: + From: Thomas Roessler + + Back out the patch for #1697. + +Mon Feb 2 18:18:06 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/de.po: From: Roland Rosenfeld + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/pl.po: From: Pawel Dziekonski + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ko.po: From: Im Eunjea + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/fr.po: From: Vincent Lefevre + + update + +Sun Feb 1 18:26:13 2004 Thomas Roessler + + * /cvs/mutt/mutt/po/pt_BR.po, /cvs/mutt/mutt/po/ru.po, /cvs/mutt/mutt/po/sk.po, /cvs/mutt/mutt/po/sv.po, /cvs/mutt/mutt/po/tr.po, /cvs/mutt/mutt/po/uk.po, /cvs/mutt/mutt/po/zh_CN.po, /cvs/mutt/mutt/po/zh_TW.po, /cvs/mutt/mutt/po/id.po, /cvs/mutt/mutt/po/it.po, /cvs/mutt/mutt/po/ja.po, /cvs/mutt/mutt/po/ko.po, /cvs/mutt/mutt/po/lt.po, /cvs/mutt/mutt/po/nl.po, /cvs/mutt/mutt/po/pl.po, /cvs/mutt/mutt/po/bg.po, /cvs/mutt/mutt/po/ca.po, /cvs/mutt/mutt/po/cs.po, /cvs/mutt/mutt/po/da.po, /cvs/mutt/mutt/po/de.po, /cvs/mutt/mutt/po/el.po, /cvs/mutt/mutt/po/eo.po, /cvs/mutt/mutt/po/es.po, /cvs/mutt/mutt/po/et.po, /cvs/mutt/mutt/po/fr.po, /cvs/mutt/mutt/po/gl.po, /cvs/mutt/mutt/po/hu.po, /cvs/mutt/mutt/reldate.h, /cvs/mutt/mutt/VERSION: + automatic post-release commit for mutt-1.5.6 + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.c: + From: Mike Schiraldi <1074468571@schiraldi.org> + + As you all know, running "mutt -F foo.rc" will have mutt read foo.rc + as its config file. However, there is a bug -- if you specify a + directory (like accidentally typing "mutt -F /etc/mutt") mutt will + silently ignore the flag and leave you wondering why it isn't + working. + + Emil Sit posted a patch for this in March of 2002, but it seems to + have slipped through the cracks. Here's the patch again; please + consider it for inclusion. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/buffy.c: From: Luke Mewburn + + Put a zero byte into the string, not into the pointer. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/cs.po: From: Dan Ohnesorg + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/manual.sgml.head: + From: Thomas Roessler + + A cross-reference was missing. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/manual.sgml.head: + From: Thomas Roessler + + Improve documentation of alterantes. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/alias.c, /cvs/mutt/mutt/doc/manual.sgml.head, /cvs/mutt/mutt/doc/muttrc.man.head, /cvs/mutt/mutt/globals.h, /cvs/mutt/mutt/hdrline.c, /cvs/mutt/mutt/init.c, /cvs/mutt/mutt/init.h, /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/muttlib.c, /cvs/mutt/mutt/mutt_regex.h, /cvs/mutt/mutt/protos.h: + From: Thomas Roessler + + Turn alternates, lists, and subscribe into regular expression lists. + +Mon Jan 12 22:58:13 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/smime_keys.pl: + From: Christoph Ludwig + + Avoid a Perl warning. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/manual.sgml.head: + From: Matt Kraai + + Thanks. The patch is committed to the CVS. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/crypt.c: + From: Thomas Roessler + + Retainable PGP signatures were broken badly. #1757. + +Mon Jan 5 11:55:40 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mutt_sasl.c: + From: Robert Schiele + + Back out part of the previous SASL/IPv6 patch due to portability + issues. + +Sun Jan 4 11:11:25 2004 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.c: + From: Thomas Roessler + + Strike that. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.c: + From: Thomas Roessler + + Fix a memory management error. Ouch. + + * /cvs/mutt/mutt/ChangeLog: # + + * /cvs/mutt/mutt/init.h: From: Ren Clerc + + Fix hide_missing / hide_limited documentation. + + * /cvs/mutt/mutt/hdrline.c: + From: Thomas Roessler + + Permit list patterns that match the domain name of an address; these + patterns begin with '@'. Example: subscribe @bugs.guug.de matches + all messages sent to the bug tracking system. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ru.po: + From: Thomas Roessler + + Argh, I shouldn't replace files by patches. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/menu.c: + From: Cameron Patrick + + Fix #1697 (Debian #219594.) + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/de.po: From: Roland Rosenfeld + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ja.po: + From: TAKAHASHI Tamotsu + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/pl.po: From: Pawel Dziekonski + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/send.c: From: Michael Elkins + + Fix #1488 (Debian#1882526): Honor Reply-To while generating + Mail-Followup-To headers. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.h: + From: Thomas Roessler + + Fix #1738; documentation issue re $from, $use_from. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/hook.c, /cvs/mutt/mutt/send.c: + From: Michael Elkins + + Fix #1724, cannot use ~h pattern match with reply-hook. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/pop.h, /cvs/mutt/mutt/pop_lib.c: + From: Vsevolod Volkov + + Attached patch provides support of STLS (STARTTLS) command in POP3 + protocol. + + * /cvs/mutt/mutt/po/ru.po: From: Vsevolod Volkov + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/imap.c: From: Brendan Cully + + Fix #1703. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/smime.c: + From: Thomas Roessler + + Fix a NULL pointer deference noted by Will Fiveash + . + +Tue Dec 30 13:05:32 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/commands.c, /cvs/mutt/mutt/crypt.c, /cvs/mutt/mutt/mutt_crypt.h, /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/smime.c: + From: Thomas Roessler + + Handle partially signed messages more reasonably. See #1743. + +Mon Dec 29 11:49:07 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/commands.c: From: Alain Bench + + Fix #844. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/m4/gssapi.m4, /cvs/mutt/mutt/mutt_sasl.c: + From: Patrick Welche + + A while ago I posted a similar patch which is necessary as when mutt + tries to connect to an imap server over ipv6 it stores the address + in a sockaddr which may not be large enough to hold the ipv6 address. + +Wed Dec 17 17:42:14 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/crypt.c: + From: Scott Koranda + + pkcs7-signature wasn't recognized properly in one more place. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/rfc1524.c: From: Michael Elkins + + Fix possible core dump in mailcap nametemplate handling. + +Wed Dec 10 00:49:58 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/thread.c: + From: Thomas Roessler + + Avoid NULL pointer deference in threading code. + +Wed Dec 3 08:21:09 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/pager.c: From: Alain Bench + + Fix 1716. + +Sat Nov 15 09:33:47 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/bg.po: + From: Velko Hristov + + updat + +Thu Nov 13 09:44:46 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # + +Wed Nov 12 22:32:40 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/eo.po: + From: Edmund GRIMLEY EVANS + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/nl.po: From: Ren Clerc + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/configure.in, /cvs/mutt/mutt/mutt_idna.c, /cvs/mutt/mutt/mutt_idna.h, /cvs/mutt/mutt/mutt_socket.c: + From: Thomas Roessler + + Fix IDN API incompatibility problems. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/configure.in: From: duvall@emufarm.org + + Fix 1515, 1693. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mh.c, /cvs/mutt/mutt/sort.c: + From: Thomas Roessler + + Fix dangling pointer problems in threading code. Noted and tracked + down by q4xk3j002@sneakemail.com who also provided the initial fix. + +Tue Nov 11 10:20:22 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/id.po: From: Ronny Haryanto + + update + +Mon Nov 10 18:02:43 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mutt_socket.c: From: Rudy Taraschi + + Fix double-free problems related to IDN support. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/fr.po: From: Vincent Lefevre + + update + +Sun Nov 9 21:42:38 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # + + * /cvs/mutt/mutt/mh.c: + From: Thomas Roessler + + Fix #1692. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/send.c: + From: Thomas Roessler + + Commit the fix for #1509. This must have been lost earlier this year. + +Wed Nov 5 20:09:36 2003 Thomas Roessler + + * /cvs/mutt/mutt/po/ja.po, /cvs/mutt/mutt/po/ko.po, /cvs/mutt/mutt/po/lt.po, /cvs/mutt/mutt/po/nl.po, /cvs/mutt/mutt/po/pl.po, /cvs/mutt/mutt/po/pt_BR.po, /cvs/mutt/mutt/po/ru.po, /cvs/mutt/mutt/po/sk.po, /cvs/mutt/mutt/po/sv.po, /cvs/mutt/mutt/po/tr.po, /cvs/mutt/mutt/po/uk.po, /cvs/mutt/mutt/po/zh_CN.po, /cvs/mutt/mutt/po/zh_TW.po, /cvs/mutt/mutt/ChangeLog, /cvs/mutt/mutt/po/bg.po, /cvs/mutt/mutt/po/ca.po, /cvs/mutt/mutt/po/cs.po, /cvs/mutt/mutt/po/da.po, /cvs/mutt/mutt/po/de.po, /cvs/mutt/mutt/po/el.po, /cvs/mutt/mutt/po/eo.po, /cvs/mutt/mutt/po/es.po, /cvs/mutt/mutt/po/et.po, /cvs/mutt/mutt/po/fr.po, /cvs/mutt/mutt/po/gl.po, /cvs/mutt/mutt/po/hu.po, /cvs/mutt/mutt/po/id.po, /cvs/mutt/mutt/po/it.po, /cvs/mutt/mutt/VERSION: + automatic post-release commit for mutt-1.5.5.1 + + * /cvs/mutt/mutt/Makefile.am: + From: Thomas Roessler + + Include regex.c and snprintf.c with the distribution. Noted by Lars + Hecking. + + * /cvs/mutt/mutt/build-release: + From: Thomas Roessler + + Ups, we don't upload the CVS any more. + + * /cvs/mutt/mutt/po/pl.po, /cvs/mutt/mutt/po/pt_BR.po, /cvs/mutt/mutt/po/ru.po, /cvs/mutt/mutt/po/sk.po, /cvs/mutt/mutt/po/sv.po, /cvs/mutt/mutt/po/tr.po, /cvs/mutt/mutt/po/uk.po, /cvs/mutt/mutt/po/zh_CN.po, /cvs/mutt/mutt/po/zh_TW.po, /cvs/mutt/mutt/ChangeLog, /cvs/mutt/mutt/po/bg.po, /cvs/mutt/mutt/po/ca.po, /cvs/mutt/mutt/po/cs.po, /cvs/mutt/mutt/po/da.po, /cvs/mutt/mutt/po/de.po, /cvs/mutt/mutt/po/el.po, /cvs/mutt/mutt/po/eo.po, /cvs/mutt/mutt/po/es.po, /cvs/mutt/mutt/po/et.po, /cvs/mutt/mutt/po/fr.po, /cvs/mutt/mutt/po/gl.po, /cvs/mutt/mutt/po/hu.po, /cvs/mutt/mutt/po/id.po, /cvs/mutt/mutt/po/it.po, /cvs/mutt/mutt/po/ja.po, /cvs/mutt/mutt/po/ko.po, /cvs/mutt/mutt/po/lt.po, /cvs/mutt/mutt/po/nl.po, /cvs/mutt/mutt/reldate.h, /cvs/mutt/mutt/VERSION: + automatic post-release commit for mutt-1.5.5 + + * /cvs/mutt/mutt/build-release: + From: Thomas Roessler + + Use gpg for signing releases. + +Mon Nov 3 10:36:07 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/attach.c: + From: Thomas Roessler + + Fix a logic flaw in attachment saving. + +Wed Oct 8 19:56:28 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/pgpkey.c: + From: Thomas Roessler + + KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some sizeof + statements accordingly. Note that pgp_key_t is also a pointer, + though, so this should not have broken things. + +Mon Oct 6 09:59:46 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/query.c: + From: Thomas Roessler + + Fiy memory corruption. (# 1659) + +Sat Oct 4 22:13:54 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/lib.c: + From: Thomas Roessler + + mutt_basename() was garbage. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/manual.sgml.head: + From: Thomas Roessler + + Fix some tags. Noted by Todd . + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/recvattach.c, /cvs/mutt/mutt/attach.h, /cvs/mutt/mutt/commands.c, /cvs/mutt/mutt/compose.c, /cvs/mutt/mutt/keymap.h, /cvs/mutt/mutt/lib.c, /cvs/mutt/mutt/lib.h, /cvs/mutt/mutt/menu.c, /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/muttlib.c, /cvs/mutt/mutt/mutt_menu.h, /cvs/mutt/mutt/pager.c, /cvs/mutt/mutt/protos.h: + From: Thomas Roessler + + This patch fixes various aspects of the attachment-saving + user interface. Changes include: + + * When tagging and saving multiple attachments, you can now use the + same target directory for multiple attachments. + + * When you can't save an attachment, you get an opportunity to enter + a new file name. + + * The menu cursor will highlight the attachment that you are + currently discussing with mutt. + + * Various bug fixes. + + This does, in particular, address #1619 (Debian#208430). + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/menu.c: + From: Thomas Roessler + + Fix #1656. + +Mon Sep 29 16:34:48 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/muttrc.man.head: From: Ren Clerc + + Fix typo. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/dotlock.man, /cvs/mutt/mutt/doc/mutt.man, /cvs/mutt/mutt/doc/muttrc.man.head: + From: Thomas Roessler + + Fix #1652 (Debian #213007), noted by Jens Seidel + . + +Sat Sep 20 06:25:26 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/muttbug.sh.in: + From: Thomas Roessler + + Adapt to new GNU coreutils by not using head (1). + +Fri Sep 19 13:10:17 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/nl.po: From: Ren Clerc + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/utf7.c: + From: Thomas Roessler + + Fix remaining (void **) casts. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/browse.c, /cvs/mutt/mutt/imap/command.c, /cvs/mutt/mutt/parse.c, /cvs/mutt/mutt/pgp.c, /cvs/mutt/mutt/pgpkey.c, /cvs/mutt/mutt/pop_lib.c, /cvs/mutt/mutt/query.c, /cvs/mutt/mutt/recvattach.c, /cvs/mutt/mutt/remailer.c, /cvs/mutt/mutt/rfc1524.c, /cvs/mutt/mutt/rfc2047.c, /cvs/mutt/mutt/rfc2231.c, /cvs/mutt/mutt/sendlib.c, /cvs/mutt/mutt/smime.c, /cvs/mutt/mutt/thread.c, /cvs/mutt/mutt/addrbook.c, /cvs/mutt/mutt/browser.c, /cvs/mutt/mutt/color.c, /cvs/mutt/mutt/compose.c, /cvs/mutt/mutt/copy.c, /cvs/mutt/mutt/crypt.c, /cvs/mutt/mutt/curs_lib.c, /cvs/mutt/mutt/edit.c, /cvs/mutt/mutt/enter.c, /cvs/mutt/mutt/handler.c, /cvs/mutt/mutt/lib.c, /cvs/mutt/mutt/lib.h, /cvs/mutt/mutt/mh.c, /cvs/mutt/mutt/mutt_idna.c, /cvs/mutt/mutt/mx.c, /cvs/mutt/mutt/pager.c: + From: Mads Martin Joergensen + + As the ones of you who compile with new gcc's probably have noticed, + there's a lot of type-punning in Mutt. With help from Philipp + Thomas, I've fixed all I could find in CVS (please double-check, one + might have slipped through the cracks), I can make one for 1.4 CVS + branch as well if wanted. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/send.c: + From: Thomas Roessler + + Change abort_unmodified so it doesn't abort a message that has an + attachment. Catches the "send a file from the command line, + quickly" case. + +Thu Sep 11 17:00:07 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mutt_sasl.c: From: Brendan Cully + + This trivial patch closes #1516 (NI_WITHSCOPEID undefined). Thanks + to Mads for the initial patch. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/bg.po: + From: Velko Hristov + + Bulgarian translation. (Seems like I screwed up an earlier commit. + -tlr) + +Wed Sep 10 13:21:06 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/pop_auth.c: From: Jon Miles + + In pop_auth.c:pop_auth_sasl(), if the main loop received anything + back from the server that didnt begin with '+ ', it was bailing out + and skipping the checks to see if there was a +OK response. + +Sun Sep 7 10:12:59 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ko.po: From: Im Eunjea + + update. + +Thu Sep 4 15:10:27 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.h: + From: Thomas Roessler + + Fix some formatting glitches that lead to error messages when + viewing the muttrc(5) manual page. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/smime.c: + From: Christoph Ludwig + + Fix verification bug when messages are S/MIME signed & encrypted. + +Wed Sep 3 17:22:21 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/postpone.c: From: Dan Born + + I've attached a patch for bug number 1036, as reported at + http://bugs.guug.de/db/pa/lmutt.html ("segfault when more than one + msg is postponed"). This is a patch against mutt 1.4.1. + + As it was previously left, no one could reproduce it. The problem + occurs because sorting is disabled when opening the postponed + folder, but the Sort global variable still tells mutt to use + whatever sorting algorithm the $sort config option indicates. + Eventually, the code would get to mutt_messages_in_thread and try to + dereference a NULL thread object, causing the segfault. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/pl.po: From: Pawel Dziekonski + + update. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ja.po: + From: TAKAHASHI Tamotsu + + New ja.po. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/configure.in: + From: Velko Hristov + + Bulgarian translation. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mutt_ssl.c: From: Brendan Cully + + Fix a segmentation fault which occurs when a certificate is + rejected. Bug noted by Rob Latham . + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/curs_main.c: From: Anatoly Vorobey + + The commands "read-thread" (^R) and "read-subthread" (Esc-R) do not + honor the resolve variable (don't advance cursor after marking the + thread/subthread as read), which, to me at least, is a nuisance. + +Mon Aug 11 14:06:22 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/imap.c: From: Brendan Cully + + 1595: My guess is this bug is caused by mlarson@verisign.com's patch + to check for UNSEEN rather than RECENT messages. This means that as + long as there are messages in a mailbox either new or old, mutt will + think it has new mail. + + The attached patch reverts that change. Let me know if it solves the + problem. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/muttrc.man.head: + From: Thomas Roessler + + Fix a formatting bug. + +Tue Aug 5 13:56:05 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/attach.c, /cvs/mutt/mutt/buffy.c, /cvs/mutt/mutt/commands.c, /cvs/mutt/mutt/copy.c, /cvs/mutt/mutt/editmsg.c, /cvs/mutt/mutt/init.c, /cvs/mutt/mutt/mbox.c, /cvs/mutt/mutt/mx.c, /cvs/mutt/mutt/mx.h, /cvs/mutt/mutt/sendlib.c: + From: Brendan Cully + + This patch removes the Kendra format from mutt. (The support was + broken anyways.) + +Sat Aug 2 11:28:16 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/hu.po: + From: Horvath Szabolcs + + update + +Tue Jul 29 10:11:20 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/pager.c: From: Edmund GRIMLEY EVANS + + It seems that Solaris has an incorrect implementation of mbrtowc: when + there is an encoding error and mbrtowc returns (size_t)(-1) no value + should be stored in *pwc (the first argument), as I understand it, but + here mbrtowc is storing 8 when presented with the bytes "\xc8\x4d". + + However, relying on mbrtowc not to store anything in *pwc when there + is an error is a bit silly; it makes sense to look at the return + value. So, the following patch should be applied if Pawel can confirm + that it fixes the problem. I've tested it and it worked for me with + glibc's mbrtowc. + +Thu Jul 24 18:41:02 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/alias.c, /cvs/mutt/mutt/copy.c, /cvs/mutt/mutt/handler.c, /cvs/mutt/mutt/imap/command.c, /cvs/mutt/mutt/imap/imap.c, /cvs/mutt/mutt/imap/message.c, /cvs/mutt/mutt/imap/util.c, /cvs/mutt/mutt/init.c, /cvs/mutt/mutt/intl/l10nflist.c, /cvs/mutt/mutt/intl/loadmsgcat.c, /cvs/mutt/mutt/intl/localealias.c, /cvs/mutt/mutt/keymap.c, /cvs/mutt/mutt/lib.c, /cvs/mutt/mutt/makedoc.c, /cvs/mutt/mutt/muttlib.c, /cvs/mutt/mutt/pattern.c, /cvs/mutt/mutt/rfc2047.c, /cvs/mutt/mutt/rfc2231.c, /cvs/mutt/mutt/rfc822.c, /cvs/mutt/mutt/strcasecmp.c, /cvs/mutt/mutt/url.c: + From: Vincent Lefevre + + Some functions/macros like isspace take an int and require the + argument to have the value of an unsigned char (or EOF). Under + Solaris, gcc complains when the argument is a char (as this is a + possible bug, on platforms where char is signed, like Solaris). The + attached patch fixes such problems (well, perhaps I've changed more + than necessary, but this doesn't hurt). + +Tue Jul 22 12:56:50 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/gnupgparse.c: From: dshaw@jabberwocky.com + + When encrypting a message to a user that has more than one subkey, + at least one of which is revoked or expired, mutt treats the entire + key as unusable rather than just the subkey(s) in question. + +Wed Jul 16 11:18:38 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/account.c, /cvs/mutt/mutt/account.h, /cvs/mutt/mutt/imap/auth_sasl.c, /cvs/mutt/mutt/imap/imap.c: + From: Brendan Cully + + I noticed that my mutt hung when I tried SASL DIGEST-MD5 + authentication (I'm not sure when this started). I believe this + patch should solve that problem in a reliable way. + + This patch also attempts to reuse connections even when + authentication fails, instead of just throwing away a perfectly good + socket. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/curs_lib.c, /cvs/mutt/mutt/enter.c, /cvs/mutt/mutt/keymap.c, /cvs/mutt/mutt/keymap.h, /cvs/mutt/mutt/mutt_curses.h, /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/mutt_ssl.c: + From: Brendan Cully + + This patch redoes yesterday's unbuffered input patch. Now it uses a + pseudo-option, which means less mess to carry down the call stack. + It also made it much easier to have the SSL certificate menu be + unbuffered, which it is now. So push commands won't annoy you when + entering passwords or accepting certificates. + +Tue Jul 15 11:41:53 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/curs_main.c, /cvs/mutt/mutt/globals.h, /cvs/mutt/mutt/imap/command.c, /cvs/mutt/mutt/imap/imap.c, /cvs/mutt/mutt/imap/imap.h, /cvs/mutt/mutt/imap/imap_private.h, /cvs/mutt/mutt/imap/util.c, /cvs/mutt/mutt/mx.c: + From: Brendan Cully + + The attached patch should keep all opened IMAP connections alive, no + matter what mailbox you are currently in. With the patch that got + committed yesterday, this should close bug 1523. + + (There was a typo in that patch. This one supersedes it.) + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/configure.in, /cvs/mutt/mutt/.cvsignore: + From: Brendan Cully + + autoconf 2.5 compatibility. + +Mon Jul 14 12:40:16 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/send.c: From: Hugo Haas + + Fix #1520. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/pl.po: From: Pawel Dziekonski + + small fix. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/command.c, /cvs/mutt/mutt/imap/imap.c: + From: Brendan Cully + + On Sunday, 13 July 2003 at 18:09, Brendan Cully wrote: + + > The attached patch should help when the connection to your postponed + > folder times out and you can't reconnect without restarting mutt. I'd + > like anyone who has that problem to try it and let me know how it + > works. + + I dug a little deeper. The attached patch seems to work better. It + complains the first time you try to recall a message, but works the + second. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/account.c, /cvs/mutt/mutt/curs_lib.c, /cvs/mutt/mutt/enter.c, /cvs/mutt/mutt/keymap.c, /cvs/mutt/mutt/keymap.h, /cvs/mutt/mutt/mutt_curses.h, /cvs/mutt/mutt/mutt.h: + From: Brendan Cully + + The attached patch prevents mutt from reading the push buffer when + asking for passwords. This is a proper fix for bug 1312. I think + it's uncontroversial. + +Fri Jul 4 17:16:00 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/auth_sasl.c: + From: Thomas Roessler + + Increase a buffer's size. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/curs_lib.c, /cvs/mutt/mutt/curs_main.c, /cvs/mutt/mutt/functions.h, /cvs/mutt/mutt/menu.c, /cvs/mutt/mutt/OPS: + From: Nicolas Rachinsky + + Introduce tag-prefix-cond and end-cond. This makes simple + conditional execution of parts of macros possible. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/curs_main.c, /cvs/mutt/mutt/pattern.c: + From: Bruno Postle + + Display an empty index when no messages match search criteria. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.h, /cvs/mutt/mutt/muttlib.c: + From: Thomas Roessler + + Add a ':' flag to % expandos. This will make sure that any + dots are converted into underscores. (_ is already used for + lowercasing the result of an expando.) + +Wed Jun 4 14:02:19 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/muttlib.c: + From: Thomas Roessler + + Don't colorize empty lines generated with state_attach_puts(); + +Thu May 29 17:51:57 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/imap.c, /cvs/mutt/mutt/pgp.c, /cvs/mutt/mutt/po/eo.po, /cvs/mutt/mutt/po/id.po: + From: David Shaw + + Fix part of #1564. + + * /cvs/mutt/mutt/init.c: + From: Thomas Roessler + + Fix a segmentation fault which would occur when pgp_sort_keys is set + in a configuration file, but mutt is compiled without PGP support. + + * /cvs/mutt/mutt/gnupgparse.c: + From: Thomas Roessler + + Fix PGP subkey handling when looking at key capabilities. This + should take care of the recent "mutt does not see all keys" + problems. + +Tue May 13 13:06:53 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/crypt.c: + From: Dale Woolridge + + Fix gpg-agent use. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/manual.sgml.head: + From: Thomas Roessler + + Remove useless examples about treating text/enriched externally. + #1549; Debian #190309. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/recvattach.c: + From: Juan Altmayer Pizzorno + + view-attachments does not extract the message within a x-pkcs7-mime + if it's only signed, but not encrypted. Such a message results, for + example, from a decrypt-save if the message was previously encrypted + and signed. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/doc/manual.sgml.head: + From: Thomas Glanzmann + + Fix an inconsistency between manual and code. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/gnupgparse.c, /cvs/mutt/mutt/pgppubring.c: + From: David Shaw + + Currently, mutt uses the OpenPGP key algorithm to determine the + capabilities of the key. For example, in mutt, a key of type 1 (RSA) + can both encrypt & sign. This is not correct as per OpenPGP, however, + where the capabilities of the key are determined by both the algorithm + and key capability flags that are set on the key. This can lead to + user confusion when their RSA encrypt-only or sign-only key is listed + for both signing and encryption in mutt. + + GnuPG lists these flags in key listings, so it is easy to take + advantage of them. Here is a patch to use the flags, as well as + provide the flags in pgpring. Note that the pgp+pgpring users won't + see any change since the flags there are based on the key algorithm as + they are now, but the GnuPG users will see an improvement. + +Mon May 12 16:22:04 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/enter.c: + From: Thomas Roessler + + Fix alias completion when the alias is entered as part of a group. + (E.g., The Tea Party: alias1, alias2, alias3;) + +Sat May 3 20:09:12 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/muttlib.c: + From: Dan Nelson + + Fix #1558. (mutt_expand_fmt rewrite; OPT_MAX wasn't maximal.) + +Tue Apr 15 13:18:25 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/compose.c: From: Ren Clerc + + Fix two more cases in which ctrl-G is interpreted as M_YES. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/compose.c: + From: Dale Woolridge + + The "sign (a)s" code strips the pgp application bit causing drawing + issues in redraw_crypt_lines(). Other bits (well bit = encrypt) are + ignored as a result. I've only tested with pgp, but the same + problem exists in the smime code too. This inline patch (against + cvs head revision) fixes the problem. + +Mon Apr 14 09:12:16 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.h, /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/send.c: + From: Thomas Roessler + + Fix the PGP / S/MIME selection mess in send.c. This patch adds two + new configuration variables, $crypt_autopgp and $crypt_autsmime. + Both are set to "yes" by default. By turning them off, you can + disable the automatic selection of one or both mechanisms. (Useful + when your mutt is PGP- and S/MIME enabled, but you only use, say + S/MIME.) + +Fri Apr 11 15:17:40 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/send.c: + From: Thomas Roessler + + Backing out the previous change. It was nonsense. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/config.guess, /cvs/mutt/mutt/config.sub, /cvs/mutt/mutt/depcomp, /cvs/mutt/mutt/install-sh, /cvs/mutt/mutt/missing, /cvs/mutt/mutt/mkinstalldirs: + From: Lars Hecking + + updates. + + * /cvs/mutt/mutt/send.c: + From: Thomas Roessler + + Try to fix a PGP / S/MIME-related problem. Found by Matt Larson + , tracekd down by Ren Clerc . + + * /cvs/mutt/mutt/thread.c: + From: Thomas Roessler + + Fix a segmentation fault. + +Wed Apr 9 08:24:27 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/recvcmd.c: From: Zardoz@users.sourceforge.net + + Fix #1531. (recvcmd.c duplicate of #1528) + +Tue Apr 8 22:34:08 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/lib.c: + From: Thomas Roessler + + Avoid a division by zero. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/color.c: + From: Thomas Roessler + + Make sure has_colors() is only invoked when OPTNOCURSES is unset. + This fixes a segmentation fault on RH 8.0 which was observed by Matt + Larson . + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/browser.c, /cvs/mutt/mutt/enter.c, /cvs/mutt/mutt/imap/imap.c, /cvs/mutt/mutt/lib.c, /cvs/mutt/mutt/mutt_idna.c, /cvs/mutt/mutt/mx.c, /cvs/mutt/mutt/sendlib.c, /cvs/mutt/mutt/smime.c, /cvs/mutt/mutt/thread.c: + From: Thomas Roessler + + Try to catch a couple of cases in which parameters for malloc calls + could overflow. Thanks to Timo Sirainen for the heads-up. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/es.po: + From: Thomas Roessler + + Mark a translation as fuzzy in order to fix #1522. + +Mon Apr 7 20:09:13 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/commands.c: + From: Thomas Roessler + + Fix #1528. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/nl.po: From: Ren Clerc + + update + +Sun Apr 6 11:02:16 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ca.po: + From: Ivan Vilata i Balaguer + + update + +Wed Apr 2 09:06:38 2003 Thomas Roessler + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/smime_keys.pl: From: Bjoern Jacke + + - add a missing filehandle closure + - some cleanups of unused/bogous code + + * /cvs/mutt/mutt/contrib/colors.default, /cvs/mutt/mutt/contrib/colors.linux, /cvs/mutt/mutt/contrib/Makefile.in: + From: Thomas Roessler + + sample.muttrc-tlr would try to include my color configurations, + which weren't distrubted. Fix that. (Bug noted while helping + someone else to configure mutt during a conference.) + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/contrib/sample.muttrc: + From: Thomas Roessler + + Fix sample.muttrc. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/curs_main.c: + From: Gary Johnson + + Here is the patch to fix the bug I reported earlier in this thread, + that sometimes when changing folders, mutt would generate an error + message and stop the further processing of folder-hooks. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/fr.po: From: Vincent Lefevre + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ja.po: + From: TAKAHASHI Tamotsu + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/de.po: From: Roland Rosenfeld + + update + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/init.h, /cvs/mutt/mutt/mutt.h, /cvs/mutt/mutt/pgp.c: + From: David Shaw + + Here is the pgp_check_exit patch updated for 1.5.4. This patch adds + the pgp_check_exit option (enabled by default) that causes mutt to + check the exit code of the PGP subprocess. A non-zero exit code means + that the subprocess failed and mutt will not continue to send the + message. + + This is needed as in certain cases, PGP or GnuPG can fail to + completely process a document (say, if the gpg.conf file is mangled, + which is how I discovered the problem). Without an exit code check, + mutt will continue anyway and send the half processed file. + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/po/ru.po: From: Vsevolod Volkov + + update. + +Wed Mar 19 22:43:08 2003 Thomas Roessler + + * /cvs/mutt/mutt/po/pl.po, /cvs/mutt/mutt/po/pt_BR.po, /cvs/mutt/mutt/po/ru.po, /cvs/mutt/mutt/po/sk.po, /cvs/mutt/mutt/po/sv.po, /cvs/mutt/mutt/po/tr.po, /cvs/mutt/mutt/po/uk.po, /cvs/mutt/mutt/po/zh_CN.po, /cvs/mutt/mutt/po/zh_TW.po, /cvs/mutt/mutt/po/et.po, /cvs/mutt/mutt/po/fr.po, /cvs/mutt/mutt/po/gl.po, /cvs/mutt/mutt/po/hu.po, /cvs/mutt/mutt/po/id.po, /cvs/mutt/mutt/po/it.po, /cvs/mutt/mutt/po/ja.po, /cvs/mutt/mutt/po/ko.po, /cvs/mutt/mutt/po/lt.po, /cvs/mutt/mutt/po/nl.po, /cvs/mutt/mutt/ChangeLog, /cvs/mutt/mutt/Makefile.am, /cvs/mutt/mutt/po/ca.po, /cvs/mutt/mutt/po/cs.po, /cvs/mutt/mutt/po/da.po, /cvs/mutt/mutt/po/de.po, /cvs/mutt/mutt/po/el.po, /cvs/mutt/mutt/po/eo.po, /cvs/mutt/mutt/po/es.po, /cvs/mutt/mutt/po/Makefile.in.in, /cvs/mutt/mutt/reldate.h, /cvs/mutt/mutt/VERSION: + automatic post-release commit for mutt-1.5.4 + + * /cvs/mutt/mutt/po/tr.po, /cvs/mutt/mutt/po/uk.po, /cvs/mutt/mutt/po/zh_CN.po, /cvs/mutt/mutt/po/zh_TW.po, /cvs/mutt/mutt/po/sk.po, /cvs/mutt/mutt/po/sv.po, /cvs/mutt/mutt/po/pl.po, /cvs/mutt/mutt/po/pt_BR.po, /cvs/mutt/mutt/po/ru.po, /cvs/mutt/mutt/po/ja.po, /cvs/mutt/mutt/po/ko.po, /cvs/mutt/mutt/po/lt.po, /cvs/mutt/mutt/po/nl.po, /cvs/mutt/mutt/po/gl.po, /cvs/mutt/mutt/po/hu.po, /cvs/mutt/mutt/po/id.po, /cvs/mutt/mutt/po/it.po, /cvs/mutt/mutt/po/et.po, /cvs/mutt/mutt/po/fr.po, /cvs/mutt/mutt/po/da.po, /cvs/mutt/mutt/po/de.po, /cvs/mutt/mutt/po/el.po, /cvs/mutt/mutt/po/eo.po, /cvs/mutt/mutt/po/es.po, /cvs/mutt/mutt/po/bg.po, /cvs/mutt/mutt/po/ca.po, /cvs/mutt/mutt/po/cs.po, /cvs/mutt/mutt/reldate.h, /cvs/mutt/mutt/VERSION, /cvs/mutt/mutt/ChangeLog: + automatic post-release commit for mutt-1.4.1 + + * /cvs/mutt/mutt/pgppubring.c: + From: Thomas Roessler + + Fix some memory management calls. (Stable branch.) + + * /cvs/mutt/mutt/imap/utf7.c: + From: Edmund GRIMLEY EVANS + + Fix a buffer overflow in utf8_to_utf7. (Stable branch.) + + * /cvs/mutt/mutt/ChangeLog: # changelog commit + + * /cvs/mutt/mutt/imap/utf7.c: + From: Edmund GRIMLEY EVANS + + Fix a buffer overflow in utf8_to_utf7. + Wed Mar 19 21:56:29 2003 Thomas Roessler * /cvs/mutt/mutt/pgppubring.c: @@ -11505,9 +12729,9 @@ * po/ru.po, po/de.po, po/POTFILES.in, po/Makefile.in.in, charsets/gen_charsets, charsets/Makefile.in, missing, - mime.types: More $Id: ChangeLog,v 2.73.2.4 2003/03/19 22:18:35 roessler Exp $ strings. + mime.types: More $Id: ChangeLog,v 2.73.2.5 2004/02/11 14:03:17 roessler Exp $ strings. - * Add RCS $Id: ChangeLog,v 2.73.2.4 2003/03/19 22:18:35 roessler Exp $ strings to (hopefully) all source files. + * Add RCS $Id: ChangeLog,v 2.73.2.5 2004/02/11 14:03:17 roessler Exp $ strings to (hopefully) all source files. * enter.c: Type Ctrl-V Ctrl-G in any input field. Index: mutt/VERSION diff -u mutt/VERSION:2.63.2.4 mutt/VERSION:2.63.2.5 --- mutt/VERSION:2.63.2.4 Wed Mar 19 23:18:36 2003 +++ mutt/VERSION Wed Feb 11 15:03:18 2004 @@ -1 +1 @@ -1.4.1 +1.4.2 Index: mutt/configure.in diff -u mutt/configure.in:2.129.2.10 mutt/configure.in:2.129.2.11 --- mutt/configure.in:2.129.2.10 Wed Jul 24 11:37:41 2002 +++ mutt/configure.in Wed Feb 11 11:07:17 2004 @@ -12,6 +12,8 @@ AM_INIT_AUTOMAKE(mutt, $mutt_cv_version) +ifdef([AC_LIBOBJ], , [define([AC_LIBOBJ], [LIB[]OBJS="$LIBOBJS $1.o"])]) + ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg" @@ -293,7 +295,7 @@ AC_CHECK_FUNCS(snprintf, , [mutt_cv_snprintf=yes]) AC_CHECK_FUNCS(vsnprintf, , [mutt_cv_snprintf=yes]) if test $mutt_cv_snprintf = yes; then - LIBOBJS="$LIBOBJS snprintf.o" + AC_LIBOBJ(snprintf) fi dnl SCO uses chsize() instead of ftruncate() @@ -325,7 +327,7 @@ if test $mutt_cv_regex = yes; then AC_DEFINE(USE_GNU_REGEX,1,[ Define if you want to use the included regex.c. ]) - LIBOBJS="$LIBOBJS regex.o" + AC_LIBOBJ(regex) fi Index: mutt/menu.c diff -u mutt/menu.c:2.27.2.1 mutt/menu.c:2.27.2.2 --- mutt/menu.c:2.27.2.1 Mon Jan 28 11:18:50 2002 +++ mutt/menu.c Wed Feb 11 11:07:17 2004 @@ -148,30 +148,13 @@ menu->make_entry (s, l, menu, i); } -void menu_pad_string (char *s, size_t l) +void menu_pad_string (char *s, size_t n) { - size_t n = mutt_strlen (s); int shift = option (OPTARROWCURSOR) ? 3 : 0; - - l--; /* save room for the terminal \0 */ - if (l > COLS - shift) - l = COLS - shift; + int cols = COLS - shift; - /* Let's just pad the string anyway ... */ - mutt_format_string (s, INT_MAX, l, l, 0, ' ', s, n, 1); - return; - -#if !defined (HAVE_BKGDSET) && !defined (USE_SLANG_CURSES) - /* we have to pad the string with blanks to the end of line */ - if (n < l) - { - while (n < l) - s[n++] = ' '; - s[n] = 0; - } - else -#endif - s[l] = 0; + mutt_format_string (s, n, cols, cols, 0, ' ', s, strlen (s), 1); + s[n - 1] = 0; } void menu_redraw_full (MUTTMENU *menu) Index: mutt/reldate.h diff -u mutt/reldate.h:2.55.2.4 mutt/reldate.h:2.55.2.5 --- mutt/reldate.h:2.55.2.4 Wed Mar 19 23:18:36 2003 +++ mutt/reldate.h Wed Feb 11 15:03:18 2004 @@ -1 +1 @@ -const char *ReleaseDate = "2003-03-19"; +const char *ReleaseDate = "2004-02-11"; Index: mutt/po/bg.po diff -u mutt/po/bg.po:1.1.2.3 mutt/po/bg.po:1.1.2.4 --- mutt/po/bg.po:1.1.2.3 Wed Mar 19 23:18:36 2003 +++ mutt/po/bg.po Wed Feb 11 15:03:18 2004 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.4\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-06-29 19:50+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=windows-1251\n" @@ -2523,80 +2523,80 @@ msgid "Reopening mailbox..." msgstr " ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr " : " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr " ." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr " ." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr " ." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr " ." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr " ." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr " ." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr " ." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr " ." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr " ." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr " ." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr ": " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr " : " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr " ." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr " ." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr " ." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr " ." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr " ." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr " ." Index: mutt/po/ca.po diff -u mutt/po/ca.po:1.6.2.7 mutt/po/ca.po:1.6.2.8 --- mutt/po/ca.po:1.6.2.7 Wed Mar 19 23:18:36 2003 +++ mutt/po/ca.po Wed Feb 11 15:03:19 2004 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.27i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-06-10 16:03+0200\n" "Last-Translator: Ivan Vilata i Balaguer \n" "Language-Team: Catalan \n" @@ -2608,80 +2608,80 @@ msgid "Reopening mailbox..." msgstr "S'est reobrint la bstia..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Salta a: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "El nmero d'ndex no s vlid." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "No hi ha cap entrada." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "No podeu baixar ms." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "No podeu pujar ms." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Vos trobeu en l'ltima pgina." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Vos trobeu en la primera pgina." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "La primera entrada ja s visible." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "L'ltima entrada ja s visible." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Vos trobeu en l'ltima entrada." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Vos trobeu en la primera entrada." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Cerca: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Cerca cap enrere: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "No s'ha especificat cap patr de recerca." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "No s'ha trobat." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "No hi ha cap entrada marcada." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "No es pot cercar en aquest men." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "No es pot saltar en un dileg." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "No es pot marcar." Index: mutt/po/cs.po diff -u mutt/po/cs.po:1.75.2.5 mutt/po/cs.po:1.75.2.6 --- mutt/po/cs.po:1.75.2.5 Wed Mar 19 23:18:36 2003 +++ mutt/po/cs.po Wed Feb 11 15:03:20 2004 @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.19\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2001-06-09 23:27+0200\n" "Last-Translator: Ji Pavlovsk \n" "Language-Team: Czech \n" @@ -3022,98 +3022,98 @@ msgstr "Otevrm schrnku znovu..." # -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Peskoit na: " # -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Nesprvn indexov slo." # -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "dn poloky." # -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Dol ji rolovat nemete." # -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Nahoru ji rolovat nemete." # -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Jste na posledn strnce." # -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Jste na prvn strnce." # -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Prvn poloka je zobrazena." # -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Posledn poloka je zobrazena." # -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Jste na posledn poloce." # -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Jste na prvn poloce." # -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Vyhledat: " # -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Vyhledat obrcenm smrem: " # -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Nen dn vzor k vyhledn." # -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Nenalezeno." # -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "dn poloky nejsou oznaeny." # -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "V tomto menu nen hledn pstupn." # -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "V dialozch nen peskakovn implementovno." # -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Oznaovn nen podporovno." Index: mutt/po/da.po diff -u mutt/po/da.po:1.67.2.6 mutt/po/da.po:1.67.2.7 --- mutt/po/da.po:1.67.2.6 Wed Mar 19 23:18:37 2003 +++ mutt/po/da.po Wed Feb 11 15:03:20 2004 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt-1.3.99\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-04 08:47+0200\n" "Last-Translator: Byrial Jensen , Morten Bo Johansen " "\n" @@ -2502,80 +2502,80 @@ msgid "Reopening mailbox..." msgstr "Genbner brevbakke ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Hop til: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Ugyldigt indeksnummer." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Ingen listninger" -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Du kan ikke komme lngere ned." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Du kan ikke komme lngere op." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Du er p den sidste side." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Du er p den frste side." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Frste listning vises." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Sidste listning vises." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Du er p sidste listning." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Du er p frste listning." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Sg efter: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Sg baglns efter: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Intet sgemnster." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Ikke fundet." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Der er ingen udvalgte listninger." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Sgning kan ikke bruges i denne menu." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Man kan ikke springe rundt i dialogerne" -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Udvlgelse er ikke understttet." Index: mutt/po/de.po diff -u mutt/po/de.po:1.160.2.6 mutt/po/de.po:1.160.2.7 --- mutt/po/de.po:1.160.2.6 Wed Mar 19 23:18:37 2003 +++ mutt/po/de.po Wed Feb 11 15:03:21 2004 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.26\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-02 17:33+0200\n" "Last-Translator: Roland Rosenfeld \n" "Language-Team: German \n" @@ -2511,80 +2511,80 @@ msgid "Reopening mailbox..." msgstr "ffne Mailbox erneut..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Springe zu: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Ungltige Indexnummer." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Keine Eintrge" -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Sie knnen nicht weiter nach unten gehen." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Sie knnen nicht weiter nach oben gehen." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Sie sind auf der letzten Seite." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Sie sind auf der ersten Seite." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Der erste Eintrag wird angezeigt." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Der letzte Eintrag wird angezeigt." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Sie sind auf dem letzten Eintrag." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Sie sind auf dem ersten Eintrag" -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Suche nach: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Suche rckwrts nach: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Kein Suchmuster." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Nicht gefunden." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Keine markierten Eintrge." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "In diesem Men kann nicht gesucht werden." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Springen in Dialogen ist nicht mglich." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Markieren wird nicht untersttzt." Index: mutt/po/el.po diff -u mutt/po/el.po:1.77.2.5 mutt/po/el.po:1.77.2.6 --- mutt/po/el.po:1.77.2.5 Wed Mar 19 23:18:37 2003 +++ mutt/po/el.po Wed Feb 11 15:03:22 2004 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt-1.3.27i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-01-24 00:03GMT+2\n" "Last-Translator: Dokianakis Fanis \n" "Language-Team: Greek \n" @@ -3042,98 +3042,98 @@ msgstr " ..." # -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr " : " # -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr " " # -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr " " # -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr " ." # -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr " ." # -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr " ." # -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr " ." # -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr " ." # -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr " ." # -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr " ." # -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr " ." # -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr " : " # -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr " : " # -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr " ." # -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr " ." # -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr " ." # -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr " ." # -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr " ." # -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr " ." Index: mutt/po/eo.po diff -u mutt/po/eo.po:1.80.2.6 mutt/po/eo.po:1.80.2.7 --- mutt/po/eo.po:1.80.2.6 Wed Mar 19 23:18:37 2003 +++ mutt/po/eo.po Wed Feb 11 15:03:23 2004 @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.99\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-19 13:27+0100\n" "Last-Translator: Edmund GRIMLEY EVANS \n" "Language-Team: eo \n" @@ -2501,80 +2501,80 @@ msgid "Reopening mailbox..." msgstr "Remalfermas potfakon ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Salti al: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Nevalida indeksnumero." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Neniaj registroj." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Vi ne povas rulumi pli malsupren." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Vi ne povas rulumi pli supren." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Vi estas e la lasta pao." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Vi estas e la unua pao." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Unua registro estas montrita." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Lasta registro estas montrita." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Vi estas e la lasta registro." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Vi estas e la lasta registro." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Seri pri: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Inversa sero pri: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Mankas serablono." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Ne trovita." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Mankas markitaj registroj." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Sero ne eblas por i tiu menuo." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Saltado ne funkcias e dialogoj." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Markado ne funkcias." Index: mutt/po/es.po diff -u mutt/po/es.po:1.89.2.5 mutt/po/es.po:1.89.2.6 --- mutt/po/es.po:1.89.2.5 Wed Mar 19 23:18:37 2003 +++ mutt/po/es.po Wed Feb 11 15:03:23 2004 @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.4\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2001-06-08 19:44+02:00\n" "Last-Translator: Boris Wesslowski \n" "Language-Team: -\n" @@ -2519,80 +2519,80 @@ msgid "Reopening mailbox..." msgstr "Reabriendo buzn..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Saltar a: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Nmero de ndice invlido." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "No hay entradas." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Ya no puede bajar ms." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Ya no puede subir ms." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Est en la ltima pgina." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Est en la primera pgina." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "La primera entrada est siendo mostrada." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "La ltima entrada est siendo mostrada." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Est en la ltima entrada." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Est en la primera entrada." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Buscar por: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Buscar en sentido opuesto: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Nada que buscar." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "No fue encontrado." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "No hay entradas marcadas." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "No puede buscar en este men." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Saltar no est implementado para dilogos." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Marcar no est soportado." Index: mutt/po/et.po diff -u mutt/po/et.po:1.21.2.6 mutt/po/et.po:1.21.2.7 --- mutt/po/et.po:1.21.2.6 Wed Mar 19 23:18:38 2003 +++ mutt/po/et.po Wed Feb 11 15:03:24 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.99\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-13 20:01+0300\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -2500,80 +2500,80 @@ msgid "Reopening mailbox..." msgstr "Avan postkasti uuesti..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Hppa: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Vigane indeksi number." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Kirjeid pole." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Enam allapoole ei saa kerida." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Enam lespoole ei saa kerida." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Te olete viimasel lehel." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Te olete esimesel lehel." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Esimene kirje on nidatud." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Viimane kirje on nidatud." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Te olete viimasel kirjel." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Te olete esimesel kirjel." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Otsi: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Otsi tagurpidi: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Otsingumuster puudub." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Ei leitud." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Mrgitud kirjeid pole." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Selles mens ei ole otsimist realiseeritud." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "hppamine ei ole dialoogidele realiseeritud." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Mrkimist ei toetata." Index: mutt/po/fr.po diff -u mutt/po/fr.po:1.108.2.6 mutt/po/fr.po:1.108.2.7 --- mutt/po/fr.po:1.108.2.6 Wed Mar 19 23:18:38 2003 +++ mutt/po/fr.po Wed Feb 11 15:03:24 2004 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.99\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-02 03:12+0200\n" "Last-Translator: Marc Baudoin , Vincent Lefevre " "\n" @@ -2603,80 +2603,80 @@ msgid "Reopening mailbox..." msgstr "Rouverture de la bote aux lettres..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Aller : " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Numro d'index invalide." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Pas d'entres." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Dfilement vers le bas impossible." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Dfilement vers le haut impossible." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Vous tes sur la dernire page." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Vous tes sur la premire page." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "La premire entre est affiche." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "La dernire entre est affiche." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Vous tes sur la dernire entre." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Vous tes sur la premire entre." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Rechercher : " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Rechercher en arrire : " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Pas de motif de recherche." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Non trouv." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Pas d'entres marques." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "La recherche n'est pas implmente pour ce menu." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Le saut n'est pas implment pour les dialogues." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Le marquage n'est pas support." Index: mutt/po/gl.po diff -u mutt/po/gl.po:1.61.2.5 mutt/po/gl.po:1.61.2.6 --- mutt/po/gl.po:1.61.2.5 Wed Mar 19 23:18:39 2003 +++ mutt/po/gl.po Wed Feb 11 15:03:25 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2001-04-22 22:05+0200\n" "Last-Translator: Roberto Suarez Soto \n" "Language-Team: Galician \n" @@ -2532,80 +2532,80 @@ msgid "Reopening mailbox..." msgstr "Reabrindo buzn..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Saltar a: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Nmero de ndice invlido." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Non hai entradas." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Non posible moverse mis abaixo." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Non posible moverse mis arriba." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Est na derradeira pxina." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Est na primeira pxina." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Amosase a primeira entrada." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Amosase a derradeira entrada." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Est na derradeira entrada." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Est na primeira entrada." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Bsqueda de: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Bsqueda inversa de: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Non hai patrn de bsqueda." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Non se atopou." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Non hai entradas marcadas." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "A bsqueda non est implementada neste men." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "O salto non est implementado nos dilogos." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "O marcado non est soportado." Index: mutt/po/hu.po diff -u mutt/po/hu.po:1.17.2.5 mutt/po/hu.po:1.17.2.6 --- mutt/po/hu.po:1.17.2.5 Wed Mar 19 23:18:39 2003 +++ mutt/po/hu.po Wed Feb 11 15:03:26 2004 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.17i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2001-04-13 18:03+0000\n" "Last-Translator: Szabolcs Horvth \n" "Language-Team: LME Magyaritasok Lista \n" @@ -2615,80 +2615,80 @@ msgid "Reopening mailbox..." msgstr "Postafik jra megnyitsa..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Ugrs: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "rvnytelen indexszm." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Nincsenek bejegyzsek." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Nem lehet tovbb lefel scrollozni." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Nem lehet tovbb felfel scrollozni." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Ez az utols oldal." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Ez az els oldal." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Az els bejegyzs lthat." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Az utols bejegyzs lthat." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Az utols bejegyzsen vagy." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Az els bejegyzsen vagy." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Keress: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Keress visszafel: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Nincs keressi minta." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Nem tallhat." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Nincsenek kijellt bejegyzsek." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "A keress nincs megrva ehhez a menhz." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Az ugrs funkci nincs megrva ehhez a menhz." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Kijells nem tmogatott." Index: mutt/po/id.po diff -u mutt/po/id.po:1.84.2.6 mutt/po/id.po:1.84.2.7 --- mutt/po/id.po:1.84.2.6 Wed Mar 19 23:18:39 2003 +++ mutt/po/id.po Wed Feb 11 15:03:27 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.99i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-07 09:46+0700\n" "Last-Translator: Ronny Haryanto \n" "Language-Team: Indonesia \n" @@ -2510,80 +2510,80 @@ msgid "Reopening mailbox..." msgstr "Membuka kembali kotak surat..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Ke: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Nomer indeks tidak betul." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Tidak ada entry." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Sudah tidak bisa geser lagi. Jebol nanti." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Sudah tidak bisa geser lagi. Jebol nanti." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Anda di halaman terakhir." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Anda di halaman pertama." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Entry pertama sudah ditampilkan." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Entry terakhir sudah ditampilkan." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Anda di entry terakhir." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Anda di entry pertama." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Cari: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Cari mundur: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Tidak ada kriteria pencarian." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Tidak ketemu." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Tidak ada entry yang ditandai." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Pencarian tidak bisa dilakukan untuk menu ini." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Pelompatan tidak diimplementasikan untuk dialogs." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Penandaan tidak didukung." Index: mutt/po/it.po diff -u mutt/po/it.po:1.103.2.5 mutt/po/it.po:1.103.2.6 --- mutt/po/it.po:1.103.2.5 Wed Mar 19 23:18:39 2003 +++ mutt/po/it.po Wed Feb 11 15:03:28 2004 @@ -2,12 +2,12 @@ # Copyright (C) 1998-2001 Marco d'Itri # Marco d'Itri , 2000. # -# $Id: it.po,v 1.103.2.5 2003/03/19 22:18:39 roessler Exp $ +# $Id: it.po,v 1.103.2.6 2004/02/11 14:03:28 roessler Exp $ # msgid "" msgstr "" "Project-Id-Version: mutt-1.3.23\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-01-19 21:09+0100\n" "Last-Translator: Marco d'Itri \n" "Language-Team: none\n" @@ -2509,80 +2509,80 @@ msgid "Reopening mailbox..." msgstr "Riapro la mailbox..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Salta a: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Numero dell'indice non valido." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Nessuna voce." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Non puoi spostarti pi in basso." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Non puoi spostarti pi in alto." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Sei all'ultima pagina." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Sei alla prima pagina." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "La prima voce questa." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "L'ultima voce questa." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Sei all'ultima voce." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Sei alla prima voce." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Cerca: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Cerca all'indietro: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Nessun modello di ricerca." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Non trovato." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Nessuna voce segnata." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "In questo men la ricerca non stata implementata." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "I salti non sono implementati per i dialog." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Non possibile segnare un messaggio." Index: mutt/po/ja.po diff -u mutt/po/ja.po:1.33.2.8 mutt/po/ja.po:1.33.2.9 --- mutt/po/ja.po:1.33.2.8 Wed Mar 19 23:18:40 2003 +++ mutt/po/ja.po Wed Feb 11 15:03:29 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.28\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-04-24 16:37+0900\n" "Last-Translator: oota toshiya \n" "Language-Team: mutt-j \n" @@ -2474,80 +2474,80 @@ msgid "Reopening mailbox..." msgstr "᡼ܥåƥץ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr ": " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "ʥǥåֹ档" -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "ȥʤ" -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "ʾ她Ǥʤ" -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "ʾ她륢åפǤʤ" -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Ǥ˺ǸΥڡ" -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Ǥ˺ǽΥڡ" -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "ǽΥȥɽƤޤ" -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "ǸΥȥɽƤޤ" -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Ǥ˺ǸΥȥꡣ" -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Ǥ˺ǽΥȥꡣ" -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "ѥ: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "ս縡ѥ: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "ѥ󤬤ޤ" -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "ѥ󤬸ĤޤǤ" -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Ϳ줿ѥʤ" -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "ǽϤΥ˥塼Ǥ̤󶡡" -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "׵ǽϤΥǤ̤󶡡" -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Ϳǽ̤󶡡" Index: mutt/po/ko.po diff -u mutt/po/ko.po:1.72.2.6 mutt/po/ko.po:1.72.2.7 --- mutt/po/ko.po:1.72.2.6 Wed Mar 19 23:18:40 2003 +++ mutt/po/ko.po Wed Feb 11 15:03:30 2004 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.99i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-02 19:15+300\n" "Last-Translator: Im Eunjea \n" "Language-Team: Im Eunjea \n" @@ -2499,80 +2499,80 @@ msgid "Reopening mailbox..." msgstr " ٽ ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "̵ ġ: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "߸ ȣ." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "׸ ." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr " ̻ ." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr " ̻ ö ." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr " Դϴ." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "ù° Դϴ." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "ù° ׸ ." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr " ׸ ." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr " ׸ ġϰ ֽϴ." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "ù° ׸ ġϰ ֽϴ." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "ãƺ: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "ݴ ãƺ: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr " ã ." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "ã ." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "±װ ׸ ." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr " ޴ ˻ ϴ." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "â ٷ ϴ." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "±׸ ̴ ." Index: mutt/po/lt.po diff -u mutt/po/lt.po:1.25.2.5 mutt/po/lt.po:1.25.2.6 --- mutt/po/lt.po:1.25.2.5 Wed Mar 19 23:18:40 2003 +++ mutt/po/lt.po Wed Feb 11 15:03:30 2004 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.12i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2000-11-29 21:22+0200\n" "Last-Translator: Gediminas Paulauskas \n" "Language-Team: Lithuanian \n" @@ -2528,80 +2528,80 @@ msgid "Reopening mailbox..." msgstr "Vl atidarau dut..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "okti : " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Blogas indekso numeris." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Nra ra." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Tu negali slinkti emyn daugiau." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Tu negali slinkti auktyn daugiau." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Tu esi paskutiniame puslapyje." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Tu esi pirmame puslapyje." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Rodomas pirmas raas." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Rodomas paskutinis raas." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Tu esi ties paskutiniu rau." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Tu esi ties pirmu rau." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Iekoti ko: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Atgal iekoti ko: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Jokio paiekos pattern'o." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Nerasta." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Nra paymt ra." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Paieka iam meniu negyvendinta." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "okinjimas dialoguose negyvendintas." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "ymjimas nepalaikomas." Index: mutt/po/nl.po diff -u mutt/po/nl.po:1.74.2.5 mutt/po/nl.po:1.74.2.6 --- mutt/po/nl.po:1.74.2.5 Wed Mar 19 23:18:40 2003 +++ mutt/po/nl.po Wed Feb 11 15:03:31 2004 @@ -1,8 +1,8 @@ -# $Id: nl.po,v 1.74.2.5 2003/03/19 22:18:40 roessler Exp $ +# $Id: nl.po,v 1.74.2.6 2004/02/11 14:03:31 roessler Exp $ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Johan van Selst \n" "Language-Team: LANGUAGE \n" @@ -2481,80 +2481,80 @@ msgid "Reopening mailbox..." msgstr "Mailfolder wordt heropend.." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Ga naar: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Ongeldig Indexnummer." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Geen items" -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "U kunt niet verder naar beneden gaan." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "U kunt niet verder naar boven gaan." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "U bent op de laatste pagina." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "U bent op de eerste pagina." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Het eerste item wordt weergegeven." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Het laatste item wordt weergegeven." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "U bent op het laatste item." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "U bent op het eerste item." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Zoek naar: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Zoek achteruit naar: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Geen zoekpatroon." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Niet gevonden." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Geen geselecteerde items." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "In dit menu kan niet worden gezocht." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Verspringen is niet mogelijk in menu." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Markeren is niet ondersteund." Index: mutt/po/pl.po diff -u mutt/po/pl.po:1.94.2.8 mutt/po/pl.po:1.94.2.9 --- mutt/po/pl.po:1.94.2.8 Wed Mar 19 23:18:41 2003 +++ mutt/po/pl.po Wed Feb 11 15:03:32 2004 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.3.99i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-16\n" "Last-Translator: Pawe Dziekoski \n" "Language-Team: POLISH \n" @@ -2512,80 +2512,80 @@ msgid "Reopening mailbox..." msgstr "Ponowne otwieranie skrzynki..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Przeskocz do: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Niewaciwy numer indeksu." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Brak pozycji." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Nie mona niej przewin." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Nie mona wyej przewin." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "To jest ostatnia strona." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "To jest pierwsza strona." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Pokazana jest pierwsza pozycja." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Pokazana jest ostatnia pozycja." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "To jest ostatnia pozycja." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "To jest pierwsza pozycja." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Szukaj frazy: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Szukaj frazy w przeciwnym kierunku: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Nie ustalono wzorca poszukiwa." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Nic nie znaleziono." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Brak zaznaczonych pozycji listy." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Poszukiwanie nie jest moliwe w tym menu." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Przeskakiwanie nie jest moliwe w oknach dialogowych." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Zaznaczanie nie jest obsugiwane." Index: mutt/po/pt_BR.po diff -u mutt/po/pt_BR.po:1.58.2.6 mutt/po/pt_BR.po:1.58.2.7 --- mutt/po/pt_BR.po:1.58.2.6 Wed Mar 19 23:18:41 2003 +++ mutt/po/pt_BR.po Wed Feb 11 15:03:33 2004 @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.5i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2000-03-05 01:14-0300\n" "Last-Translator: Marcus Brito \n" "Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n" @@ -2551,80 +2551,80 @@ msgid "Reopening mailbox..." msgstr "Reabrindo caixa de mensagens..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Pular para: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Nmero de ndice invlido." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Nenhuma entrada." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Voc no pode mais descer." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Voc no pode mais subir" -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Voc est na ltima pgina." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Voc est na primeira pgina" -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "A primeira entrada est sendo mostrada." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "A ltima entrada est sendo mostrada." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Voc est na ltima entrada." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Voc est na primeira entrada." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Procurar por: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Procurar de trs para frente por: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Nenhum padro de procura." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "No encontrado." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Nenhuma entrada marcada." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "A busca no est implementada neste menu." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "O pulo no est implementado em dilogos." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "No possvel marcar." Index: mutt/po/ru.po diff -u mutt/po/ru.po:1.129.2.9 mutt/po/ru.po:1.129.2.10 --- mutt/po/ru.po:1.129.2.9 Wed Mar 19 23:18:41 2003 +++ mutt/po/ru.po Wed Feb 11 15:03:34 2004 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.4i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-03 22:53+0300\n" "Last-Translator: mutt-ru@woe.spb.ru\n" "Language-Team: RUSSIAN \n" @@ -2527,80 +2527,80 @@ msgid "Reopening mailbox..." msgstr " ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr " : " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr " ." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr " ." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr " ." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr " ." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr " ." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr " ." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr " ." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr " ." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr " ." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr " ." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr ": " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr " : " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr " ." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr " ." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr " ." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr " ." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr " ." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr " ." Index: mutt/po/sk.po diff -u mutt/po/sk.po:1.66.2.5 mutt/po/sk.po:1.66.2.6 --- mutt/po/sk.po:1.66.2.5 Wed Mar 19 23:18:42 2003 +++ mutt/po/sk.po Wed Feb 11 15:03:34 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.95.6i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 1999-07-29 00:00+0100\n" "Last-Translator: Miroslav Vasko \n" "Language-Team: Slovak \n" @@ -2566,81 +2566,81 @@ msgid "Reopening mailbox..." msgstr "Znovuotvram schrnku..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Sko do: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Neplatn slo indexu." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "iadne poloky." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Nemte rolova alej dolu." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Nemte rolova alej hore." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Ste na poslednej strnke." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Ste na prvej strnke." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Je zobrazen prv poloka." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Je zobrazen posledn poloka." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Ste na poslednej poloke." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Ste na prvej poloke." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Hada: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Hada sptne: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "iadny vzor pre hadanie." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Nenjden." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "iadne oznaen poloky." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Hadanie nie je implementovan pre toto menu." -#: menu.c:979 +#: menu.c:962 #, fuzzy msgid "Jumping is not implemented for dialogs." msgstr "Hadanie nie je implementovan pre toto menu." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Oznaovanie nie je podporovan." Index: mutt/po/sv.po diff -u mutt/po/sv.po:1.80.2.7 mutt/po/sv.po:1.80.2.8 --- mutt/po/sv.po:1.80.2.7 Wed Mar 19 23:18:42 2003 +++ mutt/po/sv.po Wed Feb 11 15:03:35 2004 @@ -1,8 +1,8 @@ -# $Id: sv.po,v 1.80.2.7 2003/03/19 22:18:42 roessler Exp $ +# $Id: sv.po,v 1.80.2.8 2004/02/11 14:03:35 roessler Exp $ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.99\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-01-19 14:33+01:00\n" "Last-Translator: Jrgen Tegnr \n" "Language-Team: Swedish \n" @@ -2509,80 +2509,80 @@ msgid "Reopening mailbox..." msgstr "terppnar brevldan..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Hoppa till: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Ogiltigt index." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Inga brev." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Du kan inte rulla lngre ner." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Du kan inte rulla lngre upp." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Du r p sista sidan." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Du r p frsta sidan." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Frsta meddelandet visas." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "Sista meddelandet visas." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Du r p sista meddelandet." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Du r p frsta meddelandet." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Leta efter: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Leta efter i omvnd ordning: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Inget mnster fr skning." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Hittades inte." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Inga mrkta brev." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Skning kan inte gras frn den hr menyn." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Hopp stds inte fr dialoger." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Mrkning stds inte." Index: mutt/po/tr.po diff -u mutt/po/tr.po:1.25.2.5 mutt/po/tr.po:1.25.2.6 --- mutt/po/tr.po:1.25.2.5 Wed Mar 19 23:18:43 2003 +++ mutt/po/tr.po Wed Feb 11 15:03:36 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.4i\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2001-06-12 12:47+0200\n" "Last-Translator: Fatih Demir \n" "Language-Team: Turkish \n" @@ -2504,80 +2504,80 @@ msgid "Reopening mailbox..." msgstr "Eposta kutusu yeniden alyor..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "Ge: " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Geersiz sralama numaras." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "Birim yok." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "Daha alta gemek mmkn deildir." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "Daga yukarya gemek mmkn deildir." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "Son sayfadasnz." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "Ilk sayfadasnz." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "Ilk birim gsteriliyor." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "son birim gsteriliyor." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "Son birimdesiniz." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "Ilk birimdesiniz." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Ara: " -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Ters ara: " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "Arama tabiri yok." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "Bulunmad." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "Iaretlenmi birim yok." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "Bu mnde arama imdilik mmkn deildir." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Diyaloklar iin hzl gei imdilik mmkn deildir." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Iaretleme desteklenmiyor." Index: mutt/po/uk.po diff -u mutt/po/uk.po:1.84.2.6 mutt/po/uk.po:1.84.2.7 --- mutt/po/uk.po:1.84.2.6 Wed Mar 19 23:18:43 2003 +++ mutt/po/uk.po Wed Feb 11 15:03:37 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.99/1.4\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2002-05-04 12:23+0200\n" "Last-Translator: Andriy N. Gritsenko \n" "MIME-Version: 1.0\n" @@ -2465,80 +2465,80 @@ msgid "Reopening mailbox..." msgstr " צ ϧ ..." -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr " : " -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "צ ̦." -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "ϧ ç." -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "̦ ." -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "̦ ." -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr " Ҧ." -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr " Ҧ." -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr " æ." -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr " æ." -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr " æ." -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr " æ." -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr " :" -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Φ : " -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr " ." -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr " ." -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "ϧ æ ." -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr " Цդ." -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Ȧ Ħڦ Цդ." -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "Ħ Цդ." Index: mutt/po/zh_CN.po diff -u mutt/po/zh_CN.po:1.14.2.5 mutt/po/zh_CN.po:1.14.2.6 --- mutt/po/zh_CN.po:1.14.2.5 Wed Mar 19 23:18:43 2003 +++ mutt/po/zh_CN.po Wed Feb 11 15:03:37 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.1.2\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 1999-12-20 20:41+0800\n" "Last-Translator: Anthony Wong \n" "Language-Team: Chinese \n" @@ -2559,80 +2559,80 @@ msgid "Reopening mailbox..." msgstr "´С" -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "" -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "Чš" -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "ûϡ" -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "޷¾ˡ" -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "޷Ͼˡ" -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "һҳ" -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "ڵһҳ" -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "ʾһ" -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "ʾһ" -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "һ" -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "ڵһ" -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "Ѱ" -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "Ѱ" -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "ûѰʽ" -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "ûҵ" -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "ûѱǵļ¼" -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "ѡûѰܡ" -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "Իģʽв֧Ծܡ" -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "ֱ֧ǹܡ" Index: mutt/po/zh_TW.po diff -u mutt/po/zh_TW.po:1.11.2.5 mutt/po/zh_TW.po:1.11.2.6 --- mutt/po/zh_TW.po:1.11.2.5 Wed Mar 19 23:18:43 2003 +++ mutt/po/zh_TW.po Wed Feb 11 15:03:38 2004 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.22.1\n" -"POT-Creation-Date: 2003-03-19 23:12+0100\n" +"POT-Creation-Date: 2004-02-11 15:04+0100\n" "PO-Revision-Date: 2001-09-06 18:25+0800\n" "Last-Translator: Anthony Wong \n" "Language-Team: Chinese \n" @@ -2509,80 +2509,80 @@ msgid "Reopening mailbox..." msgstr "重新開啟信箱中…" -#: menu.c:417 +#: menu.c:400 msgid "Jump to: " msgstr "跳到:" -#: menu.c:426 +#: menu.c:409 msgid "Invalid index number." msgstr "無效的索引編號。" -#: menu.c:430 menu.c:448 menu.c:484 menu.c:525 menu.c:541 menu.c:552 -#: menu.c:563 menu.c:605 menu.c:616 menu.c:629 menu.c:642 menu.c:1017 +#: menu.c:413 menu.c:431 menu.c:467 menu.c:508 menu.c:524 menu.c:535 +#: menu.c:546 menu.c:588 menu.c:599 menu.c:612 menu.c:625 menu.c:1000 msgid "No entries." msgstr "沒有資料。" -#: menu.c:445 +#: menu.c:428 msgid "You cannot scroll down farther." msgstr "您無法再向下捲動了。" -#: menu.c:461 +#: menu.c:444 msgid "You cannot scroll up farther." msgstr "您無法再向上捲動了。" -#: menu.c:481 +#: menu.c:464 msgid "You are on the last page." msgstr "您現在在最後一頁。" -#: menu.c:503 +#: menu.c:486 msgid "You are on the first page." msgstr "您現在在第一頁。" -#: menu.c:582 +#: menu.c:565 msgid "First entry is shown." msgstr "正在顯示第一項。" -#: menu.c:602 +#: menu.c:585 msgid "Last entry is shown." msgstr "正在顯示最後一項。" -#: menu.c:653 +#: menu.c:636 msgid "You are on the last entry." msgstr "您現在在最後一項。" -#: menu.c:664 +#: menu.c:647 msgid "You are on the first entry." msgstr "您現在在第一項。" -#: menu.c:724 pattern.c:1236 +#: menu.c:707 pattern.c:1236 msgid "Search for: " msgstr "搜尋:" -#: menu.c:725 pattern.c:1237 +#: menu.c:708 pattern.c:1237 msgid "Reverse search for: " msgstr "返向搜尋:" -#: menu.c:735 pattern.c:1269 +#: menu.c:718 pattern.c:1269 msgid "No search pattern." msgstr "沒有搜尋格式。" -#: menu.c:765 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 +#: menu.c:748 pager.c:1913 pager.c:1929 pager.c:2017 pattern.c:1334 msgid "Not found." msgstr "沒有找到。" -#: menu.c:881 +#: menu.c:864 msgid "No tagged entries." msgstr "沒有已標記的記錄。" -#: menu.c:974 +#: menu.c:957 msgid "Search is not implemented for this menu." msgstr "這個選單中沒有搜尋功能。" -#: menu.c:979 +#: menu.c:962 msgid "Jumping is not implemented for dialogs." msgstr "對話模式中不支援跳躍功能。" -#: menu.c:1020 +#: menu.c:1003 msgid "Tagging is not supported." msgstr "不支援標記功能。"