;ELC ;;; compiled by kwzh@hal.gnu.ai.mit.edu on Mon Apr 17 19:49:36 1995 ;;; from file /gd/gnu/emacs/19.0/lisp/rmailmsc.el ;;; emacs version 19.28.90.26. ;;; bytecomp version FSF 2.10 ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "`/gd/gnu/emacs/19.0/lisp/rmailmsc.el' was compiled for Emacs 19")) #@184 Set the inbox list of the current RMAIL file to FILE-NAME. You can specify one file name, or several names separated by commas. If FILE-NAME is empty, remove any existing inbox list. (defalias 'set-rmail-inbox-list #[(file-name) "ŠÀ Á‰ƒÄÅÆÇ È#ÉQ!ƒHÁ\n~ˆebˆËÌ!ˆÍÎÁÏ#ˆÐyˆÑÒ!ƒ9`Óyˆ`|ˆÕ˜„GÖ×Ø#ˆ)+À Ú!‡" [rmail-parse-file-inboxes nil standard-output names y-or-n-p "Replace " mapconcat identity ", " "? " buffer-read-only search-forward "\n" re-search-backward "^Mail" t 0 looking-at "Mail:" 1 file-name "" insert-before-markers "Mail: " "\n" rmail-inbox-list rmail-show-message rmail-current-message] 7 (#$ . 486) "sSet mailbox list to (comma-separated list of filenames): "])