Commit graph

6915 commits

Author SHA1 Message Date
Мирослав Николић
f333d34391 Update Serbian translation
(cherry picked from commit 8e2aa64c5a0c9328c5a11eafaa36851560016d08)
2022-10-03 04:10:14 +00:00
Yosef Or Boczko
0577e4aa86 Update Hebrew translation 2022-10-01 18:04:32 +00:00
Piotr Drąg
e9db9c8882 Update POTFILES.in 2022-10-01 14:52:36 +02:00
Cédric Bellegarde
94d6bec861 Update files for 43.0 release 2022-09-29 12:59:26 +00:00
Jürgen Benvenuti
ee3da588df Update German translation
(cherry picked from commit 279626e48f2badf742c03ccc3bfe0acd5213037c)
2022-09-27 14:58:03 +00:00
Leônidas Araújo
8b1a0cb4c2 Update Brazilian Portuguese translation
(cherry picked from commit 026670a960434d78c155452bdaeb75a6c12646a8)
2022-09-27 13:21:03 +00:00
Cédric Bellegarde
81bd51bdbc client: Fix setting service provider 2022-09-26 13:26:54 +02:00
Cédric Bellegarde
1a7a3a987a engine: Cancel any remote folders update before marking a message
When marking a message, a race condition can happen:
- A remote folders update is already running
- We mark the message locally and replay it remotely
- The previous remote update result restores invalid values locally
2022-09-26 11:03:13 +02:00
Cédric Bellegarde
f45afac091 components: Rework adapative layout by removing HdySwipeGroup
HdySwipeGroup is deprecated since libhandy 1.4.

- Split headerbar into 3 components
- Remove HdySwipeGroups/GtkSizeGroups used for syncing headerbar with content.
2022-09-26 08:59:44 +00:00
Piotr Drąg
fa12e14ab5 Update Polish translation 2022-09-25 15:31:05 +02:00
Federico Bruni
ffe6c00a65 Update Italian translation
(cherry picked from commit 8e76daeec4abd52172dc475ae86b4ac7319c2f7f)
2022-09-22 08:06:57 +00:00
Matej Urbančič
19551371c5 Update Slovenian translation 2022-09-21 20:27:34 +00:00
Emin Tufan Çetin
64ddf45471 Update Turkish translation 2022-09-21 18:08:50 +00:00
Cédric Bellegarde
4b49892398 ui: Use a thiner progress in message header 2022-09-21 16:57:25 +02:00
Balázs Úr
e71775cb46 Update Hungarian translation
(cherry picked from commit b348ce6d465b62e4d8b234a9b389d9d531965ee1)
2022-09-20 21:30:54 +00:00
Goran Vidović
02c1c00565 Update Croatian translation 2022-09-20 19:28:24 +00:00
Anders Jonsson
682ed403b6 Update Swedish translation 2022-09-20 19:20:27 +00:00
Alan Mortensen
389962d644 Update Danish translation 2022-09-20 17:08:57 +00:00
Richard Adenling
efca9615a6 engine: Fix flag being mistaken for a response code
The parser would think the flag was a response code if the flag started
with a '[' character. Flags like these are sometimes returned by Gmail
which broke fetching emails from Gmail.

This commit checks if the parser is already parsing flags and if so
treats any starting '[' characters as part of the flag string.
2022-09-20 18:32:37 +02:00
Yuri Chornoivan
14bb81f93f Update Ukrainian translation 2022-09-20 14:05:29 +00:00
Cédric Bellegarde
394895afdc client: remove unused mark_manual_* methods
See 8e9f00295e
2022-09-20 13:55:42 +02:00
Cédric Bellegarde
864a3135e3 components: Rework Folder Popover
- Do not use tags for service providers not using this metaphor
- Do not show folders with a dedicated button: Trash, Archive, ...
- Do not show folders as an IMAP path but as a human readable path (>INBOX>Folder vs Boîte de reception/Folder)
2022-09-20 05:37:14 +00:00
Cédric Bellegarde
8348f2ef19 engine: Mark all email UIDs in remote replay
Local replay and remote replay were marking email based on email identifier.

