Accepting request 75648 from server:mail

- Update patch for Mutt Ticket #3288 and check for empty headers
  in mx_update_context() (bnx#704359)

OBS-URL: https://build.opensuse.org/request/show/75648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=38
This commit is contained in:
Sascha Peilicke 2011-07-07 13:44:51 +00:00 committed by Git OBS Bridge
commit 3bac197ab5
3 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f1e8a39baf3c8fcc312a641200013e00e0eb3ac6c6971c89817f83b0aa8528c5 oid sha256:220b330eec40f2b15ed82bb87cae09b08c7a71e0282b57416183cf0ead7c7086
size 7350 size 7583

View File

@ -296,3 +296,15 @@
{ "ssl_starttls", DT_QUAD, R_NONE, OPT_SSLSTARTTLS, M_YES }, { "ssl_starttls", DT_QUAD, R_NONE, OPT_SSLSTARTTLS, M_YES },
/* /*
** .pp ** .pp
--- mx.c
+++ mx.c 2011-07-07 11:24:48.680426606 +0000
@@ -1591,6 +1591,9 @@ void mx_update_context (CONTEXT *ctx, in
{
h = ctx->hdrs[msgno];
+ if (!h)
+ continue;
+
if (WithCrypto)
{
/* NOTE: this _must_ be done before the check for mailcap! */

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 7 11:26:18 UTC 2011 - werner@suse.de
- Update patch for Mutt Ticket #3288 and check for empty headers
in mx_update_context() (bnx#704359)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 20 15:11:39 CEST 2011 - werner@suse.de Mon Jun 20 15:11:39 CEST 2011 - werner@suse.de