about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update docs per filters rewriteDrew DeVault2019-06-073-19/+7
* Rewrite Python filters in awkDrew DeVault2019-06-075-59/+54
* Move ANSI stripping from filters to GoDrew DeVault2019-06-073-8/+20
* Add image/* filter, commented out by defaultDrew DeVault2019-06-071-0/+1
* Disable HTML filter by defaultDrew DeVault2019-06-071-1/+1
* Remove unnecessary branchDrew DeVault2019-06-071-3/+0
* Ignore encoding errors in filtersDrew DeVault2019-06-072-0/+2
* Execute the editor with the shellDrew DeVault2019-06-071-1/+1
* Add binding to toggle headersDrew DeVault2019-06-072-1/+2
* implements ability to view headers in message viewYash Srivastav2019-06-076-54/+146
* Skip rendering dirlist if sidebar width is 0Lucas F. Souza2019-06-071-1/+3
* Use SetAddressList for From headerDrew DeVault2019-06-051-2/+10
* config: sort account foldersChris Kinniburgh2019-06-051-1/+4
* Introduce :new-account -tJanUlrich2019-06-052-16/+32
* Mention aerc-tutorial(7) in aerc(1)ngenisis2019-06-051-2/+3
* Allow no arguments to :cdTadeo Kondrak2019-06-051-3/+5
* Added config file to Make clean 0.1.1Jonas Kalderstam2019-06-041-1/+1
* Update dependenciesSimon Ser2019-06-042-46/+30
* Clarify socksify dependencyDrew DeVault2019-06-041-1/+1
* Update README.md with better dependency listDrew DeVault2019-06-041-1/+9
* add missing column in tableStephen Gregoratto2019-06-031-0/+1
* Update aerc-tutorial(7) to reflect changes to reply bindingsFrancis Dinh2019-06-031-4/+4
* Fix Makefile for non-GNU findrage 3112019-06-031-1/+1
* Fix #116 0.1.0Drew DeVault2019-06-031-1/+1
* Add delete to the default binds.confDrew DeVault2019-06-021-0/+1
* hldiff.py: don't highlight -/+ in filenamesDrew DeVault2019-06-021-2/+2
* Add Tabs historyReto Brunner2019-06-021-4/+34
* Wait for listing to complete before sending DoneDrew DeVault2019-06-021-0/+3
* Don't send Done until finished fetching messagesDrew DeVault2019-06-021-0/+3
* Remove worker callbacks when Done is receivedDrew DeVault2019-06-022-5/+13
* Add date to message viewerDrew DeVault2019-06-022-5/+11
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-0210-18/+93
* Update tcell forkDrew DeVault2019-06-022-1/+3
* Only add message to store if store existsKevin Kuehler2019-06-021-8/+12
* Enumerate Cc and Bcc lists in composerDrew DeVault2019-06-021-1/+20
* Fix infinite recursion in reply.go:findPlaintextDrew DeVault2019-06-021-1/+1
* Simplify layout of message viewer gridDrew DeVault2019-06-021-17/+3
* Fetch plaintext part when replyingDrew DeVault2019-06-011-6/+34
* Use forked version of tcellDrew DeVault2019-06-013-4/+15
* widgets/terminal: Don't segfault on resizeKevin Kuehler2019-06-011-10/+15
* Remove more GNU-isms from MakefileSam Whited2019-06-011-11/+18
* Remove "wildcard" GNU-ism from MakefileSam Whited2019-05-301-15/+2
* Add :save and :pipe commands to viewerGalen Abell2019-05-278-37/+194
* Update terminal color handling per vterm changesDrew DeVault2019-05-263-44/+25
* Update to the latest go-libvtermDrew DeVault2019-05-264-5/+15
* Update go-libvtermDrew DeVault2019-05-262-1/+3
* Skip non selectable mailboxes in directory listingReto Brunner2019-05-261-0/+13
* Add aerc-announce to README.mdDrew DeVault2019-05-261-3/+6
* Implement :edit in compose screenDrew DeVault2019-05-264-28/+80
* msgviewer: copy stderr into pagerDrew DeVault2019-05-261-1/+17
ref='#n272'>272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423