config:firefox-thunderbird
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
config:firefox-thunderbird [2019/02/25 16:51] – created Wulf Rajek | config:firefox-thunderbird [2024/04/16 13:28] (current) – Wulf Rajek | ||
---|---|---|---|
Line 2: | Line 2: | ||
- | ===== Extensions ===== | + | ===== Firefox |
- | British-English Dictionary for UK Spell checking\\ | + | British-English Dictionary for UK Spell checking |
https:// | https:// | ||
- | I Don't care about cookies - Hide cookie confirmations on websites\\ | + | I Don't care about cookies - Hide cookie confirmations on websites |
https:// | https:// | ||
- | uBlock Origin - Popup and Ad blocker\\ | + | uBlock Origin - Popup and Ad blocker |
https:// | https:// | ||
- | Measure IT - Ruler addon to measure width/ | + | Measure IT - Ruler addon to measure width/ |
https:// | https:// | ||
- | Web Developer - adds various web developer tools to the browser.\\ | + | Web Developer - adds various web developer tools to the browser. |
https:// | https:// | ||
- | ColorZilla - Advanced Eyedropper, Color Picker, Gradient Generator...\\ | + | ColorZilla - Advanced Eyedropper, Color Picker, Gradient Generator... |
https:// | https:// | ||
- | Fireshot Lite - Full webpage screenshots or saving as PDF\\ | + | Fireshot Lite - Full webpage screenshots or saving as PDF |
https:// | https:// | ||
- | HTML Validator - Validates HTML of websites\\ | + | HTML Validator - Validates HTML of websites |
https:// | https:// | ||
+ | |||
+ | Vertical Tabs Reloaded | ||
+ | https:// | ||
+ | |||
+ | ===== Thunderbird Extensions ===== | ||
+ | |||
+ | Mail Merge | ||
+ | https:// | ||
+ | |||
+ | Manually sort folders | ||
+ | https:// | ||
+ | |||
+ | Lightning | ||
+ | |||
+ | Edit email subject | ||
+ | https:// | ||
+ | |||
+ | Mail Redirect | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | Provider for Google Calendar | ||
+ | https:// | ||
+ | |||
+ | Open Google Calendar | ||
+ | https:// | ||
+ | |||
+ | LookOut (fix version) | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | |||
+ | ====== Thunderbird Outlook/ | ||
+ | |||
+ | - Via addon manager in TB, install tbsync addon as well as provider for exchange activesync.\\ https:// | ||
+ | - then go to tools -> addon preferences -> tbsync | ||
+ | - account actions -> add new account -> exchange activesync | ||
+ | - office365 account, give name and add work email | ||
+ | - authenticate as work account with MS password | ||
+ | - select the new account, enable sync, tick boxes of contacts and calendars, set periodic sync to 10 and click synchronize now button. | ||
+ | - calendar entries now show up in lightning | ||
+ | |||
+ | not working as of Feb 2020: | ||
+ | * sending or responding to meeting invitations | ||
+ | * push sync | ||
+ | * Lightning sync buttons do not trigger a sync of EAS calendars | ||
+ | |||
+ | also, this only shows your own calendar, not any others that may have been added to outlook. | ||
+ | |||
+ | |||
+ | ====== Thunderbird Label Row Colours ====== | ||
+ | |||
+ | To have better visibility of labels of mails in the mail list, the style can be changed by editing or creating a chrome/ | ||
+ | |||
+ | <code css ~/ | ||
+ | /* | ||
+ | * Label colors. | ||
+ | */ | ||
+ | |||
+ | /* Label1 Important */ | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | |||
+ | /* Label2 Work */ | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | |||
+ | /* Label3 Personal */ | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | |||
+ | /* Label4 To Do */ | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | |||
+ | /* Label5 Later */ | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | treechildren:: | ||
+ | |||
+ | |||
+ | |||
+ | /* | ||
+ | * Add vertical scrollbar for expanded header view | ||
+ | */ | ||
+ | /* | ||
+ | # | ||
+ | max-height: 15em !important; | ||
+ | overflow: auto !important; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | /* | ||
+ | * Limit height of attachment window | ||
+ | */ | ||
+ | # | ||
+ | -moz-appearance: | ||
+ | height: 74px !important; | ||
+ | overflow: auto !important; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * Highlight the drop folder when drag& | ||
+ | * (Proposed patch as per Bug 668631) | ||
+ | * https:// | ||
+ | */ | ||
+ | #folderTree treechildren:: | ||
+ | background-image: | ||
+ | rgba(255, 255, 255, .45)); | ||
+ | background-color: | ||
+ | border-radius: | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * Replace priority text with icon as per | ||
+ | * http:// | ||
+ | */ | ||
+ | # | ||
+ | | ||
+ | |||
+ | treechildren:: | ||
+ | | ||
+ | treechildren:: | ||
+ | | ||
+ | treechildren:: | ||
+ | | ||
+ | treechildren:: | ||
+ | | ||
+ | treechildren:: | ||
+ | | ||
+ | treechildren:: | ||
+ | | ||
+ | treechildren:: | ||
+ | | ||
+ | |||
+ | # | ||
+ | | ||
+ | -moz-binding: | ||
+ | padding-left: | ||
+ | width: 23px; | ||
+ | max-width: 23px;} | ||
+ | </ | ||
+ | |||
+ | Thunderbird 115+ | ||
+ | |||
+ | <code css ~/ | ||
+ | /* | ||
+ | * Label colors. | ||
+ | */ | ||
+ | |||
+ | /* Label1 */ | ||
+ | tr[data-properties~=" | ||
+ | tr[data-properties~=" | ||
+ | |||
+ | /* Label2 */ | ||
+ | tr[data-properties~=" | ||
+ | tr[data-properties~=" | ||
+ | |||
+ | /* Label3 */ | ||
+ | tr[data-properties~=" | ||
+ | tr[data-properties~=" | ||
+ | |||
+ | /* Label4 */ | ||
+ | tr[data-properties~=" | ||
+ | tr[data-properties~=" | ||
+ | |||
+ | /* Label5 */ | ||
+ | tr[data-properties~=" | ||
+ | tr[data-properties~=" | ||
+ | |||
+ | </ | ||
+ | |||
+ | ====== Thunderbird window position ====== | ||
+ | |||
+ | Thunderbird does not remember the last window and display position. Using wmctrl and xdotool the window position can be set and it can be snapped to use top half of left-most monitor. Adjust as necessary. The adjustment to thunderbird.sh probably will be overwritten on Thunderbird update. Alternative using wrapper shell script would need to be used if that's the case: | ||
+ | < | ||
+ | #General command line commands for testing: | ||
+ | #Set thunderbird window to top left most screen | ||
+ | wmctrl -i -r $(wmctrl -l | grep Thunderbird | cut -d " " -f1) -e 0, | ||
+ | #Snap thunderbird window to top half of screen (keycombination windows+up) | ||
+ | xdotool windowactivate $(xdotool search --name thunderbird | tail -1) key " | ||
+ | |||
+ | #main Thunderbird.sh script adjustment: | ||
+ | sudo vi / | ||
+ | add just before exec $MOZ_LIBDIR/ | ||
+ | #Set thunderbird window to top left most screen | ||
+ | (sleep 3;wmctrl -i -r $(wmctrl -l | grep Thunderbird | cut -d " " -f1) -e 0, | ||
+ | #Snap thunderbird window to top half of screen (keycombination windows+up) | ||
+ | (sleep 3;xdotool windowactivate $(xdotool search --name thunderbird | tail -1) key " | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== Systray-X ====== | ||
+ | Systray-X is an app and Thunderbird plugin to add a systray icon and enable minimise to systray for TB. | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Installation: | ||
+ | < | ||
+ | curl -sL -o- https:// | ||
+ | echo "deb [signed-by=/ | ||
+ | sudo apt update | ||
+ | |||
+ | sudo apt install systray-x-minimal | ||
+ | </ | ||
+ | Then restart Thunderbird. | ||
+ | |||
+ | ====== Chrome ====== | ||
+ | |||
+ | Sidebar tabs | ||
+ | https:// | ||
+ | |||
+ | |||
+ |
config/firefox-thunderbird.1551113510.txt.gz · Last modified: 2023/05/29 11:53 (external edit)