Re: [PATCH] Adds label completion

2016-08-31 Thread dgc
* On 31 Aug 2016, Damien Riegel wrote: > > /* Set CurrentMenu to MENU_MAIN before executing any folder > > @@ -1270,6 +1273,8 @@ > > (option (OPTREADONLY) || op == > > OP_MAIN_CHANGE_FOLDER_READONLY) ? > > MUTT_READONLY :

[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
ay, which can be useful if they are very long -- for example, mailboxes +deep in your filesystem, or IMAP URLs with a lot of prefatory junk. + + + +mailboxrx + +pattern + + +replacement + + +unmailboxrx + +pattern + + + + +Mailbox Munging + +# Shorten my home directory path +mailboxrx '/home/

[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

[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