Commit Graph

  • 7d3a08599e Changelog Hocuri 2022-04-06 17:51:01 +02:00
  • 345a4bc504 Give setup-changed messages the same timestamp as the previous message (#3188) Hocuri 2022-04-06 17:05:44 +02:00
  • 7bfdf2e2f5 Merge pull request #3189 from deltachat/dependabot/cargo/zip-0.6.2 dependabot[bot] 2022-04-05 08:27:49 +00:00
  • d9ac5d88e9 cargo: bump zip from 0.6.1 to 0.6.2 dependabot[bot] 2022-04-04 21:13:27 +00:00
  • 2cf11bb2ea muted chats stay archived (#3184) bjoern 2022-04-04 11:02:36 +02:00
  • e29d008914 send setup-changed messages only in the chats we share with the peer, do not create contact request adbenitez 2022-04-04 01:05:49 -04:00
  • de91063fbe scheduler: add comment about fake-idle timeout link2xt 2022-04-03 19:30:24 +00:00
  • 3d95272707 smtp: retry message sending automatically if loop is not interrupted link2xt 2022-04-02 19:49:21 +00:00
  • 3c20d0902e Add explicit tests for special ContactId values Floris Bruynooghe 2022-04-03 20:18:20 +02:00
  • f2c1e5c6e5 Replace some ContactId::new() calls with constants Floris Bruynooghe 2022-04-03 15:29:05 +02:00
  • feb354725a Make ContactId::LAST_SPECIAL private Floris Bruynooghe 2022-04-03 14:49:06 +02:00
  • 35c0434dc7 Move ContactId constants to struct. Floris Bruynooghe 2022-04-03 14:08:27 +02:00
  • 918ee47c79 Consider outgoing messages to just one receiver as "private message" (#3177) Hocuri 2022-04-03 19:19:10 +02:00
  • a8ab7c9c04 smtp: do not try to use stale connections link2xt 2022-04-02 13:26:02 +00:00
  • 332892b468 ephemeral: clear more fields in delete_expired_messages link2xt 2022-04-02 17:08:15 +00:00
  • 6392300311 job: remove unnecessary anyhow::Error import link2xt 2022-04-02 17:05:47 +00:00
  • 16d201faca Re-enable custom Display for ContactId Floris Bruynooghe 2022-04-02 15:05:06 +02:00
  • ea0cf67f98 cargo: bump zip from 0.6.0 to 0.6.1 dependabot[bot] 2022-04-01 21:14:26 +00:00
  • 612132b7c8 move invariant out of loop, less LOC and 1.5% faster holger krekel 2022-04-01 13:54:05 +02:00
  • 26470c6047 apply hocuri's niceifcation holger krekel 2022-04-01 13:45:53 +02:00
  • 93d3522f67 stylistic changes holger krekel 2022-03-31 11:33:31 +02:00
  • c6d901d799 first iteration of faster sorting holger krekel 2022-03-31 10:32:32 +02:00
  • 4880f9ff32 improve repl message search B. Petersen 2022-03-24 14:31:17 +01:00
  • aaa42a3412 feedback if missing env var holger krekel 2022-03-31 10:01:01 +02:00
  • 3e5e852e20 1.30 is imminent so i think it makes sense to do a cargo-update now for all deps, to detect issues as early as possible before releases go to stores. holger krekel 2022-03-31 09:31:45 +02:00
  • 0a3f44bd73 housekeeping cleanup: factor out remove-unused-files logic holger krekel 2022-03-31 13:26:22 +02:00
  • d4fed5f5f7 add chatlist loading benchmark holger krekel 2022-03-31 15:15:51 +02:00
  • dce7b90fc2 cargo: bump native-tls from 0.2.8 to 0.2.10 dependabot[bot] 2022-03-29 21:15:53 +00:00
  • 4f94bdff3f Merge pull request #3160 from deltachat/dependabot/cargo/async-trait-0.1.53 dependabot[bot] 2022-03-29 13:44:16 +00:00
  • ce1f2a6fd4 Merge pull request #3162 from deltachat/dependabot/cargo/quote-1.0.17 dependabot[bot] 2022-03-29 13:43:22 +00:00
  • da292bb9b2 cargo: bump quote from 1.0.16 to 1.0.17 dependabot[bot] 2022-03-29 08:07:43 +00:00
  • 326a75d0e8 Merge pull request #3161 from deltachat/dependabot/cargo/syn-1.0.90 dependabot[bot] 2022-03-29 08:05:58 +00:00
  • e47860bc2e cargo: bump syn from 1.0.89 to 1.0.90 dependabot[bot] 2022-03-28 21:14:00 +00:00
  • 6212151562 cargo: bump async-trait from 0.1.52 to 0.1.53 dependabot[bot] 2022-03-28 21:13:49 +00:00
  • 8c2b9f9901 Do not overwrite better_msg if apply_group_changes returns None link2xt 2022-03-27 11:23:45 +00:00
  • e9a733a789 Pass better message around instead of mutating mimeparser link2xt 2022-03-27 11:23:45 +00:00
  • b2fe723570 Do not read whole webxdc file into memory Floris Bruynooghe 2022-03-06 19:36:02 +01:00
  • 33ba8dabe0 Increase python test timeout link2xt 2022-03-27 08:48:43 +00:00
  • 0842e54f52 Add ephemeral_timestamp index for msgs table link2xt 2022-03-26 16:37:46 +00:00
  • 08d34e41c6 Return results from add_parts() via structure link2xt 2022-03-25 21:23:09 +00:00
  • e93c9f74c9 Add get_chat_msgs benchmark (#3151) Hocuri 2022-03-26 15:18:27 +01:00
  • 1ab81256e9 remove usued repl command 'event' (#3153) bjoern 2022-03-25 15:53:51 +01:00
  • cb19de57bb Merge pull request #3144 from deltachat/dependabot/cargo/zip-0.6.0 dependabot[bot] 2022-03-23 10:26:36 +00:00
  • e678e7df8f Merge pull request #3146 from deltachat/dependabot/cargo/log-0.4.16 dependabot[bot] 2022-03-23 10:22:21 +00:00
  • 8487eefe46 config_cache fixes (#3145) bjoern 2022-03-22 22:46:29 +01:00
  • 86da1aa429 Merge pull request #3147 from deltachat/dependabot/cargo/async-std-1.11.0 dependabot[bot] 2022-03-22 21:37:45 +00:00
  • 48b580b59e cargo: bump async-std from 1.10.0 to 1.11.0 dependabot[bot] 2022-03-22 21:15:44 +00:00
  • 8b568d796e cargo: bump log from 0.4.14 to 0.4.16 dependabot[bot] 2022-03-22 21:15:36 +00:00
  • 4b5af85094 cargo: bump zip from 0.5.13 to 0.6.0 dependabot[bot] 2022-03-21 21:16:26 +00:00
  • 8d0be06f45 log file size on backup import B. Petersen 2022-03-20 18:07:18 +01:00
  • 26ae8accd4 Automatically unblock chats with outgoing messages link2xt 2022-03-20 18:03:10 +00:00
  • 321e3e27de Introduce config caching (#3131) Hocuri 2022-03-21 11:13:43 +01:00
  • 7d26968bb3 Try to start ephemeral timers only if some message has nonzero timer link2xt 2022-03-20 18:12:01 +00:00
  • 83464a882e Optimize markseen_msgs link2xt 2022-03-19 22:39:13 +00:00
  • 1e94ad25e1 Use repeat_vars() more (#3133) Hocuri 2022-03-20 15:23:11 +01:00
  • a3ba19db96 Resultify delete_poi_location() link2xt 2022-03-19 16:53:21 +00:00
  • d9e9c849e1 imap: do not delete duplicates link2xt 2022-03-19 15:49:18 +00:00
  • c162c23d9e Merge pull request #3135 from deltachat/dependabot/cargo/tagger-4.3.3 dependabot[bot] 2022-03-18 23:22:23 +00:00
  • 90fd1c300f Merge pull request #3136 from deltachat/dependabot/cargo/quote-1.0.16 dependabot[bot] 2022-03-18 23:21:09 +00:00
  • 902a9cc812 Merge pull request #3137 from deltachat/dependabot/cargo/libc-0.2.121 dependabot[bot] 2022-03-18 23:20:24 +00:00
  • c51e1805fa cargo: bump libc from 0.2.120 to 0.2.121 dependabot[bot] 2022-03-18 21:10:46 +00:00
  • 7a2b9e85e7 cargo: bump quote from 1.0.15 to 1.0.16 dependabot[bot] 2022-03-18 21:10:40 +00:00
  • 547c40cd52 cargo: bump tagger from 4.3.1 to 4.3.3 dependabot[bot] 2022-03-18 21:10:30 +00:00
  • e2d631097d Fix master by reverting ContactId Display impl (#3134) Floris Bruynooghe 2022-03-17 19:29:18 +01:00
  • cc55be0b0a Customise Display impl of ContactId Floris Bruynooghe 2022-03-16 13:05:13 +01:00
  • 64927190bd Merge pull request #3132 from deltachat/dependabot/cargo/syn-1.0.89 dependabot[bot] 2022-03-16 21:39:21 +00:00
  • 24515126fe cargo: bump syn from 1.0.88 to 1.0.89 dependabot[bot] 2022-03-16 21:14:45 +00:00
  • 7a56a93028 Fix long filenames containing dots (#3098) Hocuri 2022-03-16 20:41:24 +01:00
  • ea7fc3a171 Benchmark dc_receive_imf() (#3128) Hocuri 2022-03-16 20:30:33 +01:00
  • ae36a26045 cargo: bump image from 0.23.14 to 0.24.1 dependabot[bot] 2022-03-16 10:04:52 +00:00
  • d6c9f5c64b cargo: bump textwrap from 0.14.2 to 0.15.0 dependabot[bot] 2022-03-16 10:02:25 +00:00
  • c4f4f4295b cargo: bump async-std-resolver from 0.20.4 to 0.21.1 dependabot[bot] 2022-03-13 10:50:23 +00:00
  • a997322efb Update MSRV to 1.56 and current version to 1.59 link2xt 2022-03-13 12:45:50 +00:00
  • 799688af76 cargo: bump libc from 0.2.119 to 0.2.120 dependabot[bot] 2022-03-14 21:11:14 +00:00
  • 260e95d027 cargo: bump syn from 1.0.86 to 1.0.88 dependabot[bot] 2022-03-15 21:13:34 +00:00
  • f9ee70aa2e Minor cleanup of Viewtype Floris Bruynooghe 2022-03-06 17:54:23 +01:00
  • 50f13cb84b Set X-Microsoft-Original-Message-ID on outgoing emails for amazonaws (#3077) Hocuri 2022-03-13 14:39:49 +01:00
  • fc7e08bb49 Merge pull request #3087 from deltachat/dependabot/cargo/strum-0.24.0 dependabot[bot] 2022-03-13 11:44:29 +00:00
  • 06ed3e5dfd cargo: bump strum from 0.23.0 to 0.24.0 dependabot[bot] 2022-03-13 10:50:20 +00:00
  • 4d792ad57b Merge pull request #3089 from deltachat/dependabot/cargo/strum_macros-0.24.0 dependabot[bot] 2022-03-13 10:48:56 +00:00
  • 4fa78bfca0 Merge pull request #3114 from deltachat/dependabot/cargo/once_cell-1.10.0 dependabot[bot] 2022-03-13 10:29:47 +00:00
  • 2012833cb3 Fix lint link2xt 2022-03-12 20:07:00 +00:00
  • e48eef7e32 Start ephemeral timer when seen status is synchronized via imap link2xt 2022-03-11 23:21:59 +00:00
  • 74ac9c3a92 fix docs: dc_markseen_msgs() is typically called when scrolling through message list, not chat list. (#3120) bjoern 2022-03-12 13:45:22 +01:00
  • a907d789d6 Assign replies from different address to two-member-groups (#3119) Hocuri 2022-03-12 11:47:58 +01:00
  • fc46c0b49c Merge pull request #3121 from deltachat/dependabot/cargo/tagger-4.3.1 dependabot[bot] 2022-03-12 10:36:51 +00:00
  • fef7862045 cargo: bump tagger from 4.2.1 to 4.3.1 dependabot[bot] 2022-03-11 21:23:15 +00:00
  • d9441a6bdd Also resync UIDs in folders that are not configured (#2289) Hocuri 2022-03-10 16:12:24 +01:00
  • 332cb0896b add note about perl requirement to readme closes #3106 Simon Laux 2022-03-09 17:27:20 +01:00
  • d1b0c28924 Merge pull request #3084 from deltachat/dependabot/cargo/libc-0.2.119 dependabot[bot] 2022-03-09 11:28:43 +00:00
  • dce958aac4 Merge pull request #3115 from deltachat/dependabot/cargo/regex-1.5.5 dependabot[bot] 2022-03-09 11:26:52 +00:00
  • 438940219e Introduce a ContactId newtype Floris Bruynooghe 2022-03-02 22:06:48 +01:00
  • f28fcec81d imap: do not treat messages without Message-ID as duplicates link2xt 2022-02-27 12:15:35 +00:00
  • 586d027f86 Merge pull request #3103 from deltachat/docs-gh-action missytake 2022-03-08 16:02:57 +01:00
  • bd4fb7486d Various corrections #1 (#2983) gerryfrancis 2022-03-08 15:23:40 +01:00
  • f9cd2b8f36 cargo: bump regex from 1.5.4 to 1.5.5 dependabot[bot] 2022-03-08 14:08:48 +00:00
  • 62e22236b7 Merge pull request #3076 from deltachat/dependabot/cargo/sha2-0.10.2 dependabot[bot] 2022-03-08 14:07:31 +00:00
  • 8b157f427a cargo: bump once_cell from 1.9.0 to 1.10.0 dependabot[bot] 2022-03-08 14:05:07 +00:00
  • f165c1d9b0 Merge pull request #3110 from deltachat/dependabot/cargo/anyhow-1.0.56 dependabot[bot] 2022-03-08 14:03:59 +00:00
  • 500e2d62a0 remove sentbox_move (#3111) bjoern 2022-03-08 11:29:45 +01:00