Restructuring
This commit is contained in:
parent
dae223bb7c
commit
8b95146d91
1 changed files with 8 additions and 8 deletions
|
|
@ -69,14 +69,6 @@ profile mutt @{exec_path} {
|
||||||
|
|
||||||
owner @{HOME}/.cache/mutt rwk,
|
owner @{HOME}/.cache/mutt rwk,
|
||||||
|
|
||||||
# Used When viewing attachments
|
|
||||||
owner /tmp/* lrw,
|
|
||||||
|
|
||||||
# Needed to compose a message
|
|
||||||
owner /{var/,}tmp/.mutt*/ rw,
|
|
||||||
owner /{var/,}tmp/.mutt*/* lrwk,
|
|
||||||
owner /{var/,}tmp/mutt* lrwk,
|
|
||||||
|
|
||||||
# Needed for the edit operation.
|
# Needed for the edit operation.
|
||||||
owner @{HOME}/ r,
|
owner @{HOME}/ r,
|
||||||
|
|
||||||
|
|
@ -101,6 +93,14 @@ profile mutt @{exec_path} {
|
||||||
|
|
||||||
# Common location for mail aliases
|
# Common location for mail aliases
|
||||||
owner @{HOME}/.mail_aliases r,
|
owner @{HOME}/.mail_aliases r,
|
||||||
|
|
||||||
|
# Needed to compose a message
|
||||||
|
owner /{var/,}tmp/.mutt*/ rw,
|
||||||
|
owner /{var/,}tmp/.mutt*/* lrwk,
|
||||||
|
owner /{var/,}tmp/mutt* lrwk,
|
||||||
|
|
||||||
|
# Used When viewing attachments
|
||||||
|
owner /tmp/* lrw,
|
||||||
|
|
||||||
profile html-renderer {
|
profile html-renderer {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue