Advertisement
relma2

git config aerc

Mar 4th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. [email protected]:~rjarry/aerc
  2. remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
  3. branch.master.remote=origin
  4. branch.master.merge=refs/heads/master
  5. branch.wiki.remote=origin
  6. branch.wiki.merge=refs/heads/wiki
  7. format.subjectprefix=PATCH aerc
  8. format.notes=true
  9. sendemail.to=~rjarry/[email protected]
  10. sendemail.validate=true
  11. sendemail.smtpserver=smtp.office365.com
  12. sendemail.smtpuser=name#outlook.com
  13. sendemail.smtpencryption=tls
  14. sendemail.smtpserverport=587
  15. sendemail.smtpauth=XOAUTH2
  16. notes.rewriteref=refs/notes/commits
  17. notes.rewritemode=concatenate
  18. user.name=Name
  19. credential.smtp://smtp.office365.com:587.oauthclientid=ClIENTID
  20. credential.smtp://smtp.office365.com:587.oauthclientsecret=CLIENTSECRET
  21. credential.smtp://smtp.office365.com:587.oauthauthurl=https://login.microsoftonline.com/common/oauth2/v2.0/authorize
  22. credential.smtp://smtp.office365.com:587.oauthtokenurl=https://login.microsoftonline.com/common/oauth2/v2.0/token
  23. credential.smtp://smtp.office365.com:587.oauthscopes=https://outlook.office.com/SMTP.Send
  24. credential.smtp://smtp.office365.com:587.oauthredirecturl=http://localhost/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement