Ticket #2949: mutt-1.5.16-imap_complete_hosts.patch
| File mutt-1.5.16-imap_complete_hosts.patch, 458 bytes (added by x-way, 16 months ago) |
|---|
-
imap/imap.c
diff -r 7df563e4b7fd imap/imap.c
a b 1866 1866 int matchlen; 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)) 1872 1872 {
