Displaying 1 result from an estimated 1 matches for "s_is".
Did you mean:
_is
2010 Oct 08
1
patch for mysterious maildir symlink error
This may resolve the mysterious "Maildir: Symlink destination doesn't exist" errors.
--- a/src/lib-storage/index/maildir/maildir-util.c
+++ b/src/lib-storage/index/maildir/maildir-util.c
@@ -91,7 +91,7 @@
{
struct stat st;
- if (lstat(path, &st) == 0 && (st.st_mode & S_IFLNK) != 0) {
+ if (lstat(path, &st) == 0 && (st.st_mode & S_IFMT) ==