[sup-talk] Exception when trying to open console view

2009-09-09 Thread Gaute Hope
Greetings, I get this exception when pressing '~' in the main view: --- ArgumentError from thread: main wrong number of arguments (0 for 1) /home/gaute/.gem/ruby/1.8/gems/sup-999/lib/sup/modes/console-mode.rb:67:in `initialize'

[sup-talk] updated before-poll hook for offlineimap

2009-09-09 Thread Gaute Hope
Greetings, Here's an updated before-poll.rb hook for offlineimap working with latest git. I'm suppressing some nasty python deprecation errors as well. before-poll.rb: def offlineimap(*folders) cmd = offlineimap -u Noninteractive.Basic 21 cmd -f #{folders * ','} unless

Re: [sup-talk] Bug: Xapian exception after having polled

2009-10-04 Thread Gaute Hope
Greetings, Applied; fails at the same point, new backtrace attached. (ps: your patch fails with 'git am' might be the Author: line that should be a From:) - gaute On Sat, Oct 03, 2009 at 02:22:34PM -0400, Rich Lane wrote: Apply the attached patch and let us know what the new backtrace is.

Re: [sup-talk] Bug: Xapian exception after having polled

2009-10-04 Thread Gaute Hope
Still having problems, but got a bit more output, see attached exception.log [sup.git](next) $ git log --oneline -6 a209178 more id assertions 0eee097 Merge branch 'master' into next 93b5552 more release-script updates f56badb Merge branch 'master' into next b9071e5 change date for 0.9 release

Re: [sup-talk] Bug: Xapian exception after having polled

2009-10-04 Thread Gaute Hope
/bin/sup:19:in `load' /home/gaute/.gem/ruby/1.8/bin/sup:19 From 7e99810ebf7d3f361c31236c3c131c1c794f8076 Mon Sep 17 00:00:00 2001 From: Gaute Hope e...@gaute.vetsj.com Date: Sun, 4 Oct 2009 21:17:23 +0200 Subject: [PATCH] for your confirmation.. --- lib/sup/message.rb |5 ++--- 1 files changed, 2

Re: [sup-talk] Bug: Xapian exception after having polled

2009-10-05 Thread Gaute Hope
Did a 'sup-sync --changed -o' and the problem seems to be gone. - gaute Excerpts from Gaute Hope's message of su. okt. 04 21:20:50 +0200 2009: Still the same.. (run without '-n' then P this time, thats the reason for the longer exception..) [sup.git](next-nil) $ git log --oneline -4

Re: [sup-talk] Bug: Xapian exception after having polled

2009-10-06 Thread Gaute Hope
Excerpts from Guillaume Quintard's message of ty. okt. 06 12:14:43 +0200 2009: On Tue, Oct 6, 2009 at 12:01 AM, Gaute Hope e...@gaute.vetsj.com wrote: Did a 'sup-sync --changed -o' and the problem seems to be gone. --- RuntimeError from thread: load threads for thread-index-mode wrong id

Re: [sup-talk] Feature Request: Collecting Lines in Index Mode

2009-10-08 Thread Gaute Hope
Excerpts from Christopher Bertels's message of to. okt. 08 21:33:44 +0200 2009: Excerpts from Christian Dietrich's message of Do Okt 08 20:28:59 +0200 2009: Yeah thats cool, i implemented it, just type Enter on a Time Mark (after pulling) Indeed, very nice. Thanks :) I'd like to see this

Re: [sup-talk] offlineimap before-poll.rb undefined method 'usual_sources'

2009-11-13 Thread Gaute Hope
Excerpts from Micah Anderson's message of fr. nov. 13 16:53:15 +0100 2009: The before-poll.rb wiki example[0] seems to be what I am interested in, however it doesn't work and provides a traceback. It reads as follows: def offlineimap(*folders) cmd = offlineimap -q -u Noninteractive.Basic

[sup-talk] browser filter / attachment ideas

2009-11-25 Thread Gaute Hope
Greetings, Is there already a way to put a filter on the file browser? i.e: exclude anything that start with a '.' ? is there a hook for this? I know there is a way of saving all attachments to a folder, but is there a way to save a single attachment to a folder, now when I want to save it I

Re: [sup-talk] Ruby 1.9: encodings

2009-12-18 Thread Gaute Hope
I just tried.. im getting the same, afraid im not skilled enough to figure out what is wrong thou.. --- ArgumentError from thread: load threads for thread-index-mode invalid byte sequence in US-ASCII /home/gaute/dev/ruby/sup.git/lib/sup/util.rb:181:in `scan'

Re: [sup-talk] sup with 120K mail

2009-12-28 Thread Gaute Hope
Excerpts from Tero Tilus's message of 2009-12-28 20:34:07 +0100: Quit is slow. If I just check mail (launch, first poll adds 10-15 messages, archive them and quit) sup exits in a couple of seconds (just long enough that you start to wonder if you pressed Q or not) but if sup has been running

[sup-talk] List all mail?

2010-01-29 Thread Gaute Hope
Hey, Again possibly a simple question - is it possible to just list all mail? Before I think I just did 'F' and searched blank, that doesn't work anymore with the saved searches. Regards, Gaute signature.asc Description: PGP signature ___ sup-talk

Re: [sup-talk] List all mail?

2010-01-29 Thread Gaute Hope
Excerpts from Shreyank Gupta's message of 2010-01-29 13:05:00 +0100: On Fri, Jan 29, 2010 at 4:03 PM, Gaute Hope e...@gaute.vetsj.com wrote: Hey, Again possibly a simple question - is it possible to just list all mail? Before I think I just did 'F' and searched blank, that doesn't work

Re: [sup-talk] [patch] Add crypto_selector variable to before-edit

2010-03-09 Thread Gaute Hope
Excerpts from Daniel Schoepe's message of 2010-01-26 16:55:55 +0100: Excerpts from William Morgan's message of Sat Jan 23 13:53:04 +0100 2010: Hi Daniel, I like the idea, but would prefer a dedicated crypto-mode hook analogous to how we have the reply-to hook for setting the default

Re: [sup-talk] Problem with lbdb and extra contacts hook

2010-03-12 Thread Gaute Hope
Excerpts from John Bent's message of 2010-03-11 22:09:04 +0100: Excerpts from Ali Polatel's message of Sun Sep 20 17:11:04 -0600 2009: Ali Polatel yazmış: Hello, I've just started using sup and I'm really loving it. Thanks for the great software. I have a problem with

[sup-talk] Un-threading

2010-04-13 Thread Gaute Hope
Greetings, is it possible to un-thread messages? I recently by wrongly threaded some messages using #, using 'u' didn't work - but undid the changes before. This might be fixed in latest (just pulled from git). But is it possible to un-thread a message when you are viewing a thread? I.e. by

Re: [sup-talk] Arch Linux sup now failing.

2010-09-03 Thread Gaute Hope
Excerpts from Gaute Hope's message of 2010-09-03 20:13:42 +0200: So I gave up :p and downgraded to 1.9.1-p378 from arch, I jumped a few revisions back in Arch'es ABS (PKGBUILD's), I'll attach the PKGBUILD here for you, but you could grab it yourself from ArchLinux's repository. Still

Re: [sup-talk] Slow opening of threads?

2010-10-22 Thread Gaute Hope
Excerpts from Shadowfirebird's message of fr. okt. 22 11:23:42 +0200 2010: It *could* be because my maildir is on the other side of an NFS mount. Or, not. I'd test that :) I have no problems - might be that simple seek operations are really expansive over NFS. - gaute

Re: [sup-talk] Adding maildir folder with a space

2011-10-08 Thread Gaute Hope
Excerpts from Martin Miller's message of 2011-10-08 19:14:34 +0200: The URI is a file path in this case, so the usual way of putting a space in is to put a backslash in front of the space. So for sources.yaml you could do: uri: maildir:/home/marty/lavabit/Acct\ Dtls I should have

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox

2011-11-09 Thread Gaute Hope
I am getting the same error now, after upgraded ruby and gems.. bin/sup-sync:11: warning: method redefined; discarding old to_s /home/gaute/dev/ruby/sup.git/lib/sup.rb:18:in `id': wrong id called on {uri=maildir:///home/gaute/.mail/gaute.vetsj.com/Gmail.All_Mail, usual=true, archived=false, id=3,

