1
0
forked from pool/mutt
Dr. Werner Fink 2016-06-01 11:05:01 +00:00 committed by Git OBS Bridge
parent 4cb96ba853
commit 557a9cd825
3 changed files with 18 additions and 1 deletions

View File

@ -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);

View File

@ -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

View File

@ -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