Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
mail /
[ HOME SHELL ]
Name
Size
Permission
Action
binhex.elc
8.56
KB
-rw-r--r--
blessmail.el
2.5
KB
-rw-r--r--
emacsbug.elc
15
KB
-rw-r--r--
feedmail.elc
98.21
KB
-rw-r--r--
flow-fill.elc
3.15
KB
-rw-r--r--
footnote.elc
26.54
KB
-rw-r--r--
hashcash.elc
10.83
KB
-rw-r--r--
ietf-drums.elc
8.65
KB
-rw-r--r--
mail-extr.elc
32.53
KB
-rw-r--r--
mail-hist.elc
13.44
KB
-rw-r--r--
mail-parse.elc
2.3
KB
-rw-r--r--
mail-prsvr.elc
1.08
KB
-rw-r--r--
mail-utils.elc
10.13
KB
-rw-r--r--
mailabbrev.elc
14.4
KB
-rw-r--r--
mailalias.elc
14.49
KB
-rw-r--r--
mailclient.elc
4.13
KB
-rw-r--r--
mailheader.elc
5.54
KB
-rw-r--r--
metamail.elc
4.21
KB
-rw-r--r--
mspools.elc
8.74
KB
-rw-r--r--
qp.elc
4.14
KB
-rw-r--r--
reporter.elc
9
KB
-rw-r--r--
rfc2045.elc
826
B
-rw-r--r--
rfc2047.elc
24.87
KB
-rw-r--r--
rfc2231.elc
6.35
KB
-rw-r--r--
rfc2368.elc
2.32
KB
-rw-r--r--
rfc822.elc
5.45
KB
-rw-r--r--
rmail-loaddefs.el
7.79
KB
-rw-r--r--
rmail-spam-filter.elc
12.71
KB
-rw-r--r--
rmail.elc
124.13
KB
-rw-r--r--
rmailedit.elc
9.82
KB
-rw-r--r--
rmailkwd.elc
4.98
KB
-rw-r--r--
rmailmm.elc
41.24
KB
-rw-r--r--
rmailmsc.elc
1.34
KB
-rw-r--r--
rmailout.elc
17.84
KB
-rw-r--r--
rmailsort.elc
6.17
KB
-rw-r--r--
rmailsum.elc
54.29
KB
-rw-r--r--
sendmail.elc
53.92
KB
-rw-r--r--
smtpmail.elc
25.46
KB
-rw-r--r--
supercite.elc
57.29
KB
-rw-r--r--
uce.elc
7.54
KB
-rw-r--r--
undigest.elc
7.81
KB
-rw-r--r--
unrmail.elc
5.25
KB
-rw-r--r--
uudecode.elc
5.26
KB
-rw-r--r--
yenc.elc
3.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mail-hist.elc
;ELC ;;; Compiled ;;; in Emacs version 27.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!\210\303\304\305\306\307\310\311\312&\207" [require ring sendmail custom-declare-group mail-hist nil "Headers and message body history for outgoing mail." :prefix "mail-hist-" :group mail] 8) #@67 Define keys for accessing mail header history. For use in hooks. (defalias 'mail-hist-define-keys #[nil "\300\301\302\"\210\300\303\304\"\207" [local-set-key "\360" mail-hist-previous-input "\356" mail-hist-next-input] 3 (#$ . 635)]) (defalias 'mail-hist-enable #[nil "\300\301\302\"\210\300\303\304\"\207" [add-hook mail-mode-hook mail-hist-define-keys mail-send-hook mail-hist-put-headers-into-history] 3]) #@136 Alist of form (header-name . history-ring). Used for knowing which history list to look in when the user asks for previous/next input. (defvar mail-hist-header-ring-alist nil (#$ . 1052)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\313\306\307&\207" [custom-declare-variable mail-hist-history-size (or kill-ring-max 1729) "The maximum number of elements in a mail field's history.\nOldest elements are dumped first." :type integer :group mail-hist mail-hist-keep-history t "Non-nil means keep a history for headers and text of outgoing mail." boolean] 8) (defvar mail-hist-access-count 0) (defvar mail-hist-last-bounds nil) #@60 Regular expression for matching headers in a mail message. (defvar mail-hist-header-regexp "^[^:]*:" (#$ . 1710)) #@150 Get name of mail header point is currently in, without the colon. Returns nil if not in a header, implying that point is in the body of the message. (defalias 'mail-hist-current-header-name #[nil "`\304 Y?\205) \212\304 \305 \306\307#\310\311\307#\210`S\n\205( \205( \312\n\"\227,\207" [body-start mail-hist-header-regexp name-start name-end mail-text-start re-search-backward nil t search-forward ":" buffer-substring-no-properties] 4 (#$ . 1831)]) (put 'mail-hist-current-header-name 'byte-optimizer 'byte-compile-inline-expand) #@291 Move forward COUNT headers (backward if COUNT is negative). If last/first header is encountered first, stop there and returns nil. Places point on the first non-whitespace on the line following the colon after the header name, or on the second space following that if the header is empty. (defalias 'mail-hist-forward-header #[(count) "\304 \211\305V\205V \306\212b\210\307 \210`S)\n\305V\203/ \n\305V\203K \310\306#\nS\211\202 \nS\211\305W\203E \311\312\306#\nT\211\2023 \310\306#\210\313\314!\203T \315u\210 ))\207" [boundary unstopped count mail-hist-header-regexp mail-header-end 0 t beginning-of-line re-search-forward re-search-backward nil looking-at "\\s-" 1] 5 (#$ . 2375)]) (put 'mail-hist-forward-header 'byte-optimizer 'byte-compile-inline-expand) #@176 Move to the start of the current header. The start of the current header is defined as one space after the colon, or just after the colon if it is not followed by whitespace. (defalias 'mail-hist-beginning-of-header #[nil "\304\305 \211\306V\205X \307\212 b\210\310 \210`S)\306V\2031 \306V\203M \311 \307#S\211\202 S\211\306W\203G \312\313\307#T\211\2025 \311 \307#\210\314\315!\203V \316u\210\n)*\203\266 \316\305 \211\306V\205\264 \307\212 b\210\310 \210`S)\306V\203\215 \306V\203\251 \311 \307#S\211\202{ S\211\306W\203\243 \312\313\307#T\211\202\221 \311 \307#\210\314\315!\203\262 \316u\210\n)*\207\316\305 \211\306V\205\307\212 b\210\310 \210`S)\306V\203\347 \306V\203\311 \307#S\211\202\325 S\211\306W\203\375 \312\313\307#T\211\202\353 \311 \307#\210\314\315!\203\f\316u\210\n)*\210\304\305 \211\306V\205h\307\212 b\210\310 \210`S)\306V\203A\306V\203]\311 \307#S\211\202/S\211\306W\203W\312\313\307#T\211\202E\311 \307#\210\314\315!\203f\316u\210\n)*\207" [count boundary unstopped mail-hist-header-regexp -1 mail-header-end 0 t beginning-of-line re-search-forward re-search-backward nil looking-at "\\s-" 1] 4 (#$ . 3158)]) (put 'mail-hist-beginning-of-header 'byte-optimizer 'byte-compile-inline-expand) #@64 Get the contents of the mail header in which point is located. (defalias 'mail-hist-current-header-contents #[nil "\212\305\306 \211\307V\205Y \310\212 b\210\311 \210`S)\307V\2032 \307V\203N \312 \310#S\211\202 S\211\307W\203H \313\314\310#T\211\2026 \312 \310#\210\315\316!\203W \317u\210\n)*\203\271 \317\306 \211\307V\205\265 \310\212 b\210\311 \210`S)\307V\203\216 \307V\203\252 \312 \310#S\211\202| S\211\307W\203\244 \313\314\310#T\211\202\222 \312 \310#\210\315\316!\203\263 \317u\210\n)*\202l\317\306 \211\307V\205\310\212 b\210\311 \210`S)\307V\203\352 \307V\203\312 \310#S\211\202\330 S\211\307W\203 \313\314\310#T\211\202\356 \312 \310#\210\315\316!\203\317u\210\n)*\210\305\306 \211\307V\205k\310\212 b\210\311 \210`S)\307V\203D\307V\203`\312 \310#S\211\2022S\211\307W\203Z\313\314\310#T\211\202H\312 \310#\210\315\316!\203i\317u\210\n)*\210`\317\306 \211\307V\205\307\310\212 b\210\311 \210`S)\307V\203\240\307V\203\274\312 \310#S\211\202\216S\211\307W\203\266\313\314\310#T\211\202\244\312 \310#\210\315\316!\203\305\317u\210\n)*\204\317\306 b\210\311 \210\f`S{*\207" [count boundary unstopped mail-hist-header-regexp start -1 mail-header-end 0 t beginning-of-line re-search-forward re-search-backward nil looking-at "\\s-" 1] 4 (#$ . 4459)]) (put 'mail-hist-current-header-contents 'byte-optimizer 'byte-compile-inline-expand) #@82 Get HEADER's history ring, or nil if none. HEADER is a string without the colon. (defalias 'mail-hist-get-header-ring #[(header) "\227\302 \"A\207" [header mail-hist-header-ring-alist assoc] 3 (#$ . 5917)]) (byte-code "\300\301\302\303#\210\304\305\306\307\310\311\312\313&\207" [put mail-hist-get-header-ring byte-optimizer byte-compile-inline-expand custom-declare-variable mail-hist-text-size-limit nil "Don't store any header or body with more than this many characters.\nIf the value is nil, that means no limit on text size." :type (choice (const nil) integer) :group mail-hist] 8) #@70 Return non-nil if TEXT's length exceeds `mail-hist-text-size-limit'. (defalias 'mail-hist-text-too-long-p #[(text) "\205 GV\207" [mail-hist-text-size-limit text] 2 (#$ . 6515)]) #@167 Add the contents of HEADER to the header history ring. Optional argument CONTENTS is a string which will be the contents (instead of whatever's found in the header). (defalias 'mail-hist-add-header-contents-to-ring #[(header &optional contents) "\227 \206\340\212\306\307 \211\310V\205` \311\212b\210\312 \210`S)\n\310V\2039 \n\310V\203U \313 \311#\nS\211\202'