summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2020-12-02Add reload-config commandManos Pitsidianakis
Closes #84 Add "reload configuration" command
2020-12-02themes/sail: make only headers_name boldManos Pitsidianakis
2020-12-02conf/themes: add mail.view.headers_names and mail.view.headers_areaManos Pitsidianakis
Allow separate customization of header names and the rest of the header area.
2020-12-01docs/meli-themes.5: replace toml spec dead linkManos Pitsidianakis
2020-11-30melib/smtp: implement gmail XOAUTH2 authentication methodManos Pitsidianakis
2020-11-28Add sail themeManos Pitsidianakis
2020-11-28Add nord themeManos Pitsidianakis
2020-11-28conf/themes: make notifications bg default color instead of redManos Pitsidianakis
2020-11-28listing: show auto-hide scrollbar in sidebar menuManos Pitsidianakis
Setting to turn it off is listing.show_menu_scrollbar. Concerns #85 Accounts sidebar doesn't scroll
2020-11-25Allow configuration of the sidebar dividerAndrew Jeffery
This adds the config option listing.sidebar_divider to set the character used to show the divider (defaults to ' ') along with the corresponding theme in mail.sidebar_divider which defaults to the default theme.
2020-11-24melib/imap: implement OAUTH2 authenticationManos Pitsidianakis
2020-11-15Add configurable shortcut for 'quit'Manos Pitsidianakis
Quit ('q' button) was hardcoded, switch to configurable shortcut setting instead.
2020-11-09Add store_sent_mail option for gmailManos Pitsidianakis
- store_sent_mail boolean Store sent mail after successful submission. This setting is meant to be disabled for non-standard behaviour in gmail, which auto-saves sent mail on its own.
2020-10-30docs/meli.conf.5: add SmtpPassword examplesManos Pitsidianakis
2020-10-20README: replace svg with webp screenshotsManos Pitsidianakis
Gitea doesn't render svg images (delivers them as text/plain)
2020-10-17README.md: Add screenshots and update textManos Pitsidianakis
2020-10-16docs/meli.conf.5: small fixes & additionsManos Pitsidianakis
2020-10-16docs/meli.conf.5: add progress_spinner_sequence docManos Pitsidianakis
2020-10-14Alter enter_command_mode shortcut to `:`Manos Pitsidianakis
Just like vi.
2020-10-14Rename toggle_thread_snooze to "toggle thread_snooze"Manos Pitsidianakis
For consistency with other toggle commands.
2020-10-11compose: add key selection state for gpg operationsManos Pitsidianakis
Closes #81
2020-10-11compose: add `add-attachment-file-picker` commandManos Pitsidianakis
2020-10-11Add import mail actionManos Pitsidianakis
2020-09-26docs/meli.1: add copyto, moveto, delete commandsManos Pitsidianakis
2020-09-20Add docs/ folderManos Pitsidianakis