about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix alternatives configDrew DeVault2019-07-191-2/+5
* Add [a]ttach to the review message promptsDrew DeVault2019-07-191-1/+1
* Register worker in init.Reto Brunner2019-07-195-20/+53
* Forward mailto links to server via ./aerc <mailto>Drew DeVault2019-07-192-3/+25
* Add Unix socket for communicating with aercDrew DeVault2019-07-194-0/+139
* aerc(1): fix scdoc syntax errorDrew DeVault2019-07-191-1/+1
* aerc(1): document missing commandsDrew DeVault2019-07-191-6/+48
* aerc(1): Fix fallback ex key documentationDrew DeVault2019-07-191-1/+1
* Implement :filter, :clearKevin Kuehler2019-07-198-41/+134
* Change default attach keybindingDrew DeVault2019-07-191-1/+1
* Add :attach command for composeGalen Abell2019-07-193-17/+190
* Add :cp alias for :copyDrew DeVault2019-07-172-3/+3
* Add option to always show mimetype in viewerJeffas2019-07-174-8/+21
* Remove passing of showHeaders explicitlyJeffas2019-07-171-12/+12
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+2
* maildir: Watch for new messagesBen Burwell2019-07-174-14/+76
* Display user specified headers in viewer if presentDaniel Bridges2019-07-175-41/+116
* Show currently pressed keys in statuslineJeffas2019-07-172-1/+17
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-172-3/+33
* Revert "Ensure new partswitcher doesn't start on multipart"Drew DeVault2019-07-171-1/+0
* Add show-headers to aerc-configJeffas2019-07-171-0/+6
* Fix grid widths when using weighted widthsJeffas2019-07-171-3/+14
* Add MouseEnabled config settingJeffas2019-07-174-1/+15
* When reviewing an email don't pass characters onJeffas2019-07-171-1/+4
* Fix text input cursor position with non-ASCII textTuomas Siipola2019-07-171-3/+3
* Show usage on getopt.Getopts errorAsger Hautop Drewsen2019-07-171-2/+7
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+1
* Update status message to include destinationJeffas2019-07-171-1/+1
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
* Fix header decodingBen Burwell2019-07-171-13/+16
* commands: Don't crash when store is nilKevin Kuehler2019-07-158-4/+28
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-153-51/+129
* Update README.mdDrew DeVault2019-07-141-0/+2
* Escape plus symbol in hldiff filter.EdOverflow2019-07-131-1/+1
* Fix missing format fields in maildir/container.goDrew DeVault2019-07-131-2/+2
* Don't initialize an invalid pty sizeDrew DeVault2019-07-131-0/+3
* Fix read reply flag formattingJeffas2019-07-121-5/+19
* Add maildir docsBen Burwell2019-07-124-2/+47
* Implement maildir copyBen Burwell2019-07-122-2/+41
* Handle the invalid "utf8" encodingBen Burwell2019-07-122-1/+3
* Add maildir backend workerBen Burwell2019-07-126-0/+786
* Create UIDStore packageBen Burwell2019-07-121-0/+62
* Add clickable tabsJeffas2019-07-114-0/+38
* Don't bind $noinheritEyal Sawady2019-07-111-0/+1
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-113-4/+4
* Add backtab to tutorial navigationJeffas2019-07-111-1/+3
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-115-8/+100
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-1011-15/+45
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-083-4/+24