Victor Kazmirenko wrote: > Neil wrote: > >> Victor Kazmirenko wrote: >> >>> I do not know is bug or feature, but when mail folder (pop3 in my >>> case) is selected, Dowload/Sync option is not available. I should to >>> highlight a newsserver or newsgroup to bring it back. Is it correct >>> behavior? >> >> You can't sync a pop3 folder, so the menuitem is disabled. Although I >> can see how you might want to initiate a download of all your news >> without actually selecting a news server first... > > I understand, that pop3 account is not synchronizable, but > Download/Sync provide a choice what items to synchronize. As far as I > selected them I want Download/Sync do syncing of items I have pointed.
Right. In that case, look at mail3PaneWindowCommands.js (and also messageWindow.js), in the case for cmd_synchronizeOffline there is a return IsAccountOfflineEnabled(); which you can change to return true; I can attach a patch to any relavent bug that I am CC'd to.
