Show
Ignore:
Timestamp:
2007-03-31 16:07:36 (22 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
default
Message:

Allow IMAP FCC to reconnect if append fails (closes: #890)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/command.c

    r5026 r5033  
    271271  if (rc != IMAP_CMD_OK) 
    272272  { 
    273     if (flags & IMAP_CMD_FAIL_OK) 
     273    if (flags & IMAP_CMD_FAIL_OK && idata->status != IMAP_FATAL) 
    274274      return -2; 
    275275