[PR #3849] [MERGED] Email part (2) #4908

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3849
Author: @bbhtt
Created: 12/28/2020
Status: Merged
Merged: 2/9/2021
Merged by: @netblue30

Base: masterHead: email


📝 Commits (10+)

  • a8a8e33 Add whitelisting to mutt; improve geary, new profile for neomutt
  • a9218d4 Add neomutt to firefg.config
  • d652bfb Add Evolution and folks directories coming from evolution data server common to both geary and evolution; add dbus permissions fromflatpak
  • 6b9bfad Fix python; add read-only to editors/cli browsers;re-add cache directory
  • ad2c61f Add folks cache directory
  • 144aee2 Improve whitelisting and dbus of Sylpheed and Claws-mail
  • 927ba15 Add seccomp.block-secondary per @rusty-snake
  • 2ef998d Rearrange and fixes per comments
  • 08bf7ac Some sorting per @kmk3
  • 548ee9c Add dbus-system none back to email-common.profile

📊 Changes

8 files changed (+344 additions, -22 deletions)

View changed files

📝 etc/inc/disable-programs.inc (+3 -0)
📝 etc/profile-a-l/claws-mail.profile (+6 -3)
📝 etc/profile-a-l/email-common.profile (+18 -7)
📝 etc/profile-a-l/geary.profile (+67 -12)
📝 etc/profile-m-z/mutt.profile (+88 -0)
etc/profile-m-z/neomutt.profile (+152 -0)
📝 etc/profile-m-z/sylpheed.profile (+9 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

Continuation of https://github.com/netblue30/firejail/pull/3607

Mutt/Neomutt needs some testing I may not have went through all use cases, leaving a (neo)muttrc if anyone wants to do some testing https://termbin.com/tryb


🔄 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/3849 **Author:** [@bbhtt](https://github.com/bbhtt) **Created:** 12/28/2020 **Status:** ✅ Merged **Merged:** 2/9/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `email` --- ### 📝 Commits (10+) - [`a8a8e33`](https://github.com/netblue30/firejail/commit/a8a8e33bc17263db763cd7bd803314f8d5dbd2c5) Add whitelisting to mutt; improve geary, new profile for neomutt - [`a9218d4`](https://github.com/netblue30/firejail/commit/a9218d475ff2d56ed9f566e2162789769d4d1ebb) Add neomutt to firefg.config - [`d652bfb`](https://github.com/netblue30/firejail/commit/d652bfba57b4231a720121100255a40719d7bd39) Add Evolution and folks directories coming from evolution data server common to both geary and evolution; add dbus permissions fromflatpak - [`6b9bfad`](https://github.com/netblue30/firejail/commit/6b9bfad377a0f0bcd076dd230553795ea190e11f) Fix python; add read-only to editors/cli browsers;re-add cache directory - [`ad2c61f`](https://github.com/netblue30/firejail/commit/ad2c61f161b2e4036050c247233e3c36dcfde0a8) Add folks cache directory - [`144aee2`](https://github.com/netblue30/firejail/commit/144aee26f56156cb4ec0c674062c447d261802a4) Improve whitelisting and dbus of Sylpheed and Claws-mail - [`927ba15`](https://github.com/netblue30/firejail/commit/927ba159d4a590ede6aa807d2167a0d9d6752700) Add seccomp.block-secondary per @rusty-snake - [`2ef998d`](https://github.com/netblue30/firejail/commit/2ef998dc9bd2e438643b36e51ceb132857cdffdd) Rearrange and fixes per comments - [`08bf7ac`](https://github.com/netblue30/firejail/commit/08bf7ac3f32b99569b3aba2052f9b57bf94c141f) Some sorting per @kmk3 - [`548ee9c`](https://github.com/netblue30/firejail/commit/548ee9c03034dfaefaa925c4bf1c464248d7c007) Add dbus-system none back to email-common.profile ### 📊 Changes **8 files changed** (+344 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+3 -0) 📝 `etc/profile-a-l/claws-mail.profile` (+6 -3) 📝 `etc/profile-a-l/email-common.profile` (+18 -7) 📝 `etc/profile-a-l/geary.profile` (+67 -12) 📝 `etc/profile-m-z/mutt.profile` (+88 -0) ➕ `etc/profile-m-z/neomutt.profile` (+152 -0) 📝 `etc/profile-m-z/sylpheed.profile` (+9 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description Continuation of https://github.com/netblue30/firejail/pull/3607 Mutt/Neomutt needs some testing I may not have went through all use cases, leaving a (neo)muttrc if anyone wants to do some testing https://termbin.com/tryb --- <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:28:49 -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#4908
No description provided.