Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c7c0858d
Commit
c7c0858d
authored
Apr 01, 1991
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
6f8c78e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/mail/mail-utils.el
lisp/mail/mail-utils.el
+6
-6
No files found.
lisp/mail/mail-utils.el
View file @
c7c0858d
...
...
@@ -23,8 +23,8 @@
;; should be in loaddefs
(
defvar
mail-use-rfc822
nil
"*If non-nil, use a full, hairy RFC822 parser on mail addresses.
Otherwise, (the default) use a smaller, somewhat faster and
often
-
correct parser."
)
Otherwise, (the default) use a smaller, somewhat faster
,
and
often
correct parser."
)
(
defun
mail-string-delete
(
string
start
end
)
"Returns a string containing all of STRING except the part
...
...
@@ -103,7 +103,7 @@ Return a modified address list."
; rmail-dont-reply-to-names is defined in loaddefs
(
defun
rmail-dont-reply-to
(
userids
)
"Returns string of mail addresses USERIDS sans any recipients
that start with matches for
rmail-dont-reply-to-names.
that start with matches for
`
rmail-dont-reply-to-names
'
.
Usenet paths ending in an element that matches are removed also."
(
if
(
null
rmail-dont-reply-to-names
)
(
setq
rmail-dont-reply-to-names
...
...
@@ -135,10 +135,10 @@ Usenet paths ending in an element that matches are removed also."
userids
)))
(
defun
mail-fetch-field
(
field-name
&optional
last
all
)
"Return the value of the header field FIELD.
"Return the value of the header field FIELD
-NAME
.
The buffer is expected to be narrowed to just the headers of the message.
If
2
nd arg LAST is non-nil, use the last such field if there are several.
If
3
rd arg ALL is non-nil, concatenate all such fields
,
with commas between."
If
seco
nd arg LAST is non-nil, use the last such field if there are several.
If
thi
rd arg ALL is non-nil, concatenate all such fields with commas between."
(
save-excursion
(
goto-char
(
point-min
))
(
let
((
case-fold-search
t
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment