mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6060] [MERGED] profiles: support more msmtp configuration paths #5807
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#5807
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6060
Author: @ghost
Created: 10/22/2023
Status: ✅ Merged
Merged: 10/22/2023
Merged by: @undefined
Base:
master← Head:msmtp-configs📝 Commits (1)
b56b8e6profiles: support more msmtp configuration paths📊 Changes
4 files changed (+13 additions, -2 deletions)
View changed files
📝
etc/inc/disable-common.inc(+3 -0)📝
etc/inc/disable-programs.inc(+2 -0)📝
etc/profile-m-z/mutt.profile(+4 -1)📝
etc/profile-m-z/neomutt.profile(+4 -1)📄 Description
Since version 1.8.6 msmtp supports per-user configuration at either
~/.msmtprc (already supported by firejail) or
$XDG_CONFIG_HOME/msmtp/config. System-wide support can be placed at/etc/msmtprc.
This adds the missing paths to the relevant .inc and .profile files.
Note that
blacklist ${HOME}/.msmtprcis present on bothdisable-common.inc and disable-programs.inc, so the new paths are added
to both files.
References:
https://wiki.archlinux.org/title/Msmtp#Basic_setup
https://marlam.de/msmtp/msmtp.html#Configuration-files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.