Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
restructuring bin files more logically
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Feb 21, 2010
1 parent 28fdf2f commit d205998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailp.bsh → bin/mailp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ processPending()
do
lockBox
tmpMbox=`mktemp`
./deleteMessage.plx "$mbox" "x-mailp" "$key" "to" ".*$email.*" > "$tmpMbox" || { echo "Error: failed to process the mbox"; exit 1; }
mailp_deleteMessage "$mbox" "x-mailp" "$key" "to" ".*$email.*" > "$tmpMbox" || { echo "Error: failed to process the mbox"; exit 1; }
mv "$tmpMbox" "$mbox"
unlockBox
sed -i -e "/$key/d" "$pendingFile"
Expand Down
File renamed without changes.

0 comments on commit d205998

Please sign in to comment.