]> git.marmaro.de Git - mmh/blobdiff - sbr/folder_read.c
Reworked LINK, now named `altmsglink', similar to BACKUP_PREFIX.
[mmh] / sbr / folder_read.c
index d59e7310da81517c3ec9ca224ed91d170927e244..f642ed39b02f24213088964ec64ee776022e9b91 100644 (file)
@@ -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 */