Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 923891
Collapse All | Expand All

(-)a/imap/cyr_info.c (+2 lines)
Lines 150-155 static void do_conf(int only_changed, int want_since, uint32_t since) Link Here
150
                printf("\n");
150
                printf("\n");
151
                break;
151
                break;
152
152
153
            case OPT_BYTESIZE:
153
            case OPT_DURATION:
154
            case OPT_DURATION:
154
                if (only_changed) {
155
                if (only_changed) {
155
                    if (0 == strcmpsafe(imapopts[i].def.s, imapopts[i].val.s))
156
                    if (0 == strcmpsafe(imapopts[i].def.s, imapopts[i].val.s))
Lines 264-269 static void do_defconf(int want_since, uint32_t since) Link Here
264
                printf("%s: %ld\n", imapopts[i].optname, imapopts[i].def.i);
265
                printf("%s: %ld\n", imapopts[i].optname, imapopts[i].def.i);
265
                break;
266
                break;
266
267
268
            case OPT_BYTESIZE:
267
            case OPT_DURATION:
269
            case OPT_DURATION:
268
            case OPT_STRING:
270
            case OPT_STRING:
269
            case OPT_STRINGLIST:
271
            case OPT_STRINGLIST:

Return to bug 923891