X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffolder_read.c;h=f642ed39b02f24213088964ec64ee776022e9b91;hp=d59e7310da81517c3ec9ca224ed91d170927e244;hb=e87123959d15f3b190494dffdd8bce335c137874;hpb=104b36e0a37bafe6620062334fa78d484dce321c diff --git a/sbr/folder_read.c b/sbr/folder_read.c index d59e731..f642ed3 100644 --- a/sbr/folder_read.c +++ b/sbr/folder_read.c @@ -109,8 +109,8 @@ folder_read (char *name) 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 */