Changeset 4475:68fea8a55768

Show
Ignore:
Timestamp:
2005-12-13 13:25:10 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Fix recently-broken buffy notification for IMAP.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r4467 r4475  
    308308    tmp->new = 0; 
    309309 
     310#ifdef USE_IMAP 
     311    if (tmp->magic != M_IMAP) 
     312#endif 
    310313#ifdef USE_POP 
    311314    if (mx_is_pop (tmp->path))