]> gitweb.fluxo.info Git - firma.git/commitdiff
REPLIES_SHOULD_GO_TO_LIST wasn`t being disabled if set to zero. Fixed
authorluis <luis>
Wed, 8 Aug 2007 02:55:49 +0000 (02:55 +0000)
committerluis <luis>
Wed, 8 Aug 2007 02:55:49 +0000 (02:55 +0000)
firma

diff --git a/firma b/firma
index aeec1c072b0734fd2bdf0c36f6046349aa2f98a6..f72c54a8b1d6432f93e30191410cee90e0d5ae78 100755 (executable)
--- a/firma
+++ b/firma
@@ -661,7 +661,7 @@ function EditListMessageHeaders {
   fi
 
   # insert/replace the Reply-To header
-  if [[ -n "$REPLIES_SHOULD_GO_TO_LIST" ]]; then
+  if [[ "$REPLIES_SHOULD_GO_TO_LIST" == "1" ]]; then
 
     if ! echo "$MESSAGE_HEADERS" | \
          grep -iq '^Reply-To:'; then