.
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)
|
||||
{
|
||||
/* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user