• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching defs:parts

60   "Treating article parts."
65 "Hiding article parts."
597 buttonized MIME parts will be lost in a saved file in that case.
678 %m The number of MIME parts in the article."
908 "If non-nil, all MIME parts get buttons.
909 When nil (the default value), then some MIME parts do not get buttons,
948 on parts -- for instance, adding Vcard info to a database."
1007 "Hook called on parts that are to receive treatment.")
1263 When set to t, it also strips trailing blanks in all MIME parts.
1274 When set to t, it also strips trailing blanks in all MIME parts."
1699 ;; Remove MIME buttons associated with multipart/alternative parts.
2215 ;; When displaying parts, this function can be called several times on
2269 ;; RFC822 parts calls this function too.
2797 ;; MIME body parts.
3987 (mm-destroy-parts gnus-article-mime-handles)
4197 (format " (%d parts)" (length gnus-article-mime-handle-alist-1)))
4244 (defun gnus-mime-view-all-parts (&optional handles)
4245 "View all the MIME parts."
4255 (mm-remove-parts handles)
4260 (mm-display-parts handles))))))
4267 (error "The current group does not support deleting of parts"))
4272 Deleting parts may malfunction or destroy the article; continue? ")
4338 (error "The current group does not support deleting of parts"))
4343 Deleting parts may malfunction or destroy the article; continue? ")
4633 gnus-newsgroup-charset form preferred parts)
4651 (setq parts (get-text-property (point) 'gnus-part))
4652 (setq parts (cdr (assq parts
4654 (equal (mm-handle-media-type parts) "multipart/alternative")
4655 (setq parts (reverse (cdr parts))))
4657 (list 'quote (or (cadr (member preferred parts))
4658 (car parts)))))
4803 (defsubst gnus-article-mime-total-parts ()
4845 (gnus-article-mime-total-parts)
4929 "Display the MIME parts."
4945 (mm-uu-dissect-text-parts handles)))
4952 (mm-destroy-parts gnus-article-mime-handles)
4964 ;; Clean up for mime parts.
4988 "Display \"multipart\" parts as \"multipart/mixed\".
4997 "Display \"multipart/alternative\" parts as \"multipart/mixed\"."
5003 "Display \"multipart/related\" parts as \"multipart/mixed\".
5140 (gnus-article-mime-total-parts)
5177 (mm-remove-parts handles))
5246 (gnus-article-mime-total-parts)
7324 (defun gnus-treat-article (condition &optional part-number total-parts type)
7355 (defvar total-parts)
7389 (eq part-number total-parts))
7504 (mm-remove-parts (cdr handle))
7516 (mm-destroy-parts (cdr handle))