1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2025-08-24 14:44:28 +02:00

Commit Graph

  • 198661bfbd worker/imap: rig up search directory handler Drew DeVault 2019-06-24 16:31:37 -0400
  • 0e9c411751 worker/imap: implement search Drew DeVault 2019-06-24 16:29:13 -0400
  • b15d1e52b3 aerc-config: [viewer] should be [compose] Issam Maghni 2019-06-22 16:55:16 -0400
  • ceeb30abeb Fix Cc & Bcc handling in replies Drew DeVault 2019-06-21 14:33:09 -0400
  • 63538978f3 Fix reply bindings in [view] Drew DeVault 2019-06-19 20:07:33 -0400
  • 90db2e54b0 Makefile: fix -ldflags -X invocation Reto Brunner 2019-06-19 21:46:58 +0200
  • d1654def19 account-wizard: automatically replace imap.* with smtp.* Noah Loomans 2019-06-18 14:07:51 +0200
  • 53df15ae06 Insert nil check before handling prev/next message Martin Hafskjold Thoresen 2019-06-18 00:32:57 +0200
  • 74af57b6c6 Add aerc -v to print the installed version Drew DeVault 2019-06-18 09:42:41 -0400
  • ce475e4952 commands/msgview: add open command Réouven Assouly 2019-06-16 22:52:44 +0200
  • b34242560e Update tcell 0.1.2 Drew DeVault 2019-06-15 23:30:12 -0400
  • dfe114b643 Make part encoding checks case insensitive Réouven Assouly 2019-06-15 12:28:03 +0200
  • 1b7790553e Ensure that flags are set properly Aditya Mahajan 2019-06-14 17:11:17 -0400
  • ab79bc3447 Update tcell Drew DeVault 2019-06-15 23:30:12 -0400
  • 0b14d92baf Document collecting log output Lyle Hanson 2019-06-12 11:20:49 -0500
  • fd0265d917 imap: block until directory list is fully received Drew DeVault 2019-06-14 10:49:31 -0400
  • 99c363b724 Set empty message in dirlist if no folder exist. Reto Brunner 2019-06-12 08:31:52 +0200
  • 626f91c483 imap: respect the folder config option Reto Brunner 2019-06-12 08:31:51 +0200
  • d3b5a76b4a Add uninstall target to Makefile Lyle Hanson 2019-06-11 14:11:15 -0500
  • e56ceb099e Support directories in path to :save Clayton Craft 2019-06-11 11:26:13 -0700
  • 61206c6ac6 Make awk filters more portable Drew DeVault 2019-06-13 20:17:39 -0400
  • 408a9e7b10 Fix automatic scrolling when messages arrive/leave Drew DeVault 2019-06-11 10:08:44 -0400
  • 0494c9ae9d Add :next/:prev binds for [viewer] Drew DeVault 2019-06-11 09:36:18 -0400
  • 9746f4858c commands/msgview: Add next/prev commands Kevin Kuehler 2019-06-10 22:05:57 -0700
  • a54f4adb8f lib/ui/tab: Add Replace method Kevin Kuehler 2019-06-10 22:05:56 -0700
  • 32f970e053 Move select functionality from msglist to msgstore Kevin Kuehler 2019-06-10 22:05:55 -0700
  • d1df710328 commands/msg/archive: Work with msgviwer Kevin Kuehler 2019-06-10 22:27:54 -0700
  • d22a9140cd Implement :mkdir command Drew DeVault 2019-06-09 19:21:26 -0400
  • a98824af75 Fix :new-account getopts Drew DeVault 2019-06-09 19:14:56 -0400
  • 57471a0e67 Fix :copy arg handling Drew DeVault 2019-06-09 19:14:04 -0400
  • c55223106d Fix :move command's arg parsing Drew DeVault 2019-06-09 18:29:21 -0400
  • 702ad43bd2 Override $ex in compose view Yash Srivastav 2019-06-09 23:42:20 +0530
  • f5a4d935ef Update reply to use getopt posix optind format Clayton Craft 2019-06-08 11:57:56 -0700
  • 50f25e7c4d aerc(1): add :read and :unread command to docs Drew DeVault 2019-06-09 14:59:13 -0400
  • 6271d455eb Add :read and :unread commands Drew DeVault 2019-06-09 14:55:34 -0400
  • 05f00f0153 Update our message flags when server updates them Drew DeVault 2019-06-09 14:55:04 -0400
  • d63653ecde commands/msg/copy: remove unnecessary code Drew DeVault 2019-06-09 14:54:27 -0400
  • dd178262bb Select user's preferred mimetype in MessageViewer Clayton Craft 2019-06-08 11:29:26 -0700
  • acfe7d7625 Add archive command Robert Günzler 2019-06-08 19:41:56 +0200
  • 35f57321f8 Mark sent emails as read Yash Srivastav 2019-06-08 21:21:26 +0530
  • 5f651b32e5 msglist: use distinct style for unread emails Yash Srivastav 2019-06-08 18:40:14 +0530
  • 06e1b45a78 Fetch headers w/peek to leave emails unread Yash Srivastav 2019-06-08 10:52:41 +0530
  • 6b7da37235 Fix hldiff regex for short stats Drew DeVault 2019-06-07 19:08:17 -0400
  • a6787fa5d1 Use #!/usr/bin/env -S awk -f for awk scripts Drew DeVault 2019-06-07 16:33:18 -0400
  • da62f63aad Truncate long subject lines Drew DeVault 2019-06-07 16:22:04 -0400
  • fca7321639 Message list: implement index-format option Yash Srivastav 2019-06-08 01:05:23 +0530
  • 6d491569c0 plaintext filter: Match against start of line Drew DeVault 2019-06-07 13:25:14 -0400
  • 74d4c0219d Update filter names in Makefile Drew DeVault 2019-06-07 12:05:05 -0400
  • df1209b60e Update docs per filters rewrite Drew DeVault 2019-06-07 11:56:48 -0400
  • 6e61f58d86 Rewrite Python filters in awk Drew DeVault 2019-06-07 11:53:42 -0400
  • 0647ea6483 Move ANSI stripping from filters to Go Drew DeVault 2019-06-07 11:14:40 -0400
  • e0cadd61a2 Add image/* filter, commented out by default Drew DeVault 2019-06-07 10:23:12 -0400
  • 37f0114ffa Disable HTML filter by default Drew DeVault 2019-06-07 10:22:58 -0400
  • 668f7f9e5d Remove unnecessary branch Drew DeVault 2019-06-07 10:19:29 -0400
  • 32a9da3143 Ignore encoding errors in filters Drew DeVault 2019-06-07 10:18:46 -0400
  • a974027efe Execute the editor with the shell Drew DeVault 2019-06-07 10:15:35 -0400
  • 150a271b36 Add binding to toggle headers Drew DeVault 2019-06-07 10:08:09 -0400
  • b83e7c9fa6 implements ability to view headers in message view Yash Srivastav 2019-06-07 13:56:14 +0530
  • 2279ac3ab3 Skip rendering dirlist if sidebar width is 0 Lucas F. Souza 2019-06-05 23:20:27 +0200
  • 92dc31bad0 Use SetAddressList for From header Drew DeVault 2019-06-05 13:58:07 -0400
  • 6c6bb4c893 config: sort account folders Chris Kinniburgh 2019-06-05 12:48:00 -0500
  • 0771eaf24c Introduce :new-account -t JanUlrich 2019-06-05 00:05:46 +0200
  • 7446a17830 Mention aerc-tutorial(7) in aerc(1) ngenisis 2019-06-04 19:32:05 -0500
  • 023a2622f9 Allow no arguments to :cd Tadeo Kondrak 2019-06-05 00:58:40 -0600