1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2025-08-22 05:34:36 +02:00

Commit Graph

  • e2d5c456dc Add signatures Jeffas 2019-09-11 20:28:14 +0100
  • a93b4de6f3 Add modify-labels command Reto Brunner 2019-09-11 21:01:05 +0200
  • 618a500341 Add display of unread messages in dirlist Jeffas 2019-09-11 17:37:21 +0100
  • 572d9ff728 Fix segfault on delete Devon Johnson 2019-09-10 06:53:40 -0700
  • 32381592fc Add new search behaviour for imap Jeffas 2019-09-09 21:37:45 +0100
  • 282dc44aa6 Check the subject line for lowercase re Jeffas 2019-09-07 19:42:17 +0100
  • 3c3bc517b5 Ensure mimetype parts are converted to lower case Jeffas 2019-09-07 19:34:07 +0100
  • f6216bb621 Add Mouseable Jeffas 2019-09-05 23:32:36 +0100
  • a441e3b3a5 Add initial command to end of completions Jeffas 2019-09-05 13:11:52 +0100
  • e28f45b5aa widgets: gofmt Wagner Riffel 2019-09-03 16:34:09 -0300
  • 1d04c2a292 widgets: rewrite references to os.SET_SEEK to io.SeekStart Wagner Riffel 2019-09-03 16:34:08 -0300
  • 6338194c4e widgets: remove redundant key check, delete is no-op if key is empty Wagner Riffel 2019-09-03 16:34:07 -0300
  • bdb5e3e658 commands: move ParseNextPrevMessage error value to its last return value Wagner Riffel 2019-09-03 16:34:06 -0300
  • baa70469c3 all: rewrite references to strings.Index to strings.Contains Wagner Riffel 2019-09-03 16:34:05 -0300
  • feacca3c5c all: use fmt.Errorf for fomartting errors Wagner Riffel 2019-09-03 16:34:04 -0300
  • 6838c23478 all: purge redundant underscores Wagner Riffel 2019-09-03 16:34:03 -0300
  • c6b776adbf aerc.go: simplify completions Drew DeVault 2019-09-04 16:30:49 -1000
  • 5f7809d825 aerc.go: remove unused variable Drew DeVault 2019-09-04 16:30:34 -1000
  • 2257b29a82 Use sort.Stable for sorting displayed messages a3v 2019-09-01 19:44:27 -0400
  • e4104a8674 Allow custom spinner via config file Paul Spooren 2019-08-29 15:30:35 -1000
  • f13f9a8684 notmuch: add search / filter capabilities Reto Brunner 2019-08-28 06:39:08 +0200
  • 94b9d557de extract search criteria parsing into the backends Reto Brunner 2019-08-28 06:39:07 +0200
  • ac99d9ed62 Fix out-of-order messages by sorting as we display Stephen Brennan 2019-08-27 21:54:28 -0700
  • a2c5233f71 Notmuch: use adhoc write connection. Reto Brunner 2019-08-24 11:53:43 +0200
  • 90453b5db4 imap worker: do not copy mailbox status mutex Wagner Riffel 2019-08-22 09:53:27 -0300
  • ecd803aae4 Add :prompt command Christopher Vittal 2019-08-19 21:56:12 -0400
  • ea4fe71360 Strip carriage returns (^M) when filtering emails Daniel Xu 2019-08-19 19:06:52 -0700
  • 6fcc047c31 Only compile regex portion of folder filter Daniel Xu 2019-08-19 22:10:48 -0700
  • 334ca89bea folder filter: only assume regex if filter is ~fmt Drew DeVault 2019-08-20 13:04:21 +0900
  • 1f5293931a Add forwarding as attachment feature Jelle Besseling 2019-08-18 11:33:15 +0200
  • 36c6030e81 Add addresses argument to forward command Jelle Besseling 2019-08-18 11:33:14 +0200
  • 217e8855f2 Move forward command to it's own file Jelle Besseling 2019-08-18 11:33:13 +0200
  • 17aede55dd upgrade go-message Reto Brunner 2019-08-19 21:12:11 +0200
  • cc639a1e65 Add support for <C-j> as '<Enter>' in ExLine Christopher Vittal 2019-08-18 01:37:49 -0400
  • 9fd6054ca1 Support regex filters for folders Daniel Xu 2019-08-16 00:11:37 -0700
  • b47143ccc7 bump go-message, fixes address list parsing failure Reto Brunner 2019-08-13 22:25:34 +0200
  • 4fc6fee734 Revert "add close command at global level" Drew DeVault 2019-08-13 10:55:50 +0900
  • f0a0c5aa73 add close command at global level Aditya Srivastava 2019-08-11 20:42:49 -0700
  • 72204d1f24 Add optional body argument to compose command Daniel Bridges 2019-08-12 06:15:45 -0700
  • 5493af8c8f Prevent drawing terminal with nil cmd Drew DeVault 2019-08-12 09:51:45 +0900
  • 2b6ec504e5 Add delete forward <C-k> and backward <C-u> Christopher Vittal 2019-08-10 10:26:46 -0400
  • 4d95676274 Joining the args in cf for folders with spaces Ben Cohen 2019-08-08 14:39:33 -0400
  • f6df46d319 Pass os stdin to credential command Jonas Mueller 2019-08-07 17:27:04 +0200
  • 4478c6a4b7 Ignore scroll command when msgstore is nil Jelle Besseling 2019-08-08 12:48:51 +0200
  • 5b523880b4 Let user edit arbitrary headers in composer Daniel Bridges 2019-08-07 23:15:59 -0700
  • a1749411e6 maildir: Preserve flags when copying messages Ben Burwell 2019-08-07 22:21:19 -0400
  • 072b5f453c Close backends prior to shutdown Reto Brunner 2019-08-07 08:21:15 +0200
  • d4416e74ac Fix unread command Art Wild 2019-08-06 00:02:21 -0400
  • 0016775278 Add notmuch docs Reto Brunner 2019-08-05 09:16:10 +0200
  • c38ddf8d30 Add notmuch backend Reto Brunner 2019-08-05 09:16:09 +0200
  • 2485d50983 add github.com/zenhack/go.notmuch Reto Brunner 2019-08-05 09:16:08 +0200
  • 07a4b0fef0 Extract message parsing to common worker module Reto Brunner 2019-08-05 09:16:07 +0200
  • aeca428c14 Don't print imap errors to ui Jelle Besseling 2019-08-04 22:02:01 +0200
  • 507c90537c Implement next-message in msgview using account Jelle Besseling 2019-08-04 16:09:48 +0200
  • 3650b72ca6 Implement next-folder using NextPrev with amount Jelle Besseling 2019-08-04 16:05:06 +0200
  • 1f6c108c04 Update tcell Drew DeVault 2019-08-07 14:49:22 +0900
  • 0a52124102 Allow cc/bcc command to receive no arguments Daniel Bridges 2019-08-03 21:09:13 -0700
  • 0ceea02720 cc/bcc: Append to existing headers if called twice Kevin Kuehler 2019-08-03 17:23:08 -0700
  • 0847464da1 Remove aerc specific code from the ui Nicolai Dagestad 2019-08-03 17:17:13 +0200
  • 63f934ee71 Fix directory completion case sensitivity Ben Burwell 2019-08-02 13:10:42 -0400
  • 302bc1cda6 Fixing #231 (alternative preferred mimetypes) Ben Cohen 2019-08-01 16:19:57 -0400
  • f4b7741463 Add cc and bcc commands Daniel Bridges 2019-08-01 11:29:21 -0700
  • b72bb27cb4 select next message when deleting from message viewer Aditya Srivastava 2019-08-01 08:27:03 -0700
  • c9a909fee3 Fix sending attachments with less than 512 bytes Ben Burwell 2019-07-31 14:21:13 -0400