]> granicus.if.org Git - mutt/commitdiff
random pre-release clean-up.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 13 Oct 1998 22:53:09 +0000 (22:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 13 Oct 1998 22:53:09 +0000 (22:53 +0000)
14 files changed:
INSTALL
Makefile.am
Makefile.in
NEWS
README
commands.c
configure
configure.in
po/cat-id-tbl.c
po/de.po
po/mutt.pot
po/ru.po
recvattach.c
reldate.h

diff --git a/INSTALL b/INSTALL
index d56235f3361ed4719da0ba786dfe8a7aa2fa0799..92d4fbfcb0b3167b0bb4f84acf755daed23da22f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -73,6 +73,18 @@ behavior:
 --enable-pop
        enable POP3 support
 
+--enable-imap
+       enable IMAP support
+
+--disable-nls
+       This switch disables mutt's native language support.
+
+--with-included-gettext Mutt will be built using the GNU gettext
+       library included in the intl/ sub-directory.  You may need
+       to use this switch if your machine has something which looks
+       like gettext to the configure script, but isn't able to cope
+       with mutt's catalog files.
+
 --with-rx
        use GNU rx instead of local regexp routines.  Many systems don't
        have the POSIX compliant regcomp/regexec/regfree routines, so this
@@ -133,6 +145,7 @@ A_NORMAL or KEY_MIN, then you probably don't have a SysV compliant curses
 library.  You should install either ncurses or S-Lang (see above), and then
 run the ``configure'' script again.
 
+Please note that "VPATH" builds currently do _not_ work.
 
 Platform Notes
 ==============
@@ -140,9 +153,9 @@ Platform Notes
 All platforms
 
        There is a bug in most (if not all) S-Lang versions which
-       prevents the Meta key from working with mutt.  A patch can be
-       found in the file patch.slang-1.2.2.keypad.1 in this mutt
-       distribution.
+       prevents the Meta key from working with mutt.  A patch can
+       be found in the file contrib/patch.slang-1.2.2.keypad.1 in
+       this mutt distribution.
 
 
 Solaris 2.4
@@ -162,11 +175,6 @@ Linux
        you use the --enable-flock switch on such systems, be sure to
        give the --disable-fcntl argument as well.
 
-       The Linux libc 5.4.45 disables locale support in programs running
-       setgid mail.  You'll need to use the configure switch
-       "--enable-locales-fix".  If you're using a non-iso-8859 font, you
-       lose.  This is not an issue on glibc (libc 6) based systems.
-
 Sparc Linux
 
        Redhat 4.2 Sparc users reported problems with some system
@@ -187,10 +195,11 @@ Digital Unix (OSF/1)
 FreeBSD 3.0
 
        /bin/sh is broken on this platform.  You need the
-       "--with-exec-shell" configuration switch here; ksh
-       and bash are reported to be fine.
+       "--with-exec-shell" configuration switch here; ksh and bash
+       are reported to be fine.
 
        This may also be an issue with earlier FreeBSD
        versions.
 
+
 $Id$
index b22c267f2caadd7a4ff3f7992b58dbd937def3cb..f4b9974914a6a8f54de2c19cfcdd39de89d19c0e 100644 (file)
@@ -19,7 +19,7 @@ mutt_LDADD = @MUTT_LIB_OBJECTS@ $(INTLLIBS)
 mutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ $(INTLDEPS)
 
 DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
-INCLUDES="-I./"
+INCLUDES=-I. 
 
 non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
        gnupgparse.c sha.h sha_locl.h \
index 0f36ef0df87b091fee91bb992c0e17e0c85c53fd..87cb1b8507bd9400ceb8501c4e17f497c0f04d2f 100644 (file)
@@ -119,7 +119,7 @@ mutt_LDADD = @MUTT_LIB_OBJECTS@ $(INTLLIBS)
 mutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ $(INTLDEPS)
 
 DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
-INCLUDES="-I./"
+INCLUDES=-I. 
 
 non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
        gnupgparse.c sha.h sha_locl.h \
diff --git a/NEWS b/NEWS
index 8a0d296e43c5dc0d112cbf91663a82dfacec173d..e61bb87763f8ca637bcc17e4feb9d9e9420c6d4e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -82,5 +82,10 @@ Major changes since 0.93
 
 - Bug fixes of all kinds.  Look at the ChangeLog file for details.
 
+- The configuration files now go to a directory determined by the
+  --sysconfdir parameter to the configure script.  The default is
+  ${prefix}/etc.  (The install target of the top-level Makefile will
+  take care of your old site-global configuration file and
+  automagically move it to the new place.)
 
 $Id$
diff --git a/README b/README
index 067d50d95a4b0cddce2415c048a1e27752bb3cab..7ef63b32da07080c53b419bc429fb6016eff2370 100644 (file)
--- a/README
+++ b/README
@@ -6,10 +6,11 @@ Installation instructions are detailed in ``INSTALL''.
 The user manual is in doc/manual.txt.  A list of major changes since
 the last public version can be found under NEWS.
 
-PGP users should read doc/PGP-Notes.txt. 
+PGP users should read doc/PGP-Notes.txt.
 
 Before you start hacking on mutt, read doc/devel-notes.txt.  Before
-applying patches to mutt, read doc/applying-patches.txt.
+applying patches to mutt, read doc/applying-patches.txt.  Please,
+read these files, as they will save you from asking FAQs.
 
 For more information, see the Mutt home page:
 
index e2100a7404544e9c4d8cec6d9e67376e5573a664..77a2c7a58526427406f9c1e696aa262ce558fbcc 100644 (file)
@@ -239,9 +239,11 @@ void ci_bounce_message (HEADER *h, int *redraw)
   ADDRESS *adr = NULL;
   int rc;
 
-  /* FIXME i18n */
-  snprintf (prompt, sizeof(prompt), "Bounce %smessage%s to: ",
-           h ? "" : "tagged ", h ? "" : "s");
+  if(h)
+    strfcpy(prompt, _("Bounce message to: "), sizeof(prompt));
+  else
+    strfcpy(prompt, _("Bounce tagged messages to: "), sizeof(prompt));
+  
   rc = mutt_get_field (prompt, buf, sizeof (buf), M_ALIAS);
 
   if (option (OPTNEEDREDRAW))
index 95d225a05d58e7446279e06ada46df6a46cfd27d..778f93e6622af6b4fed038b7fc34e67a3aff51d5 100755 (executable)
--- a/configure
+++ b/configure
@@ -734,7 +734,7 @@ fi
 
 PACKAGE=mutt
 
-VERSION=0.94.11
+VERSION=0.94.12
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index b0d4027b916805b276e9ec362ea88fea0617d498..be24389e770fe42423f7ef4be23088eefd285dc4 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(mutt.h)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mutt, 0.94.11)
+AM_INIT_AUTOMAKE(mutt, 0.94.12)
 
 ALL_LINGUAS="de ru it"
 
