You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you—for some reason—don't like the yellow (for contacts in your address book) or gray (for unknown contacts) star next to email addresses in the message header there's a simple way on how to hide it.
14
14
15
-
If you don't have one yet, all it needs is a file called [userChrome.css](https://web.archive.org/web/20130728221756/https://developer.mozilla.org/en-US/docs/Thunderbird/Thunderbird_Configuration_Files#userChrome.css) inside a folder called `chrome` inside your profile folder. Add the following content:
15
+
If you don't have one yet, all it needs is a file called [userChrome.css](https://web.archive.org/web/20130728221756/https://developer.mozilla.org/en-US/docs/Thunderbird/Thunderbird_Configuration_Files#userChrome.css) inside a folder called `chrome` inside your profile folder.
Copy file name to clipboardExpand all lines: docs/blog/posts/2013/reducing-file-size-of-a-pdf-on-mac-os.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ Instead of sending large files, it is almost always recommended to reduce the fi
15
15
To do that, there are several ways.
16
16
For example, there is an app called [_PDF Squeezer_](https://apps.apple.com/de/app/pdf-squeezer-4/id1502111349?l=en-GB&mt=12"PDF Squeezer") in the _Mac App Store_ (in 2013: €3.59 or $3.99, more expensive today).
17
17
18
-
The same functionality can be achieved using _Quartz filters_ in the _ColorSync Utility_. There is already one called _Reduce File Size_ but it might lead to a blurry PDF.
18
+
The same functionality can be achieved using _Quartz filters_ in the _ColorSync Utility_.
19
+
There is already one called _Reduce File Size_ but it might lead to a blurry PDF.
19
20
You can copy this filter and adjust the settings.
20
21
However, I found custom filters in the [Apple Support Community](https://discussions.apple.com/message/21402148#21402148"Apple Support Community") that work quite well.
Copy file name to clipboardExpand all lines: docs/blog/posts/2015/thunderbird-extension-toggle-headers-updated.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,10 @@ Generally, I prefer to be contacted directly with bug reports and be able to res
20
20
If a developer doesn't respond, a bad review is then acceptable.
21
21
However, in this case bad reviews could be turned into very good ones, so no complaints in the end :smile:.
22
22
23
-
Long story short, a new version of Toggle Headers was released. Basically, [Toggle Headers v1.0](https://addons.thunderbird.net/thunderbird/addon/toggle-headers/) restores support for _CompactHeader 2.1.0_ and higher, but at the same time, it still works with older versions. Unfortunately, the new version of _CompactHeader_ contains a bug that prevents toggling between the header modes (_Normal_/_All_) to work properly. I [reported the bug](https://forums.mozillazine.org/viewtopic.php?p=14375693#p14375693) in the referenced support forums, but haven't received a response to date.
23
+
Long story short, a new version of Toggle Headers was released.
24
+
Basically, [Toggle Headers v1.0](https://addons.thunderbird.net/thunderbird/addon/toggle-headers/) restores support for _CompactHeader 2.1.0_ and higher, but at the same time, it still works with older versions.
25
+
Unfortunately, the new version of _CompactHeader_ contains a bug that prevents toggling between the header modes (_Normal_/_All_) to work properly.
26
+
I [reported the bug](https://forums.mozillazine.org/viewtopic.php?p=14375693#p14375693) in the referenced support forums, but haven't received a response to date.
24
27
25
28
This required a workaround to be integrated into the new version.
26
29
When switching from collapsed header pane and _Normal_ to _All_ headers and then back to _Normal_, the header pane would stay expanded.
Copy file name to clipboardExpand all lines: docs/blog/posts/2016/firefox-close-tab-button-on-hover.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Place this file into the `chrome` folder inside your profile's directory.
49
49
Follow the [directions from Mozilla to find out where to find the profile's directory location](https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data).
50
50
If the `chrome` folder does not exist, you need to create it first.
# Digging into the Firefox UI for the tab close button
11
11
12
-
Oops ... last year a new Firefox version broke the ["close button on tab hover" tweak](../2016/firefox-close-tab-button-on-hover.md) and I mentioned I will write a separate blog post on how I found out why and how to fix it.
12
+
Last year a new Firefox version broke the ["close button on tab hover" tweak](../2016/firefox-close-tab-button-on-hover.md) and I mentioned I will write a separate blog post on how I found out why and how to fix it.
13
13
Life happened, but fortunately I wrote down bullet points about what I did.
14
14
15
15
It seems that with Firefox 54 something in the UI changed which broke the functionality.
Copy file name to clipboardExpand all lines: docs/blog/posts/2020/notes-on-docker.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,8 @@ networks:
86
86
## Running the database on the host
87
87
88
88
As outlined previously, I have a [_MariaDB_ instance running on the host](./notes-on-setting-up-my-raspberry-pi.md).
89
-
Why is it not running in a container? I did consider it but containers are supposed to be stateless and the [general recommendation is to not run production databases in Docker](https://vsupalov.com/database-in-docker/).
89
+
Why is it not running in a container?
90
+
I did consider it but containers are supposed to be stateless and the [general recommendation is to not run production databases in Docker](https://vsupalov.com/database-in-docker/).
90
91
There is an interesting discussion about this on [Reddit](https://www.reddit.com/r/docker/comments/amo2cc/running_production_databases_in_docker/) as well.
91
92
In the end, it seemed like a risk (which I am not willing to take).
92
93
@@ -103,7 +104,8 @@ _MariaDB_ is then bound to the host IP of that network.
103
104
A disadvantage is that then only Docker containers within that network can access the database.
104
105
So if you have any other application on the host that needs to access the database that doesn't work.
105
106
106
-
When creating database users, instead of specifying `'user'@'localhost'` you could say `'user'@'172.22.0.%'`. This assumes that your subnet is `172.22.0.0/24`.
107
+
When creating database users, instead of specifying `'user'@'localhost'` you could say `'user'@'172.22.0.%'`.
108
+
This assumes that your subnet is `172.22.0.0/24`.
107
109
This way you don't need to know the specific IP address of a container.
108
110
Also, the IP address of a container is not guaranteed to be the same if you restart your containers.
109
111
To create a database with a user do the following in the SQL console (when running `sudo mysql` from the host):
@@ -118,7 +120,8 @@ FLUSH PRIVILEGES;
118
120
119
121
If ever you perform a `docker logs <containername>` you most likely will notice that the timezone does not match your host's timezone (unless you happen to live in the _GMT_ timezone :smile:).
120
122
By default, [Docker syncs the time but not timezone](https://stackoverflow.com/q/22800624), so the timezone is `GMT`/`UTC`.
121
-
Some images do support the [setting of an environment variable](https://github.com/docker-library/redis/issues/127) `TZ` specifying the timezone but it is not always the case. If you want to support this for your own image, you need to install the `tzdata` system package.
123
+
Some images do support the [setting of an environment variable](https://github.com/docker-library/redis/issues/127) `TZ` specifying the timezone but it is not always the case.
124
+
If you want to support this for your own image, you need to install the `tzdata` system package.
122
125
However, you can also simply add a bind mount to your volumes:
0 commit comments