script to delete all iphone sms messages

my coworker, dan smith, recently expressed frustration with apple’s lack of bulk message deletion in the iphone sms app.  sometimes our monitoring scripts go a little crazy and send hundreds of emails to us when things go wrong and its extremely tedious to delete these extra useless messages one at a time.
after jailbreaking my iphone [...]

awesome screen/vim hack

add this to ~/.vimrc:

if $TERM==’screen’
exe “set title titlestring=vim:%f”
exe “set title t_ts=\<ESC>k t_fs=\<ESC>\\”
endif

and vim will automatically set the title of screen windows to:

vim:<file opened>

thanks go to:
http://gunkies.org/blog/?p=19