Re: syntax for multiply-nested menus?
Kevin Cosgrove <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
On 14 February 2008 at 17:27, Irwin Tillman <[email protected]> wrote: > I'm having trouble figuring out the syntax to define a > second-level nested menu. Maybe what I've attached will help? G'luck... -- Kevin _______________________________________________ Exmh-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/exmh-users
exmh-defaults
(text/plain, 3.2 KB)
! ! FOLDER BUTTONS & MENUS ! ! Remove some folder buttons *Fops.u-buttonlist: commit flist inc new *Fops.u-g_current: commit flist inc new *Fops.u-g_range: commit flist inc new *Fops.u-g_nodraft: commit flist inc new ! Add "Pack" button *Fops.ubuttonlist: thread pack new inc flist commit *Fops.pack.text: Pack *Fops.pack.command: busy Folder_Pack *Fops.thread.text: Thread *Fops.thread.command: Folder_Thread ! ! FOLDER SEQUENCES ! *sequences: mrange drange range moved deleted selected unseen urgent temp cur ! ! MESSAGE BUTTONS & MENUS ! ! Remove some message buttons & menus ! *Mops.u-menulist: reply ! causes problems *Mops.u-buttonlist: comp delete forward link move next prev *Mops.u-g_current: comp delete forward link move next prev *Mops.u-g_range: comp delete forward link move next prev *Mops.u-g_nodraft: comp delete forward link move next prev ! Add "Dist", "Edit", "File", "Ham", "Patch", "Spam", "Spell", "UUdecode" buttons *Mops.ubuttonlist: uudecode spell spam patch link ham file edit dist *Mops.ug_current: uudecode spell spam patch link ham file edit dist *Mops.ugm_current: uudecode spell spam patch link ham file edit dist *Mops.ug_range: uudecode spell spam patch link ham file edit dist *Mops.ugm_range: uudecode spell spam patch link ham file edit dist *Mops.ug_nodraft: uudecode spell spam patch link ham file edit dist *Mops.ugm_nodraft: uudecode spell spam patch link ham file edit dist *Mops.dist.text: Dist *Mops.dist.command: Msg_Dist Mh_DistSetup *Mops.edit.text: Edit *Mops.edit.command: Msg_Edit ! *Mops.encdec.text: EncDec ! *Mops.encdec.command: Ext_EncDec *Mops.file.text: File !*Mops.file.command: eval exec mesgtofile +\$exmh(folder) \$msg(id) !*Mops.file.command: Message_ExternalCmd \"exec mesgtofile +\$exmh(folder) \$msg(id)\" *Mops.file.command: Ext_MesgToFile *Mops.ham.text: Ham *Mops.ham.command: Ext_Ham *Mops.patch.text: Patch *Mops.patch.command: Ext_Patch *Mops.spam.text: Spam *Mops.spam.command: Ext_Spam *Mops.spell.text: Spell *Mops.spell.command: Ext_Spell ! *Mops.unms.text: unMS ! *Mops.unms.command: Ext_UnmangleMS *Mops.uudecode.text: UUdecode *Mops.uudecode.command: Ext_UUdecode ! And add "Forw...", "Lpr...", "unMS..." menus *Mops.umenulist: unms lpr forw *Mops.ug_current: unms lpr forw *Mops.ug_range: unms lpr forw *Mops.ug_nodraft: unms lpr forw ! Populate "Forw..." menu *Mops.forw.text: Forw... *Mops.forw.m.entrylist: forw forw1mime *Mops.forw.m.l_forw: Simple *Mops.forw.m.c_forw: Msg_Forward *Mops.forw.m.l_forw1mime: Attached *Mops.forw.m.c_forw1mime: Msg_Forward -mime ! Populate "Lpr..." menu *Mops.lpr.text: Lpr... *Mops.lpr.m.entrylist: lprport lprland *Mops.lpr.m.l_lprport: Portrait *Mops.lpr.m.c_lprport: Ext_Portrait *Mops.lpr.m.l_lprland: Landscape *Mops.lpr.m.c_lprland: Ext_Landscape ! Populate "unMS..." menu *Mops.unms.text: unMS... *Mops.unms.m.entrylist: deqp encdec unmangle *Mops.unms.m.l_encdec: EncDec *Mops.unms.m.c_encdec: Ext_EncDec *Mops.unms.m.l_unmangle: unMS *Mops.unms.m.c_unmangle: Ext_UnmangleMS *Mops.unms.m.l_deqp: deqp *Mops.unms.m.c_deqp: Ext_deqp