Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] support the %-hack in nnmail-split-fancy
@ 1996-07-07 17:58 Sudish Joseph
  0 siblings, 0 replies; only message in thread
From: Sudish Joseph @ 1996-07-07 17:58 UTC (permalink / raw)


See Changelog entry below.  All the other stuff that can terminate a
local-part for our purposes seem to be "."'s already.

-Sudish

*** ChangeLog~	Sun Jul  7 13:50:39 1996
--- ChangeLog	Sun Jul  7 13:50:39 1996
***************
*** 0 ****
--- 1,5 ----
+ Sun Jul  7 13:33:44 1996  Sudish Joseph  <sudish@mindspring.com>
+ 
+ 	* nnmail.el (nnmail-split-fancy-syntax-table): `%' should have
+ 		  punctuation syntax to support the %-hack in addresses.
+ 
*** nnmail.el~	Sun Jul  7 13:33:18 1996
--- nnmail.el	Sun Jul  7 13:33:18 1996
***************
*** 269,277 ****
  (defvar nnmail-pop-password nil
    "*Password to use when reading mail from a POP server, if required.")
  
! (defvar nnmail-split-fancy-syntax-table
!   (copy-syntax-table (standard-syntax-table))
    "Syntax table used by `nnmail-split-fancy'.")
  
  (defvar nnmail-prepare-save-mail-hook nil
    "Hook called before saving mail.")
--- 269,282 ----
  (defvar nnmail-pop-password nil
    "*Password to use when reading mail from a POP server, if required.")
  
! (defvar nnmail-split-fancy-syntax-table nil
    "Syntax table used by `nnmail-split-fancy'.")
+ (unless (syntax-table-p nnmail-split-fancy-syntax-table)
+   (setq nnmail-split-fancy-syntax-table
+ 	(copy-syntax-table (standard-syntax-table)))
+   ;; support the %-hack
+   (modify-syntax-entry ?\% "." nnmail-split-fancy-syntax-table))
+ 
  
  (defvar nnmail-prepare-save-mail-hook nil
    "Hook called before saving mail.")


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-07-07 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-07 17:58 [patch] support the %-hack in nnmail-split-fancy Sudish Joseph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).