summaryrefslogtreecommitdiff
path: root/clients/zmailnotify/zmailnotify.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-07-14 05:46:14 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-07-14 05:46:14 +0000
commita56e2fd7a3be8e8859fbc5f55bac169b1b46e29f (patch)
tree68c14f125fb2351029b8625582cd56327b493455 /clients/zmailnotify/zmailnotify.c
parent445dfc1ee3585866323b107fdb49449bc345afa9 (diff)
Default format was incorrect.
Diffstat (limited to 'clients/zmailnotify/zmailnotify.c')
-rw-r--r--clients/zmailnotify/zmailnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zmailnotify/zmailnotify.c b/clients/zmailnotify/zmailnotify.c
index 01093e8..5ce278c 100644
--- a/clients/zmailnotify/zmailnotify.c
+++ b/clients/zmailnotify/zmailnotify.c
@@ -307,7 +307,7 @@ mail_notify(mail)
notice.z_opcode = "NEW_MAIL";
notice.z_sender = 0;
notice.z_recipient = ZGetSender();
- notice.z_default_format = "You have new mail:\n\nFrom: $1\nTo: $1\nSubject: $3";
+ notice.z_default_format = "You have new mail:\n\nFrom: $1\nTo: $2\nSubject: $3";
fields[0] = mail->from;
fields[1] = mail->to;