Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

billjoe

macrumors newbie
Original poster
Apr 16, 2020
17
2
hi,
I would like to have thunderbird open on login of osx and download emails and forward emails,
the same computer is used by different people on the same account,
I would like thunderbird to not appear to not be visible and to never be quit or closed by someome,
this is why i am looking for a way to keep it running but not have any window or task bar or tray or dock or scene manager show it is appearance.
so this is not just cmd H and hiding it for a few seconds,
i cant find any information on doing this, is there a terminal command to do this?
thanks
 
No, not on the same account. You can create a different password-protected account, run Thunderbird there and switch to that account when you need it.

Also, there are ways to control TB via the command line, but I don't know if it allows you to run TB without opening the actual app.
 
  • Like
Reactions: T'hain Esh Kelch
And don't think anyway to prevent anyone from stopping it. When in a shared account, Force Quit from Finder will kill it, "kill -TERM" or "kill -KILL" from command line as well.
 
  • Like
Reactions: T'hain Esh Kelch
Thanks for your answers, thats strange it doesn’t exist.
What if i use a separate screen place the window on there and then unplug the screen? Seems like it would be there without being visible
 
Thanks for your answers, thats strange it doesn’t exist.
What if i use a separate screen place the window on there and then unplug the screen? Seems like it would be there without being visible

I don't know about this. Even if it works, then if you can unplug the screen, then someone else can plug it in, too.

As long as you have a situation where you share the same account with other users, it's hard to achieve the desired privacy easily. You may want to look into web mail solutions where you can log out and log in when needed.
 
Code:
/Applications/Thunderbird.app/Contents/MacOS/thunderbird --headless

" --headless Run without a GUI"

for other options, see /Applications/Thunderbird.app/Contents/MacOS/thunderbird --help
 
  • Like
Reactions: zevrix and Ben J.
Yes I will try headless, sounds very good thanks
 
Last edited:
thanks a lot for your help i made a automator app that opens at login, there is a message asking about accessing TB contacts, but I think it will be silent now and work in the background, perfect ! thank you
 
  • Like
Reactions: bogdanw and Ben J.
Code:
/Applications/Thunderbird.app/Contents/MacOS/thunderbird --headless

" --headless Run without a GUI"

for other options, see /Applications/Thunderbird.app/Contents/MacOS/thunderbird --help

Interesting... After I mentioned running TB from the command line earlier in the thread, I also checked the available options. I couldn't find any options to check for new mail so I didn't bring it up again. But now I think maybe it just uses the existing settings when running headless?
 
yes,
Terminal was the way to go,
It is practical i can do all the settings in the gui and then the automator app starts TB in headless mode.
Very cool to use both modes
Thank you
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.