You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

284 lines
9.6 KiB

  1. .TH MW 1 mutt-wizard
  2. .SH NAME
  3. mw \- mutt-wizard \- autoconfigure email accounts for neomutt and isync
  4. .SH SYNOPSIS
  5. .B mw
  6. [
  7. .I OPTIONS
  8. ]
  9. .SH DESCRIPTION
  10. .B mw
  11. takes a user email account and sets up a terminal-based email interface for it with
  12. .B neomutt.
  13. This can include offline email with
  14. .B isync/mbsync
  15. and configs for
  16. .B msmtp
  17. for sending mail, and also passwords automatically encrypted and stored with
  18. .B pass.
  19. .SH COMMANDS
  20. .TP
  21. .B -a your@email.com
  22. add an email address
  23. .TP
  24. .B -l
  25. list all email accounts configured by mutt-wizard
  26. .TP
  27. .B -d
  28. pick an already configured account and remove its configuration
  29. .TP
  30. .B -D your@email.com
  31. remove a configured account without confirmation
  32. .TP
  33. .B -y your@email.com
  34. download and upload mail for an email account
  35. .TP
  36. .B -Y
  37. sync all email accounts
  38. .TP
  39. .B -t 15
  40. toggle a cronjob that syncs your mail every 15 minutes (or any other number under 60)
  41. .TP
  42. .B -T
  43. toggle a cronjob without specifying minutes between sync
  44. .SH OPTIONS FOR ADDING ACCOUNTS
  45. These can be specified on the command line, otherwise, you will be prompted for what is necessary. mutt-wizard knows the IMAP/SMTP server information for most email providers, so specifying them is usually redundant.
  46. .TP
  47. .B -u billy
  48. Account logon/username if required and different from email address.
  49. .TP
  50. .B -n Billy
  51. Real name which will appear in emails. Should be put in quotes if multiple words.
  52. .TP
  53. .B -m number
  54. Set a maximum number of messages to be stored offline.
  55. .TP
  56. .B -i
  57. IMAP server address
  58. .TP
  59. .B -I
  60. IMAP server port (assumed to be 993 if not specified)
  61. .TP
  62. .B -s
  63. SMTP server address
  64. .TP
  65. .B -S
  66. SMTP server port (assumed to be 587 if not specified)
  67. .TP
  68. .B -x
  69. Account password. You will be prompted for the password interactively if this option is not given.
  70. .SH OTHER OPTIONS
  71. .TP
  72. .B -f
  73. Force account creation and guess mailboxes without attempting to connect to server. Otherwise if connection cannot be made, the configured account settings will not be persistent.
  74. .TP
  75. .B -o
  76. Create settings for an account to be used online only without mail syncing abilities. Without
  77. .B -f
  78. connection will still be attempted in setup to discover mailboxes.
  79. .TP
  80. .B -p
  81. Add a Protonmail account. Protonmail Bridge must be installed and set up.
  82. .SH DETAILS
  83. .TP
  84. .B mailsync
  85. mutt-wizard calls a script
  86. .I mailsync
  87. to sync mail. This script additionally indexes new mail with notmuch and gives you a notification if new mail has arrived. If you want to bypass its additional features, you can always just run
  88. .I mbsync -a
  89. to sync your mail directly.
  90. .TP
  91. .B Mail location
  92. If the user chooses to keep offline email with
  93. .B isync,
  94. it will be kept in
  95. .I ~/.local/share/mail/.
  96. .B notmuch
  97. can be used to index and search this mail by giving this directory when first running
  98. .B notmuch setup.
  99. If you have not set up notmuch before, mutt-wizard will automatically set it up in the background the first time you add an account.
  100. .TP
  101. .B muttrc files
  102. mutt-wizard will create a muttrc file for each created account holding account-specific details. These will appear in
  103. .I ~/.config/mutt/accounts/
  104. and can be edited by the user if needbe. Note that the mutt-wizard will also source these files and create the bindings to switch between them, and these will appear in your default
  105. .I ~/.config/mutt/muttrc
  106. file.
  107. .TP
  108. .B Mail deletion
  109. mutt-wizard's delete action will delete configuration files and
  110. .I not
  111. downloaded mail for safety (and time)'s sake. If you want to delete downloaded mail, do so manually by removing it from the directory above.
  112. .TP
  113. .B Default settings
  114. The mutt-wizard has many default settings that focus on making it aesthetically pleasing and supplying more vim-like bindings. These can be found in
  115. .I /usr/local/share/mutt-wizard/mutt-wizard.muttrc
  116. and the default mailcap file can be found in
  117. .I
  118. /usr/local/share/mutt-wizard/mailcap.
  119. Any of these settings can be overwritten in
  120. .I ~/.config/mutt/muttrc,
  121. but be mindful that your overriding binds should appear after the
  122. .I
  123. mutt-wizard.muttrc
  124. file is sourced.
  125. .TP
  126. .B Detecting server settings
  127. mutt-wizard has a repository of email services and their server information kept in
  128. .I /usr/local/share/mutt-wizard/domains.csv
  129. which is used to automatically configure email settings.
  130. If your email provider is not found there, it will prompt you to input your email service's IMAP and SMTP server information which can usually be found by searching online.
  131. If you would like to help develop mutt-wizard for others, you are invited to add this service information to
  132. .I domains.csv
  133. on mutt-wizard's Github <https://github.com/lukesmithxyz/mutt-wizard> or Gitlab <https://gitlab.com/lukesmithxyz/mutt-wizard> pages.
  134. .TP
  135. .B Gmail accounts
  136. Google will require you to allow "less-secure" (third party) applications or use two-factor authentication in order to access their IMAP servers to download your mail. If you use Gmail, be sure to handle this before running mutt-wizard <https://support.google.com/accounts/answer/6010255>.
  137. .B Protonmail accounts
  138. Protonmail users must use the Protonmail Bridge <https://protonmail.com/bridge/> to access their IMAP and SMTP servers. This too should be configured before running mutt-wizard.
  139. .B Enterprise and university accounts
  140. Many universities and businesses might host their domain's email via Google or another service. This often requires a special IMAP/SMTP-specific password that you must generate and use. Again, mutt-wizard can handle these systems, but only once they've been set up.
  141. .TP
  142. .B Password decryption
  143. mutt-wizard uses
  144. .I pass
  145. and therefore
  146. .I gpg
  147. to decrypt your passwords. Provided your GPG key has a password, this might mean that you will be prompted for your GPG password the first time you sync or send mail in a session. Once your password is cached, it might also expire later as well.
  148. Because of this I strongly recommend the program
  149. .I pam-gnupg
  150. <https://github.com/cruegge/pam-gnupg> which automatically unlocks your GPG password on login and keeps it active, thus giving you, with mutt-wizard, secure access to all your email accounts on your system without ever having to input a password.
  151. If you don't want to use this program, you can also increase the cache time of an inputted GPG password with the
  152. .I default-cache-ttl
  153. and
  154. .I max-cache-ttl
  155. variables in your
  156. .I
  157. gpg-agent.conf.
  158. .SH MUTT-WIZARD'S NEOMUTT CONFIGURATION
  159. Here is a list of not only mutt-wizard's particular defaults, but what you need to get the most out of email accounts configured with mutt-wizard.
  160. .TP
  161. .B Color
  162. The mutt-wizard's default settings add color to messages in the index and color mail details to make them easier to see. New mail, in addition to being marked by the typical N, will also be bold.
  163. .TP
  164. .B Movement with h/j/k/l
  165. Use vim keys to move down
  166. .I j
  167. or up
  168. .I k
  169. in mail, while
  170. .I l
  171. opens mail, then the attachment view, then an attachment, while
  172. .I h
  173. is the reverse.
  174. While mail is open, go to next or previous mail with
  175. .I J
  176. and
  177. .I K.
  178. In the mail index,
  179. .I d
  180. and
  181. .I u
  182. go down and up by a half page and
  183. .I gg
  184. and
  185. .I G
  186. go to the very top and very bottom.
  187. .TP
  188. .B Search mail
  189. If you have
  190. .B notmuch
  191. configured with your proper mail directory (see above), you may run
  192. .I ctrl-f
  193. to search for mail containing any given sequence.
  194. Even without notmuch,
  195. .I L
  196. limits mail, showing only those with the given sequence in the subject while
  197. .I A
  198. shows all mail (same as limiting to "all").
  199. .TP
  200. .B Deleting mail
  201. .I D
  202. deletes mail, while
  203. .I U
  204. undeletes it (type in mail number to get to deleted mail). Note that
  205. .I S
  206. saves your mailbox, finalizing deletion. If you have a
  207. .I Trash
  208. box, deleted mail is moved there. If you want it to skip that and simply be deleted, comment out or remove the
  209. .I set trash
  210. line in that account's muttrc.
  211. .TP
  212. .B Send mail
  213. .I m
  214. creates a new mail message;
  215. .I r
  216. replies to the selected message;
  217. .I R
  218. replies all to the selected message and
  219. .I f
  220. fowards the selected message.
  221. .TP
  222. .B Compose mail screen
  223. Once you write mail and save the buffer you will be brought to the compose screen. Press
  224. .I a
  225. to add attachments, use
  226. .I s/t/c/b/d
  227. to change the subject/to/CC/BCC/description. Press
  228. .I S
  229. to change the signature/encryption. Press
  230. .I y
  231. to send the mail.
  232. .TP
  233. .B Saving and autocompleting email addresses with abook
  234. Install the optional dependency abook and you will be able to save the sender's email address with
  235. .I a.
  236. Once this is done, when you are typing in any email/contact prompt, you may press
  237. .I Tab
  238. to find contacts matching your input. Although abook is often used with mutt, it is also a useful program in its own right.
  239. .TP
  240. .B Switching and moving mail between mailboxes
  241. The
  242. .I g
  243. key can be paired with several other keys to automatically move to another mailbox: gi: Inbox; gs: Sent; gd: Drafts; ga: Archive; gS: Spam; gj: Junk; gt: Trash. These bindings will only be present for accounts that have the boxes in question. Instead of
  244. .I g,
  245. you can also press
  246. .I C
  247. to copy mail or
  248. .I M
  249. to move mail to the same boxes.
  250. .TP
  251. .B Switching between accounts
  252. mutt-wizard can configure as many as nine accounts each numbered by the lowest available number when configured. Press
  253. .I i
  254. followed by an account's number to change to that account: i2, i5, etc.
  255. .I ctrl-b
  256. to open a menu to select a url you want to open in you browser.
  257. .TP
  258. .B Sidebar
  259. mutt-wizard enables the sidebar by default which displays your account's boxes with mail tallies.
  260. .I B
  261. will toggle the sidebar. Move up and down in it with
  262. .I ctrl-k/j.
  263. Open a box with
  264. .I ctrl-o.
  265. .TP
  266. .B More information
  267. Remember that you can press
  268. .I ?
  269. at any time in neomutt to get a list of all key-bindings and functions. This list can also vary for different context menus.
  270. .SH AUTHORS
  271. Written by Luke Smith <luke@lukesmith.xyz> originally in 2018.
  272. .SH LICENSE
  273. GPLv3
  274. .SH SEE ALSO
  275. .BR neomutt (1),
  276. .BR neomuttrc (1)
  277. .BR mbsync (1),
  278. .BR msmtp (1),
  279. .BR notmuch (1),
  280. .BR abook (1)