summary refs log tree commit diff stats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* Fix sending attachments with less than 512 bytesBen Burwell2019-08-021-1/+1
* Include body MIME terminator in multipart messagesBen Burwell2019-08-021-23/+30
* Add :detach commandGalen Abell2019-07-271-0/+20
* Fix review message not filling entire spaceGalen Abell2019-07-271-1/+1
* Add command history and cyclingGalen Abell2019-07-261-2/+7
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-113/+138
* Add [a]ttach to the review message promptsDrew DeVault2019-07-191-1/+1
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+7
* Add :attach command for composeGalen Abell2019-07-191-17/+129
* When reviewing an email don't pass characters onJeffas2019-07-171-1/+4
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-041-2/+1
* Reopening mailcontent file to fix #166Stefan Rakel2019-06-271-1/+7
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-7/+7
* Execute the editor with the shellDrew DeVault2019-06-071-1/+1
* Use SetAddressList for From headerDrew DeVault2019-06-051-2/+10
* Enumerate Cc and Bcc lists in composerDrew DeVault2019-06-021-1/+20
* Implement :edit in compose screenDrew DeVault2019-05-261-27/+51
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-6/+9
* s/aerc2/aerc/gDrew DeVault2019-05-171-4/+4
* Fix date header on outgoing emailsDrew DeVault2019-05-171-1/+1
* Decode email when reading it for quotingDrew DeVault2019-05-161-0/+1
* Implement :reply -q and :reply -aDrew DeVault2019-05-161-0/+9
* Implement (basic form) of :replyDrew DeVault2019-05-161-3/+11
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-6/+32
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-1/+9
* Update tab name as subject changesDrew DeVault2019-05-141-0/+12
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-5/+12
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-0/+10
* Implement sending emails /o/Drew DeVault2019-05-141-18/+42
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-141-0/+79
* Spec out review message screenDrew DeVault2019-05-131-6/+58
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-12/+20
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-121-1/+16
* Expand compose focus handling a bitDrew DeVault2019-05-121-19/+30
* Add initial compose widgetDrew DeVault2019-05-121-0/+122
n399' href='#n399'>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 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487