Changeset 4983:bb43900e853f for imap
- Timestamp:
- 2007-03-14 12:23:13 (21 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imap/imap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/imap.c
r4938 r4983 1828 1828 } 1829 1829 1830 for (conn = mutt_socket_head (); conn && conn->next; conn = conn->next)1830 for (conn = mutt_socket_head (); conn; conn = conn->next) 1831 1831 { 1832 1832 ciss_url_t url;
