Server IP : 111.118.215.189 / Your IP : 3.136.20.207 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/mail/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:11:44 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/mail/rmail.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\207" [require mail-utils rfc2047] 2) #@50 The header that stores the Rmail attribute data. (defconst rmail-attribute-header "X-RMAIL-ATTRIBUTES" (#$ . 625)) #@48 The header that stores the Rmail keyword data. (defconst rmail-keyword-header "X-RMAIL-KEYWORDS" (#$ . 746)) #@41 The index for the `answered' attribute. (defconst rmail-answered-attr-index 0 (#$ . 861)) #@40 The index for the `deleted' attribute. (defconst rmail-deleted-attr-index 1 (#$ . 957)) #@39 The index for the `edited' attribute. (defconst rmail-edited-attr-index 2 (#$ . 1051)) #@38 The index for the `filed' attribute. (defconst rmail-filed-attr-index 3 (#$ . 1144)) #@40 The index for the `retried' attribute. (defconst rmail-retried-attr-index 4 (#$ . 1235)) #@42 The index for the `forwarded' attribute. (defconst rmail-forwarded-attr-index 5 (#$ . 1330)) #@39 The index for the `unseen' attribute. (defconst rmail-unseen-attr-index 6 (#$ . 1429)) #@39 The index for the `resent' attribute. (defconst rmail-resent-attr-index 7 (#$ . 1522)) #@123 An array that provides a mapping between an attribute index, its character representation and its display representation. (defconst rmail-attr-array [(65 "answered") (68 "deleted") (69 "edited") (70 "filed") (82 "retried") (83 "forwarded") (85 "unseen") (114 "resent")] (#$ . 1616)) #@100 The current header display style choice, one of 'normal (selected headers) or 'full (all headers). (defvar rmail-header-style 'normal (#$ . 1906)) (byte-code "\302\303\304\305\306\307%\210\302\310\304\311\312\313\306\303&\210\302\314\304\315\312\313\306\303&\210\302\316\304\317\312\313\306\303&\210\302\320\304\321\312\313\306\303&\210\302\322\304\323\312\313\312\324\306\303& \210\302\325\304\326\312\327\312\313\306\303& \210\302\330\304\331\312\332\306\303&\210\333\334\335\336\337\340\306\303\341\342& \210\343\344\345\346#\210\333\344\347\350\351\352\337\353\306\303& \210\333\354\304\355\306\310\337\356&\210\357\360\361\304#\210\362\304\211\203\260 @\360N\203\251 \361N\204\251 \343\361\360N#\210 A\211\204\222 *\363\360\361\364#\210\333\361\304\365\337\366\306\310\341\364& \210\357\367\370\304#\210\362\304\211\203\360 @\367N\203\351 \370N\204\351 \343\370\367N#\210 A\211\204\322 *\363\367\370\364#\210\333\370\304\371\337\372\306\310\341\364& \210\333\373\304\374\337\375\306\310\341\376& \207" [prop --dolist-tail-- custom-declare-group rmail nil "Mail reader for Emacs." :group mail rmail-retrieve "Rmail retrieval options." :prefix "rmail-" rmail-files "Rmail files." rmail-headers "Rmail header options." rmail-reply "Rmail reply options." rmail-summary "Rmail summary options." "rmail-summary-" rmail-output "Output message to a file." "rmail-output-" rmail-edit "Rmail editing." "rmail-edit-" custom-declare-variable rmail-file-name (purecopy "~/RMAIL") "Name of user's primary mail file." :type string :version "21.1" put rmail-spool-directory standard-value ((cond ((file-exists-p "/var/mail") "/var/mail/") ((file-exists-p "/var/spool/mail") "/var/spool/mail/") ((memq system-type '(hpux usg-unix-v irix)) "/usr/mail/") (t "/usr/spool/mail/"))) (purecopy (cond ((file-exists-p "/var/mail") "/var/mail/") ((file-exists-p "/var/spool/mail") "/var/spool/mail/") ((memq system-type '(hpux usg-unix-v irix)) "/usr/mail/") (t "/usr/spool/mail/"))) "Name of directory used by system mailer for delivering new mail.\nIts name should end with a slash." :initialize custom-initialize-delay directory rmail-movemail-program "If non-nil, the file name of the `movemail' program." (choice (const nil) string) defvaralias rmail-pop-password rmail-remote-password (saved-value saved-variable-comment) make-obsolete-variable "22.1" "Password to use when reading mail from a remote server.\nThis setting is ignored for mailboxes whose URL already contains a password." (choice (string :tag "Password") (const :tag "Not Required" nil)) rmail-pop-password-required rmail-remote-password-required "Non-nil if a password is required when reading mail from a remote server." boolean rmail-movemail-flags "List of flags to pass to movemail.\nMost commonly used to specify `-g' to enable GSS-API authentication\nor `-k' to enable Kerberos authentication." (repeat string) "20.3"] 11) #@202 Regular expression matching incorrect-password POP or IMAP server error messages. If you get an incorrect-password error that this expression does not match, please report it with \[report-emacs-bug]. (defvar rmail-remote-password-error "invalid usercode or password\\|\nunknown user name or bad password\\|Authentication failed\\|MU_ERR_AUTH_FAILURE" (#$ . 4818)) (defvar rmail-encoded-remote-password nil) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\302\311\306\307\304\312&\207" [custom-declare-variable rmail-preserve-inbox nil "Non-nil means leave incoming mail in the user's inbox--don't delete it." :type boolean :group rmail-retrieve rmail-movemail-search-path "List of directories to search for movemail (in addition to `exec-path')." (repeat (directory))] 8) #@114 Determine what flavor of movemail PROG is. We do this by executing it with `--version' and analyzing its output. (defalias 'rmail-probe #[(prog) "\303\304!rq\210\305\216p\306 !\210\307\n\310 \310\311%\210\312 !\2056 eb\210\313\314!\203+ \315\2026 \313\316!\2035 \317\2026 \315,\207" [#1=#:temp-buffer tbuf prog generate-new-buffer " *temp*" ((byte-code "\301!\203\n \302!\210\301\207" [#1# buffer-name kill-buffer] 2)) buffer-disable-undo call-process nil "--version" buffer-modified-p looking-at ".*movemail: invalid option" emacs "movemail (GNU Mailutils .*)" mailutils] 6 (#$ . 5610)]) #@249 Determine the file name of the `movemail' program and return its flavor. If `rmail-movemail-program' is non-nil, use it. Otherwise, look for `movemail' in the directories in `rmail-movemail-search-path', those in `exec-path', and `exec-directory'. (defalias 'rmail-autodetect #[nil "\203 \301!\207\302\303\215\207" [rmail-movemail-program rmail-probe scan (byte-code "\306 \nC#\307\211\205T \f@\211\203L \310!\203L \311\312 \313>\205# \314P\"\315!\204K \316!\203K \317!\211\203J \320\321\"\210))\fA\211\204 \307*\207" [rmail-movemail-search-path exec-path exec-directory dir --dolist-tail-- system-type append nil file-accessible-directory-p expand-file-name "movemail" (ms-dos windows-nt) ".exe" file-directory-p file-executable-p rmail-probe throw scan progname x rmail-movemail-program] 5)] 2 (#$ . 6211)]) #@282 The movemail variant currently in use. Known variants are: `emacs' Means any implementation, compatible with the native Emacs one. This is the default; `mailutils' Means GNU mailutils implementation, capable of handling full mail URLs as the source mailbox. (defvar rmail-movemail-variant-in-use nil (#$ . 7055)) #@114 Return t if the current movemail variant is any of VARIANTS. Currently known variants are 'emacs and 'mailutils. (defalias 'rmail-movemail-variant-p #[(&rest variants) "\204 \302 \235??\207" [rmail-movemail-variant-in-use variants rmail-autodetect] 2 (#$ . 7398)]) (byte-code "\302 \210\303\304\305\306\307\310\311\312\313\314& \210\315\316\317\305#\210\320\305\211\203<