;ELC ;;; compiled by erik@naggum.no on Sun Jan 14 06:33:29 1996 ;;; from file /gd/gnu/emacs/19.0/lisp/rmailmsc.el ;;; emacs version 19.30.70.6. ;;; 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.29"))) (error "`rmailmsc.el' was compiled for Emacs 19.29 or later")) #@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 (#$ . 467) "sSet mailbox list to (comma-separated list of filenames): "])