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 : rmailsort.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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'rmail) #@120 Sort messages of current Rmail buffer by "Date" header. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-date #[(reverse) "\301\302\"\207" [reverse rmail-sort-messages #[(msg) "\301\302\303\"!\207" [msg rmail-make-date-sortable rmail-get-header "Date"] 4]] 3 (#$ . 426) "P"]) #@151 Sort messages of current Rmail buffer by "Subject" header. Ignores any "Re: " prefix. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-subject #[(reverse) "\301\302\"\207" [reverse rmail-sort-messages #[(msg) "\303\304\"\206 \305\306\307\310\n\"\203 \311\n\312\225\"\202 \n*\207" [msg case-fold-search key rmail-get-header "Subject" "" t string-match "^\\(re:[ ]*\\)*" substring 0] 3]] 3 (#$ . 750) "P"]) #@172 Sort messages of current Rmail buffer by author. This uses either the "From" or "Sender" header, downcased. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-author #[(reverse) "\301\302\"\207" [reverse rmail-sort-messages #[(msg) "\301\302\303\"\206 \302\304\"\206 \305!\227\207" [msg mail-strip-quoted-names rmail-get-header "From" "Sender" ""] 4]] 3 (#$ . 1210) "P"]) #@180 Sort messages of current Rmail buffer by recipient. This uses either the "To" or "Apparently-To" header, downcased. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-recipient #[(reverse) "\301\302\"\207" [reverse rmail-sort-messages #[(msg) "\301\302\303\"\206 \302\304\"\206 \305!\227\207" [msg mail-strip-quoted-names rmail-get-header "To" "Apparently-To" ""] 4]] 3 (#$ . 1631) "P"]) #@277 Sort messages of current Rmail buffer by other correspondent. This uses either the "From", "Sender", "To", or "Apparently-To" header, downcased. Uses the first header not excluded by `mail-dont-reply-to-names'. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-correspondent #[(reverse) "\301\302\"\207" [reverse rmail-sort-messages #[(msg) "\301\302\"\227\207" [msg rmail-select-correspondent ("From" "Sender" "To" "Apparently-To")] 3]] 3 (#$ . 2068) "P"]) #@127 Find the first header not excluded by `mail-dont-reply-to-names'. MSG is a message number. FIELDS is a list of header names. (defalias 'rmail-select-correspondent #[(msg fields) "\303 \203! \303\230\203! \304\305\306 @\n\"\206 \303!! A\211\204 )\207" [ans fields msg "" mail-dont-reply-to mail-strip-quoted-names rmail-get-header] 6 (#$ . 2575)]) #@126 Sort messages of current Rmail buffer by the number of lines. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-lines #[(reverse) "\301\302\"\207" [reverse rmail-sort-messages #[(msg) "\301\302!\303!\"\207" [msg count-lines rmail-msgbeg rmail-msgend] 4]] 3 (#$ . 2937) "P"]) #@366 Sort messages of current Rmail buffer by labels. LABELS is a comma-separated list of labels. The order of these labels specifies the order of messages: messages with the first label come first, messages with the second label come second, and so on. Messages that have none of these labels come last. If prefix argument REVERSE is non-nil, sorts in reverse order. (defalias 'rmail-sort-by-labels #[(reverse labels) "\304\305\"\204 \306\307!\210\310\311\224\"\312P\313\211\304\314\"\2033 \315\310\311\211\224#\316Q\nB\310\311\225\"\202 \317\320\n\237\"\211G\321\322\"*\207" [labels nmax labelvec reverse string-match "[^ ]" error "No labels specified" substring 0 "," nil "[ ]*,[ ]*" "\\(, \\|\\`\\)" "\\(,\\|\\'\\)" apply vector rmail-sort-messages #[(msg) "\305\306!\307\310!Q \307\230\203 \202, \nW\203+ \311\f\nH \"\204+ \nT\211\202 \n*\207" [msg str n nmax labelvec 0 rmail-get-attr-names ", " rmail-get-keywords string-match] 6]] 6 (#$ . 3260) "P\nsSort by labels: "]) #@227 Sort messages of current Rmail buffer. If REVERSE is non-nil, sorts in reverse order. Calls the function KEYFUN with a message number (it should return a sort key). Numeric keys are sorted numerically, all others as strings. (defalias 'rmail-sort-messages #[(reverse keyfun) "rq\210\306 \205\n `\307\310 \210\311\312!\210~\210\313\fY\203E !)=*H*THF B\314\246\315U\203? \311\316\"\210T\202 )+\204N \237\317 \211@@\247\203[ \320\202\\ \321\"+\203f \237\311\322!\210\323\211\307\313\307,\323=?-./01\324p!\210\325\313!b\210\326\327!\210\330u\210 \307.\2112\203\332 2@.\331p\332.8\333.8#\210\334 \210\332.8\333.8|\210.A@\203\301 /\314\246\315U\203\316 \311\335\"\210T2A\2112\204\231 *\336\313!\210\3073-\203\352 \337 \210\340 \210\341/!\210\n\203\371 \nb\210\342 \205+\f4\343 \203\344 5\212\345\216\3466!\2104\347 \210,\202(r6q\2104\347 \210*\350 ). \207" [rmail-buffer sort-lists return-to-point msgnum rmail-total-messages keyfun rmail-buffers-swapped-p nil rmail-swap-buffers-maybe message "Finding sort keys..." 1 10 0 "Finding sort keys...%d" sort car-less-than-car #[(a b) "@ @\231\207" [a b] 2] "Reordering messages..." t buffer-disable-undo rmail-msgbeg insert-before-markers 90 -1 insert-buffer-substring 2 3 rmail-ensure-blank-line "Reordering messages...%d" delete-char buffer-enable-undo rmail-set-message-counters rmail-show-message-1 rmail-summary-exists rmail-summary-displayed selected-window #[nil "\301!\207" [window select-window] 2] rmail-pop-to-buffer rmail-update-summary rmail-maybe-display-summary rmail-current-message rmail-message-vector reverse buffer-undo-list undo msginfo current-message inhibit-read-only inhibit-quit --dolist-tail-- quit-flag total window rmail-summary-buffer] 8 (#$ . 4269)]) (autoload 'timezone-make-date-sortable "timezone") #@55 Make DATE sortable using the function `string-lessp'. (defalias 'rmail-make-date-sortable #[(date) "\301\302\211#\207" [date timezone-make-date-sortable "GMT"] 4 (#$ . 6116)]) (provide 'rmailsort)
Close