Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Setting up Thunderbird 60.9.1 on a Mac

  • 7 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Hughmoz

more options

On a Mac can I change background colours on left pane and top right pane?

Plus is there a way to put colour into the vague and hard to see icons on the toolbar without using the fairly naff add-on themes.

On a Mac can I change background colours on left pane and top right pane? Plus is there a way to put colour into the vague and hard to see icons on the toolbar without using the fairly naff add-on themes.

글쓴이 Hughmoz 수정일시

선택된 해결법

Worked out now why the Phoenity Buttons would not work by contacting developer.

As far as The duplicate email function goes it's did not work because was non-specified account because I am piggy backing off Onetel as a TalkTalk customer. However I pulled out an older Thunderbird data file from TimeMachine and I have my original account back now. The remove duplicates works now, but took a lot of emails out into trash that were not duplicates which is weird as, now I have to put them all back in the correct folders. Technology eh, It takes up a lot of time.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (7)

more options

The background color of the Folder Pane and Threads Pane can be modified with a userChrome.css file:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#folderTree,
#threadTree
{
  background-color: #D3D3D3 !important;
  color: black !important;
}

1. Help/Troubleshooting Information, click Show in Finder to open the profile folder, close TB. 2. Create a new folder in the profile folder named chrome. 3. Create a text file in the chrome folder and save it as userChrome.css. 4. Copy the code posted above into the css file, Save. 5. Restart TB to see the panes with colored backgrounds.

To add colored buttons, try Phoenity Buttons.

more options

Thanks for your reply

I have downloaded Phonety Buttons, but they do not load onto the toolbar, only show in Extensions and I have enabled them and quit and opened up Thunderbird and nothing changes.

The background colour change I have tried to go through the instructions, but the suggested way of doing it it beyond me as, nothing opens as is proposed in your instructions.

글쓴이 Hughmoz 수정일시

more options

What is your version of TB? For TB 60, install Phoenity Buttons 2.7; v. 3.3 for TB 68.

https://addons.thunderbird.net/en-us/thunderbird/addon/phoenity-buttons/versions/

The attached picture shows the panes with a light grey background and Phoenity Buttons in TB 68.

more options

The clue is in the topic header 60.9.1

I have also added through add-on an extension to remove email duplicates, which again although enabled does nothing.

more options

If you're referring to this add-on, I don't know why it wouldn't work. Some add-ons are platform dependent, but this is usually mentioned in the description.

more options

Yes, that's it. As, I say, it's the same with phoneity buttons, nothing happens.

글쓴이 Hughmoz 수정일시

more options

선택된 해결법

Worked out now why the Phoenity Buttons would not work by contacting developer.

As far as The duplicate email function goes it's did not work because was non-specified account because I am piggy backing off Onetel as a TalkTalk customer. However I pulled out an older Thunderbird data file from TimeMachine and I have my original account back now. The remove duplicates works now, but took a lot of emails out into trash that were not duplicates which is weird as, now I have to put them all back in the correct folders. Technology eh, It takes up a lot of time.