Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement :search, :next-result, :prev-result | Drew DeVault | 2019-06-26 | 1 | -0/+4 |
| | |||||
* | add DefaultSavePath config | Reto Brunner | 2019-06-25 | 1 | -0/+10 |
| | |||||
* | Fix reply bindings in [view] | Drew DeVault | 2019-06-19 | 1 | -4/+4 |
| | |||||
* | Set empty message in dirlist if no folder exist. | Reto Brunner | 2019-06-14 | 2 | -0/+7 |
| | |||||
* | Make awk filters more portable | Drew DeVault | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | Add :next/:prev binds for [viewer] | Drew DeVault | 2019-06-11 | 1 | -4/+8 |
| | |||||
* | Override $ex in compose view | Yash Srivastav | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | Add archive command | Robert Günzler | 2019-06-09 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | Adds an archive command that moves the current message into the folder specified in the account config entry. Supports three layouts at this point: - flat: puts all messages next to each other - year: creates a folder per year - month: same as above, plus folders per month This also adds a "-p" argument to "cp" and "mv" that works like "--parents" on mkdir(1). We use this to auto-create the directories for the archive layout. | ||||
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 2 | -6/+6 |
| | |||||
* | Rewrite Python filters in awk | Drew DeVault | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | Add image/* filter, commented out by default | Drew DeVault | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | Disable HTML filter by default | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | Add binding to toggle headers | Drew DeVault | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | implements ability to view headers in message view | Yash Srivastav | 2019-06-07 | 2 | -0/+8 |
| | |||||
* | config: sort account folders | Chris Kinniburgh | 2019-06-05 | 1 | -1/+4 |
| | | | | directory list depends on these being sorted | ||||
* | Add delete to the default binds.conf | Drew DeVault | 2019-06-02 | 1 | -0/+1 |
| | |||||
* | Add :save and :pipe commands to viewer | Galen Abell | 2019-05-27 | 1 | -0/+1 |
| | | | | | | | | | * :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError | ||||
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -0/+1 |
| | |||||
* | Subsitute prefix in aerc.conf for install | Drew DeVault | 2019-05-26 | 1 | -3/+3 |
| | |||||
* | binds.conf: make reply -a easier to use than reply | Drew DeVault | 2019-05-25 | 1 | -4/+4 |
| | |||||
* | Change ex command to C-x when using terminal | Drew DeVault | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | Bind :compose to C in binds.conf | Francis Dinh | 2019-05-23 | 1 | -0/+2 |
| | | | | | The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf. | ||||
* | Install default configs to XDG config if not found | Drew DeVault | 2019-05-22 | 1 | -4/+34 |
| | |||||
* | Show account wizard if no accounts configured | Drew DeVault | 2019-05-22 | 1 | -6/+3 |
| | |||||
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 1 | -0/+9 |
| | |||||
* | Use kebab-case for cred-cmds | Drew DeVault | 2019-05-21 | 1 | -2/+2 |
| | |||||
* | Implement :next-part, :prev-part | Drew DeVault | 2019-05-20 | 1 | -0/+2 |
| | |||||
* | Rename :delete-message et al to :delete et al | Drew DeVault | 2019-05-19 | 1 | -14/+14 |
| | |||||
* | Implement loading passwords from external commands | Galen Abell | 2019-05-18 | 1 | -8/+61 |
| | | | | * Resolves #80 | ||||
* | Install filters to /usr/share/aerc/filters | Drew DeVault | 2019-05-17 | 1 | -3/+3 |
| | |||||
* | Remove unimplemented color configuration | Drew DeVault | 2019-05-17 | 1 | -42/+0 |
| | | | | Will probably end up doing this differently anyway | ||||
* | Implement ui.empty-message config option | Drew DeVault | 2019-05-17 | 2 | -17/+0 |
| | | | | | Also removes some options that aren't going to be supported any time soon. | ||||
* | Abort if accounts.conf is world readable | Reto Brunner | 2019-05-16 | 1 | -1/+26 |
| | | | | Fixes #32 | ||||
* | Revert "Abort if accounts.conf is world readable" | Drew DeVault | 2019-05-16 | 1 | -25/+1 |
| | | | | This reverts commit a755608ef9d5893b68dc4c774bbda06503481552. | ||||
* | Revert "s/aerc.conf/address.conf/ in permission check" | Drew DeVault | 2019-05-16 | 1 | -1/+1 |
| | | | | This reverts commit 66ba099ca0bfa83cd050050d92663ec45da20141. | ||||
* | s/aerc.conf/address.conf/ in permission check | Cole Helbling | 2019-05-16 | 1 | -1/+1 |
| | | | | | Small typo in a recent commit: should abort if accounts.conf is world readable, not aerc.conf. | ||||
* | Abort if accounts.conf is world readable | Reto Brunner | 2019-05-16 | 1 | -1/+25 |
| | | | | Fixes #32 | ||||
* | Change default bindings for replies | Drew DeVault | 2019-05-16 | 1 | -4/+4 |
| | |||||
* | Change default reply keybindings | Drew DeVault | 2019-05-16 | 1 | -8/+8 |
| | |||||
* | Copy sent emails to the Sent folder | Drew DeVault | 2019-05-15 | 2 | -0/+4 |
| | | | | Or rather, to a user-specified folder | ||||
* | Fix default bindings for quit and edit | Drew DeVault | 2019-05-14 | 1 | -1/+4 |
| | |||||
* | Move ! bind to [messages] | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Add (non-functional) reply commands to bindings | Drew DeVault | 2019-05-14 | 1 | -2/+9 |
| | |||||
* | Add ! to default keybindings | Drew DeVault | 2019-05-14 | 1 | -0/+1 |
| | |||||
* | Add $EDITOR, internal config for compose | Drew DeVault | 2019-05-14 | 2 | -0/+17 |
| | |||||
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 3 | -11/+31 |
| | |||||
* | Populate "From" header from config for new emails | Drew DeVault | 2019-05-13 | 2 | -0/+5 |
| | |||||
* | Add outgoing account configuration | Drew DeVault | 2019-05-12 | 2 | -5/+10 |
| | |||||
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -0/+8 |
| | |||||
* | Use better regex for identifying patches | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
| |