In your ~/.mailcap, put this:
text/html; lynx %s; nametemplate=%s.html
A cryptic reply here pointed to the right part in the Mutt manual
text/html; lynx %s; nametemplate=%s.html
This little script works well for me. Press the scan button and
wait for it to finish scanning and then run this script:
#!/bin/bash
mount /mnt/scanner
cp /mnt/scanner/* ~/tmp/scans
umount /mnt
/dev/sda /mnt/scanner vfat noauto,ro,user,exec 0 0
/mnt/scannerpreviously...
I've been meaning to scan in all the old 3x5 and 4x6 snapshots and find that using a full size USB-based scanner is slow going. This weekend's COMPUSA flyer had the H
P Photo Scanner for only $49!
Under W2k/W98 it works just fine, but I really want to have this working under Linux. It looks like it may be possible -- the windows software says it isn't a TWAIN but rather a USB mass storage device. Linux (debian/testing) sees it as an unknown storage device. Google hasn't turned up yet...
One drawback is it draws power from the USB cable, but my laptop's USB hub doesn't doesn't supply power. Desktop systems are fine.