X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d4cccb140682cfa548a8658f905764ceb4a38cb2..13a3f37497fe0d15a425627fdd0d3c1113a23519:/lib-src/cvtmail.c diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index 562c5522ed..1c262c99ae 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c @@ -1,12 +1,17 @@ -/* Copyright (C) 1985, 1994, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. +/* cvtmail.c --- convert Gosling Emacs mail directories into RMAIL format + +Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009 Free Software Foundation, Inc. + +Author: Larry Kolodney +Created: 1985 This file is part of GNU Emacs. -GNU Emacs is free software; you can redistribute it and/or modify +GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,25 +19,22 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ - -/* cvtmail: - * Program to convert oldstyle goslings emacs mail directories into - * gnu-rmail format. Program expects a directory called Messages to - * exist in your home directory, containing individual mail messages in - * separate files in the standard gosling emacs mail reader format. - * - * Program takes one argument: an output file. This file will contain - * all the messages in Messages directory, in berkeley mail format. - * If no output file is mentioned, messages are put in ~/OMAIL. - * - * In order to get rmail to read the messages, the resulting file must - * be mv'ed to ~/mbox, and then have rmail invoked on them. - * - * Author: Larry Kolodney, 1985 - */ +along with GNU Emacs. If not, see . */ + + +/* Commentary: + +Program to convert oldstyle goslings emacs mail directories into +gnu-rmail format. Program expects a directory called Messages to +exist in your home directory, containing individual mail messages in +separate files in the standard gosling emacs mail reader format. + +Program takes one argument: an output file. This file will contain +all the messages in Messages directory, in berkeley mail format. +If no output file is mentioned, messages are put in ~/OMAIL. + +In order to get rmail to read the messages, the resulting file must +be mv'ed to ~/mbox, and then have rmail invoked on them. */ #ifdef HAVE_CONFIG_H #include