Re: [sup-talk] small patch and build error

2011-11-21 Thread Gaute Hope
Excerpts from hollunder's message of 2011-11-19 01:33:08 +0100: Hi there again, I have a small patch as well. This one is against sup-next and fixes a path issue in the rakefile (cannot load such file -- sup-files) and a deprecation warning (WARNING: rake/gempackagetask is deprecated. Use

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox

2011-11-21 Thread Gaute Hope
Excerpts from hollunder's message of 2011-11-18 20:34:20 +0100: Hi Gaute, thanks for fixing stuff. I tried to build from your git repo (git://gitorious.org/sup/gautehs-mainline.git, branch:gauteisrunning). However, it doesn't build, same as sup from the main repo. Do you know what the

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox

2011-11-21 Thread Gaute Hope
Excerpts from Philipp Überbacher's message of 2011-11-21 23:15:21 +0100: Excerpts from Michael Stapelberg's message of 2011-11-21 22:18:36 +0100: Hi Philipp, Excerpts from Philipp Überbacher's message of 2011-11-21 20:16:28 +: The last sup release definitely doesn't work with ruby

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox

2011-11-22 Thread Gaute Hope
Excerpts from Philipp Überbacher's message of 2011-11-22 10:18:18 +0100: Excerpts from Gaute Hope's message of 2011-11-22 00:48:09 +0100: Excerpts from Philipp Überbacher's message of 2011-11-21 23:15:21 +0100: Excerpts from Michael Stapelberg's message of 2011-11-21 22:18:36 +0100: Hi

