Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

53 linhas
1.7 KiB

  1. History (newest first)
  2. Generate man page from readme, to avoid duplicate descriptions.
  3. Readme in rst instead of md.
  4. Separate changelog.txt.
  5. Add tests and made bug fixes
  6. *urlscan* instead of *urlview*
  7. *wm* generates *mutt* config on every full sync,
  8. - to reflect changes in mailboxes in the shortcuts
  9. - to reflect changes in *mbsync/getmail* config in *mutt* config
  10. *wm* integrates *mailsync*,
  11. not to overload the system namespace and because of code reuse
  12. *remove|rm* instead of *delete*, *list|ls* instead of only *ls*
  13. Make channel name equal to email address
  14. to avoid choosing a new name for the same thing.
  15. Other more vim-like shortcut changes
  16. *gm/gM* to sync mail inside *mutt*, as *o/O* has a *mutt* assignment already.
  17. Honor *$MAILDIR*, *$XDG_CONFIG_HOME*, *$XDG_CACHE_HOME*, if defined.
  18. `isync`/`mbsync` has replaced `offlineimap` as the backend.
  19. Offlineimap was error-prone, bloated, used obsolete Python 2 modules and required separate steps to install the system.
  20. `mw` is now an installed program instead of just a script needed to be kept in your mutt folder.
  21. `dialog` is no longer used (less bloat) and the interface is simply text commands.
  22. More autogenerated shortcuts that allow quickly moving and copying mail between boxes.
  23. More elegant attachment handling.
  24. Image/video/pdf attachments without relying on the neomutt instance.
  25. abook integration by default.
  26. The messy template files and other directories have been moved or removed, leaving a clean config folder.
  27. msmtp configs moved to `~/.config/` and mail default location moved to `~/Mail`, reducing mess in `~`.
  28. `pass` is used as a password manager instead of separately saving passwords.
  29. Script is POSIX sh compliant.
  30. Addition of a manual `man mw`.