| Server IP : 217.160.0.15 / Your IP : 216.73.216.104 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /etc/emacs/site-start.d/ |
Upload File : |
;; 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)))))