[mutt] 01/04: Imported Upstream version 1.6.2
Faidon Liambotis
paravoid at moszumanska.debian.org
Tue Jul 12 12:19:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
paravoid pushed a commit to branch master
in repository mutt.
commit 3fcb821b756ee9b5ac1709bc0223e8d868c7fa81
Author: Faidon Liambotis <paravoid at debian.org>
Date: Tue Jul 12 15:11:47 2016 +0300
Imported Upstream version 1.6.2
---
ChangeLog | 53 +++++++++++++++++++++++++++
UPDATING | 4 ++
VERSION | 2 +-
aclocal.m4 | 2 +-
config.guess | 111 +++++++++++++++++++++++++++++++-------------------------
config.sub | 20 +++++-----
configure | 20 +++++-----
doc/index.html | 2 +-
doc/manual.html | 2 +-
doc/manual.txt | 2 +-
keymap.c | 22 ++++++-----
po/bg.gmo | Bin 69297 -> 69297 bytes
po/bg.po | 58 ++++++++++++++---------------
po/ca.gmo | Bin 110939 -> 110939 bytes
po/ca.po | 58 ++++++++++++++---------------
po/cs.gmo | Bin 105817 -> 105817 bytes
po/cs.po | 58 ++++++++++++++---------------
po/da.gmo | Bin 101278 -> 101278 bytes
po/da.po | 58 ++++++++++++++---------------
po/de.gmo | Bin 93121 -> 93121 bytes
po/de.po | 58 ++++++++++++++---------------
po/el.gmo | Bin 73777 -> 73777 bytes
po/el.po | 58 ++++++++++++++---------------
po/eo.gmo | Bin 102248 -> 102248 bytes
po/eo.po | 58 ++++++++++++++---------------
po/es.gmo | Bin 59177 -> 59177 bytes
po/es.po | 58 ++++++++++++++---------------
po/et.gmo | Bin 62446 -> 62446 bytes
po/et.po | 58 ++++++++++++++---------------
po/eu.gmo | Bin 86000 -> 86000 bytes
po/eu.po | 58 ++++++++++++++---------------
po/fr.gmo | Bin 108985 -> 108985 bytes
po/fr.po | 58 ++++++++++++++---------------
po/ga.gmo | Bin 87436 -> 87436 bytes
po/ga.po | 58 ++++++++++++++---------------
po/gl.gmo | Bin 57842 -> 57842 bytes
po/gl.po | 58 ++++++++++++++---------------
po/hu.gmo | Bin 66679 -> 66679 bytes
po/hu.po | 58 ++++++++++++++---------------
po/id.gmo | Bin 84971 -> 84971 bytes
po/id.po | 58 ++++++++++++++---------------
po/it.gmo | Bin 91722 -> 91722 bytes
po/it.po | 58 ++++++++++++++---------------
po/ja.gmo | Bin 96903 -> 96903 bytes
po/ja.po | 58 ++++++++++++++---------------
po/ko.gmo | Bin 61216 -> 61216 bytes
po/ko.po | 58 ++++++++++++++---------------
po/lt.gmo | Bin 54765 -> 54765 bytes
po/lt.po | 58 ++++++++++++++---------------
po/mutt.pot | 58 ++++++++++++++---------------
po/nl.gmo | Bin 104762 -> 104762 bytes
po/nl.po | 58 ++++++++++++++---------------
po/pl.gmo | Bin 87592 -> 87592 bytes
po/pl.po | 58 ++++++++++++++---------------
po/pt_BR.gmo | Bin 52122 -> 52122 bytes
po/pt_BR.po | 58 ++++++++++++++---------------
po/ru.gmo | Bin 136144 -> 136144 bytes
po/ru.po | 58 ++++++++++++++---------------
po/sk.gmo | Bin 40640 -> 40640 bytes
po/sk.po | 58 ++++++++++++++---------------
po/sv.gmo | Bin 87483 -> 87483 bytes
po/sv.po | 58 ++++++++++++++---------------
po/tr.gmo | Bin 85777 -> 85777 bytes
po/tr.po | 58 ++++++++++++++---------------
po/uk.gmo | Bin 129774 -> 129774 bytes
po/uk.po | 58 ++++++++++++++---------------
po/zh_CN.gmo | Bin 86327 -> 86327 bytes
po/zh_CN.po | 58 ++++++++++++++---------------
po/zh_TW.gmo | Bin 57197 -> 57197 bytes
po/zh_TW.po | 58 ++++++++++++++---------------
send.c | 3 +-
71 files changed, 1030 insertions(+), 953 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e6d4d78..c833c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2016-07-01 13:33 -0700 Kevin McCarthy <kevin at 8t8.us> (7e817890913c)
+
+ * send.c: Check $pgp_autoinline and $pgp_replyinline if oppenc is set.
+ (closes #3846)
+
+ The first oppenc call takes place after the initial checks of
+ $pgp_autoline and $pgp_replyinline, and doesn't go through the pgp
+ menu.
+
+ Therefore, check for $pgp_autoline and $pgp_replyinline if oppenc is
+ set too, to avoid oppenc enabling encryption without INLINE being
+ set in those cases.
+
+ a6a4d6ed0f19 previously cleaned things up so that it is safe to set
+ INLINE even if encryption isn't enabled.
+
+2016-05-24 12:08 -0700 Kevin McCarthy <kevin at 8t8.us> (f1f1af650910)
+
+ * keymap.c: Fix infinite loop when help is bound to a named key
+ combination.
+
+ Commit a07e8215a0ef introduced a bug in km_error_key, which is
+ called when an unbound key is pressed.
+
+ If help is bound to a sequence containing named keys (e.g. <esc>),
+ the raw (untokenized) string would be pushed back into the unget
+ buffer. This could lead to an infinite loop of unbound key presses
+ triggering more unbound keys being put into the unget buffer.
+
+ Change km_error_key to tokenize the string before putting it in the
+ unget buffer.
+
+ Much thanks to Jiri Bohac for his bug report, analysis, and initial
+ patch!
+
+2016-04-30 14:21 -0700 Kevin McCarthy <kevin at 8t8.us> (1ef1e39a7218)
+
+ * ChangeLog, UPDATING, VERSION, po/bg.po, po/ca.po, po/cs.po,
+ po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po,
+ po/eu.po, po/fr.po, po/ga.po, po/gl.po, po/hu.po, po/id.po,
+ po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po,
+ po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
+ po/zh_CN.po, po/zh_TW.po: automatic post-release commit for
+ mutt-1.6.1
+
+2016-04-30 14:23 -0700 Kevin McCarthy <kevin at 8t8.us> (2822cefa33d6)
+
+ * .hgtags: Added tag mutt-1-6-1-rel for changeset 1ef1e39a7218
+
+2016-04-30 14:25 -0700 Kevin McCarthy <kevin at 8t8.us> (e3bc23cbe3d1)
+
+ * .hgsigs: mutt-1.6.1 signed
+
2016-04-27 13:08 -0700 Kevin McCarthy <kevin at 8t8.us> (23334e967dd7)
* Makefile.am, getdomain.c, mutt_sasl.c, mutt_socket.c, mutt_tunnel.c,
diff --git a/UPDATING b/UPDATING
index 479293f..db5cd6f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -4,6 +4,10 @@ mutt. Please read this file carefully when upgrading your installation.
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+1.6.2 (2016-07-06):
+
+ ! Bug fix release. No features were modified or added.
+
1.6.1 (2016-05-01):
! Bug fix release. No features were modified or added.
diff --git a/VERSION b/VERSION
index 9c6d629..fdd3be6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.1
+1.6.2
diff --git a/aclocal.m4 b/aclocal.m4
index 1cbdb7c..2cd0243 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -21,7 +21,7 @@ If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# longlong.m4 serial 17
-dnl Copyright (C) 1999-2007, 2009-2015 Free Software Foundation, Inc.
+dnl Copyright (C) 1999-2007, 2009-2016 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/config.guess b/config.guess
index 1659250..0967f2a 100755
--- a/config.guess
+++ b/config.guess
@@ -1,8 +1,8 @@
#! /bin/sh
# Attempt to guess a canonical system name.
-# Copyright 1992-2015 Free Software Foundation, Inc.
+# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2015-08-20'
+timestamp='2016-04-02'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ timestamp='2015-08-20'
# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
#
# You can get the latest version of this script from:
-# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
#
# Please send patches to <config-patches at gnu.org>.
@@ -50,7 +50,7 @@ version="\
GNU config.guess ($timestamp)
Originally written by Per Bothner.
-Copyright 1992-2015 Free Software Foundation, Inc.
+Copyright 1992-2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -237,6 +237,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
exit ;;
+ *:LibertyBSD:*:*)
+ UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
+ echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
+ exit ;;
*:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit ;;
@@ -268,42 +272,42 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
case "$ALPHA_CPU_TYPE" in
"EV4 (21064)")
- UNAME_MACHINE="alpha" ;;
+ UNAME_MACHINE=alpha ;;
"EV4.5 (21064)")
- UNAME_MACHINE="alpha" ;;
+ UNAME_MACHINE=alpha ;;
"LCA4 (21066/21068)")
- UNAME_MACHINE="alpha" ;;
+ UNAME_MACHINE=alpha ;;
"EV5 (21164)")
- UNAME_MACHINE="alphaev5" ;;
+ UNAME_MACHINE=alphaev5 ;;
"EV5.6 (21164A)")
- UNAME_MACHINE="alphaev56" ;;
+ UNAME_MACHINE=alphaev56 ;;
"EV5.6 (21164PC)")
- UNAME_MACHINE="alphapca56" ;;
+ UNAME_MACHINE=alphapca56 ;;
"EV5.7 (21164PC)")
- UNAME_MACHINE="alphapca57" ;;
+ UNAME_MACHINE=alphapca57 ;;
"EV6 (21264)")
- UNAME_MACHINE="alphaev6" ;;
+ UNAME_MACHINE=alphaev6 ;;
"EV6.7 (21264A)")
- UNAME_MACHINE="alphaev67" ;;
+ UNAME_MACHINE=alphaev67 ;;
"EV6.8CB (21264C)")
- UNAME_MACHINE="alphaev68" ;;
+ UNAME_MACHINE=alphaev68 ;;
"EV6.8AL (21264B)")
- UNAME_MACHINE="alphaev68" ;;
+ UNAME_MACHINE=alphaev68 ;;
"EV6.8CX (21264D)")
- UNAME_MACHINE="alphaev68" ;;
+ UNAME_MACHINE=alphaev68 ;;
"EV6.9A (21264/EV69A)")
- UNAME_MACHINE="alphaev69" ;;
+ UNAME_MACHINE=alphaev69 ;;
"EV7 (21364)")
- UNAME_MACHINE="alphaev7" ;;
+ UNAME_MACHINE=alphaev7 ;;
"EV7.9 (21364A)")
- UNAME_MACHINE="alphaev79" ;;
+ UNAME_MACHINE=alphaev79 ;;
esac
# A Pn.n version is a patched version.
# A Vn.n version is a released version.
# A Tn.n version is a released field test version.
# A Xn.n version is an unreleased experimental baselevel.
# 1.2 uses "1.2" for uname -r.
- echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
exitcode=$?
trap '' 0
@@ -376,16 +380,16 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
exit ;;
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
eval $set_cc_for_build
- SUN_ARCH="i386"
+ SUN_ARCH=i386
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
# This test works for both compilers.
- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+ if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
- (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
- SUN_ARCH="x86_64"
+ SUN_ARCH=x86_64
fi
fi
echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
@@ -410,7 +414,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
exit ;;
sun*:*:4.2BSD:*)
UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
+ test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
case "`/bin/arch`" in
sun3)
echo m68k-sun-sunos${UNAME_RELEASE}
@@ -635,13 +639,13 @@ EOF
sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
case "${sc_cpu_version}" in
- 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
- 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
+ 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
+ 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
532) # CPU_PA_RISC2_0
case "${sc_kernel_bits}" in
- 32) HP_ARCH="hppa2.0n" ;;
- 64) HP_ARCH="hppa2.0w" ;;
- '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
+ 32) HP_ARCH=hppa2.0n ;;
+ 64) HP_ARCH=hppa2.0w ;;
+ '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
esac ;;
esac
fi
@@ -680,11 +684,11 @@ EOF
exit (0);
}
EOF
- (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
+ (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
test -z "$HP_ARCH" && HP_ARCH=hppa
fi ;;
esac
- if [ ${HP_ARCH} = "hppa2.0w" ]
+ if [ ${HP_ARCH} = hppa2.0w ]
then
eval $set_cc_for_build
@@ -697,12 +701,12 @@ EOF
# $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
# => hppa64-hp-hpux11.23
- if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
+ if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
grep -q __LP64__
then
- HP_ARCH="hppa2.0w"
+ HP_ARCH=hppa2.0w
else
- HP_ARCH="hppa64"
+ HP_ARCH=hppa64
fi
fi
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
@@ -807,14 +811,14 @@ EOF
echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit ;;
F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
- FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+ FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
+ FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
exit ;;
5000:UNIX_System_V:4.*:*)
- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
- FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+ FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
exit ;;
i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
@@ -896,7 +900,7 @@ EOF
exit ;;
*:GNU/*:*:*)
# other systems with GNU libc and userland
- echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
+ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
exit ;;
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
@@ -919,7 +923,7 @@ EOF
EV68*) UNAME_MACHINE=alphaev68 ;;
esac
objdump --private-headers /bin/sh | grep -q ld.so.1
- if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
+ if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
arc:Linux:*:* | arceb:Linux:*:*)
@@ -965,6 +969,9 @@ EOF
ia64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
+ k1om:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ exit ;;
m32r*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
@@ -1120,7 +1127,7 @@ EOF
# uname -m prints for DJGPP always 'pc', but it prints nothing about
# the processor, so we play safe by assuming i586.
# Note: whatever this is, it MUST be the same as what config.sub
- # prints for the "djgpp" host, or else GDB configury will decide that
+ # prints for the "djgpp" host, or else GDB configure will decide that
# this is a cross-build.
echo i586-pc-msdosdjgpp
exit ;;
@@ -1269,6 +1276,9 @@ EOF
SX-8R:SUPER-UX:*:*)
echo sx8r-nec-superux${UNAME_RELEASE}
exit ;;
+ SX-ACE:SUPER-UX:*:*)
+ echo sxace-nec-superux${UNAME_RELEASE}
+ exit ;;
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;
@@ -1282,9 +1292,9 @@ EOF
UNAME_PROCESSOR=powerpc
fi
if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+ if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
- (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
case $UNAME_PROCESSOR in
@@ -1306,7 +1316,7 @@ EOF
exit ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)
UNAME_PROCESSOR=`uname -p`
- if test "$UNAME_PROCESSOR" = "x86"; then
+ if test "$UNAME_PROCESSOR" = x86; then
UNAME_PROCESSOR=i386
UNAME_MACHINE=pc
fi
@@ -1337,7 +1347,7 @@ EOF
# "uname -m" is not consistent, so use $cputype instead. 386
# is converted to i386 for consistency with other x86
# operating systems.
- if test "$cputype" = "386"; then
+ if test "$cputype" = 386; then
UNAME_MACHINE=i386
else
UNAME_MACHINE="$cputype"
@@ -1379,7 +1389,7 @@ EOF
echo i386-pc-xenix
exit ;;
i*86:skyos:*:*)
- echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
+ echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
exit ;;
i*86:rdos:*:*)
echo ${UNAME_MACHINE}-pc-rdos
@@ -1390,6 +1400,9 @@ EOF
x86_64:VMkernel:*:*)
echo ${UNAME_MACHINE}-unknown-esx
exit ;;
+ amd64:Isilon\ OneFS:*:*)
+ echo x86_64-unknown-onefs
+ exit ;;
esac
cat >&2 <<EOF
@@ -1399,9 +1412,9 @@ This script, last modified $timestamp, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
- http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+ http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
and
- http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+ http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
If the version you run ($0) is already up to date, please
send the following data and any information you think might be
diff --git a/config.sub b/config.sub
index 1acc966..8d39c4b 100755
--- a/config.sub
+++ b/config.sub
@@ -1,8 +1,8 @@
#! /bin/sh
# Configuration validation subroutine script.
-# Copyright 1992-2015 Free Software Foundation, Inc.
+# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2015-08-20'
+timestamp='2016-03-30'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ timestamp='2015-08-20'
# Otherwise, we print the canonical config type on stdout and succeed.
# You can get the latest version of this script from:
-# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
# This file is supposed to be the same for all GNU packages
# and recognize all the CPU types, system types and aliases
@@ -53,8 +53,7 @@ timestamp='2015-08-20'
me=`echo "$0" | sed -e 's,.*/,,'`
usage="\
-Usage: $0 [OPTION] CPU-MFR-OPSYS
- $0 [OPTION] ALIAS
+Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
Canonicalize a configuration name.
@@ -68,7 +67,7 @@ Report bugs and patches to <config-patches at gnu.org>."
version="\
GNU config.sub ($timestamp)
-Copyright 1992-2015 Free Software Foundation, Inc.
+Copyright 1992-2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -521,7 +520,7 @@ case $basic_machine in
basic_machine=i386-pc
os=-aros
;;
- asmjs)
+ asmjs)
basic_machine=asmjs-unknown
;;
aux)
@@ -1383,7 +1382,7 @@ case $os in
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
- | -bitrig* | -openbsd* | -solidbsd* \
+ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
@@ -1399,7 +1398,8 @@ case $os in
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
+ | -onefs* | -tirtos*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
@@ -1531,6 +1531,8 @@ case $os in
;;
-nacl*)
;;
+ -ios)
+ ;;
-none)
;;
*)
diff --git a/configure b/configure
index 8b37a87..e9eb198 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mutt 1.6.1.
+# Generated by GNU Autoconf 2.69 for mutt 1.6.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mutt'
PACKAGE_TARNAME='mutt'
-PACKAGE_VERSION='1.6.1'
-PACKAGE_STRING='mutt 1.6.1'
+PACKAGE_VERSION='1.6.2'
+PACKAGE_STRING='mutt 1.6.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1382,7 +1382,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures mutt 1.6.1 to adapt to many kinds of systems.
+\`configure' configures mutt 1.6.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1453,7 +1453,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of mutt 1.6.1:";;
+ short | recursive ) echo "Configuration of mutt 1.6.2:";;
esac
cat <<\_ACEOF
@@ -1592,7 +1592,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-mutt configure 1.6.1
+mutt configure 1.6.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2240,7 +2240,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by mutt $as_me 1.6.1, which was
+It was created by mutt $as_me 1.6.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3107,7 +3107,7 @@ fi
# Define the identity of the package.
PACKAGE='mutt'
- VERSION='1.6.1'
+ VERSION='1.6.2'
cat >>confdefs.h <<_ACEOF
@@ -13464,7 +13464,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by mutt $as_me 1.6.1, which was
+This file was extended by mutt $as_me 1.6.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13530,7 +13530,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-mutt config.status 1.6.1
+mutt config.status 1.6.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/doc/index.html b/doc/index.html
index 038974b..ed3410b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -26,7 +26,7 @@ div.note { margin-bottom: 5px; }
tr { vertical-align: top; }
.comment { color:#707070; }
- </style></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The Mutt E-Mail Client</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="intro.html">Next</a></td></tr></table><hr /></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="idm46400884658032"></a>The Mutt E-Mail Client</h1></div><div><div class=" [...]
+ </style></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The Mutt E-Mail Client</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="intro.html">Next</a></td></tr></table><hr /></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="idm1"></a>The Mutt E-Mail Client</h1></div><div><div class="author"><h3 c [...]
<span class="quote">“<span class="quote">All mail clients suck. This one just sucks less.</span>”</span> —
me, circa 1995
</p></div></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="chapter"><a href="intro.html">1. Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a href="intro.html#homepage">1. Mutt Home Page</a></span></dt><dt><span class="sect1"><a href="intro.html#muttlists">2. Mailing Lists</a></span></dt><dt><span class="sect1"><a href="intro.html#distribution">3. Getting Mutt</a></span></dt><dt><span class="sect1"><a href="in [...]
\ No newline at end of file
diff --git a/doc/manual.html b/doc/manual.html
index d332b36..4a7a4fb 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -26,7 +26,7 @@ div.note { margin-bottom: 5px; }
tr { vertical-align: top; }
.comment { color:#707070; }
- </style></head><body><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="idm45585861063456"></a>The Mutt E-Mail Client</h1></div><div><div class="author"><h3 class="author"><span class="firstname">Michael</span> <span class="surname">Elkins</span></h3><code class="email"><<a class="email" href="mailto:me at cs.hmc.edu">me at cs.hmc.edu</a>></code></div></div><div><p class="releaseinfo">version 1.6.1 (2016-04-27)</p></div><div><div class="abstract"><p class="ti [...]
+ </style></head><body><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="idm1"></a>The Mutt E-Mail Client</h1></div><div><div class="author"><h3 class="author"><span class="firstname">Michael</span> <span class="surname">Elkins</span></h3><code class="email"><<a class="email" href="mailto:me at cs.hmc.edu">me at cs.hmc.edu</a>></code></div></div><div><p class="releaseinfo">version 1.6.2 (2016-07-01)</p></div><div><div class="abstract"><p class="title"><strong> [...]
<span class="quote">“<span class="quote">All mail clients suck. This one just sucks less.</span>”</span> —
me, circa 1995
</p></div></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="chapter"><a href="#intro">1. Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a href="#homepage">1. Mutt Home Page</a></span></dt><dt><span class="sect1"><a href="#muttlists">2. Mailing Lists</a></span></dt><dt><span class="sect1"><a href="#distribution">3. Getting Mutt</a></span></dt><dt><span class="sect1"><a href="#irc">4. Mutt Online Resources</a></ [...]
diff --git a/doc/manual.txt b/doc/manual.txt
index bf43714..ac4754d 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -4,7 +4,7 @@ Michael Elkins
<[1]mmee@@ccss..hhmmcc..eedduu>
- version 1.6.1 (2016-04-27)
+ version 1.6.2 (2016-07-01)
_A_b_s_t_r_a_c_t
diff --git a/keymap.c b/keymap.c
index 43a9050..09bef6b 100644
--- a/keymap.c
+++ b/keymap.c
@@ -326,11 +326,10 @@ static char *get_func (const struct binding_t *bindings, int op)
}
/* Parses s for <function> syntax and adds the whole sequence to
- * the macro buffer.
- *
- * This should be used for macros, push, and exec commands only.
+ * either the macro or unget buffer. This function is invoked by the next
+ * two defines below.
*/
-static void tokenize_push_macro_string (char *s)
+static void generic_tokenize_push_string (char *s, void (*generic_push) (int, int))
{
char *pp, *p = s + mutt_strlen (s) - 1;
size_t l;
@@ -348,7 +347,7 @@ static void tokenize_push_macro_string (char *s)
{
if ((i = parse_fkey (pp)) > 0)
{
- mutt_push_macro_event (KEY_F (i), 0);
+ generic_push (KEY_F (i), 0);
p = pp - 1;
continue;
}
@@ -362,7 +361,7 @@ static void tokenize_push_macro_string (char *s)
if (KeyNames[i].name)
{
/* found a match */
- mutt_push_macro_event (KeyNames[i].value, 0);
+ generic_push (KeyNames[i].value, 0);
p = pp - 1;
continue;
}
@@ -382,16 +381,21 @@ static void tokenize_push_macro_string (char *s)
if (op != OP_NULL)
{
- mutt_push_macro_event (0, op);
+ generic_push (0, op);
p = pp - 1;
continue;
}
}
}
- mutt_push_macro_event ((unsigned char)*p--, 0); /* independent 8 bits chars */
+ generic_push ((unsigned char)*p--, 0); /* independent 8 bits chars */
}
}
+/* This should be used for macros, push, and exec commands only. */
+#define tokenize_push_macro_string(s) generic_tokenize_push_string (s, mutt_push_macro_event)
+/* This should be used for other unget operations. */
+#define tokenize_unget_string(s) generic_tokenize_push_string (s, mutt_unget_event)
+
static int retry_generic (int menu, keycode_t *keys, int keyslen, int lastkey)
{
if (menu != MENU_EDITOR && menu != MENU_GENERIC && menu != MENU_PAGER)
@@ -844,7 +848,7 @@ void km_error_key (int menu)
}
/* make sure the key is really the help key in this menu */
- mutt_unget_string (buf);
+ tokenize_unget_string (buf);
if (km_dokey (menu) != OP_HELP)
{
mutt_error _("Key is not bound.");
diff --git a/po/bg.gmo b/po/bg.gmo
index 6ccdb9a..c522a10 100644
Binary files a/po/bg.gmo and b/po/bg.gmo differ
diff --git a/po/bg.po b/po/bg.po
index f5952b9..2eca006 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.5.5.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CP1251\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -347,7 +347,7 @@ msgstr "mono:
msgid "%s: no such attribute"
msgstr "%s: ���� ����� �������"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "������������ ���������"
@@ -668,7 +668,7 @@ msgstr "
msgid "You may not delete the only attachment."
msgstr "�� ���� �� �������� ������������ ���� �� �������."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "��� IDN � \"%s\": '%s'"
@@ -1493,7 +1493,7 @@ msgstr "
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "������� �� � ���������."
@@ -2669,67 +2669,67 @@ msgstr ""
msgid "out of arguments"
msgstr "������������ ���������"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "������ � ����� �� �������."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "������������ �������� ����������."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "������������ �������� ����������. ����������� '%s' �� �����."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: ������ ����� ���������"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: ���� ������ ����"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "������ ���������������� �� �������"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: ������ ����� ���������"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: ��������� �������"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: ������ ���������������� �� �������"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: ������ ����� ���������"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: ������� ���������"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: ���� ������ �������"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "�������� ������� (^G �� ����������): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "������ = %s, ������� = %o, ��������� = %d"
@@ -4311,44 +4311,44 @@ msgstr "
msgid "Aborted unmodified message."
msgstr "������������� ����� � �������."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "������� � �������� ���� �������."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "�� �� ������� ����������!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "�� �� ������� ����������."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "������ ���� �� �������. ������� �� �� ���������� �����������?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "������ ����."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "��������� �� �������..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "������� ������������ ���� �����"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "������� �� ���� �� ���� ���������."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "������� � ��������o."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "��������� �� ����� ���."
diff --git a/po/ca.gmo b/po/ca.gmo
index acff7de..07744bf 100644
Binary files a/po/ca.gmo and b/po/ca.gmo differ
diff --git a/po/ca.po b/po/ca.po
index 6a0aae0..0619788 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -49,7 +49,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-23 20:29+0100\n"
"Last-Translator: Ivan Vilata i Balaguer <ivan at selidor.net>\n"
"Language-Team: Catalan <ca at dodds.net>\n"
@@ -396,7 +396,7 @@ msgstr "%s: L’atribut no existeix."
# ivb (2001/12/08)
# ivb També apareix com a error aïllat.
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "Manquen arguments."
@@ -736,7 +736,7 @@ msgid "You may not delete the only attachment."
msgstr "No es pot esborrar l’única adjunció."
# El primer camp és una capçalera de correu. ivb
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "L’IDN de «%s» no és vàlid: %s"
@@ -1605,7 +1605,7 @@ msgstr "S’està invocant PGP…"
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "No s’ha pogut enviar el missatge en línia. Emprar PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "No s’ha enviat el missatge."
@@ -2789,67 +2789,67 @@ msgstr "-group: No s’ha indicat el nom del grup."
msgid "out of arguments"
msgstr "Manquen arguments."
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Les macros es troben inhabilitades en aquest moment."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "S’ha detectat un bucle entre macros."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "La tecla no està vinculada."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "La tecla no està vinculada. Premeu «%s» per a obtenir ajuda."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: Sobren arguments."
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: El menú no existeix."
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "La seqüència de tecles és nul·la."
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: Sobren arguments."
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: La funció no es troba al mapa."
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: La seqüència de tecles és buida."
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: Sobren arguments."
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: Manquen arguments."
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: La funció no existeix."
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Premeu les tecles («^G» avorta): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Caràcter = %s, Octal = %o, Decimal = %d"
@@ -4485,44 +4485,44 @@ msgstr "Voleu avortar el missatge no modificat?"
msgid "Aborted unmodified message."
msgstr "S’avorta el missatge no modificat."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "S’ha posposat el missatge."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "No s’ha indicat cap destinatari."
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "No s’ha indicat cap destinatari."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "No hi ha assumpte; voleu avortar l’enviament?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "No s’ha indicat l’assumpte."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "S’està enviant el missatge…"
# El nom «Fcc» és bastant entenedor per a l’usuari si l’ha especificat. ivb
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Voleu desar les adjuncions a l’Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "No s’ha pogut enviar el missatge."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "S’ha enviat el missatge."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "S’està enviant en segon pla."
diff --git a/po/cs.gmo b/po/cs.gmo
index 7f38ea7..b94f051 100644
Binary files a/po/cs.gmo and b/po/cs.gmo differ
diff --git a/po/cs.po b/po/cs.po
index bb1715d..3a49855 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt ec1ebdf1e088\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-19 21:53+01:00\n"
"Last-Translator: Petr Písař <petr.pisar at atlas.cz>\n"
"Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -342,7 +342,7 @@ msgstr "mono: příliš málo argumentů"
msgid "%s: no such attribute"
msgstr "Atribut %s není definován."
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "příliš málo argumentů"
@@ -660,7 +660,7 @@ msgstr "Pozor: „%s“ není platné IDN."
msgid "You may not delete the only attachment."
msgstr "Nemůžete smazat jedinou přílohu."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Neplatné IDN v \"%s\": „%s“"
@@ -1457,7 +1457,7 @@ msgstr "Spouští se PGP…"
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Zprávu nelze poslat vloženou do textu. Použít PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Zpráva nebyla odeslána."
@@ -2579,67 +2579,67 @@ msgstr "-group: chybí jméno skupiny"
msgid "out of arguments"
msgstr "příliš málo argumentů"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Makra jsou nyní vypnuta."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Detekována smyčka v makru."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Klávesa není svázána s žádnou funkcí."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Klávesa není svázána. Stiskněte „%s“ pro nápovědu."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: příliš mnoho argumentů"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "menu %s neexistuje"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "prázdný sled kláves"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: příliš mnoho argumentů"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "funkce %s není v mapě"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: sled kláves je prázdný"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: příliš mnoho argumentů"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: žádné argumenty"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "funkce %s není známa"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Zadejte klávesy (nebo stiskněte ^G pro zrušení): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Znak = %s, Osmičkově = %o, Desítkově = %d"
@@ -4184,43 +4184,43 @@ msgstr "Zahodit nezměněnou zprávu?"
msgid "Aborted unmodified message."
msgstr "Nezměněná zpráva byla zahozena."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Zpráva byla odložena."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Nejsou zadáni příjemci!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Nebyli zadání příjemci."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Žádná věc, zrušit odeslání?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Věc nebyla zadána."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Posílám zprávu…"
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Uložit do Fcc přílohy?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Zprávu nelze odeslat."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Zpráva odeslána."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Zasílám na pozadí."
diff --git a/po/da.gmo b/po/da.gmo
index a1bde61..54eb8cb 100644
Binary files a/po/da.gmo and b/po/da.gmo differ
diff --git a/po/da.po b/po/da.po
index ebc682c..c184d82 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-20 20:39+0100\n"
"Last-Translator: Morten Bo Johansen <mbj at spamcop.net>\n"
"Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -339,7 +339,7 @@ msgstr "mono: for få parametre"
msgid "%s: no such attribute"
msgstr "%s: ukendt attribut"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "for få parametre"
@@ -655,7 +655,7 @@ msgstr "Advarsel: '%s' er et forkert IDN."
msgid "You may not delete the only attachment."
msgstr "Brevets eneste del kan ikke slettes."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Forkert IDN i \"%s\": '%s'"
@@ -1445,7 +1445,7 @@ msgstr "Starter PGP ..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Brevet kan ikke sendes integreret. Brug PGP/MIME i stedet?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Brev ikke sendt."
@@ -2559,67 +2559,67 @@ msgstr "-group: intet gruppenavn"
msgid "out of arguments"
msgstr "parametre slap op"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Makroer er deaktiveret for øjeblikket."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Makro-sløjfe opdaget."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Tasten er ikke tillagt en funktion."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Tasten er ikke tillagt en funktion. Tast '%s' for hjælp."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: For mange parametre"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: ukendt menu"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "tom tastesekvens"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: for mange parametre"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: ukendt funktion"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: tom tastesekvens"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: for mange parametre"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: ingen parametre"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: ukendt funktion"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Anfør nøgler (^G afbryder): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Tegn = %s, oktalt = %o, decimalt = %d"
@@ -4150,43 +4150,43 @@ msgstr "Annullér uændret brev?"
msgid "Aborted unmodified message."
msgstr "Annullerede uændret brev."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Brev tilbageholdt."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Ingen modtagere er anført!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Ingen modtagere blev anført."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Intet emne, undlad at sende?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Intet emne er angivet."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Sender brev ..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Gem bilag i Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Kunne ikke sende brevet."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Brev sendt."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Sender i baggrunden."
diff --git a/po/de.gmo b/po/de.gmo
index 5b52642..06336e3 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index e85a1d2..518a348 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.5.20\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2008-05-18 10:28+0200\n"
"Last-Translator: Rocco Rutte <pdmef at gmx.net>\n"
"Language-Team: German <mutt-po at mutt.org>\n"
@@ -337,7 +337,7 @@ msgstr "mono: Zu wenige Parameter."
msgid "%s: no such attribute"
msgstr "%s: Attribut unbekannt."
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "Zu wenige Parameter."
@@ -656,7 +656,7 @@ msgstr "Warnung: '%s' ist eine ung
msgid "You may not delete the only attachment."
msgstr "Der einzige Nachrichtenteil kann nicht gel�scht werden."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Ung�ltige IDN in \"%s\": '%s'"
@@ -1457,7 +1457,7 @@ msgstr "Rufe PGP auf..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Nachricht kann nicht inline verschickt werden. PGP/MIME verwenden?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Nachricht nicht verschickt."
@@ -2597,67 +2597,67 @@ msgstr "-group: Kein Gruppen Name"
msgid "out of arguments"
msgstr "Zu wenige Parameter"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Makro-Schleife!"
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Taste ist nicht belegt."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Taste ist nicht belegt. Dr�cken Sie '%s' f�r Hilfe."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: Zu viele Argumente"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "Men� \"%s\" existiert nicht"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "Leere Tastenfolge"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: Zu viele Argumente"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: Funktion unbekannt"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: Leere Tastenfolge"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: Zu viele Parameter"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: Keine Parameter"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: Funktion unbekannt"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Tasten dr�cken (^G zum Abbrechen): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Char = %s, Oktal = %o, Dezimal = %d"
@@ -4199,43 +4199,43 @@ msgstr "Unver
msgid "Aborted unmodified message."
msgstr "Unver�nderte Nachricht verworfen."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Nachricht zur�ckgestellt."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Es wurden keine Empf�nger angegeben!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Es wurden keine Empf�nger angegeben!"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Kein Betreff, Versand abbrechen?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Kein Betreff."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Verschicke Nachricht..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Anh�nge in Fcc-Mailbox speichern?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Konnte Nachricht nicht verschicken."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Nachricht verschickt."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Verschicke im Hintergrund."
diff --git a/po/el.gmo b/po/el.gmo
index b6dfc2f..6adbaa8 100644
Binary files a/po/el.gmo and b/po/el.gmo differ
diff --git a/po/el.po b/po/el.po
index 27918ba..e4b225c 100644
--- a/po/el.po
+++ b/po/el.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt-1.5.7i\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2005-02-01 00:01GMT+2\n"
"Last-Translator: Dokianakis Fanis <madf at hellug.gr>\n"
"Language-Team: Greek <EL at li.org>\n"
@@ -422,7 +422,7 @@ msgid "%s: no such attribute"
msgstr "%s: ��� ������� ������ ��������"
#
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "���� ���� ��������"
@@ -802,7 +802,7 @@ msgstr "
msgid "You may not delete the only attachment."
msgstr "��� �������� �� ���������� �� �������� ����������."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "���������� ������� ��������� IDN ��� \"%s\": '%s'"
@@ -1755,7 +1755,7 @@ msgstr ""
"MIME;"
#
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "�� ������ ��� ������."
@@ -3115,81 +3115,81 @@ msgstr ""
msgid "out of arguments"
msgstr "���� ���� ��������"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
#
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "����������� ������� ������������."
#
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "�� ������� ��� ����� �����������."
#
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "�� ������� ��� ����� �����������. ������� '%s' ��� �������."
#
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: ���� ����� ��������"
#
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: ��� ������� ������ �����"
#
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "���� ��������� ��������"
#
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: ���� ����� ��������"
#
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: ��� ���� ���������� ������ ����������"
#
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: ����� ��������� ��������"
#
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: ���� ������ ����������"
#
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: ������� ��������"
#
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: ��� ������� ������ ����������"
#
# pgp.c:1200
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "�������� ������� (^G ��� ��������): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "������ = %s, ��������� = %o, ��������� = %d"
@@ -5007,53 +5007,53 @@ msgid "Aborted unmodified message."
msgstr "�������� ��������� �� �������������� ���������."
#
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "�� ������ ��������."
#
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "��� ����� ���������� ����������!"
#
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "��� ������������ ����������."
#
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "��� ������� ����, ������� ���������;"
#
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "��� ����������� ����."
#
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "�������� ���������..."
#
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "���������� ��� ����������� �� �������"
#
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "�������� ��������� ��� ���������."
#
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "�� ������ ������."
#
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "�������� ��� ����������."
diff --git a/po/eo.gmo b/po/eo.gmo
index cee5f80..db89234 100644
Binary files a/po/eo.gmo and b/po/eo.gmo differ
diff --git a/po/eo.po b/po/eo.po
index 87dc5a3..324fa30 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-24 15:09+0100\n"
"Last-Translator: Benno Schulenberg <benno at vertaalt.nl>\n"
"Language-Team: Esperanto <translation-team-eo at lists.sourceforge.net>\n"
@@ -343,7 +343,7 @@ msgstr "mono: nesufiĉe da argumentoj"
msgid "%s: no such attribute"
msgstr "%s: nekonata trajto"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "nesufiĉe da argumentoj"
@@ -659,7 +659,7 @@ msgstr "Averto: '%s' estas malbona IDN."
msgid "You may not delete the only attachment."
msgstr "Vi ne povas forviŝi la solan parton."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Malbona IDN en \"%s\": '%s'"
@@ -1452,7 +1452,7 @@ msgstr "Alvokas PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Ne eblas sendi mesaĝon entekste. Ĉu refali al PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Mesaĝo ne sendita."
@@ -2568,67 +2568,67 @@ msgstr "-group: mankas gruponomo"
msgid "out of arguments"
msgstr "nesufiĉe da argumentoj"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Makrooj estas nuntempe malŝaltitaj."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Cirkla makroo trovita."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Klavo ne estas difinita."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Klavo ne estas difinita. Premu '%s' por helpo."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: tro da argumentoj"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: nekonata menuo"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "malplena klavoserio"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: tro da argumentoj"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: nekonata funkcio"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: malplena klavoserio"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: tro da argumentoj"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: mankas argumentoj"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: funkcio ne ekzistas"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Donu ŝlosilojn (^G por nuligi): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Signo = %s, Okume = %o, Dekume = %d"
@@ -4156,43 +4156,43 @@ msgstr "Ĉu nuligi nemodifitan mesaĝon?"
msgid "Aborted unmodified message."
msgstr "Nemodifita mesaĝon nuligita"
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Mesaĝo prokrastita."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Neniu ricevanto estas specifita!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Neniuj ricevantoj estis specifitaj."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Mankas temlinio; ĉu haltigi sendon?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Temlinio ne specifita."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Sendas mesaĝon..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Ĉu konservi parton en Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Ne eblis sendi la mesaĝon."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Mesaĝo sendita."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Sendas en fono."
diff --git a/po/es.gmo b/po/es.gmo
index 6106812..8988881 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index abe7bd1..f3900ae 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt 1.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2001-06-08 19:44+02:00\n"
"Last-Translator: Boris Wesslowski <Boris at Wesslowski.com>\n"
"Language-Team: -\n"
@@ -345,7 +345,7 @@ msgstr "mono: faltan par
msgid "%s: no such attribute"
msgstr "%s: atributo desconocido"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "Faltan par�metros"
@@ -669,7 +669,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr "No puede borrar la �nica pieza."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1504,7 +1504,7 @@ msgstr "Invocando PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Mensaje no enviado."
@@ -2683,69 +2683,69 @@ msgstr ""
msgid "out of arguments"
msgstr "Faltan par�metros"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Bucle de macros detectado."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "La tecla no tiene enlace a una funci�n."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Tecla sin enlace. Presione '%s' para obtener ayuda."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: demasiados par�metros"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: men� desconocido"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "sequencia de teclas vac�a"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: demasiados par�metros"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: funci�n deconocida"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: sequencia de teclas vac�a"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: demasiados par�metros"
-#: keymap.c:1091
+#: keymap.c:1095
#, fuzzy
msgid "exec: no arguments"
msgstr "exec: faltan par�metros"
-#: keymap.c:1111
+#: keymap.c:1115
#, fuzzy, c-format
msgid "%s: no such function"
msgstr "%s: funci�n deconocida"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "Entre keyID para %s: "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4305,44 +4305,44 @@ msgstr "
msgid "Aborted unmodified message."
msgstr "Mensaje sin cambios cancelado."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Mensaje pospuesto."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "�No especific� destinatarios!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "No especific� destinatarios."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Falta el asunto, �cancelar env�o?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Asunto no fue especificado."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Enviando mensaje..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "mostrar archivos adjuntos como texto"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "No se pudo enviar el mensaje."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Mensaje enviado."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Enviando en un proceso en segundo plano."
diff --git a/po/et.gmo b/po/et.gmo
index 96db418..933f08a 100644
Binary files a/po/et.gmo and b/po/et.gmo differ
diff --git a/po/et.po b/po/et.po
index b6c49da..759d0f5 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt 1.5.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2002-12-09 17:19+02:00\n"
"Last-Translator: Toomas Soome <tsoome at muhv.pri.ee>\n"
"Language-Team: Estonian <et at li.org>\n"
@@ -344,7 +344,7 @@ msgstr "mono: liiga v
msgid "%s: no such attribute"
msgstr "%s. sellist atribuuti pole"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "liiga v�he argumente"
@@ -665,7 +665,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr "Ainukest lisa ei saa kustutada."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1486,7 +1486,7 @@ msgstr "K
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Kirja ei saadetud."
@@ -2651,68 +2651,68 @@ msgstr ""
msgid "out of arguments"
msgstr "liiga v�he argumente"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Tuvastasin makros ts�kli."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Klahv ei ole seotud."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Klahv ei ole seotud. Abiinfo saamiseks vajutage '%s'."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: liiga palju argumente"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: sellist men��d ei ole"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "t�hi klahvij�rjend"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: iiga palju argumente"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: sellist funktsiooni tabelis ei ole"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "makro: t�hi klahvij�rjend"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "makro: liiga palju argumente"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: argumente pole"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: sellist funktsiooni pole"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "Sisestage kasutaja teatele %s: "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4285,44 +4285,44 @@ msgstr "Katkestan muutmata teate?"
msgid "Aborted unmodified message."
msgstr "Katkestasin muutmata teate saatmise."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Teade j�eti postitusootele."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Kirja saajaid pole m��ratud!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Kirja saajaid ei m��ratud!"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Teema puudub, katkestan saatmise?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Teema puudub."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Saadan teadet..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "vaata lisa tekstina"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Teadet ei �nnestu saata."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Teade on saadetud."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Saadan taustal."
diff --git a/po/eu.gmo b/po/eu.gmo
index be9eeb9..4943d29 100644
Binary files a/po/eu.gmo and b/po/eu.gmo differ
diff --git a/po/eu.po b/po/eu.po
index fb9577d..d933def 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2008-05-20 22:39+0200\n"
"Last-Translator: Piarres Beobide <pi at beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -339,7 +339,7 @@ msgstr "mono: argumentu gutxiegi"
msgid "%s: no such attribute"
msgstr "%s: ez da atributua aurkitu"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "argumentu gutxiegi"
@@ -658,7 +658,7 @@ msgstr "Kontuz: '%s' IDN okerra da."
msgid "You may not delete the only attachment."
msgstr "Ezin duzu gehigarri bakarra ezabatu."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "IDN okerra \"%s\"-n: '%s'"
@@ -1458,7 +1458,7 @@ msgstr "PGP deitzen..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Mezua ezin da erantsia bidali. PGP/MIME erabiltzea itzuli?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Eposta ez da bidali."
@@ -2594,67 +2594,67 @@ msgstr "-group: ez dago talde izenik"
msgid "out of arguments"
msgstr "argumentu gehiegi"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Makro begizta aurkitua."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Letra ez dago mugaturik."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Letra ez dago mugaturik. %s jo laguntzarako."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: argumentu gutxiegi"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: ez da menurik"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "baloigabeko sekuentzi gakoa"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind:argumentu gehiegi"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: ez da horrelako funtziorik aurkitu mapan"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: sekuentzi gako hutsa"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "makro: argumentu gutxiegi"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: ez da argumenturik"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: ez da funtziorik"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Sartu gakoak (^G uzteko): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Kar = %s, Zortziko = %o, hamarreko = %d"
@@ -4177,44 +4177,44 @@ msgstr "Aldatugabeko mezua ezeztatu?"
msgid "Aborted unmodified message."
msgstr "Aldatugabeko mezua ezeztatuta."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Mezua atzeraturik."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Ez da hartzailerik eman!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Ez zen hartzailerik eman."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Ez dago gairik, bidalketa ezeztatzen?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Ez da gairik ezarri."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Mezua bidaltzen..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "gehigarriak testua balira ikusi"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Ezin da mezua bidali."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Mezua bidalirik."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Bigarren planoan bidaltzen."
diff --git a/po/fr.gmo b/po/fr.gmo
index 078fd11..1e058a2 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index 6ccf954..f275022 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-21 01:29+0100\n"
"Last-Translator: Vincent Lefevre <vincent at vinc17.net>\n"
"Language-Team: Vincent Lefevre <vincent at vinc17.net>\n"
@@ -368,7 +368,7 @@ msgstr "mono : pas assez d'arguments"
msgid "%s: no such attribute"
msgstr "%s : cet attribut n'existe pas"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "pas assez d'arguments"
@@ -696,7 +696,7 @@ msgstr "Attention : '%s' est un mauvais IDN."
msgid "You may not delete the only attachment."
msgstr "Vous ne pouvez pas supprimer l'unique attachement."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Mauvais IDN dans « %s » : '%s'"
@@ -1510,7 +1510,7 @@ msgstr "Appel de PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Le message ne peut pas être envoyé en ligne. Utiliser PGP/MIME ?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Message non envoyé."
@@ -2695,72 +2695,72 @@ msgstr "-group: pas de nom de groupe"
msgid "out of arguments"
msgstr "à court d'arguments"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Les macros sont actuellement désactivées."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Boucle de macro détectée."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Cette touche n'est pas affectée."
# , c-format
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Cette touche n'est pas affectée. Tapez '%s' pour avoir l'aide."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push : trop d'arguments"
# , c-format
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s : ce menu n'existe pas"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "séquence de touches nulle"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind : trop d'arguments"
# , c-format
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s : cette fonction n'existe pas dans la table"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro : séquence de touches vide"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro : trop d'arguments"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec : pas d'arguments"
# , c-format
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s : cette fonction n'existe pas"
# , c-format
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Entrez des touches (^G pour abandonner) : "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Caractère = %s, Octal = %o, Decimal = %d"
@@ -4355,43 +4355,43 @@ msgstr "Message non modifié. Abandonner ?"
msgid "Aborted unmodified message."
msgstr "Message non modifié. Abandon."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Message ajourné."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Aucun destinataire spécifié !"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Aucun destinataire spécifié."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Pas d'objet (Subject), abandonner l'envoi ?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Pas d'objet (Subject) spécifié."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Envoi du message..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Sauver les attachements dans Fcc ?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Impossible d'envoyer le message."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Message envoyé."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Envoi en tâche de fond."
diff --git a/po/ga.gmo b/po/ga.gmo
index 180fc1f..0ec9ccd 100644
Binary files a/po/ga.gmo and b/po/ga.gmo differ
diff --git a/po/ga.po b/po/ga.po
index f92e964..a363b98 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt 1.5.12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2006-10-16 14:22-0500\n"
"Last-Translator: Kevin Patrick Scannell <scannell at SLU.EDU>\n"
"Language-Team: Irish <ga at li.org>\n"
@@ -343,7 +343,7 @@ msgstr "mono: n
msgid "%s: no such attribute"
msgstr "%s: n�l a leith�id d'aitreab�id ann"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "n�l go leor arg�int� ann"
@@ -662,7 +662,7 @@ msgstr "Rabhadh: is drochIDN '%s'."
msgid "You may not delete the only attachment."
msgstr "N� f�idir leat an t-iat�n amh�in a scriosadh."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "DrochIDN i \"%s\": '%s'"
@@ -1464,7 +1464,7 @@ msgstr "PGP
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "N� f�idir an teachtaireacht a sheoladh inl�ne. �s�id PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "N�or seoladh an post."
@@ -2611,67 +2611,67 @@ msgstr "-group: gan ainm gr
msgid "out of arguments"
msgstr "n�l go leor arg�int� ann"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Braitheadh l�b i macra�."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Eochair gan cheangal."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Eochair gan cheangal. Br�igh '%s' chun cabhr� a fh�il."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: an iomarca arg�int�"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: n�l a leith�id de roghchl�r ann"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "seicheamh neamhbhail�"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: an iomarca arg�int�"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: n�l a leith�id d'fheidhm sa mhapa"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macra: seicheamh folamh eochrach"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: an iomarca arg�int�"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: n�l aon arg�int"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: n�l a leith�id d'fheidhm ann"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Iontr�il eochracha (^G chun scor):"
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Car = %s, Ochtn�rtha = %o, Deach�lach = %d"
@@ -4214,44 +4214,44 @@ msgstr "Tobscoir an teachtaireacht seo (gan athr
msgid "Aborted unmodified message."
msgstr "Tobscoireadh teachtaireacht gan athr�."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Cuireadh an teachtaireacht ar athl�."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "N�l aon fhaighteoir ann!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "N�or sonra�odh aon fhaighteoir."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "N�or sonra�odh aon �bhar, tobscoir?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "N�or sonra�odh aon �bhar."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Teachtaireacht � seoladh..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "f�ach ar an iat�n mar th�acs"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "N�orbh fh�idir an teachtaireacht a sheoladh."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Seoladh an teachtaireacht."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "� seoladh sa ch�lra."
diff --git a/po/gl.gmo b/po/gl.gmo
index 59667c9..e945a59 100644
Binary files a/po/gl.gmo and b/po/gl.gmo differ
diff --git a/po/gl.po b/po/gl.po
index 3c43021..2daf796 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2001-04-22 22:05+0200\n"
"Last-Translator: Roberto Suarez Soto <ask4it at bigfoot.com>\n"
"Language-Team: Galician <trasno at ceu.fi.udc.es>\n"
@@ -348,7 +348,7 @@ msgstr "mono: par
msgid "%s: no such attribute"
msgstr "%s: non hai tal atributo"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "par�metros insuficientes"
@@ -673,7 +673,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr "Non podes borra-lo �nico adxunto."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1512,7 +1512,7 @@ msgstr "Chamando
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Mensaxe non enviada."
@@ -2695,69 +2695,69 @@ msgstr ""
msgid "out of arguments"
msgstr "par�metros insuficientes"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Bucle de macro detectado."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "A tecla non est� vinculada."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "A tecla non est� vinculada. Pulsa '%s' para axuda."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: demasiados par�metros"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: non hai tal men�"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "secuencia de teclas nula"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: demasiados argumentos"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: funci�n desco�ecida"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: secuencia de teclas baleira"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: demasiados par�metros"
-#: keymap.c:1091
+#: keymap.c:1095
#, fuzzy
msgid "exec: no arguments"
msgstr "exec: par�metros insuficientes"
-#: keymap.c:1111
+#: keymap.c:1115
#, fuzzy, c-format
msgid "%s: no such function"
msgstr "%s: funci�n desco�ecida"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "Introduza keyID para %s: "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4329,44 +4329,44 @@ msgstr "
msgid "Aborted unmodified message."
msgstr "Mensaxe sen modificar cancelada."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Mensaxe posposta."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "�Non se especificaron destinatarios!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Non se especificaron destinatarios."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Non hai tema, �cancela-lo env�o?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Non se especificou tema."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Enviando mensaxe..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "ver adxunto como texto"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Non foi posible envia-la mensaxe."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Mensaxe enviada."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Mandando en segundo plano."
diff --git a/po/hu.gmo b/po/hu.gmo
index 2d3b52a..d31bf58 100644
Binary files a/po/hu.gmo and b/po/hu.gmo differ
diff --git a/po/hu.po b/po/hu.po
index a2594c2..0dd31a7 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.5.4i\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2003-08-01 13:56+0000\n"
"Last-Translator: Szabolcs Horv�th <horvaths at fi.inf.elte.hu>\n"
"Language-Team: LME Magyaritasok Lista <magyar at lists.linux.hu>\n"
@@ -345,7 +345,7 @@ msgstr "mono: t
msgid "%s: no such attribute"
msgstr "%s: nincs ilyen attrib�tum"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "t�l kev�s param�ter"
@@ -665,7 +665,7 @@ msgstr "Figyelmeztet
msgid "You may not delete the only attachment."
msgstr "Az egyetlen mell�klet nem t�r�lhet�."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Hib�s IDN \"%s\": '%s'"
@@ -1492,7 +1492,7 @@ msgstr "PGP bet
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "A lev�l nem lett elk�ldve."
@@ -2662,67 +2662,67 @@ msgstr ""
msgid "out of arguments"
msgstr "t�l kev�s param�ter"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "V�gtelen ciklus a makr�ban."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "A billenty�h�z nincs funkci� rendelve."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "A billenty�h�z nincs funkci� rendelve. A s�g�hoz nyomd meg a '%s'-t."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: t�l sok param�ter"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: nincs ilyen men�"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "�res billenty�zet-szekvencia"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: t�l sok param�ter"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: ismeretlen funkci�"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: �res billenty�zet-szekvencia"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: t�l sok param�ter"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: nincs param�ter"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: nincs ilyen funkci�"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Add meg a kulcsokat (^G megszak�t�s): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Karakter = %s, Okt�lis = %o, Decim�lis = %d"
@@ -4310,44 +4310,44 @@ msgstr "Megszak
msgid "Aborted unmodified message."
msgstr "Nem m�dos�tott levelet megszak�tottam."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "A lev�l el lett halasztva."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Nincs c�mzett megadva!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Nem volt c�mzett megadva."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Nincs t�rgy, megszak�tsam a k�ld�st?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Nincs t�rgy megadva."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Lev�l elk�ld�se..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "mell�klet megtekint�se sz�vegk�nt"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Nem tudtam a levelet elk�ldeni."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Lev�l elk�ldve."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "K�ld�s a h�tt�rben."
diff --git a/po/id.gmo b/po/id.gmo
index 1f8328e..2720e1b 100644
Binary files a/po/id.gmo and b/po/id.gmo differ
diff --git a/po/id.po b/po/id.po
index 5810f71..a7c63e8 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.5.17\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2007-11-07 10:39+1100\n"
"Last-Translator: Ronny Haryanto <ronny at haryan.to>\n"
"Language-Team: Indonesian <web at linux.or.id>\n"
@@ -343,7 +343,7 @@ msgstr "mono: parameternya kurang"
msgid "%s: no such attribute"
msgstr "%s: tidak ada atribut begitu"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "parameternya kurang"
@@ -662,7 +662,7 @@ msgstr "Perhatian: IDN '%s' tidak benar."
msgid "You may not delete the only attachment."
msgstr "Tidak bisa menghapus satu-satunya lampiran."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "IDN di \"%s\" tidak benar: '%s'"
@@ -1479,7 +1479,7 @@ msgstr "Memanggil PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Pesan tdk bisa dikirim inline. Gunakan PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Surat tidak dikirim."
@@ -2618,67 +2618,67 @@ msgstr "-group: tidak ada nama group"
msgid "out of arguments"
msgstr "parameternya kurang"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Loop macro terdeteksi."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Tombol itu tidak ditentukan untuk apa."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Tombol itu tidak ditentukan untuk apa. Tekan '%s' utk bantuan."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: parameter terlalu banyak"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: tidak ada menu begitu"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "urutan tombol kosong"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: parameter terlalu banyak"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: tidak ada fungsi begitu di map"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: urutan tombol kosong"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: parameter terlalu banyak"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: tidak ada parameter"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: tidak ada fungsi begitu"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Masukkan kunci-kunci (^G utk batal): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Kar = %s, Oktal = %o, Desimal = %d"
@@ -4199,44 +4199,44 @@ msgstr "Batalkan surat yang tidak diubah?"
msgid "Aborted unmodified message."
msgstr "Surat yang tidak diubah dibatalkan."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Surat ditunda."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Tidak ada penerima yang disebutkan!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Tidak ada penerima yang disebutkan."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Tidak ada subjek, batalkan pengiriman?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Tidak ada subjek."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Mengirim surat..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "tampilkan lampiran sebagai teks"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Tidak bisa mengirim surat."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Surat telah dikirim."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Mengirim di latar belakang."
diff --git a/po/it.gmo b/po/it.gmo
index 7a0c486..7231891 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index ddcdb17..3d262ca 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt-1.5.21\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2012-05-25 22:14+0200\n"
"Last-Translator: Marco Paolone <marcopaolone at gmail.com>\n"
"Language-Team: none\n"
@@ -344,7 +344,7 @@ msgstr "mono: troppo pochi argomenti"
msgid "%s: no such attribute"
msgstr "%s: attributo inesistente"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "troppo pochi argomenti"
@@ -656,7 +656,7 @@ msgstr "Attenzione: '%s' non è un IDN valido."
msgid "You may not delete the only attachment."
msgstr "Non si può cancellare l'unico allegato."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "IDN non valido in \"%s\": '%s'"
@@ -1454,7 +1454,7 @@ msgstr "Eseguo PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Il messaggio non può essere inviato in linea. Riutilizzare PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Il messaggio non è stato inviato."
@@ -2593,67 +2593,67 @@ msgstr "-group: nessun nome per il gruppo"
msgid "out of arguments"
msgstr ""
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Individuato un loop di macro."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Il tasto non è assegnato."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Il tasto non è assegnato. Premere '%s' per l'aiuto."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: troppi argomenti"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: menù inesistente"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "sequenza di tasti nulla"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: troppi argomenti"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: la funzione non è nella mappa"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: sequenza di tasti nulla"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: troppi argomenti"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: non ci sono argomenti"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: la funzione non esiste"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Inserisci i tasti (^G per annullare): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Car = %s, Ottale = %o, Decimale = %d"
@@ -4180,43 +4180,43 @@ msgstr "Abbandonare il messaggio non modificato?"
msgid "Aborted unmodified message."
msgstr "Ho abbandonato il messaggio non modificato."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Il messaggio è stato rimandato."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Non sono stati specificati destinatari!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Non sono stati specificati destinatari."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Nessun oggetto, abbandonare l'invio?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Non è stato specificato un oggetto."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Invio il messaggio..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Salvare l'allegato in Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Impossibile spedire il messaggio."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Messaggio spedito."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Invio in background."
diff --git a/po/ja.gmo b/po/ja.gmo
index 283b92f..5329b45 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index c655c35..1f9d1bc 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.5.24\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-20 15:22+0900\n"
"Last-Translator: TAKAHASHI Tamotsu <ttakah at lapis.plala.or.jp>\n"
"Language-Team: mutt-j <mutt-j-users at lists.osdn.me>\n"
@@ -341,7 +341,7 @@ msgstr "mono:
msgid "%s: no such attribute"
msgstr "%s �Ȥ���°���Ϥʤ�"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "�������ʤ�����"
@@ -656,7 +656,7 @@ msgstr "
msgid "You may not delete the only attachment."
msgstr "ͣ���ź�եե�����������ƤϤ����ʤ���"
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "\"%s\" ��������� IDN: '%s'"
@@ -1447,7 +1447,7 @@ msgstr "PGP
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "��å�������饤��������Ǥ��ʤ���PGP/MIME ��Ȥ�?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "������������ʤ��ä���"
@@ -2577,67 +2577,67 @@ msgstr "-group:
msgid "out of arguments"
msgstr "�������ʤ�����"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "�ޥ���ϸ���̵����"
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "�ޥ���Υ롼�פ����Ф��줿��"
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "�����ϥХ���ɤ���Ƥ��ʤ���"
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "�����ϥХ���ɤ���Ƥ��ʤ���'%s' ���ȥإ��"
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: ����¿������"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s �Ȥ�����˥塼�Ϥʤ�"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "�������������ʤ�"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: ����¿������"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s �Ȥ�����ǽ�ϥޥå���ˤʤ�"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: �������������ʤ�"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: ����¿������"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: �����ʤ�"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s �Ȥ�����ǽ�Ϥʤ�"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "�������ȳ��� (��λ�� ^G): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "ʸ�� = %s, 8�� = %o, 10�� = %d"
@@ -4149,43 +4149,43 @@ msgstr "
msgid "Aborted unmodified message."
msgstr "̤�ѹ��Υ�å���������ߤ�����"
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "��å������Ͻ�������α���줿��"
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "�����Ԥ����ꤵ��Ƥ��ʤ�!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "�����Ԥ����ꤵ��Ƥ��ʤ��ä���"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "��̾���ʤ������������?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "��̾�����ꤵ��Ƥ��ʤ���"
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "������..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Fcc ��ź�եե��������¸?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "��å������������Ǥ��ʤ��ä���"
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "��������������"
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "�Хå����饦��ɤ�������"
diff --git a/po/ko.gmo b/po/ko.gmo
index fc042f5..dd1e77e 100644
Binary files a/po/ko.gmo and b/po/ko.gmo differ
diff --git a/po/ko.po b/po/ko.po
index 4e429a8..4f4d06a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.5.6i\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2004-03-03 10:25+900\n"
"Last-Translator: Im Eunjea <eunjea at kldp.org>\n"
"Language-Team: Im Eunjea <eunjea at kldp.org>\n"
@@ -345,7 +345,7 @@ msgstr "mono:
msgid "%s: no such attribute"
msgstr "%s: �Ӽ� ����."
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "��� ������"
@@ -664,7 +664,7 @@ msgstr "
msgid "You may not delete the only attachment."
msgstr "÷�ι����� ������ ���� �����ϴ�."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "�߸��� IDN \"%s\": '%s'"
@@ -1483,7 +1483,7 @@ msgstr "PGP
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "������ ����."
@@ -2645,67 +2645,67 @@ msgstr ""
msgid "out of arguments"
msgstr "��� ������"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "��ũ�� ������ ��."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "���ǵ��� ���� �ۼ�."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "���ǵ��� ���� �ۼ�. ���� ����� '%s'"
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: �μ��� �ʹ� ����"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: �� �� ����"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "���� �ۼ� ������"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: �μ��� �ʹ� ����"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: �ʿ� �� ��� ����"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: �� �ۼ� ������"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: �μ��� �ʹ� ����"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: ��� ����"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: �� ��� ����"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Ű �Է� (^G ���): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Char = %s, Octal = %o, Decimal = %d"
@@ -4261,44 +4261,44 @@ msgstr "
msgid "Aborted unmodified message."
msgstr "������� ���� ���� �����."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "�� �����."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "�����ڰ� �������� ����!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "�����ڰ� �������� ����."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "���� ����, �����⸦ ����ұ��?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "������ �������� ����."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "���� ������ ��..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "÷�ι��� text�� ����"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "������ ���� �� ����."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "���� ����."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "������ ����."
diff --git a/po/lt.gmo b/po/lt.gmo
index 055dd2f..5779e59 100644
Binary files a/po/lt.gmo and b/po/lt.gmo differ
diff --git a/po/lt.po b/po/lt.po
index cf43a21..9ab98c9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt 1.3.12i\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2000-11-29 21:22+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis at delfi.lt>\n"
"Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
@@ -346,7 +346,7 @@ msgstr "mono: per ma
msgid "%s: no such attribute"
msgstr "%s: tokio atributo n�ra"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "per ma�ai argument�"
@@ -671,7 +671,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr "Tu negali i�trinti vienintelio priedo."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1510,7 +1510,7 @@ msgstr "Kvie
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Lai�kas nei�si�stas."
@@ -2691,69 +2691,69 @@ msgstr ""
msgid "out of arguments"
msgstr "per ma�ai argument�"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Rastas ciklas makrokomandoje."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Klavi�as n�ra susietas."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Klavi�as n�ra susietas. Spausk '%s' d�l pagalbos."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: per daug argument�"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: n�ra tokio meniu"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "nulin� klavi�� seka"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: per daug argument�"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: �ia n�ra tokios funkcijos"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: tu��ia klavi�� seka"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: per daug argument�"
-#: keymap.c:1091
+#: keymap.c:1095
#, fuzzy
msgid "exec: no arguments"
msgstr "exec: per ma�ai argument�"
-#: keymap.c:1111
+#: keymap.c:1115
#, fuzzy, c-format
msgid "%s: no such function"
msgstr "%s: �ia n�ra tokios funkcijos"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "�vesk rakto ID, skirt� %s: "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4319,44 +4319,44 @@ msgstr "Nutraukti nepakeist
msgid "Aborted unmodified message."
msgstr "Nutrauktas nepakeistas lai�kas."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Lai�kas atid�tas."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Nenurodyti jokie gav�jai!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Nebuvo nurodyti jokie gav�jai."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "N�ra temos, nutraukti siuntim�?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Nenurodyta jokia tema."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Siun�iu lai�k�..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "�i�r�ti pried� kaip tekst�"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Negal�jau i�si�sti lai�ko."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Lai�kas i�si�stas."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Siun�iu fone."
diff --git a/po/mutt.pot b/po/mutt.pot
index f9f5b4b..d1f6796 100644
--- a/po/mutt.pot
+++ b/po/mutt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -340,7 +340,7 @@ msgstr ""
msgid "%s: no such attribute"
msgstr ""
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr ""
@@ -652,7 +652,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr ""
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1414,7 +1414,7 @@ msgstr ""
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr ""
@@ -2494,67 +2494,67 @@ msgstr ""
msgid "out of arguments"
msgstr ""
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr ""
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr ""
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr ""
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr ""
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr ""
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr ""
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr ""
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr ""
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr ""
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr ""
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr ""
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr ""
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr ""
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4002,43 +4002,43 @@ msgstr ""
msgid "Aborted unmodified message."
msgstr ""
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr ""
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr ""
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr ""
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr ""
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr ""
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr ""
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr ""
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr ""
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr ""
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr ""
diff --git a/po/nl.gmo b/po/nl.gmo
index 0facf6b..6876459 100644
Binary files a/po/nl.gmo and b/po/nl.gmo differ
diff --git a/po/nl.po b/po/nl.po
index 82a912f..4c3fe22 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-22 17:02+0100\n"
"Last-Translator: Benno Schulenberg <benno at vertaalt.nl>\n"
"Language-Team: Dutch <vertaling at vrijschrift.org>\n"
@@ -344,7 +344,7 @@ msgstr "mono: te weinig argumenten"
msgid "%s: no such attribute"
msgstr "%s: onbekend attribuut"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "te weinig argumenten"
@@ -660,7 +660,7 @@ msgstr "Waarschuwing: '%s' is een ongeldige IDN."
msgid "You may not delete the only attachment."
msgstr "Een bericht bestaat uit minimaal één gedeelte."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Ongeldige IDN in \"%s\": '%s'"
@@ -1452,7 +1452,7 @@ msgstr "PGP wordt aangeroepen..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Bericht kan niet inline verzonden worden. PGP/MIME gebruiken?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Bericht niet verstuurd."
@@ -2577,67 +2577,67 @@ msgstr "-group: geen groepsnaam"
msgid "out of arguments"
msgstr "te weinig argumenten"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Macro's zijn momenteel uitgeschakeld."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Macro-lus gedetecteerd."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Toets is niet in gebruik."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Toets is niet in gebruik. Typ '%s' voor hulp."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: te veel argumenten"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: onbekend menu"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "lege toetsenvolgorde"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: te veel argumenten"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: onbekende functie"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: lege toetsenvolgorde"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: te veel argumenten"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: geen argumenten"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: onbekende functie"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Geef toetsen in (^G om af te breken): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Teken = %s, Octaal = %o, Decimaal = %d"
@@ -4169,43 +4169,43 @@ msgstr "Uitgesteld bericht afbreken?"
msgid "Aborted unmodified message."
msgstr "Bericht werd niet veranderd. Operatie afgebroken."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Bericht uitgesteld."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Er zijn geen geadresseerden opgegeven!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Er werden geen geadresseerden opgegeven!"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Geen onderwerp. Versturen afbreken?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Geen onderwerp."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Versturen van bericht..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Bijlages opslaan in Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Bericht kon niet verstuurd worden."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Bericht verstuurd."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Bericht wordt op de achtergrond verstuurd."
diff --git a/po/pl.gmo b/po/pl.gmo
index cdd29d6..c8c605f 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index b3b41c2..03f2324 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt-1.5.17\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2007-11-02 11:11+0200\n"
"Last-Translator: Pawe� Dzieko�ski <dzieko at gmail.com>\n"
"Language-Team: POLISH <pl at li.org>\n"
@@ -343,7 +343,7 @@ msgstr "mono: za ma
msgid "%s: no such attribute"
msgstr "%s: nie ma takiego atrybutu"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "za ma�o argument�w"
@@ -661,7 +661,7 @@ msgstr "Ostrze
msgid "You may not delete the only attachment."
msgstr "Nie mo�esz usun�� jedynego za��cznika."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "B��dny IDN w \"%s\": '%s'"
@@ -1467,7 +1467,7 @@ msgstr "Wywo
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Nie mo�na wys�a� listu w trybie inline. Zastosowa� PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "List nie zosta� wys�any."
@@ -2608,67 +2608,67 @@ msgstr "-group: brak nazwy grupy"
msgid "out of arguments"
msgstr "brak argument�w"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Wykryto p�tl� w makrze."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Klawisz nie zosta� przypisany."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Klawisz nie zosta� przypisany. Aby uzyska� pomoc przyci�nij '%s'."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: zbyt wiele argument�w"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: nie ma takiego menu"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "pusta sekwencja klawiszy"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: zbyt wiele argument�w"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: nie ma takiej funkcji"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: pusta sekwencja klawiszy"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: zbyt wiele argument�w"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: brak argument�w"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: brak takiej funkcji"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Wprowad� klucze (^G aby przerwa�): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Znak = %s, �semkowo = %o, dziesi�tnie = %d"
@@ -4206,44 +4206,44 @@ msgstr "List nie zosta
msgid "Aborted unmodified message."
msgstr "List nie zosta� zmieniony. Zaniechano wys�ania."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "List od�o�ono."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Nie wskazano adresat�w!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Nie wskazano adresat�w!"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Brak tematu, zaniecha� wys�ania?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Brak tematu."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Wysy�anie listu..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "obejrzyj za��cznik jako tekst"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Wys�anie listu nie powiod�o si�."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Poczta zosta�a wys�ana."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Wysy�anie w tle."
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index c943b42..ed20dcc 100644
Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 6e6c9a4..b8d342f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.1.5i\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2000-03-05 01:14-0300\n"
"Last-Translator: Marcus Brito <marcus at visaotec.com.br>\n"
"Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n"
@@ -343,7 +343,7 @@ msgstr "mono: poucos argumentos"
msgid "%s: no such attribute"
msgstr "%s: n�o existe tal atributo"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "poucos argumentos"
@@ -674,7 +674,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr "Voc� n�o pode apagar o �nico anexo."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1512,7 +1512,7 @@ msgstr "Executando PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Mensagem n�o enviada."
@@ -2700,69 +2700,69 @@ msgstr ""
msgid "out of arguments"
msgstr "poucos argumentos"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "La�o de macro detectado."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Tecla n�o associada."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Tecla n�o associada. Pressione '%s' para ajuda."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: muitos argumentos"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: n�o existe tal menu"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "seq��ncia de teclas nula"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: muitos argumentos"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: n�o existe tal fun��o no mapa"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: seq��ncia de teclas vazia"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: muitos argumentos"
-#: keymap.c:1091
+#: keymap.c:1095
#, fuzzy
msgid "exec: no arguments"
msgstr "exec: poucos argumentos"
-#: keymap.c:1111
+#: keymap.c:1115
#, fuzzy, c-format
msgid "%s: no such function"
msgstr "%s: n�o existe tal fun��o no mapa"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "Entre a keyID para %s: "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4351,44 +4351,44 @@ msgstr "Cancelar mensagem n
msgid "Aborted unmodified message."
msgstr "Mensagem n�o modificada cancelada."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Mensagem adiada."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Nenhum destinat�rio est� especificado!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Nenhum destinat�rio foi especificado."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Sem assunto, cancelar envio?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Nenhum assunto especificado."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Enviando mensagem..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "ver anexo como texto"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "N�o foi poss�vel enviar a mensagem."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Mensagem enviada."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Enviando em segundo plano."
diff --git a/po/ru.gmo b/po/ru.gmo
index bf49027..02f060c 100644
Binary files a/po/ru.gmo and b/po/ru.gmo differ
diff --git a/po/ru.po b/po/ru.po
index 5a39585..370cfe3 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt-1.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-20 20:52+0200\n"
"Last-Translator: Vsevolod Volkov <vvv at mutt.org.ua>\n"
"Language-Team: mutt-ru at woe.spb.ru\n"
@@ -346,7 +346,7 @@ msgstr "mono: слишком мало аргументов"
msgid "%s: no such attribute"
msgstr "%s: нет такого атрибута"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "слишком мало аргументов"
@@ -662,7 +662,7 @@ msgstr "Предупреждение: '%s' не является коррект
msgid "You may not delete the only attachment."
msgstr "Вы не можете удалить единственное вложение."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Некорректный IDN в \"%s\": '%s'."
@@ -1458,7 +1458,7 @@ msgstr ""
"Не удалось отправить PGP-сообщение в текстовом формате. Использовать PGP/"
"MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Письмо не отправлено."
@@ -2587,67 +2587,67 @@ msgstr "-group: имя группы отсутствует"
msgid "out of arguments"
msgstr "слишком мало аргументов"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Сейчас макросы запрещены."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Обнаружен цикл в определении макроса."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Клавише не назначена никакая функция."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Клавише не назначена никакая функция. Для справки используйте '%s'."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: слишком много аргументов"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: нет такого меню"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "последовательность клавиш пуста"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: слишком много аргументов"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: нет такой функции"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: пустая последовательность клавиш"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: слишком много аргументов"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: нет аргументов"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: нет такой функции"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Введите ключи (^G - прерывание ввода): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Символ = %s, восьмиричный = %o, десятичный = %d"
@@ -4179,43 +4179,43 @@ msgstr "Отказаться от неизмененного сообщения?
msgid "Aborted unmodified message."
msgstr "Сообщение не изменилось, отказ."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Сообщение отложено."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Не указано ни одного адресата!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Не было указано ни одного адресата."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Нет темы сообщения, прервать отправку?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Тема сообщения не указана."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Сообщение отправляется..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Сохранить вложения в Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Сообщение отправить не удалось."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Сообщение отправлено."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Сообщение отправляется в фоновом режиме."
diff --git a/po/sk.gmo b/po/sk.gmo
index 9eceb88..2f42f5e 100644
Binary files a/po/sk.gmo and b/po/sk.gmo differ
diff --git a/po/sk.po b/po/sk.po
index 1f138a3..1021af3 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.95.6i\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 1999-07-29 00:00+0100\n"
"Last-Translator: Miroslav Vasko <vasko at ies.sk>\n"
"Language-Team: Slovak <sk at li.org>\n"
@@ -349,7 +349,7 @@ msgstr "mono: pr
msgid "%s: no such attribute"
msgstr "%s: vlastnos� nen�jden�"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "pr�li� m�lo argumentov"
@@ -680,7 +680,7 @@ msgstr ""
msgid "You may not delete the only attachment."
msgstr "Nem�ete zmaza� jedin� pridan� d�ta."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr ""
@@ -1513,7 +1513,7 @@ msgstr "Sp
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Po�ta nebola odoslan�."
@@ -2696,69 +2696,69 @@ msgstr ""
msgid "out of arguments"
msgstr "pr�li� m�lo argumentov"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Bola zisten� slu�ka v makre."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Kl�vesa nie je viazan�."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Kl�vesa nie je viazan�. Stla�te '%s' pre n�povedu."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: pr�li� ve�a parametrov"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: tak� menu neexistuje"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "pr�zdna postupnos� kl�ves"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: pr�li� ve�a parametrov"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: v tabu�ke neexistuje tak� funkcia"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: pr�zdna postupnos� kl�ves"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "makro: pr�li� ve�a parametrov"
-#: keymap.c:1091
+#: keymap.c:1095
#, fuzzy
msgid "exec: no arguments"
msgstr "exec: pr�li� m�lo parametrov"
-#: keymap.c:1111
+#: keymap.c:1115
#, fuzzy, c-format
msgid "%s: no such function"
msgstr "%s: v tabu�ke neexistuje tak� funkcia"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "Zadajte ID k���a pre %s: "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4340,44 +4340,44 @@ msgstr "Zru
msgid "Aborted unmodified message."
msgstr "Nezmenen� spr�va bola zru�en�."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Spr�va bola odlo�en�."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Nie s� uveden� �iadni pr�jemcovia!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Neboli uveden� �iadni pr�jemcovia!"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "�iadny predmet, zru�i� posielanie?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Nebol uveden� predmet."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Posielam spr�vu..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "prezri pr�lohu ako text"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Nemo�no posla� spr�vu."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Spr�va bola odoslan�."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr ""
diff --git a/po/sv.gmo b/po/sv.gmo
index d7ea318..23fd0f1 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index bcf62db..2ea0647 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.5.17\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2007-12-15 14:05+0100\n"
"Last-Translator: Johan Svedberg <johan at svedberg.com>\n"
"Language-Team: Swedish <sv at li.org>\n"
@@ -338,7 +338,7 @@ msgstr "mono: för få parametrar"
msgid "%s: no such attribute"
msgstr "%s: attributet finns inte"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "för få parametrar"
@@ -657,7 +657,7 @@ msgstr "Varning: \"%s\" är ett felaktigt IDN."
msgid "You may not delete the only attachment."
msgstr "Du får inte ta bort den enda bilagan."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Felaktigt IDN i \"%s\": \"%s\""
@@ -1463,7 +1463,7 @@ msgstr "Startar PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "Meddelande kan inte skickas infogat. Återgå till att använda PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Brevet skickades inte."
@@ -2599,67 +2599,67 @@ msgstr "-group: inget gruppnamn"
msgid "out of arguments"
msgstr "slut på parametrar"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Oändlig slinga i macro upptäckt."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Tangenten är inte knuten."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Tangenten är inte knuten. Tryck \"%s\" för hjälp."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: för många parametrar"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: ingen sådan meny"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "tom tangentsekvens"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: för många parametrar"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: ingen sådan funktion i tabell"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: tom tangentsekvens"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: för många parametrar"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: inga parametrar"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: ingen sådan funktion"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Ange nycklar (^G för att avbryta): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Tecken = %s, Oktal = %o, Decimal = %d"
@@ -4200,44 +4200,44 @@ msgstr "Meddelandet har inte ändrats. Avbryt?"
msgid "Aborted unmodified message."
msgstr "Meddelandet har inte ändrats. Avbröt."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Meddelande uppskjutet."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Inga mottagare är angivna!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Inga mottagare blev angivna."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Inget ärende, avbryt sändning?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Inget ärende angivet."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Skickar meddelande..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "visa bilaga som text"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Kunde inte skicka meddelandet."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Brevet skickat."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Skickar i bakgrunden."
diff --git a/po/tr.gmo b/po/tr.gmo
index dffd6de..6cc16ee 100644
Binary files a/po/tr.gmo and b/po/tr.gmo differ
diff --git a/po/tr.po b/po/tr.po
index b5a3e20..4619df8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt 1.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2006-01-11 04:13+0200\n"
"Last-Translator: Recai Oktaş <roktas at debian.org>\n"
"Language-Team: Debian L10n Turkish <debian-l10n-turkish at lists.debian.org>\n"
@@ -342,7 +342,7 @@ msgstr "siyah-beyaz: eksik argüman"
msgid "%s: no such attribute"
msgstr "%s: böyle bir nitelik yok"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "eksik argüman"
@@ -661,7 +661,7 @@ msgstr "Uyarı: '%s' hatalı bir IDN."
msgid "You may not delete the only attachment."
msgstr "Tek kalmış bir eki silemezsiniz."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "\"%s\" hatalı IDN'e sahip: '%s'"
@@ -1468,7 +1468,7 @@ msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
"İleti satıriçi olarak gönderilemiyor. PGP/MIME kullanımına geri dönülsün mü?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Eposta gönderilmedi."
@@ -2613,67 +2613,67 @@ msgstr ""
msgid "out of arguments"
msgstr "eksik argüman"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Makro döngüsü tespit edildi."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Tuş ayarlanmamış."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Tuş ayarlanmamış. Lütfen '%s' tuşuyla yardım isteyin."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: fazla argüman"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s: böyle bir menü yok"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "boş tuş dizisi"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: fazla argüman"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s: tuş eşleminde böyle bir işlev yok"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: boş tuş dizisi"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: fazla argüman"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: argüman verilmemiş"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s: böyle bir işlev yok"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Tuşları girin (iptal için ^G): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Karakter = %s, Sekizlik = %o, Onluk = %d"
@@ -4218,44 +4218,44 @@ msgstr "Değiştirilmemiş ileti iptal edilsin mi?"
msgid "Aborted unmodified message."
msgstr "Değiştirilmemiş ileti iptal edildi."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "İleti ertelendi."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Alıcı belirtilmedi!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Alıcılar belirtilmedi!"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Konu girilmedi, gönderme iptal edilsin mi?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Konu girilmedi."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "İleti gönderiliyor..."
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "eki metin olarak göster"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "İleti gönderilemedi."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Eposta gönderildi."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Ardalanda gönderiliyor."
diff --git a/po/uk.gmo b/po/uk.gmo
index 3949d7c..2cfe25d 100644
Binary files a/po/uk.gmo and b/po/uk.gmo differ
diff --git a/po/uk.po b/po/uk.po
index aeec671..d041fad 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mutt-1.5.23\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2016-03-20 22:35+0200\n"
"Last-Translator: Vsevolod Volkov <vvv at mutt.org.ua>\n"
"Language-Team: \n"
@@ -341,7 +341,7 @@ msgstr "mono: замало аргументів"
msgid "%s: no such attribute"
msgstr "%s: такого атрібуту немає"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "змало аргументів"
@@ -657,7 +657,7 @@ msgstr "Попередження: некоректне IDN: '%s'."
msgid "You may not delete the only attachment."
msgstr "Це єдина частина листа, її неможливо видалити."
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "Некоректне IDN в \"%s\": '%s'"
@@ -1443,7 +1443,7 @@ msgstr ""
"Повідомлення не може бути відправленим в текстовому форматі. Використовувати "
"PGP/MIME?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "Лист не відправлено."
@@ -2561,67 +2561,67 @@ msgstr "-group: не вказано імені групи"
msgid "out of arguments"
msgstr "замало аргументів"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr "Зараз макроси заборонені."
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "Знайдено зациклення макросу."
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "Клавішу не призначено."
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "Клавішу не призначено. Натисніть '%s' для підказки."
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push: забагато аргументів"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "меню '%s' не існує"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "порожня послідовність клавіш"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind: забагато аргументів"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "функція '%s' не існує в карті"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro: порожня послідовність клавіш"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro: забагато аргументів"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec: немає аргументів"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "функція '%s' не існує"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "Введіть клавіші (^G для відміни): "
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "Символ = %s, Вісімковий = %o, Десятковий = %d"
@@ -4143,43 +4143,43 @@ msgstr "Відмінити відправку не зміненого листа
msgid "Aborted unmodified message."
msgstr "Лист не змінено, тому відправку відмінено."
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "Лист залишено для подальшої відправки."
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "Не вказано отримувачів!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "Отримувачів не було вказано."
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "Теми немає, відмінити відправку?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "Теми не вказано."
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "Лист відправляється..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "Зберегти додатки в Fcc?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "Не вийшло відправити лист."
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "Лист відправлено."
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "Фонова відправка."
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
index c979da8..41ec2f5 100644
Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index dc09629..1fc4c8d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2009-06-28 14:30+0800\n"
"Last-Translator: Deng Xiyue <manphiz at gmail.com>\n"
"Language-Team: i18n-zh <i18n-zh at googlegroups.com>\n"
@@ -342,7 +342,7 @@ msgstr "单色:参数太少"
msgid "%s: no such attribute"
msgstr "%s:没有这个属性"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "参数太少"
@@ -661,7 +661,7 @@ msgstr "警告:'%s'是错误的 IDN。"
msgid "You may not delete the only attachment."
msgstr "您不可以删除唯一的附件。"
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "在\"%s\"中有错误的 IDN: '%s'"
@@ -1457,7 +1457,7 @@ msgstr "正在调用 PGP..."
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr "无法将信件嵌入发送。返回使用 PGP/MIME 吗?"
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "信件没有寄出。"
@@ -2593,67 +2593,67 @@ msgstr "-group: 无组名称"
msgid "out of arguments"
msgstr "参数不够用"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "检测到宏中有回环。"
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "此键还未绑定功能。"
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "此键还未绑定功能。按 '%s' 以获得帮助信息。"
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push:参数太多"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s:没有这个选单"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "空的键值序列"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind:参数太多"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s:在对映表中没有这样的函数"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro:空的键值序列"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro:参数太多"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec:无参数"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s:没有这样的函数"
-#: keymap.c:1132
+#: keymap.c:1136
msgid "Enter keys (^G to abort): "
msgstr "请按键(按 ^G 中止):"
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr "字符 = %s, 八进制 = %o, 十进制 = %d"
@@ -4179,43 +4179,43 @@ msgstr "中止未修改过的信件?"
msgid "Aborted unmodified message."
msgstr "已中止未修改过的信件。"
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "信件被延迟寄出。"
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "没有指定接收者!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "没有已指定的接收者。"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "没有信件标题,要中止发送吗?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "没有指定标题。"
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "正在发送信件..."
-#: send.c:1788
+#: send.c:1789
msgid "Save attachments in Fcc?"
msgstr "将附件保存到 Fcc 吗?"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "无法发送此信件。"
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "信件已发送。"
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "正在后台发送。"
diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo
index 82e8bbd..75181b3 100644
Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 3c4d2f1..9bd977b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.3.22.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-30 14:19-0700\n"
+"POT-Creation-Date: 2016-07-06 10:39-0700\n"
"PO-Revision-Date: 2001-09-06 18:25+0800\n"
"Last-Translator: Anthony Wong <ypwong at debian.org>\n"
"Language-Team: Chinese <zh at li.org>\n"
@@ -344,7 +344,7 @@ msgstr "單色:太少引數"
msgid "%s: no such attribute"
msgstr "%s:沒有這個屬性"
-#: color.c:725 hook.c:69 hook.c:77 keymap.c:917
+#: color.c:725 hook.c:69 hook.c:77 keymap.c:921
msgid "too few arguments"
msgstr "太少參數"
@@ -670,7 +670,7 @@ msgstr "警告:「%s」為無效的 IDN。"
msgid "You may not delete the only attachment."
msgstr "您不可以刪除唯一的附件。"
-#: compose.c:613 send.c:1680
+#: compose.c:613 send.c:1681
#, c-format
msgid "Bad IDN in \"%s\": '%s'"
msgstr "「%s」中有無效的 IDN:「%s」"
@@ -1503,7 +1503,7 @@ msgstr "啟動 PGP…"
msgid "Message can't be sent inline. Revert to using PGP/MIME?"
msgstr ""
-#: crypt.c:172 send.c:1608
+#: crypt.c:172 send.c:1609
msgid "Mail not sent."
msgstr "信件沒有寄出。"
@@ -2682,68 +2682,68 @@ msgstr ""
msgid "out of arguments"
msgstr "太少參數"
-#: keymap.c:534
+#: keymap.c:538
msgid "Macros are currently disabled."
msgstr ""
-#: keymap.c:541
+#: keymap.c:545
msgid "Macro loop detected."
msgstr "檢測到巨集中有迴圈。"
-#: keymap.c:842 keymap.c:850
+#: keymap.c:846 keymap.c:854
msgid "Key is not bound."
msgstr "這個鍵還未被定義功能。"
-#: keymap.c:854
+#: keymap.c:858
#, c-format
msgid "Key is not bound. Press '%s' for help."
msgstr "這個鍵還未被定義功能。 按 '%s' 以取得說明。"
-#: keymap.c:865
+#: keymap.c:869
msgid "push: too many arguments"
msgstr "push:太多引數"
-#: keymap.c:895
+#: keymap.c:899
#, c-format
msgid "%s: no such menu"
msgstr "%s:沒有這個選單"
-#: keymap.c:910
+#: keymap.c:914
msgid "null key sequence"
msgstr "空的鍵值序列"
-#: keymap.c:997
+#: keymap.c:1001
msgid "bind: too many arguments"
msgstr "bind:太多引數"
-#: keymap.c:1020
+#: keymap.c:1024
#, c-format
msgid "%s: no such function in map"
msgstr "%s:在對映表中沒有這樣的功能"
-#: keymap.c:1044
+#: keymap.c:1048
msgid "macro: empty key sequence"
msgstr "macro:空的鍵值序列"
-#: keymap.c:1055
+#: keymap.c:1059
msgid "macro: too many arguments"
msgstr "macro:引數太多"
-#: keymap.c:1091
+#: keymap.c:1095
msgid "exec: no arguments"
msgstr "exec:沒有引數"
-#: keymap.c:1111
+#: keymap.c:1115
#, c-format
msgid "%s: no such function"
msgstr "%s:沒有這個功能"
-#: keymap.c:1132
+#: keymap.c:1136
#, fuzzy
msgid "Enter keys (^G to abort): "
msgstr "請輸入 %s 的鑰匙 ID:"
-#: keymap.c:1137
+#: keymap.c:1141
#, c-format
msgid "Char = %s, Octal = %o, Decimal = %d"
msgstr ""
@@ -4301,44 +4301,44 @@ msgstr "是否要中斷未修改過的信件?"
msgid "Aborted unmodified message."
msgstr "中斷沒有修改過的信件"
-#: send.c:1657
+#: send.c:1658
msgid "Message postponed."
msgstr "信件被延遲寄出。"
-#: send.c:1668
+#: send.c:1669
msgid "No recipients are specified!"
msgstr "沒有指定接受者!"
-#: send.c:1673
+#: send.c:1674
msgid "No recipients were specified."
msgstr "沒有指定接受者。"
-#: send.c:1689
+#: send.c:1690
msgid "No subject, abort sending?"
msgstr "沒有信件標題,要中斷寄信的工作?"
-#: send.c:1693
+#: send.c:1694
msgid "No subject specified."
msgstr "沒有指定標題。"
-#: send.c:1755 smtp.c:188
+#: send.c:1756 smtp.c:188
msgid "Sending message..."
msgstr "正在寄出信件…"
-#: send.c:1788
+#: send.c:1789
#, fuzzy
msgid "Save attachments in Fcc?"
msgstr "用文字方式顯示附件內容"
-#: send.c:1898
+#: send.c:1899
msgid "Could not send the message."
msgstr "無法寄出信件。"
-#: send.c:1903
+#: send.c:1904
msgid "Mail sent."
msgstr "信件已經寄出。"
-#: send.c:1903
+#: send.c:1904
msgid "Sending in background."
msgstr "正在背景作業中傳送。"
diff --git a/send.c b/send.c
index 387de5d..8b71ea5 100644
--- a/send.c
+++ b/send.c
@@ -1507,7 +1507,8 @@ ci_send_message (int flags, /* send mode */
msg->security |= SIGN;
if (option (OPTCRYPTREPLYSIGNENCRYPTED) && cur && (cur->security & ENCRYPT))
msg->security |= SIGN;
- if (WithCrypto & APPLICATION_PGP && (msg->security & (ENCRYPT | SIGN)))
+ if ((WithCrypto & APPLICATION_PGP) &&
+ ((msg->security & (ENCRYPT | SIGN)) || option (OPTCRYPTOPPORTUNISTICENCRYPT)))
{
if (option (OPTPGPAUTOINLINE))
msg->security |= INLINE;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git
More information about the pkg-mutt-commits
mailing list