Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add change tab command | Jeffas | 2019-07-23 | 1 | -0/+48 | |
| | | | | | | | | | | This command allows the user to change tab by giving the tab name. This can be tab completed too. The previous tab is stored in the tabs module so that when a new tab is created it is still possible to go to the previous one. Normal invocation is :ct folder Previous tab is :ct - | |||||
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 3 | -9/+61 | |
| | | | | Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | |||||
* | Add :attach command for compose | Galen Abell | 2019-07-19 | 1 | -0/+56 | |
| | | | | | | Allow users to add attachments to emails in the Compose view. Syntax is :attach <path>, where path is a valid file. Attachments will show up in the pre-send review screen. | |||||
* | Add :cp alias for :copy | Drew DeVault | 2019-07-17 | 1 | -1/+1 | |
| | ||||||
* | Add an option to toggle between read and unread | Nicolai Dagestad | 2019-07-17 | 1 | -3/+29 | |
| | ||||||
* | Update status message to include destination | Jeffas | 2019-07-17 | 1 | -1/+1 | |
| | ||||||
* | commands: Don't crash when store is nil | Kevin Kuehler | 2019-07-15 | 8 | -4/+28 | |
| | | | | | | | On a slow network connection, running these commands without this guard will cause aerc to panic. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | |||||
* | 71: Allow user to change config options at runtime | Pedro L. Ramos | 2019-07-15 | 1 | -0/+69 | |
| | | | | | | | | | There is a LoadConf and a LoadConfFromFile. LoadConfFromFile reads the iniFile into memory and and calls LoadConf, which executes the old parsing commands from LoadConf (old func). The remaining of the LoadConfFromFile is the same as the old OldConf. | |||||
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 8 | -10/+32 | |
| | ||||||
* | Fix :pipe -b actually writing to stdin | Drew DeVault | 2019-07-08 | 1 | -1/+9 | |
| | ||||||
* | Fix re-opening of expired pipe tabs | Drew DeVault | 2019-07-08 | 2 | -3/+11 | |
| | ||||||
* | :exec, :pipe: show exit status on completion | Drew DeVault | 2019-07-08 | 2 | -2/+4 | |
| | ||||||
* | Add :exec and :pipe -b(ackground) | Drew DeVault | 2019-07-08 | 2 | -17/+89 | |
| | ||||||
* | generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2025-01-01 00:39:41 +0000 |