Dashboard
PHP:
8.4.20
OS:
Linux
User:
sinnett_country
/
/
etc
/
emacs
/
site-start.d
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 00debian.el
;; Set the default mail server and news server as specified by Debian ;; policy. (setq gnus-nntpserver-file "/etc/news/server") (setq mail-host-address (let ((name (expand-file-name "/etc/mailname"))) (if (not (file-readable-p name)) nil (with-temp-buffer (insert-file-contents-literally name) (while (search-forward "\n" nil t) (replace-match "" nil t)) (buffer-string)))))
Save
Cancel