From: Richard Russon Date: Sun, 27 Nov 2016 14:34:43 +0000 (+0000) Subject: don't wrap messages X-Git-Tag: neomutt-20170113~1^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=699de522e6293292a88e9f14a97f0ab1c83e3dcf;p=neomutt don't wrap messages --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index bc4e419c5..693e6843a 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -179,7 +179,7 @@ update-po: Makefile cat=`basename $$cat`; \ lang=`echo $$cat | sed 's/\.gmo$$//'`; \ echo "$$lang:"; \ - if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ + if $(MSGMERGE) --no-wrap $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ mv -f $$lang.new.po $$lang.po; \ else \ echo "msgmerge for $$cat failed!"; \