Changeset 2151:f88ccc494cc4 for buffy.c
Legend:
- Unmodified
- Added
- Removed
-
buffy.c
r2150 r2151 305 305 ) ? mutt_strcmp (tmp->path, Context->path) : 306 306 #endif 307 (sb.st_dev != contex_sb.st_dev || sb.st_ino != contex_sb.st_ino))) 307 (sb.st_dev != contex_sb.st_dev || sb.st_ino != contex_sb.st_ino) 308 #if defined USE_IMAP || defined USE_POP 309 ) 310 #endif 311 ) 312 308 313 { 309 314 switch (tmp->magic)
