Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!uakari.primate.wisc.edu!sdd.hp.com!ucsd!ucbvax!EXPO.LCS.MIT.EDU!gildea From: gildea@EXPO.LCS.MIT.EDU (Stephen Gildea) Newsgroups: comp.mail.mh Subject: Re: Annotating messages Message-ID: <9101221621.AA22724@excalibur.lcs.mit.edu> Date: 22 Jan 91 16:21:20 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 19 From: wiseb@turing.cs.rpi.edu (G. Bowden Wise) Date: 15 Jan 91 19:15:41 GMT I would like to be able to do the annotations and sorting and scanning of the message within mh-e under emacs. Is there a way to annotate the (current) message from within mh-e? Is there a way to call the commands 'sortm' or 'scan' from under mh-e? I don't understand the question. If you are willing to write a little Emacs Lisp code, you can add any feature you want to mh-e. After all, the code already there calls sortm, scan, anno, etc. And if you're not willing to write code, you're not going to get very far.... Your code may want to call some of the functions mh-sort-folder, mh-regenerate-headers, and mh-annotate-msg. < Stephen