Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/gnus/message.el

    r4098 r4161  
    38983898                       (append 
    38993899                        (list (point-min) (point-max) 
    3900                               (if (boundp 'sendmail-program) 
    3901                                   sendmail-program 
    3902                                 "/usr/lib/sendmail") 
     3900                              (cond ((boundp 'sendmail-program) 
     3901                                     sendmail-program) 
     3902                                    ((file-exists-p "/usr/sbin/sendmail") 
     3903                                     "/usr/sbin/sendmail") 
     3904                                    ((file-exists-p "/usr/lib/sendmail") 
     3905                                     "/usr/lib/sendmail") 
     3906                                    ((file-exists-p "/usr/ucblib/sendmail") 
     3907                                     "/usr/ucblib/sendmail") 
     3908                                    (t "fakemail")) 
    39033909                              nil errbuf nil "-oi") 
    39043910                        ;; Always specify who from,