Changeset 1289:8d93ab922ee2 for browser.c
Legend:
- Unmodified
- Added
- Removed
-
browser.c
r1269 r1289 478 478 if (state->imap_browse && option (OPTIMAPLSUB)) 479 479 snprintf (title, titlelen, _("Subscribed [%s], File mask: %s"), 480 path, Mask.pattern);480 path, NONULL (Mask.pattern)); 481 481 else 482 482 #endif 483 483 snprintf (title, titlelen, _("Directory [%s], File mask: %s"), 484 path, Mask.pattern);484 path, NONULL(Mask.pattern)); 485 485 } 486 486 menu->redraw = REDRAW_FULL;
