Skip to content

Commit

Permalink
Merge pull request daviwil#41 from abellmann/patch-1
Browse files Browse the repository at this point in the history
Update Emacs-Mail-03.org
  • Loading branch information
daviwil committed Feb 11, 2021
2 parents 33940b0 + ca55e5e commit 492f951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions show-notes/Emacs-Mail-03.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When using multiple accounts (contexts), you can set the SMTP variables for each
(user-full-name . "System Crafters Gmail")
(smtpmail-smtp-server . "smtp.gmail.com")
(smtpmail-smtp-service . 465)
(smtpmail-stream-type . 'ssl)
(smtpmail-stream-type . ssl)
(mu4e-drafts-folder . "/Gmail/[Gmail]/Drafts")
(mu4e-sent-folder . "/Gmail/[Gmail]/Sent Mail")
(mu4e-refile-folder . "/Gmail/[Gmail]/All Mail")
Expand All @@ -61,7 +61,7 @@ When using multiple accounts (contexts), you can set the SMTP variables for each
(user-full-name . "System Crafters Fastmail")
(smtpmail-smtp-server . "smtp.fastmail.com")
(smtpmail-smtp-service . 465)
(smtpmail-stream-type . 'ssl)
(smtpmail-stream-type . ssl)
(mu4e-drafts-folder . "/Fastmail/Drafts")
(mu4e-sent-folder . "/Fastmail/Sent")
(mu4e-refile-folder . "/Fastmail/Archive")
Expand Down

0 comments on commit 492f951

Please sign in to comment.