Show
Ignore:
Timestamp:
1999-07-29 02:13:03 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Brendan Cully's latest IMAP patches.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • complete.c

    r1111 r1169  
    3434 * return 0 if ok, -1 if no matches 
    3535 */ 
    36 int mutt_complete (char *s) 
     36int mutt_complete (char *s, size_t slen) 
    3737{ 
    3838  char *p; 
     
    6464  if (mx_is_imap (imap_path)) 
    6565  { 
    66     return imap_complete (s, imap_path); 
     66    return imap_complete (s, slen, imap_path); 
    6767  } 
    6868#endif