Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-21 | h/l to enter/exit mail/attach | Luke Smith | |
2019-04-20 | personal.muttrc overrides settings | Luke Smith | |
2019-04-20 | muttrc cleanup and reorder | Luke Smith | |
2019-04-19 | `a` adds address/name to abook | Luke Smith | |
2019-03-13 | o binding fix | Luke Smith | |
2019-02-21 | rewrite underway | Luke Smith | |
2019-02-20 | alias file no long default | Luke Smith | |
2019-02-20 | urlscan removed and pdf note | Luke Smith | |
2019-02-20 | muttcol deleted, moved to muttrc | Luke Smith | |
2019-02-20 | abook compatibility | Luke Smith | |
2019-02-04 | muttrc: add vim-like keybindings for file browser | risood | |
2019-01-16 | actual urlscan fix | luukvbaal | |
2019-01-16 | urlscan fix | luukvbaal | |
2019-01-16 | setsid instead of parallel | luukvbaal | |
2019-01-15 | send browser to backgroud | luukvbaal | |
2019-01-04 | scroll down individual messages | Luke Smith | |
2018-10-07 | mouse wheel bindings added | Luke Smith | |
2018-10-07 | switch to urlscan | Luke Smith | |
2018-10-07 | decrypted encrypted mails if possible | Luke Smith | |
2018-08-24 | full date and simplification | Luke Smith | |
2018-07-27 | minor tweaks | Luke Smith | |
2018-07-07 | ,, binding for urlview added | Luke Smith | |
2018-06-17 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2018-06-17 | dl notification now available for LARBS | Luke Smith | |
2018-06-08 | mutt update command now no longer relative | Luke Smith | |
2018-05-19 | show attachment name as UTF8 | Vlad | |
2018-05-06 | readme fallback added | Luke Smith | |
2018-05-02 | Removed double "forward" line | LoganDungeon | |
2018-03-19 | reply whom ever / inc msg in replies | ralphe | |
2018-03-19 | Revert "show headers when composing" | Luke Smith | |
This reverts commit 708787a101132ad629a6d59aeaa9211688700a02. | |||
2018-03-19 | mail forwarding features | ralphe | |
2018-03-19 | save attachments with the body | ralphe | |
2018-03-19 | show headers when composing | ralphe | |
2018-03-19 | skip to compose when replying | ralphe | |
2018-03-19 | view attachment script | ralphe | |
2018-03-19 | copy / move dialog | ralphe | |
2018-03-19 | sync email | ralphe | |
2018-03-19 | Ctrl-R to mark all as read | ralphe | |
2018-03-13 | Merge pull request #36 from meain/patch-1 | Luke Smith | |
Use `$EDITOR` instead of hardcoding vim | |||
2018-03-13 | Use `$EDITOR` instead of hardcoding vim | Abin Simon | |
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-05 | notify system added | Luke Smith | |
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 | 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 | 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-13 | muttrc changes | Luke | |
2018-02-11 | changed to neomutt syntax | Luke | |