From 27968f6ae5f67c5eb70d8ed0ceefccccc116518e Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 13 Jul 2025 00:05:31 +0200 Subject: [PATCH] feat: add small update on notification function --- content/post/about-html-mails/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/post/about-html-mails/index.md b/content/post/about-html-mails/index.md index 994602e..4fed098 100644 --- a/content/post/about-html-mails/index.md +++ b/content/post/about-html-mails/index.md @@ -1,6 +1,7 @@ --- title: "Thoughts on HTML mails" date: 2025-07-12T12:05:10+02:00 +lastmod: 2025-07-13T:00:04+02:00 draft: false image: "uploads/html-e-mails.png" categories: ['English'] @@ -122,4 +123,9 @@ this seems okay. Notifications are useful, but I don't want to shove them everyw So for now I'm pretty happy with the new shiny e-mails and will roll out the changes soon (if I don't find any more wired bugs). PS: I wrote this post after reading [blog & website in the age of containerized socials](https://blog.avas.space/blog-website-eval/) by ava. -Maybe this "Thoughts on" format will stay and I will post these in addition to more structured deep dives. \ No newline at end of file +Maybe this "Thoughts on" format will stay and I will post these in addition to more structured deep dives. + +# Update + +I did a rework of the notification function and it's now much cleaner now. However, it's less readable so this blogpost will stay as-is. +If you want to check out the new code have a look [on Codeberg](https://codeberg.org/moanos/notfellchen/src/commit/a4b8486bd489dacf8867b49d04f70f091556dc9d/src/fellchensammlung/mail.py).