Simplify read access to /usr/share/mutt
This commit is contained in:
parent
59f00d2ab1
commit
e1e2ef3023
1 changed files with 4 additions and 5 deletions
|
|
@ -23,10 +23,10 @@ profile mutt @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
# Mutt config files
|
||||
/usr/{local/,}share/mutt/Muttrc r,
|
||||
/etc/{mutt/,}Muttrc r,
|
||||
owner @{HOME}/.mutt/** r,
|
||||
owner @{HOME}/.muttrc* r,
|
||||
/usr/share/mutt/** r,
|
||||
/etc/{mutt/,}Muttrc r,
|
||||
owner @{HOME}/.mutt/** r,
|
||||
owner @{HOME}/.muttrc* r,
|
||||
|
||||
owner @{HOME}/.cache/mutt rwk,
|
||||
|
||||
|
|
@ -77,7 +77,6 @@ profile mutt @{exec_path} {
|
|||
|
||||
# Mutt mailcap search path
|
||||
owner @{HOME}/.mailcap r,
|
||||
/usr/share/mutt/mailcap r,
|
||||
/etc/{mutt/,}mailcap r,
|
||||
/usr/{local/,}etc/mailcap r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue