Changeset 5215:4e9445a06369 for imap
- Timestamp:
- 2007-09-09 15:48:23 (15 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/imap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/imap.c
r5200 r5215 1867 1867 1868 1868 matchlen = mutt_strlen (dest); 1869 for (mailbox = Incoming; mailbox && mailbox->next; mailbox = mailbox->next)1869 for (mailbox = Incoming; mailbox; mailbox = mailbox->next) 1870 1870 { 1871 1871 if (!mutt_strncmp (dest, mailbox->path, matchlen))
