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

Commit Graph

  • acf69b7490 Remove ability to specify headers in the editor Reto Brunner 2020-04-23 20:55:18 +0200
  • 3fa9ae3edb templates/quoted_reply: fix incorrect timezone identifier Reto Brunner 2020-04-24 07:19:59 +0200
  • 955b5c22b5 Ensure documented defaults match given defaults Ben Fiedler 2020-04-23 01:04:24 +0200
  • 7c89143c70 Use aerc.PushError where appropriate Ben Fiedler 2020-04-23 03:56:28 +0200
  • 280d8e7e1c Bump ProtonMail/crypto to fix build on OpenBSD Anirudh Oppiliappan 2020-04-20 21:47:19 +0530
  • 06bb332285 fix binding for delete message Ray Ganardi 2020-04-16 19:44:53 +0200
  • 5b751b6d6d fix: Close unused MessageView when swapping view Ray Ganardi 2020-04-16 19:29:36 +0200
  • f35002ad0e Make the http handler of the unsubscribe command async Nicolai Dagestad 2020-04-13 23:05:52 +0200
  • 8c023cdb38 Readme: add config location of MacOS Reto Brunner 2020-04-12 15:53:44 +0200
  • 1fbce012ed msg/archive: complete the possible options Reto Brunner 2020-04-11 04:12:38 +0200
  • 2b53347d0d README: include demo and update required go version Reto Brunner 2020-04-06 14:29:12 +0200
  • c4deaf22a0 go mod tidy, updated go.sum Reto Brunner 2020-04-06 13:37:46 +0200
  • 95fb35b701 Try to open attachments with correct extension Galen Abell 2020-04-02 09:54:45 -0400
  • 35402e21d9 fix function keys in terminal widget Jonathan Halmen 2020-03-26 21:03:44 +0100
  • 294fead7ab Requires Go 1.13 Simon Ser 2020-03-20 14:44:27 +0000
  • 696f4ff084 msgviewer: do not interpret header as format string Drew DeVault 2020-03-19 18:33:42 -0400
  • 8372e9e39f Add quotes to the default pinned-tab-marker Zoltan Kalmar 2020-03-13 14:09:29 +0100
  • 3156d481fe Add pinned tabs Jeffas 2020-03-07 16:42:41 +0000
  • 258a3f11ae Correct the khard example so that it works with aerc Peter Lamby 2020-03-05 11:01:40 +0100
  • d0196d8986 Mark sent messages as "seen" in maildir Galen Abell 2020-03-03 08:45:06 -0500
  • 08eabef17d Count recent messages in maildir exists total too Jeffas 2020-03-02 20:00:14 +0000
  • ae7595e945 Ignore missing message part in getDecodedPart Amir Yalon 2020-02-29 22:33:31 +0200
  • df20f1cd03 Refactoring: remove store from PartInfo Drew DeVault 2020-03-06 10:33:44 -0500
  • 4711933b41 go.sum: re-add notmuch Reto Brunner 2020-03-05 08:05:12 +0100
  • 15028df1f9 Reduce size of the password prompt UI Drew DeVault 2020-03-03 21:51:27 -0500
  • aec5dd170e Yet another revision to PGP UI Drew DeVault 2020-03-03 21:49:29 -0500
  • f79813ada3 Simplify PGP messaging Drew DeVault 2020-03-03 19:02:27 -0500
  • 403b6af379 compose: add space between headers and editor Drew DeVault 2020-03-03 16:57:21 -0500
  • f3158b36f1 Initial support for PGP decryption & signatures Drew DeVault 2020-03-03 16:20:07 -0500
  • 89f1684ea4 Update dependencies Simon Ser 2020-03-03 16:55:06 +0000
  • f3535703b0 worker/imap: rely on go-imap for charset handling Simon Ser 2020-03-03 16:55:04 +0000
  • 6ff3c7a1ba Mark sent messages as "seen" in maildir Galen Abell 2020-03-03 08:45:06 -0500
  • 68f179021d Add move-tab command Jeffas 2020-03-02 19:54:42 +0000
  • 2e381fa42d Document smtp-starttls Peter Lamby 2020-03-02 10:10:35 +0100
  • 979da6d6f7 notmuch: emit dirinfo upon label change Reto Brunner 2020-03-01 11:58:39 +0100
  • f3dbecaaea remove the dirInfoUpdateRequest functionality Reto Brunner 2020-02-29 14:40:52 +0100
  • fb2df7e169 notmuch: align dirInfo logic to the maildir worker Reto Brunner 2020-02-29 14:40:51 +0100
  • 841655a98e msg/delete: remove redundant err check Reto Brunner 2020-02-29 14:17:26 +0100
  • e661ead57b Only show spinner while sorting if no uids Jeffas 2020-02-29 04:03:09 +0000
  • b55813f2c0 Don't show empty message while sorting Jeffas 2020-02-29 02:50:11 +0000
  • 2a0430ab90 Set the store on the message list if it is nil Jeffas 2020-02-29 01:53:32 +0000
  • e8b7b3bcc1 Cleanup sorting logic Jeffas 2020-02-29 01:27:31 +0000
  • 583b129c94 Don't set the store on an update to it Jeffas 2020-02-28 23:45:25 +0000
  • 01c96e78df Update DirectoryInfo handling for maildir Jeffas 2020-02-28 00:22:35 +0000
  • d6696f34b8 Make search more lenient Jeffas 2020-02-26 20:02:58 +0000
  • 00ed2ef06a Add missing notmuch build tags Jeffas 2020-02-26 19:36:18 +0000
  • 31489e3baa note in aerc-templates.7.scd for toLocal function sqwishy 2020-02-25 14:44:20 -0800
  • 5ba1569734 Ensure new directory exists before unwatching old Galen Abell 2020-02-25 16:35:57 -0500
  • 2fcd77f101 toLocal template function sqwishy 2020-02-24 15:38:20 -0800
  • 5dd0f454c1 lib/msgstore: debounce directoryUpdateRequests Reto Brunner 2020-02-24 20:18:31 +0100
  • 53d0c0a903 widgets/dirlist: Fix total message count Reto Brunner 2020-02-24 20:12:16 +0100
  • 8ad517ea92 Fix crash on mouse scrolling between message parts Amir Yalon 2020-02-23 10:21:29 +0200
  • 1455ad97a9 Fix crash on mouse scrolling before messages load Wiktor Kwapisiewicz 2020-02-22 17:05:46 +0100
  • cb04629f3c fix missing import Reto Brunner 2020-02-19 17:09:26 +0100
  • d44bdc9fb9 Revert "Only fetch the directory contents when we are switching directories" Reto Brunner 2020-02-19 08:37:20 +0100
  • bcab8de072 msg/reply: simplify string comparison Reto Brunner 2020-02-19 08:34:43 +0100
  • 37fc4d9423 msg/reply: fix address comparison Reto Brunner 2020-02-16 21:14:11 +0100
  • 78dd043057 notmuch: refresh dirlist in background Reto Brunner 2020-02-15 14:14:47 +0100
  • 8d216ab10e notmuch: add internal event loop Reto Brunner 2020-02-15 14:14:46 +0100
  • bb09694f07 notmuch: emit DirInfo upon request Reto Brunner 2020-02-15 14:14:45 +0100
  • 89b742dc6c Request DirInfo whenever the unread count may have changed Reto Brunner 2020-02-15 14:14:44 +0100
  • 66b68f35b3 dirlist: actually honor the DirInfo Reto Brunner 2020-02-15 14:14:43 +0100
  • bd4df53009 Only fetch the directory contents when we are switching directories Reto Brunner 2020-02-15 14:14:42 +0100
  • 30c0a9fba4 imap: fix double closing idleStop Reto Brunner 2020-02-15 12:37:18 +0100