Good morning Sergey!

[email protected] wrote:
 |*** Steffen Nurpmeso <[email protected]> [Thu, 21 Jan 2016 18:39:52 +0100]:
 |>This is now available on the [next] branch
 |
 |Great, I will look at it soon closer.

It is now fixed, sorry!

 |But I have got some issues with the "next" branch. I am on the commit:

 |Trying to build it (FreeBSD 10.2 amd64), gives the following error:

Oh yes, the fix was lingering around uncommitted, now done: we did
include checking for OK and ERR constants in mk-conf.sh, which on
FreeBSD are not defined in termcap.h but ncurses.h, therefore the
test succeeded for plain termcap.h...  I've now committed and
rebased that one, too.
Sorry for the inconvenience!

 |in the beginning of termcap.c (commenting related ifdefs) and it
 |compiled. But s-nail does not show any colours and Up-Down arrows (that
 |show previous entries of command line history) do not work. Seems that
 |s-nail does not aware now that my terminal is friendly with readline (?)
 |and colours.

No, colour support will change backward-incompatibly in v14.9.
The termcap support has been completely rewritten, too, but that
is not yet completed, so that the new colour support doesn't
automatically react upon the actual terminal, e.g., wether it has
256 colors, ISO colours, are no colours at all.  That is to be
implemented.  For now i help myself with string comparison of the
terminal name, as in

   define v14_9 {
      if t && $features =@ COLOUR
         if $TERM !@ 256
            colour sum-dotmark   ft=reverse,fg=blue dot
            colour sum-header    fg=blue dot
            colour sum-thread    fg=blue dot
            colour sum-thread    fg=magenta
         else
            colour sum-dotmark   ft=bold,fg=13 dot
            colour sum-header    fg=19 older
            colour sum-header    fg=16,bg=219 dot
            colour sum-header    fg=17
            colour sum-thread    ft=bold,fg=164,bg=219 dot
            colour sum-thread    fg=172
         endif
         mono sum-dotmark  ft=bold,ft=reverse dot
         mono sum-header   ft=bold dot
         mono sum-thread   ft=bold dot

         if $TERM !@ 256
            colour view-from_    fg=brown
            colour view-header   ft=bold,fg=red from,subject
            colour view-header   fg=red
         else
            colour view-from_    fg=142
            colour view-header   ft=bold,fg=red from,subject
            colour view-header   fg=124 to,cc
            colour view-header   fg=203 reply-to,mail-followup-to,user-agent
            colour view-header   fg=88
         endif
         colour view-msginfo  fg=green
         colour view-partinfo fg=brown
         mono view-header     ft=bold from,subject
         mono view-msginfo    ft=reverse,ft=underline
         mono view-partinfo   ft=bold,ft=underline
      endif

      source "gpg -qd ~/.s-nailrc-private.gpg |"
this line won't work on [next] since `source' in macros won't work
   }

   if $version-major >= 14
      ~v14_8
      if $version >= v14.9 || $version >= v14.8.6 && $features =@ DEVEL
         ~v14_9
      endif
   endif

Also there is no more IMAP support (that is, for now, since it
seems people use S-nail for easy IMAP access, and if its only for
fetching purposes, i'll give it a try to reinstantiate it if at
all possible with the slightly changed signal handling).

I mean, you really don't have to do that and test it any further
if the first patch does anything you need, really.  We will have
proper and matured support of that stuff in v14.9, thanks again!
Ciao!

--steffen

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
S-nail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/s-nail-users

Reply via email to