Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-16 | remove msmtprc entry on del | Luke Smith | |
2019-02-16 | Implement deletion of accounts from .msmtprc | Kristian Monsen Haug | |
2019-02-02 | junk binding added | Luke Smith | |
2018-10-14 | for globs | Luke Smith | |
2018-10-04 | cron test temporarily removed | Luke Smith | |
2018-09-19 | autism backend changes | Luke Smith | |
2018-08-26 | email address check | Luke Smith | |
2018-08-26 | abstract name checked to regex | Luke Smith | |
2018-08-21 | full msmtprc compatibility added | Luke Smith | |
2018-07-27 | redetect mailboxes duplicates fixed | Luke Smith | |
2018-07-23 | some minor backend tweaks | Luke Smith | |
2018-07-23 | detectmail fix | Luke Smith | |
2018-07-23 | box content detected on account switch | Luke Smith | |
2018-07-08 | inbox detection now smart with case | Luke Smith | |
2018-06-26 | pgrep exact match | Luke Smith | |
2018-06-21 | Add crontab fix | M3taX | |
Notify-send requires the $DBUS_SESSION_BUS_ADDRESS environment variable to be set when used with cron. | |||
2018-06-08 | cronjob notification/sound fix | Luke Smith | |
2018-06-08 | INBOX now universal inbox | Luke Smith | |
2018-05-06 | ham fix | Luke Smith | |
2018-05-05 | added delete to trash, also ham avoidance | Luke Smith | |
2018-04-12 | Merge pull request #50 from tokudan/dialog | Luke Smith | |
Provide a sane error message in case dialog is not installed | |||
2018-04-13 | Increase compatibility with NixOS | Daniel Frank | |
2018-04-13 | Provide a sane error message in case dialog is not installed | Daniel Frank | |
(cherry picked from commit ea233da43a9993863cbb68e30eb4eeb1cdd32386) | |||
2018-04-10 | tmpfile now unique now unique | Luke Smith | |
2018-03-22 | mailcap fix, clarification for logins | Luke Smith | |
2018-03-18 | detect script readded | Luke Smith | |
2018-03-18 | Use `$HOME` instead of `/home/$(whoami)` | Abin Simon | |
In macOS home is `/Users/$(whoami)` | |||
2018-03-17 | multiword mailbox fix | Luke Smith | |
2018-03-17 | mailbox check after password change | Luke Smith | |
2018-03-16 | interface tweaks | Luke Smith | |
2018-03-16 | silly echo removed | Luke Smith | |
2018-03-16 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2018-03-16 | personal.muttrc remove fix | Luke Smith | |
2018-03-16 | mailbox detect now automatic on account add | Luke Smith | |
2018-03-13 | MacOS fixes | Abin Simon | |
fix adding new account in macos Fix mailsync ping command Fix mutt-wizard Fix muttrc for mac Add files for offlineimap_profile and offlineimap_header Update README with MacOS install instructions | |||
2018-03-12 | fix for trailing whitespace in accounts line | Luke Smith | |
2018-03-05 | notify system added | Luke Smith | |
2018-02-27 | quotes added for multi-word mailbox names | Luke | |
2018-02-27 | Add account name to sidebar head. | Andrey Drobyshev | |
When managing multiple accounts it's hard to determine which one you're currently viewing. This patch makes sidebar look like this: +++++++++++++++++++++++++ luke@lukesmith + ----------------------- + INBOX 99+ Sent Mail + Drafts + Trash + Spam + +++++++++++++++++++++++++ The only problem with it is the necessity of changing sidebar_format, as with its current value these 2 excess mailboxes are being appended with 0. That leads to situation when size of an empty mailbox is being displayed as empty string instead of 0. I consider it's not a big deal. | |||
2018-02-21 | only one box at a time selected | Luke | |
2018-02-21 | sent and postponed only one line | Luke | |
2018-02-20 | reordering | Luke | |
2018-02-18 | Merge pull request #11 from scattenlaeufer/login_name | Luke Smith | |
Ask for a login name during account creation | |||
2018-02-18 | Use $fulladdr if no login is given | Björn Guth | |
This should resolve #6. | |||
2018-02-18 | Merge pull request #10 from scattenlaeufer/smtp_fix | Luke Smith | |
Fix smtp url for manually entered smtp servers | |||
2018-02-18 | Fix smtp url for manually entered smtp servers | Björn Guth | |
This fixes one half of #6. | |||
2018-02-18 | addaccount redundant dir creation | Luke | |
2018-02-18 | Add separate login to account creation queries | Björn Guth | |
This is first working version of an added login query to the account creation process. It fixes the first part of #6, but there still needs to be more testing for the second part of that issue, which concerns creating accounts with domains not listed in domain.csv. | |||
2018-02-16 | superficial additions | Luke | |
2018-02-14 | third party app doc change | Luke | |