On Fri, Aug 16, 2002 at 12:25:23PM +0530, Kingsly John wrote: > Is it possible to send out an empty mail *without* using an editor in mutt ? > I'm currently using an aterm menu to do it.. but it's going to be a pain when > I'm working from elsewhere.
send-hook . "set editor=/usr/bin/vim" send-hook [EMAIL PROTECTED] "set editor=~/bin/nulledit" should work, with ~/bin/nulledit as: binand@binand[~]:(1) cat bin/nulledit #!/bin/bash touch $1 || true Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
