diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/mh-e.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 3284e7b92c8..4500bd497bf 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2012-11-25 Paul Eggert <eggert@cs.ucla.edu> + + * mh-e.texi (Procmail): Fix two @ typos. + 2012-11-24 Paul Eggert <eggert@cs.ucla.edu> * doclicense.texi, gpl.texi: Update to latest version from FSF. diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 2ae0ed7ffce..90bf02f7721 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi @@ -8525,7 +8525,7 @@ necessary, they are extremely useful. [12] [13] # Place mail sent to any MH-E mailing list in +mh-e. [14] :0 w: mh-e$LOCKEXT -[15] * ^TO.*mh-e-.*@.*sourceforge.net +[15] * ^TO.*mh-e-.*@@.*sourceforge.net [16] | myrcvstore -create +mh-e @end smallexample @@ -8631,7 +8631,7 @@ MAILDIR=$HOME/`mhparam Path` # Place mail sent to the GnuCash mailing list in gnucash.spool, where # Gnus will pick it up. :0: -* ^TO.*gnucash.*@.*gnucash.org +* ^TO.*gnucash.*@@.*gnucash.org gnucash.spool @end smallexample |