[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [patch 2/3] Use proper signature separator
From: |
Randy.Dunlap |
Subject: |
Re: [Quilt-dev] [patch 2/3] Use proper signature separator |
Date: |
Thu, 31 Aug 2006 13:43:03 -0700 |
On Thu, 31 Aug 2006 22:25:28 +0300 address@hidden wrote:
> Signature separator should be "-- " instead of "--".
Define "proper" please. Why does this matter?
Is this part of some email-related RFC?
or just what is commonly used? (yes, "-- " is what is
commonly used AFAIK, but I'd like to know Why.)
> ---
>
> 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\"" \
>
> --
---
~Randy
- [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, 2006/08/31
- Re: [Quilt-dev] [patch 2/3] Use proper signature separator,
Randy.Dunlap <=
- 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