Commit graph

1264 commits

Author SHA1 Message Date
Paul 9eb64a780e when redirecting, disable queueing because re-editing a redirected msg allows changing it. Also disable the Attachments context menu so that it is not possible to remove an attachment from a redirected msg 2023-08-18 07:42:37 +01:00
Paul abde28bea5 remove the arbitrary paste restriction, which could be worked around by using the context menu anyway 2023-08-09 08:51:32 +01:00
Paul 8ac5c0b3a6 fix message which is shown when mail can't be sent 2023-04-07 16:52:31 +01:00
Ricardo Mones a269d94f63 Raise glib version requirement to 2.50 again
Revert the revert: as discussed on irc first revert seems to be mistake,
as 2.50 is needed to use G_PID_FORMAT. While we're at it, remove also
the remaining check for this version.

This reverts commit 1445df7021.
2022-10-27 21:05:10 +02:00
Paul db8edf89d8 fix bug where NNTP account's SMTP server wasn't used 2022-10-19 15:46:12 +01:00
Paul 69f78ed4c0 correctly set modified flag after auto-save 2022-09-05 15:49:35 +01:00
Paul cb87cf1ddf make the external editor error msg more useful and less obscure 2022-06-22 11:10:56 +01:00
Paul 72ed8b4e2b add missing space 2022-05-23 11:10:06 +01:00
Paul 7e0c8bc23c fix bug 4583, 'Compose window 'Discard message' dialog is displayed even though draft is already saved' 2022-05-23 11:06:57 +01:00
Paul 82c164bb8b fix bug 4584, 'Compose window causing Claws to terminate unexpectedly' 2022-05-22 09:38:23 +01:00
paul 1a06785416 fix building with older GLIBs 2022-04-20 08:18:58 +01:00
paul b9f9b4718d replace deprecated g_spawn_check_exit_status() 2022-04-14 13:56:16 +01:00
wwp deb7bc34ad Fixing compilation issue due to the use of GLIB 2.50's G_PID_FORMAT in translated strings (also depends on the GLIBC/gettext version). 2022-04-12 14:09:12 +02:00
Ricardo Mones 39aff56f3f Honor GTK project name¹, except some files…
…where it refers to previous name of the project.

¹ https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
2022-03-18 20:18:35 +01:00
paul 0720268ba6 double the size of MAX_ALLOCA_MEM_SIZE and use standard sizing in alertpanel 2022-02-24 11:12:39 +00:00
paul cca5bb8c5b fix bug where dialogue requesting choice from user is not shown and some options are lost (e.g. sign or request return receipt) when autosave happens immediately before user closes the window 2022-02-14 17:16:11 +00:00
paul 817071429e fix a bunch of buttons in dark corners. add some images to others 2022-01-24 15:41:29 +00:00
Michael Rasmussen 75a2656e70 Fix CID 1496850
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2022-01-04 11:13:05 +01:00
Michael Rasmussen 3d221d4ddc Use internal function alertpanel_error instead of gtk_message_dialog
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2022-01-03 14:29:33 +01:00
Michael Rasmussen 39d152b965 Fix CID 1496033
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2022-01-01 01:09:44 +01:00
paul 52a3354ec9 fix English usage 2021-12-28 12:02:40 +00:00
Michael Rasmussen 1a9ec36b0a Warn when user tries to paste more text into compose window than the defined max size in commons/utils.h
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2021-12-25 22:44:38 +01:00
paul 82e0e7751a where GDK_KEY_Return is accepted, also accept GDK_KEY_KP_Enter 2021-12-17 12:07:30 +00:00
Jonathan Boeing 7287232303 Fix -Wmaybe-uninitialized warning on Windows 2021-11-28 22:25:08 -07:00
Jonathan Boeing 1559337f7c Remove cm_mutex_new/_free wrappers 2021-10-29 07:58:39 -07:00
paul c7452669c0 add 'Default From:' to folder prefs 2021-10-04 12:51:25 +01:00
wwp e2e7b25a23 Fix (in a better way) CID 1492307: use after free. 2021-10-04 09:05:26 +02:00
wwp 148912d837 Fix (again) CID 1491255: resource leak. 2021-10-03 22:20:37 +02:00
wwp 3188ba8135 Fix CID 1402307: use after free, and do a proper freeing of struct. 2021-10-01 08:36:10 +02:00
wwp c75453be80 Fix CID 1491120, 1491212, 1491255, 1491280, 1491284, 1491318: resource leaks. 2021-09-30 20:09:08 +02:00
wwp 6c1835695d Fix few wrong string lengths when matching URI schemes, add more known
schemes.
2021-09-17 16:57:23 +02:00
Jonathan Boeing b4c9e52062 Fix size_t format specifier warnings 2021-09-13 17:01:17 -07:00
Jonathan Boeing ce62446d9d Fix missing GTK casts 2021-09-13 17:01:17 -07:00
Jonathan Boeing fac24c59d7 GPid is a HANDLE on Windows 2021-09-13 17:01:17 -07:00
Jonathan Boeing 1205ad8238 Fix -Wunused-variable warnings 2021-09-13 17:01:17 -07:00
wwp 829b45e27f Revert "Fix CID 1491382: malloc size too short by one because, worst case, qp_decode_const"
This reverts commit 69e7131dc8.
2021-09-11 22:40:03 +02:00
wwp 69e7131dc8 Fix CID 1491382: malloc size too short by one because, worst case, qp_decode_const
will dump the exact same input string.
2021-09-11 22:31:26 +02:00
Ricardo Mones 545cab2d8a Remove duplicate includes 2021-09-06 01:07:40 +02:00
wwp 1e9ab88e5a Revert accidentally commited changes. 2021-09-05 09:40:11 +02:00
wwp ed74a4678f Normalize g_warning's: no capitalization, no trailing punctuation or newline-char.
Fix few messages (simply wrong, or typos).
2021-09-03 17:09:32 +02:00
paul 76fe80e6d6 'master passphrase' becomes 'primary passphrase' 2021-08-24 17:30:33 +01:00
paul 5e237aee3c replace some deprecated functions 2021-08-11 09:43:42 +01:00
Ricardo Mones a8683fed0e Move extra space to a place where is needed ^_^ 2021-07-18 13:14:37 +02:00
paul f5a3eb4181 fix bug 4445, 'Draft folder on shared storage does not honour chmod settings' 2021-04-21 12:56:49 +01:00
Thorsten Maerz 816c08b9c5 Remove (unimplemented) GtkSocket on Windows 2021-03-19 18:08:19 +01:00
Thorsten Maerz eac8e5b623 Add missing line from commit fb18375 (ext. editor) 2021-03-19 16:57:50 +01:00
paul fb18375ad5 enable external editor on windows. based on patch by Thorsten Maerz 2021-03-09 08:14:30 +00:00
Steve Randall 16047902ae Get and set window sizes and positions compatible with CSD. 2021-02-11 10:13:01 +00:00
paul dea435bf8b allow 'remove references' when re-editing a msg 2021-01-29 13:03:46 +00:00
Paul 810f7aef49 warn about privacy system 'none' and auto sign/encrypt being enabled in all applicable scenarios 2020-07-11 09:47:56 +01:00