Re: [sup-talk] [PATCH] detect and set charset on text/* attachments

2012-06-22 Thread Gaute Hope
Hi, Would be interested; but where's the patch ? ;) - Gaute Excerpts from Helge Titlestad's message of 2012-06-21 22:26:19 +0200: I got some feedback from non-suppers that my utf-8 text attachments were messed up. When I checked they (the MIME headers) lacked any info on charset, which I

Re: [sup-talk] replacement sup wiki

2013-01-14 Thread Gaute Hope
On 14. jan. 2013 00:40, Hamish D wrote: This is excellent news, thank you for the move! I was myself considering running our own bugtracker, seeing that wmorgan's github hasn't been updated in the last 7 months and he is the only one being able to act on them. Same thing would have to be done

Re: [sup-talk] Github organization for sup and heliotrope

2013-01-17 Thread Gaute Hope
Hi, I think this is a step in the right direction - given that there has been silence on wmorgans part so long. Kepping things in one place does work alot better, even if it means sacrificing a few features - I think that keeping the wiki along with the rest of the organization is the best.

Re: [sup-talk] Automatically saving all attachements

2013-01-30 Thread Gaute Hope
On 29. jan. 2013 19:50, Ico wrote: Does anyone happen to have a hook that automatically saves all attachements to a given directory when receiving or opening an e-mail? Thanks, Ico Maybe there is some inspiration to be found in the save_all_to_disk function (keypress 'A' in thread view

Re: [sup-talk] replacement sup wiki

2013-02-01 Thread Gaute Hope
On 13. jan. 2013 16:22, Hamish D wrote: Hello I've set up a wiki we can use as a replacement for the old unloved wiki - http://foobacca.co.uk/sup/ Unfortunately, most of the old wiki appears to be lost. The wiki software (usemod) only appears to keep the last 10 revisions of each page.

[sup-talk] Website: http://sup.rubyforge.org

2013-03-25 Thread Gaute Hope
Hi list, It would be great if the website http://sup.rubyforge.org could be updated to reflect the github organization (given that original maintainers agree). Does anyone active now have access to uploading new gems? Regards, Gaute ___ sup-talk

[sup-talk] Travis integration

2013-03-26 Thread Gaute Hope
...@reply.github.com To: sup-heliotrope/sup s...@noreply.github.com CC: Gaute Hope e...@gaute.vetsj.com +1 for merging this. With this patch and #10 and #11 applied, I can do `rake gem` locally. And I'm about to setup Travis integration. Even if there're no tests, it'd be much better to just do a smoking build

Re: [sup-talk] Travis integration

2013-03-26 Thread Gaute Hope
target for pull requests). Regards, gaute On 26. mars 2013 12:42, Whyme Lyu wrote: On 03/26/2013 03:11 PM, Gaute Hope wrote: What do you think about including the few files that are in the main repositories? Continuous integration is a widely adopted best practice now. A big +1 from me

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-13 Thread Gaute Hope
On 13. april 2013 14:49, Matthieu Rakotojaona wrote: I guess it's also the occasion to think about the mailing list. I guess no one has the rights on this one ? I don't see anything in github for this functionality. Yup - maybe its time for 'sup2' - from rubyforge:

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-13 Thread Gaute Hope
On la. 13. april 2013 kl. 12.09 +0200, Jonathan Lassoff wrote: On Sat, Apr 13, 2013 at 2:16 AM, Gaute Hope e...@gaute.vetsj.com wrote: Hi, Jonathan: I put your commit into a pull request at: - https://github.com/sup-heliotrope/sup/pull/19 Also, re-branding and updating to web-references

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-13 Thread Gaute Hope
This plan more or less holds whether we go sup2 or not, but I think it is easier to get rid of the hopeless dependencies. @sup-devel readers: discussion is currently at sup-talk, please send any responses there. Regards, Gaute On 13. april 2013 19:14, Gaute Hope wrote: On 13. april 2013 18:35

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-13 Thread Gaute Hope
On la. 13. april 2013 kl. 22.48 +0200, Jonathan Lassoff wrote: Maybe William can help out? https://twitter.com/wm/status/323175493367119873 That would be the best ;) But I still think we need to get rid of the deprecated and abandoned stuff. - gaute

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-13 Thread Gaute Hope
On 13. april 2013 21:15, Jonathan Lassoff wrote: http://supmua.org/ Just tossed this, up but it's mostly stuff from the old rubyforge page. Thats a good start, nice work! - gaute ___ sup-talk mailing list sup-talk@rubyforge.org

Re: [sup-talk] [sup-devel] sup: Fix for an UndefinedMethodError

2013-04-14 Thread Gaute Hope
On 14. april 2013 13:31, Eric Weikl wrote: Hi Gaute, That sounds like a plan of action :-) Excerpts from Gaute Hope's message of 2013-04-13 19:37:01 +0200: - Go for Mail in stead of RMail (index breakage) Is this related to getting rid of Iconv for Ruby 2.0.0, or is it a separate

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-14 Thread Gaute Hope
On 14. april 2013 19:45, Hamish D wrote: For sup2: - Fork a new repo: sup2 - Go for Mail in stead of RMail (index breakage) - Go for only Psych (config breakage), requires psych gem in 1.8 - Integrate the IMAP / label sync back stuff (personally this is what I miss the most) - Go for ruby

Re: [sup-talk] sup: Fix for an UndefinedMethodError

2013-04-15 Thread Gaute Hope
On 14. april 2013 19:45, Hamish D wrote: For sup2: - Fork a new repo: sup2 - Go for Mail in stead of RMail (index breakage) - Go for only Psych (config breakage), requires psych gem in 1.8 - Integrate the IMAP / label sync back stuff (personally this is what I miss the most) - Go for ruby

Re: [sup-talk] [sup-devel] sup: Fix for an UndefinedMethodError

2013-04-17 Thread Gaute Hope
On 16. april 2013 23:21, Matthieu Rakotojaona wrote: On 04/16, Eric Weikl wrote: Hi everyone, I created a new branch with all the commits from Damien Leone and Edward Yang related to maildir syncback and put it here: https://github.com/sup-heliotrope/sup/tree/maildir-sync I skipped some

[sup-talk] Encoding: UTF-8

2013-04-17 Thread Gaute Hope
Hi, I set up a wiki page about UTF-8, if-when Iconv gets deprecated it's an excellent time to get UTF-8 right. Please modify or comment. I intended the page as a sort of coding-guide, but there are (as part of Iconv deprecation) several parts that need to be re-written.

Re: [sup-talk] what can i help with?

2013-04-21 Thread Gaute Hope
Den 21. apr. 2013 kl. 12.11 skrev Gaute Hope: 3. What else? Does the rubyforge page manage these email lists? It would be good to be able to admin them. Perhaps put a note up on the Gitorious sup organization (to avoid confusion)? Is #sup @ freenode something that is in sup control

Re: [sup-talk] what can i help with?

2013-04-21 Thread Gaute Hope
Hi William, Thanks, this looks good. I will add Hamish and Matthieu as administrators as well. Regards, Gaute On 21. april 2013 18:41, William Morgan wrote: Ok, Gaute, I've added you as an admin of the Rubyforge page, and admin of the Gitorious project, and as an owner of the gem. Let me know

[sup-talk] Getting ready for sup-0.13

2013-04-28 Thread Gaute Hope
Greetings list, William has graciously given us access to the rest of the Sup infrastructure and the plan is to move as much as possible to GitHub. At the moment we are three maintainers: Hamish Downer, Matthieu Rakotojaona and myself. There are three categories for the sup repository team:

Re: [sup-talk] Getting ready for sup-0.13

2013-04-28 Thread Gaute Hope
On 28. april 2013 20:47, Jonathan Lassoff wrote: There are a few tasks and roles that need some love, among them: maintaining the web site and maintaining the maildir feature branch. I'd love to help contribute to testing, but am short on time these days. However, I setup the site, and will

Re: [sup-talk] [sup-devel] sup 0.13 - please test

2013-05-07 Thread Gaute Hope
On 28. april 2013 22:32, Hamish D wrote: We'd like to get version 0.13 of sup out soon. There's a fair bit of work gone into sup since 0.12 was released (in January 2011) that it would be good to get out there. Once that is done we can then work on the bigger goals we have for 0.14 - see

[sup-talk] Release 0.13.0

2013-05-15 Thread Gaute Hope
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings fellow Suppers, We have just released version 0.13.0 at Rubygems: https://rubygems.org/gems/sup to install: gem install sup for more information check out the wiki: https://github.com/sup-heliotrope/sup/wiki or the new web site:

Re: [sup-talk] Release 0.13.0

2013-05-15 Thread Gaute Hope
On 15. mai 2013 15:28, Daniel Wagner wrote: On 2013-05-15 04:30, Gaute Hope wrote: or the new web site: http://supmua.org The new website seems to be down! ~d Seems to have been a glitch, is back up now. https://status.github.com/messages - gaute

Re: [sup-talk] Umlauts broken

2013-05-25 Thread Gaute Hope
On 25. mai 2013 16:32, Sebastian Lipp wrote: On 2013-05-24 04:22, Gaute Hope wrote: On 24. mai 2013 13:59, Sebastian Lipp wrote: Just tried to install (via gem) and run it via rbenv under ruby 1.9.3-p327 and 1.9.3-p392. With both I have the problem that characters like Umlauts are not show

Re: [sup-talk] Want to contribute to sup

2013-06-15 Thread Gaute Hope
Excerpts from Anirudh Sanjeev's message of 2013-06-15 16:24:17 +0200: I tried using sup in Jan 2010 [1] and used it for a while and was a little disheartened when I didn't see a release for a while. Eventually I went about using a regular client but I kept checking up on sup. Today, I

[sup-talk] Release 0.13.1

2013-06-21 Thread Gaute Hope
Greetings, I have just pushed version 0.13.1 of Sup to rubygems. This release holds should still be Ruby 1.8 compatible and holds the backported patches since the last release. No big changes, but a number of fixes has been applied. Regards, Gaute

Re: [sup-talk] Release Sup 0.13.1

2013-08-03 Thread Gaute Hope
On 03. aug. 2013 11:36, Gaute Hope wrote: On 03. aug. 2013 00:38, Gaute Hope wrote: On 02. aug. 2013 23:38, Adam Bogacki wrote: --- TypeError from thread: main can't convert String into Array /usr/lib/ruby/vendor_ruby/sup/account.rb:64:in `add_account' /usr/lib/ruby/vendor_ruby

Re: [sup-talk] Sup Release 0.14.0

2013-08-15 Thread Gaute Hope
Excerpts from Matthieu Rakotojaona's message of 2013-08-15 20:30:52 +0200: Thank you ! I've tried the install sup via the gem on a naked machine and I've faced a few problems: * There is a bug in rubymail as pointed in [0]. I see it hasn't been merged yet and doubt it will ever be. I

[sup-talk] Fwd: Security issue with suggested configuration of sup

2013-08-18 Thread Gaute Hope
Greetings suppers, joernchen has pointed out to me that our suggested hook for viewing html attachment has a serious security issue. The updated suggestion in [0] (wiki) should be safer. Please make sure that you update your mime-decode hook! Best regards, Gaute [0]

[sup-talk] Release 0.14.1

2013-08-31 Thread Gaute Hope
Hi all, Release 0.14.1 is out. This is a service release to 0.14.0 + one small feature, a pre-defined 'All mail' search. Important: If you are upgrading from a Sup version previous 0.14.0 please read the migration instructions in the wiki [0]. Installation instructions for various platforms are

[sup-talk] Security advisory, releases 0.13.2.1 and 0.14.1.1

2013-10-29 Thread Gaute Hope
Greetings, Security advisory (#SBU1) for Sup We have been notified of an potential exploit in the somewhat careless way Sup treats attachment metadata in received e-mails. The issues should now be fixed and I have released Sup 0.13.2.1 and 0.14.1.1 which incorporates these fixes. Please upgrade

[sup-talk] Release 0.15.0

2013-11-10 Thread Gaute Hope
Hi all, Sup 0.15.0 is out, get it at rubygems: $ gem install sup (detailed installation instructions in the wiki [1]) News, please at least skim through: * Maildir Syncback has now been merged into main sup! This is a long-time waiting feature initially developed by Damien Leone,

[sup-talk] Sup 0.15.2 released

2013-12-21 Thread Gaute Hope
Hi suppers, Sup 0.15.2 has been released, available at rubygems. We are now using the new ncursesw gem (used to be ncursesw-sup), as well as the form_driver_w routine (if it is available) which is in Ncurses upstream - this should be of particular interest for users on Mac OS X who have problems

[sup-talk] ncursesw-sup 1.3.1.4 released

2013-12-21 Thread Gaute Hope
Hi, ncursesw-sup 1.3.1.4 has been released: get_wch and form_driver_w is wrapped. Cheers, Gaute signature.asc Description: PGP signature ___ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk

[sup-talk] Fwd: Re: [sup] Deleting an email does not remove the inbox label (#211)

2014-01-26 Thread Gaute Hope
This might be of interest.. --- Begin forwarded message from Christopher Corley --- From: Christopher Corley notificati...@github.com To: sup-heliotrope/sup s...@noreply.github.com Cc: Gaute Hope e...@gaute.vetsj.com Date: Sat, 18 Jan 2014 20:37:18 +0100 Subject: Re: [sup] Deleting an email does

Re: [sup-talk] gem i sup; cannot load such file -- curses

2014-01-30 Thread Gaute Hope
Excerpts from Daniel's message of 2014-01-31 01:16:12 +0100: I did a gem install sup on my system, but cannot start sup: /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- curses (LoadError) from

Re: [sup-talk] Many Maildir dirs (Was: gem i sup; cannot load such file...)

2014-01-31 Thread Gaute Hope
Excerpts from Daniel's message of 2014-01-31 11:06:18 +0100: Thanks, I got it running! I came across sup a couple of years back, when wmorgan was developing it. Having accidently found that development has been resumed, I got curious to try it out. A C.R. Oldham asked on this list (but

Re: [sup-talk] wombat colorscheme

2014-03-09 Thread Gaute Hope
Excerpts from Markus Klinik's message of 2014-03-09 10:02:06 +0100: Hi, I made a colorscheme for sup. Find it here: https://github.com/mklinik/sup-colorscheme-wombat If you spot places where the colors look wierd, please tell me. Excellent (I am now using it)! I noticed you put it in the

Re: [sup-talk] wombat colorscheme

2014-03-10 Thread Gaute Hope
Excerpts from Per Andersson's message of 2014-03-09 20:04:34 +0100: On Sun, Mar 9, 2014 at 10:49 AM, Gaute Hope e...@gaute.vetsj.com wrote: Excerpts from Markus Klinik's message of 2014-03-09 10:02:06 +0100: Hi, I made a colorscheme for sup. Find it here: https://github.com/mklinik/sup

[sup-talk] sup 0.16.0 released

2014-03-21 Thread Gaute Hope
Greetings, I just released sup 0.16.0, get it at rubygems: $ gem install sup release notes: * sup-sync-back-mbox removed. * safer mime-view attachment file name handling * show thread labels in thread-view-mode * remove lock file if there is no sup alive * deprecate migration script on ruby

Re: [sup-talk] Recognizing new mails.

2014-03-23 Thread Gaute Hope
Excerpts from Ico's message of 2014-03-23 14:15:51 +0100: Does sup track read/unread for individual mails? For example, I open a thread with 3 mails and read them all. The thread drops from my inbox. After pressing 'a' right? A few hours later I find the thread back in my inbox and open it

Re: [sup-talk] Solarized based theme for sup

2014-03-28 Thread Gaute Hope
Excerpts from Laurent Jucquois's message of 2014-03-26 22:00:09 +0100: Good evening all, Here is a more or less solarized based theme for those of you who are interested. I've made it since a couple of weeks now but have not found the time to post it on sup's git rep or host it on mine (not

Re: [sup-talk] Automatic watch of IMAP folder

2014-04-03 Thread Gaute Hope
Excerpts from Matthieu Rakotojaona's message of 2014-04-03 22:12:38 +0200: Hello suppers, I'm pretty sure some of you sync their mails from some IMAP server somewhere, maybe Gmail even. I've written a little script that: - allows you to watch your favorite IMAP folder ([Gmail]/All mail by

[sup-talk] more colors for you

2014-04-24 Thread Gaute Hope
Hi, Thanks to several contributors we've now gotten a bunch of new colorschemes in https://github.com/sup-heliotrope/sup-colors, most of them with screenshots. Also: It is now also possible to customize the attachment char color (76ab78ef00) using the :with_attachment property. Check out the new

Re: [sup-talk] Programmatically removing tags (:inbox)

2014-04-25 Thread Gaute Hope
Excerpts from Alexander Klink's message of 2014-04-24 15:17:56 +0200: Hi Matthieu, Excerpts from Matthieu Rakotojaona's message of 2014-04-23 20:11:28 +0200: Excerpts from Alexander Klink's message of 2014-04-23 17:42:40 +0200: I am trying to archive all my existing mails in order to make

Re: [sup-talk] Programmatically removing tags (:inbox)

2014-05-02 Thread Gaute Hope
Excerpts from Gaute Hope's message of 2014-04-25 12:53:38 +0200: Excerpts from Alexander Klink's message of 2014-04-24 15:17:56 +0200: Hi Matthieu, Excerpts from Matthieu Rakotojaona's message of 2014-04-23 20:11:28 +0200: Excerpts from Alexander Klink's message of 2014-04-23 17:42:40

[sup-talk] sup 0.18.0 released

2014-05-19 Thread Gaute Hope
Greetings, Sup 0.18.0 has just been released. Get it at rubygems! Regards, Gaute ___ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk

[sup-talk] New mailinglist - replacing the old: sup...@googlegroups.com

2014-07-03 Thread Gaute Hope
Hi suppers, I was made aware on #sup that Rubyforge has finally decided to shut down [0] while already being fairly unstable for a while [1] (#177). I decided that a mailing list using google groups was the easiest and safest option so I would like to encourage all previous suppers to subscribe