\"References\" or \"In-reply-to\" fields of B, or if A is the first
message with the same \"Subject\" as B. First element is ignored.")
+(defcustom rmail-summary-starting-message 1
+ "Message number to start summarizing at."
+ :type 'integer
+ :group 'rmail-summary)
+
(defvar rmail-summary-message-descendants-vector nil
"Vector that holds the direct descendants of each message.
This is the antipode of `rmail-summary-message-parents-vector'.
(sumbuf (rmail-get-create-summary-buffer)))
;; Scan the messages, getting their summary strings
;; and putting the list of them in SUMMARY-MSGS.
- (let ((msgnum 1)
+ (let ((msgnum rmail-summary-starting-message)
(main-buffer (current-buffer))
(total rmail-total-messages)
(inhibit-read-only t))