Update mutt

This commit is contained in:
fira959 2024-05-25 23:00:36 +02:00 committed by GitHub
parent b583f53dcc
commit 7cb3eb6156
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ profile mutt @{exec_path} {
/etc/Muttrc r,
/etc/Muttrc.d/{*,} r,
owner @{HOME}/.mail/{,**} rwlk,
owner @{user_mail_dirs} rwlk,
owner @{HOME}/.mail_aliases r, # Common location for mail aliases
owner @{HOME}/.mailcap r,
owner @{HOME}/.mime.types r,
@ -98,8 +98,8 @@ profile mutt @{exec_path} {
@{bin}/lynx mrix,
owner @{HOME}/.w3m/* rw,
owner @{HOME}/.mail/{,**} rw,
owner @{user_mail_dirs} rw,
,
owner /{var/,}tmp/mutt* rw,
include if exists <local/mutt_html-renderer>
@ -111,7 +111,7 @@ profile mutt @{exec_path} {
# This is the file that holds the message
owner /{var/,}tmp/{.,}mutt* rw,
owner @{HOME}/.mail/{,**} rw,
owner @{user_mail_dirs} rw,
include if exists <local/mutt_editor>
}
@ -128,10 +128,10 @@ profile mutt @{exec_path} {
/usr/share/file/misc/magic.mgc r,
owner @{HOME}/ r,
owner @{HOME}/.mail/{,**} rw,
owner @{HOME}/.lesshs* rw,
owner @{HOME}/.terminfo/@{int}/* r,
owner @{user_cache_dirs}/lesshs* rw,
owner @{user_mail_dirs} rw,
owner @{user_state_dirs}/ r,
owner @{user_state_dirs}/lesshs* rw,
@ -154,7 +154,7 @@ profile mutt @{exec_path} {
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
owner /{var/,}tmp/mutt* lrw,
owner @{HOME}/.mail/{,**} rw,
owner @{user_mail_dirs} rw,
include if exists <local/mutt_gpg>
}