summaryrefslogtreecommitdiffstats
path: root/gettext-tools/misc
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2013-07-29 09:13:41 +0900
committerDaiki Ueno <ueno@gnu.org>2013-07-29 09:13:41 +0900
commitc5b6ac2588fe93897fd6408e76906cbdb5b351c3 (patch)
tree232855e90f13ff2cf5c124c42366da7dc32fd0a0 /gettext-tools/misc
parent0e5a33062ba09502dbac3c14b6657a7c7faedc96 (diff)
downloadexternal_gettext-c5b6ac2588fe93897fd6408e76906cbdb5b351c3.zip
external_gettext-c5b6ac2588fe93897fd6408e76906cbdb5b351c3.tar.gz
external_gettext-c5b6ac2588fe93897fd6408e76906cbdb5b351c3.tar.bz2
po-mode: don't include uncompressed translations when sending
Diffstat (limited to 'gettext-tools/misc')
-rw-r--r--gettext-tools/misc/ChangeLog5
-rw-r--r--gettext-tools/misc/po-mode.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog
index bd4de9a..9a894d1 100644
--- a/gettext-tools/misc/ChangeLog
+++ b/gettext-tools/misc/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-29 Jan Djärv <jan.h.d@swipnet.se> (tiny change)
+
+ * po-mode.el (po-send-mail): Don't include original uncompressed
+ text in the mail.
+
2013-07-21 Daiki Ueno <ueno@gnu.org>
* autopoint.in (omitintl): Don't set it 'no' when no
diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el
index 761d8b7..cd191b1 100644
--- a/gettext-tools/misc/po-mode.el
+++ b/gettext-tools/misc/po-mode.el
@@ -3509,7 +3509,7 @@ Write to your team? ('n' if writing to the Translation Project robot) ")))
(insert-buffer-substring buffer)
(shell-command-on-region
(region-beginning) (region-end)
- (concat po-gzip-uuencode-command " " name ".gz") t))))))
+ (concat po-gzip-uuencode-command " " name ".gz") t t))))))
(message ""))
(defun po-confirm-and-quit ()