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

Lines Matching defs:parts

154 matches parts embedded to the Multipart/Related type MIME contents and
339 for instance, text/html parts are very unwanted, and text/richtext are
369 "*List of functions used for rewriting file names of MIME parts.
383 "*List of functions for rewriting the full file names of MIME parts.
384 This is used when viewing parts externally, and is meant for
437 "Option of verifying signed parts.
456 "Option of decrypting encrypted parts.
526 (mm-destroy-parts mm-postponed-undisplay-list)))
617 start parts
630 (setq parts (nconc (list (mm-dissect-buffer t nil from)) parts)))))
639 (setq parts (nconc (list (mm-dissect-buffer t nil from)) parts)))))
640 (mm-possibly-verify-or-decrypt (nreverse parts) ctl)))
656 (defun mm-display-parts (handle &optional no-default)
658 (mapcar 'mm-display-parts (cdr handle))
664 (mapcar 'mm-display-parts handle))))
939 (defun mm-remove-parts (handles)
940 "Remove the displayed MIME parts represented by HANDLES."
952 (mm-remove-parts (cdr handle)))
956 (defun mm-destroy-parts (handles)
957 "Remove the displayed MIME parts represented by HANDLES."
969 (mm-destroy-parts handle))
1098 ;;; Functions for outputting parts
1472 (defun mm-possibly-verify-or-decrypt (parts ctl)
1487 (mm-view-pkcs7 parts))
1488 (setq parts (mm-dissect-buffer t)))))
1497 (funcall functest parts ctl))
1498 (mm-find-part-by-type parts (caar protocols) nil t))
1511 (funcall functest parts ctl))))
1519 (funcall func parts ctl)
1527 (let ((parts parts))
1528 (while parts
1529 (if (assoc (mm-handle-media-type (car parts))
1531 (setq protocol (mm-handle-media-type (car parts))
1532 parts nil)
1533 (setq parts (cdr parts))))))
1543 (funcall functest parts ctl))))
1551 (setq parts (funcall func parts ctl))
1556 parts))