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-578-gf8437b2
Date: Sat, 22 Feb 2020 12:13:14 -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  f8437b262c94ef12c57f6024aaaab73f7ae50cf8 (commit)
      from  b18f2d1fcd634e79fff9d69bc9b7ddf220755290 (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 f8437b262c94ef12c57f6024aaaab73f7ae50cf8
Author: Stephen Gildea <address@hidden>
Date:   Mon Feb 17 11:02:49 2020 -0800

    patch: Maildir support for "scan -file"
    
    I have extended the "scan -file" command line so that the "file" can
    also be a Maildir directory.
    
    This feature complements the Maildir support added to the inc command
    in 1.4.  Just as you may want to inc your mail from Maildir, you might
    want to see what awaits you with a scan first.
    
    Signed-off-by: David Levine <address@hidden>

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

Summary of changes:
 Makefile.am                 |  3 ++
 docs/pending-release-notes  |  1 +
 man/scan.man                | 20 ++++++++--
 sbr/maildir_read_and_sort.c | 75 ++++++++++++++++++++++++++++++++++++
 sbr/maildir_read_and_sort.h | 15 ++++++++
 test/scan/test-scan-file    | 89 ++++++++++++++++++++++++++++++++++++++++++
 uip/inc.c                   | 68 ++------------------------------
 uip/scan.c                  | 94 +++++++++++++++++++++++++++++++++++----------
 8 files changed, 277 insertions(+), 88 deletions(-)
 create mode 100644 sbr/maildir_read_and_sort.c
 create mode 100644 sbr/maildir_read_and_sort.h
 create mode 100755 test/scan/test-scan-file


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



reply via email to

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