mutt: Enable C99 mode for compiler. (See #3638).

2015-08-17 Thread Brendan Cully
changeset: 6480:8b2fe6a4db79 user: Kevin McCarthy date: Mon Aug 17 12:26:43 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/8b2fe6a4db79 Enable C99 mode for compiler. (See #3638). This is already the default for clang (FreeBSD) so shouldn't cause any issues. Enabling this will

mutt: Change mutt_adv_mktemp to call mutt_mktemp instead of mkte...

2015-08-17 Thread Brendan Cully
changeset: 6481:356443232291 user: Kevin McCarthy date: Mon Aug 17 12:31:40 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/356443232291 Change mutt_adv_mktemp to call mutt_mktemp instead of mktemp. (see #3638). mutt_mktemp is currently called in 95% of the cases in mutt, and is

Re: [PATCH] Change mutt_adv_mktemp to call mutt_mktemp instead of mktemp. (see #3638).

2015-08-17 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > So that's what I've done: added a new macro mutt_mktemp_pfx_sfx() that > calls mutt_mktemp() with a prefix and suffix to use. The old calls to > mutt_mktemp (which fortunately is a macro) now have "mutt" and NULL > passed in as the prefix and suffix, which should provide

Re: Using C99 standard compiler option

2015-08-17 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > The overlong string warning for our Copyright string is remedied if we > specify the C99 standard to the compiler. This is easily accomplished > by adding "AC_PROG_CC_C99" to configure.ac. > > Are there any "gotcha"s or reasons to avoid doing this? Since FreeBSD (clang

Re: [Mutt] #3638: Compilation errors for 1.6

2015-08-17 Thread Mutt
#3638: Compilation errors for 1.6 ---+-- Reporter: grarpamp | Owner: mutt-dev Type: defect| Status: closed Priority: major | Milestone: 1.6 Component: mutt |Version: 1.5.21 Resolution: fixed | Keywords: --

mutt: Add idn to MUTTLIBS instead of LIBS (see #3638)

2015-08-17 Thread Brendan Cully
changeset: 6482:c0180991c352 user: Kevin McCarthy date: Mon Aug 17 14:51:07 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/c0180991c352 Add idn to MUTTLIBS instead of LIBS (see #3638) Currently, -lidn is included while linking all the mutt binaries. Add it to MUTTLIBS instead s

Re: [Mutt] #3719: Segmentation fault

2015-08-17 Thread Mutt
#3719: Segmentation fault ---+ Reporter: sriharimanoj | Owner: sriharimanoj@… Type: defect| Status: closed Priority: critical | Milestone: 2.0 Component: mutt |Version: 1.4 Resolution: inval

[Mutt] #3772: Fetching message gets stuck 0K

2015-08-17 Thread Mutt
#3772: Fetching message gets stuck 0K +- Reporter: jaredmauch | Owner: brendan Type: defect | Status: new Priority: major | Milestone: Component: IMAP|Version: 1.5.23 Keywords: | --