X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffolder_read.c;h=f642ed39b02f24213088964ec64ee776022e9b91;hb=e87123959d15f3b190494dffdd8bce335c137874;hp=0dec537e29a848bffbd14708eb64a1db9472889d;hpb=008837e090c008e3afe7a9c8667070bafa091e62;p=mmh diff --git a/sbr/folder_read.c b/sbr/folder_read.c index 0dec537..f642ed3 100644 --- a/sbr/folder_read.c +++ b/sbr/folder_read.c @@ -2,8 +2,6 @@ /* * folder_read.c -- initialize folder structure and read 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. @@ -59,7 +57,7 @@ folder_read (char *name) if (access (name, W_OK) == -1) set_readonly (mp); - prefix_len = strlen(BACKUP_PREFIX); + prefix_len = strlen(backup_prefix); /* * Allocate a temporary place to record the @@ -108,11 +106,11 @@ folder_read (char *name) default: /* skip any files beginning with backup prefix */ - if (!strncmp (dp->d_name, BACKUP_PREFIX, prefix_len)) + if (!strncmp (dp->d_name, backup_prefix, prefix_len)) continue; - /* skip the LINK file */ - if (!strcmp (dp->d_name, LINK)) + /* skip the altmsg link file */ + if (!strcmp (dp->d_name, altmsglink)) continue; /* indicate that there are other files in folder */