Gnus development mailing list
 help / color / mirror / Atom feed
* The "true" format of .mailrc
@ 1999-08-23 17:12 Jan Vroonhof
  1999-08-23 17:31 ` Tibor Simko
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Vroonhof @ 1999-08-23 17:12 UTC (permalink / raw)



mail-abbrevs.el has this

	end)
    (while start
      ;; If we're reading from the mailrc file, then addresses are delimited
      ;; by spaces, and addresses with embedded spaces must be surrounded by
      ;; single or double-quotes.  Otherwise, addresses are separated by
      ;; commas.
      (if from-mailrc-file
	  (cond ((eq ?\" (aref definition start))
		 (setq start (1+ start)
		       end (string-match "\"[ \t,]*" definition start)))
		((eq ?\' (aref definition start))

However my other MUA (mutt) disagrees. It always wants comments in its 
alias file and generates entries like

alias joe Joe User <joe@pobox.net>

mail-abbrevs.el turns this into three aliases: Joe, User,
<joe@pobox.net>.

Unfortunately mutt also doesn't remove the quotes from

alias joe "Joe User <joe@pobox.net>"

A quick glance at other MUA's show that they _all_ want commas

Jan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-08-24 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-23 17:12 The "true" format of .mailrc Jan Vroonhof
1999-08-23 17:31 ` Tibor Simko
1999-08-24 16:23   ` Edward J. Sabol

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).