(provide 'rmailedit)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 9524f335-12cc-4e95-9e9b-3208dc30550b
;;; rmailedit.el ends here
LABELS should be a comma-separated list of label names.
If LABELS is empty, the last set of labels specified is used.
With prefix argument N moves forward N messages with these labels."
+ ;; FIXME show the default in the prompt.
(interactive "p\nsMove to next msg with labels: ")
(if (string= labels "")
(setq labels rmail-last-multi-labels))
(provide 'rmailkwd)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7
;;; rmailkwd.el ends here
(provide 'rmailmm)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9
;;; rmailmm.el ends here
(with-temp-buffer
(insert file-name)
(goto-char (point-min))
+ ;; split-string does not remove leading/trailing whitespace.
(nreverse (mail-parse-comma-list)))))
(when (or (not rmail-inbox-list)
(y-or-n-p (concat "Replace "
(setq rmail-inbox-list inbox-list)))
(rmail-show-message-1 rmail-current-message))
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60
;;; rmailmsc.el ends here
(provide 'rmailsort)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 665da245-f6a7-4115-ad8c-ba19216988d5
;;; rmailsort.el ends here
(set-buffer buff)
(rmail-swap-buffers-maybe)
(goto-char (point-max))
+ ;; FIXME use rmail-count-new-messages.
(rmail-set-message-counters)
(set-buffer-modified-p t)
(rmail-show-message current)
(set-buffer buff)
(rmail-swap-buffers-maybe)
(goto-char (point-max))
+ ;; FIXME use rmail-count-new-messages.
(rmail-set-message-counters)
(set-buffer-modified-p t)
(rmail-show-message current)
(provide 'undigest)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 3a28b9fb-c1f5-43ef-9278-285f3e4b874d
;;; undigest.el ends here