Mercurial > emacs
comparison lib-src/movemail.c @ 14186:ee40177f6c68
Update FSF's address in the preamble.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Mon, 15 Jan 1996 09:18:04 +0000 |
parents | 621a575db6f7 |
children | 2925c3f0d038 |
comparison
equal
deleted
inserted
replaced
14185:aba3b91c8b3d | 14186:ee40177f6c68 |
---|---|
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 GNU General Public License for more details. | 15 GNU General Public License for more details. |
16 | 16 |
17 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
18 along with GNU Emacs; see the file COPYING. If not, write to | 18 along with GNU Emacs; see the file COPYING. If not, write to |
19 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | |
20 | 21 |
21 /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will | 22 /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will |
22 cause loss of mail* if you do it on a system that does not normally | 23 cause loss of mail* if you do it on a system that does not normally |
23 use flock as its way of interlocking access to inbox files. The | 24 use flock as its way of interlocking access to inbox files. The |
24 setting of MAIL_USE_FLOCK and MAIL_USE_LOCKF *must agree* with the | 25 setting of MAIL_USE_FLOCK and MAIL_USE_LOCKF *must agree* with the |