* git Thunderbird Synching
@ 2009-01-14 7:52 Nicholas LaRoche
2009-01-14 16:01 ` Sitaram Chamarty
0 siblings, 1 reply; 2+ messages in thread
From: Nicholas LaRoche @ 2009-01-14 7:52 UTC (permalink / raw)
To: git
Has anyone tried to synch a Thunderbird profile between two computers
with git?
I want to do something like this with my main profile, but I'm concerned
that if I send/receive email on either machine independently that there
will be corruption in some of the files when I push back to my main box.
Regards,
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git Thunderbird Synching
2009-01-14 7:52 git Thunderbird Synching Nicholas LaRoche
@ 2009-01-14 16:01 ` Sitaram Chamarty
0 siblings, 0 replies; 2+ messages in thread
From: Sitaram Chamarty @ 2009-01-14 16:01 UTC (permalink / raw)
To: git
On 2009-01-14, Nicholas LaRoche <nlaroche@vt.edu> wrote:
> I want to do something like this with my main profile, but I'm concerned
> that if I send/receive email on either machine independently that there
> will be corruption in some of the files when I push back to my main box.
The mbox files making up the actual mail are probably safe
enough, assuming you do the git operations with TB shut
down, not running. In effect, each message is one chunk of
code, and you're basically deleting or adding them. Ugly,
but it would probably work.
But I expect serious trouble with the MSF files that TB
maintains, symptoms being quick searches not working or
showing something in the message list pane and some other
unrelated message in the preview pane.
And that's if you can get git to merge them in the first
place -- which I very much doubt. For all practical
purposes they're binary blobs.
So if you don't care about the MSF at all and can rebuild
them each time, this would work.
Otherwise IMAP is a better option :-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-14 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 7:52 git Thunderbird Synching Nicholas LaRoche
2009-01-14 16:01 ` Sitaram Chamarty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).