Simplify mutt tempdir rule
This commit is contained in:
parent
e1e2ef3023
commit
a75191e3bb
1 changed files with 1 additions and 2 deletions
|
|
@ -33,8 +33,7 @@ profile mutt @{exec_path} {
|
||||||
# Used when saving attachments. Mutt saves attachments in whatever directory
|
# Used when saving attachments. Mutt saves attachments in whatever directory
|
||||||
# it's launched from, which is most likely @{HOME}.
|
# it's launched from, which is most likely @{HOME}.
|
||||||
owner @{HOME}/* lw,
|
owner @{HOME}/* lw,
|
||||||
owner @{HOME}/.mutt*/ w,
|
owner @{HOME}/.mutt*/{,*} w,
|
||||||
owner @{HOME}/.mutt*/* w,
|
|
||||||
owner @{HOME}/Downloads/* lw,
|
owner @{HOME}/Downloads/* lw,
|
||||||
# Used When viewing attachments
|
# Used When viewing attachments
|
||||||
owner /tmp/* lrw,
|
owner /tmp/* lrw,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue