Re: [PATCH] Adds compose menu bindings for grouping and moving attachments

2016-08-30 Thread Oswald Buddenhagen
On Tue, Aug 30, 2016 at 04:34:37PM -0700, d...@bikeshed.us wrote: > OPS |3 + > compose.c | 165 > > doc/manual.xml.head | 17 + > functions.h |3 + > 4 files changed, 188 insertions(+), 0 deleti

Re: [PATCH] When $flag_safe is set, flagged messages cannot be deleted

2016-08-30 Thread Oswald Buddenhagen
On Tue, Aug 30, 2016 at 04:32:20PM -0700, d...@bikeshed.us wrote: > flags.c | 3 ++- > init.h | 5 + > mh.c| 7 +-- > mutt.h | 1 + > 4 files changed, 13 insertions(+), 3 deletions(-) > > > # HG changeset patch > # User David Champion > # Date 1472599870 25200 > # Tue Aug

mutt: Redraw screen after an SSL cert prompt

2016-08-30 Thread Brendan Cully
changeset: 6774:efccbd9bc6f6 user: David Champion date: Tue Aug 30 18:43:02 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/efccbd9bc6f6 Redraw screen after an SSL cert prompt diffs (11 lines): diff -r 121fa0badf9e -r efccbd9bc6f6 mutt_ssl.c --- a/mutt_ssl.cTue Aug 30 16

[PATCH] Adds compose menu bindings for grouping and moving attachments

2016-08-30 Thread dgc
OPS |3 + compose.c | 165 doc/manual.xml.head | 17 + functions.h |3 + 4 files changed, 188 insertions(+), 0 deletions(-) # HG changeset patch # User David Champion # Date 1472600048 25200 #

[PATCH] Adds the '@' pattern modifier to limit matches to known aliases

2016-08-30 Thread dgc
doc/manual.xml.head | 23 +++ mutt.h | 1 + pattern.c | 18 -- 3 files changed, 40 insertions(+), 2 deletions(-) # HG changeset patch # User David Champion # Date 1472600102 25200 # Tue Aug 30 16:35:02 2016 -0700 # Node ID d2a3

[PATCH] Adds binding to create "hotkeys" for messages

2016-08-30 Thread dgc
OPS | 1 + curs_main.c | 26 ++ doc/manual.xml.head | 21 + functions.h | 1 + globals.h | 1 + init.h | 8 6 files changed, 58 insertions(+), 0 deletions(-) # HG changeset patch

[PATCH] setenv/unsetenv for altering process environment (to affect children)

2016-08-30 Thread dgc
doc/manual.xml.head | 18 init.c | 113 init.h |3 + main.c | 15 ++- system.c|4 +- 5 files changed, 151 insertions(+), 2 deletions(-) # HG changeset patch # User Da

[SPAM?] [PATCH] Uncollapse threads when new mail arrives

2016-08-30 Thread dgc
curs_main.c | 2 +- init.h | 8 mutt.h | 1 + 3 files changed, 10 insertions(+), 1 deletions(-) # HG changeset patch # User David Champion # Date 1472604804 25200 # Tue Aug 30 17:53:24 2016 -0700 # Node ID ed54319fbefaeba45479402175830f5d06ec93b0 # Parent be92ca7a461

[PATCH] allow initial blank lines in local mailboxes

2016-08-30 Thread dgc
mx.c | 5 + 1 files changed, 5 insertions(+), 0 deletions(-) # HG changeset patch # User David Champion # Date 1472604902 25200 # Tue Aug 30 17:55:02 2016 -0700 # Node ID d0273005656c26a0339146b22e7cd9acf52faa0a # Parent ed54319fbefaeba45479402175830f5d06ec93b0 allow initial blank li

[PATCH] Abstract the SPAM_LIST as a generic REPLACE_LIST

2016-08-30 Thread dgc
globals.h |2 +- hcache.c |2 +- init.c| 60 ++-- mutt.h| 10 +++--- muttlib.c | 100 - protos.h |3 +- 6 files changed, 136 insertions(+), 41 deletions(-) # HG changeset patch

[PATCH] Add subjectrx command to replace matching subjects with something else

2016-08-30 Thread dgc
doc/manual.xml.head | 83 + globals.h | 1 + hdrline.c | 42 +- init.c | 82 init.h | 6 +++ mutt.h |

