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: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1279-g1dd5d4f
Date: Sat, 22 Apr 2017 19:50:21 -0400 (EDT)

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  1dd5d4f0686b560d0bfe86a03000675a11d3ce15 (commit)
       via  ddf5b0259b7246c0d3207ceb22ea72379ae64e89 (commit)
       via  010cd7a621c0bc807c083a462183d7554063559e (commit)
       via  ec68c7d9fca00e976df02842dc2c9d5a523567af (commit)
       via  177f020f122827214159c46dcfe7ded1e3c8d1c3 (commit)
       via  0a032eea07f6d77ac6ea4d5a39c9491c34358058 (commit)
      from  f4f042276a25cbde557d159914ac1d0c31514535 (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 1dd5d4f0686b560d0bfe86a03000675a11d3ce15
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 00:47:32 2017 +0100

    Append descriptions to C source files with first-line filenames.

commit ddf5b0259b7246c0d3207ceb22ea72379ae64e89
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 00:29:02 2017 +0100

    Add first-line comment describing C source's purpose.
    
    I had a stab at them after a bit of a skim;  they're better than
    nothing.

commit 010cd7a621c0bc807c083a462183d7554063559e
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 00:02:41 2017 +0100

    Ensure a space after `#!'.
    
    The majority of the `#!' scripts have a space before the `/';
    add one to the three deviants.

commit ec68c7d9fca00e976df02842dc2c9d5a523567af
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 23:36:19 2017 +0100

    Correct first-line comments where filename is wrong.
    
    Having jiggled the start-of-file comment about, it's apparent that a few
    files either don't know their own name, or the format the rest of the
    gang follow.  To wit, "basename(filename) -- ...".

commit 177f020f122827214159c46dcfe7ded1e3c8d1c3
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 23:19:39 2017 +0100

    Replace "/*\n * " with "/* " at the start of a file.
    
    Pulls the meat of the comment onto the file's first line, now that the
    blank line at the start of the file has been deleted.  Allows `sed -ns
    1p ...' or similar to give a summary of lots of files.

commit 0a032eea07f6d77ac6ea4d5a39c9491c34358058
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 19:05:32 2017 +0100

    Remove leading and trailing blank lines from code.
    
    Many of the main source file start with a blank line, and many end with
    one or more too.  They seem to serve little purpose so delete them.
    This makes all the files consistent in not having them and ideally the
    first line of a C source file will say something about its content in
    time instead of just "/*".  Avoided editing format files, etc,. where
    the line could be significant, and historical files.

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

Summary of changes:
 config/config.c                          | 5 +----
 etc/bash_completion_nmh-gen              | 2 +-
 etc/mhn.defaults.sh                      | 2 +-
 etc/mhn.find.sh                          | 1 -
 etc/sendfiles                            | 2 +-
 h/addrsbr.h                              | 4 +---
 h/aliasbr.h                              | 4 +---
 h/crawl_folders.h                        | 4 +---
 h/dropsbr.h                              | 5 +----
 h/fmt_compile.h                          | 4 +---
 h/fmt_scan.h                             | 4 +---
 h/icalendar.h                            | 3 +--
 h/md5.h                                  | 4 +---
 h/mf.h                                   | 5 +----
 h/mh.h                                   | 4 +---
 h/mhcachesbr.h                           | 4 +---
 h/mhparse.h                              | 4 +---
 h/mime.h                                 | 5 +----
 h/mts.h                                  | 4 +---
 h/netsec.h                               | 3 +--
 h/nmh.h                                  | 4 +---
 h/oauth.h                                | 9 ++++-----
 h/picksbr.h                              | 4 +---
 h/popsbr.h                               | 4 +---
 h/prototypes.h                           | 4 +---
 h/rcvmail.h                              | 4 +---
 h/scansbr.h                              | 4 +---
 h/signals.h                              | 4 +---
 h/tws.h                                  | 5 +----
 h/utils.h                                | 4 +---
 mts/smtp/smtp.c                          | 3 +--
 mts/smtp/smtp.h                          | 5 +----
 sbr/addrsbr.c                            | 4 +---
 sbr/ambigsw.c                            | 4 +---
 sbr/arglist.c                            | 4 +---
 sbr/atooi.c                              | 4 +---
 sbr/base64.c                             | 3 +--
 sbr/brkstring.c                          | 4 +---
 sbr/charstring.c                         | 3 +--
 sbr/check_charset.c                      | 4 +---
 sbr/client.c                             | 4 +---
 sbr/closefds.c                           | 4 +---
 sbr/concat.c                             | 4 +---
 sbr/context_del.c                        | 4 +---
 sbr/context_find.c                       | 4 +---
 sbr/context_foil.c                       | 5 +----
 sbr/context_read.c                       | 3 +--
 sbr/context_replace.c                    | 4 +---
 sbr/context_save.c                       | 4 +---
 sbr/copyip.c                             | 4 +---
 sbr/cpydata.c                            | 4 +---
 sbr/cpydgst.c                            | 4 +---
 sbr/crawl_folders.c                      | 4 +---
 sbr/credentials.c                        | 3 ++-
 sbr/ctype-checked.c                      | 3 +--
 sbr/ctype-checked.h                      | 2 +-
 sbr/datetime.c                           | 3 +--
 sbr/discard.c                            | 3 +--
 sbr/done.c                               | 4 +---
 sbr/dtime.c                              | 4 +---
 sbr/dtimep.l                             | 5 +++--
 sbr/encode_rfc2047.c                     | 3 +--
 sbr/error.c                              | 4 +---
 sbr/escape_addresses.c                   | 3 +--
 sbr/fdcompare.c                          | 4 +---
 sbr/fmt_addr.c                           | 4 +---
 sbr/fmt_compile.c                        | 4 +---
 sbr/fmt_new.c                            | 4 +---
 sbr/fmt_rfc2047.c                        | 4 +---
 sbr/fmt_scan.c                           | 4 +---
 sbr/folder_addmsg.c                      | 4 +---
 sbr/folder_delmsgs.c                     | 4 +---
 sbr/folder_free.c                        | 4 +---
 sbr/folder_pack.c                        | 4 +---
 sbr/folder_read.c                        | 4 +---
 sbr/folder_realloc.c                     | 4 +---
 sbr/getarguments.c                       | 4 +---
 sbr/getcpy.c                             | 4 +---
 sbr/geteditor.c                          | 4 +---
 sbr/getfolder.c                          | 4 +---
 sbr/getline.c                            | 3 +--
 sbr/getpass.c                            | 3 ++-
 sbr/icalendar.l                          | 3 +--
 sbr/icalparse.y                          | 3 +--
 sbr/lock_file.c                          | 4 +---
 sbr/m_atoi.c                             | 4 +---
 sbr/m_backup.c                           | 4 +---
 sbr/m_convert.c                          | 4 +---
 sbr/m_draft.c                            | 4 +---
 sbr/m_getfld.c                           | 4 +---
 sbr/m_gmprot.c                           | 4 +---
 sbr/m_maildir.c                          | 4 +---
 sbr/m_mktemp.c                           | 3 +--
 sbr/m_name.c                             | 4 +---
 sbr/m_popen.c                            | 4 +---
 sbr/m_rand.c                             | 3 +--
 sbr/makedir.c                            | 4 +---
 sbr/md5.c                                | 5 +----
 sbr/message_id.c                         | 3 +--
 sbr/mf.c                                 | 4 +---
 sbr/mime_type.c                          | 3 +--
 sbr/mts.c                                | 4 +---
 sbr/netsec.c                             | 4 +---
 sbr/norm_charmap.c                       | 3 ++-
 sbr/oauth.c                              | 3 ++-
 sbr/oauth_prof.c                         | 3 ++-
 sbr/path.c                               | 4 +---
 sbr/pidstatus.c                          | 4 +---
 sbr/pidwait.c                            | 4 +---
 sbr/print_help.c                         | 4 +---
 sbr/print_sw.c                           | 4 +---
 sbr/print_version.c                      | 4 +---
 sbr/push.c                               | 5 +----
 sbr/putenv.c                             | 4 +---
 sbr/r1bindex.c                           | 4 +---
 sbr/read_switch.c                        | 4 +---
 sbr/read_switch_multiword.c              | 4 +---
 sbr/read_switch_multiword_via_readline.c | 5 +----
 sbr/read_yes_or_no_if_tty.c              | 4 +---
 sbr/readconfig.c                         | 4 +---
 sbr/refile.c                             | 4 +---
 sbr/remdir.c                             | 4 +---
 sbr/ruserpass.c                          | 3 ++-
 sbr/seq_add.c                            | 4 +---
 sbr/seq_bits.c                           | 4 +---
 sbr/seq_del.c                            | 4 +---
 sbr/seq_getnum.c                         | 4 +---
 sbr/seq_list.c                           | 4 +---
 sbr/seq_nameok.c                         | 4 +---
 sbr/seq_print.c                          | 4 +---
 sbr/seq_read.c                           | 4 +---
 sbr/seq_save.c                           | 4 +---
 sbr/seq_setcur.c                         | 4 +---
 sbr/seq_setprev.c                        | 4 +---
 sbr/seq_setunseen.c                      | 4 +---
 sbr/showfile.c                           | 4 +---
 sbr/signals.c                            | 4 +---
 sbr/smatch.c                             | 4 +---
 sbr/snprintb.c                           | 4 +---
 sbr/ssequal.c                            | 4 +---
 sbr/strindex.c                           | 4 +---
 sbr/terminal.c                           | 4 +---
 sbr/trimcpy.c                            | 4 +---
 sbr/unquote.c                            | 3 +--
 sbr/uprf.c                               | 4 +---
 sbr/utils.c                              | 4 +---
 sbr/vector.c                             | 3 +--
 sbr/vfgets.c                             | 4 +---
 uip/ali.c                                | 4 +---
 uip/aliasbr.c                            | 4 +---
 uip/anno.c                               | 4 +---
 uip/annosbr.c                            | 4 +---
 uip/ap.c                                 | 4 +---
 uip/burst.c                              | 4 +---
 uip/comp.c                               | 4 +---
 uip/dist.c                               | 4 +---
 uip/distsbr.c                            | 4 +---
 uip/dp.c                                 | 4 +---
 uip/dropsbr.c                            | 4 +---
 uip/flist.c                              | 3 +--
 uip/fmtdump.c                            | 4 +---
 uip/fmttest.c                            | 4 +---
 uip/folder.c                             | 4 +---
 uip/forw.c                               | 4 +---
 uip/forwsbr.c                            | 4 +---
 uip/inc.c                                | 4 +---
 uip/install-mh.c                         | 3 +--
 uip/mark.c                               | 4 +---
 uip/mhbuild.c                            | 4 +---
 uip/mhbuildsbr.c                         | 4 +---
 uip/mhcachesbr.c                         | 4 +---
 uip/mhfixmsg.c                           | 3 +--
 uip/mhfree.c                             | 4 +---
 uip/mhical.c                             | 3 +--
 uip/mhl.c                                | 4 +---
 uip/mhlist.c                             | 4 +---
 uip/mhlistsbr.c                          | 4 +---
 uip/mhlogin.c                            | 3 +--
 uip/mhlsbr.c                             | 4 +---
 uip/mhmisc.c                             | 4 +---
 uip/mhn.c                                | 4 +---
 uip/mhoutsbr.c                           | 4 +---
 uip/mhparam.c                            | 4 +---
 uip/mhparse.c                            | 4 +---
 uip/mhpath.c                             | 4 +---
 uip/mhshow.c                             | 4 +---
 uip/mhshowsbr.c                          | 4 +---
 uip/mhstore.c                            | 4 +---
 uip/mhstoresbr.c                         | 4 +---
 uip/mkstemp.c                            | 3 +--
 uip/msgchk.c                             | 4 +---
 uip/new.c                                | 4 +---
 uip/packf.c                              | 4 +---
 uip/pick.c                               | 4 +---
 uip/picksbr.c                            | 4 +---
 uip/popsbr.c                             | 3 +--
 uip/post.c                               | 3 +--
 uip/prompter.c                           | 4 +---
 uip/rcvdist.c                            | 4 +---
 uip/rcvpack.c                            | 4 +---
 uip/rcvstore.c                           | 4 +---
 uip/rcvtty.c                             | 4 +---
 uip/refile.c                             | 4 +---
 uip/repl.c                               | 4 +---
 uip/replsbr.c                            | 4 +---
 uip/rmf.c                                | 4 +---
 uip/rmm.c                                | 4 +---
 uip/scan.c                               | 4 +---
 uip/scansbr.c                            | 4 +---
 uip/send.c                               | 4 +---
 uip/sendsbr.c                            | 4 +---
 uip/show.c                               | 3 +--
 uip/slocal.c                             | 4 +---
 uip/sortm.c                              | 4 +---
 uip/viamail.c                            | 4 +---
 uip/whatnow.c                            | 4 +---
 uip/whatnowproc.c                        | 4 +---
 uip/whatnowsbr.c                         | 4 +---
 uip/whom.c                               | 4 +---
 219 files changed, 229 insertions(+), 617 deletions(-)


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



reply via email to

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