aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gnus.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-gnus.el')
-rw-r--r--oni-gnus.el10
1 files changed, 3 insertions, 7 deletions
diff --git a/oni-gnus.el b/oni-gnus.el
index c64220e..d21a737 100644
--- a/oni-gnus.el
+++ b/oni-gnus.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0216.010059
-;; Package-Requires: (oni-data-dir)
+;; Version: 2023.0621.223533
+;; Package-Requires: (oni-data-dir oni-sendmail)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
(require 'message)
(require 'nnfolder)
(require 'oni-data-dir)
-(require 'sendmail)
+(require 'oni-sendmail)
(defun oni-gnus-goto-bracket-then-colon ()
"Find the first occurrence of [ on the current line and then :.
@@ -61,10 +61,6 @@ of the email."
message-directory mail-source-directory
nnfolder-directory mail-source-directory)
-(setq send-mail-function 'send-mail-send-it
- message-send-mail-function 'message-send-mail-with-sendmail
- sendmail-program "msmtp")
-
(setq gnus-novice-user nil)
(defun oni-gnus-delete-forward (&optional n)