nmh-commits
[Top][All Lists]
Advanced

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

[nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-778-g54c9b8ee
Date: Sun, 30 Jan 2022 09:27:54 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  54c9b8ee126b284c25b8ae3c7e600638fda2cb06 (commit)
      from  bda65e3593426da12cc5b06193d233ae96a3e9bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54c9b8ee126b284c25b8ae3c7e600638fda2cb06
Author: David Levine <levinedl@acm.org>
Date:   Sun Jan 30 09:26:44 2022 -0500

    Updated mhshow(1) helper applications from Old to New as shown below.
    
    [app1, app2, ... appN] shows the order that mhn.defaults.sh uses
    when looking for the helper for the specified content type and
    optional subtype.
    
    Support for audio content is only added if /dev/audioIU or /dev/audio
    exists.
    
    Old helper appplications
    ========================
    [acroread, okular, evince, xpdf, gv]: application/pdf
    [okular, evince, gv]: application/postscript
    [ivs_replay]: application/x-ivs
    [soffice]: application/msword
    [splayer, raw2audio, cat >/dev/audio]: audio/basic
    [adpcm_dec, play]: audio/x-next
    [xv, netpbm + djpeg + xwud]: image
    [w3m, lynx, elinks]: text/html
    [richtext, rt2raw]: text/richtext
    [mpeg_play]: video/mpeg
    
    Changes:
    1. replaced use of netpbm with mpv --keep-open, preferring mpv over xv
    2. replaced mpeg_play with [mpv, mplayer] for video (not just video/mpeg)
    3. moved acroread to end of application/pdf list
    4. removed application/x-ivs support
    5. removed text/richtext support
    6. added mhshow-suffix-video.mp4 to mhn.defaults
    
    New helper appplications
    ========================
    [okular, evince, xpdf, gv, acroread]: application/pdf
    [okular, evince, gv]: application/postscript
    [soffice]: application/msword
    [splayer, raw2audio, cat >/dev/audio]: audio/basic
    [adpcm_dec, play]: audio/x-next
    [mpv --keep-open, xv]: image
    [w3m, lynx, elinks]: text/html
    [mpv, mplayer]: video

-----------------------------------------------------------------------

Summary of changes:
 docs/pending-release-notes |   6 ++
 etc/mhn.defaults.sh        | 142 ++++++++++++++-------------------------------
 2 files changed, 49 insertions(+), 99 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]