Changeset 5497:2731e5174c5a for imap
- Timestamp:
- 2008-08-26 23:09:13 (3 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/util.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imap/util.c
r5495 r5497 2 2 * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org> 3 3 * Copyright (C) 1996-9 Brandon Long <blong@fiction.net> 4 * Copyright (C) 1999-200 5Brendan Cully <brendan@kublai.com>4 * Copyright (C) 1999-2008 Brendan Cully <brendan@kublai.com> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify … … 190 190 191 191 /* Defaults */ 192 m x->account.flags = 0;192 memset(&mx->account, 0, sizeof(mx->account)); 193 193 mx->account.port = ImapPort; 194 194 mx->account.type = M_ACCT_TYPE_IMAP;
