~sebasmonia/conversations

Use SSL for SMTP, and update bookmarks v1 PROPOSED

Sebasti�n Mon�a: 1
 Use SSL for SMTP, and update bookmarks

 2 files changed, 7 insertions(+), 8 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sebasmonia/conversations/patches/54367/mbox | git am -3
Learn more about email & git

[PATCH] Use SSL for SMTP, and update bookmarks Export this patch

From: Sebastián Monía <smonia@qontigo.com>

---
Testing using emails for my dotfiles repo!
 .config/emacs/eww-bookmarks | 11 +++++------
 .config/gnus/.gnus.el       |  4 ++--
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/.config/emacs/eww-bookmarks b/.config/emacs/eww-bookmarks
index 02c7b7b..a23ad38 100644
--- a/.config/emacs/eww-bookmarks
+++ b/.config/emacs/eww-bookmarks
@@ -1,9 +1,10 @@
;; Auto-generated file; don't edit -*- mode: lisp-data -*-
((:url "http://68k.news/" :title "68k.news"
       :time "Fri Aug  2 16:54:46 2024")
((:url "https://berthub.eu/articles/" :title "Bert Hubert's writings"
       :time "Thu Aug  8 13:53:45 2024")
 (:url "http://68k.news/" :title "68k.news" :time
       "Fri Aug  2 16:54:46 2024")
 (:url "http://68k.news/index.php?section=nation&loc=AR" :title
       "68k.news (AR)" :time
       "Fri Aug  2 16:51:13 2024")
       "68k.news (AR)" :time "Fri Aug  2 16:51:13 2024")
 (:url
  "https://casouri.github.io/note/2020/contributing-to-emacs/index.html"
  :title "Contributing to Emacs" :time "Thu Aug  1 14:30:18 2024")
@@ -55,6 +56,4 @@
       "2024-07-27 07:04:19 PM")
 (:url "https://smallweb.site/" :title "smallweb.site" :time
       "2024-07-27 07:06:13 PM")
 (:url "https://berthub.eu/index.html" :title "Bert Hubert" :time
       "2024-07-30 12:36:14 AM")
 (:url "https://0xff.nu/" :title "0xFF" :time "2024-07-30 07:01:50 AM"))
diff --git a/.config/gnus/.gnus.el b/.config/gnus/.gnus.el
index 82197ea..706a4fe 100644
--- a/.config/gnus/.gnus.el
+++ b/.config/gnus/.gnus.el
@@ -156,5 +156,5 @@ This is C-u M-g but I figured I would put it in a simpler binding."
  :custom
  (send-mail-function 'smtpmail-send-it)
  (smtpmail-default-smtp-server "smtp.fastmail.com")
  (smtpmail-stream-type  'starttls)
  (smtpmail-smtp-service 587))
  (smtpmail-stream-type 'ssl)
  (smtpmail-smtp-service 465))
-- 
2.45.2.windows.1