projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
40b9eac
)
emacs: gnus: add fancy splitting rules for uw account
author
Amin Bandali
<bandali@gnu.org>
Sat, 25 May 2019 22:42:29 +0000
(18:42 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 25 May 2019 22:42:29 +0000
(18:42 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
d55fb70
..
b0a340d
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1612,7
+1612,16
@@
For disabling the behaviour for certain buffers and/or modes."
(nnimap-address "127.0.0.1")
(nnimap-server-port 143)
(nnimap-authenticator plain)
(nnimap-address "127.0.0.1")
(nnimap-server-port 143)
(nnimap-authenticator plain)
- (nnimap-user "abandali@uw.local"))
+ (nnimap-user "abandali@uw.local")
+ (nnimap-inbox "INBOX")
+ (nnimap-split-methods 'nnimap-split-fancy)
+ (nnimap-split-fancy (|
+ (: gnus-registry-split-fancy-with-parent)
+ ;; se463-s19
+ ("subject" "SE\\s-?463" "course.se463-s19")
+ (from "\\(SE\\s-?463\\|Gema\\)" "course.se463-s19")
+ ;; catch-all
+ "INBOX")))
(nnimap "csc"
(nnimap-stream plain)
(nnimap-address "127.0.0.1")
(nnimap "csc"
(nnimap-stream plain)
(nnimap-address "127.0.0.1")