Skip to content

Conversation

@jxmx
Copy link
Member

@jxmx jxmx commented Aug 11, 2025

This appears to be obsolete and not really used in the compilation process but I want a second set of eyes. No module links to the library and it doesn't appear to be embedded.

@jxmx jxmx requested a review from Allan-N August 11, 2025 01:12
Copy link
Contributor

@Allan-N Allan-N left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The c-client bits look to be part of app_voicemail and the "Storage of Voicemail using IMAP4" option. I don't think this is something we need to worry about.

@jxmx jxmx merged commit 2f21f07 into develop Aug 12, 2025
6 checks passed
@jxmx jxmx deleted the trixie_prep branch August 12, 2025 19:04
@mkmer
Copy link

mkmer commented Aug 13, 2025

It's a bit odd, 1 of my systems had it installed, the other 4 did not. Best I can tell, all of them work fine

@jxmx
Copy link
Member Author

jxmx commented Aug 13, 2025

It was a build-time dependency (supposedly). But UW-IMAP c-client hasn't been maintained since circa-2005. So it's beyond ancient.

@Allan-N
Copy link
Contributor

Allan-N commented Aug 13, 2025

From app/app_voicemail.c :

#ifdef USE_SYSTEM_IMAP
#include <imap/c-client.h>
...
#elif defined (USE_SYSTEM_CCLIENT)
#include <c-client/c-client.h>
...
#else
#include "c-client.h"
...
#endif
#endif

So, the module would be built differently, depending on what packages/libraries had been installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants