Commit Graph

  • 3df88f7040 templates: Use wrap instead of wrapText Nícolas F. R. A. Prado 2021-03-06 18:03:36 +0000
  • 413fc431f7 add mimeType to OriginalMail struct for both forward and reply Reto Brunner 2021-02-26 22:08:49 +0100
  • f74605793e FindFirstNonMultipart: return the proper path Reto Brunner 2021-02-26 22:01:18 +0100
  • 8cd2485170 send: fix missing error return Reto Brunner 2021-02-28 02:04:58 +0100
  • 8b4f2d148c Fix linter warnings Reto Brunner 2021-02-26 22:10:26 +0100
  • fda424bebc lib/parse: simplify parseAddressList Reto Brunner 2021-02-22 11:46:58 +0100
  • c06a2e61fc aerc: try to recover from a panic Reto Brunner 2021-02-11 21:02:46 +0100
  • 8ecf0b73f4 maildir: don't read the full file into memory Reto Brunner 2021-02-08 09:06:25 +0100
  • db6848fe1b notmuch: don't read the full file into memory Reto Brunner 2021-02-08 08:40:07 +0100
  • 077063ba4b Makefile: use git version string if we can Reto Brunner 2021-02-07 19:25:06 +0100
  • 804329970b terminal: Add support for Shift+Tab Alexey Yerin 2021-02-06 11:14:24 +0300
  • 2d2010fd42 send: fix crash if invalid password is given Reto Brunner 2021-02-05 21:20:17 +0100
  • 8ea86cea41 Get rid of the aerc.PushError(" " + $string) idiom Reto Brunner 2021-01-30 13:51:32 +0100
  • 949781fa0a Refactor lib/open to accept user provided arguments Reto Brunner 2021-01-30 11:33:31 +0100
  • 9385827cae send: don't block the UI thread during the sending Reto Brunner 2021-01-24 18:00:23 +0100
  • 3720c86236 save: if part name is a path, only use the filename Robin Opletal 2021-01-12 21:58:54 +0100
  • bbe8ba5b31 correct permission check on accounts.conf Bor Grošelj Simić 2021-01-13 03:46:56 +0100
  • d344ceecfe compose: apply default style to header separator Eyal Sawady 2021-01-13 02:08:09 -0500
  • 0e554a879d trim <> from messageIDs when handling mailto links Reto Brunner 2021-01-12 20:21:06 +0100
  • 7371d91b3c Apply dirlist style to unselected directories Eyal Sawady 2020-12-31 12:16:24 -0500
  • 3c14c2cb34 Reapply 'Fix nil pointer deref on Envelope' Shaw Vrana 2021-01-02 12:18:11 -0800
  • 889d89b42e Freshen up readme with binary packages y0ast 2020-12-26 15:56:27 +0100
  • 91f29206a3 s/RFC 8022/RFC 2822/ Bor Grošelj Simić 2020-12-25 18:13:36 +0100
  • da265a56e4 Make makefile compatible with 3.81 (default MacOS) y0ast 2020-12-23 22:11:54 +0100
  • 3edbe0c67c add italics support y0ast 2020-12-23 18:03:33 +0100
  • 03650474e2 update tcell to v2 and enable TrueColor support y0ast 2020-11-30 22:07:03 +0000
  • af0a2b9a46 Use extensions for querying the mime type of attachments Reto Brunner 2020-12-15 21:48:25 +0100
  • 83202dcb2e fix aerc-stylesets(7) typos Reto Brunner 2020-12-13 10:30:56 +0100
  • b56a688589 notmuch: trim excluded tags Kalyan Sriram 2020-11-28 19:33:48 +0000
  • a9330f4c63 notmuch: remove gc close hooks Reto Brunner 2020-11-26 07:31:05 +0100
  • 7bc556740a fix mailto parsing Reto Brunner 2020-11-28 15:45:46 +0100
  • 67923707ff Refactor send command Reto Brunner 2020-11-11 23:50:35 +0100
  • 7b12f2d1ea reply: add References header Reto Brunner 2020-11-08 16:15:26 +0100
  • daf214a1f8 imap: strip <> from message-ids Reto Brunner 2020-11-08 14:18:14 +0100
  • 18b0ea571a lib/parse: use go-message msgid parsing if it succeeds Reto Brunner 2020-11-08 13:39:51 +0100
  • 256af6322b allow the loading of existing headers Reto Brunner 2020-11-08 13:39:25 +0100
  • 24f1c575ae format: remove parse methods, use the one from go-message Reto Brunner 2020-11-10 20:35:47 +0100
  • 20ec2c8eeb compose: use a proper header instead of a string map Reto Brunner 2020-11-10 20:27:30 +0100
  • 3ad3a5ede0 models: add RFC822 headers to OriginalMail Reto Brunner 2020-11-03 07:39:36 +0100
  • e7d450c61d rename header to heditors Reto Brunner 2020-11-03 06:56:12 +0100
  • 03fa9ad99b templates: Remove ParseTemplate as it's unused Reto Brunner 2020-11-02 22:33:08 +0100
  • fc9ccc3000 remove models.Address in favor of go-message Address Reto Brunner 2020-11-10 19:57:09 +0100
  • fb67d1f5a3 version bump: 0.5.2 Reto Brunner 2020-11-14 00:23:26 +0100
  • a2fd88d2d4 makefile: add debug target Reto Brunner 2020-11-12 09:00:07 +0100
  • 676fed9e22 Check account's from value is not empty Andrew Jeffery 2020-11-12 21:58:02 +0000
  • a9ae91c2d8 templates: better error message Reto Brunner 2020-11-11 13:57:42 +0100
  • f6a0eb8e14 update the makefile version Reto Brunner 2020-11-10 20:56:49 +0100
  • a1467af03d Document pin-tab and unpin-tab commands Daniel Sockwell 2020-11-03 11:05:20 -0500
  • f9bba3d17d Apply relevant msglist styles in order Chris Vittal 2020-10-27 14:56:44 -0400
  • 743683a0c1 update go-imap-sortthread y0ast 2020-10-15 11:14:51 +0100
  • 0f584eb3e2 update go-imap y0ast 2020-10-14 21:54:49 +0100
  • 75cbf76732 refactor ParseMessageFormat to use a ctx object Reto Brunner 2020-10-14 08:42:26 +0200
  • b6bcf89784 imap: add sort support Reto Brunner 2020-09-12 15:05:02 +0200
  • d8a75a5159 notmuch: clarify comment char of query-maps Reto Brunner 2020-10-08 20:40:07 +0200
  • c48f228fa5 notmuch: rename method to SetFlag Reto Brunner 2020-09-27 19:00:58 +0200
  • dadc9bf2b3 Makefile: remove aerc-stylesets upon uninstall JD 2020-09-27 15:35:04 +0200
  • 6654c970e6 notmuch: close tag object Reto Brunner 2020-09-24 21:24:44 +0200
  • 42ce6b41ff propagate error from sendmail y0ast 2020-09-20 22:53:44 +0100
  • 8bf100f7b4 reply: don't override the answered flag if we didn't send Reto Brunner 2020-09-21 20:43:22 +0200
  • 4f40eecef8 doc: fix typo in aerc man page Josh Holland 2020-09-16 15:30:23 +0100
  • 84549e917d Update go-imap to latest commit Reto Brunner 2020-09-15 07:07:16 +0200
  • 72d81ba603 doc: add oauth to aerc-smtp Seán C McCord 2020-09-13 15:17:36 -0400
  • 9d80141408 Remove unused Simulator interface Reto Brunner 2020-09-10 07:50:30 +0200
  • 504417b670 fix comment in ParseAddressList Reto Brunner 2020-09-10 07:33:28 +0200
  • fe42beb3e4 dirlist: fix empty row if dir is added Reto Brunner 2020-09-08 07:46:21 +0200
  • 6ddd347b06 Make mimetype check consistent across cases y0ast 2020-09-06 15:35:28 +0100
  • f09e3966a7 correctly apply msglist_read color y0ast 2020-09-01 09:31:44 +0100
  • 0acb28645f handle message unknown charset error Jeff Martin 2020-08-21 11:58:30 -0700
  • 43c4f2f3ab update go-message Reto Brunner 2020-08-31 21:48:07 +0200
  • dc0167b953 Fix color scheme for deleted emails James Pond 2020-08-30 23:51:09 -0300
  • f6bc73c63a correct tcell.Style for underline sqwishy 2020-08-28 15:42:47 -0700
  • 254b5ab517 docs: link to styleset(7) Reto Brunner 2020-08-28 17:56:39 +0200
  • 32fd5856b3 Revert "Upgrade tcell version to 1.4.0 to support truecolor" Drew DeVault 2020-08-28 10:36:40 -0400
  • 2ada00de1e Upgrade tcell version to 1.4.0 to support truecolor y0ast 2020-08-27 14:40:59 +0100
  • 720733bc6e reply: use set instead of linear search Reto Brunner 2020-08-26 08:13:38 +0200
  • b6ef116c36 ParseAddressList: return empty list if "" is provided Reto Brunner 2020-08-24 23:01:18 +0200
  • eb1439c241 Localize timestamps in the message list Reto Brunner 2020-08-21 08:46:25 +0200
  • 186d61f21c msg/reply: don't cc the sending address on reply all Reto Brunner 2020-08-20 09:18:42 +0200
  • 6a1c0f60af Add account alias configuration and correctly set From field y0ast 2020-08-20 19:22:50 +0200
  • 2a186cfd71 msg/reply: handle addresses as addresses Reto Brunner 2020-08-19 12:06:02 +0200
  • c846307144 base models.Address on the mail.Address type Reto Brunner 2020-08-19 12:01:45 +0200
  • fe1cabb077 Add support for :rmdir ARaspiK 2020-08-18 20:27:23 +0000
  • f4dc7e1f74 Add `oauthbearer` support for SMTP R Chowdhury 2020-05-26 07:29:58 -0400
  • f1a0fd20d6 improve date parsing for notmuch/maildir Reto Brunner 2020-07-27 02:48:22 +0300
  • 2d7a870725 show error if account view creation fails Reto Brunner 2020-08-08 11:38:38 +0200
  • c3c982c3ec notmuch: docs Reto Brunner 2020-08-08 12:34:34 +0200
  • 9f89fe1108 aerc-stylesets: properly indent examples Thorben Günther 2020-08-07 15:02:58 +0200
  • bf5f02a9e7 stylesets: only accept comment char after whitespace Thorben Günther 2020-08-07 14:58:18 +0200
  • 7a9fe3824f notmuch: manually close notmuch objects Reto Brunner 2020-08-07 09:49:47 +0200
  • 1023dd9588 Rename selecter to selector Kalyan Sriram 2020-07-27 01:03:56 -0700
  • 905cb9dfd3 Implement style configuration. Kalyan Sriram 2020-07-27 01:03:55 -0700
  • 548a5fff68 Set environment variables for the exec command Nicolai Dagestad 2020-08-01 14:25:13 +0200
  • 3d784c5d8c Revert "Implement style configuration." Reto Brunner 2020-07-30 23:22:32 +0200
  • 6ee7b1c3fd Revert "Rename selecter to selector" Reto Brunner 2020-07-30 23:22:16 +0200
  • 2c244222d5 Rename selecter to selector Kalyan Sriram 2020-07-27 01:03:56 -0700
  • 1ff687ca2b Implement style configuration. Kalyan Sriram 2020-07-27 01:03:55 -0700
  • 1bab1754f0 msgviewer: set max line length to 1 GB Reto Brunner 2020-07-28 09:59:03 +0200
  • 01885e2448 msgviewer: simplify attemptCopy Reto Brunner 2020-07-28 09:51:36 +0200
  • bc9d6fc187 Update .build.yml Drew DeVault 2020-07-29 15:27:51 -0400
  • f81cc2803c maildir: Provide nicer error message on invalid url Tero Koskinen 2020-07-25 11:11:13 +0300