On Sun, 01 Jun 2003 17:56:50 -0400, Glenn McCorkle wrote: > On Sun, 01 Jun 2003 17:41:41 -0400, Glenn McCorkle wrote:
>> 3) Add these 3 lines to MIME.CFG >> file/markasold.dgi |ren $M*.cnm *.old >> file/oldmail.dgi >HTM|[130]$einsight.exe -i $M*.old -cache=$t>$2 >> file/.old >HTM|[115]$einsight.exe $1 -cache=$t>$2 > Update..... > I just realized that using .OLD as the file extension prevents > the 'Move' button from showing when we view one of those files. :( > So change those lines in MIME.CFG so that they > use .MES as file extension. > file/markasold.dgi |ren $M*.cnm *.mes > file/oldmail.dgi >HTM|[130]$einsight.exe -i $M*.mes -cache=$t>$2 > The 3rd line will no-longer need to be added > because it already exists in MIME.CFG > (used for reading messages that have been moved to other folders) Oops, another update is needed. Using '.MES' does not work correctly either. :( (kicks us back to the Arachne_main dir instead of the mail_dir for listing the folders to which we can then move) Use these lines in MIME.CFG and all will be fine. :)) file/markasold.dgi |ren $M*.cnm *.old file/oldmail.dgi >HTM|ren $M*.old *.cnm \n [130]$einsight.exe -i $M*.snt -cache=$t>$2 (line broken for this email, place all on one line in mime.cfg) Again.... The 3rd line will no-longer need to be added because *now* we are changing them back to .CNMs for viewing. ;-) gawd... I just LOVE 'debugging' :))) -- Glenn http://arachne.cz/ http://www.delorie.com/listserv/mime/ http://www.cisnet.com/glennmcc/ http://www.cisnet.com/glennmcc/aqc/
