Restructure
This commit is contained in:
parent
dc176683d1
commit
eb97897d93
1 changed files with 37 additions and 38 deletions
|
|
@ -24,6 +24,42 @@ profile mutt @{exec_path} {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
# Used to exec programs defined in the mailcap.
|
||||||
|
# There are countless programs that can be executed from the mailcap.
|
||||||
|
# This profile includes only the most basic.
|
||||||
|
@{bin}/{,ba,da}sh rix,
|
||||||
|
|
||||||
|
@{bin}/sendmail rPUx,
|
||||||
|
/usr/libexec/sendmail/sendmail rPUx,
|
||||||
|
@{bin}/ispell rPUx,
|
||||||
|
# TODO: Add a profile for abook (Most distros don't ship this anymore though)
|
||||||
|
@{bin}/abook rPUx,
|
||||||
|
@{bin}/mutt_dotlock rix,
|
||||||
|
# Misc mutt scripts
|
||||||
|
@{lib}/mutt/* rix,
|
||||||
|
|
||||||
|
@{bin}/w3m rCx -> html-renderer,
|
||||||
|
@{bin}/lynx rCx -> html-renderer,
|
||||||
|
@{bin}/vim rCx -> editor,
|
||||||
|
@{bin}/vim.* rCx -> editor,
|
||||||
|
@{bin}/sensible-editor rCx -> editor,
|
||||||
|
@{bin}/more rCx -> pager,
|
||||||
|
@{bin}/less rCx -> pager,
|
||||||
|
@{bin}/pager rCx -> pager,
|
||||||
|
@{bin}/gpg{2,} rCx -> gpg,
|
||||||
|
@{bin}/gpgconf rCx -> gpg,
|
||||||
|
@{bin}/gpgsm rCx -> gpg,
|
||||||
|
@{bin}/pgpewrap rCx -> gpg,
|
||||||
|
|
||||||
|
/usr/share/terminfo/** r,
|
||||||
|
|
||||||
|
/etc/mime.types r,
|
||||||
|
|
||||||
|
# Mutt mailcap search path
|
||||||
|
/etc/{mutt/,}mailcap r,
|
||||||
|
/usr/{local/,}etc/mailcap r,
|
||||||
|
owner @{HOME}/.mailcap r,
|
||||||
|
|
||||||
# Mutt config files
|
# Mutt config files
|
||||||
/usr/share/mutt/** r,
|
/usr/share/mutt/** r,
|
||||||
/etc/{mutt/,}Muttrc r,
|
/etc/{mutt/,}Muttrc r,
|
||||||
|
|
@ -42,7 +78,7 @@ profile mutt @{exec_path} {
|
||||||
owner /{var/,}tmp/mutt* lrwk,
|
owner /{var/,}tmp/mutt* lrwk,
|
||||||
|
|
||||||
# Needed for the edit operation.
|
# Needed for the edit operation.
|
||||||
@{HOME}/ r,
|
owner @{HOME}/ r,
|
||||||
|
|
||||||
# User mbox
|
# User mbox
|
||||||
# Could be a file or dir depending on mbox_type variable
|
# Could be a file or dir depending on mbox_type variable
|
||||||
|
|
@ -66,43 +102,6 @@ profile mutt @{exec_path} {
|
||||||
# Common location for mail aliases
|
# Common location for mail aliases
|
||||||
owner @{HOME}/.mail_aliases r,
|
owner @{HOME}/.mail_aliases r,
|
||||||
|
|
||||||
/usr/share/terminfo/** r,
|
|
||||||
|
|
||||||
/etc/mime.types r,
|
|
||||||
|
|
||||||
# Mutt mailcap search path
|
|
||||||
owner @{HOME}/.mailcap r,
|
|
||||||
/etc/{mutt/,}mailcap r,
|
|
||||||
/usr/{local/,}etc/mailcap r,
|
|
||||||
|
|
||||||
# Used to exec programs defined in the mailcap.
|
|
||||||
# There are countless programs that can be executed from the mailcap.
|
|
||||||
# This profile includes only the most basic.
|
|
||||||
@{bin}/{,ba,da}sh rix,
|
|
||||||
|
|
||||||
@{bin}/sendmail rPUx,
|
|
||||||
/usr/libexec/sendmail/sendmail rPUx,
|
|
||||||
@{bin}/ispell rPUx,
|
|
||||||
# TODO: Add a profile for abook (Most distros don't ship this anymore though)
|
|
||||||
@{bin}/abook rPUx,
|
|
||||||
@{bin}/mutt_dotlock rix,
|
|
||||||
#Misc mutt scripts
|
|
||||||
@{lib}/mutt/* rix,
|
|
||||||
|
|
||||||
@{bin}/w3m rCx -> html-renderer,
|
|
||||||
@{bin}/lynx rCx -> html-renderer,
|
|
||||||
@{bin}/vim rCx -> editor,
|
|
||||||
@{bin}/vim.* rCx -> editor,
|
|
||||||
@{bin}/sensible-editor rCx -> editor,
|
|
||||||
@{bin}/more rCx -> pager,
|
|
||||||
@{bin}/less rCx -> pager,
|
|
||||||
@{bin}/pager rCx -> pager,
|
|
||||||
@{bin}/gpg{2,} rCx -> gpg,
|
|
||||||
@{bin}/gpgconf rCx -> gpg,
|
|
||||||
@{bin}/gpgsm rCx -> gpg,
|
|
||||||
@{bin}/pgpewrap rCx -> gpg,
|
|
||||||
|
|
||||||
|
|
||||||
profile html-renderer {
|
profile html-renderer {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue