Restructuring

This commit is contained in:
doublez13 2024-02-06 13:54:13 -07:00 committed by GitHub
parent 8eca07d930
commit 1e3da03480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,8 +67,6 @@ profile mutt @{exec_path} {
owner @{HOME}/.mutt/** r,
owner @{HOME}/.muttrc* r,
owner @{HOME}/.cache/mutt rwk,
# Needed for the edit operation.
owner @{HOME}/ r,
@ -94,6 +92,8 @@ profile mutt @{exec_path} {
# Common location for mail aliases
owner @{HOME}/.mail_aliases r,
owner @{HOME}/.cache/mutt rwk,
# Needed to compose a message
owner /{var/,}tmp/.mutt*/ rw,
owner /{var/,}tmp/.mutt*/* lrwk,