Skip to content

Commit

Permalink
fixes for /var/mail in mail clients (#3486)
Browse files Browse the repository at this point in the history
* fix comment in email-common

* add writable-var to evolution.profile

* add writable-var to mutt.profile

* remove newline above writable-var in evolution.profile
  • Loading branch information
glitsj16 authored Jul 3, 2020
1 parent 6ff30cb commit 816ce5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions etc/profile-a-l/email-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ read-only ${HOME}/.config/mimeapps.list
writable-run-user

# If you want to read local mail stored in /var/mail, add the following to email-common.local:
# whitelist /var/mail
# whitelist /var/spool/mail
# writable-var
#noblacklist /var/mail
#noblacklist /var/spool/mail
#whitelist /var/mail
#whitelist /var/spool/mail
#writable-var
2 changes: 1 addition & 1 deletion etc/profile-a-l/evolution.profile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ shell none

private-dev
private-tmp

writable-var
1 change: 1 addition & 0 deletions etc/profile-m-z/mutt.profile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ shell none

private-dev
writable-run-user
writable-var

0 comments on commit 816ce5a

Please sign in to comment.