mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/neomutt: update to 20250113
This commit is contained in:
parent
0ce22569c3
commit
9d6ee386ca
3 changed files with 5 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= neomutt
|
PORTNAME= neomutt
|
||||||
PORTVERSION= 20250109
|
PORTVERSION= 20250113
|
||||||
PORTREVISION= 1
|
PORTREVISION= 0
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
|
|
||||||
MAINTAINER= gahr@FreeBSD.org
|
MAINTAINER= gahr@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1736419681
|
TIMESTAMP = 1736872214
|
||||||
SHA256 (neomutt-neomutt-20250109_GH0.tar.gz) = 597325c23ad07310ed96b2ee566e45e489cca81b0bdb028f276c690143500f8a
|
SHA256 (neomutt-neomutt-20250113_GH0.tar.gz) = cc7835e80fd72af104a8e146e009e93e687cefbc6c11725ee2ed11d7377486ff
|
||||||
SIZE (neomutt-neomutt-20250109_GH0.tar.gz) = 4099634
|
SIZE (neomutt-neomutt-20250113_GH0.tar.gz) = 4099632
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- mbox/mbox.c.orig 2025-01-13 09:21:08 UTC
|
|
||||||
+++ mbox/mbox.c
|
|
||||||
@@ -895,7 +895,7 @@ static bool mbox_mbox_open_append(struct Mailbox *m, O
|
|
||||||
}
|
|
||||||
FREE(&tmp_path);
|
|
||||||
|
|
||||||
- adata->fp = mutt_file_fopen(mailbox_path(m), (flags & MUTT_NEWFOLDER) ? "w+" : "a+");
|
|
||||||
+ adata->fp = mutt_file_fopen(mailbox_path(m), "a+");
|
|
||||||
if (!adata->fp)
|
|
||||||
{
|
|
||||||
mutt_perror("%s", mailbox_path(m));
|
|
Loading…
Add table
Reference in a new issue