Commit graph

13249 commits

Author SHA1 Message Date
paul 7bd4827a90 improve plugin description, and remove unnecessary underscores 2022-03-11 11:06:02 +00:00
paul f6918f9d74 improve plugin description, and remove unnecessary underscores 2022-03-11 11:04:56 +00:00
wwp af51609d21 Fix crash in attachwarner and keywordwarner plugins when regexp list
is empty. Rework a bit the logic in the addrkeeper plugin as well.
2022-03-09 18:23:16 +01:00
wwp 0391e584a2 Fix crash in attachwarner and keywordwarner plugins when regexp list
is empty. Rework a bit the logic in the addrkeeper plugin as well.
2022-03-09 18:21:46 +01:00
wwp 294543ded5 Ported the keyword_warner plug-in to GTK2. 2022-03-09 12:06:52 +01:00
wwp 442e9ad9b5 Make more strings translatable in the Perl plugin. 2022-03-09 11:51:04 +01:00
wwp d7f5e949b8 Add missing keyword_warner to the plugins list. 2022-03-09 11:44:23 +01:00
wwp 075e9a3da1 Make more strings translatable in the Perl plugin. 2022-03-09 11:39:40 +01:00
paul fc475e5920 add keyword_warner plugin 2022-03-08 18:55:36 +00:00
paul 115af738f9 fix bug 4346, 'Error: Certificate is for invalid2.invalid, but connection is to imap.gmail.com'
patch by Alphonse
2022-03-07 17:53:08 +00:00
paul f498ce6112 fix bug 4346, 'Error: Certificate is for invalid2.invalid, but connection is to imap.gmail.com'
patch by Alphonse
2022-03-07 17:52:23 +00:00
paul 2c53990491 use more comfortable wrap mode 2022-02-24 11:47:04 +00:00
paul ea407c21bb double the size of MAX_ALLOCA_MEM_SIZE and use standard sizing in alertpanel 2022-02-24 11:13:56 +00: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 5a9e9c5af5 make colour label checkboxes look like radio buttons 2022-02-23 15:48:08 +00:00
paul 2e7b9fe397 make colour label checkboxes look like radio buttons 2022-02-23 15:46:57 +00:00
paul 0fa8f2c130 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:17:28 +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 933b677013 remove unneeded gtk_event_box_set_visible_window() 2022-02-10 13:07:16 +00:00
paul 59afe3c0a8 fix View Log button 2022-02-08 13:32:25 +00:00
wwp e9519f7e89 Make the quicksearch type-ahead keypress delay (before triggering
the search) customizable using a hidden preference.
2022-02-06 11:24:12 +01:00
wwp d154d3fe78 Make the quicksearch type-ahead keypress delay (before triggering
the search) customizable using a hidden preference.
2022-02-06 11:23:05 +01:00
paul 305feef56c fix old bug where the tooltip in Day View shows the wrong month
thanks to John Crisp for reporting
2022-02-01 17:44:01 +00:00
paul 16aa94775b fix old bug where the tooltip in Day View shows the wrong month
thanks to John Crisp for reporting
2022-02-01 17:43:23 +00:00
Michael Rasmussen 4f36256a37 Fix build error
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2022-01-24 20:39:07 +01:00
paul 0fa34a586a make this string translatable 2022-01-24 17:58:43 +00:00
paul 2e9da93fe8 fix wrong image on button 2022-01-24 16:11:23 +00:00
paul e393256458 add image to Delete buttons 2022-01-24 16:02:21 +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
Jonathan Boeing fdbb06fa74 Clean up plugin build files for Windows
Drop explicit .def files and rely on linker auto-import/export
Move boilerplate to common automake include fragments
2022-01-23 14:20:37 -07:00
Jonathan Boeing 8ad86a3301 Clean up plugin build files for Windows
Drop explicit .def files and rely on linker auto-import/export
Move boilerplate to common automake include fragments
2022-01-23 14:20:26 -07:00
wwp 32b585d592 Fix wrong call to g_return_val_if_fail in a func w/ no expected return value. 2022-01-21 10:15:50 +01:00
wwp ddbb7286e3 Fix wrong call to g_return_val_if_fail in a func w/ no expected return value. 2022-01-21 10:09:04 +01:00
paul b87fc3c418 fix bug 4442, 'vcalendar segfault if in invitation email and switch to another folder' 2022-01-19 15:35:08 +00:00
paul 84455a6c07 fix bug 4442, 'vcalendar segfault if in invitation email and switch to another folder' 2022-01-19 15:30:49 +00:00
paul 54665f4fa8 update copyright year 2022-01-13 10:27:45 +00:00
paul 03d035f2e8 update copyright year 2022-01-13 10:27:13 +00:00
paul c81b5638a8 improve the storage of refresh tokens for microsoft users
patch by David Fletcher
2022-01-13 10:22:11 +00:00
paul bd288570a0 improve the storage of refresh tokens for microsoft users
patch by David Fletcher
2022-01-13 10:21:27 +00:00
Colin Leroy-Mira f2a5429aec Fix uses after frees 2022-01-04 11:47:36 +01:00
Colin Leroy-Mira 2c79a264d4 Fix uses after frees 2022-01-04 11:44:12 +01:00
Michael Rasmussen 7182ba2d6d Use internal function alertpanel_error instead of gtk_message_dialog
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2022-01-04 11:25:10 +01: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
Colin Leroy 3b2fc511f1 Fix CID 1495421 and 1495420 2022-01-03 09:43:57 +01:00
Colin Leroy 9171e908bb Fix CID 1495421 and 1495420 2022-01-03 09:43:28 +01:00
Michael Rasmussen b7792aad0d Fix -Wformat warnings. Adapted patch for gtk3 branch by Jonathan Boeing
Signed-off-by: Michael Rasmussen <mir@datanom.net>
2022-01-02 16:12:56 +01:00
Jonathan Boeing 28b9c8e659 Fix -Wformat warnings 2022-01-02 15:59:16 +01:00
Jonathan Boeing 67f11d6278 Don't assume docbook2pdf variable is set 2022-01-02 07:47:29 -07:00
Jonathan Boeing 7464133afb Don't assume docbook2pdf variable is set 2022-01-02 07:18:39 -07:00