/[emacs]/emacs/lisp/mail/rmail.el
ViewVC logotype

Diff of /emacs/lisp/mail/rmail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.405 by lute, Mon Jul 4 17:46:22 2005 UTC revision 1.406 by rms, Fri Jul 8 22:31:32 2005 UTC
# Line 3316  See also user-option `rmail-confirm-expu Line 3316  See also user-option `rmail-confirm-expu
3316            (narrow-to-region (- (buffer-size) omin) (- (buffer-size) omax)))            (narrow-to-region (- (buffer-size) omin) (- (buffer-size) omax)))
3317        (if (not dont-show)        (if (not dont-show)
3318            (rmail-show-message            (rmail-show-message
3319             (if (zerop rmail-current-message) 1 nil)             (if (zerop rmail-current-message) 1 nil)))
3320          (if rmail-enable-mime        (if rmail-enable-mime
3321              (goto-char (+ (point-min) opoint))            (goto-char (+ (point-min) opoint))
3322            (goto-char (+ (point) opoint))))))))          (goto-char (+ (point) opoint))))))
3323    
3324  (defun rmail-expunge ()  (defun rmail-expunge ()
3325    "Erase deleted messages from Rmail file and summary buffer."    "Erase deleted messages from Rmail file and summary buffer."

Legend:
Removed from v.1.405  
changed lines
  Added in v.1.406

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26