emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mh-e.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mh-e.el
Date: Thu, 20 Dec 2001 13:23:59 -0500

Index: emacs/lisp/mail/mh-e.el
diff -c emacs/lisp/mail/mh-e.el:1.30 emacs/lisp/mail/mh-e.el:1.31
*** emacs/lisp/mail/mh-e.el:1.30        Sun Sep 23 13:38:22 2001
--- emacs/lisp/mail/mh-e.el     Thu Dec 20 13:23:59 2001
***************
*** 60,66 ****
  ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
  ;; Rewritten for GNU Emacs, James Larus 1985.  address@hidden
  ;; Modified by Stephen Gildea 1988.  address@hidden
! (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.30 2001/09/23 17:38:22 eliz Exp $")
  
  ;;; Code:
  
--- 60,66 ----
  ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
  ;; Rewritten for GNU Emacs, James Larus 1985.  address@hidden
  ;; Modified by Stephen Gildea 1988.  address@hidden
! (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.31 2001/12/20 18:23:59 pj Exp $")
  
  ;;; Code:
  
***************
*** 203,209 ****
  
  (defvar mh-partial-folder-mode-line-annotation "select"
    "Annotation when displaying part of a folder.
! The string is displayed after the folder's name.  NIL for no annotation.")
  
  
  ;;; Internal variables:
--- 203,209 ----
  
  (defvar mh-partial-folder-mode-line-annotation "select"
    "Annotation when displaying part of a folder.
! The string is displayed after the folder's name.  nil for no annotation.")
  
  
  ;;; Internal variables:
***************
*** 779,786 ****
  
   `mhl-formfile' (nil)
      Name of format file to be used by mhl to show messages.
!     A value of T means use the default format file.
!     Nil means don't use mhl to format messages.
  
   `mh-lpr-command-format' (\"lpr -p -J '%s'\")
      Format for command used to print a message on a system printer.
--- 779,786 ----
  
   `mhl-formfile' (nil)
      Name of format file to be used by mhl to show messages.
!     A value of t means use the default format file.
!     nil means don't use mhl to format messages.
  
   `mh-lpr-command-format' (\"lpr -p -J '%s'\")
      Format for command used to print a message on a system printer.
***************
*** 1080,1086 ****
  
  (defun mh-update-unseen ()
    ;; Flush updates to the Unseen sequence out to MH.
!   ;; Return non-NIL iff set the MH folder.
    (if mh-seen-list
        (let* ((unseen-seq (mh-find-seq mh-unseen-seq))
             (unseen-msgs (mh-seq-msgs unseen-seq)))
--- 1080,1086 ----
  
  (defun mh-update-unseen ()
    ;; Flush updates to the Unseen sequence out to MH.
!   ;; Return non-nil iff set the MH folder.
    (if mh-seen-list
        (let* ((unseen-seq (mh-find-seq mh-unseen-seq))
             (unseen-msgs (mh-seq-msgs unseen-seq)))
***************
*** 1211,1217 ****
  
  
  (defun mh-internal-seq (name)
!   ;; Return non-NIL if NAME is the name of an internal mh-e sequence.
    (or (memq name '(answered cur deleted forwarded printed))
        (eq name mh-unseen-seq)
        (eq name mh-previous-seq)
--- 1211,1217 ----
  
  
  (defun mh-internal-seq (name)
!   ;; Return non-nil if NAME is the name of an internal mh-e sequence.
    (or (memq name '(answered cur deleted forwarded printed))
        (eq name mh-unseen-seq)
        (eq name mh-previous-seq)



reply via email to

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