Ticket #34245: patch-mailuser.diff
File patch-mailuser.diff, 295 bytes (added by BjarneDMat, 13 years ago) |
---|
-
src/lib-storage/mail-user.c
343 343 { 344 344 const char *home, *path = *pathp; 345 345 346 if ( strncmp(path, "~/", 2) != 0) {346 if (*path != '~') { 347 347 /* no need to expand home */ 348 348 return 0; 349 349 }