Synchronizing mail on two computers: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (IMAP link)
(merged in stuff from Synchronizing multiple machines)
Line 1: Line 1:
Trying to sychronize your Thunderbird mail on two different computers? Below are some possible solutions.
Trying to sychronize your Thunderbird mail on two different computers? Below are some possible solutions.


* If possible, switch to an [[IMAP]] account. All your mail (incoming, outgoing, drafts, etc.) will be stored on the server and be accessible from multiple computers. Many IMAP providers also let you configure your account (server-side) to fetch mail from separate POP accounts.
* If possible, switch to an [[IMAP]] account. All your mail (incoming, outgoing, drafts, etc.) will be stored on the server and be accessible from multiple computers. Many IMAP providers also let you configure your account (server-side) to fetch mail from separate POP accounts. You could also use the [http://www.gargan.org/extensions/synckolab.html Synch Kolab] extension to synchronize your address books.
 
* Try [http://synchingthunder.sourceforge.net Synching Thunder], which was designed to synchronize Thunderbird mail stored on different computers. Make sure to read the installation notes and other documentation carefully.
* Try [http://synchingthunder.sourceforge.net Synching Thunder], which was designed to synchronize Thunderbird mail stored on different computers. Make sure to read the installation notes and other documentation carefully.
* Install and run Thunderbird [[Running from a USB drive (Thunderbird) | from a flash drive or other portable USB device]].
* Install and run Thunderbird [[Running from a USB drive (Thunderbird) | from a flash drive or other portable USB device]].
* Install Thunderbird separately on each computer but store your [[profile folder | profile]] on a portable USB device. To launch with Thunderbird with your profile on the USB drive, you can use the [[Running from a USB drive (Thunderbird) |''-profile "path"'']] command line argument.


* Set Thunderbird to leave incoming mail on the server (for a long enough period of time) so that the same messages can be downloaded on both computers. To do so, go to "[[Menu differences in Windows, Linux, and Mac|Tools -> Account Settings]] -> [account name] Server Settings", check the box for "Leave messages on server" and set a number of days for them to be kept on the server. Note: this will not synchronize your outgoing mail, and in some cases may cause the same messages to be [[Duplicate messages received | downloaded repeatedly]].  
* Install Thunderbird separately on each computer but store your [[profile folder | profile]] on a portable USB device or on a network file share. To launch Thunderbird with that profile, use the [[Running from a USB drive (Thunderbird) |''-profile "path"'']] command line argument.


==External links==
* Set Thunderbird to leave incoming mail on the server (for a long enough period of time) so that the same messages can be downloaded on both computers. One way to do this: for the ''secondary'' computer only (such as a laptop), go to "[[Menu differences in Windows, Linux, and Mac|Tools -> Account Settings]] -> [account name] Server Settings", check the box for "Leave messages on server", and then set "Tools -> Account Settings -> Copies & Folders -> Bcc these email addresses" to automatically send yourself a copy of any messages you send. On your ''primary'' computer write a [[Filters (Thunderbird)| message filter]] that moves those messages to your Sent folder and marks them as read. Note: and in some cases leaving mail on the server may cause the same messages to be [[Duplicate messages received | downloaded repeatedly]], even on the same machine.
* [http://ed.mullen.home.comcast.net/Mozilla/moz_mailsync.html Other ideas] (was written for {{Mozilla Suite}} but also applies to Thunderbird)
 
* Use a script or batch file like [http://gemal.dk/mozilla/profilesync.html 4NT] to synchronize the files in two profiles. This method is most likely to cause problems, especially if you forget to synchronize before doing something that modifies the profile.


==See also==
*[[PalmSync (Thunderbird)|PalmSync]]
*[[Roaming profile]]
*[[Synchronizing Windows based PDAs]]


{{stub}}
==External links==
* [http://ed.mullen.home.comcast.net/Mozilla/moz_mailsync.html Other synchronization ideas] (was written for {{Mozilla Suite}} but also applies to Thunderbird)


[[Category:Mail (Thunderbird)]]
[[Category:Mail (Thunderbird)]]

Revision as of 10:30, 27 January 2006

Trying to sychronize your Thunderbird mail on two different computers? Below are some possible solutions.

  • If possible, switch to an IMAP account. All your mail (incoming, outgoing, drafts, etc.) will be stored on the server and be accessible from multiple computers. Many IMAP providers also let you configure your account (server-side) to fetch mail from separate POP accounts. You could also use the Synch Kolab extension to synchronize your address books.
  • Try Synching Thunder, which was designed to synchronize Thunderbird mail stored on different computers. Make sure to read the installation notes and other documentation carefully.
  • Install Thunderbird separately on each computer but store your profile on a portable USB device or on a network file share. To launch Thunderbird with that profile, use the -profile "path" command line argument.
  • Set Thunderbird to leave incoming mail on the server (for a long enough period of time) so that the same messages can be downloaded on both computers. One way to do this: for the secondary computer only (such as a laptop), go to "Tools -> Account Settings -> [account name] Server Settings", check the box for "Leave messages on server", and then set "Tools -> Account Settings -> Copies & Folders -> Bcc these email addresses" to automatically send yourself a copy of any messages you send. On your primary computer write a message filter that moves those messages to your Sent folder and marks them as read. Note: and in some cases leaving mail on the server may cause the same messages to be downloaded repeatedly, even on the same machine.
  • Use a script or batch file like 4NT to synchronize the files in two profiles. This method is most likely to cause problems, especially if you forget to synchronize before doing something that modifies the profile.

See also

External links