From d8464a15229bf22fe2d32290fa40379e30d8fbba Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Jun 2000 17:52:18 +0000 Subject: [PATCH] Fix pagination. --- v7/src/imail/imail-top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index a52305caf..2b325cb73 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.199 2000/06/27 17:25:40 cph Exp $ +;;; $Id: imail-top.scm,v 1.200 2000/06/29 17:52:18 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -1091,7 +1091,7 @@ With negative argument, forward the message with all headers; (select-buffer mail-buffer) (select-buffer-other-window mail-buffer)) (message-forwarded message))))) - + (define-command imail-resend "Resend current message to ADDRESSES. ADDRESSES is a string consisting of several addresses separated by commas." -- 2.25.1