forked from rpm/mutt
.
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=132
This commit is contained in:
parent
4cb96ba853
commit
557a9cd825
@ -318,3 +318,15 @@
|
|||||||
if (WithCrypto)
|
if (WithCrypto)
|
||||||
{
|
{
|
||||||
/* NOTE: this _must_ be done before the check for mailcap! */
|
/* NOTE: this _must_ be done before the check for mailcap! */
|
||||||
|
--- headers.c
|
||||||
|
+++ headers.c 2016-06-01 10:56:51.193585638 +0000
|
||||||
|
@@ -360,6 +360,9 @@ void mutt_scan_labels(CONTEXT *ctx)
|
||||||
|
{
|
||||||
|
int i;
|
||||||
|
|
||||||
|
+ if (!ctx)
|
||||||
|
+ return;
|
||||||
|
+
|
||||||
|
for (i = 0; i < ctx->msgcount; i++)
|
||||||
|
if (ctx->hdrs[i]->env->labels)
|
||||||
|
mutt_label_ref_inc(ctx->hdrs[i]->env);
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 1 11:04:06 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix crash due keywords.patch which stumble over not existing
|
||||||
|
standard mailbox
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 12:35:33 UTC 2016 - werner@suse.de
|
Tue May 31 12:35:33 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
@ -71,7 +71,6 @@ Requires: perl(Expect)
|
|||||||
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
|
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
|
||||||
# desktop selections.
|
# desktop selections.
|
||||||
#Requires: desktop-data-SuSE
|
#Requires: desktop-data-SuSE
|
||||||
####%global neo 20160502
|
|
||||||
%global neo 20160530
|
%global neo 20160530
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user