Guest User

Untitled

a guest
May 15th, 2018
1,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. # The .muttrc file
  2. # Tiago Maluta
  3.  
  4. set imap_user = "USERNAME@gmail.com"
  5. set imap_pass = "PASSWORD"
  6. #set spoolfile = imaps://imap.gmail.com:993/INBOX
  7. set spoolfile = imaps://imap.gmail.com:993/lkml
  8. set folder = imaps://imap.gmail.com:993
  9. set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
  10. set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
  11. set header_cache="~/.mutt/cache/headers"
  12. set message_cachedir="~/.mutt/cache/bodies"
  13. set certificate_file=~/.mutt/certificates
  14.  
  15. set move = no
  16.  
  17. set sort = 'threads'
  18. set sort_aux = 'last-date-received'
  19. set imap_check_subscribed
  20.  
  21. ignore "Authentication-Results:"
  22. ignore "DomainKey-Signature:"
  23. ignore "DKIM-Signature:"
  24. ignore "Received:"
  25. ignore "Return-Path"
  26. ignore "MIME-Version"
  27. ignore "X-Spam-Details"
  28. ignore "Received-SPF"
  29. ignore "List-Id"
  30. ignore "List-Unsubscribe"
  31. ignore "List-Post"
  32. ignore "List-Help"
  33. ignore "List-Subscribe"
  34. ignore "Content-Type"
  35. ignore "Content-Transfer-Encoding"
  36. ignore "Sender"
  37. ignore "Errors-To"
  38. ignore "X-BeenThere"
  39. ignore "X-Mailman-Version"
  40. ignore "Precedence"
  41. ignore "List-Archive"
  42. ignore "X-MIME-Autoconverted"
  43. ignore "Message-ID"
  44. ignore "Delivered-To"
  45. ignore "User-Agent"
  46. ignore "X-Spam-Score"
  47. ignore "X-Spam-OrigSender"
  48. ignore "X-Spam-Bar"
  49. ignore "In-Reply-To"
  50. ignore "References"
  51. ignore "X-System-Of-Record"
  52. ignore "X-YMail-OSG"
  53. ignore "X-ELTE"
  54. ignore "X-Mailing-List"
  55. ignore "X-CT-RefId"
  56. ignore "X-Auth-Type"
  57. ignore "X-Source-IP"
  58. ignore "X-Scanned-By"
  59. ignore "X-Priority"
  60. ignore "X-Mailer"
  61. ignore "X-Greylist"
  62. ignore "Content-Disposition"
  63. ignore "X-Poly-FromMTA"
  64. ignore "Mail-Followup-To"
  65. ignore "X-Y-GMX-Trusted"
  66. ignore "X-FuHaFi"
  67. ignore "X-Provags-ID"
  68. ignore "X-Authenticaded"
  69. ignore "X-Virus-Scanned"
  70. ignore "X-Spam-Checker-Version"
  71. ignore "X-IronPort-AV"
  72. ignore "X-IronPort-Anti-Spam-Result"
  73. ignore "X-IronPort-Anti-Spam-Filtered"
  74. ignore "X-MUA"
  75. ignore "X-Spam-Status"
  76. ignore "X-Virus-Status"
  77. ignore "Organization"
  78. ignore "X-SBRS"
  79. ignore "X-Remote-IP"
  80. ignore "X-IP-MAIL-FROM"
  81. ignore "X-IP-BHB"
  82. ignore "X-Trace"
  83. ignore "X-MIMEDefang-Filter"
  84. ignore "X-No-Spam-Score"
  85. ignore "X-Junkmail-Info"
  86. ignore "X-Junkmail-Status"
  87. ignore "X-Junkmail-SD-Raw"
  88. ignore "X-Junkmail-IWF"
  89. ignore "X-Mirapoint-Received-SPF"
  90. ignore "X-Mirapoint-IP-Reputation"
  91. ignore "X-X-Sender"
  92. ignore "X-XM-SPF"
  93. ignore "X-SA-Exim-Connect-IP"
  94. ignore "X-SA-Exim-Rcpt-To"
  95. ignore "X-SA-Exim-Mail-From"
  96. ignore "X-SA-Exim-Scanned"
  97. ignore "X-Authentication-Warning"
  98. ignore "Git-Commit-ID"
  99. ignore "X-CRM114-CacheIDE"
  100. ignore "X-CRM114-Status"
  101. ignore "X-CRM114-Notice"
  102. ignore "X-CRM114-Version"
  103. ignore "X-Spam-Report"
  104. ignore "X-OriginalArrivalTime"
  105. ignore "X-Nokia-AV"
  106. ignore "X-SecurityPolicyCheck-FJ"
  107. ignore "X-Enigmail-Version"
  108. ignore "X-Authority-Analysis"
  109. ignore "X-Cloudmark-Score"
  110. ignore "X-Originating-IP"
  111. ignore "X-MailBox-Line"
  112. ignore "DomainKey-Status"
  113. ignore "X-RemoteIP"
  114. ignore "Importance"
  115. ignore "X-Yahoo-Newman-Property"
  116. ignore "X-Yahoo-SMTP"
  117. ignore "X-Yahoo-Newman-Id"
  118. ignore "acceptlanguage"
  119. ignore "X-MS-TNEF-Correlator"
  120. ignore "X-MS-Has-Attach"
  121. ignore "Thread-Topic"
  122. ignore "Thread-Index"
  123. ignore "Accept-Language"
  124. ignore "Content-Language"
  125. ignore "X-Url"
  126. ignore "X-SRS-Rewrite"
  127. ignore "X-Authenticated-Sender"
  128. ignore "X-Authenticated-Sender"
  129. ignore "X-MIMETrack"
  130. ignore "LKML-Reference"
  131. ignore "X-ExtLoop1"
  132.  
  133. hdr_order Date From To Cc
  134.  
  135. color attachment brightmagenta black
  136. color error brightwhite red # errors yell at you in red
  137. color hdrdefault red black # headers
  138. color indicator brightyellow magenta # currently selected message
  139. color markers brightcyan black # the + for wrapped pager lines
  140. color message brightcyan black # informational messages, not mail
  141. color normal white black # plain text
  142. color quoted green black # quoted text
  143. color search brightgreen black # hilite search patterns in the pager
  144. color signature red black # signature (after "-- ") is red
  145. color status brightyellow blue # status bar is yellow *on blue*
  146. color tilde blue black # ~'s after message body
  147. color tree red black # thread tree in index menu is magenta
  148. color signature brightred black
  149. color underline yellow black
  150. color header cyan black ^(From|Subject): # Important headers
  151. color body magenta black "(ftp|http)://[^ ]+" # picks up URLs
  152. color body magenta black [-a-z_0-9.]+@[-a-z_0-9.]+
  153.  
  154. # Coloring quoted text - coloring the first 7 levels:
  155. # color quoted cyan black
  156. # color quoted1 yellow black
  157. # color quoted2 red black
  158. # color quoted3 green black
  159. # color quoted4 cyan black
  160. # color quoted5 yellow black
  161. # color quoted6 red black
  162. # color quoted7 green black
  163. #
  164. # # Colorize smileys: :-) ;-) :-/ :-(
  165. # color body yellow black "[;:]-[)/(|]"
  166. # color body yellow black "[;:][)/(|]"
  167. # color body green black "[[:alpha:]]\+://[^ ]*"
  168. #
  169. # color index brightyellow black ~N # New
  170. # color index yellow black ~O # Old
  171. # color index magenta black ~F
  172. # color index blue black ~T
  173. # color index red black ~D
  174.  
  175. set attribution="./afh.sh -a '%n' '<%a>' |"
  176. set indent_string="./afh.sh -q '%n' |"
Add Comment
Please, Sign In to add comment