rakhisharma

Untitled

Feb 1st, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.46 KB | None | 0 0
  1. set realname = "Rakhi Sharma"
  2. set imap_user = 'rakhish1994@gmail.com'
  3. set sendmail="/usr/bin/esmtp"
  4. set spoolfile = imaps://imap.gmail.com:993/INBOX
  5. set smtp_url = "smtp://rakhish1994@smtp.gmail.com:587/"
  6. set folder = "imaps://imap.gmail.com:993"
  7. set record="+[Gmail]/Sent Mail"
  8. set postponed="+[Gmail]/Drafts"
  9. set header_cache="~/.mutt/cache/headers"
  10. set message_cachedir="~/.mutt/cache/bodies"
  11. set certificate_file=~/.mutt/certificates
  12. set imap_check_subscribed=yes
  13. set move = no
  14. set delete = yes
  15. set edit_hdrs
  16. set include
  17. set reply_to
  18. set abort_nosubject=no
  19. set sig_dashes = no # don't append -- as I use only my name as a sig
  20. set attribution = " %n wrote:\n" # I don't like lengthy attributions as well
  21. alternates '(username|altusername)([-+].*)?@.*'
  22. set hdr_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index
  23.  
  24. ignore *
  25. unignore from subject to cc date x-mailer x-url user-agent
  26. hdr_order from to cc date subject x-mailer user-agent
  27.  
  28. set sort=threads
  29. set sort_aux=last-date-received
  30.  
  31. # see beyond for hooks explanations
  32. folder-hook . 'set from = "rakhish1994@gmail.com"; \
  33. set smtp_url= "smtp://rakhish1994@smtp.gmail.com:587/"'
  34. #
  35. # folder-hook my 'set from = "i@mywork.com"; \
  36. set smtp_url = "smtp://i@mywork.com@smtp.gmail.com:587/";'
  37. #
  38. folder-hook foobar 'set from = "yo@example.org";'
  39.                                                                                                                                1,1           Top
Add Comment
Please, Sign In to add comment