Age | Commit message (Collapse) | Author |
|
|
|
add https://fidei.email/ to domains.csv
|
|
added fidei.email service provider
|
|
fix: make o and O macro work and really sync multiple/individual accounts
|
|
|
|
|
|
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
|
|
add domains
|
|
parse pop config only when file exists
|
|
|
|
|
|
Fix spelling in manpages
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/insanerwayner/mutt-wizard into insanerwayner-nonnotifyoption
|
|
|
|
|
|
Add Support for POP3 Notification
|
|
|
|
add umbc.edu domain
|
|
|
|
|
|
|
|
|
|
|
|
(README.md) put keyboard shortcuts in <kbd> tag
|
|
Update domains.csv
|
|
|
|
|
|
|
|
|
|
|
|
pass: add feature to optionally add a prefix
|
|
|
|
|
|
|
|
|
|
Fix: find & case-insensitive filesystem
|
|
|
|
|
|
wrigleyster-master
|
|
|
|
|
|
|
|
|
|
|
|
On case-insensitive filesystem,
`inbox` and `Inbox` are the same path.
Running `find Inbox inbox [expr]` will print twice the same information.
Use shell glob instead:
`find` will descend into path `inbox`,
ignoring letter cases, only once.
Fix #828.
|