; (nntp-end-of-line "\n")
; (nntp-rlogin-parameters
; ("telnet" "nntp.linpro.no" "nntp"))))
+ (add-to-list 'gnus-secondary-select-methods '(nnimap "ox.linpro"
+ (nnimap-address "ox.linpro.no")
+ (nnimap-server-port 993)
+ (nnimap-stream ssl)
+ (nnimap-authinfo-file "~/.imap-authinfo")))
(add-to-list 'gnus-secondary-select-methods '(nnimap "mail.err.no"
(nnimap-stream shell)))
'(
; Default-verdier
(".*"
- (address (if (string-match "qurzaw" system-name) "tfheen@linpro.no" "tfheen@err.no"))
+ (address (if (string-match "qurzaw" system-name) "tfheen@redpill-linpro.com" "tfheen@err.no"))
; (Organization "Private")
(Bcc (if (string-match "qurzaw" system-name)
- (concat "tfheen+outgoing" (char-to-string 64) "linpro.no")
+ (concat "tfheen+outgoing" (char-to-string 64) "redpill-linpro.com")
(concat "tfheen+outgoing" (char-to-string 64) "err.no")))
(signature-file (if (file-exists-p (expand-file-name (concat "~/.signature-" system-name)))
(add-hook 'message-header-setup-hook 'message-subject-strip-any-re)
(setq gnus-treat-display-smileys nil
- gnus-ignored-from-addresses "tfheen@\\(linpro.no\\|ubuntu.com\\|add\\.no\\|idi\\.ntnu\\.no\\|debian\\.org\\|stud\\.ntnu\\.no\\|hardware\\.no\\|raw\\.no\\|err.no\\|samfundet\\.no\\|uka\\.no\\|pvv\\.\\(org\\|ntnu.no\\)\\)\\|tollef@add\\.no\\|tollef-[^@]*@add\\.no")
+ gnus-ignored-from-addresses "tfheen@\\(\\(redpill-\\)?linpro.\\(no\\|com\\)\\|ubuntu.com\\|add\\.no\\|idi\\.ntnu\\.no\\|debian\\.org\\|stud\\.ntnu\\.no\\|hardware\\.no\\|raw\\.no\\|err.no\\|samfundet\\.no\\|uka\\.no\\|pvv\\.\\(org\\|ntnu.no\\)\\)\\|tollef@add\\.no\\|tollef-[^@]*@add\\.no")
(cw/requiring-package (deuglify))