Re: Next few todos

2016-11-04 Thread Richard Russon
Hi Kevin, > This weekend, I'm going to work on merging the compressed mailboxes > patch. It looks like the NeoMutt team did a nice job reworking it with > Damien's mx_ops changes. Thanks :-) > I found a broken-out patch file in the Gentoo archive, > so plan on using that as a starting point. T

[PATCH 2/2] compose: add operation to rename an attachment

2016-11-04 Thread Damien Riegel
--- OPS | 1 + compose.c | 27 ++- functions.h | 1 + 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/OPS b/OPS index ed15b49..8bad616 100644 --- a/OPS +++ b/OPS @@ -36,6 +36,7 @@ OP_COMPOSE_ISPELL "run ispell on the message" OP_COMPOSE_NEW_MIME

[PATCH 0/2] add operation to rename an attachment

2016-11-04 Thread Damien Riegel
This patchset allows a user to rename an attachment, it addresses Trac ticket #3706. First patch adds a new %F placeholder in the "attach_format" config option. This placeholder will display the name that will be set in the content-disposition header, so basically that's how the recipient will see

Re: Next few todos

2016-11-04 Thread Kevin J. McCarthy
On Fri, Nov 04, 2016 at 01:32:32PM +, Richard Russon wrote: > > I found a broken-out patch file in the Gentoo archive, > > so plan on using that as a starting point. > > The code hasn't changed since Gentoo took that patch, > but it has been reformatted to "Mutt-standard". > > I've rebased th

[PATCH 1/2] attach_format: add new %F placeholder

2016-11-04 Thread Damien Riegel
This new placeholder allows to print the attachment name as it will be seen on the recipient side. --- init.h | 1 + recvattach.c | 20 2 files changed, 21 insertions(+) diff --git a/init.h b/init.h index 782cf8e..48cf915 100644 --- a/init.h +++ b/init.h @@ -225,6 +225

Re: [Mutt] #3890: mutt_mktime is ambiguous near DST change

2016-11-04 Thread Mutt
#3890: mutt_mktime is ambiguous near DST change -+-- Reporter: vinc17 | Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone: Component: mutt|Version: 1.7.1 Resolution: | Keywords: -

Re: [Mutt] #3880: integer overflow in date.c (mutt_mktime)

2016-11-04 Thread Mutt
#3880: integer overflow in date.c (mutt_mktime) ---+-- Reporter: vinc17| Owner: mutt-dev Type: defect| Status: closed Priority: critical | Milestone: Component: mutt |Version: 1.7.0 Resolution: fixed | Keyw