aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/mesg.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-06-23 06:27:38 +0000
committerrsc <devnull@localhost>2007-06-23 06:27:38 +0000
commit313c365a29a9a21c47f5f9d842e8aaec8c050742 (patch)
treece1f05bc0a9ea6923855a9c7c47304e0cc72b173 /src/cmd/acme/mail/mesg.c
parent7cc0e47fa896d9261d8f6e9787ffd6a36a746dd1 (diff)
downloadplan9port-313c365a29a9a21c47f5f9d842e8aaec8c050742.tar.gz
plan9port-313c365a29a9a21c47f5f9d842e8aaec8c050742.tar.bz2
plan9port-313c365a29a9a21c47f5f9d842e8aaec8c050742.zip
remove elsewhere-deleted messages from window; Refresh -> Get
Diffstat (limited to 'src/cmd/acme/mail/mesg.c')
-rw-r--r--src/cmd/acme/mail/mesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/mail/mesg.c b/src/cmd/acme/mail/mesg.c
index d21bfed1..9bfe10e1 100644
--- a/src/cmd/acme/mail/mesg.c
+++ b/src/cmd/acme/mail/mesg.c
@@ -561,7 +561,7 @@ mesgmenudel(Window *w, Message *mbox, Message *m)
if(w->data ==nil)
w->data = winopenfile(w, "data");
- buf = name2regexp(deletedrx, m->name);
+ buf = name2regexp(deletedrx01, m->name);
if(winsetaddr(w, buf, 1) && winsetaddr(w, ".,./.*\\n(\t.*\\n)*/", 1))
fswrite(w->data, "", 0);
free(buf);