From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@quintic.co.uk (Marcus Williams) Date: Fri, 02 Nov 2007 12:55:15 +0000 Subject: [sup-talk] patch with keymaps for editing message headers In-Reply-To: <320c39cf00151583@IMSS-WIN> References: <1192119420-sup-7831@timmy> <320c39cf00151583@IMSS-WIN> Message-ID: <472B1E33.7000207@quintic.co.uk> On 02/11/2007 William Morgan wrote: > Excerpts from Eyal Oren's message of Thu Oct 11 09:19:17 -0700 2007: > > > Attached another small patch, adding keymaps to edit 'To:', 'Cc:', and > > > 'Subject:' field of messages. Again something small that I missed, > > > coming from Mutt. > > Applied, thanks! This adds a method in edit-message-mode called "edit_field" with 1 argument. reply-mode has an edit_field method that overrides this if you are replying so you get an exception as it gets called instead when you try to edit the field in reply mode. It doesnt look like the reply mode edit_field method gets used anywhere so this might need to be removed or the edit-message-mode method needs renaming perhaps. Marcus