summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-24 21:34:00 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-24 21:34:00 +0000
commitbf4872d04854dc3e41488e9a71146f3d61fd4822 (patch)
treee8d6baeb6f0a183b325bbc222be60bb36481afae
parenteb2fe56730b79f3050d73b4f357a99a5f0c8c448 (diff)
automatic post-release commit for mutt-1.1.5mutt-1-1-5-rel
-rw-r--r--ChangeLog110
-rw-r--r--VERSION2
-rw-r--r--po/cs.po10
-rw-r--r--po/de.po9
-rw-r--r--po/el.po10
-rw-r--r--po/eo.po9
-rw-r--r--po/es.po9
-rw-r--r--po/fr.po9
-rw-r--r--po/gl.po9
-rw-r--r--po/id.po9
-rw-r--r--po/it.po9
-rw-r--r--po/ko.po9
-rw-r--r--po/nl.po9
-rw-r--r--po/pl.po9
-rw-r--r--po/pt_BR.po9
-rw-r--r--po/ru.po9
-rw-r--r--po/sk.po9
-rw-r--r--po/sv.po9
-rw-r--r--po/uk.po9
-rw-r--r--po/zh_TW.Big5.po9
-rw-r--r--reldate.h2
21 files changed, 240 insertions, 38 deletions
diff --git a/ChangeLog b/ChangeLog
index 69064adb..8bccb150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+Thu Feb 24 21:25:49 2000 Thomas Roessler <roessler@guug.de>
+
+ * main.c: Fix #52, from Mikko.Hanninen@iki.fi.
+
+Wed Feb 23 13:26:03 2000 Thomas Roessler <roessler@guug.de>
+
+ * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po,
+ po/pt_BR.po, po/ru.po, po/nl.po, po/id.po, po/it.po,
+ po/ko.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po,
+ po/cs.po, po/de.po: New German translation; make update-po.
+
+ * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po,
+ po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po,
+ po/fr.po, po/gl.po, po/id.po, po/it.po, po/eo.po, po/es.po,
+ po/Makefile.in.in, po/cs.po, po/de.po, po/el.po: Fix some
+ dependency, and do update-po again. Also, Edmund Evans
+ submitted a new Esperanto translation.
+
+ * mx.c: safe_fclose() doesn't like FILE pointers.
+
+ * mx.h, mx.c: Don't core dump when locking a folder fails.
+
+Tue Feb 22 19:22:29 2000 Thomas Roessler <roessler@guug.de>
+
+ * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/ru.po,
+ po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/id.po,
+ po/it.po, po/fr.po, po/gl.po, po/el.po, po/eo.po, po/es.po,
+ po/de.po, po/cs.po: update-po.
+
+ * po/ko.po: New Korean translation from <redhands@linux.sarang.net>.
+
+ * muttbug.sh.in: Fix bug#42: A missing "'".
+
+ * main.c: Cosmetic fix from Marco d'Itri.
+
+ * imap/browse.c, browser.c, doc/manual.sgml.head:
+ Brendan Cully's latest IMAP browser fixes.
+
+Fri Feb 18 10:56:24 2000 Thomas Roessler <roessler@guug.de>
+
+ * muttlib.c:
+ In mutt_copy_body(), we also need to strdup() the content-description.
+
+ * imap/command.c:
+ Reasonably handle suerfluous EXIST messages from IMAP servers. From
+ Brendan Cully.
+
+Thu Feb 17 18:22:27 2000 Thomas Roessler <roessler@guug.de>
+
+ * send.c:
+ Fix content-description encoding - it was done after signing, not
+ before signing.
+
+ * sendlib.c, attach.c, mx.c, pop.c:
+ Do more error checking when writing messages to folders.
+
+Wed Feb 16 17:29:33 2000 Thomas Roessler <roessler@guug.de>
+
+ * send.c: Fix mail-followup-to generation.
+
+ * sendlib.c:
+ Don't output empty header fields. This is made necessary by the
+ addition of possibly empty my_hdr commands.
+
+ * init.c: Permit empty my_hdrs. Suggested by Edmund Grimley Evans.
+
+ * po/cs.po: update.
+
+ * pattern.c, protos.h, send.c:
+ Generate mail-followup-to headers which contain the user's mail
+ address when sending messages to _known_ mailing lists.
+
+ * po/de.po: update.
+
+Tue Feb 15 22:26:39 2000 Thomas Roessler <roessler@guug.de>
+
+ * po/fr.po: update.
+
+ * po/eo.po: New translation from Edmund Grimley.
+
+ * OPS: Fix a typo.
+
+ * globals.h: Increase the size of ErrorBuf.
+
+ * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/ru.po, po/sk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/de.po, po/el.po, VERSION, reldate.h, ChangeLog:
+ automatic post-release commit for mutt-1.1.4
+
+ * doc/manual.sgml.head:
+ Add improved documentation for the "push" command, and macros. From
+ Byrial Jensen, based on a patch by Mikko Hanninen.
+
+ * functions.h: Fix the <exit> function on the pager.
+
+ * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, init.h, protos.h:
+ Byrial Jensen's unhook command patch.
+
+ * doc/Makefile.in:
+ Remove superfluous empty lines from the text version of the manual.
+
+ * OPS:
+ Change the documentation string for OP_MAIN_PREV_UNDELETED - it may
+ be confusing.
+
+ * functions.h, keymap.c: More OP_EXIT fixes.
+
+ * OPS, functions.h, keymap.c, pager.c:
+ Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.
+
+ * doc/manual.sgml.head: Add more documentation for subscribe and lists.
+
Tue Feb 15 08:59:41 2000 Thomas Roessler <roessler@guug.de>
* doc/manual.sgml.head:
diff --git a/VERSION b/VERSION
index 65087b4f..e25d8d9f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.4
+1.1.5
diff --git a/po/cs.po b/po/cs.po
index af6ccf45..39dc9bf6 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.1.4i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-02-16 12:35+0100\n"
"Last-Translator: Jiøí Pavlovský <pavlovsk@ff.cuni.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -2880,7 +2880,13 @@ msgid "No mailbox with new mail."
msgstr "V ¾ádné schránce není nová po¹ta."
#
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "procházet schránkami, pøijímajícími novou po¹tu"
+
+#
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Schránka je prázdná."
diff --git a/po/de.po b/po/de.po
index 5f8793fd..84ea8314 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.1.4 (CVS 2000-02-22)\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-02-22 20:54+01:00\n"
"Last-Translator: Roland Rosenfeld <roland@spinnaker.de>\n"
"Language-Team: German <mutt-po@mutt.org>\n"
@@ -2413,7 +2413,12 @@ msgstr "%s: Kann Datei nicht anhängen.\n"
msgid "No mailbox with new mail."
msgstr "Keine Mailbox mit neuen Nachrichten."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "Rotiere unter den Eingangs-Mailboxen"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Mailbox ist leer."
diff --git a/po/el.po b/po/el.po
index e9bc88e7..4501c5d4 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt-1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-01-19 12:00+0200\n"
"Last-Translator: ÖÜíçò ÄïêéáíÜêçò <madf@hellug.gr>\n"
"Language-Team: Greek <el@li.org>\n"
@@ -2938,7 +2938,13 @@ msgid "No mailbox with new mail."
msgstr "Äåí õðÜñ÷åé íÝá áëëçëïãñáößá óå êáíÝíá ãñáììáôïêéâþôéï."
#
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "ìåôáêßíçóç ìåôáîý ôùí ãñáììáôïêéâùôßùí"
+
+#
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Ôï ãñáììáôïêéâþôéï åßíáé Üäåéï."
diff --git a/po/eo.po b/po/eo.po
index 7a78d9a1..f30bd9db 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.1\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-02-23 09:33+00:00\n"
"Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
"Language-Team: eo <eo@li.org>\n"
@@ -2404,7 +2404,12 @@ msgstr "%s: ne povas aldoni dosieron.\n"
msgid "No mailbox with new mail."
msgstr "Mankas poþtfako kun nova poþto."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "rondiri tra enir-poþtfakoj"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Poþtfako estas malplena."
diff --git a/po/es.po b/po/es.po
index 909f1cd7..aab937fc 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-01-31 17:27+01:00\n"
"Last-Translator: Boris Wesslowski <Boris@Wesslowski.com>\n"
"Language-Team: -\n"
@@ -2405,7 +2405,12 @@ msgstr "%s: imposible adjuntar archivo.\n"
msgid "No mailbox with new mail."
msgstr "Ningún buzón con correo nuevo."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cambiar entre buzones de entrada"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "El buzón esta vacío."
diff --git a/po/fr.po b/po/fr.po
index 67abd933..105e7048 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.1.4\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-02-15 22:50+0100\n"
"Last-Translator: Marc Baudoin <babafou@babafou.eu.org>, Vincent Lefevre "
"<vincent@vinc17.org>\n"
@@ -2509,7 +2509,12 @@ msgstr "%s : impossible d'attacher le fichier.\n"
msgid "No mailbox with new mail."
msgstr "Pas de boîte aux lettres avec des nouveaux messages."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "parcourir les boîtes aux lettres recevant du courrier"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "La boîte aux lettres est vide."
diff --git a/po/gl.po b/po/gl.po
index 86083313..d653d172 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.0i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 1999-10-27 14:05+0200\n"
"Last-Translator: Roberto Suarez Soto <ask4it@bigfoot.com>\n"
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
@@ -2428,7 +2428,12 @@ msgstr "%s: non foi posible adxuntar ficheiro.\n"
msgid "No mailbox with new mail."
msgstr "Non hai buzóns con novo correo."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cambiar entre buzóns de entrada"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "O buzón está valeiro."
diff --git a/po/id.po b/po/id.po
index f1fa42cf..7b8bdea5 100644
--- a/po/id.po
+++ b/po/id.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-01-30 12:40-0600\n"
"Last-Translator: Ronny Haryanto <ronny-muttpo@haryan.to>\n"
"Language-Team: Indonesia <i18n@linux.or.id>\n"
@@ -2409,7 +2409,12 @@ msgstr "%s: tidak bisa melampirkan file.\n"
msgid "No mailbox with new mail."
msgstr "Tidak ada kotak surat dengan surat baru."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cycle antara kotak surat yang menerima surat"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Kotak surat kosong."
diff --git a/po/it.po b/po/it.po
index d352763e..92675264 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mutt-1.1.3\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-02-13 19:31+01:00\n"
"Last-Translator: Marco d'Itri <md@linux.it>\n"
"Language-Team: none\n"
@@ -2377,7 +2377,12 @@ msgstr "%s: impossibile allegare il file.\n"
msgid "No mailbox with new mail."
msgstr "Nessuna mailbox con nuova posta."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "passa alla mailbox di ingresso successiva"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "La mailbox è vuota."
diff --git a/po/ko.po b/po/ko.po
index de125d0a..681af1ff 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.1.2\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-02-18 10:47+0900\n"
"Last-Translator: Byeong-Chan Kim <redhands@linux.sarag.net>\n"
"Language-Team: Korean <ko@li.org>\n"
@@ -2393,7 +2393,12 @@ msgstr "%s: ÆÄÀÏÀ» ÷ºÎÇÒ ¼ö ¾øÀ½.\n"
msgid "No mailbox with new mail."
msgstr "»õ·Î¿î ÆíÁö°¡ µµÂøÇÑ ÆíÁöÇÔ ¾øÀ½."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "¼ö½Å ÆíÁöÇÔµé µÑ·¯º¸±â"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "ÆíÁöÇÔÀÌ ºñ¾úÀ½"
diff --git a/po/nl.po b/po/nl.po
index 0da3c1c0..64ac4226 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2360,7 +2360,12 @@ msgstr "%s: kan bestand niet bijvoegen.\n"
msgid "No mailbox with new mail."
msgstr "Geen mailbox met nieuwe berichten."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "Roteer door mailboxen"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Mailbox is leeg."
diff --git a/po/pl.po b/po/pl.po
index 0d4ee65b..f96cac77 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mutt-1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-01-19 18:30+0200\n"
"Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
"Language-Team: POLISH <pl@li.org>\n"
@@ -2443,7 +2443,12 @@ msgstr "%s: nie mo¿na do³±czyæ pliku.\n"
msgid "No mailbox with new mail."
msgstr "Brak foldera z now± poczt±."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "kr±¿ pomiêdzy skrzynkami pocztowymi"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Folder poczty jest pusty."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 0ffa3e33..02311ed1 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 0.95.6\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 1999-06-10 01:14-0300\n"
"Last-Translator: Marcus Brito <pazu@linuxbr.com.br>\n"
"Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n"
@@ -2440,7 +2440,12 @@ msgstr "%s: não foi possível anexar o arquivo.\n"
msgid "No mailbox with new mail."
msgstr "Nenhuma caixa com novas mensagens."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "circula entre as caixas de mensagem"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "A caixa de mensagens está vaxia."
diff --git a/po/ru.po b/po/ru.po
index 95a2305e..61de7cdd 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-01-14 21:11 +0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n"
@@ -2453,7 +2453,12 @@ msgstr "%s: ÎÅ ÕÄÁÌÏÓØ ×ÌÏÖÉÔØ ÆÁÊÌ.\n"
msgid "No mailbox with new mail."
msgstr "îÅÔ ÐÏÞÔÏ×ÙÈ ÑÝÉËÏ× Ó ÎÏ×ÏÊ ÐÏÞÔÏÊ."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "ÐÅÒÅËÌÀÞÉÔØÓÑ ÍÅÖÄÕ ÐÏÞÔÏ×ÙÍÉ ÑÝÉËÁÍÉ ÓÏ ×ÈÏÄÑÝÉÍÉ ÐÉÓØÍÁÍÉ"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÐÕÓÔ."
diff --git a/po/sk.po b/po/sk.po
index edcef6e0..d5368016 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 0.95.6i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 1999-07-29 00:00+0100\n"
"Last-Translator: Miroslav Vasko <vasko@ies.sk>\n"
"Language-Team: Slovak <sk@li.org>\n"
@@ -2433,7 +2433,12 @@ msgstr "%s: neschopný pripoji» súbor.\n"
msgid "No mailbox with new mail."
msgstr "®iadna schránka s novými správami."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cykluj medzi schránkami s príchodzími správami"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Schránka je prázdna."
diff --git a/po/sv.po b/po/sv.po
index b641aa96..e13c4d91 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.1.2\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 2000-01-30 14:47+0100\n"
"Last-Translator: Jörgen Tegnér <teg@post.netlink.se>\n"
"Language-Team: \n"
@@ -2355,7 +2355,12 @@ msgstr "%s: kan inte bifoga fil.\n"
msgid "No mailbox with new mail."
msgstr "Ingen brevlåda har nya brev."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "rotera bland brevlådor"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "Brevlådan är tom."
diff --git a/po/uk.po b/po/uk.po
index b97fd18f..649ddc06 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 1998-10-25 15:44+0200\n"
"Last-Translator: Andrej N. Gritsenko <andrej@lucky.net>\n"
"Language-Team: Ukrainian <uk@ua.net>\n"
@@ -2380,7 +2380,12 @@ msgstr "%s: ÎÅÍÏÖÌÉ×Ï ÐÒɤÄÎÁÔÉ ÆÁÊÌ.\n"
msgid "No mailbox with new mail."
msgstr "îÅÍÁ¤ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ Ú ÎÏ×ÏÀ ÐÏÛÔÏÀ."
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "ÐÅÒÅÈ¦Ä ÐÏ ×ȦÄÎÉÈ ÐÏÛÔÏ×ÉÈ ÓËÒÉÎØËÁÈ"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "ðÏÛÔÏ×Á ÓËÒÉÎØËÁ ÐÏÒÏÖÎÑ."
diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po
index ee23ec9e..57bd8e14 100644
--- a/po/zh_TW.Big5.po
+++ b/po/zh_TW.Big5.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.1.2\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
"PO-Revision-Date: 1999-12-20 20:41+0800\n"
"Last-Translator: Anthony Wong <ypwong@debian.org>\n"
"Language-Team: Chinese <zh@li.org>\n"
@@ -2419,7 +2419,12 @@ msgstr "%s¡GµLªkªþ±aÀɮסC\n"
msgid "No mailbox with new mail."
msgstr "¨S¦³«H½c¦³·s«H¥ó¡C"
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "°é¿ï¶i¤Jªº¶lµ©"
+
+#: main.c:689
msgid "Mailbox is empty."
msgstr "«H½c¤ºªÅµL¤@ª«¡C"
diff --git a/reldate.h b/reldate.h
index 675d2502..b2c1d0f3 100644
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "2000-02-15";
+const char *ReleaseDate = "2000-02-24";