Warning, /pim/kube/dist/flatpak/patch/pinentry-keyring.patch is written in an unsupported language. File is not indexed.

0001 diff -r -p pinentry-1.1.0/qt/main.cpp pinentry-1.1.0_mod/qt/main.cpp
0002 *** pinentry-1.1.0/qt/main.cpp  2017-12-03 17:13:05.000000000 +0100
0003 --- pinentry-1.1.0_mod/qt/main.cpp      2020-03-14 11:19:18.768004832 +0100
0004 *************** qt_cmd_handler(pinentry_t pe)
0005 *** 229,234 ****
0006 --- 229,236 ----
0007               pe->repeat_okay = (pinStr == pinentry.repeatedPin());
0008           }
0009   
0010 +         pe->may_cache_password = 1;
0011 + 
0012           int len = strlen(pin.constData());
0013           if (len >= 0) {
0014               pinentry_setbufferlen(pe, len + 1);
0015