Works locally, but remotely we need to work on all email UIDs.

Fix #364
2022-09-20 05:15:55 +00:00
Enrico Nicoletto
ee4af55239 Update Brazilian Portuguese translation 2022-09-15 21:45:42 +00:00
Emin Tufan Çetin
83a9ef73a0 Update Turkish translation 2022-09-14 19:10:57 +00:00
Goran Vidović
db674077c5 Update Croatian translation 2022-09-14 13:23:32 +00:00
Kukuh Syafaat
9f1a043471 Update Indonesian translation 2022-09-14 08:46:26 +00:00
Jordi Mas
f76be4c854 Update Catalan translation 2022-09-12 18:56:31 +02:00
Boyuan Yang
f0def74ce0 Update Chinese (China) translation 2022-09-11 18:02:54 +00:00
Anders Jonsson
5ba75a702f Update Swedish translation 2022-09-11 14:51:10 +00:00
Piotr Drąg
ad4e44a6e1 Update Polish translation 2022-09-11 15:18:11 +02:00
Yosef Or Boczko
9a06d9e5b5 Update Hebrew translation 2022-09-11 04:46:38 +00:00
Balázs Úr
fe30a2b398 Update Hungarian translation 2022-09-10 19:18:58 +00:00
Yuri Chornoivan
8f8a7ee501 Update Ukrainian translation 2022-09-10 13:31:23 +00:00
Piotr Drąg
157edd5570 Update POTFILES.in 2022-09-10 13:22:55 +02:00
Cédric Bellegarde
ddb8a273ce treewide: Removed unused Yahoo imap engine
This is not useful now we have autoconfig support
2022-09-07 12:10:06 +00:00
Cédric Bellegarde
a14f5d4799 client: accounts: Add support for Thunderbird autoconfig
- Auto detect server settings
- Rework accounts editor add panel

Fix #1390
Fix #1350
2022-09-07 12:10:06 +00:00
Cédric Bellegarde
14d5a4f510 client: Fix adding a new infobar to Components.InfoBarStack
- Previous code was not removing current widget on unrevealing
- Connect reveal signal on time, not for every infobar
- Remove allocation management as it does not seem useful now
2022-09-04 16:10:47 +00:00
Cédric Bellegarde
cce6ed1593 plugin: Only enable mail merge action for templates
Fix #1410
2022-09-04 16:10:47 +00:00
Anders Jonsson
10b9dfd169 Update Swedish translation 2022-09-01 22:19:23 +00:00
Emin Tufan Çetin
14eeb2270b Update Turkish translation 2022-09-01 16:02:30 +00:00
Jiri Grönroos
4f36029f2a Update Finnish translation 2022-08-30 19:20:05 +00:00
Balázs Úr
f2b2ad779a Update Hungarian translation 2022-08-29 22:08:57 +00:00
Piotr Drąg
ed23e63cf5 Update Polish translation 2022-08-28 15:35:51 +02:00
Goran Vidović
5d49487d48 Update Croatian translation 2022-08-27 22:33:22 +00:00
Cédric Bellegarde
7aa950deed client: Fix handling of 'mark messages' menu
- Replace unused show-mark-menu action
- Remove compact actions from conversation actions (not useful as only response
  buttons are enabled)
- Do not update trash button for compact actions (same reason as above)
- Add missing this for accessing some properties (Geary Vala
  Coding Conventions)
2022-08-27 19:05:02 +00:00
Yuri Chornoivan
f583378b7d Update Ukrainian translation 2022-08-26 11:23:32 +00:00
Cédric Bellegarde
31f79816e8 client: Add support for Background portal 2022-08-25 21:50:28 +00:00
Cédric Bellegarde
522cd43fe7 client: Remove deprecated hidden option 2022-08-25 21:50:28 +00:00
Cédric Bellegarde
786a9df536 client: startup notifications is a freedesktop.org concept
Do not use the same wording for our background mode
2022-08-25 21:50:28 +00:00