Minor fixes
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -296,7 +296,6 @@ mailbox_imap_open (mu_mailbox_t mailbox, int flags) | ... | @@ -296,7 +296,6 @@ mailbox_imap_open (mu_mailbox_t mailbox, int flags) |
296 | case IMAP_NO_STATE: | 296 | case IMAP_NO_STATE: |
297 | { | 297 | { |
298 | const char *path; | 298 | const char *path; |
299 | size_t len; | ||
300 | status = mu_url_sget_path (folder->url, &path); | 299 | status = mu_url_sget_path (folder->url, &path); |
301 | if (status == MU_ERR_NOENT) | 300 | if (status == MU_ERR_NOENT) |
302 | return 0; | 301 | return 0; | ... | ... |
-
Please register or sign in to post a comment