mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5448] claws-mail: local timezone is not used #2999
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2999
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bymoz089 on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5448
Description
E-mail clients show wrong time of received mails and vcalendar. (experienced with claws-mail), due to using timezone
UTCinstead of system configured timezone.Steps to Reproduce
possible fix
adding
localtimeto lineprivate-etcin fileemail-common.profilenew line in file
email-common.profileshould look like:edit
above fix solves displayed time of received e-mails, but not vcalendar entries. claws-mail vcalendar plugin seems to use libical to calculate time.
@ghost commented on GitHub (Nov 2, 2022):
Nice find. The
private-etcfix for the displayed time of received e-mails can be added right now. Can you ceate a PR for that part of the issue? If so, please keep in mind that the option is alphabetically ordered, so tacking onlocaltimeat the end of the string is not the way we do things...I'm not sure there's anything firejail can do about the vcalendar plugin behavior, but we'll see about that later.
@bymoz089 commented on GitHub (Jan 16, 2023):
See new PR (https://github.com/netblue30/firejail/pull/5594) to fix vcalendar issue.