This commit is contained in:
Frank Villaro-Dixon 2013-12-27 23:01:52 +01:00
parent 9e81349191
commit 1359e48151
2 changed files with 4 additions and 0 deletions

1
bashrc
View file

@ -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

View file

@ -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