lp://qastaging/balsa
- Get this branch:
- bzr branch lp://qastaging/balsa
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://gitlab.gnome.org/GNOME/balsa.git.
Last successful import was .
Recent revisions
- 9227. By Albrecht Dreß <email address hidden>
-
Merge branch 'mbox-no-recovery' into 'master'
mailbox_mbox: Do not try to recover
See merge request GNOME/balsa!84
- 9226. By Albrecht Dreß <email address hidden>
-
Merge branch 'homogeneous-
buttons' into 'master' html: Align "Download..." and "Close" buttons
See merge request GNOME/balsa!83
- 9225. By Peter Bloomfield <email address hidden>
-
Merge branch '93-gpe-
sqlite2- support' into 'master' GPE address book support: cfg option, drop SQLite 2
Closes #93
See merge request GNOME/balsa!82
- 9222. By Albrecht Dreß <email address hidden>
-
simplify GMime parser options initialisation
Use GLib's g_once_init_* methods to initialise the global GMime parser
options instead of explicitly calling libbalsa_parser_ options_ init(). Signed-off-by: Albrecht Dreß <email address hidden>
- 9220. By Albrecht Dreß <email address hidden>
-
fix signed single-bit confusion detected by clang-16
error: implicit truncation from 'int' to a one-bit wide bit-field
changes value from 1 to -1See also MISRA C:2012, Rule 6.2 "Single-bit named bit fields shall not
be of a signed type":"According to the C99 Standard Section 6.2.6.2, a single-bit signed
bit-field has a single (one) sign bit and no (zero) value bits. In any
representation of integers, 0 value bits cannot specify a meaningful
value.A single-bit signed bit-field is therefore unlikely to behave in a
useful way and its presence is likely to indicate programmer confusion."Signed-off-by: Albrecht Dreß <email address hidden>
- 9219. By Albrecht Dreß <email address hidden>
-
fix conflicting prototype detected by clang-16
error: a function declaration without a prototype is deprecated in all
versions of C and is treated as a zero-parameter prototype in C2x,
conflicting with a subsequent definitionSigned-off-by: Albrecht Dreß <email address hidden>
- 9218. By Albrecht Dreß <email address hidden>
-
fix potential buffer overflow detected by clang-16
error: 'sscanf' may overflow; destination buffer in argument 3 has size
256, but the corresponding specifier may require size 257Signed-off-by: Albrecht Dreß <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)