Sabri Ünal
7ecf4692c2
appdata: Remove none OARS tags
...
"The old generator also included all the none-value entries—it
no longer does this, you can safely remove them.
If it only consists of none values, it’s safe to shorten it to just:
`<content_rating type="oars-1.1" />`"
More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#oars-information
2024-01-09 13:26:53 +03:00
Florentina Mușat
f48b1df758
Update Romanian translation
2023-12-26 13:41:13 +00:00
Cédric Bellegarde
f39839a926
client: Update actions on selection if folded
2023-12-20 14:25:45 +00:00
Cédric Bellegarde
d7ec8bafee
client: Application.MainWindow: Always log error in the background
...
convo.get_count() will not be zero when an email is loaded while being
removed.
2023-12-20 11:21:29 +00:00
Cédric Bellegarde
cb60bdd3ea
client: Application.Controller: Disable flood prevention after a small timeout
...
Marking a message with same command is legit in those scenarios:
- Previous mark command failed, we do not want Geary to be unable to
mark message again
- Multiple clients connected to same IMAP box:
- Geary marked message as read
- Another client marked it as unread
- Geary is unable to mark it as read again
2023-12-20 11:21:29 +00:00
Yosef Or Boczko
9d57346861
Update Hebrew translation
2023-12-07 09:14:13 +00:00
Alex Jr
9b0fbd08d3
Update Brazilian Portuguese translation
2023-12-05 12:57:38 +00:00
Hugo Carvalho
f085108844
Update Portuguese translation
2023-12-03 21:33:04 +00:00
Artur S0
f10dc06384
Update Russian translation
2023-11-27 16:18:49 +00:00
Danial Behzadi
790e9a6232
Update Persian translation
2023-11-25 12:18:47 +00:00
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