index 1f1257fe79d17c7213c6b853d5bcd58a2d557466..679df204ea409c414c496a38ffcc82b81be75ee5 100644 (file)
@@ -65,120 +65,122 @@ const struct _msg_ent _msg_tbl[] = {
   {"Verify PGP signature?", 56},
   {"Could not create temporary file!", 57},
   {"Command: ", 58},
-  {"Error parsing address!", 59},
-  {"Bounce message to %s", 60},
-  {"Bounce messages to %s", 61},
-  {"Message bounced.", 62},
-  {"Messages bounced.", 63},
-  {"Pipe to command: ", 64},
+  {"Bounce message to: ", 59},
+  {"Bounce tagged messages to: ", 60},
+  {"Error parsing address!", 61},
+  {"Bounce message to %s", 62},
+  {"Bounce messages to %s", 63},
+  {"Message bounced.", 64},
+  {"Messages bounced.", 65},
+  {"Pipe to command: ", 66},
   {"\
-Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ", 65},
+Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ", 67},
   {"\
-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ", 66},
-  {"Shell command: ", 67},
-  {"%s%s to mailbox", 68},
-  {"Decode-save", 69},
-  {"Decode-copy", 70},
-  {"Decrypt-save", 71},
-  {"Decrypt-copy", 72},
-  {"Save", 73},
-  {"Copy", 74},
-  {" tagged", 75},
-  {"Copying to %s...", 76},
-  {"Print message?", 77},
-  {"Print tagged messages?", 78},
-  {"Message printed", 79},
-  {"Messages printed", 80},
-  {"Send", 81},
-  {"Abort", 82},
-  {"Attach file", 83},
-  {"Descrip", 84},
+Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ", 68},
+  {"Shell command: ", 69},
+  {"%s%s to mailbox", 70},
+  {"Decode-save", 71},
+  {"Decode-copy", 72},
+  {"Decrypt-save", 73},
+  {"Decrypt-copy", 74},
+  {"Save", 75},
+  {"Copy", 76},
+  {" tagged", 77},
+  {"Copying to %s...", 78},
+  {"Print message?", 79},
+  {"Print tagged messages?", 80},
+  {"Message printed", 81},
+  {"Messages printed", 82},
+  {"Send", 83},
+  {"Abort", 84},
+  {"Attach file", 85},
+  {"Descrip", 86},
   {"\
 (e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget \
-it? ", 85},
-  {"Can't open your secret key ring!", 86},
-  {"Sign as: ", 87},
-  {"An unkown PGP version was defined for signing.", 88},
-  {"This doesn't make sense if you don't want to sign the message.", 89},
-  {"MIC algorithm: ", 90},
-  {"Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160", 91},
-  {"%s [#%d] no longer exists!", 92},
-  {"%s [#%d] modified. Update encoding?", 93},
-  {"Sign, Encrypt", 94},
-  {"Encrypt", 95},
-  {"Sign", 96},
-  {"Clear", 97},
-  {" sign as: ", 98},
-  {"<default>", 99},
-  {"You may not delete the only attachment.", 100},
-  {"Compose", 101},
-  {"Open mailbox to attach message from", 102},
-  {"No messages in that folder.", 103},
-  {"Tag the messages you want to attach!", 104},
-  {"Unable to attach!", 105},
-  {"Invalid encoding.", 106},
-  {"Save a copy of this message?", 107},
-  {"Rename to: ", 108},
-  {"Can't stat: %s", 109},
-  {"New file: ", 110},
-  {"Content-Type is of the form base/sub", 111},
-  {"Unknown Content-Type %s", 112},
-  {"Can't create file %s", 113},
-  {"What we have here is a failure to make an attachment", 114},
-  {"Postpone this message?", 115},
-  {"Write message to mailbox", 116},
-  {"Writing message to %s ...", 117},
-  {"Message written.", 118},
-  {"Confused when attempting to delete attachment, h & m can't be NULL", 119},
-  {"Deleting non-multipart messages not yet supported", 120},
-  {"yes", 121},
-  {"no", 122},
-  {"Exit Mutt?", 123},
-  {"unknown error", 124},
-  {"Press any key to continue...", 125},
-  {" ('?' for list): ", 126},
-  {"Cannot toggle write on a readonly mailbox!", 127},
-  {"Changes to folder will be written on folder exit.", 128},
-  {"Changes to folder will not be written.", 129},
-  {"Quit", 130},
-  {"Del", 131},
-  {"Undel", 132},
-  {"Mail", 133},
-  {"Reply", 134},
-  {"Group", 135},
-  {"Mailbox was externally modified.  Flags may be wrong.", 136},
-  {"New mail in this mailbox.", 137},
-  {"No mailbox is open.", 138},
-  {"No tagged messages.", 139},
-  {"Jump to message: ", 140},
-  {"Argument must be a message number.", 141},
-  {"That message is not visible.", 142},
-  {"Invalid message number.", 143},
-  {"Delete messages matching: ", 144},
-  {"No limit pattern is in effect.", 145},
-  {"Limit: %s", 146},
-  {"Limit to messages matching: ", 147},
-  {"Quit Mutt?", 148},
-  {"Tag messages matching: ", 149},
-  {"Undelete messages matching: ", 150},
-  {"Untag messages matching: ", 151},
-  {"Open mailbox", 152},
-  {"Open mailbox in read-only mode", 153},
-  {"%s is not a mailbox.", 154},
-  {"Exit Mutt without saving?", 155},
-  {"You are on the last message.", 156},
-  {"No undeleted messages.", 157},
-  {"You are on the first message.", 158},
-  {"Search wrapped to top.", 159},
-  {"Search wrapped to bottom.", 160},
-  {"No new messages", 161},
-  {"No unread messages", 162},
-  {" in this limited view", 163},
-  {"No more threads.", 164},
-  {"You are on the first thread.", 165},
-  {"Thread contains unread messages.", 166},
-  {"Threading is not enabled.", 167},
-  {"Please report this program error in the function mutt_mktime.", 168},
+it? ", 87},
+  {"Can't open your secret key ring!", 88},
+  {"Sign as: ", 89},
+  {"An unkown PGP version was defined for signing.", 90},
+  {"This doesn't make sense if you don't want to sign the message.", 91},
+  {"MIC algorithm: ", 92},
+  {"Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160", 93},
+  {"%s [#%d] no longer exists!", 94},
+  {"%s [#%d] modified. Update encoding?", 95},
+  {"Sign, Encrypt", 96},
+  {"Encrypt", 97},
+  {"Sign", 98},
+  {"Clear", 99},
+  {" sign as: ", 100},
+  {"<default>", 101},
+  {"You may not delete the only attachment.", 102},
+  {"Compose", 103},
+  {"Open mailbox to attach message from", 104},
+  {"No messages in that folder.", 105},
+  {"Tag the messages you want to attach!", 106},
+  {"Unable to attach!", 107},
+  {"Invalid encoding.", 108},
+  {"Save a copy of this message?", 109},
+  {"Rename to: ", 110},
+  {"Can't stat: %s", 111},
+  {"New file: ", 112},
+  {"Content-Type is of the form base/sub", 113},
+  {"Unknown Content-Type %s", 114},
+  {"Can't create file %s", 115},
+  {"What we have here is a failure to make an attachment", 116},
+  {"Postpone this message?", 117},
+  {"Write message to mailbox", 118},
+  {"Writing message to %s ...", 119},
+  {"Message written.", 120},
+  {"Confused when attempting to delete attachment, h & m can't be NULL", 121},
+  {"Deleting non-multipart messages not yet supported", 122},
+  {"yes", 123},
+  {"no", 124},
+  {"Exit Mutt?", 125},
+  {"unknown error", 126},
+  {"Press any key to continue...", 127},
+  {" ('?' for list): ", 128},
+  {"Cannot toggle write on a readonly mailbox!", 129},
+  {"Changes to folder will be written on folder exit.", 130},
+  {"Changes to folder will not be written.", 131},
+  {"Quit", 132},
+  {"Del", 133},
+  {"Undel", 134},
+  {"Mail", 135},
+  {"Reply", 136},
+  {"Group", 137},
+  {"Mailbox was externally modified.  Flags may be wrong.", 138},
+  {"New mail in this mailbox.", 139},
+  {"No mailbox is open.", 140},
+  {"No tagged messages.", 141},
+  {"Jump to message: ", 142},
+  {"Argument must be a message number.", 143},
+  {"That message is not visible.", 144},
+  {"Invalid message number.", 145},
+  {"Delete messages matching: ", 146},
+  {"No limit pattern is in effect.", 147},
+  {"Limit: %s", 148},
+  {"Limit to messages matching: ", 149},
+  {"Quit Mutt?", 150},
+  {"Tag messages matching: ", 151},
+  {"Undelete messages matching: ", 152},
+  {"Untag messages matching: ", 153},
+  {"Open mailbox", 154},
+  {"Open mailbox in read-only mode", 155},
+  {"%s is not a mailbox.", 156},
+  {"Exit Mutt without saving?", 157},
+  {"You are on the last message.", 158},
+  {"No undeleted messages.", 159},
+  {"You are on the first message.", 160},
+  {"Search wrapped to top.", 161},
+  {"Search wrapped to bottom.", 162},
+  {"No new messages", 163},
+  {"No unread messages", 164},
+  {" in this limited view", 165},
+  {"No more threads.", 166},
+  {"You are on the first thread.", 167},
+  {"Thread contains unread messages.", 168},
+  {"Threading is not enabled.", 169},
+  {"Please report this program error in the function mutt_mktime.", 170},
   {"\
 ~~\t\tinsert a line begining with a single ~\n\
 ~b users\tadd users to the Bcc: field\n\
@@ -197,265 +199,265 @@ it? ", 85},
 ~w file\t\twrite message to file\n\
 ~x\t\tabort changes and quit editor\n\
 ~?\t\tthis message\n\
-.\t\ton a line by itself ends input\n", 169},
-  {"%d: invalid message number.\n", 170},
-  {"(End message with a . on a line by itself)\n", 171},
-  {"No mailbox.\n", 172},
-  {"Message contains:\n", 173},
-  {"(continue)\n", 174},
-  {"missing filename.\n", 175},
-  {"No lines in message.\n", 176},
-  {"%s: unknown editor command (~? for help)\n", 177},
-  {"Set flag", 178},
-  {"Clear flag", 179},
-  {"[-- Error: unexpected end of file! --]\n", 180},
-  {"[-- Error:  Could not display any parts of Multipart/Alternative! --]\n", 181},
-  {"[-- Attachment #%d", 182},
-  {"[-- Type: %s/%s, Encoding: %s, Size: %s --]\n", 183},
-  {"[-- Autoview using %s --]\n", 184},
-  {"Invoking autoview command: %s", 185},
-  {"[-- Autoview stderr of %s --]\n", 186},
-  {"Error: multipart/signed has no protocol.", 187},
-  {"Error: multipart/encrypted has no protocol parameter!", 188},
-  {"Unable to open temporary file!", 189},
-  {"[-- %s/%s is unsupported ", 190},
-  {"(use '%s' to view this part)", 191},
-  {"(need 'view-attachments' bound to key!)", 192},
-  {"%s: unable to attach file", 193},
-  {"ERROR: please report this bug", 194},
-  {"<UNKNOWN>", 195},
+.\t\ton a line by itself ends input\n", 171},
+  {"%d: invalid message number.\n", 172},
+  {"(End message with a . on a line by itself)\n", 173},
+  {"No mailbox.\n", 174},
+  {"Message contains:\n", 175},
+  {"(continue)\n", 176},
+  {"missing filename.\n", 177},
+  {"No lines in message.\n", 178},
+  {"%s: unknown editor command (~? for help)\n", 179},
+  {"Set flag", 180},
+  {"Clear flag", 181},
+  {"[-- Error: unexpected end of file! --]\n", 182},
+  {"[-- Error:  Could not display any parts of Multipart/Alternative! --]\n", 183},
+  {"[-- Attachment #%d", 184},
+  {"[-- Type: %s/%s, Encoding: %s, Size: %s --]\n", 185},
+  {"[-- Autoview using %s --]\n", 186},
+  {"Invoking autoview command: %s", 187},
+  {"[-- Autoview stderr of %s --]\n", 188},
+  {"Error: multipart/signed has no protocol.", 189},
+  {"Error: multipart/encrypted has no protocol parameter!", 190},
+  {"Unable to open temporary file!", 191},
+  {"[-- %s/%s is unsupported ", 192},
+  {"(use '%s' to view this part)", 193},
+  {"(need 'view-attachments' bound to key!)", 194},
+  {"%s: unable to attach file", 195},
+  {"ERROR: please report this bug", 196},
+  {"<UNKNOWN>", 197},
   {"\
 \n\
 Generic bindings:\n\
-\n", 196},
+\n", 198},
   {"\
 \n\
 Unbound functions:\n\
-\n", 197},
-  {"Help for %s", 198},
-  {"imap_error(): unexpected response in %s: %s\n", 199},
-  {"Fatal error.  Message count is out of sync!", 200},
-  {"Fetching message headers... [%d/%d]", 201},
-  {"Reopening mailbox...", 202},
-  {"Connecting to %s...", 203},
-  {"IMAP Username: ", 204},
-  {"Password for %s@%s: ", 205},
-  {"Logging in...", 206},
-  {"Selecting %s...", 207},
-  {"Create %s?", 208},
-  {"Fetching message...", 209},
-  {"Sending APPEND command ...", 210},
-  {"Uploading message ...", 211},
-  {"Closing connection to IMAP server...", 212},
-  {"Saving message status flags... [%d/%d]", 213},
-  {"Expunging messages from server...", 214},
-  {"Closing mailbox...", 215},
-  {"alias: no address", 216},
-  {"invalid header field", 217},
-  {"ignoring empty header field: %s", 218},
-  {"%s: unknown sorting method", 219},
-  {"mutt_restore_default: error in regexp: %s\n", 220},
-  {"%s: unknown variable", 221},
-  {"prefix is illegal with reset", 222},
-  {"value is illegal with reset", 223},
-  {"%s is a boolean var!", 224},
-  {"%s is set", 225},
-  {"%s is unset", 226},
-  {"%s: invalid mailbox type", 227},
-  {"%s: invalid value", 228},
-  {"%s: unknown type", 229},
-  {"Error in %s, line %d: %s", 230},
-  {"source: errors in %s", 231},
-  {"source: error at %s", 232},
-  {"source: too many arguments", 233},
-  {"%s: unknown command", 234},
-  {"Error in command line: %s\n", 235},
-  {"unable to determine home directory", 236},
-  {"unable to determine username", 237},
-  {"Macro loop detected.", 238},
-  {"Key is not bound.  Press '%s' for help.", 239},
-  {"Key is not bound.  See the manual.", 240},
-  {"push: too many arguments", 241},
-  {"%s: no such menu", 242},
-  {"null key sequence", 243},
-  {"bind: too many arguments", 244},
-  {"%s: no such function in map", 245},
-  {"macro: empty key sequence", 246},
-  {"macro: too many arguments", 247},
-  {"exec: too few arguments", 248},
-  {"%s: no such command", 249},
-  {"null operation", 250},
-  {"force viewing of attachment using mailcap", 251},
-  {"view attachment as text", 252},
-  {"move to the bottom of the page", 253},
-  {"remail a message to another user", 254},
-  {"select a new file in this directory", 255},
-  {"view file", 256},
-  {"display the currently selected file's name", 257},
-  {"change directories", 258},
-  {"check mailboxes for new mail", 259},
-  {"attach a file(s) to this message", 260},
-  {"attach message(s) to this message", 261},
-  {"edit the BCC list", 262},
-  {"edit the CC list", 263},
-  {"edit attachment description", 264},
-  {"edit attachment transfer-encoding", 265},
-  {"enter a file to save a copy of this message in", 266},
-  {"edit the file to be attached", 267},
-  {"edit the from field", 268},
-  {"edit the message with headers", 269},
-  {"edit the message", 270},
-  {"edit attachment using mailcap entry", 271},
-  {"edit the Reply-To field", 272},
-  {"edit the subject of this message", 273},
-  {"edit the TO list", 274},
-  {"edit attachment type", 275},
-  {"get a temporary copy of an attachment", 276},
-  {"run ispell on the message", 277},
-  {"compose new attachment using mailcap entry", 278},
-  {"save this message to send later", 279},
-  {"rename/move an attached file", 280},
-  {"send the message", 281},
-  {"toggle whether to delete file after sending it", 282},
-  {"update an attachment's encoding info", 283},
-  {"write the message to a folder", 284},
-  {"copy a message to a file/mailbox", 285},
-  {"create an alias from a message sender", 286},
-  {"move entry to bottom of screen", 287},
-  {"move entry to middle of screen", 288},
-  {"move entry to top of screen", 289},
-  {"make decoded (text/plain) copy", 290},
-  {"make decoded copy (text/plain) and delete", 291},
-  {"delete the current entry", 292},
-  {"delete all messages in subthread", 293},
-  {"delete all messages in thread", 294},
-  {"display full address of sender", 295},
-  {"display message with full headers", 296},
-  {"display a message", 297},
-  {"edit the current message for resending", 298},
-  {"delete the char in front of the cursor", 299},
-  {"move the cursor one character to the left", 300},
-  {"jump to the beginning of the line", 301},
-  {"cycle among incoming mailboxes", 302},
-  {"complete filename or alias", 303},
-  {"complete address with query", 304},
-  {"delete the char under the cursor", 305},
-  {"jump to the end of the line", 306},
-  {"move the cursor one character to the right", 307},
-  {"scroll up through the history list", 308},
-  {"delete chars from cursor to end of line", 309},
-  {"delete all chars on the line", 310},
-  {"delete the word in front of the cursor", 311},
-  {"quote the next typed key", 312},
-  {"enter a muttrc command", 313},
-  {"enter a file mask", 314},
-  {"exit this menu", 315},
-  {"filter attachment through a shell command", 316},
-  {"move to the first entry", 317},
-  {"toggle a message's 'important' flag", 318},
-  {"forward a message with comments", 319},
-  {"select the current entry", 320},
-  {"reply to all recipients", 321},
-  {"scroll down 1/2 page", 322},
-  {"scroll up 1/2 page", 323},
-  {"this screen", 324},
-  {"jump to an index number", 325},
-  {"move to the last entry", 326},
-  {"reply to specified mailing list", 327},
-  {"execute a macro", 328},
-  {"compose a new mail message", 329},
-  {"open a different folder", 330},
-  {"open a different folder in read only mode", 331},
-  {"clear a status flag from a message", 332},
-  {"delete messages matching a pattern", 333},
-  {"retrieve mail from POP server", 334},
-  {"move to the first message", 335},
-  {"move to the last message", 336},
-  {"show only messages matching a pattern", 337},
-  {"jump to the next new message", 338},
-  {"jump to the next subthread", 339},
-  {"jump to the next thread", 340},
-  {"move to the next undeleted message", 341},
-  {"jump to the next unread message", 342},
-  {"jump to previous thread", 343},
-  {"jump to previous subthread", 344},
-  {"move to the last undelete message", 345},
-  {"jump to the previous new message", 346},
-  {"jump to the previous unread message", 347},
-  {"mark the current thread as read", 348},
-  {"mark the current subthread as read", 349},
-  {"set a status flag on a message", 350},
-  {"save changes to mailbox", 351},
-  {"tag messages matching a pattern", 352},
-  {"undelete messages matching a pattern", 353},
-  {"untag messages matching a pattern", 354},
-  {"move to the middle of the page", 355},
-  {"move to the next entry", 356},
-  {"scroll down one line", 357},
-  {"move to the next page", 358},
-  {"jump to the bottom of the message", 359},
-  {"return to the main-menu", 360},
-  {"toggle display of quoted text", 361},
-  {"skip beyond quoted text", 362},
-  {"jump to the top of the message", 363},
-  {"pipe message/attachment to a shell command", 364},
-  {"move to the previous entry", 365},
-  {"scroll up one line", 366},
-  {"move to the previous page", 367},
-  {"print the current entry", 368},
-  {"query external program for addresses", 369},
-  {"append new query results to current results", 370},
-  {"save changes to mailbox and quit", 371},
-  {"recall a postponed message", 372},
-  {"clear and redraw the screen", 373},
-  {"reply to a message", 374},
-  {"save message/attachment to a file", 375},
-  {"search for a regular expression", 376},
-  {"search backwards for a regular expression", 377},
-  {"search for next match", 378},
-  {"search for next match in opposite direction", 379},
-  {"toggle search pattern coloring", 380},
-  {"invoke a command in a subshell", 381},
-  {"sort messages", 382},
-  {"sort messages in reverse order", 383},
-  {"tag the current entry", 384},
-  {"apply next function to tagged messages", 385},
-  {"tag the current subthread", 386},
-  {"tag the current thread", 387},
-  {"toggle a message's 'new' flag", 388},
-  {"toggle whether the mailbox will be rewritten", 389},
-  {"toggle wether to browse mailboxes or all files", 390},
-  {"move to the top of the page", 391},
-  {"undelete the current entry", 392},
-  {"undelete all messages in thread", 393},
-  {"undelete all messages in subthread", 394},
-  {"show the Mutt version number and date", 395},
-  {"view attachment using mailcap entry if necessary", 396},
-  {"show MIME attachments", 397},
-  {"show currently active limit pattern", 398},
-  {"collapse/uncollapse current thread", 399},
-  {"collapse/uncollapse all threads", 400},
-  {"attach a PGP public key", 401},
-  {"show PGP options", 402},
-  {"extract PGP public keys", 403},
-  {"wipe PGP passphrase from memory", 404},
-  {"mail a PGP public key", 405},
-  {"verify a PGP public key", 406},
-  {"view the key's user id", 407},
-  {"make decrypted copy and delete", 408},
-  {"make decrypted copy", 409},
-  {"Out of memory!", 410},
-  {"File is a directory, save under it?", 411},
-  {"File under directory: ", 412},
-  {"File exists, overwrite?", 413},
-  {"%s is not a mailbox!", 414},
-  {"Append messages to %s?", 415},
-  {"To contact the developers, please mail to <mutt-dev@mutt.org>.\n", 416},
+\n", 199},
+  {"Help for %s", 200},
+  {"imap_error(): unexpected response in %s: %s\n", 201},
+  {"Fatal error.  Message count is out of sync!", 202},
+  {"Fetching message headers... [%d/%d]", 203},
+  {"Reopening mailbox...", 204},
+  {"Connecting to %s...", 205},
+  {"IMAP Username: ", 206},
+  {"Password for %s@%s: ", 207},
+  {"Logging in...", 208},
+  {"Selecting %s...", 209},
+  {"Create %s?", 210},
+  {"Fetching message...", 211},
+  {"Sending APPEND command ...", 212},
+  {"Uploading message ...", 213},
+  {"Closing connection to IMAP server...", 214},
+  {"Saving message status flags... [%d/%d]", 215},
+  {"Expunging messages from server...", 216},
+  {"Closing mailbox...", 217},
+  {"alias: no address", 218},
+  {"invalid header field", 219},
+  {"ignoring empty header field: %s", 220},
+  {"%s: unknown sorting method", 221},
+  {"mutt_restore_default: error in regexp: %s\n", 222},
+  {"%s: unknown variable", 223},
+  {"prefix is illegal with reset", 224},
+  {"value is illegal with reset", 225},
+  {"%s is a boolean var!", 226},
+  {"%s is set", 227},
+  {"%s is unset", 228},
+  {"%s: invalid mailbox type", 229},
+  {"%s: invalid value", 230},
+  {"%s: unknown type", 231},
+  {"Error in %s, line %d: %s", 232},
+  {"source: errors in %s", 233},
+  {"source: error at %s", 234},
+  {"source: too many arguments", 235},
+  {"%s: unknown command", 236},
+  {"Error in command line: %s\n", 237},
+  {"unable to determine home directory", 238},
+  {"unable to determine username", 239},
+  {"Macro loop detected.", 240},
+  {"Key is not bound.  Press '%s' for help.", 241},
+  {"Key is not bound.  See the manual.", 242},
+  {"push: too many arguments", 243},
+  {"%s: no such menu", 244},
+  {"null key sequence", 245},
+  {"bind: too many arguments", 246},
+  {"%s: no such function in map", 247},
+  {"macro: empty key sequence", 248},
+  {"macro: too many arguments", 249},
+  {"exec: too few arguments", 250},
+  {"%s: no such command", 251},
+  {"null operation", 252},
+  {"force viewing of attachment using mailcap", 253},
+  {"view attachment as text", 254},
+  {"move to the bottom of the page", 255},
+  {"remail a message to another user", 256},
+  {"select a new file in this directory", 257},
+  {"view file", 258},
+  {"display the currently selected file's name", 259},
+  {"change directories", 260},
+  {"check mailboxes for new mail", 261},
+  {"attach a file(s) to this message", 262},
+  {"attach message(s) to this message", 263},
+  {"edit the BCC list", 264},
+  {"edit the CC list", 265},
+  {"edit attachment description", 266},
+  {"edit attachment transfer-encoding", 267},
+  {"enter a file to save a copy of this message in", 268},
+  {"edit the file to be attached", 269},
+  {"edit the from field", 270},
+  {"edit the message with headers", 271},
+  {"edit the message", 272},
+  {"edit attachment using mailcap entry", 273},
+  {"edit the Reply-To field", 274},
+  {"edit the subject of this message", 275},
+  {"edit the TO list", 276},
+  {"edit attachment type", 277},
+  {"get a temporary copy of an attachment", 278},
+  {"run ispell on the message", 279},
+  {"compose new attachment using mailcap entry", 280},
+  {"save this message to send later", 281},
+  {"rename/move an attached file", 282},
+  {"send the message", 283},
+  {"toggle whether to delete file after sending it", 284},
+  {"update an attachment's encoding info", 285},
+  {"write the message to a folder", 286},
+  {"copy a message to a file/mailbox", 287},
+  {"create an alias from a message sender", 288},
+  {"move entry to bottom of screen", 289},
+  {"move entry to middle of screen", 290},
+  {"move entry to top of screen", 291},
+  {"make decoded (text/plain) copy", 292},
+  {"make decoded copy (text/plain) and delete", 293},
+  {"delete the current entry", 294},
+  {"delete all messages in subthread", 295},
+  {"delete all messages in thread", 296},
+  {"display full address of sender", 297},
+  {"display message with full headers", 298},
+  {"display a message", 299},
+  {"edit the current message for resending", 300},
+  {"delete the char in front of the cursor", 301},
+  {"move the cursor one character to the left", 302},
+  {"jump to the beginning of the line", 303},
+  {"cycle among incoming mailboxes", 304},
+  {"complete filename or alias", 305},
+  {"complete address with query", 306},
+  {"delete the char under the cursor", 307},
+  {"jump to the end of the line", 308},
+  {"move the cursor one character to the right", 309},
+  {"scroll up through the history list", 310},
+  {"delete chars from cursor to end of line", 311},
+  {"delete all chars on the line", 312},
+  {"delete the word in front of the cursor", 313},
+  {"quote the next typed key", 314},
+  {"enter a muttrc command", 315},
+  {"enter a file mask", 316},
+  {"exit this menu", 317},
+  {"filter attachment through a shell command", 318},
+  {"move to the first entry", 319},
+  {"toggle a message's 'important' flag", 320},
+  {"forward a message with comments", 321},
+  {"select the current entry", 322},
+  {"reply to all recipients", 323},
+  {"scroll down 1/2 page", 324},
+  {"scroll up 1/2 page", 325},
+  {"this screen", 326},
+  {"jump to an index number", 327},
+  {"move to the last entry", 328},
+  {"reply to specified mailing list", 329},
+  {"execute a macro", 330},
+  {"compose a new mail message", 331},
+  {"open a different folder", 332},
+  {"open a different folder in read only mode", 333},
+  {"clear a status flag from a message", 334},
+  {"delete messages matching a pattern", 335},
+  {"retrieve mail from POP server", 336},
+  {"move to the first message", 337},
+  {"move to the last message", 338},
+  {"show only messages matching a pattern", 339},
+  {"jump to the next new message", 340},
+  {"jump to the next subthread", 341},
+  {"jump to the next thread", 342},
+  {"move to the next undeleted message", 343},
+  {"jump to the next unread message", 344},
+  {"jump to previous thread", 345},
+  {"jump to previous subthread", 346},
+  {"move to the last undelete message", 347},
+  {"jump to the previous new message", 348},
+  {"jump to the previous unread message", 349},
+  {"mark the current thread as read", 350},
+  {"mark the current subthread as read", 351},
+  {"set a status flag on a message", 352},
+  {"save changes to mailbox", 353},
+  {"tag messages matching a pattern", 354},
+  {"undelete messages matching a pattern", 355},
+  {"untag messages matching a pattern", 356},
+  {"move to the middle of the page", 357},
+  {"move to the next entry", 358},
+  {"scroll down one line", 359},
+  {"move to the next page", 360},
+  {"jump to the bottom of the message", 361},
+  {"return to the main-menu", 362},
+  {"toggle display of quoted text", 363},
+  {"skip beyond quoted text", 364},
+  {"jump to the top of the message", 365},
+  {"pipe message/attachment to a shell command", 366},
+  {"move to the previous entry", 367},
+  {"scroll up one line", 368},
+  {"move to the previous page", 369},
+  {"print the current entry", 370},
+  {"query external program for addresses", 371},
+  {"append new query results to current results", 372},
+  {"save changes to mailbox and quit", 373},
+  {"recall a postponed message", 374},
+  {"clear and redraw the screen", 375},
+  {"reply to a message", 376},
+  {"save message/attachment to a file", 377},
+  {"search for a regular expression", 378},
+  {"search backwards for a regular expression", 379},
+  {"search for next match", 380},
+  {"search for next match in opposite direction", 381},
+  {"toggle search pattern coloring", 382},
+  {"invoke a command in a subshell", 383},
+  {"sort messages", 384},
+  {"sort messages in reverse order", 385},
+  {"tag the current entry", 386},
+  {"apply next function to tagged messages", 387},
+  {"tag the current subthread", 388},
+  {"tag the current thread", 389},
+  {"toggle a message's 'new' flag", 390},
+  {"toggle whether the mailbox will be rewritten", 391},
+  {"toggle wether to browse mailboxes or all files", 392},
+  {"move to the top of the page", 393},
+  {"undelete the current entry", 394},
+  {"undelete all messages in thread", 395},
+  {"undelete all messages in subthread", 396},
+  {"show the Mutt version number and date", 397},
+  {"view attachment using mailcap entry if necessary", 398},
+  {"show MIME attachments", 399},
+  {"show currently active limit pattern", 400},
+  {"collapse/uncollapse current thread", 401},
+  {"collapse/uncollapse all threads", 402},
+  {"attach a PGP public key", 403},
+  {"show PGP options", 404},
+  {"extract PGP public keys", 405},
+  {"wipe PGP passphrase from memory", 406},
+  {"mail a PGP public key", 407},
+  {"verify a PGP public key", 408},
+  {"view the key's user id", 409},
+  {"make decrypted copy and delete", 410},
+  {"make decrypted copy", 411},
+  {"Out of memory!", 412},
+  {"File is a directory, save under it?", 413},
+  {"File under directory: ", 414},
+  {"File exists, overwrite?", 415},
+  {"%s is not a mailbox!", 416},
+  {"Append messages to %s?", 417},
+  {"To contact the developers, please mail to <mutt-dev@mutt.org>.\n", 418},
   {"\
 Copyright (C) 1996-8 Michael R. Elkins and others.\n\
 Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
 Mutt is free software, and you are welcome to redistribute it\n\
-under certain conditions; type `mutt -vv' for details.\n", 417},
+under certain conditions; type `mutt -vv' for details.\n", 419},
   {"\
 Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n\
 Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n\
@@ -474,7 +476,7 @@ Copyright (C) 1998   Ruslan Ermilov <ru@ucb.crimea.ua>\n\
 \n\
     You should have received a copy of the GNU General Public License\n\
     along with this program; if not, write to the Free Software\n\
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n", 418},
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n", 420},
   {"\
 \n\
 SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n\
@@ -487,7 +489,7 @@ SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n\
     merchantability and fitness for a particular purpose ARE DISCLAIMED.\n\
 \n\
     You should have received a copy of the full distribution terms\n\
-    along with this program; if not, write to the program's developers.\n", 419},
+    along with this program; if not, write to the program's developers.\n", 421},
   {"\
 usage: mutt [ -nRzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> \
 ]\n\
@@ -515,237 +517,237 @@ options:\n\
   -y\t\tselect a mailbox specified in your `mailboxes' list\n\
   -z\t\texit immediately if there are no messages in the mailbox\n\
   -Z\t\topen the first folder with new message, exit immediately if none\n\
-  -h\t\tthis help message", 420},
-  {"Error initializing terminal.", 421},
-  {"Debugging at level %d.\n", 422},
-  {"DEBUG was not defined during compilation.  Ignored.\n", 423},
-  {"No recipients specified.\n", 424},
-  {"%s: unable to attach file.\n", 425},
-  {"No mailbox with new mail.", 426},
-  {"Mailbox is empty.", 427},
-  {"Mailbox is corrupt!", 428},
-  {"Reading %s... %d (%d%%)", 429},
-  {"Mailbox was corrupted!", 430},
-  {"Fatal error!  Could not reopen mailbox!", 431},
-  {"Unable to lock mailbox!", 432},
-  {"sync: mbox modified, but no modified messages! (report this bug)", 433},
-  {"Writing messages... %d (%d%%)", 434},
-  {"Write failed!  Saved partial mailbox to %s", 435},
-  {"Could not reopen mailbox!", 436},
-  {"Jump to: ", 437},
-  {"Invalid index number.", 438},
-  {"No entries.", 439},
-  {"You cannot scroll down farther.", 440},
-  {"You cannot scroll up farther.", 441},
-  {"You are on the last page.", 442},
-  {"You are on the first page.", 443},
-  {"First entry is shown.", 444},
-  {"Last entry is shown.", 445},
-  {"You are on the last entry.", 446},
-  {"You are on the first entry.", 447},
-  {"Search for: ", 448},
-  {"Reverse search for: ", 449},
-  {"No search pattern.", 450},
-  {"Not found.", 451},
-  {"Search is not implemented for this menu.", 452},
-  {"Tagging is not supported.", 453},
-  {"Reading %s... %d", 454},
-  {"Lock count exceeded, remove lock for %s?", 455},
-  {"Timeout exceeded while attempting fcntl lock!", 456},
-  {"Waiting for fcntl lock... %d", 457},
-  {"Timeout exceeded while attempting flock lock!", 458},
-  {"Waiting for flock attempt... %d", 459},
-  {"Reading %s...", 460},
-  {"Writing %s...", 461},
-  {"Move read messages to %s?", 462},
-  {"Purge %d deleted message?", 463},
-  {"Purge %d deleted messages?", 464},
-  {"Moving read messages to %s...", 465},
-  {"Mailbox is unchanged.", 466},
-  {"%d kept, %d moved, %d deleted.", 467},
-  {"%d kept, %d deleted.", 468},
-  {" Press '%s' to toggle write", 469},
-  {"Use 'toggle-write' to re-enable write!", 470},
-  {"Mailbox is marked unwritable. %s", 471},
-  {"Mailbox is read-only.", 472},
-  {"PrevPg", 473},
-  {"NextPg", 474},
-  {"View Attachm.", 475},
-  {"Next", 476},
-  {"Bottom of message is shown.", 477},
-  {"Top of message is shown.", 478},
-  {"Reverse search: ", 479},
-  {"Search: ", 480},
-  {"Help is currently being shown.", 481},
-  {"No more quoted text.", 482},
-  {"No more unquoted text after quoted text.", 483},
-  {"multipart message has no boundary parameter!", 484},
-  {"Error in expression: %s", 485},
-  {"Invalid day of month: %s", 486},
-  {"Invalid month: %s", 487},
-  {"error in expression", 488},
-  {"error in pattern at: %s", 489},
-  {"%c: invalid command", 490},
-  {"%c: not supported in this mode", 491},
-  {"missing parameter", 492},
-  {"mismatched parenthesis: %s", 493},
-  {"empty pattern", 494},
-  {"error: unknown op %d (report this error).", 495},
-  {"Compiling search pattern...", 496},
-  {"Executing command on matching messages...", 497},
-  {"No messages matched criteria.", 498},
-  {"Search hit bottom without finding match", 499},
-  {"Search hit top without finding match", 500},
-  {"Search interrupted.", 501},
-  {"Enter PGP passphrase:", 502},
-  {"PGP passphrase forgotten.", 503},
-  {"Unknown PGP version \"%s\".", 504},
-  {"[-- PGP output follows (current time: ", 505},
-  {"[-- Error: unable to create PGP subprocess! --]\n", 506},
+  -h\t\tthis help message", 422},
+  {"Error initializing terminal.", 423},
+  {"Debugging at level %d.\n", 424},
+  {"DEBUG was not defined during compilation.  Ignored.\n", 425},
+  {"No recipients specified.\n", 426},
+  {"%s: unable to attach file.\n", 427},
+  {"No mailbox with new mail.", 428},
+  {"Mailbox is empty.", 429},
+  {"Mailbox is corrupt!", 430},
+  {"Reading %s... %d (%d%%)", 431},
+  {"Mailbox was corrupted!", 432},
+  {"Fatal error!  Could not reopen mailbox!", 433},
+  {"Unable to lock mailbox!", 434},
+  {"sync: mbox modified, but no modified messages! (report this bug)", 435},
+  {"Writing messages... %d (%d%%)", 436},
+  {"Write failed!  Saved partial mailbox to %s", 437},
+  {"Could not reopen mailbox!", 438},
+  {"Jump to: ", 439},
+  {"Invalid index number.", 440},
+  {"No entries.", 441},
+  {"You cannot scroll down farther.", 442},
+  {"You cannot scroll up farther.", 443},
+  {"You are on the last page.", 444},
+  {"You are on the first page.", 445},
+  {"First entry is shown.", 446},
+  {"Last entry is shown.", 447},
+  {"You are on the last entry.", 448},
+  {"You are on the first entry.", 449},
+  {"Search for: ", 450},
+  {"Reverse search for: ", 451},
+  {"No search pattern.", 452},
+  {"Not found.", 453},
+  {"Search is not implemented for this menu.", 454},
+  {"Tagging is not supported.", 455},
+  {"Reading %s... %d", 456},
+  {"Lock count exceeded, remove lock for %s?", 457},
+  {"Timeout exceeded while attempting fcntl lock!", 458},
+  {"Waiting for fcntl lock... %d", 459},
+  {"Timeout exceeded while attempting flock lock!", 460},
+  {"Waiting for flock attempt... %d", 461},
+  {"Reading %s...", 462},
+  {"Writing %s...", 463},
+  {"Move read messages to %s?", 464},
+  {"Purge %d deleted message?", 465},
+  {"Purge %d deleted messages?", 466},
+  {"Moving read messages to %s...", 467},
+  {"Mailbox is unchanged.", 468},
+  {"%d kept, %d moved, %d deleted.", 469},
+  {"%d kept, %d deleted.", 470},
+  {" Press '%s' to toggle write", 471},
+  {"Use 'toggle-write' to re-enable write!", 472},
+  {"Mailbox is marked unwritable. %s", 473},
+  {"Mailbox is read-only.", 474},
+  {"PrevPg", 475},
+  {"NextPg", 476},
+  {"View Attachm.", 477},
+  {"Next", 478},
+  {"Bottom of message is shown.", 479},
+  {"Top of message is shown.", 480},
+  {"Reverse search: ", 481},
+  {"Search: ", 482},
+  {"Help is currently being shown.", 483},
+  {"No more quoted text.", 484},
+  {"No more unquoted text after quoted text.", 485},
+  {"multipart message has no boundary parameter!", 486},
+  {"Error in expression: %s", 487},
+  {"Invalid day of month: %s", 488},
+  {"Invalid month: %s", 489},
+  {"error in expression", 490},
+  {"error in pattern at: %s", 491},
+  {"%c: invalid command", 492},
+  {"%c: not supported in this mode", 493},
+  {"missing parameter", 494},
+  {"mismatched parenthesis: %s", 495},
+  {"empty pattern", 496},
+  {"error: unknown op %d (report this error).", 497},
+  {"Compiling search pattern...", 498},
+  {"Executing command on matching messages...", 499},
+  {"No messages matched criteria.", 500},
+  {"Search hit bottom without finding match", 501},
+  {"Search hit top without finding match", 502},
+  {"Search interrupted.", 503},
+  {"Enter PGP passphrase:", 504},
+  {"PGP passphrase forgotten.", 505},
+  {"Unknown PGP version \"%s\".", 506},
+  {"[-- PGP output follows (current time: ", 507},
+  {"[-- Error: unable to create PGP subprocess! --]\n", 508},
   {"\
 \n\
 [-- End of PGP output --]\n\
-\n", 507},
+\n", 509},
   {"\
 [-- Error: could not find beginning of PGP message! --]\n\
-\n", 508},
+\n", 510},
   {"\
 [-- End of PGP output --]\n\
-\n", 509},
+\n", 511},
   {"\
 [-- The following data is PGP/MIME signed --]\n\
-\n", 510},
+\n", 512},
   {"\
 \n\
-[-- End of PGP/MIME signed data --]\n", 511},
+[-- End of PGP/MIME signed data --]\n", 513},
   {"\
 [-- Error: this message does not comply with the PGP/MIME specification! \
 --]\n\
-\n", 512},
-  {"Internal error. Inform <roessler@guug.de>.", 513},
+\n", 514},
+  {"Internal error. Inform <roessler@guug.de>.", 515},
   {"\
 [-- Error: could not create a PGP subprocess! --]\n\
-\n", 514},
+\n", 516},
   {"\
 [-- Error: malformed PGP/MIME message! --]\n\
-\n", 515},
-  {"[-- Error: could not create temporary file! --]\n", 516},
+\n", 517},
+  {"[-- Error: could not create temporary file! --]\n", 518},
   {"\
 [-- The following data is PGP/MIME encrypted --]\n\
-\n", 517},
+\n", 519},
   {"\
 \n\
-[-- End of PGP/MIME encrypted data --]\n", 518},
-  {"Can't open PGP subprocess!", 519},
-  {"Use keyID = \"%s\" for %s?", 520},
-  {"Enter keyID for %s: ", 521},
-  {"Exit  ", 522},
-  {"Select  ", 523},
-  {"Check key  ", 524},
-  {"PGP keys matching ", 525},
-  {"Can't open /dev/null", 526},
-  {"Can't create temporary file", 527},
-  {"Can't create filter", 528},
-  {"Key ID: 0x%s", 529},
-  {"This ID's trust level is undefined.", 530},
-  {"This ID is not trusted.", 531},
-  {"This ID is only marginally trusted.", 532},
-  {"%s Do you really want to use it?", 533},
-  {"Please enter the key ID: ", 534},
-  {"PGP Key 0x%s.", 535},
-  {"reserved", 536},
-  {"Encrypted Session Key", 537},
-  {"Signature Packet", 538},
-  {"Conventionally Encrypted Session Key Packet", 539},
-  {"One-Pass Signature Packet", 540},
-  {"Secret Key Packet", 541},
-  {"Public Key Packet", 542},
-  {"Secret Subkey Packet", 543},
-  {"Compressed Data Packet", 544},
-  {"Symmetrically Encrypted Data Packet", 545},
-  {"Marker Packet", 546},
-  {"Literal Data Packet", 547},
-  {"Trust Packet", 548},
-  {"Name Packet", 549},
-  {"Subkey Packet", 550},
-  {"Reserved", 551},
-  {"Comment Packet", 552},
-  {"POP Password: ", 553},
-  {"POP host is not defined.", 554},
-  {"No POP username is defined.", 555},
-  {"Could not find address for host %s.", 556},
-  {"Connecting to %s", 557},
-  {"Server closed connection!", 558},
-  {"No new mail in POP mailbox.", 559},
-  {"Reading %d new message (%d bytes)...", 560},
-  {"Error reading message!", 561},
-  {"Error while writing mailbox!", 562},
-  {"%s [%d messages read]", 563},
-  {"Postponed Messages", 564},
-  {"No postponed messages.", 565},
-  {"Illegal PGP header", 566},
-  {"New Query", 567},
-  {"Make Alias", 568},
-  {"Search", 569},
-  {"Waiting for response...", 570},
-  {"Query command not defined.", 571},
-  {"Query", 572},
-  {"Query: ", 573},
-  {"Query '%s'", 574},
-  {"Pipe", 575},
-  {"Print", 576},
-  {"Saving...", 577},
-  {"Attachment saved", 578},
-  {"WARNING!  You are about to overwrite %s, continue?", 579},
-  {"Attachment filtered.", 580},
-  {"Filter through: ", 581},
-  {"Pipe to: ", 582},
-  {"I dont know how to print %s attachments!", 583},
-  {"Print tagged attachment(s)?", 584},
-  {"Print attachment?", 585},
-  {"You may only bounce message/rfc822 parts.", 586},
-  {"Bounce messages to %s...?", 587},
-  {"Bounce message to %s...?", 588},
-  {"Attachments", 589},
-  {"Only deletion of multipart attachments is supported.", 590},
-  {"Deletion of attachments from PGP messages is unsupported.", 591},
-  {"This operation is not currently supported for PGP messages.", 592},
-  {"Improperly formated entry for type %s in \"%s\" line %d", 593},
-  {"No mailcap path specified", 594},
-  {"mailcap entry for type %s not found", 595},
-  {"score: too few arguments", 596},
-  {"score: too many arguments", 597},
-  {"No subject, abort?", 598},
-  {"No subject, aborting.", 599},
-  {"Reply to %s?", 600},
-  {"No tagged messages are visible!", 601},
-  {"No mailing lists found!", 602},
-  {"Include message in reply?", 603},
-  {"Could not include all requested messages!", 604},
-  {"Forward MIME encapsulated?", 605},
-  {"Recall postponed message?", 606},
-  {"Abort unmodified message?", 607},
-  {"Aborted unmodified message.", 608},
-  {"Mail not sent.", 609},
-  {"Message postponed.", 610},
-  {"No recipients are specified!", 611},
-  {"No recipients were specified.", 612},
-  {"No subject, abort sending?", 613},
-  {"No subject specified.", 614},
-  {"Message edited. Really send?", 615},
-  {"Sending message...", 616},
-  {"Mail sent.", 617},
-  {"No boundary parameter found! [report this error]", 618},
-  {"%s no longer exists!", 619},
-  {"Could not open %s", 620},
-  {"Error sending message, child exited %d (%s).\n", 621},
-  {"Saved output of child process to %s.\n", 622},
-  {"Error sending message.", 623},
-  {"Caught %s...  Exiting.\n", 624},
-  {"Caught signal %d...  Exiting.\n", 625},
-  {"Sorting mailbox...", 626},
-  {"Could not find sorting function! [report this bug]", 627},
-  {"(no mailbox)", 628},
+[-- End of PGP/MIME encrypted data --]\n", 520},
+  {"Can't open PGP subprocess!", 521},
+  {"Use keyID = \"%s\" for %s?", 522},
+  {"Enter keyID for %s: ", 523},
+  {"Exit  ", 524},
+  {"Select  ", 525},
+  {"Check key  ", 526},
+  {"PGP keys matching ", 527},
+  {"Can't open /dev/null", 528},
+  {"Can't create temporary file", 529},
+  {"Can't create filter", 530},
+  {"Key ID: 0x%s", 531},
+  {"This ID's trust level is undefined.", 532},
+  {"This ID is not trusted.", 533},
+  {"This ID is only marginally trusted.", 534},
+  {"%s Do you really want to use it?", 535},
+  {"Please enter the key ID: ", 536},
+  {"PGP Key 0x%s.", 537},
+  {"reserved", 538},
+  {"Encrypted Session Key", 539},
+  {"Signature Packet", 540},
+  {"Conventionally Encrypted Session Key Packet", 541},
+  {"One-Pass Signature Packet", 542},
+  {"Secret Key Packet", 543},
+  {"Public Key Packet", 544},
+  {"Secret Subkey Packet", 545},
+  {"Compressed Data Packet", 546},
+  {"Symmetrically Encrypted Data Packet", 547},
+  {"Marker Packet", 548},
+  {"Literal Data Packet", 549},
+  {"Trust Packet", 550},
+  {"Name Packet", 551},
+  {"Subkey Packet", 552},
+  {"Reserved", 553},
+  {"Comment Packet", 554},
+  {"POP Password: ", 555},
+  {"POP host is not defined.", 556},
+  {"No POP username is defined.", 557},
+  {"Could not find address for host %s.", 558},
+  {"Connecting to %s", 559},
+  {"Server closed connection!", 560},
+  {"No new mail in POP mailbox.", 561},
+  {"Reading %d new message (%d bytes)...", 562},
+  {"Error reading message!", 563},
+  {"Error while writing mailbox!", 564},
+  {"%s [%d messages read]", 565},
+  {"Postponed Messages", 566},
+  {"No postponed messages.", 567},
+  {"Illegal PGP header", 568},
+  {"New Query", 569},
+  {"Make Alias", 570},
+  {"Search", 571},
+  {"Waiting for response...", 572},
+  {"Query command not defined.", 573},
+  {"Query", 574},
+  {"Query: ", 575},
+  {"Query '%s'", 576},
+  {"Pipe", 577},
+  {"Print", 578},
+  {"Saving...", 579},
+  {"Attachment saved", 580},
+  {"WARNING!  You are about to overwrite %s, continue?", 581},
+  {"Attachment filtered.", 582},
+  {"Filter through: ", 583},
+  {"Pipe to: ", 584},
+  {"I dont know how to print %s attachments!", 585},
+  {"Print tagged attachment(s)?", 586},
+  {"Print attachment?", 587},
+  {"You may only bounce message/rfc822 parts.", 588},
+  {"Bounce messages to %s...?", 589},
+  {"Bounce message to %s...?", 590},
+  {"Attachments", 591},
+  {"Only deletion of multipart attachments is supported.", 592},
+  {"Deletion of attachments from PGP messages is unsupported.", 593},
+  {"This operation is not currently supported for PGP messages.", 594},
+  {"Improperly formated entry for type %s in \"%s\" line %d", 595},
+  {"No mailcap path specified", 596},
+  {"mailcap entry for type %s not found", 597},
+  {"score: too few arguments", 598},
+  {"score: too many arguments", 599},
+  {"No subject, abort?", 600},
+  {"No subject, aborting.", 601},
+  {"Reply to %s?", 602},
+  {"No tagged messages are visible!", 603},
+  {"No mailing lists found!", 604},
+  {"Include message in reply?", 605},
+  {"Could not include all requested messages!", 606},
+  {"Forward MIME encapsulated?", 607},
+  {"Recall postponed message?", 608},
+  {"Abort unmodified message?", 609},
+  {"Aborted unmodified message.", 610},
+  {"Mail not sent.", 611},
+  {"Message postponed.", 612},
+  {"No recipients are specified!", 613},
+  {"No recipients were specified.", 614},
+  {"No subject, abort sending?", 615},
+  {"No subject specified.", 616},
+  {"Message edited. Really send?", 617},
+  {"Sending message...", 618},
+  {"Mail sent.", 619},
+  {"No boundary parameter found! [report this error]", 620},
+  {"%s no longer exists!", 621},
+  {"Could not open %s", 622},
+  {"Error sending message, child exited %d (%s).\n", 623},
+  {"Saved output of child process to %s.\n", 624},
+  {"Error sending message.", 625},
+  {"Caught %s...  Exiting.\n", 626},
+  {"Caught signal %d...  Exiting.\n", 627},
+  {"Sorting mailbox...", 628},
+  {"Could not find sorting function! [report this bug]", 629},
+  {"(no mailbox)", 630},
 };
 
-int _msg_tbl_length = 628;
+int _msg_tbl_length = 630;
index 07caaac0b1c2ae451902c25a95f1d95fda01c889..e62c33b4fcf70642b4b7a31421f897ee0f9d3461 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1998-10-13 23:47+0200\n"
+"POT-Creation-Date: 1998-10-14 00:51+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -260,97 +260,107 @@ msgstr "Konnte Tempor
 msgid "Command: "
 msgstr "Kommando: "
 
-#: commands.c:258
+#: commands.c:243 recvattach.c:616
+#, fuzzy
+msgid "Bounce message to: "
+msgstr "Nachricht weiterleiten an: "
+
+#: commands.c:245 recvattach.c:618
+#, fuzzy
+msgid "Bounce tagged messages to: "
+msgstr "Markierte Nachrichten weiterleiten an: "
+
+#: commands.c:260
 msgid "Error parsing address!"
 msgstr "Unverständliche Adresse!"
 
-#: commands.c:268
+#: commands.c:270
 #, c-format
 msgid "Bounce message to %s"
 msgstr "Nachricht an %s weiterleiten"
 
-#: commands.c:268
+#: commands.c:270
 #, c-format
 msgid "Bounce messages to %s"
 msgstr "Nachrichten an %s weiterleiten"
 
-#: commands.c:279
+#: commands.c:281
 msgid "Message bounced."
 msgstr "Nachricht weitergeleitet."
 
-#: commands.c:279
+#: commands.c:281
 msgid "Messages bounced."
 msgstr "Nachrichten weitergeleitet."
 
-#: commands.c:299
+#: commands.c:301
 msgid "Pipe to command: "
 msgstr "In Kommando einspeisen: "
 
-#: commands.c:404
+#: commands.c:406
 msgid ""
 "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
 
-#: commands.c:405
+#: commands.c:407
 msgid ""
 "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
 
-#: commands.c:460
+#: commands.c:462
 msgid "Shell command: "
 msgstr "Shell-Kommando: "
 
-#: commands.c:576
+#: commands.c:578
 #, c-format
 msgid "%s%s to mailbox"
 msgstr "%s%s in Mailbox"
 
-#: commands.c:577
+#: commands.c:579
 msgid "Decode-save"
 msgstr "Decodiert speichern"
 
-#: commands.c:577
+#: commands.c:579
 msgid "Decode-copy"
 msgstr "Decodiert kopieren"
 
-#: commands.c:578
+#: commands.c:580
 msgid "Decrypt-save"
 msgstr "Entschlüsselt speichern"
 
-#: commands.c:578
+#: commands.c:580
 msgid "Decrypt-copy"
 msgstr "Entschlüsselt kopieren"
 
-#: commands.c:579 curs_main.c:231 recvattach.c:49
+#: commands.c:581 curs_main.c:231 recvattach.c:49
 msgid "Save"
 msgstr "Speichern"
 
-#: commands.c:579
+#: commands.c:581
 msgid "Copy"
 msgstr "Kopieren"
 
-#: commands.c:579
+#: commands.c:581
 msgid " tagged"
 msgstr " ausgewählt"
 
-#: commands.c:648
+#: commands.c:650
 #, c-format
 msgid "Copying to %s..."
 msgstr "Kopiere nach %s..."
 
-#: commands.c:720
+#: commands.c:722
 msgid "Print message?"
 msgstr "Nachricht drucken?"
 
-#: commands.c:720
+#: commands.c:722
 msgid "Print tagged messages?"
 msgstr "Ausgewählte Nachrichten drucken?"
 
-#: commands.c:747
+#: commands.c:749
 msgid "Message printed"
 msgstr "Nachricht gedruckt"
 
-#: commands.c:747
+#: commands.c:749
 msgid "Messages printed"
 msgstr "Nachrichten gedruckt"
 
@@ -1744,6 +1754,42 @@ msgstr "Kollabiere/expandiere aktuellen Diskussionsfaden"
 msgid "collapse/uncollapse all threads"
 msgstr "Kollabiere/expandiere alle Diskussionsfäden"
 
+#: keymap_defs.h:157
+msgid "attach a PGP public key"
+msgstr "Hänge öffentlichen PGP-Schlüssel an"
+
+#: keymap_defs.h:158
+msgid "show PGP options"
+msgstr "Zeige PGP-Optionen"
+
+#: keymap_defs.h:159
+msgid "extract PGP public keys"
+msgstr "Extrahiere öffentliche PGP-Schlüssel"
+
+#: keymap_defs.h:160
+msgid "wipe PGP passphrase from memory"
+msgstr "Entferne PGP-Mantra aus Speicher"
+
+#: keymap_defs.h:161
+msgid "mail a PGP public key"
+msgstr "Verschicke öffentlichen PGP-Schlüssel"
+
+#: keymap_defs.h:162
+msgid "verify a PGP public key"
+msgstr "Verifiziere öffentlichen PGP-Schlüssel"
+
+#: keymap_defs.h:163
+msgid "view the key's user id"
+msgstr "Zeige Nutzer-ID zu Schlüssel an"
+
+#: keymap_defs.h:164
+msgid "make decrypted copy and delete"
+msgstr "Erzeuge dechiffrierte Kopie und lösche"
+
+#: keymap_defs.h:165
+msgid "make decrypted copy"
+msgstr "Erzeuge dechiffrierte Kopie"
+
 #: lib.c:276 lib.c:291 lib.c:322
 msgid "Out of memory!"
 msgstr "Kein Speicher!"
@@ -2605,29 +2651,29 @@ msgstr "Drucke Anhang?"
 msgid "You may only bounce message/rfc822 parts."
 msgstr "Sie können nur message/rfc822-Anhänge erneut versenden."
 
-#: recvattach.c:626
+#: recvattach.c:629
 #, c-format
 msgid "Bounce messages to %s...?"
 msgstr "Nachrichten an %s... erneut versenden?"
 
-#: recvattach.c:627
+#: recvattach.c:630
 #, c-format
 msgid "Bounce message to %s...?"
 msgstr "Nachricht an %s... erneut versenden?"
 
-#: recvattach.c:852
+#: recvattach.c:855
 msgid "Attachments"
 msgstr "Anhänge"
 
-#: recvattach.c:907
+#: recvattach.c:910
 msgid "Only deletion of multipart attachments is supported."
 msgstr "Kann nur aus mehrteiligen Anhängen löschen."
 
-#: recvattach.c:915
+#: recvattach.c:918
 msgid "Deletion of attachments from PGP messages is unsupported."
 msgstr "Kann keine Anhänge aus PGP-Nachrichten löschen."
 
-#: recvattach.c:991
+#: recvattach.c:994
 msgid "This operation is not currently supported for PGP messages."
 msgstr "Diese Funktion wird nicht für PGP-Nachrichten unterstützt."
 
@@ -2795,30 +2841,3 @@ msgstr ""
 #: status.c:102
 msgid "(no mailbox)"
 msgstr "(keine Mailbox)"
-
-#~ msgid "attach a PGP public key"
-#~ msgstr "Hänge öffentlichen PGP-Schlüssel an"
-
-#~ msgid "show PGP options"
-#~ msgstr "Zeige PGP-Optionen"
-
-#~ msgid "extract PGP public keys"
-#~ msgstr "Extrahiere öffentliche PGP-Schlüssel"
-
-#~ msgid "wipe PGP passphrase from memory"
-#~ msgstr "Entferne PGP-Mantra aus Speicher"
-
-#~ msgid "mail a PGP public key"
-#~ msgstr "Verschicke öffentlichen PGP-Schlüssel"
-
-#~ msgid "verify a PGP public key"
-#~ msgstr "Verifiziere öffentlichen PGP-Schlüssel"
-
-#~ msgid "view the key's user id"
-#~ msgstr "Zeige Nutzer-ID zu Schlüssel an"
-
-#~ msgid "make decrypted copy and delete"
-#~ msgstr "Erzeuge dechiffrierte Kopie und lösche"
-
-#~ msgid "make decrypted copy"
-#~ msgstr "Erzeuge dechiffrierte Kopie"
index 8deb12b23774b1482bc75d5743732c57472f727f..43b8b24d958dab1a278a9c7034fe04f3bf11cc80 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1998-10-14 00:07+0200\n"
+"POT-Creation-Date: 1998-10-14 00:51+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -261,97 +261,105 @@ msgstr ""
 msgid "Command: "
 msgstr ""
 
-#: commands.c:258
+#: commands.c:243 recvattach.c:616
+msgid "Bounce message to: "
+msgstr ""
+
+#: commands.c:245 recvattach.c:618
+msgid "Bounce tagged messages to: "
+msgstr ""
+
+#: commands.c:260
 msgid "Error parsing address!"
 msgstr ""
 
-#: commands.c:268
+#: commands.c:270
 #, c-format
 msgid "Bounce message to %s"
 msgstr ""
 
-#: commands.c:268
+#: commands.c:270
 #, c-format
 msgid "Bounce messages to %s"
 msgstr ""
 
-#: commands.c:279
+#: commands.c:281
 msgid "Message bounced."
 msgstr ""
 
-#: commands.c:279
+#: commands.c:281
 msgid "Messages bounced."
 msgstr ""
 
-#: commands.c:299
+#: commands.c:301
 msgid "Pipe to command: "
 msgstr ""
 
-#: commands.c:404
+#: commands.c:406
 msgid ""
 "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
 
-#: commands.c:405
+#: commands.c:407
 msgid ""
 "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
 
-#: commands.c:460
+#: commands.c:462
 msgid "Shell command: "
 msgstr ""
 
-#: commands.c:576
+#: commands.c:578
 #, c-format
 msgid "%s%s to mailbox"
 msgstr ""
 
-#: commands.c:577
+#: commands.c:579
 msgid "Decode-save"
 msgstr ""
 
-#: commands.c:577
+#: commands.c:579
 msgid "Decode-copy"
 msgstr ""
 
-#: commands.c:578
+#: commands.c:580
 msgid "Decrypt-save"
 msgstr ""
 
-#: commands.c:578
+#: commands.c:580
 msgid "Decrypt-copy"
 msgstr ""
 
-#: commands.c:579 curs_main.c:231 recvattach.c:49
+#: commands.c:581 curs_main.c:231 recvattach.c:49
 msgid "Save"
 msgstr ""
 
-#: commands.c:579
+#: commands.c:581
 msgid "Copy"
 msgstr ""
 
-#: commands.c:579
+#: commands.c:581
 msgid " tagged"
 msgstr ""
 
-#: commands.c:648
+#: commands.c:650
 #, c-format
 msgid "Copying to %s..."
 msgstr ""
 
-#: commands.c:720
+#: commands.c:722
 msgid "Print message?"
 msgstr ""
 
-#: commands.c:720
+#: commands.c:722
 msgid "Print tagged messages?"
 msgstr ""
 
-#: commands.c:747
+#: commands.c:749
 msgid "Message printed"
 msgstr ""
 
-#: commands.c:747
+#: commands.c:749
 msgid "Messages printed"
 msgstr ""
 
@@ -2593,29 +2601,29 @@ msgstr ""
 msgid "You may only bounce message/rfc822 parts."
 msgstr ""
 
-#: recvattach.c:626
+#: recvattach.c:629
 #, c-format
 msgid "Bounce messages to %s...?"
 msgstr ""
 
-#: recvattach.c:627
+#: recvattach.c:630
 #, c-format
 msgid "Bounce message to %s...?"
 msgstr ""
 
-#: recvattach.c:852
+#: recvattach.c:855
 msgid "Attachments"
 msgstr ""
 
-#: recvattach.c:907
+#: recvattach.c:910
 msgid "Only deletion of multipart attachments is supported."
 msgstr ""
 
-#: recvattach.c:915
+#: recvattach.c:918
 msgid "Deletion of attachments from PGP messages is unsupported."
 msgstr ""
 
-#: recvattach.c:991
+#: recvattach.c:994
 msgid "This operation is not currently supported for PGP messages."
 msgstr ""
 
index bed5d87436bcd6ae35327416b6b4fa852fb83d8e..586566c331fdadb6268c88c3496c30e6224a4123 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
-"POT-Creation-Date: 1998-10-13 23:47+0200\n"
+"POT-Creation-Date: 1998-10-14 00:51+0200\n"
 "PO-Revision-Date: 1998-10-12 21:14+0300\n"
 "Last-Translator: Andrej N. Gritsenko <andrej@lucky.net>\n"
 "Language-Team: Mutt-dev <mutt-dev@mutt.org>\n"
@@ -260,97 +260,107 @@ msgstr "
 msgid "Command: "
 msgstr "ëÏÍÁÎÄÁ: "
 
-#: commands.c:258
+#: commands.c:243 recvattach.c:616
+#, fuzzy
+msgid "Bounce message to: "
+msgstr "ðÅÒÅÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ %s"
+
+#: commands.c:245 recvattach.c:618
+#, fuzzy
+msgid "Bounce tagged messages to: "
+msgstr "ðÅÒÅÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÑ %s"
+
+#: commands.c:260
 msgid "Error parsing address!"
 msgstr "ïÛÉÂËÁ ÒÁÚÂÏÒÁ ÁÄÒÅÓÁ!"
 
-#: commands.c:268
+#: commands.c:270
 #, c-format
 msgid "Bounce message to %s"
 msgstr "ðÅÒÅÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ %s"
 
-#: commands.c:268
+#: commands.c:270
 #, c-format
 msgid "Bounce messages to %s"
 msgstr "ðÅÒÅÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÑ %s"
 
-#: commands.c:279
+#: commands.c:281
 msgid "Message bounced."
 msgstr "óÏÏÂÝÅÎÉÅ ÐÅÒÅÐÒÁ×ÌÅÎÏ."
 
-#: commands.c:279
+#: commands.c:281
 msgid "Messages bounced."
 msgstr "óÏÏÂÝÅÎÉÑ ÐÅÒÅÐÒÁ×ÌÅÎÙ."
 
-#: commands.c:299
+#: commands.c:301
 msgid "Pipe to command: "
 msgstr "ïÔÐÒÁ×ÉÔØ Ë ËÏÎ×ÅÊÅÒ: "
 
-#: commands.c:404
+#: commands.c:406
 msgid ""
 "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
 
-#: commands.c:405
+#: commands.c:407
 msgid ""
 "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
 
-#: commands.c:460
+#: commands.c:462
 msgid "Shell command: "
 msgstr "ëÏÍÁÎÄÁ shell: "
 
-#: commands.c:576
+#: commands.c:578
 #, c-format
 msgid "%s%s to mailbox"
 msgstr "%s%s × ÐÏÞÔÏ×ÙÊ ÑÝÉË"
 
-#: commands.c:577
+#: commands.c:579
 msgid "Decode-save"
 msgstr "òÁÓËÏÄ. É ÕÄÁÌ."
 
-#: commands.c:577
+#: commands.c:579
 msgid "Decode-copy"
 msgstr "òÁÓËÏÄÉÒÏ×ÁÔØ"
 
-#: commands.c:578
+#: commands.c:580
 msgid "Decrypt-save"
 msgstr "òÁÓÛÉÆÒ. É ÕÄÁÌ."
 
-#: commands.c:578
+#: commands.c:580
 msgid "Decrypt-copy"
 msgstr "òÁÓÛÉÆÒÏ×ÁÔØ"
 
-#: commands.c:579 curs_main.c:231 recvattach.c:49
+#: commands.c:581 curs_main.c:231 recvattach.c:49
 msgid "Save"
 msgstr "óÏÈÒ."
 
-#: commands.c:579
+#: commands.c:581
 msgid "Copy"
 msgstr "ëÏÐÉÒÏ×."
 
-#: commands.c:579
+#: commands.c:581
 msgid " tagged"
 msgstr " ÏÔÍÅÞÅÎÎÏÅ"
 
-#: commands.c:648
+#: commands.c:650
 #, c-format
 msgid "Copying to %s..."
 msgstr "ëÏÐÉÒÕÅÔÓÑ × %s..."
 
-#: commands.c:720
+#: commands.c:722
 msgid "Print message?"
 msgstr "ðÅÞÁÔÁÔØ ÓÏÏÂÝÅÎÉÅ?"
 
-#: commands.c:720
+#: commands.c:722
 msgid "Print tagged messages?"
 msgstr "ðÅÞÁÔÁÔØ ÏÔÍÅÞÅÎÎÙÅ ÓÏÏÂÝÅÎÉÑ?"
 
-#: commands.c:747
+#: commands.c:749
 msgid "Message printed"
 msgstr "óÏÏÂÝÅÎÉÅ ÎÁÐÅÞÁÔÁÎÏ"
 
-#: commands.c:747
+#: commands.c:749
 msgid "Messages printed"
 msgstr "óÏÏÂÝÅÎÉÑ ÎÁÐÅÞÁÔÁÎÙ"
 
@@ -1742,6 +1752,42 @@ msgstr "
 msgid "collapse/uncollapse all threads"
 msgstr "Ó×ÅÒÎÕÔØ/ÒÁÚ×ÅÒÎÕÔØ ×ÓÅ ÎÉÔËÉ"
 
+#: keymap_defs.h:157
+msgid "attach a PGP public key"
+msgstr "ÐÒÉÓÏÅÄÉÎÉÔØ ÐÕÂÌÉÞÎÙÊ ËÌÀÞ PGP"
+
+#: keymap_defs.h:158
+msgid "show PGP options"
+msgstr "ÐÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ PGP"
+
+#: keymap_defs.h:159
+msgid "extract PGP public keys"
+msgstr "ÒÁÓÐÁËÏ×ÁÔØ ÐÕÂÌÉÞÎÙÅ ËÌÀÞÉ PGP"
+
+#: keymap_defs.h:160
+msgid "wipe PGP passphrase from memory"
+msgstr "×ÙÞÉÓÔÉÔØ ÐÁÒÏÌØ PGP ÉÚ ÐÁÍÑÔÉ"
+
+#: keymap_defs.h:161
+msgid "mail a PGP public key"
+msgstr "ÏÔÏÓÌÁÔØ ÐÕÂÌÉÞÎÙÊ ËÌÀÞ PGP"
+
+#: keymap_defs.h:162
+msgid "verify a PGP public key"
+msgstr "ÐÒÏ×ÅÒÉÔØ ÐÕÂÌÉÞÎÙÊ ËÌÀÞ PGP"
+
+#: keymap_defs.h:163
+msgid "view the key's user id"
+msgstr "ÐÏËÁÚÁÔØ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ ËÌÀÞÁ"
+
+#: keymap_defs.h:164
+msgid "make decrypted copy and delete"
+msgstr "ÒÁÓÛÉÆÒÏ×ÁÔØ É ÕÄÁÌÉÔØ"
+
+#: keymap_defs.h:165
+msgid "make decrypted copy"
+msgstr "ÒÁÓÛÉÆÒÏ×ÁÔØ"
+
 #: lib.c:276 lib.c:291 lib.c:322
 msgid "Out of memory!"
 msgstr "íÁÌÏ ÐÁÍÑÔÉ!"
@@ -2629,29 +2675,29 @@ msgstr "
 msgid "You may only bounce message/rfc822 parts."
 msgstr "íÏÖÎÏ ÐÅÒÅÐÒÁ×ÌÑÔØ ÔÏÌØËÏ message/rfc822 ÞÁÓÔÉ."
 
-#: recvattach.c:626
+#: recvattach.c:629
 #, c-format
 msgid "Bounce messages to %s...?"
 msgstr "ðÅÒÅÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÑ %s...?"
 
-#: recvattach.c:627
+#: recvattach.c:630
 #, c-format
 msgid "Bounce message to %s...?"
 msgstr "ðÅÒÅÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ %s...?"
 
-#: recvattach.c:852
+#: recvattach.c:855
 msgid "Attachments"
 msgstr "ðÒÉÓÏÅÄÉÎÅÎÉÑ"
 
-#: recvattach.c:907
+#: recvattach.c:910
 msgid "Only deletion of multipart attachments is supported."
 msgstr "ðÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÔÏÌØËÏ ÕÄÁÌÅÎÉÅ × ÍÎÏÇÏÞÁÓÔÎÙÈ ÓÏÏÂÝÅÎÉÑÈ."
 
-#: recvattach.c:915
+#: recvattach.c:918
 msgid "Deletion of attachments from PGP messages is unsupported."
 msgstr "õÄÁÌÅÎÉÅ ÐÒÉÓÏÅÄÉÎÅÎÉÊ × ÓÏÏÂÝÅÎÉÑÈ PGP ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ."
 
-#: recvattach.c:991
+#: recvattach.c:994
 msgid "This operation is not currently supported for PGP messages."
 msgstr "äÌÑ ÓÏÏÂÝÅÎÉÊ PGP ÜÔÁ ÏÐÅÒÁÃÉÑ ÓÅÊÞÁÓ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ."
 
@@ -2819,30 +2865,3 @@ msgstr ""
 #: status.c:102
 msgid "(no mailbox)"
 msgstr "(ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ ÎÅÔ)"
-
-#~ msgid "attach a PGP public key"
-#~ msgstr "ÐÒÉÓÏÅÄÉÎÉÔØ ÐÕÂÌÉÞÎÙÊ ËÌÀÞ PGP"
-
-#~ msgid "show PGP options"
-#~ msgstr "ÐÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ PGP"
-
-#~ msgid "extract PGP public keys"
-#~ msgstr "ÒÁÓÐÁËÏ×ÁÔØ ÐÕÂÌÉÞÎÙÅ ËÌÀÞÉ PGP"
-
-#~ msgid "wipe PGP passphrase from memory"
-#~ msgstr "×ÙÞÉÓÔÉÔØ ÐÁÒÏÌØ PGP ÉÚ ÐÁÍÑÔÉ"
-
-#~ msgid "mail a PGP public key"
-#~ msgstr "ÏÔÏÓÌÁÔØ ÐÕÂÌÉÞÎÙÊ ËÌÀÞ PGP"
-
-#~ msgid "verify a PGP public key"
-#~ msgstr "ÐÒÏ×ÅÒÉÔØ ÐÕÂÌÉÞÎÙÊ ËÌÀÞ PGP"
-
-#~ msgid "view the key's user id"
-#~ msgstr "ÐÏËÁÚÁÔØ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ ËÌÀÞÁ"
-
-#~ msgid "make decrypted copy and delete"
-#~ msgstr "ÒÁÓÛÉÆÒÏ×ÁÔØ É ÕÄÁÌÉÔØ"
-
-#~ msgid "make decrypted copy"
-#~ msgstr "ÒÁÓÛÉÆÒÏ×ÁÔØ"
index a54be709e059f877b62f53feb744c3e0e84720f3..6a92c987748689242007905745a57e3d8b67481f 100644 (file)
@@ -611,9 +611,12 @@ static void query_bounce_attachment (int tag, BODY *top, HEADER *hdr)
   int rc;
 
   buf[0] = 0;
-  /* FIXME i18n */
-  snprintf (prompt, sizeof (prompt), "Bounce %smessage%s to: ",
-           tag ? "tagged " : "", tag ? "s" : "");
+
+  if(!tag)
+    strfcpy(prompt, _("Bounce message to: "), sizeof(prompt));
+  else
+    strfcpy(prompt, _("Bounce tagged messages to: "), sizeof(prompt));
+
   rc = mutt_get_field (prompt, buf, sizeof (buf), M_ALIAS);
 
   if (rc || !buf[0])
index 661da66c8f4747a25ebcbed62fbee9114164bc11..e3d9d8fb8cb1719b1491ccde30796ea3b02a354a 100644 (file)
--- a/reldate.h
+++ b/reldate.h
@@ -1,2 +1 @@
-/* $Id$ */
-const char *ReleaseDate = "1998-10-12";
+const char *ReleaseDate = "1998-10-14";