%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.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\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)) (#$ . 648)) #@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 (#$ . 966)]) (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 (#$ . 1298)]) (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 (#$ . 1619)]) #@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\307O\315\n\307\"\316\317\fB\320\"!\260\321 P+\207" [suffix inhibit-changing-match-data flags flags-as-list flag new-flags "^:2," nil t string-match error "Invalid suffix `%s'" 3 append gnus-delete-duplicates sort < ":2,"] 7 (#$ . 1857)]) #@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\307O\315\n\307\"\316\f\"\260\317 P+\207" [suffix inhibit-changing-match-data flags flags-as-list flag new-flags "^:2," nil t string-match error "Invalid suffix `%s'" 3 append delq ":2,"] 7 (#$ . 2287)]) #@107 *The filename of the most recently requested article. This variable is set by nnmaildir-request-article. (defvar nnmaildir-article-file-name nil (#$ . -2690)) (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) (defvar nnmaildir--servers (make-vector 3 0)) (defvar nnmaildir--cur-server nil) (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])) (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 (declare (side-effect-free error-free)) (and (vectorp cl-x) (>= (length cl-x) 6) (memq (aref cl-x 0) cl-struct-nnmaildir--art-tags) t)) nil] 7]) (put 'nnmaildir--art-p 'compiler-macro 'nnmaildir--art-p--cmacro) (defalias 'nnmaildir--art-p #[(cl-x) "\302!\205 G\303Y\205 \304H >\205 \305\207" [cl-x cl-struct-nnmaildir--art-tags vectorp 6 0 t] 2]) (byte-code "\300\301\302\303#\210\304\305\306\301#\207" [function-put nnmaildir--art-p side-effect-free error-free put nnmaildir--art cl-deftype-satisfies] 4) (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 (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnmaildir--art-tags)) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 1)) nil] 7]) (put 'nnmaildir--art-prefix 'compiler-macro 'nnmaildir--art-prefix--cmacro) (defalias 'nnmaildir--art-prefix #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags 0 signal wrong-type-argument nnmaildir--art 1] 4]) (function-put 'nnmaildir--art-prefix 'side-effect-free t) (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 (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnmaildir--art-tags)) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 2)) nil] 7]) (put 'nnmaildir--art-suffix 'compiler-macro 'nnmaildir--art-suffix--cmacro) (defalias 'nnmaildir--art-suffix #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags 0 signal wrong-type-argument nnmaildir--art 2] 4]) (function-put 'nnmaildir--art-suffix 'side-effect-free t) (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 (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnmaildir--art-tags)) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 3)) nil] 7]) (put 'nnmaildir--art-num 'compiler-macro 'nnmaildir--art-num--cmacro) (defalias 'nnmaildir--art-num #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags 0 signal wrong-type-argument nnmaildir--art 3] 4]) (function-put 'nnmaildir--art-num 'side-effect-free t) (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 (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnmaildir--art-tags)) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 4)) nil] 7]) (put 'nnmaildir--art-msgid 'compiler-macro 'nnmaildir--art-msgid--cmacro) (defalias 'nnmaildir--art-msgid #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags 0 signal wrong-type-argument nnmaildir--art 4] 4]) (function-put 'nnmaildir--art-msgid 'side-effect-free t) (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 (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnmaildir--art-tags)) (signal 'wrong-type-argument (list 'nnmaildir--art cl-x))) (aref cl-x 5)) nil] 7]) (put 'nnmaildir--art-nov 'compiler-macro 'nnmaildir--art-nov--cmacro) (defalias 'nnmaildir--art-nov #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnmaildir--art-tags 0 signal wrong-type-argument nnmaildir--art 5] 4]) (byte-code "\300\301\302\303#\210\304\305\306\"\207" [function-put nnmaildir--art-nov side-effect-free t defalias copy-nnmaildir--art copy-sequence] 4) #@60 (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&