nothing
This commit is contained in:
parent
9e81349191
commit
1359e48151
2 changed files with 4 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -489,6 +489,7 @@ function cons
|
|||
if [ $# -eq 0 ]; then
|
||||
for f in $CONS_ROOT_DIRECTORY/*; do
|
||||
echo -e "`echo $f|rev|cut -d/ -f1|rev` >>\n\t`cat $f`"
|
||||
#XXX basename
|
||||
done
|
||||
elif [ $# -eq 1 ]; then
|
||||
if [ -e $CONS_ROOT_DIRECTORY/$1 ]; then
|
||||
|
|
|
@ -17,4 +17,7 @@ my_hdr X-Message-Flag: This message violates the USA PATRIOT Act (HR 3162), sect
|
|||
set smtp_pass = $my_frank_smtp_pass
|
||||
set imap_pass = $my_frank_imap_pass
|
||||
|
||||
folder-hook . 'macro index d "<save-message>+Trash<enter>"'
|
||||
folder-hook =trash 'macro index d <delete-message>'
|
||||
|
||||
# vim: filetype=muttrc
|
||||
|
|
Loading…
Reference in a new issue