Mercurial > hg > xemacs
annotate gnus-init.el @ 48:67c04dbeb162
merge
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 20 Dec 2023 18:06:25 +0000 |
parents | 06ccca1d4756 40e245d3d1b3 |
children | b9f63d88037e |
rev | line source |
---|---|
6 | 1 ;; gnus customisation |
2 | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
3 (site-caseq (edin |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
4 (require 'mail-from-inf)) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
5 (maritain |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
6 (require 'mail-from-m) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
7 )) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
8 |
43
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
9 ;; things based on my-mail-dir, or set-ht-compiled-split |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
10 ;; which are defined in one of the above |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
11 |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
12 (set-ht-compiled-split) |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
13 |
43
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
14 (setq |
47
06ccca1d4756
try to cope with major reshuffle on ecclerig
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
15 gnus-article-save-directory (expand-file-name |
06ccca1d4756
try to cope with major reshuffle on ecclerig
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
16 (concat my-mail-dir "/Mail")) |
43
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
17 nnml-directory (expand-file-name (concat my-mail-dir "/Mail")) |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
18 gnus-message-archive-method |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
19 '(nnfolder "archive" |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
20 ;; the following two are not taking effect, not sure why, answer |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
21 ;; _may_ lie in gnus-setup-news... |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
22 (nnfolder-directory (concat my-mail-dir "/cpy")) |
47
06ccca1d4756
try to cope with major reshuffle on ecclerig
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
23 (nnfolder-active-file (concat my-mail-dir "/cpy/active")) |
06ccca1d4756
try to cope with major reshuffle on ecclerig
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
24 ) |
06ccca1d4756
try to cope with major reshuffle on ecclerig
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
25 ) |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
26 |
6 | 27 (setq gnus-novice-user nil) |
28 | |
29 (setq gnus-message-archive-group | |
30 '((concat "general." (format-time-string | |
31 "%Y-%m" (current-time))))) | |
32 | |
21 | 33 |
34 | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
35 (setq gnus-auto-select-next 'quietly |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
36 gnus-buttonized-mime-types '("multipart/signed") |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
37 gnus-group-line-format "%M%S%p%P%5y:%uH%(%g%)%l %O |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
38 " |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
39 gnus-ignored-headers "^Errors-To:\\|^Precedence:\\|^UNIX-From:" |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
40 gnus-inhibit-mime-unbuttonizing nil |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
41 gnus-mime-display-multipart-related-as-mixed t |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
42 gnus-show-mime t |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
43 gnus-simplify-subject-regexp "^\\(re[:;.]\\| \\|fwd:\\)*" |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
44 gnus-summary-display-arrow nil |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
45 gnus-summary-gather-subject-limit nil |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
46 gnus-summary-ignore-duplicates t |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
47 gnus-summary-line-format "%U%R%5N%I%(%[%4L: %-12,12A%]%) %s\n" |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
48 gnus-summary-make-false-root 'none |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
49 gnus-thread-sort-functions '(gnus-thread-sort-by-number |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
50 gnus-thread-sort-by-simpl-subject) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
51 gnus-use-scoring nil ; not used yet |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
52 message-from-style 'angles |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
53 mm-discouraged-alternatives '("text/html") |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
54 nnmail-expiry-wait 28 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
55 no-select-groups '("nnml+ht:cygwin") |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
56 ) |
6 | 57 |
58 (setq bbdb/news-auto-create-p t) | |
59 | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
60 (setq wsp-cache nil) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
61 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
62 ;;;(setq blacklist-db (open-database "~/.blacklist")) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
63 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
64 (require 'my-news) ; defines db functions |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
65 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
66 (open-white) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
67 (open-ad) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
68 (open-quaker) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
69 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
70 (add-hook 'kill-emacs-hook |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
71 (lambda () |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
72 (if (database-live-p whitelist-db) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
73 (close-database whitelist-db)) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
74 (if (database-live-p quaker-db) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
75 (close-database quaker-db)) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
76 (if (database-live-p adlist-db) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
77 (close-database adlist-db)))) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
78 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
79 (add-hook 'bbdb-complete-name-hooks 'quaker-sig-if-quaker) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
80 (add-hook 'gnus-message-setup-hook 'quaker-sig-if-to-quaker) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
81 |
6 | 82 (setq nnmail-crosspost nil) |
83 (setq nnmail-split-methods 'nnmail-split-fancy) | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
84 |
43
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
85 (setq white-subjects "\\b\\(phd\\|ilcc\\)\\b") |
eee08de75336
try to do better at where news/mail/init stuff is handled,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
32
diff
changeset
|
86 |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
87 (setq white-domains (list)) |
24 | 88 |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
89 (setq ad-domains (list "planetx.co.uk" "substack.com")) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
90 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
91 (defvar ht-compiled-split nil) |
24 | 92 |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
93 (setq gnus-show-mime t) ; stale |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
94 (setq mml1991-use 'pgg |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
95 mml2015-use 'pgg |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
96 mm-verify-option 'always) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
97 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
98 (require 'mm-decode) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
99 (setq mm-automatic-display (remove "text/html" mm-automatic-display)) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
100 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
101 (custom-set-faces) |
6 | 102 |
103 (defun ht-gnus-summary-delete-forward () | |
104 "REAL delete for nnmail gnus" | |
105 (interactive) | |
106 (gnus-summary-delete-article) | |
107 (gnus-summary-next-unread-article)) | |
108 | |
21 | 109 (add-hook 'kill-emacs-hook |
110 (lambda () | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
111 (if (database-live-p whitelist-db) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
112 (close-database whitelist-db)) |
21 | 113 (if (database-live-p quaker-db) |
114 (close-database quaker-db)) | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
115 (if (database-live-p adlist-db) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
116 (close-database adlist-db)) |
21 | 117 )) |
118 | |
119 (add-hook 'bbdb-complete-name-hooks 'quaker-sig-if-quaker) | |
120 | |
6 | 121 (custom-set-variables |
122 '(gnus-treat-display-picons nil)) | |
123 (custom-set-faces) | |
124 | |
125 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) | |
126 | |
127 (add-hook 'gnus-summary-mode-hook 'gnus-summary-mode-fun1) | |
128 | |
21 | 129 (add-hook 'message-mode-hook 'message-mode-fun1) |
130 | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
131 (add-hook 'message-sent-hook (function whiten-recip)) |
21 | 132 |
6 | 133 (add-hook 'gnus-group-mode-hook 'gnus-group-mode-fun1) |
134 | |
135 | |
136 (defun gnus-regen-group () | |
137 (nnml-generate-nov-databases-1 (concat | |
138 (expand-file-name nnml-directory) | |
139 "/" | |
140 (substring (gnus-group-group-name) 8)) | |
141 nil t) | |
142 ) | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
143 (require 'mailcrypt) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
144 (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
145 (add-hook 'message-mode-hook 'mc-install-write-mode) |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
146 (add-hook 'news-reply-mode-hook 'mc-install-write-mode) |
6 | 147 |
148 (defun gnus-user-format-function-t (header) | |
149 "display the to field (for archive messages)" | |
150 (let ((n (mail-header-number header))) | |
151 (with-current-buffer nntp-server-buffer | |
152 (save-excursion | |
153 (save-restriction | |
154 (let ((inhibit-point-motion-hooks t)) | |
155 (goto-char (point-min)) | |
156 (let ((beg (search-forward (format " %d Article retrieved." n))) | |
157 (end (search-forward "\n.\n"))) | |
158 (narrow-to-region beg end) | |
159 (goto-char beg) | |
160 (message-fetch-field "To")))))))) | |
161 | |
162 (make-variable-buffer-local 'gnus-extra-headers) | |
163 (make-variable-buffer-local 'nnmail-extra-headers) | |
46
40e245d3d1b3
try to improve use of ht-gnus-just-read
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
164 |
6 | 165 (add-hook 'gnus-parse-headers-hook |
166 '(lambda () | |
167 (gnus-summary-set-local-parameters gnus-newsgroup-name))) | |
21 | 168 |
46
40e245d3d1b3
try to improve use of ht-gnus-just-read
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
169 (defvar ht-gnus-just-read nil) |
40e245d3d1b3
try to improve use of ht-gnus-just-read
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
43
diff
changeset
|
170 |
21 | 171 (add-hook 'gnus-get-new-news-hook (lambda () (setq ht-gnus-just-read nil))) |
172 | |
173 (add-hook 'gnus-after-getting-new-news-hook | |
174 (lambda () (message "%s" ht-gnus-just-read))) | |
175 | |
176 (defun ht-gnus-note-save-to-group () | |
177 (let ((g (caar group-art))) | |
178 (if (not (member g ht-gnus-just-read)) | |
179 (setq ht-gnus-just-read (cons g ht-gnus-just-read))))) | |
180 | |
181 (add-hook 'nnml-prepare-save-mail-hook (function ht-gnus-note-save-to-group)) | |
182 | |
23 | 183 (require 'gnus-art) |
184 | |
185 (nconc gnus-treatment-function-alist | |
186 '((gnus-treat-strip-uoe-warning gnus-article-strip-uoe-warning))) | |
187 | |
188 (defun gnus-article-strip-uoe-warning (&optional interactive &rest args) | |
189 "redirect for stripping" | |
190 (interactive (list t)) | |
191 (save-excursion | |
192 (set-buffer gnus-article-buffer) | |
193 (if interactive | |
194 (call-interactively 'article-strip-uoe-warning) | |
195 (apply 'article-strip-uoe-warning args)))) | |
196 | |
197 (defun article-strip-uoe-warning () | |
198 "strip the stupid uoe warning" | |
199 (interactive) | |
200 (save-excursion | |
201 (article-goto-body) | |
202 (let ((case-fold-search t)) | |
203 (when | |
204 (looking-at "This email was sent to you by someone outside the University.") | |
205 (gnus-delete-line)) | |
206 (when | |
207 (looking-at "You should only click on links or attachments if you are certain that the email is genuine and the content is safe.") | |
208 (gnus-delete-line)) | |
209 ))) | |
210 | |
211 (setq gnus-treat-strip-uoe-warning t) | |
32
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
212 |
cb9b76219c55
attempt to merge mail read and send from all over
Henry S Thompson <ht@inf.ed.ac.uk>
parents:
24
diff
changeset
|
213 (provide 'gnus-init) |