delete obsolete comments (replies are flagged elsewhere)
This commit is contained in:
parent
f9f13bbd0e
commit
4ff82fe7a8
1 changed files with 0 additions and 2 deletions
|
@ -735,7 +735,6 @@ mesgcommand(Message *m, char *cmd)
|
||||||
mkreply(m, "Replyall", nil, nil, nil);
|
mkreply(m, "Replyall", nil, nil, nil);
|
||||||
else
|
else
|
||||||
mkreply(m, "Reply", nil, nil, nil);
|
mkreply(m, "Reply", nil, nil, nil);
|
||||||
// setflags(m, "a");
|
|
||||||
goto Return;
|
goto Return;
|
||||||
}
|
}
|
||||||
if(strcmp(args[0], "Q") == 0){
|
if(strcmp(args[0], "Q") == 0){
|
||||||
|
@ -744,7 +743,6 @@ mesgcommand(Message *m, char *cmd)
|
||||||
mkreply(m, "QReplyall", nil, nil, s);
|
mkreply(m, "QReplyall", nil, nil, s);
|
||||||
else
|
else
|
||||||
mkreply(m, "QReply", nil, nil, s);
|
mkreply(m, "QReply", nil, nil, s);
|
||||||
// setflags(m, "a");
|
|
||||||
goto Return;
|
goto Return;
|
||||||
}
|
}
|
||||||
if(strcmp(args[0], "Del") == 0){
|
if(strcmp(args[0], "Del") == 0){
|
||||||
|
|
Loading…
Reference in a new issue