On Tue, Jun 30, 2015 at 4:46 PM, Andy Goth <andrew.m.g...@gmail.com> wrote:
>
> I wish to preserve the original emails so signatures validate.  I also
> prefer one file per email.
>

I suppose you could save the decoded body text as the commit comment:

1. extract and decode body of message being archived
2. fossil add message.msg && fossil commit -M decoded.txt message.msg

Otherwise, one file could be created:

1. create a new message
2. added decoded text from body of message being archived as body of new
messsage
3. attach message being archived to new message
4. fossil add newmessage.msg && fossil commit newmessage.msg

Either way, I know a Perl script could be written to do the work.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to