[PR #6060] [MERGED] profiles: support more msmtp configuration paths #5807

Closed
opened 2026-05-05 10:45:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: msmtp-configs


📝 Commits (1)

  • b56b8e6 profiles: 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}/.msmtprc is present on both
disable-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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6060 **Author:** [@ghost](https://github.com/ghost) **Created:** 10/22/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `msmtp-configs` --- ### 📝 Commits (1) - [`b56b8e6`](https://github.com/netblue30/firejail/commit/b56b8e666ce8096698b06e5b7b03072c68258a59) profiles: support more msmtp configuration paths ### 📊 Changes **4 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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}/.msmtprc` is present on both disable-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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:45:19 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5807
No description provided.