summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Dan Winship <danw@mit.edu>1998-02-03 13:39:07 +0000
committerGravatar Dan Winship <danw@mit.edu>1998-02-03 13:39:07 +0000
commit882a736c264ef7ffa51abd01ee9af75bfd329a5b (patch)
treed013f97a70b96c14f7d0929156fa7485211a5ed5 /zwgc
parent541b941a5b55076d1bb1faf12875359f8e6b4986 (diff)
wrap @{ } around the protect()ed zsig to prevent color changes from leaking
out into the message body
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/zwgc.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/zwgc.desc b/zwgc/zwgc.desc
index 796eaf0..0e2508c 100644
--- a/zwgc/zwgc.desc
+++ b/zwgc/zwgc.desc
@@ -114,7 +114,7 @@ match "message"
if ($signature == "") then
set ftext = "From: @bold("+protect($sender)+")"
else
- set ftext = "From: @bold("+protect($signature)+" <"+
+ set ftext = "From: @bold(@{"+protect($signature)+"} <"+
protect($sender)+">)"
endif