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
9a03a6f4
Commit
9a03a6f4
authored
Jun 24, 1996
by
Simon Marshall
Browse files
Resync mail aliases if necessary.
parent
fd23afbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lisp/mail/mailalias.el
lisp/mail/mailalias.el
+7
-0
No files found.
lisp/mail/mailalias.el
View file @
9a03a6f4
...
...
@@ -289,6 +289,13 @@ if it is quoted with double-quotes."
Completable headers are according to `mail-complete-alist'. If none matches
current header, calls `mail-complete-function' and passes prefix arg if any."
(
interactive
"P"
)
;; Read the defaults first, if we have not done so.
(
sendmail-sync-aliases
)
(
if
(
eq
mail-aliases
t
)
(
progn
(
setq
mail-aliases
nil
)
(
if
(
file-exists-p
mail-personal-alias-file
)
(
build-mail-aliases
))))
(
let
((
list
mail-complete-alist
))
(
if
(
and
(
save-excursion
(
search-forward
(
concat
"\n"
mail-header-separator
"\n"
)
...
...
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