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
c2457e54
Commit
c2457e54
authored
Jun 07, 2008
by
Glenn Morris
Browse files
(mail-interactive): Add :version.
parent
91ed8a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/mail/sendmail.el
View file @
c2457e54
;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*-
;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000,
;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
@@ -122,6 +123,7 @@ so you can remove or alter the BCC field to override the default."
"Non-nil means when sending a message wait for and display errors.
nil means let mailer mail back a message to report errors."
:type
'boolean
:version
"23.1"
; changed from nil to t
:group
'sendmail
)
(
defcustom
mail-yank-ignored-headers
...
...
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