Add mailbox
This commit is contained in:
parent
1b74abb05c
commit
9537370590
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@
|
||||||
(reduce #'build-mail-part
|
(reduce #'build-mail-part
|
||||||
'(("ryu" . "ryuslash.org")
|
'(("ryu" . "ryuslash.org")
|
||||||
("gmail" . "gmail")
|
("gmail" . "gmail")
|
||||||
("9f" . "ninthfloor")) :initial-value nil))
|
("9f" . "ninthfloor")
|
||||||
|
("pfx" . "picturefix")) :initial-value nil))
|
||||||
|
|
||||||
(defun dunst-pause ()
|
(defun dunst-pause ()
|
||||||
"Pause dunst"
|
"Pause dunst"
|
||||||
|
|
Loading…
Reference in a new issue