[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch 2/3] Use proper signature separator
From: |
syrjala |
Subject: |
[Quilt-dev] [patch 2/3] Use proper signature separator |
Date: |
Thu, 31 Aug 2006 22:25:28 +0300 |
User-agent: |
quilt/0.45-1 |
Signature separator should be "-- " instead of "--".
---
src/quilt-0.45/quilt/mail.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: villes/src/quilt-0.45/quilt/mail.in
===================================================================
--- villes.orig/src/quilt-0.45/quilt/mail.in
+++ villes/src/quilt-0.45/quilt/mail.in
@@ -354,7 +354,7 @@ introduction="$(gen_tempfile)"
echo "$opt_message"
echo
fi
- echo "--"
+ echo "-- "
[ -r $HOME/.signature ] && cat $HOME/.signature
) | $QUILT_DIR/scripts/edmail --charset $opt_charset > $introduction
@@ -462,7 +462,7 @@ for patch in "address@hidden"; do
/^$/ { in_body = 1 }
in_body { print }
' $body
- echo -e '\n--'
+ echo -e '\n-- '
[ -r $HOME/.signature ] && cat $HOME/.signature
) | eval $QUILT_DIR/scripts/edmail --charset $opt_charset \
--replace-header Date="\"$new_date\"" \
--
Ville Syrjälä
address@hidden
http://www.sci.fi/~syrjala/
- [Quilt-dev] [patch 0/3] Minor improvements, syrjala, 2006/08/31
- [Quilt-dev] [patch 1/3] Add --no-intro option, syrjala, 2006/08/31
- [Quilt-dev] [patch 2/3] Use proper signature separator,
syrjala <=
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator, Randy.Dunlap, 2006/08/31
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator, Dave Dodge, 2006/08/31
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator, Andreas Gruenbacher, 2006/08/31
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator, Jean Delvare, 2006/08/31
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator, Andreas Gruenbacher, 2006/08/31
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator, Randy.Dunlap, 2006/08/31
[Quilt-dev] [patch 3/3] Add an empty line, syrjala, 2006/08/31