Skip to content

tumashu/gnus-select-account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

What is gnus-select-account

gnus-select-account let user select an account before write a email in gnus.

Installation

  1. Config melpa source, please read: http://melpa.org/#/getting-started
  2. M-x package-install RET gnus-select-account RET

Configure

  1. Gnus-select-account configure

    (require 'gnus-select-account)
    (gnus-select-account-enable)
    
  2. Add account information to file: "/.authinfo.gpg" or "/.authinfo", for example:

    machine smtp.163.com login xxxr@163.com port 465 password PASSWORD user-full-name "XXX" user-mail-address xxx@163.com
    machine smtp.qq.com  login xxx@qq.com   port 465 password PASSWORD user-full-name "XXX" user-mail-address xxx@qq.com
    

Converted from gnus-select-account.el by el2org .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages