------------------------------------------------------------------------------- Add a "Save Attachments" Menu entry Add this to ~/.tk/ directory and add a file with... =======8<-------- proc Save_Attachments {} { global msg exec [glob ~/bin/exmh-strip] $msg(path) [glob ~/doc] Msg_ShowCurrent } =======8<-------- Then to .exmh/exmh-defaults add =======8<-------- !--- save attachments (in more menu) ---- *Mops.more.m.uentrylist: save *Mops.more.m.l_save: Save Attachments *Mops.more.m.c_save: Save_Attachments *Mops.ugm_current: {Save Attachments} =======8<-------- This for some reason adds a menu entry to the "More..." menu twice, once after "Redistribute" as well as at the end. ------------------------------------------------------------------------------- Forwarding mail as mime attachments Add to you $HOME/.mh_profile forw: -mime post: -mime send: -mime automimeproc: 1 scan: -form scan.form inc: -form scan.form WARNING: It seems that procmail adds a From that confuses exmh. To fix, if this is a problem.. add the following procmail rule... :0 Whf | formail -z -R 'From ' X-Envelope-From: -------------------------------------------------------------------------------