From 8de5b5e3d4db644274eba40b5696436406d3c81f Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 27 Oct 2017 12:37:20 +0200 Subject: [PATCH] mail-wrapper: Add dummy "--suppress-empty" option Ignore this switch for compatibility with an other "mail-wrapper" script. But this is the default for this implementation anyway. --- mail/wrapper/mail-wrapper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail/wrapper/mail-wrapper b/mail/wrapper/mail-wrapper index e581c45..9097453 100755 --- a/mail/wrapper/mail-wrapper +++ b/mail/wrapper/mail-wrapper @@ -86,6 +86,10 @@ while [[ $# -gt 0 ]]; do [[ $# -gt 0 ]] || syntax_error subject="$1" ;; + "--suppress-empty") + # Ignore this switch for compatibility with an other + # "mail-wrapper" script. This is the default anyway! + ;; "--to"|"-t") shift [[ $# -gt 0 ]] || syntax_error -- 2.39.2