Re: X-Label editing patch inclusion?
David Champion <dgc <at> uchicago.edu>
2010-07-16 18:14:17 GMT
* On 16 Jul 2010, Jan Larres wrote:
> Hi,
>
> I'm curious if there is a chance that the X-Label editing patch from
> http://home.uchicago.edu/~dgc/mutt/#x-label is going to be included in mutt. I
> know there are ways for label editing without that patch, but they are clumsy
> and don't allow for editing multiple tagged messages. If there are no
> principal objections I could adjust it to the current version and see if it
> can be improved usability-wise.
Current version attached. This applies to HEAD as of July 3.
--
--
-D. dgc <at> uchicago.edu IT Services University of Chicago
diff -r 1695b015d75a OPS
--- a/OPS Wed Dec 02 18:52:05 2009 -0600
+++ b/OPS Wed Dec 02 18:52:07 2009 -0600
<at> <at> -56,6 +56,7 <at> <at>
OP_DISPLAY_ADDRESS "display full address of sender"
OP_DISPLAY_HEADERS "display message and toggle header weeding"
OP_DISPLAY_MESSAGE "display a message"
+OP_EDIT_LABEL "add, change, or delete a message's label"
OP_EDIT_MESSAGE "edit the raw message"
OP_EDITOR_BACKSPACE "delete the char in front of the cursor"
OP_EDITOR_BACKWARD_CHAR "move the cursor one character to the left"
diff -r 1695b015d75a PATCHES
--- a/PATCHES Wed Dec 02 18:52:05 2009 -0600
+++ b/PATCHES Wed Dec 02 18:52:07 2009 -0600
(Continue reading)