Commit graph

7087 commits

Author SHA1 Message Date
Danial Behzadi
6a666f9013 Update Persian translation 2023-11-25 11:34:48 +00:00
Piotr Drąg
5077c0f728 Update POTFILES.in 2023-11-18 17:01:47 +01:00
Cédric Bellegarde
fcac4c9e29 engine: Filter duplicated mailboxes on LIST
When using virtual namespaces in Dovecot, a LIST command will return
mulitple entries for virtual folder. Always use flags from last entry.

```
a005 LIST "" "*"
* LIST (\HasChildren) "." virtual
* LIST (\HasNoChildren \UnMarked) "." Templates
* LIST (\HasNoChildren \UnMarked \Trash) "." Trash
* LIST (\HasNoChildren \UnMarked \Junk) "." Junk
* LIST (\HasNoChildren \UnMarked \Drafts) "." Drafts
* LIST (\HasNoChildren \UnMarked) "." Archive
* LIST (\HasNoChildren \UnMarked \Sent) "." Sent
* LIST (\HasNoChildren \Flagged) "." virtual.Favoris
* LIST (\Noselect \HasChildren) "." virtual
* LIST (\HasNoChildren \Flagged) "." virtual.Favoris
* LIST (\HasNoChildren) "." INBOX
```

Fix errors like: `Unable to get STATUS of virtual: a008 NO Mailbox doesn't exist: virtual`
2023-11-18 14:59:49 +01:00
Cédric Bellegarde
80fa9beab8 client: Always show close button in account editor
Fix #1556
2023-11-18 14:58:17 +01:00
Cédric Bellegarde
5dde584f1f engine: Ensure we try to connect again on connection error
Fix #1552
2023-11-18 14:53:34 +01:00
Cédric Bellegarde
c3629be043 engine: Set database temp store
Fix #1017
2023-11-18 14:50:58 +01:00
Cédric Bellegarde
4141953cee ui: Replace anchors title if looks like an URI
Fix #1567
2023-11-18 14:46:10 +01:00
Cédric Bellegarde
4c442f6253 client: Ensure conversation is loaded before replying 2023-11-18 13:14:53 +00:00
Niels De Graef
155374a208 ci: Adjust to Fedora libpeas change
The package for `libpease-1.0` changed from libpeas-devel to
libpeas1-devel
2023-11-18 13:20:03 +01:00
Cédric Bellegarde
a5e4764de5 client: Remove mostly unused StatusBar widget
- Message are now shown in toasts
- It's only used to hold a Spinner, moved in HeaderBar
2023-11-18 12:02:15 +00:00
Alan Mortensen
d9b2174817 Update Danish translation 2023-10-23 06:15:15 +00:00
Sabri Ünal
017350e902 Update Turkish translation 2023-10-18 18:42:38 +00:00
Jürgen Benvenuti
98f2e20e2e Update German translation 2023-10-16 20:08:22 +00:00
Anders Jonsson
74f55a15a9 Update Swedish translation 2023-10-16 15:51:00 +00:00
Artur S0
4e90e25936 Update Russian translation 2023-10-16 12:17:28 +00:00
Yuri Chornoivan
0f99c9a8aa Update Ukrainian translation 2023-10-14 18:43:57 +00:00
Cédric Bellegarde
42cb76282e client: Ensure accounts dialog fits on small display devices
- Replace ellipsizing by wrapping
- Switch to vertical boxing if not enough space
- Fix welcome dialog
2023-10-14 11:41:18 +00:00
Cédric Bellegarde
88a31454d8 client: Reset last selected folder when leaving search
Fix #1063
2023-10-13 20:56:21 +00:00
Daniel Rusek
e8d0a2c4fa Update Czech translation 2023-10-11 23:36:47 +00:00
Yuri Chornoivan
50a3d71607 Update Ukrainian translation 2023-10-09 18:33:01 +00:00
Cédric Bellegarde
4c265cc9d6 client: components: Add a warning about enabling remote images
Fix #1550
2023-10-09 16:01:50 +02:00
Cédric Bellegarde
423cf1ee13 client: conversation-viewer: Update warning string about remote images
Fix #1425
2023-10-09 15:56:34 +02:00
Cédric Bellegarde
a7de8b939d gitignore: Add my custom build to ignore 2023-10-05 22:48:41 +02:00
Cédric Bellegarde
2a85a24605 engine: Fix fill_outbox_queue() prototype
cancellable can be null.
2023-10-02 18:37:43 +02:00
Cédric Bellegarde
df6a4eb7ba build-aux: Update patch for current snowball master 2023-10-02 17:42:49 +02:00
Julian Stecklina
8b0bda7b00 engine: Don't use domain for EHLO if it's not FQDN
This works around the combination of poorly configured system and an
SMTP server that really wants a FQDN and otherwise reject the EHLO
command.
2023-09-17 11:23:28 +00:00
John Sarbak
6d5032914d Change gcr package 2023-09-14 11:09:57 +00:00
Asier Sarasua Garmendia
be34d3cae3 Update Basque translation
(cherry picked from commit 516c85b29d0b2ec90f1e51d8ea8b5991b7479877)
2023-09-12 16:17:15 +00:00
Cédric Bellegarde
4359918825 client: More tweaks for lower desktop resolutions 2023-09-11 17:36:27 +02:00
Jürgen Benvenuti
7574fb4b30 Update German translation 2023-09-09 14:56:17 +00:00
Tim Sabsch
8a2b6adf3f Update German translation
(cherry picked from commit 96dc870e0e0edfbf4f7f226f1959808816ff8cfd)
2023-09-09 12:14:09 +00:00
Daniel Rusek
90afad52c7 Update Czech translation 2023-09-02 17:59:47 +00:00
Cédric Bellegarde
db6bab0119 build: Remove '(Development)' string from nightlies
Fix #1156
2023-08-30 18:01:49 +02:00
Cédric Bellegarde
aefd8a4327 engine: Mark operation as completed if folder already empty
Fix #1240
2023-08-30 07:29:03 +02:00
Cédric Bellegarde
0265786ab0 engine: Do not stop unread calculation if no id provided
Fix #929
2023-08-30 07:29:03 +02:00
Cédric Bellegarde
d054e19cff client: higher infobar priority for special folders
Fix #1349
2023-08-29 23:04:24 +00:00
Danial Behzadi
18d6dd1a70 Update Persian translation 2023-08-28 09:27:26 +00:00
Nathan Follens
6bb4847e55 Update Dutch translation
(cherry picked from commit c4bc3066af903d598cc906744a99448373e478cc)
2023-08-27 12:52:52 +00:00
Cédric Bellegarde
46ec026404 client: move ComponentsInAppNotification as a toast
Fix #1207
2023-08-25 08:17:33 +02:00
Cédric Bellegarde
83bd8e0353 client: More tweaks for lower desktop resolutions 2023-08-25 08:12:26 +02:00
Fran Dieguez
f5f82f8c43 Update Galician translation 2023-08-24 22:56:33 +00:00
Fran Dieguez
7316b64266 Update Galician translation 2023-08-24 16:10:47 +00:00
Cédric Bellegarde
41874dc29a client: ConversationList.Row: Rework widget internals
- Remove hover buttons
 - Move flagged icon to the right

Fix #1516
2023-08-24 06:45:50 +00:00
Niels De Graef
9fc0a999ba ui: Hide mark actions that are disabled
For example, it doesn't really make sense to show a "Mark as unread"
button when the email is already marked as unread.
2023-08-23 22:22:01 +00:00
Cédric Bellegarde
40a2c1aec4 client: Always load email once view is mapped
Remove CSS width workaround.

Fix #283 #1205
2023-08-20 21:41:24 +00:00
Cédric Bellegarde
d47e357b2c client: tweaks for lower desktop resolutions
Fix #1164 again
2023-08-20 23:05:43 +02:00
Hugo Carvalho
5f72b9f4bc Update Portuguese translation 2023-08-20 10:33:32 +00:00
Cédric Bellegarde
a94701ffc7 client: Do not update selection if current not removed 2023-08-17 19:53:30 +00:00
Cédric Bellegarde
4a232d4a08 client: Respect autoselect setting
#1516
2023-08-17 19:53:30 +00:00
Cédric Bellegarde
186b5a6d7b client: Use natural width intead of CSS min-width
#1516
2023-08-17 19:53:30 +00:00