Activity for Mahogany mail and news client

  • Vadim Zeitlin committed [2ed4ee] on m

    Drop "dynamic" Python support

  • Vadim Zeitlin committed [1332f9] on m

    Work around listing update problems with wxGTK/Wayland

  • Vadim Zeitlin committed [7dc61e] on m

    Avoid reentrancies in wxFolderListCtrl with wxGTK

  • Vadim Zeitlin committed [dce8a0] on m

    Use the same email for all commits by Vadim Zeitlin

  • Vadim Zeitlin committed [eda0a6] on m

    Fix typo in a comment in wxFolderListCtrl

  • Vadim Zeitlin committed [2cea6d] on m

    Fix comparing "From" addresses containing commas with own ones

  • Vadim Zeitlin committed [9cbf60] on m

    Use the same name and email for all Nerijus's commits

  • Vadim Zeitlin committed [d65955] on m

    Remove now unused SSL-related options

  • Vadim Zeitlin committed [b8875f] on m

    Fold "References:" header in the sent messages properly

  • Vadim Zeitlin committed [4b3940] on m

    Fix constructing "References" header in replies

  • Vadim Zeitlin committed [13453c] on m

    Use proper end of line characters for multiline headers

  • Vadim Zeitlin committed [466ad2] on m

    Fix wrong encoding conversion code in composer code

  • Vadim Zeitlin committed [d34c24] on m

    Remove unnecessary c_str() calls from wxLogXXX() etc in GUI code

  • Vadim Zeitlin committed [01e507] on m

    Show horizontal scrollbar in MTextDialog with wxGTK

  • Vadim Zeitlin committed [f7a43f] on m

    Adjust menu accelerators to work with GTK

  • Vadim Zeitlin committed [403f3c] on m

    Add a dummy icon and a .desktop file using it

  • Vadim Zeitlin committed [e4c01c] on m

    Always link with OpenSSL libraries under Unix

  • Vadim Zeitlin committed [7c0dce] on m

    Fix deprecation warning due to wrong wxString ctor use

  • Vadim Zeitlin committed [9b487c] on m

    Avoid warning about __STRICT_ANSI__ redefinition

  • Vadim Zeitlin committed [f4df09] on m

    Stop copying URLs to primary selection under Unix

  • Vadim Zeitlin committed [eaf382] on m

    Fix formatting specifier in address autocollect code

  • Nerijus Baliūnas Nerijus Baliūnas committed [d0ecd4] on m

    Replace fgrep with grep -F to fix the warning on Fedora 38

  • Vadim Zeitlin committed [743dd9]

    Compilation fix for non-MSW after the last commit

  • Vadim Zeitlin committed [8468e4]

    Fix wxLayoutWindow drawing with the latest wx 3.3

  • Vadim Zeitlin committed [9ed536]

    Remove unnecessary wc_str() conversion parameter

  • Vadim Zeitlin committed [56c7a7]

    Correct handling of folder names using modified UTF-7

  • Vadim Zeitlin committed [bddbc6]

    Avoid gcc 12 warnings about deprecated default special members

  • Vadim Zeitlin committed [cce067]

    Fix harmless spurious fall through warning from gcc 12

  • Vadim Zeitlin committed [05487c]

    Fix build with wxWidgets 3.2 without 3.0 compatibility

  • Vadim Zeitlin committed [65a3d2]

    Remove ancient module for exporting address book in Palm format

  • Nerijus Baliūnas Nerijus Baliūnas committed [228268]

    Fix compilation with OpenSSL 3.0

  • Nerijus Baliūnas Nerijus Baliūnas committed [791b9f]

    Correct letter ū

  • Vadim Zeitlin committed [e730c3]

    Use a wxPanel, not just a wxWindow, as viewer window parent

  • Vadim Zeitlin committed [b04906]

    Make wxHTML VFS file names not only simpler, but correct

  • Vadim Zeitlin committed [566f4a]

    Fix warning about inconsistent operators redefinition in iterator

  • Vadim Zeitlin committed [521423]

    Make wxHTML VFS file names simpler and more unique

  • Vadim Zeitlin committed [34d06b]

    Remove hard-coded Python paths from the project file

  • Vadim Zeitlin committed [bf0ee0]

    Remove obsolete MSVS 2008 project file

  • Vadim Zeitlin committed [a89d73]

    Simplify opening URLs in the simple case

  • Vadim Zeitlin committed [3dfac8]

    Undefine min after including c-client headers too

  • Vadim Zeitlin committed [e3c352]

    Add option for addresses not to reply to automatically

  • Vadim Zeitlin committed [5e484b]

    Remove old MSVS 200x project files

  • Vadim Zeitlin committed [39c059]

    Remove the obsolete "MinimalRebuild" option from MSVS project

  • Vadim Zeitlin committed [256481]

    Update solution file for MSVS 2019 too

  • Vadim Zeitlin committed [276405]

    Use wxWidgets libraries built with MSVS 2019

  • Vadim Zeitlin committed [b59fab]

    Upgrade MSVS projects to MSVS 2019 version

  • Vadim Zeitlin committed [9c06cb]

    Merge branch 'msvs-2019'

  • Vadim Zeitlin committed [23fd7c]

    Include wxwin.m4 in the source tree

  • Vadim Zeitlin committed [fe735b]

    Define safe_flock() function in Linux c-client header

  • Vadim Zeitlin committed [ceb132]

    Fix warnings about wrong scandir() parameter types in c-client

  • Vadim Zeitlin committed [e1fa3d]

    Declare utime() in Linux c-client headers

  • Vadim Zeitlin committed [84250a]

    Add missing break for WXMENU_FILE_POST handler

  • Vadim Zeitlin committed [949b0c]

    Avoid gcc 8+ implicit fall through warnings

  • Vadim Zeitlin committed [1db144]

    Fix wrong bit flag operation in upgrade code

  • Vadim Zeitlin committed [8f806c]

    Improve const correctness in c-client code

  • Vadim Zeitlin committed [6fe1ae]

    Really open file in read-only mode in line ADB provider

  • Vadim Zeitlin committed [a79b43]

    Fix wrong warning fix which broke old migration code

  • Vadim Zeitlin committed [e97383]

    Stop defining _XOPEN_SOURCE and _BSD_SOURCE in c-client sources

  • Vadim Zeitlin committed [94b44f]

    Merge branch 'c-client-warnings'

  • Vadim Zeitlin committed [3238ee]

    Use AX_C_CHECK_FLAG() and AX_CXX_CHECK_FLAG() in configure

  • Vadim Zeitlin committed [75f6f2]

    Disable -Wcast-function-type with gcc 8+

  • Nerijus Baliūnas Nerijus Baliūnas committed [e59220]

    Fix link with gcc 10

  • Vadim Zeitlin committed [00c2f6]

    Decode PGP-encoded messages using UTF-8 instead of Latin-1

  • Vadim Zeitlin committed [9b5b3a]

    Remove unnecessary inclusion of a private wx header

  • Vadim Zeitlin committed [a6c1e3]

    Use UTF-8 as fallback encoding for MIME headers directly

  • Vadim Zeitlin committed [61864a]

    Remove SSL_state not existing any more in OpenSSL 1.1

  • Vadim Zeitlin committed [708909]

    Refactor UTF-8 non-strict decoding to a separate function

  • Vadim Zeitlin committed [0c8afa]

    Avoid assertion failures when reloading SSL DLLs

  • Vadim Zeitlin committed [1b285d]

    Prefer using lax UTF-8 decoding to Latin-1 for UTF-8 MIME parts

  • Vadim Zeitlin committed [f70237]

    Allow viewing not quite UTF-8 messages using UTF-8

  • Nerijus Baliūnas Nerijus Baliūnas committed [7a2637]

    fixed compilation with OpenSSL 1.1.1

  • Vadim Zeitlin committed [493707]

    Remove mnemonic from "Delete" button in filter dialogs

  • Vadim Zeitlin committed [154fd5]

    Ignore KEY_CONSIDERED and PINENTRY_LAUNCHED gpg outputs

  • Vadim Zeitlin committed [526e00]

    Fix wrong checks of wxListCtrl::SetItem() return value

  • Vadim Zeitlin committed [27e1db]

    Don't show unknown GPG messages as warnings

  • Vadim Zeitlin committed [699856]

    Always compile helper libraries as PIC code

  • Vadim Zeitlin committed [9f37aa]

    Remove asserts checking that "this" is non-null

  • Vadim Zeitlin committed [7e21e9]

    Merge branch 'pgp-fixes'

  • Vadim Zeitlin committed [9bde36]

    Just some minor tweaks to the progress dialog appearance

  • Vadim Zeitlin committed [d95b85]

    Get rid of extra junk in quote prefix for mailing list posts

  • Vadim Zeitlin committed [9713e1]

    Improve showing multiple messages in an info bar

  • Vadim Zeitlin committed [54e985]

    Add a way to show log messages less intrusively

  • Vadim Zeitlin committed [2dab03]

    Merge branch 'better-log'

  • Vadim Zeitlin committed [27485d]

    Remove the never used logging macros

  • Vadim Zeitlin committed [b3e924]

    Use C++11 member initialization in wxMLog

  • Vadim Zeitlin committed [3ffe56]

    Improve appearance of progress dialog on folder opening

  • Vadim Zeitlin committed [6b0283]

    Upgrade MSVS projects to 2017 version

  • Vadim Zeitlin committed [dea158]

    Really use ISO date time format in message log

  • Vadim Zeitlin committed [b0f19a]

    Remove generated configure file from version control system

  • Vadim Zeitlin committed [b28d2e]

    Add bootstrap script to initialize the Unix build system

  • Vadim Zeitlin committed [af354a]

    Rename autoconf input file to configure.ac

  • Vadim Zeitlin committed [20d109]

    Avoid assert failures due to invalid encoded words in headers

  • Vadim Zeitlin committed [379f3e]

    Avoid deprecation warning with wxWidgets 3.x

  • Vadim Zeitlin committed [9d47e4]

    Build Mahogany in C++11 mode under Unix

  • Vadim Zeitlin committed [905711]

    Merge branch 'configure-cleanup'

  • Vadim Zeitlin committed [4a469d]

    Don't assert if getting message while filtering fails

  • Vadim Zeitlin committed [2a94d4]

    Get rid of unnecessary AC_REVISION() in configure

  • Vadim Zeitlin committed [6686f6]

    Detect Python 2.7 in configure

  • Vadim Zeitlin committed [b46127]

    Fix using non default key for signing messages

  • Vadim Zeitlin committed [fc849a]

    Fix crash in folder creation dialog with a single config source

1 >