X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Ffolder_delmsgs.c;h=e6fac04fde08a880dc376cee351719cb7a1ef167;hb=6c40d481d661d532dd527eaf34cebb6d3f8ed086;hp=20ac1a5723e97d68c4ffb8475be94bf47e2a59e8;hpb=e19a05bad44e548ad6f6d1865b5f797d5d70417c;p=mmh diff --git a/sbr/folder_delmsgs.c b/sbr/folder_delmsgs.c index 20ac1a5..e6fac04 100644 --- a/sbr/folder_delmsgs.c +++ b/sbr/folder_delmsgs.c @@ -2,8 +2,6 @@ /* * folder_delmsgs.c -- "remove" SELECTED messages from a folder * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -16,7 +14,7 @@ * 2) Else if unlink_msgs is non-zero, then unlink the * SELECTED messages. * 3) Else rename SELECTED messages by prefixing name - * with a standard prefix. + * with backup_prefix. * * If there is an error, return -1, else return 0. */