summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-11-12 12:40:55 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-11-12 12:40:55 +0000
commitd83e9abfd7d31a3061e2ee35f7a07af4422b9901 (patch)
tree7358e4c90e9fe0d8299567a81614ccbe4facbfc9 /mail/mutt-devel/files
parentUpdate to DEV300_m35. (diff)
Add a patch that fixes a crash (http://dev.mutt.org/trac/ticket/3057).
PR: ports/128637 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Reviewed by: Udo.Schweigert@siemens.com (maintainer)
Notes
Notes: svn path=/head/; revision=222767
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r--mail/mutt-devel/files/patch-imap-browse.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-imap-browse.c b/mail/mutt-devel/files/patch-imap-browse.c
new file mode 100644
index 000000000000..f46df88d3e80
--- /dev/null
+++ b/mail/mutt-devel/files/patch-imap-browse.c
@@ -0,0 +1,13 @@
+Index: imap/browse.c
+Obtained from: http://dev.mutt.org/trac/changeset/5401%3Abba92e401440/imap/browse.c?old=5378%3Aac00273b3a88&old_path=imap%2Fbrowse.c
+Bug description: http://dev.mutt.org/trac/ticket/3057
+===================================================================
+--- imap/browse.c
++++ imap/browse.c
+@@ -229,5 +229,5 @@
+ }
+
+- if (!imap_mxcmp(mx.mbox, idata->mailbox))
++ if (idata->ctx && !imap_mxcmp(mx.mbox, idata->mailbox))
+ {
+ state->new = idata->ctx->new;