Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-02 | unbind key to prevent warnings | Luke Smith | |
2018-03-01 | Merge pull request #23 from drmtmych/upstream | Luke Smith | |
muttrc: some minor customizations | |||
2018-03-01 | muttrc: set more vim-like keybindings | Andrey Drobyshev | |
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com> | |||
2018-03-01 | muttrc: set more accustomed Fwd subject. | Andrey Drobyshev | |
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com> | |||
2018-03-01 | muttrc: add attachments indication to index. | Andrey Drobyshev | |
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com> | |||
2018-02-27 | forwarding whole mail by default | Luke | |
2018-02-27 | quotes added for multi-word mailbox names | Luke | |
2018-02-26 | Merge pull request #21 from drmtmych/master | Luke Smith | |
Add account name to sidebar head. | |||
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-25 | Merge pull request #20 from drmtmych/master | Luke Smith | |
Clear mailboxes list before its assignment. | |||
2018-02-26 | Clear mailboxes list before its assignment. | Andrey Drobyshev | |
On account change new account's mailboxes are being appended to the old one's. This commit forces mailboxes list to be cleared before adding new items to it. | |||
2018-02-23 | Merge pull request #18 from scattenlaeufer/personal.muttrc | Luke Smith | |
Untrack personal.muttrc | |||
2018-02-21 | only one box at a time selected | Luke | |
2018-02-21 | sent and postponed only one line | Luke | |
2018-02-21 | Untrack personal.muttrc | Björn Guth | |
This commit untracks personal.muttrc and moves the import of personal.muttrc to the last line of muttrc. I did this for several reasons: 1. I moved the personal.muttrc import to have the possibility to overwrite settings made in muttrc. This makes personalizing mutt easier. 2. Since personal.muttrc is currently empty, but gets automatically filled with the macros to switch between mail accounts, this will always appear as a modified file in `git status`. Also when all mail accounts get deleted via mutt-wizzard.sh, personal.muttrc gets deleted and therefore might cause inconveniences this way. 3. This makes it virtually impossible to accidentally commit personal mutt configurations, which would be pretty easy if personal.muttrc stays part of this repo as a tracked file. 4. It makes the repo look and feel nicer. | |||
2018-02-20 | reordering | Luke | |
2018-02-20 | readme with optional dependencies | Luke | |
2018-02-20 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke | |
2018-02-20 | Merge pull request #15 from scattenlaeufer/new_servers | Luke Smith | |
Add new domains to domains.csv | |||
2018-02-20 | Add new domains to domains.csv | Björn Guth | |
2018-02-19 | doc changes | Luke | |
2018-02-18 | license added | 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 | googlemail | Luke | |
2018-02-18 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke | |
2018-02-18 | pfix? | Luke | |
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 | readme clarifications | Luke | |
2018-02-18 | Merge pull request #7 from allinonemovie/master | Luke Smith | |
Added all domains of gmx.net and zoho.com to domains.csv and fixed error in README.md | |||
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-18 | Fixed mistakes in README.md | allinonemovie | |
replaced "my" with "by" in two lines | |||
2018-02-18 | Added all domains of gmx.net and zoho.com to domains.csv | allinonemovie | |
2018-02-17 | Merge pull request #5 from SiegfriedEhret/patch-1 | Luke Smith | |
Update domains.csv: add fastmail.com | |||
2018-02-17 | Update domains.csv: add fastmail.com | Siegfried Ehret | |
2018-02-16 | readme edits | Luke | |
2018-02-16 | superficial additions | Luke | |
2018-02-15 | thunderbird ignore | Luke | |
2018-02-15 | domains.csv now alphabetical | Luke | |
2018-02-15 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke | |
2018-02-15 | sapo.pt added | Luke | |
2018-02-14 | Merge pull request #4 from ploth/domainAdditions | Luke Smith | |
Domain additions | |||
2018-02-15 | Add hamburg university of technology mailserver | Pascal Loth | |
2018-02-15 | Add mailbox.org to domains.csv | Pascal Loth | |
2018-02-14 | third party app doc change | Luke | |
2018-02-14 | instruction to press space | Luke | |
2018-02-14 | mailbox detect now searches all accounts | Luke | |
2018-02-14 | readme fixes | Luke | |