Skip to content

Commit 3ea502c

Browse files
committed
[Gnus] Update imap program.
1 parent 16e2b7b commit 3ea502c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnus.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
(org-set-property org-contacts-email-property (concat mails " " mail)))))))
1919

2020
;;; methods
21-
(setq nnimap-shell-program "/usr/lib/dovecot/imap -c ~/config/dovecot.conf"
21+
(setq imap-shell-program "/usr/lib/dovecot/imap -c ~/config/dovecot.conf"
22+
nnimap-shell-program imap-shell-program
2223
gnus-select-method '(nnimap "Mail"
2324
(nnimap-stream shell))
2425
gnus-secondary-select-methods '((nntp "news.gmane.org")
2526
(nntp "news.eternal-september.org")))
26-
2727
;;; sending
2828
(setq sendmail-program "msmtp"
2929
message-sendmail-extra-arguments '("-a" "gmail")

0 commit comments

Comments
 (0)