[PATCH] Adds mailboxrx (and unmailboxrx) command

2016-08-30 Thread dgc
doc/manual.xml.head | 35 +++ globals.h | 1 + init.h | 2 ++ muttlib.c | 21 +++-- 4 files changed, 57 insertions(+), 2 deletions(-) # HG changeset patch # User David Champion # Date 1472605104 25200 #

[PATCH] Adds capability to edit x-labels inside mutt, and to sort by label

2016-08-30 Thread dgc
OPS | 1 + commands.c | 10 ++-- copy.c | 16 ++ copy.h | 1 + curs_main.c | 15 + doc/manual.xml.head | 6 + functions.h | 2 + headers.c | 58 +

[PATCH] Add reentrant hash_walk() function for iterating down a hash table

2016-08-30 Thread dgc
hash.c | 27 +++ hash.h | 7 +++ 2 files changed, 34 insertions(+), 0 deletions(-) # HG changeset patch # User David Champion # Date 1472605287 25200 # Tue Aug 30 18:01:27 2016 -0700 # Node ID beaac419ca1dd13d0d11fdf33bb0d128fa634045 # Parent d7cbf28a3dfd48a

[PATCH] Adds label completion

2016-08-30 Thread dgc
curs_main.c | 5 doc/manual.xml.head | 5 +++- enter.c | 18 + globals.h | 1 + headers.c | 46 - init.c | 54 + main.c

[SPAM?] [PATCH] add pointer check in hash_destroy()

2016-08-30 Thread dgc
hash.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) # HG changeset patch # User David Champion # Date 1472605423 25200 # Tue Aug 30 18:03:43 2016 -0700 # Node ID ebfafc255c33569d2282f0b20a7102ffdb68e2c8 # Parent b0982723e4af2aa8d8054f0e513bdb635d32d16b add pointer check in h

[PATCH] Permit tab completion of pattern expressions with ~y (labels)

2016-08-30 Thread dgc
enter.c | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) # HG changeset patch # User David Champion # Date 1472606303 25200 # Tue Aug 30 18:18:23 2016 -0700 # Node ID b18e00baf96e46fea51555eaede1a6ff7b9fcd06 # Parent ea53e34cfe2833ce95af60a28d83a6f86c34

[SPAM?] Re: [SPAM?] some patches

2016-08-30 Thread David Champion
* On 30 Aug 2016, David Champion wrote: > Now that we're solidly past 1.6, and since I've taken a couple of > weekends to firm up some work, I'm going to shoot out a few patches > that I've been hoarding for-- well, years. > > @Kevin, I don't mean to dump these on you. I'll take care of merges a

[PATCH] When $flag_safe is set, flagged messages cannot be deleted

2016-08-30 Thread dgc
flags.c | 3 ++- init.h | 5 + mh.c| 7 +-- mutt.h | 1 + 4 files changed, 13 insertions(+), 3 deletions(-) # HG changeset patch # User David Champion # Date 1472599870 25200 # Tue Aug 30 16:31:10 2016 -0700 # Node ID b8cc2b58219505f3d5f348a7dece9a3e1a3a96ee # Parent 121

[SPAM?] some patches

2016-08-30 Thread David Champion
Now that we're solidly past 1.6, and since I've taken a couple of weekends to firm up some work, I'm going to shoot out a few patches that I've been hoarding for-- well, years. @Kevin, I don't mean to dump these on you. I'll take care of merges and pushes. I just want to get these in front of mu

mutt: Moves mutt_copy_list to muttlib.c, where it belongs.

2016-08-30 Thread Brendan Cully
changeset: 6773:121fa0badf9e user: David Champion date: Tue Aug 30 16:30:06 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/121fa0badf9e Moves mutt_copy_list to muttlib.c, where it belongs. diffs (60 lines): diff -r ab403fd7e600 -r 121fa0badf9e muttlib.c --- a/muttlib.c Tue Aug

mutt: Update a confusing and obsolete comment.

2016-08-30 Thread Brendan Cully
changeset: 6772:ab403fd7e600 user: David Champion date: Tue Aug 30 16:11:45 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/ab403fd7e600 Update a confusing and obsolete comment. This 2004 comment in sort.h predicted what has recently come to pass, so I'm reframing it just to docu