Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. this goes in `~/.muttrc`
  2.  
  3. ```muttrc
  4. set spoolfile="imaps://user:loser@server/"
  5. set smtp_url="smtp://user@server:587/"
  6. set smtp_pass="loser"
  7. set from="me <me@server>"
  8. bind index G imap-fetch-mail
  9. ```
  10.  
  11. and a few shortcuts
  12.  
  13. - `d` delete a mail
  14. - `$` expunge marked deleted
  15. - `G` fetch imap
  16. - `a` to add sender as alias to your `.muttrc` file
  17. - `g` reply all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement