Neomutt packages available

2016-06-23 Thread Elimar Riesebieter
Hi all, I am pleased to announce the availability of neomutt [0] packages for Debian. Hints for installation you'll find at [1]. I've packaged neomutt for Debian. A Debian ITP [2] is filed. The binaries are build in a sid environment. The sources are fetched from [3]. The neomutt branch is used.

Re: Sad news

2009-09-30 Thread Elimar Riesebieter
* Brendan Cully [090928 23:20 -0700] > I am deeply saddened to report that Rocco Rutte died of cancer last > week. He'd been sick for some time, but it still seems terribly > sudden. I wish we'd had a chance to meet in person, and I am glad > that he chose to spend so much of his time with us. He w

Re: mutt: 4 new changesets

2009-05-17 Thread Elimar Riesebieter
* Brendan Cully [090516 00:00 -0700] > 4 new changesets in mutt: Not available in hg yet? Elimar -- Learned men are the cisterns of knowledge, not the fountainheads ;-)

Re: Bug#512072: RFH: mutt -- text-based mailreader supporting

2009-01-18 Thread Elimar Riesebieter
* Christoph Berg [090117 00:11 +0100] > [Resent here in case someone's interested] > > Hi, > > the Debian Mutt package needs more maintainers. > > There are almost 200 open bugs. Some of these are already forwarded > upstream and might just need some triaging/poking. Some need > forwarding. Some

Re: False envelope From saved via fcc when using

2008-11-04 Thread Elimar Riesebieter
* Thomas Parmelan [081104 16:00 +0100] > Hi, > > I am using the following configuration (real domains masked) : > > set from="[EMAIL PROTECTED]" > set use_from > set use_envelope_from > > send-hook . 'unmy_hdr from' > send-hook . 'set from="[EMAIL PROTECTED]"; set realname="Thomas Parmelan" > se

Re: Mutt 1.5.17 released

2007-11-02 Thread Elimar Riesebieter
On Thu, 01 Nov 2007 the mental interface of Brendan Cully told: > Hi all, > > Mutt 1.5.17 has just been posted to > > ftp://ftp.mutt.org/mutt/devel/mutt-1.5.17.tar.gz Modified Debian archiv with sidebar and indexcolor patch: deb http://www.lxtec.de/debarchiv unstable main deb-src http://

Re: Advice needed for new feature implementation

2007-10-16 Thread Elimar Riesebieter
On Tue, 16 Oct 2007 the mental interface of Damyan Ivanov told: > Hi, > > I need a user-level function in mutt, exposing the following > functionality: > > mutt_buffy_check(1); > mutt_buffy_list(); > > Rationale: I want to be able to forcibly check for new mails on all > mailboxes (and see

Re: Help needed to rework sidebarpatch

2007-09-30 Thread Elimar Riesebieter
On Sat, 22 Sep 2007 the mental interface of Rocco Rutte told: > Hi, > > * Elimar Riesebieter [07-09-20 19:37:47 +0200] wrote: > >> there are so many changes applied to muttlib.c. I want to patch the >> latest hg with the sidebarpatch and the only hunk which doesn't

Help needed to rework sidebarpatch

2007-09-20 Thread Elimar Riesebieter
Hi all, there are so many changes applied to muttlib.c. I want to patch the latest hg with the sidebarpatch and the only hunk which doesn't apply is: Index: mutt-1.5.16+hg20070905/muttlib.c === --- mutt-1.5.16+hg20070905.orig/muttli

Re: UI enhancements

2007-09-02 Thread Elimar Riesebieter
On Sun, 02 Sep 2007 the mental interface of Vladimír Marek told: > [...] [...] > JUst out of curiosity, how do you compose message out of different > mails ? For example you reply to someone, but need to include part > of another mail you got the day before. > > The way I'm using is to do normal

Re: UI enhancements

2007-08-31 Thread Elimar Riesebieter
On Fri, 31 Aug 2007 the mental interface of Rocco Rutte told: [...] If there's interest in these ideas, I'll polish the patches up for publishing and send them to the list. Yes, please ;) Will test wether your patch conflicts with the not yet mainstream included sidebar patch. Elimar -- On

Re: mutt: 2 new changesets

2007-06-09 Thread Elimar Riesebieter
On Sat, 09 Jun 2007 the mental interface of Brendan Cully told: > 2 new changesets in mutt: > > http://dev.mutt.org/hg/mutt/rev/53e5e1105fd2 > changeset: 5165:53e5e1105fd2 > branch: HEAD > tag: tip > user:Thomas Roessler <[EMAIL PROTECTED]> > date:Sat Jun 09 01:03:0

Re: [PATCH, RFC] mouse tracking support

2007-05-22 Thread Elimar Riesebieter
On Mon, 21 May 2007 the mental interface of Elimar Riesebieter told: > On Mon, 21 May 2007 the mental interface of > Christoph Berg told: > > > Hi, > > > > I've updated Anatoly's patch from 2005 that adds mouse tracking using > > slang/ncurses to mut

Re: [PATCH, RFC] mouse tracking support

2007-05-22 Thread Elimar Riesebieter
On Mon, 21 May 2007 the mental interface of Ian Collier told: > On Mon, May 21, 2007 at 10:23:01PM +0200, Elimar Riesebieter wrote: > > On Debian we can't build ncurses with --enable-ext-mouse, because > > binutils's ld doesn't know -lstdc++ : > > > >

Re: patch-1.5.14.rr.compressed.1 doesn't compile on latest hg

2007-05-21 Thread Elimar Riesebieter
On Mon, 21 May 2007 the mental interface of Christoph Berg told: > Re: Elimar Riesebieter 2007-05-14 <[EMAIL PROTECTED]> > > >> Latest mutt-hg patched with patch-1.5.14.rr.compressed.1 has > > >> compile errors: > > > > > >> Any hints?

Re: [PATCH, RFC] mouse tracking support

2007-05-21 Thread Elimar Riesebieter
On Mon, 21 May 2007 the mental interface of Christoph Berg told: > Hi, > > I've updated Anatoly's patch from 2005 that adds mouse tracking using > slang/ncurses to mutt. With "set mouse" (unset by default) mutt will > react to button1/2/3/wheel with configurable bindings. I like it :) > > I've t

