Simplify mutt tempdir rule

This commit is contained in:
doublez13 2024-02-02 16:08:24 -07:00 committed by GitHub
parent e1e2ef3023
commit a75191e3bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,8 +33,7 @@ profile mutt @{exec_path} {
# Used when saving attachments. Mutt saves attachments in whatever directory
# it's launched from, which is most likely @{HOME}.
owner @{HOME}/* lw,
owner @{HOME}/.mutt*/ w,
owner @{HOME}/.mutt*/* w,
owner @{HOME}/.mutt*/{,*} w,
owner @{HOME}/Downloads/* lw,
# Used When viewing attachments
owner /tmp/* lrw,