Advertisement
den

Untitled

den
Feb 1st, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. ignore *
  2. unignore from: subject to cc date x-mailer x-url user-agent
  3. hdr_order date from to cc subject
  4. bind editor "\e<delete>" kill-word
  5. bind editor "\e<backspace>" kill-word
  6. bind editor <delete> delete-char
  7. set sort=threads
  8. unset bounce_delivered
  9. set mixmaster="mixmaster-filter"
  10. set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
  11. macro index \eb "<search>~b " "search in message bodies"
  12. macro index,pager,attach,compose \cb "\
  13. <enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\
  14. <pipe-message> urlview<Enter>\
  15. <enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \
  16. "call urlview to extract URLs out of a message"
  17. macro generic,pager <F1> "<shell-escape> zcat /usr/share/doc/mutt/manual.txt.gz | sensible-pager<enter>" "show Mutt documentation"
  18. macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
  19. bind browser y exit
  20. macro index,pager a "|abook --add-email\n" 'add sender to abook'
  21. mime_lookup application/octet-stream
  22. set time_inc=250
  23. mailto_allow = cc in-reply-to references
  24. attachments +A */.*
  25. attachments -A text/x-vcard application/pgp.*
  26. attachments -A application/x-pkcs7-.*
  27. attachments +I text/plain
  28.  
  29. attachments -A message/external-body
  30. attachments -I message/external-body
  31. set alias_file="~/.muttrc"
  32. set beep=yes
  33. set beep_new=no
  34. set certificate_file="~/.mutt_certificates"
  35. set check_new=yes
  36. set copy=yes
  37. set crypt_use_gpgme=yes
  38. set delete=ask-yes
  39. set delete_untag=yes
  40. set dotlock_program="/usr/bin/mutt_dotlock"
  41. set edit_headers=yes
  42. set editor="vim"
  43. set folder="imaps://user@mail.server"
  44. set forward_edit=yes
  45. set from="user@server"
  46. set help=yes
  47. set history=10
  48. set history_file="~/.mutthistory"
  49. set imap_check_subscribed=yes
  50. set imap_idle=yes
  51. set imap_login="login"
  52. set imap_pass="password"
  53. set imap_user="user@server"
  54. set include=ask-yes
  55. set ispell="ispell"
  56. set mail_check=5
  57. set move=no
  58. set pgp_use_gpg_agent=yes
  59. set postpone=ask-yes
  60. set postponed="+Drafts
  61. set print=ask-no
  62. set print_command="lpr"
  63. set query_command="abook --mutt-query '%s'"
  64. set read_only=no
  65. set realname="Real Name"
  66. set record="+Sent"
  67. set reply_to=ask-yes
  68. set signature="~/.signature"
  69. set smtp_authenticators="PLAIN"
  70. set smtp_pass="password"
  71. set smtp_url="smtps://user@server/"
  72. set sort_alias=alias
  73. set spoolfile="+INBOX"
  74. set ssl_force_tls=yes
  75. set ssl_starttls=yes
  76. set text_flowed=yes
  77. set timeout=30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement