Server IP : 111.118.215.189 / Your IP : 18.117.158.174 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/gnus/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:21 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/gnus/nnir.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!\204 \302\301\303\304B\"\210\305\306!\210\305\307!\210\305\310!\210\305\311!\207" [fboundp declare-function defalias macro #[(&rest r) "\300\207" [nil] 1] require nnoo gnus-group message gnus-util] 4) #@48 Internal: stores current query (= group name). (defvar nnir-current-query nil (#$ . 775)) #@57 Internal: stores current server (does it ever change?). (defvar nnir-current-server nil (#$ . 871)) #@57 Internal: stores current list of process-marked groups. (defvar nnir-current-group-marked nil (#$ . 977)) #@33 Internal: stores search result. (defvar nnir-artlist nil (#$ . 1089)) #@29 Internal: temporary buffer. (defvar nnir-tmp-buffer " *nnir*" (#$ . 1165)) #@59 Internal: the history for querying search options in nnir (defvar nnir-search-history nil (#$ . 1246)) #@49 Internal: stores request for extra search parms (defvar nnir-extra-parms nil (#$ . 1355)) #@70 Mapping from user readable keys to IMAP search items for use in nnir (defvar nnir-imap-search-arguments '(("whole message" . "TEXT") ("subject" . "SUBJECT") ("to" . "TO") ("from" . "FROM") ("body" . "BODY") ("imap" . "")) (#$ . 1451)) #@140 The IMAP search item to use for anything other than `nnir-imap-search-arguments'. By default this is the name of an email header field (defvar nnir-imap-search-other "HEADER %S" (#$ . 1693)) #@49 The history for querying search options in nnir (defvar nnir-imap-search-argument-history nil (#$ . 1894)) #@40 Returns number of articles in artlist. (defalias 'nnir-artlist-length '(macro . #[(artlist) "\301D\207" [artlist length] 2 (#$ . 2007)])) #@64 Returns from ARTLIST the Nth artitem (counting starting at 1). (defalias 'nnir-artlist-article '(macro . #[(artlist n) "\302\303\304BB\305 \306DEE\207" [n artlist when > (0) elt 1-] 6 (#$ . 2152)])) #@37 Returns the group from the ARTITEM. (defalias 'nnir-artitem-group '(macro . #[(artitem) "\301\302BB\207" [artitem elt (0)] 3 (#$ . 2359)])) #@38 Returns the number from the ARTITEM. (defalias 'nnir-artitem-number '(macro . #[(artitem) "\301\302BB\207" [artitem elt (1)] 3 (#$ . 2506)])) #@67 Returns the Retrieval Status Value (RSV, score) from the ARTITEM. (defalias 'nnir-artitem-rsv '(macro . #[(artitem) "\301\302BB\207" [artitem elt (2)] 3 (#$ . 2655)])) #@31 Returns the group for ARTICLE (defalias 'nnir-article-group '(macro . #[(article) "\301\302\303ED\207" [article nnir-artitem-group nnir-artlist-article nnir-artlist] 4 (#$ . 2830)])) #@32 Returns the number for ARTICLE (defalias 'nnir-article-number '(macro . #[(article) "\301\302\303ED\207" [article nnir-artitem-number nnir-artlist-article nnir-artlist] 4 (#$ . 3020)])) #@29 Returns the rsv for ARTICLE (defalias 'nnir-article-rsv '(macro . #[(article) "\301\302\303ED\207" [article nnir-artitem-rsv nnir-artlist-article nnir-artlist] 4 (#$ . 3213)])) #@51 Returns the pair `(nnir id . real id)' of ARTICLE (defalias 'nnir-article-ids #[(article) "\211\302V\205 S\234\303\234B\207" [article nnir-artlist 0 1] 3 (#$ . 3397)]) (put 'nnir-article-ids 'byte-optimizer 'byte-compile-inline-expand) #@331 Sorts a sequence into categories and returns a list of the form `((key1 (element11 element12)) (key2 (element21 element22))'. The category key for a member of the sequence is obtained as `(keyfunc member)' and the corresponding element is just `member'. If `valuefunc' is non-nil, the element of the list is `(valuefunc member)'. (defalias 'nnir-categorize '(macro . #[(sequence keyfunc &optional valuefunc) "\303\304D\305\306\307\310\311\305\312 \313BD\314\n\203 \n\315B\202 \316DD\317BBEE\320BBBE\207" [sequence keyfunc valuefunc unless null let (value) mapc lambda (member) y (member) x (member) member ((if (assoc y value) (push x (cadr (assoc y value))) (push (list y (list x)) value))) (value)] 12 (#$ . 3644)])) (byte-code "\302\303!\210\304\236\203 \304\236A\305\306\307\"\240\210\202\"