* lisp/gnus/nnmail.el (nnmail-crosspost-link-function): Simplify.
This commit is contained in:
parent
bca1fde85f
commit
f4bb93fabc
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ It scans low-level sorted spools even when not required."
|
|||
:type 'function)
|
||||
|
||||
(defcustom nnmail-crosspost-link-function
|
||||
(if (string-match "windows-nt" (symbol-name system-type))
|
||||
(if (eq 'windows-nt system-type)
|
||||
'copy-file
|
||||
'add-name-to-file)
|
||||
"Function called to create a copy of a file.
|
||||
|
|
Loading…
Add table
Reference in a new issue