Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mail/rmail.el

    r4200 r4210  
    19601960                         (save-excursion 
    19611961                           (goto-char start) 
     1962                           ;; Don't try to decode non-text data. 
    19621963                           (and (re-search-forward 
     1964                                 "^content-type:\\(\n?[\t ]\\)\\(text\\|message\\)/" 
     1965                                 header-end t) 
     1966                                (goto-char start) 
     1967                                (re-search-forward 
    19631968                                 "^content-transfer-encoding:\\(\n?[\t ]\\)*base64\\(\n?[\t ]\\)*" 
    1964                                  header-end t) 
    1965                                 ;; Don't try to decode non-text data. 
    1966                                 (re-search-forward 
    1967                                  "^content-type:\\(\n?[\t ]\\)\\(text\\|message\\)/" 
    19681969                                 header-end t))))) 
    19691970                   (if quoted-printable-header-field-end 
     
    20672068                      (base64-header-field-end 
    20682069                       (and 
    2069                         (save-excursion 
    2070                           (re-search-forward 
    2071                            "^content-transfer-encoding:\\(\n?[\t ]\\)*base64\\(\n?[\t ]\\)*" 
    2072                            header-end t)) 
    20732070                        ;; Don't decode non-text data. 
    20742071                        (save-excursion 
    20752072                          (re-search-forward 
    20762073                           "^content-type:\\(\n?[\t ]\\)\\(text\\|message\\)/" 
     2074                           header-end t)) 
     2075                        (save-excursion 
     2076                          (re-search-forward 
     2077                           "^content-transfer-encoding:\\(\n?[\t ]\\)*base64\\(\n?[\t ]\\)*" 
    20772078                           header-end t)))) 
    20782079                      (size