From: zbyniu Date: Tue, 14 Jun 2011 13:21:28 +0000 (+0000) Subject: - don't open mailboxes infinite times; rel 4 X-Git-Tag: auto/th/mutt-1_5_21-4 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=commitdiff_plain;h=081015c7d79b84bccd83dc26f458a6fde2021064 - don't open mailboxes infinite times; rel 4 Changed files: mutt-sidebar.patch -> 1.2 mutt.spec -> 1.237 --- diff --git a/mutt-sidebar.patch b/mutt-sidebar.patch index 42845eb..eb73dfc 100644 --- a/mutt-sidebar.patch +++ b/mutt-sidebar.patch @@ -52,7 +52,7 @@ diff -urN mutt-1.5.21/buffy.c mutt-1.5.21-sidebar/buffy.c + mailbox->msgcount++; + } + } -+ ++ closedir (dirp); return rc; } @@ -169,7 +169,7 @@ diff -urN mutt-1.5.21/compose.c mutt-1.5.21-sidebar/compose.c int off = 0; - mvaddstr (HDR_CRYPT, 0, "Security: "); -+ mvaddstr (HDR_CRYPT, SidebarWidth, "Security: "); ++ mvaddstr (HDR_CRYPT, SidebarWidth, "Security: "); if ((WithCrypto & (APPLICATION_PGP | APPLICATION_SMIME)) == 0) { diff --git a/mutt.spec b/mutt.spec index 7c01acd..169128f 100644 --- a/mutt.spec +++ b/mutt.spec @@ -22,7 +22,7 @@ Summary(tr.UTF-8): Mutt elektronik posta programı Summary(uk.UTF-8): Поштова клієнтська програма Mutt Name: mutt Version: 1.5.21 -Release: 3 +Release: 4 Epoch: 6 License: GPL v2+ Group: Applications/Mail