<<< Date Index >>>     <<< Thread Index >>>

[Mutt] #2914: mutt-1.5.16: Patches for minor enhancements



#2914: mutt-1.5.16: Patches for minor enhancements

 {{{

 Package: mutt
 Version: mutt-1.5.16
 Severity: wishlist

 -- Please type your report below this line

 Hello,


 enclosed you will find patch files for some minor enhancements.
 Please feel free to incorporate the patches into the main distribution
 of mutt.

 The patches are unified diffs for mutt-1.5.16:

  * edit-visual.udiff            --> OPS  compose.c  functions.h

    New function  "edit-visual / OP_COMPOSE_EDIT_VISUAL".

    Therefore it is possible to have two editors at the same time:
     + The fast builtin editor for small mails.
     + The individual visual editor for big mails.
    Default binding:  v


  * help.udiff                   --> help.c

    Minor modification of a text string.


  * makefile.dotlock.udiff       --> Makefile.in

     + Update of make variable  "mutt_dotlock_DEPENDENCIES".
     + New make variable  "mutt_dotlock_CFLAGS".
     + New target  "mutt_dotlock.$(OBJEXT):"  for compiling
       "mutt_dotlock".

    I'm not familiar with GNU automake.  Therefore i didn't modify
    "Makefile.am".


  * makefile.dst.udiff           --> contrib/Makefile.in  doc/Makefile.in

    New make variables:  DST_docdir  DST_htmldir  DST_man1dir DST_man5dir.
    Advantages:
     + In special environments it's easier to change the path names.
     + It's easier to read the makefiles.

    Some more files are installed by  "contrib/Makefile.in":
       language.txt  language50.txt  iconv/README  iconv/make.sh

    I didn't modify  "contrib/Makefile.am"  and  "doc/Makefile.am".


  * restore-full-display.udiff   --> init.h  mutt.h  pattern.c

    New boolean  "restore_full_display / OPTRESTFULLDISP".

    In the plain package no mails are displayed at all if no mails match
    the pattern of a limit command.
    Because of the patch the complete list shall be restored in this case
    if the boolean is set;  a  "limit to 'all'"  should not be necessary.

    Unfortunately my patch is not sufficient.
    I took code of a previous version of mutt.


  * space-is-default.udiff       --> curs_lib.c

    <Space>  additionally triggers the default if a yes/no question
    is asked.


  * visual-editmsg.udiff         --> editmsg.c

    Minor modification of the first argument of  "mutt_edit_file":
    Additionally use  "Visual".


 Kind regards,
     Ernst Boetsch
 }}}

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2914>