Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 884891 Details for
Bug 923891
net-mail/cyrus-imapd-3.8.1: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cyr_info patch
a2bf7ed5aee1386a450dc6bd5dd3c6750fe39592.diff (text/plain), 762 bytes, created by
J. Roeleveld
on 2024-02-14 07:03:22 UTC
(
hide
)
Description:
cyr_info patch
Filename:
MIME Type:
Creator:
J. Roeleveld
Created:
2024-02-14 07:03:22 UTC
Size:
762 bytes
patch
obsolete
>diff --git a/imap/cyr_info.c b/imap/cyr_info.c >index ce43b09ed1..9597a425c8 100644 >--- a/imap/cyr_info.c >+++ b/imap/cyr_info.c >@@ -150,6 +150,7 @@ static void do_conf(int only_changed, int want_since, uint32_t since) > printf("\n"); > break; > >+ case OPT_BYTESIZE: > case OPT_DURATION: > if (only_changed) { > if (0 == strcmpsafe(imapopts[i].def.s, imapopts[i].val.s)) >@@ -264,6 +265,7 @@ static void do_defconf(int want_since, uint32_t since) > printf("%s: %ld\n", imapopts[i].optname, imapopts[i].def.i); > break; > >+ case OPT_BYTESIZE: > case OPT_DURATION: > case OPT_STRING: > case OPT_STRINGLIST:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 923891
:
884326
|
884889
|
884890
| 884891 |
885087