Update of /cvsroot/vm-faq/vm-faq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7872
Modified Files:
vm-faq.html vm-faq-7.html
Log Message:
Add an example for 7.5 using user-mail-address
Index: vm-faq-7.html
===================================================================
RCS file: /cvsroot/vm-faq/vm-faq/vm-faq-7.html,v
retrieving revision 3.2
retrieving revision 3.3
diff -C2 -d -r3.2 -r3.3
*** vm-faq-7.html 8 Oct 2003 02:54:10 -0000 3.2
--- vm-faq-7.html 4 Nov 2005 07:15:45 -0000 3.3
***************
*** 123,127 ****
reply?</A></H2>
Date: June 20, 1998<BR>
! Updated: February 8, 1999
<P>
--- 123,127 ----
reply?</A></H2>
Date: June 20, 1998<BR>
! Updated: November 3, 2005
<P>
***************
*** 135,138 ****
--- 135,147 ----
"[ \<]use...@ex..."))
</PRE>
+ <P>
+ Alternatively, if your email address is stored in the variable
+ `<CODE>user-mail-address</CODE>' then this will work:
+ </P>
+ <P>
+ <PRE>
+ (setq vm-reply-ignored-addresses (list (concat "^" user-mail-address)
+ (concat "[ \<]" user-mail-address)))
+ </PRE>
</P>
|