Betterbird / thunderbird-patches

Betterbird is a fork of Mozilla Thunderbird. Here are the patches that provide all the goodness.
Other
482 stars 20 forks source link

Close to tray? #311

Closed LinuxMason closed 3 months ago

LinuxMason commented 3 months ago

I'm thankful for the minimize to tray, but why is there no close to tray? Would be great if this feature is added.

Betterbird commented 3 months ago

Where is it? Here: https://github.com/Betterbird/thunderbird-patches/issues/244#issuecomment-1873557127

LinuxMason commented 3 months ago

Thanks. That solved my issue.

But that brings me to my next question. Why can't the tray icon remain in the tray? I don't like how the tray icon disappears when betterbird is in the foreground.

Can anything be done about this?

Betterbird commented 3 months ago

Can anything be done about this?

Read the documentation? https://www.betterbird.eu/expert-tips/

Relevant preferences:

System tray: mail.biff.show_tray_icon (has UI)
System tray always: mail.biff.show_tray_icon_always (no UI)
Minimize to tray: mail.minimizeToTray (has UI)
Linux only: mail.minimizeToTray.supportedDesktops ("kde,gnome,xfce,mate") and mail.minimizeToTray.desktopsGtkWindowPresentWithTime (special activation, "mate") (no UI)
Start minimized: mail.startupMinimized (no UI)
Windows only: Show count in taskbar badge: mail.biff.show_badge (has UI)
Show new count: mail.biff.use_new_count_in_badge (has UI)
Only count unread message in inboxes: mail.notification.count.inbox_only (no UI)
LinuxMason commented 3 months ago

Perfect. Thanks