%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/gnus/ |
Current File : //usr/local/share/emacs/27.2/lisp/gnus/nnmaildir.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; 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\300\303!\210\300\304!\210\300\305!\210\300\306!\210\300\307!\210\300\310!\207" [require nnheader gnus gnus-util gnus-range gnus-start gnus-int message nnmail] 2) (defconst nnmaildir-version "Gnus") #@207 Alist mapping Maildir filename flags to Gnus marks. Maildir filenames are of the form "unique-id:2,FLAGS", where FLAGS are a string of characters in ASCII order. Some of the FLAGS correspond to Gnus marks. (defconst nnmaildir-flag-mark-mapping '((70 . tick) (80 . forward) (82 . reply) (83 . read)) (#$ . 646)) #@135 Find the Maildir flag that corresponds to MARK (an atom). Return a character, or nil if not found. See `nnmaildir-flag-mark-mapping'. (defalias 'nnmaildir--mark-to-flag #[(mark) "\302 \"@\207" [mark nnmaildir-flag-mark-mapping rassq] 3 (#$ . 964)]) (put 'nnmaildir--mark-to-flag 'byte-optimizer 'byte-compile-inline-expand) #@132 Find the Gnus mark that corresponds to FLAG (a character). Return an atom, or nil if not found. See `nnmaildir-flag-mark-mapping'. (defalias 'nnmaildir--flag-to-mark #[(flag) " \236A\207" [flag nnmaildir-flag-mark-mapping] 2 (#$ . 1296)]) (put 'nnmaildir--flag-to-mark 'byte-optimizer 'byte-compile-inline-expand) #@49 Ensure that FILENAME contains the suffix ":2,". (defalias 'nnmaildir--ensure-suffix #[(filename) "\302\303\304\305#)\266\203\203 \207\302P\207" [filename inhibit-changing-match-data ":2," nil t string-match] 7 (#$ . 1617)]) #@76 Return a copy of SUFFIX where FLAG is set. SUFFIX should start with ":2,". (defalias 'nnmaildir--add-flag #[(flag suffix) "\306\307\310\311#)\266\203\204 \312\313\"\210\314\315\"\316\n\307\"\317\320\fB\321\"!\260\322 P+\207" [suffix inhibit-changing-match-data flags flags-as-list flag new-flags "^:2," nil t string-match error "Invalid suffix `%s'" substring 3 append gnus-delete-duplicates sort < ":2,"] 7 (#$ . 1855)]) #@80 Return a copy of SUFFIX where FLAG is cleared. SUFFIX should start with ":2,". (defalias 'nnmaildir--remove-flag #[(flag suffix) "\306\307\310\311#)\266\203\204 \312\313\"\210\314\315\"\316\n\307\"\317\f\"\260\320 P+\207" [suffix inhibit-changing-match-data flags flags-as-list flag new-flags "^:2," nil t string-match error "Invalid suffix `%s'" substring 3 append delq ":2,"] 7 (#$ . 2296)]) #@107 The filename of the most recently requested article. This variable is set by `nnmaildir-request-article'. (defvar nnmaildir-article-file-name nil (#$ . 2710)) (defvar nnmaildir--file nil) (defvar nnmaildir--delivery-time "") (defconst nnmaildir--delivery-pid (byte-code "\300\301\302 !P\207" ["P" number-to-string emacs-pid] 3)) (defvar nnmaildir--delivery-count nil) #@47 Alist mapping server name strings to servers. (defvar nnmaildir--servers nil (#$ . 3084)) #@21 The current server. (defvar nnmaildir--cur-server nil (#$ . 3180)) (defvar nnmaildir--extra nil) (defconst nnmaildir--novlen 5) (defalias 'nnmaildir--nov-new '(macro . #[(beg mid end mtime extra) "\305 \n\f\257\207" [beg mid end mtime extra vector] 6])) (defalias 'nnmaildir--nov-get-beg '(macro . #[(nov) "\301\302BB\207" [nov aref (0)] 3])) (defalias 'nnmaildir--nov-get-mid '(macro . #[(nov) "\301\302BB\207" [nov aref (1)] 3])) (defalias 'nnmaildir--nov-get-end '(macro . #[(nov) "\301\302BB\207" [nov aref (2)] 3])) (defalias 'nnmaildir--nov-get-mtime '(macro . #[(nov) "\301\302BB\207" [nov aref (3)] 3])) (defalias 'nnmaildir--nov-get-extra '(macro . #[(nov) "\301\302BB\207" [nov aref (4)] 3])) (defalias 'nnmaildir--nov-set-beg '(macro . #[(nov value) "\302\303 F\207" [nov value aset 0] 4])) (defalias 'nnmaildir--nov-set-mid '(macro . #[(nov value) "\302\303 F\207" [nov value aset 1] 4])) (defalias 'nnmaildir--nov-set-end '(macro . #[(nov value) "\302\303 F\207" [nov value aset 2] 4])) (defalias 'nnmaildir--nov-set-mtime '(macro . #[(nov value) "\302\303 F\207" [nov value aset 3] 4])) (defalias 'nnmaildir--nov-set-extra '(macro . #[(nov value) "\302\303 F\207" [nov value aset 4] 4])) #@49 compiler-macro for inlining `nnmaildir--art-p'. (defalias 'nnmaildir--art-p--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnmaildir--art-p (and (memq (type-of cl-x) cl-struct-nnmaildir--art-tags) t)) nil] 7 (#$ . 4401)]) (put 'nnmaildir--art-p 'compiler-macro 'nnmaildir--art-p--cmacro) (defalias 'nnmaildir--art-p #[(cl-x) "\302! >\205 \303\207" [cl-x cl-struct-nnmaildir--art-tags type-of t] 2]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put nnmaildir--art-p side-effect-free error-free put nnmaildir--art cl-deftype-satisfies] 5) #@54 compiler-macro for inlining `nnmaildir--art-prefix'. (defalias 'nnmaildir--art-prefix--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnmaildir--art-prefix (progn (or (nnmaildir--art-p cl-x) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 1))) nil] 7 (#$ . 5024)]) (put 'nnmaildir--art-prefix 'compiler-macro 'nnmaildir--art-prefix--cmacro) #@55 Access slot "prefix" of `nnmaildir--art' struct CL-X. (defalias 'nnmaildir--art-prefix #[(cl-x) "\302! >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags type-of signal wrong-type-argument nnmaildir--art 1] 4 (#$ . 5453)]) (byte-code "\300\301\302\303#\300\207" [function-put nnmaildir--art-prefix side-effect-free t] 4) #@54 compiler-macro for inlining `nnmaildir--art-suffix'. (defalias 'nnmaildir--art-suffix--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnmaildir--art-suffix (progn (or (nnmaildir--art-p cl-x) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 2))) nil] 7 (#$ . 5805)]) (put 'nnmaildir--art-suffix 'compiler-macro 'nnmaildir--art-suffix--cmacro) #@55 Access slot "suffix" of `nnmaildir--art' struct CL-X. (defalias 'nnmaildir--art-suffix #[(cl-x) "\302! >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags type-of signal wrong-type-argument nnmaildir--art 2] 4 (#$ . 6234)]) (byte-code "\300\301\302\303#\300\207" [function-put nnmaildir--art-suffix side-effect-free t] 4) #@51 compiler-macro for inlining `nnmaildir--art-num'. (defalias 'nnmaildir--art-num--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnmaildir--art-num (progn (or (nnmaildir--art-p cl-x) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 3))) nil] 7 (#$ . 6586)]) (put 'nnmaildir--art-num 'compiler-macro 'nnmaildir--art-num--cmacro) #@52 Access slot "num" of `nnmaildir--art' struct CL-X. (defalias 'nnmaildir--art-num #[(cl-x) "\302! >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags type-of signal wrong-type-argument nnmaildir--art 3] 4 (#$ . 7000)]) (byte-code "\300\301\302\303#\300\207" [function-put nnmaildir--art-num side-effect-free t] 4) #@53 compiler-macro for inlining `nnmaildir--art-msgid'. (defalias 'nnmaildir--art-msgid--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnmaildir--art-msgid (progn (or (nnmaildir--art-p cl-x) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 4))) nil] 7 (#$ . 7343)]) (put 'nnmaildir--art-msgid 'compiler-macro 'nnmaildir--art-msgid--cmacro) #@54 Access slot "msgid" of `nnmaildir--art' struct CL-X. (defalias 'nnmaildir--art-msgid #[(cl-x) "\302! >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags type-of signal wrong-type-argument nnmaildir--art 4] 4 (#$ . 7767)]) (byte-code "\300\301\302\303#\300\207" [function-put nnmaildir--art-msgid side-effect-free t] 4) #@51 compiler-macro for inlining `nnmaildir--art-nov'. (defalias 'nnmaildir--art-nov--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnmaildir--art-nov (progn (or (nnmaildir--art-p cl-x) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 5))) nil] 7 (#$ . 8116)]) (put 'nnmaildir--art-nov 'compiler-macro 'nnmaildir--art-nov--cmacro) #@52 Access slot "nov" of `nnmaildir--art' struct CL-X. (defalias 'nnmaildir--art-nov #[(cl-x) "\302! >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags type-of signal wrong-type-argument nnmaildir--art 5] 4 (#$ . 8530)]) (byte-code "\300\301\302\303#\304\305\306\"\207" [function-put nnmaildir--art-nov side-effect-free t defalias copy-nnmaildir--art copy-sequence] 4) #@110 compiler-macro for inlining `make-nnmaildir--art'. (fn CL-WHOLE &cl-quote &key PREFIX SUFFIX NUM MSGID NOV) (defalias 'make-nnmaildir--art--cmacro #[(cl-whole &rest #1=#:--cl-rest--) "\306\307\"A@\306\310\"A@\306\311\"A@\306\312\"A@\306\313\"A@\203V @\314>\203= AA\211\202( \315>A@\203L \316\211\202( \317\320@\"\210\202&