comparison lisp/gnus/nnmail.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents ec9a17fef872
children d620409f5eb8
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
769 (goto-char (point-min)) 769 (goto-char (point-min))
770 (nnmail-check-duplication message-id func artnum-func) 770 (nnmail-check-duplication message-id func artnum-func)
771 (setq end (point-max)))) 771 (setq end (point-max))))
772 (goto-char end)))) 772 (goto-char end))))
773 773
774 (defun nnmail-search-unix-mail-delim () 774 (defsubst nnmail-search-unix-mail-delim ()
775 "Put point at the beginning of the next Unix mbox message." 775 "Put point at the beginning of the next Unix mbox message."
776 ;; Algorithm used to find the the next article in the 776 ;; Algorithm used to find the the next article in the
777 ;; brain-dead Unix mbox format: 777 ;; brain-dead Unix mbox format:
778 ;; 778 ;;
779 ;; 1) Search for "^From ". 779 ;; 1) Search for "^From ".