#
# INSTALL -- installation instructions
#
-# $Id$
-#
--------------
Installing nmh
#
# MACHINE -- operating system specific information
#
-# $Id$
-#
nmh is known to compile on the following platforms (save the
exceptions noted below), using an ANSI C compiler, such as gcc.
#
# Makefile for top level of nmh distribution
#
-# $Id$
-#
# nmh version
VERSION = @VERSION@
-#
-# $Id$
-#
-
Installing
----------
Please read the INSTALL file.
#
# Makefile for config subdirectory
#
-# $Id$
-#
# nmh version
VERSION = @VERSION@
/*
* config.c -- master nmh configuration file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
#
# You need to pass the script the version number to use.
#
-# $Id$
-#
if [ -z "$1" ]; then
echo "usage: version.sh VERSION" 1>&2
dnl
dnl configure.in -- autoconf template for nmh
dnl
-dnl $Id$
-dnl
dnl Move this up a bit
AC_PREREQ(2.61)
-#
-# $Id$
-#
-
There are currently three mailing lists related to nmh:
nmh-announce@mhost.com
#
# Makefile for h subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
-$Id$
-
Jon Steinhart's (jon@fourwinds.com) Attachment Handling Mods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-$Id$
-
Jon Steinhart's (jon@fourwinds.com) External Program Hooks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# README.SASL - Readme about SASL support in nmh
#
-# $Id$
-#
SASL is short for the Simple Authentication and Security Layer. Is is
a framework for adding authentication and encryption to network protocols.
#
# README.about -- about nmh
#
-# $Id$
-#
-----------
what is it?
#
# README.developers
#
-# $Id$
-#
This file is intended to provide a few tips for anyone doing development on nmh.
Developers who learn things "the hard way" about the nmh codebase (as opposed to
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH COMP %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
;
; MailAliases -- nmh global aliases file
;
-; $Id$
-;
; This file is used to define aliases that are valid for all mh users.
; This file is almost empty as MH now supports personal aliases.
;
#
# Makefile for etc subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
#
# mhn.defaults.sh -- create extra profile file for MIME handling
#
-# $Id$
-#
# USAGE: mhn.defaults.sh [ search-path [ search-prog ]]
# If a search path is passed to the script, we
#
# mhn.find.sh -- check if a particular command is available
#
-# $Id$
if test -z "$2"; then
echo "usage: mhn.find.sh search-path program" 1>&2
#!/bin/sh
#
-# $Id$
-#
# Send multiples files and/or directories as a tar/compressed
# image, in a MIME message.
#
#
# Makefile for h subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
/*
* addrsbr.h -- definitions for the address parsing system
- *
- * $Id$
*/
#define AD_HOST 1 /* getm(): lookup official hostname */
/*
* aliasbr.h -- definitions for the aliasing system
*
- * $Id$
*/
extern char *AliasFile; /* mh-alias(5) */
/*
* crawl_folders.h -- crawl folder hierarchy
- *
- * $Id$
*/
#define CRAWL_NUMFOLDERS 100
/*
* dropsbr.h -- definitions for maildrop-style files
- *
- * $Id$
*/
/*
/*
* fmt_compile.h -- format types
- *
- * $Id$
*/
/* types that output text */
/*
* fmt_scan.h -- definitions for fmt_scan()
- *
- * $Id$
*/
/*
/*
* md5.h -- header file for md5 message digest
* taken from RFC-1321/Appendices A.1/A.2
- *
- * $Id$
*/
/*
/*
* mf.h -- include file for mailbox filters
- *
- * $Id$
*/
#include <h/nmh.h>
/*
* mh.h -- main header file for all of nmh
- *
- * $Id$
*/
#include <h/nmh.h>
/*
* mhcachesbr.h -- definitions for manipulating MIME content cache
- *
- * $Id$
*/
/*
/*
* mhparse.h -- definitions for parsing/building of MIME content
* -- (mhparse.c/mhbuildsbr.c)
- *
- * $Id$
*/
#define NPARTS 50
/*
* mime.h -- definitions for MIME
- *
- * $Id$
*/
#define VRSN_FIELD "MIME-Version"
/*
* msh.h -- definitions for msh
- *
- * $Id$
*/
/* flags for stream */
/*
* mts.h -- definitions for the mail system
- *
- * $Id$
*/
/*
/*
* nmh.h -- system configuration header file
- *
- * $Id$
*/
#include <config.h>
/*
* nntp.h -- Response codes for NNTP server
*
- * $Id$
- *
* First digit:
*
* 1xx Informative message
/*
* picksbr.h -- definitions for picksbr.c
- *
- * $Id$
*/
/*
/*
* popsbr.h -- header for POP client subroutines
- *
- * $Id$
*/
#if 0
/*
* prototypes.h -- various prototypes
- *
- * $Id$
*/
/*
/*
* rcvmail.h -- rcvmail hook definitions
- *
- * $Id$
*/
#if defined(SMTPMTS)
/*
* scansbr.h -- definitions for scan()
- *
- * $Id$
*/
extern char *scanl;
/*
* signals.h -- header file for nmh signal interface
- *
- * $Id$
*/
#include <config.h>
/*
* tws.h
- *
- * $Id$
*/
/* If the following is #defined, a timezone given as a numeric-only offset will
/*
* utils.h -- utility prototypes
- *
- * $Id$
*/
void *mh_xmalloc(size_t);
/*
* vmhsbr.h -- definitions for the vmh protocol
- *
- * $Id$
*/
#define RC_VRSN 1
#
# Makefile for man subdirectory
#
-# $Id$
-#
VERSION = @VERSION@
DATE = @DATE@
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH ALI %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH ANNO %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH AP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH BURST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH COMP %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH CONFLICT %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH DIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH DP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH FLIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH FMTDUMP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH FOLDER %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH FORW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH INC %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH INSTALL-MH %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MARK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-ALIAS %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-CHART %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-DRAFT %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT.
-.\" $Id$
.\"
.TH MH-FORMAT %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-MAIL %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-PROFILE %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-SEQUENCE %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MH-TAILOR %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHBUILD %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHLIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHMAIL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHN %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHPARAM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHPATH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHSHOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MHSTORE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MSGCHK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH MSH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH NEW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH NEXT %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH NMH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH PACKF %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH PICK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH POST %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH PREV %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH PROMPTER %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH RCVDIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH RCVPACK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH RCVSTORE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH RCVTTY %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH REFILE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH REPL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH RMF %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH RMM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH SCAN %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH SEND %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH SENDFILES %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH SHOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH SLOCAL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH SORTM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH VMH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH WHATNOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
.\"
.\" %nmhwarning%
-.\" $Id$
.\"
.TH WHOM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
#
# Makefile for mts subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
#
# Makefile for mts/smtp subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
/*
* hosts.c -- find out the official name of a host
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* smtp.c -- nmh SMTP interface
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* smtp.h -- definitions for the nmh SMTP Interface
- *
- * $Id$
*/
/* various modes for SMTP */
#
# Makefile for sbr subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
/*
* addrsbr.c -- parse addresses 822-style
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* ambigsw.c -- report an ambiguous switch
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* atooi.c -- octal version of atoi()
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* brkstring.c -- (destructively) split a string into
* -- an array of substrings
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* check_charset.c -- routines for character sets
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* client.c -- connect to a server
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* closefds.c -- close-up fd's
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* concat.c -- concatenate a variable number (minimum of 1)
* of strings in managed memory
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* context_del.c -- delete an entry from the context/profile list
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* context_find.c -- find an entry in the context/profile list
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* context_foil.c -- foil search of profile and context
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* context_read.c -- find and read profile and context files
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* context_replace.c -- add/replace an entry in the context/profile list
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* context_save.c -- write out the updated context file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* copy.c -- copy a string and return pointer to NULL terminator
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* copyip.c -- copy a string array and return pointer to end
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* cpydata.c -- copy all data from one fd to another
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* cpydgst.c -- copy from one fd to another in encapsulating mode
* -- (do dashstuffing of input data).
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* crawl_folders.c -- crawl folder hierarchy
*
- * $Id$
- *
* This code is Copyright (c) 2008, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* discard.c -- discard output on a file pointer
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* done.c -- terminate the program
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* dtime.c -- time/date routines
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* error.c -- main error handling routines
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
-/* $Id$
+/*
*
* Run a program that hooks into some other system. The first argument is
* name of the hook to use, the second is the full path name of a mail message.
/*
* fdcompare.c -- are two files identical?
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* fmt_addr.c -- format an address field (from fmt_scan)
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* fmt_compile.c -- "compile" format strings for fmt_scan
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* fmt_def.c -- some defines for sbr/fmt_scan.c
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* fmt_new.c -- read format file/string and normalize
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* fmt_rfc2047.c -- decode RFC-2047 header format
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* fmt_scan.c -- format string interpretation
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* folder_addmsg.c -- Link message into folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* folder_delmsgs.c -- "remove" SELECTED messages from a folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* folder_free.c -- free a folder/message structure
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* folder_pack.c -- pack (renumber) the messages in a folder
* -- into a contiguous range from 1 to n.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* folder_read.c -- initialize folder structure and read folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* folder_realloc.c -- realloc a folder/msgs structure
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* gans.c -- get an answer from the user
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* getans.c -- get an answer from the user and return a string array
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* getarguments.c -- Get the argument vector ready to go.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* OF GETCPY WITH STRDUP. BUT THIS WILL REQUIRE
* CHANGING PARTS OF THE CODE TO DEAL WITH NULL VALUES.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* getfolder.c -- get the current or default folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#include <stdio.h>
/*
* lock.c -- routines to lock/unlock files
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* -- return the numeric value of the message. If the string
* -- contains any non-digit characters, then return 0.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_backup.c -- construct a backup file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_convert.c -- parse a message range or sequence and set SELECTED
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_draft.c -- construct the name of a draft message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_getfld.c -- read/parse a message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_gmprot.c -- return the msg-protect value
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_maildir.c -- get the path for the mail directory
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_mktemp.c -- Construct a temporary file.
*
- * $Id$
- *
* This code is Copyright (c) 2010, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_msgdef.c -- some defines for sbr/m_getfld.c
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_name.c -- return a message number as a string
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_scratch.c -- construct a scratch file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* m_tmpfil.c -- construct a temporary file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* makedir.c -- make a directory
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mf.c -- mail filter subroutines
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mts.c -- definitions for the mail transport system
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* path.c -- return a pathname
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* peekc.c -- peek at the next character in a stream
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* pidstatus.c -- report child's status
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* pidwait.c -- wait for child to exit
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* print_help.c -- print a help message, and possibly the
* -- profile/context entries for this command
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* print_sw.c -- print switches
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* print_version.c -- print a version string
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* push.c -- push a fork into the background
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* putenv.c -- (un)set an envariable
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* -- character. If the character doesn't occur, the
* -- pointer will be at the beginning of the string.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* readconfig.c -- base routine to read nmh configuration files
* -- such as nmh profile, context file, or mhn.defaults.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* refile.c -- call the "fileproc" to refile the
* -- msg or draft into another folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* remdir.c -- remove a directory
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
#include <h/mh.h>
/*
* seq_add.c -- add message(s) to a sequence
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* seq_bits.c -- return the snprintb() string for a sequence
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* seq_del.c -- delete message(s) from a sequence
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* seq_getnum.c -- find the index for a sequence
* -- return -1 if sequence doesn't exist
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* seq_list.c -- Get all messages in a sequence and return them
* -- as a space separated list of message ranges.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* seq_nameok.c -- check if a sequence name is ok
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* seq_print.c -- Routines to print sequence information.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* seq_read.c -- read the .mh_sequence file and
* -- initialize sequence information
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* seq_save.c -- 1) synchronize sequences
* -- 2) save public sequences
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* seq_setcur.c -- set the current message ("cur" sequence) for a folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* seq_setprev.c -- set the Previous-Sequence
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* seq_setunseen.c -- add/delete all messages which have the SELECT_UNSEEN
* -- bit set to/from the Unseen-Sequence
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* showfile.c -- invoke the `lproc' command
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
#
# provided by Geoff Wing <mason@werple.apana.org.au>
#
-# $Id$
-#
# On SunOS 4.1.3 - user-functions don't work properly, also \" problems
# Without 0 + hacks some nawks compare numbers as strings
#
/*
* signals.c -- general signals interface for nmh
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* smatch.c -- match a switch (option)
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* snprintb.c -- snprintf a %b string
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* ssequal.c -- check if a string is a substring of another
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* strcasecmp.c -- compare strings, ignoring case
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* strdup.c -- duplicate a string
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* strerror.c -- get error message string
- *
- * $Id$
*/
#include <h/mh.h>
/*
* strindex.c -- "unsigned" lexical index
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* -- replace internal whitespace with spaces,
* -- then return a copy.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* uprf.c -- "unsigned" lexical prefix
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* utils.c -- various utility routines
*
- * $Id$
- *
* This code is Copyright (c) 2006, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* vfgets.c -- virtual fgets
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
#
# Makefile for uip subdirectory
#
-# $Id$
-#
SHELL = /bin/sh
/*
* ali.c -- list nmh mail aliases
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* aliasbr.c -- new aliasing mechanism
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* anno.c -- annotate messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* annosbr.c -- prepend annotation to messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* ap.c -- parse addresses 822-style
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* burst.c -- explode digests into individual messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* comp.c -- compose a message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* conflict.c -- check for conflicts in mail system
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* dist.c -- re-distribute a message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* distsbr.c -- routines to do additional "dist-style" processing
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* dp.c -- parse dates 822-style
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* dropsbr.c -- create/read/manipulate mail drops
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* control laws. This software is made available AS IS, and Xerox Corporation
* makes no warranty about the software, its performance or its conformity to
* any specification.
- *
- * $Id$
*/
#include <h/mh.h>
/*
* fmtdump.c -- compile format file and dump out instructions
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* -- push/pop a folder onto/from the folder stack
* -- list the folder stack
*
- * $Id$
- *
* This code is Copyright (c) 2002, 2008, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* forw.c -- forward a message, or group of messages.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* ftpsbr.c -- simple FTP client library
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* inc.c -- incorporate messages from a maildrop into a folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* install-mh.c -- initialize the nmh environment of a new user
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* -- delete messages (s) from sequences in given folder
* -- list sequences in given folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* md5.c -- md5 message digest algorithm
* taken from RFC-1321/Appendix A.3
- *
- * $Id$
*/
/*
/*
* mhbuild.c -- expand/translate MIME composition files
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhbuildsbr.c -- routines to expand/translate MIME composition files
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhcachesbr.c -- routines to manipulate the MIME content cache
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* mhfree.c -- routines to free the data structures used to
* -- represent MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhl.c -- the nmh message listing program
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhlist.c -- list the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* mhlistsbr.c -- routines to list information about the
* -- contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhlsbr.c -- main routines for nmh message lister
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhmail.c -- simple mail program
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhparse.c -- misc routines to process MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhn.c -- display, list, cache, or store the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* mhoutsbr.c -- routines to output MIME messages
* -- given a Content structure
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* Originally contributed by
* Jeffrey C Honig <Jeffrey_C_Honig@cornell.edu>
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhparse.c -- routines to parse the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhpath.c -- print full pathnames of nmh messages and folders
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhshow.c -- display the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhshowsbr.c -- routines to display the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhstore.c -- store the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhstoresbr.c -- routines to save/store the contents of MIME messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mhtest.c -- test harness for MIME routines
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* msgchk.c -- check for mail
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* msh.c -- The nmh shell
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* mshcmds.c -- command handlers in msh
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* -- as fnext, move to next folder with unseen messages
* -- as fprev, move to previous folder with unseen messages
* -- as unseen, scan all unseen messages
- * $Id$
- *
* This code is Copyright (c) 2008, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* packf.c -- pack a nmh folder into a file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* pick.c -- search for messages by content
*
- * $Id$
- *
* This code is Copyright (c) 2002, 2008, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* picksbr.c -- routines to help pick along...
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* popsbr.c -- POP client subroutines
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* post.c -- enter messages into the mail transport system
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* prompter.c -- simple prompting editor front-end
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* rcvdist.c -- asynchronously redistribute messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* rcvpack.c -- append message to a file
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* rcvstore.c -- asynchronously add mail to a folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* rcvtty.c -- a rcvmail program (a lot like rcvalert) handling IPC ttys
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* refile.c -- move or link message(s) from a source folder
* -- into one or more destination folders
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* repl.c -- reply to a message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* replsbr.c -- routines to help repl along...
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* rmf.c -- remove a folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* rmm.c -- remove a message(s)
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* scan.c -- display a one-line "scan" listing of folder or messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* scansbr.c -- routines to help scan along...
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* send.c -- send a composed message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* sendsbr.c -- routines to help WhatNow/Send along
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* show.c -- show/list messages
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* slocal.c -- asynchronously filter and deliver new mail
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* sortm.c -- sort messages in a folder by date/time
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
* This is a simpler, faster, replacement for "post" for use
* when "sendmail" is the transport system.
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* termsbr.c -- termcap support
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* viamail.c -- send multiple files in a MIME message
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* vmh.c -- visual front-end to nmh
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* vmhsbr.c -- routines to help vmh along
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* vmhtest.c -- test out vmh protocol
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* whatnow.c -- the nmh `WhatNow' shell
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* whatnowproc.c -- exec the "whatnowproc"
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* whatnowsbr.c -- the WhatNow shell
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* whom.c -- report to whom a message would be sent
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
/*
* wmh.c -- window front-end to nmh
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.