Re: [evolution-patches] bug+patch: 71089 Keybindings for view source/headers/normal mail messages



this is all changing for 2.2 anyway, so probably not worth accepting
this patch atm.

Jeff

On Sun, 2005-01-09 at 10:34, Mark Janssen wrote:
> Hi List,
> 
> The patch below adds some keybindings (Ctrl-1, Ctrl-2 and Ctrl-3) to the
> menu-items 'view message' as 'Normal/Headers/Source'. Since it would be
> quite handy to be able to switch between these views (and it's also just
> a keypress away in other polular mailers such as mutt).
> 
> I've been using this patch unmodified since evolution 1.4 and it still
> applies cleanly (as it only patches a single xml file, no source)
> 
> Please consider including it... it's also in bugzilla as
> http://bugs.ximian.com/show_bug.cgi?id=71089
> 
> --- ./evolution-mail-message.xml	2004-02-07 21:23:09.000000000 +0100
> +++ /tmp/evolution-mail-message.xml	2004-02-10 10:46:14.000000000 +0100
> @@ -169,6 +169,7 @@
>  
>      <cmd name="ViewFullHeaders"
>       _tip="Show message with all email headers"
> +    accel="*Control*2"
>       type="radio" group="message_display"/>
>  
>      <cmd name="ViewLoadImages"
> @@ -176,10 +177,12 @@
>  
>      <cmd name="ViewNormal"
>       _tip="Show message in the normal style"
> +    accel="*Control*1"
>       type="radio" group="message_display"/>
>  
>      <cmd name="ViewSource"
>       _tip="Show the raw email source of the message"
> +    accel="*Control*3"
>       type="radio" group="message_display"/>
>  
>      <cmd name="TextZoomIn"
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]