config 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. #theme=mutt
  2. quit_on_last_bclose = True
  3. #theme=sup
  4. body_mimetype=text/plain
  5. #theme = sup
  6. #prefer_plaintext=True
  7. #theme = solarized
  8. search_threads_sort_order = newest_first
  9. complete_matching_abook_only = False
  10. #thread_statusbar = [{buffer_no}: thread:{tid}] {subject} total: {total_messages}, itags: {intersection_tags} ttags: {thread_tags}
  11. #thread_statusbar = [{buffer_no}: thread:{tid}] {subject} total: {total_messages}, tags: {thread_tags}
  12. ansi_background=False
  13. show_count_in_tag_list = messages
  14. #initial_command = search tag:inbox ; search tag:sent
  15. #bug_on_exit = true
  16. #editor_cmd = /usr/bin/vim -f -c 'set filetype=mail' +
  17. #editor_cmd = emacs +4
  18. #editor_spawn = False
  19. #editor_in_thread = False
  20. #show_statusbar = false
  21. #quote_prefix = '|'
  22. #compose_ask_tags = True
  23. #editor_in_thread = False
  24. #editor_spawn = True
  25. #editor_cmd = vim
  26. edit_headers_whitelist = Attach,From,To,Subject
  27. #edit_headers_whitelist = ,
  28. edit_headers_blacklist = ' '
  29. #display_content_in_threadline = True
  30. displayed_headers = To,Cc,Bcc,Subject,Tags,Date,Message-Id
  31. notify_timeout = 4
  32. #show_statusbar = False
  33. #timestamp_format = '%c'
  34. #print_cmd = muttprint -F Utopia -a From_Date_*Subject*_/Tags/
  35. print_cmd = muttprint -2 -F Utopia -a From_Date_*Subject* -p TO_FILE:~/print.ps
  36. prompt_suffix = "> "
  37. reply_force_address = true
  38. forward_force_address = true
  39. bounce_force_address = true
  40. thread_subject= oldest
  41. #user_agent = alot/{version}
  42. [accounts]
  43. [[onec]]
  44. realname = Colin Powell
  45. address = colin@onec.me
  46. gpg_key = 7B405BE1
  47. sign_by_default = True
  48. type = sendmail
  49. sendmail_command = msmtp --account=onec -t
  50. draft_box = maildir:///home/powellc/Mail/colin@onec.me/Drafts
  51. sent_box = maildir:///home/powellc/Mail/colin@onec.me/Sent
  52. [bindings]
  53. q=bclose;refresh
  54. ', a' = "call hooks.pa(ui)"
  55. '[' = compose --template bpp
  56. M = compose --spawn=1
  57. T = search is:todo
  58. Y = search is:travel
  59. A = search is:alot
  60. S = search is:sent
  61. % = "shellescape '/home/powellc/var/documents/scripts/checkmail.sh'; refresh"
  62. 'meta left' = bprevious
  63. 'meta right' = bnext
  64. 'meta 1' = buffer 1
  65. 'meta 2' = buffer 2
  66. 'meta 3' = buffer 3
  67. 'meta 4' = buffer 4
  68. 'meta 5' = buffer 5
  69. 'g g' = move first
  70. [[search]]
  71. #H = untag --all LA
  72. & = toggletags killed
  73. ! = toggletags flagged
  74. s = toggletags unread
  75. t = toggletags todo
  76. y = toggletags travel
  77. F = toggletags flat
  78. D = toggletags delete
  79. #enter = "select; fold NOT is:unread"
  80. [[thread]]
  81. ', t' = "call hooks.translate(ui)"
  82. ', w' = "call hooks.whereisit(ui)"
  83. #H = "call ui.current_buffer.get_selected_message().test_parser()"
  84. #G = "pipeto 'git am'"
  85. t = toggletags todo
  86. F = toggletags flat
  87. a = toggletags inbox
  88. y = toggletags travel
  89. v = verify
  90. ' ' = fold;move next;unfold
  91. $ = call hooks.github(ui)
  92. U = call hooks.unsubscribe()
  93. D = call hooks.dimapseminar(ui)
  94. u = pipeto urlscan 2> /dev/null
  95. ########################################################
  96. 16_base03 = 'dark gray'
  97. 16_base02 = 'black'
  98. 16_base01 = 'light green'
  99. 16_base00 = 'yellow'
  100. 16_base0 = 'light blue'
  101. 16_base1 = 'light cyan'
  102. 16_base2 = 'light gray'
  103. 16_base3 = 'white'
  104. 16_yellow = 'brown'
  105. 16_orange = 'light red'
  106. 16_red = 'dark red'
  107. 16_magenta = 'dark magenta'
  108. 16_violet = 'light magenta'
  109. 16_blue = 'dark blue'
  110. 16_cyan = 'dark cyan'
  111. 16_green = 'dark green'
  112. # Use a slightly different mapping here to be able to use "bold" in 256c mode
  113. 256_base03 = 'dark gray'
  114. 256_base02 = 'black'
  115. 256_base01 = 'light green'
  116. 256_base00 = 'yellow'
  117. 256_base0 = 'g66'
  118. 256_base1 = 'g70'
  119. 256_base2 = 'light gray'
  120. 256_base3 = 'white'
  121. 256_yellow = 'brown'
  122. 256_orange = 'light red'
  123. 256_red = 'dark red'
  124. 256_magenta = 'dark magenta'
  125. 256_violet = 'light magenta'
  126. 256_blue = 'dark blue'
  127. 256_cyan = '#088'
  128. 256_green = 'dark green'
  129. ########################################################
  130. #
  131. # ⅏ 🚂🚠
  132. # 🔘 🔥
  133. [tags]
  134. [[flagged]]
  135. translated = ⚑
  136. normal = '','','light red','','dark red',''
  137. [[inbox]]
  138. translated = ➤#📨●◉↘
  139. normal = "", "", "", "", "", ""
  140. [[sent]]
  141. translated = ↗#⇗
  142. normal = '','', 'dark blue', '', 'dark blue', ''
  143. [[unread]]
  144. translated = ''
  145. [[replied]]
  146. translated = ⏎
  147. normal = '','', 'dark cyan', 'default', 'dark blue', 'default'
  148. [[encrypted]]
  149. translated = 🔒#🔑#⚷
  150. # normal = "", "", "", "", "#0ff", "#006"
  151. [[signed]]
  152. translated = ®
  153. normal = "", "", "", "", "", ""
  154. [[ring]]
  155. translated = 💍#◉
  156. [[killed]]
  157. translated = τ # ☠
  158. # normal = "", "", "", "", g70, g27
  159. [[lists]]
  160. translated = 📃#⎎
  161. [[attachment]]
  162. translated = 📎
  163. normal = "", "", 'light blue', '', 'light blue', ''
  164. [[bug]]
  165. translated = 🐜
  166. normal = "", "", "dark red", "", "light red", ""
  167. [[todo]]
  168. normal = "", "", white, "dark magenta", white, "dark magenta"
  169. [[C4P]]
  170. normal = "", "", "", "", g74, g23
  171. [[lists/seminars]]
  172. normal = "", "", "", "", "", "#6da"
  173. [[G+]]
  174. normal = "", "", "", "", "#0ff", "#00f"
  175. [[peergroup]]
  176. normal = "", "", "", "", "#006", "#08d"
  177. [[soc]]
  178. normal = "", "", "", "", "#6da", "#08d"
  179. [[foo]]
  180. translated = ⚽
  181. #normal = "", "", "", "", "#6da", "#08d"
  182. [[lists/wols]]
  183. translated = wols
  184. normal = "", "", "", "", "#6da", "#08d"
  185. [[lists/sicsa]]
  186. translated = UoE/sicsa
  187. normal = "", "", "", "", "#6da", "#060"
  188. [[lists/gradschool]]
  189. translated = UoE/gradschool
  190. normal = "", "", "", "", "#6da", "#060"
  191. [[lists/students]]
  192. translated = UoE/students
  193. normal = "", "", "", "", g74, "#080"
  194. [[lists/phd-degree-students]]
  195. translated = UoE/PhD
  196. normal = "", "", "", "", g74, "#080"
  197. [[automata]]
  198. normal = "", "", "", "", g74, "#060"
  199. [[lists/atp-vim-list]]
  200. translated = atp
  201. normal = "", "", "", "", "", "#606"
  202. [[lists/inf-general]]
  203. translated = inf
  204. [[lists/alot]]
  205. translated = alot
  206. normal = "", "", "", "", "#80d,bold", "#df6"
  207. [[lists/urwid]]
  208. normal = "", "", "", "", "#080", "#606"
  209. [[travel]]
  210. translated = ✈
  211. [[lists/mutt-kz]]
  212. normal = "", "", "", "", "#fff", "#606"
  213. [[notmuch::bug]]
  214. translated = nm:bug
  215. normal = "", "", "light red, bold", "light blue", "light red, bold", "#88d"
  216. [[lists/notmuch.*]]
  217. translation = notmuch::(.*), \1
  218. normal = "", "", "", "", "#fff", "#88d"
  219. [[lists/lfcs-.*]]
  220. translation = lists/lfcs-(.*), LFCS-\1
  221. normal = "", "", "", "", "#6da", "#060"
  222. [[lists/labri]]
  223. translated = labri
  224. normal = "", "", "", "", "#6da", "#060"
  225. [[lists/dimapseminar]]
  226. translated = dimap
  227. normal = "", "", "", "", "#08f,bold", ""