Show
Ignore:
Timestamp:
2001-11-07 02:22:08 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix 706, 853.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • complete.c

    r2630 r2664  
    5757    if (s[1]) 
    5858    { 
    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] == '/') 
    6161        snprintf (imap_path, sizeof (imap_path), "%s%s", p, s+1); 
    6262      else