Re: patch-1.5.14.rr.compressed.1 doesn't compile on latest hg

2007-05-14 Thread Elimar Riesebieter
On Mon, 14 May 2007 the mental interface of Rocco Rutte told: > Hi, > > * Elimar Riesebieter [07-05-13 16:07:08 +0200] wrote: > > >> Latest mutt-hg patched with patch-1.5.14.rr.compressed.1 has >> compile errors: > > [...] > >> Any hints? > > Ac

patch-1.5.14.rr.compressed.1 doesn't compile on latest hg version

2007-05-13 Thread Elimar Riesebieter
Hi all, Latest mutt-hg patched with patch-1.5.14.rr.compressed.1 has compile errors: ../compress.c: In function 'mutt_can_append_compressed': ../compress.c:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../compress.c: In function 'get_compression_cmd': ../comp

Re: Bug 2874 ("> " quoting with f-f)

2007-04-11 Thread Elimar Riesebieter
On Tue, 10 Apr 2007 the mental interface of William Yardley told: On Tue, Apr 10, 2007 at 07:00:28PM +0200, Elimar Riesebieter wrote: On Tue, 10 Apr 2007 the mental interface of Daniel Jacobowitz told: > This bug happens for anyone without text_flowed set. Hmm, my settings

Re: Bug 2874 ("> " quoting with f-f)

2007-04-10 Thread Elimar Riesebieter
On Tue, 10 Apr 2007 the mental interface of Daniel Jacobowitz told: Sorry, writing to the list since trac claims to have sent me a password but apparently hasn't yet... This bug happens for anyone without text_flowed set. In that case s->prefix is set to "> " and then another space is added in

Re: [Mutt] #1603: wish configurable "Re: your mail" on subject-less

2007-04-07 Thread Elimar Riesebieter
On Sat, 07 Apr 2007 the mental interface of Paul Walker told: [...] If it's not a silly question, why have you entered the same text into 20 or 30 different (and unrelated) bugs...? SPAM! -- "Talking much about oneself can also be a means to conceal oneself." -Friedrich Nietz

Re: special chars

2007-03-19 Thread Elimar Riesebieter
On Mon, 19 Mar 2007 the mental interface of Elimar Riesebieter told: [...] Yeah babe, I've had: iconv-hook ISO-8859-1 ANSI_X3.4-1968 for an uncommented reason. Unset solved the prob ;) For a test: ae ä ue ü oe ö sz ß Heheheheh, it works ;) Elimar -- Planung: Ersatz des Zu

Re: sidebar

2007-03-19 Thread Elimar Riesebieter
19 Mar 2007 the mental interface of Rocco Rutte told: Hi, * Christoph Berg [07-03-19 10:54:41 +0100] wrote: Re: Elimar Riesebieter 2007-03-18 <[EMAIL PROTECTED]> [0} http://bereshit.synflood.at/svn/mutt-patches/trunk/patches/ak.sidebar-shortenname.diff [1] http://bereshit.synflood.at/s

Re: special chars

2007-03-19 Thread Elimar Riesebieter
On Mon, 19 Mar 2007 the mental interface of TAKAHASHI Tamotsu told: * Mon Mar 19 2007 TAKAHASHI Tamotsu <[EMAIL PROTECTED]> * Mon Mar 19 2007 Elimar Riesebieter <[EMAIL PROTECTED]> > >* Sun Mar 18 2007 Elimar Riesebieter <[EMAIL PROTECTED]> > >>I've com

Re: special chars

2007-03-18 Thread Elimar Riesebieter
On Mon, 19 Mar 2007 the mental interface of TAKAHASHI Tamotsu told: * Sun Mar 18 2007 Elimar Riesebieter <[EMAIL PROTECTED]> I've compiled a today's hg clone. Mutt doesn't show special chars like the `German Umlauts' -> ae_?_ ue_?_ oe_?_ sz_?_ anymore. Plain 1.5.1

special chars

2007-03-18 Thread Elimar Riesebieter
Hi all, I've compiled a today's hg clone. Mutt doesn't show special chars like the `German Umlauts' -> ae_?_ ue_?_ oe_?_ sz_?_ anymore. Plain 1.5.14 does. No changes to muttrc. Any hints? Elimar -- Experience is something you don't get until just after you need it!

sidebar

2007-03-18 Thread Elimar Riesebieter
Hi all, I managed to get the sidebar patch working very well upon Christoph Berg's Debian mutt package. I had to disabled the maildir-mtime patch, 'cause the sidebar patch made it impossible to work with nfs shared maildirs. As well I enabled the indexcolor included in debian/patches/not-applied

Re: What's needed for mutt 1.6?

2007-02-22 Thread Elimar Riesebieter
On Thu, 22 Feb 2007 the mental interface of Brendan Cully told: > On Thursday, 22 February 2007 at 23:02, Elimar Riesebieter wrote: > > On Thu, 22 Feb 2007 the mental interface of > > Brendan Cully told: > > > > > I intend to cut 1.5.14 this weekend. I'd like t

Re: What's needed for mutt 1.6?

2007-02-22 Thread Elimar Riesebieter
On Thu, 22 Feb 2007 the mental interface of Brendan Cully told: > I intend to cut 1.5.14 this weekend. I'd like to make 1.5.15 the last > proper dev release for 1.6 - that is, feature-freeze after > 1.5.15. So, I'd like to hear once again which patches everyone would > like to see in 1.6 (and whic

Re: What's needed for mutt 1.6?

2007-02-22 Thread Elimar Riesebieter
On Thu, 22 Feb 2007 the mental interface of Brendan Cully told: > I intend to cut 1.5.14 this weekend. I'd like to make 1.5.15 the last > proper dev release for 1.6 - that is, feature-freeze after > 1.5.15. So, I'd like to hear once again which patches everyone would > like to see in 1.6 (and whic