Changeset 2664:fd6bfd0bd490 for complete.c
- Timestamp:
- 2001-11-07 02:22:08 (7 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
complete.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
complete.c
r2630 r2664 57 57 if (s[1]) 58 58 { 59 /* don't append '/' if Maildir/Spoolfile is {host}only */60 if (mx_is_imap (NONULL (p)) && p[strlen (p)-1] == ' }')59 /* don't append '/' if Maildir/Spoolfile is imap://host/ only */ 60 if (mx_is_imap (NONULL (p)) && p[strlen (p)-1] == '/') 61 61 snprintf (imap_path, sizeof (imap_path), "%s%s", p, s+1); 62 62 else
