Update 2024-12-31 10:47 OpenBSD/amd64-t14
This commit is contained in:
@@ -33,3 +33,5 @@ color body green default "^\\+"
|
||||
color body green default "^\\+.*"
|
||||
color body green default "> \\+.*"
|
||||
|
||||
color index red default '~F' # flagged
|
||||
color index green default '@~f .' # aliased
|
||||
|
||||
@@ -319,4 +319,9 @@ set crypt_opportunistic_encrypt_strong_keys = yes # autoselect key with trust fu
|
||||
set autocrypt = no
|
||||
set pgp_use_gpg_agent = yes
|
||||
|
||||
set alias_file=~/.mutt/aliases
|
||||
set sort_alias = alias
|
||||
set reverse_alias = yes
|
||||
|
||||
source ~/.mutt/aliases
|
||||
source ~/.mutt/colors/codevoid
|
||||
|
||||
@@ -22,6 +22,8 @@ read _reply < /dev/tty
|
||||
if [ -z "$_reply" ]
|
||||
then
|
||||
_path="$PWD"
|
||||
else
|
||||
_path="$_reply"
|
||||
fi
|
||||
|
||||
# shortcuts!!!
|
||||
@@ -36,7 +38,7 @@ esac
|
||||
|
||||
if [ ! -d "$_path" ]
|
||||
then
|
||||
_path="$(port-jump $_path)"
|
||||
_path="$(port-jump "$_path")"
|
||||
fi
|
||||
|
||||
print "Using: $_path"
|
||||
|
||||
Reference in New Issue
Block a user