Re: Export from Yarn to Eudora

From: Jose Ribeiro Pena (jribeiro@joinnet.com.br)
Date: Sun, 26 Jul 1998 20:28:46 -0300

I've got it! Thanks to Ian Goodyer (goodyer@well.ox.ac.uk). That's the
message I received from him sending the ini file:

------------------------------------------------------------------------
Hi,

This is the unfolder section of the yarnutil.ini file. The rest of the
file was unchanged. It worked for me. Let me know. How you get on.

Ian

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[UnFolder]

; Quiet batch processing?
;
; Quiet = <boolean>

Quiet = No

; Separator string between messages
; Variables: %[msgnr] Number of the message
;
MessageSep="From ???@???.??? Mon Jan 01 00:00:00 1981"
; MessagSep = <string>

; Header selection rules
;
; Include = <string1> [ as <string2>]
; Exclude = <string1>
;
; The rules will be applied in the given order. Later rules overwrite
; earlier. <string1> are the characters from the left identifying a header
; line. <string2> is a string replacing <string1> in the output. If no
; replacement is given, <string1> will be use (or no replacement will be
; done.

Include = "From:" as "From:"
Include = "Newsgroup:" as "Newsgroup:"
Include = "Date:" as "Date:"
Include = "Subject:" as "Subject:"
Include = "Organization:" as " Organization:"
Include = "To:" as "To:"
Include = "Cc:" as "Cc:"
Include = "Sender:" as "Sender:"
Include = "Received:" as "Received:"
Include = "Reply-To:" as "Reply-To:"
Include = "Message-ID:" as "Message-ID:"
Include = "Lines:" as "Lines:"
Include = "X-Mailer:"
Include = "In-Reply-To:"
Include = "MIME=Version:"
Include = "Content-Type:"
Exclude = "X-Status:"
Include = "X-Sender:"
Include = "Status:"
Include = "Priority:"
Inlcude = "Precedence:"
Include = "Content-Transfer-Encoding:"
Include = "Content-Type:"

; Buffersize
BufferSize = $2000
Ratio = 48

---------------------------------------------------------------------------