[pacman-dev] [PATCH 1/2] signing: modify question text with unknwon uid

2019-10-07 Thread Christian Hesse
From: Christian Hesse If the key's uid is unknown (for example with db signatures) the question was: :: Import PGP key 02FD1C7A934E614545849F19A6234074498E9CEE, "(null)"? [Y/n] Let's display a modified question for unknwon uid. Signed-off-by: Christian Hesse --- src/pacman/callback.c | 10 ++

Re: [pacman-dev] [PATCH 1/2] signing: modify question text with unknwon uid

2019-10-07 Thread Allan McRae
On 7/10/19 11:35 pm, Christian Hesse wrote: > From: Christian Hesse > > If the key's uid is unknown (for example with db signatures) the > question was: > > :: Import PGP key 02FD1C7A934E614545849F19A6234074498E9CEE, "(null)"? [Y/n] > > Let's display a modified question for unknwon uid. Typo

Re: [pacman-dev] [PATCH 1/2] signing: modify question text with unknwon uid

2019-10-07 Thread Christian Hesse
Allan McRae on Mon, 2019/10/07 23:44: > On 7/10/19 11:35 pm, Christian Hesse wrote: > > [...] > > Typo Uups, typing too fast. :-p > > + if (q->key->uid == NULL) { > > + q->import = yesno(_("Import PGP > > key %s with unknown uid?"),