sup

A curses threads-with-tags style email client

sup-website.git

git clone https://supmua.dev/git/sup-website/

community/pipermail-archives/sup-talk/2010-05.txt (12529B) - raw

      1 From damien.leone@fensalir.fr  Sat May  1 06:09:23 2010
      2 From: damien.leone@fensalir.fr (Damien Leone)
      3 Date: Sat, 01 May 2010 12:09:23 +0200
      4 Subject: [sup-talk] Multiple accounts handling
      5 Message-ID: <1272708559-sup-108@windir>
      6 
      7 Hello, world.
      8 
      9 I have been using sup (git-next version) for weeks and I'm quite happy
     10 with it (I switched from mutt).
     11 
     12 I got answers to most of my questions by searching the sup-talk
     13 archives but I have still some stuff to ask you people, sorry if it
     14 has been already answered.
     15 
     16 My main issue is about selecting the proper account when I compose a
     17 new mail, most informations I read was about filtering the "to:" field
     18 in the "before-edit" hook to set up the "from:" field, but I use to
     19 send mails to various recipients using different accounts.
     20 
     21 Is there a way to get an "Account" horizontal selector in the edit
     22 screen just like the "Reply to" and "Crypto" ones? That would be
     23 perfect to select our account regardless of the "to:" field.
     24 
     25 Also, how can I tag all threads corresponding to a specific criterion
     26 in the current buffer? I would like something like hitting 'g' then
     27 write something like "is:unread" to, for instance, mark all results as
     28 read using '='. It works if I hit 'F' then type "is:unread" (which is
     29 the same as hitting 'U') but I want to do it only on the current
     30 buffer, not all my tags.
     31 
     32 The idea behind this is to have a keybinding that would mark all
     33 unread threads of a specific tag as read (like macros in mutt).
     34 
     35 That's all for now. :)
     36 
     37 Thanks!
     38 Cheers,
     39 
     40 -- 
     41 Damien Leone <damien.leone at fensalir.fr>
     42 
     43 Web: http://dleone.fensalir.fr/
     44 GPG: 0x82EB4DDF
     45 
     46 From sup@equaeghe.nospammail.net  Sat May  1 13:12:17 2010
     47 From: sup@equaeghe.nospammail.net (Erik Quaeghebeur)
     48 Date: Sat, 1 May 2010 13:12:17 -0400 (EDT)
     49 Subject: [sup-talk] Multiple accounts handling
     50 In-Reply-To: <1272708559-sup-108@windir>
     51 References: <1272708559-sup-108@windir>
     52 Message-ID: <alpine.DEB.2.00.1005011255160.7655@flfbcjrt>
     53 
     54 On Sat, 1 May 2010, Damien Leone wrote:
     55 >
     56 > My main issue is about selecting the proper account when I compose a
     57 > new mail, most informations I read was about filtering the "to:" field
     58 > in the "before-edit" hook to set up the "from:" field, but I use to
     59 > send mails to various recipients using different accounts.
     60 >
     61 > Is there a way to get an "Account" horizontal selector in the edit
     62 > screen just like the "Reply to" and "Crypto" ones? That would be
     63 > perfect to select our account regardless of the "to:" field.
     64 
     65 Other ways of looking at it:
     66 
     67 * create a 'personalities' feature that would override the To:-logic when 
     68 activated and use the selected personality.
     69 
     70 * a way of specifying the From: as is currently done with the To: and Cc: 
     71 headers, using nicks and tab-completion from addresses in the contact 
     72 list, which would be useful as well in situations where one wants to send 
     73 mail with a from that includes multiple addresses (yes, this is useful 
     74 sometimes, best in combination with the non-self adresses added to Bcc).
     75 
     76 
     77 Best,
     78 
     79 Erik
     80 
     81 From rgh@topikality.com  Fri May  7 21:25:04 2010
     82 From: rgh@topikality.com (Richard Heycock)
     83 Date: Sat, 08 May 2010 11:25:04 +1000
     84 Subject: [sup-talk] keybindings
     85 Message-ID: <1273281441-sup-4869@roughage.com.au>
     86 
     87 Hi,
     88 
     89 I recently converted my keyboard layout to Colemak and have been
     90 remapping my hljk keys back to the same physical position on the
     91 keyboard for most of my applications but I'm really struggling with sup.
     92 
     93 I can see that I need to add them to the keybindings.rb hook and I can
     94 see that I have access to modes & global_keymap but I just cannot work
     95 out what to actually do with them! 
     96 
     97 Can someone at give me some pointers?
     98 
     99 I'm running version 0.11 with ruby 1.9.1-p376
    100 
    101 rgh
    102 -- 
    103 Richard Heycock
    104 
    105 http://topikality.com
    106 
    107 +61 (0) 410 646 369
    108 [e]:  rgh at topikality.com
    109 [im]: rgh at topikality.com
    110 
    111 From lbolla@gmail.com  Mon May 24 04:12:19 2010
    112 From: lbolla@gmail.com (Lorenzo Bolla)
    113 Date: Mon, 24 May 2010 09:12:19 +0100
    114 Subject: [sup-talk] sup crash
    115 Message-ID: <AANLkTilwBnXAI1n657QVFg9tzdtB6Gdo_W0asmcnv0wC@mail.gmail.com>
    116 
    117 sup crashed with the exception below.
    118 I was polling for new messages (loads...) and replying to an e-mail at the
    119 same time.
    120 
    121 here is the exception:
    122 
    123 --- ArgumentError from thread: poll after loading inbox
    124 :13634 is out of range [0..13633] for IndexReader#[]
    125 /usr/lib/ruby/1.8/ferret/index.rb:421:in `[]'
    126 /usr/lib/ruby/1.8/ferret/index.rb:421:in `[]'
    127 /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    128 /usr/lib/ruby/1.8/ferret/index.rb:413:in `[]'
    129 /usr/lib/ruby/1.8/sup/ferret_index.rb:257:in `build_message'
    130 /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    131 /usr/lib/ruby/1.8/sup/ferret_index.rb:256:in `build_message'
    132 /usr/lib/ruby/1.8/sup/ferret_index.rb:236:in `each_message_in_thread_for'
    133 /usr/lib/ruby/1.8/sup/thread.rb:343:in `call'
    134 /usr/lib/ruby/1.8/sup/thread.rb:343:in `load_thread_for_message'
    135 /usr/lib/ruby/1.8/sup/ferret_index.rb:249:in `each_message_in_thread_for'
    136 /usr/lib/ruby/1.8/sup/ferret_index.rb:249:in `each'
    137 /usr/lib/ruby/1.8/sup/ferret_index.rb:249:in `each_message_in_thread_for'
    138 /usr/lib/ruby/1.8/sup/thread.rb:341:in `load_thread_for_message'
    139 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:696:in `add_or_unhide'
    140 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:694:in `synchronize'
    141 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:694:in `add_or_unhide'
    142 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:188:in
    143 `handle_added_update'
    144 /usr/lib/ruby/1.8/sup/update.rb:26:in `send'
    145 /usr/lib/ruby/1.8/sup/update.rb:26:in `relay'
    146 /usr/lib/ruby/1.8/sup/update.rb:26:in `each'
    147 /usr/lib/ruby/1.8/sup/update.rb:26:in `relay'
    148 /usr/lib/ruby/1.8/sup/util.rb:520:in `send'
    149 /usr/lib/ruby/1.8/sup/util.rb:520:in `method_missing'
    150 /usr/lib/ruby/1.8/sup/poll.rb:166:in `add_new_message'
    151 /usr/lib/ruby/1.8/sup/poll.rb:109:in `do_poll'
    152 /usr/lib/ruby/1.8/sup/poll.rb:151:in `each_message_from'
    153 /usr/lib/ruby/1.8/sup/imap.rb:197:in `each'
    154 /usr/lib/ruby/1.8/sup/imap.rb:185:in `upto'
    155 /usr/lib/ruby/1.8/sup/imap.rb:185:in `each'
    156 /usr/lib/ruby/1.8/sup/util.rb:560:in `send'
    157 /usr/lib/ruby/1.8/sup/util.rb:560:in `__pass'
    158 /usr/lib/ruby/1.8/sup/util.rb:547:in `method_missing'
    159 /usr/lib/ruby/1.8/sup/poll.rb:139:in `each_message_from'
    160 /usr/lib/ruby/1.8/sup/poll.rb:93:in `do_poll'
    161 /usr/lib/ruby/1.8/sup/poll.rb:81:in `each'
    162 /usr/lib/ruby/1.8/sup/poll.rb:81:in `do_poll'
    163 /usr/lib/ruby/1.8/sup/poll.rb:80:in `synchronize'
    164 /usr/lib/ruby/1.8/sup/poll.rb:80:in `do_poll'
    165 /usr/lib/ruby/1.8/sup/util.rb:520:in `send'
    166 /usr/lib/ruby/1.8/sup/util.rb:520:in `method_missing'
    167 /usr/lib/ruby/1.8/sup/modes/poll-mode.rb:15:in `poll'
    168 /usr/lib/ruby/1.8/sup/poll.rb:48:in `poll'
    169 /usr/lib/ruby/1.8/sup/util.rb:520:in `send'
    170 /usr/lib/ruby/1.8/sup/util.rb:520:in `method_missing'
    171 /usr/bin/sup-mail:195
    172 /usr/lib/ruby/1.8/sup.rb:76:in `reporting_thread'
    173 /usr/lib/ruby/1.8/sup.rb:74:in `initialize'
    174 /usr/lib/ruby/1.8/sup.rb:74:in `new'
    175 /usr/lib/ruby/1.8/sup.rb:74:in `reporting_thread'
    176 /usr/bin/sup-mail:195
    177 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:669:in `call'
    178 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:669:in
    179 `__unprotected_load_threads'
    180 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:610:in `call'
    181 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:610:in
    182 `load_n_threads_background'
    183 /usr/lib/ruby/1.8/sup.rb:76:in `reporting_thread'
    184 /usr/lib/ruby/1.8/sup.rb:74:in `initialize'
    185 /usr/lib/ruby/1.8/sup.rb:74:in `new'
    186 /usr/lib/ruby/1.8/sup.rb:74:in `reporting_thread'
    187 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:608:in
    188 `load_n_threads_background'
    189 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:679:in
    190 `__unprotected_load_threads'
    191 (eval):12:in `load_threads'
    192 /usr/bin/sup-mail:195
    193 -------------- next part --------------
    194 An HTML attachment was scrubbed...
    195 URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20100524/a8ba4593/attachment-0001.html>
    196 
    197 From pi+sup@pihost.us  Tue May 25 15:03:25 2010
    198 From: pi+sup@pihost.us (Anthony Martinez)
    199 Date: Tue, 25 May 2010 12:03:25 -0700
    200 Subject: [sup-talk] sup crash
    201 In-Reply-To: <AANLkTilwBnXAI1n657QVFg9tzdtB6Gdo_W0asmcnv0wC@mail.gmail.com>
    202 References: <AANLkTilwBnXAI1n657QVFg9tzdtB6Gdo_W0asmcnv0wC@mail.gmail.com>
    203 Message-ID: <1274814143-sup-8100@home.mrtheplague.net>
    204 
    205 Excerpts from Lorenzo Bolla's message of Mon May 24 01:12:19 -0700 2010:
    206 > sup crashed with the exception below.
    207 > I was polling for new messages (loads...) and replying to an e-mail at the
    208 > same time.
    209 > 
    210 > here is the exception:
    211 > 
    212 > --- ArgumentError from thread: poll after loading inbox
    213 > :13634 is out of range [0..13633] for IndexReader#[]
    214 > /usr/lib/ruby/1.8/ferret/index.rb:421:in `[]'
    215 
    216 The ferret index is deprecated. Try using the Xapian index.
    217 
    218 From gregor@hoffleit.de  Thu May 27 05:38:59 2010
    219 From: gregor@hoffleit.de (Gregor Hoffleit)
    220 Date: Thu, 27 May 2010 11:38:59 +0200
    221 Subject: [sup-talk] Search syntax: "from:*@gmail.com" doesn't work?
    222 Message-ID: <1274952982-sup-977@sam.mediasupervision.de>
    223 
    224 The wiki lists a few search examples:
    225 http://sup.rubyforge.org/wiki/wiki.pl?SearchingMail
    226 
    227 But, most wildcard searches (e.g. "from:@gmail.com") don't seem to work
    228 for me. I'm running the next branch.
    229 
    230 Is the information in the wiki outdated?
    231 
    232 How would I search for all mails from a specific domain?
    233 
    234 Regards,
    235     Gregor
    236 
    237 From johnbent@lanl.gov  Thu May 27 09:42:01 2010
    238 From: johnbent@lanl.gov (John Bent)
    239 Date: Thu, 27 May 2010 07:42:01 -0600
    240 Subject: [sup-talk] Search syntax: "from:*@gmail.com" doesn't work?
    241 In-Reply-To: <1274952982-sup-977@sam.mediasupervision.de>
    242 References: <1274952982-sup-977@sam.mediasupervision.de>
    243 Message-ID: <1274967691-sup-3930@guava.lanl.gov>
    244 
    245 Excerpts from Gregor Hoffleit's message of Thu May 27 03:38:59 -0600 2010:
    246 > The wiki lists a few search examples:
    247 > http://sup.rubyforge.org/wiki/wiki.pl?SearchingMail
    248 > 
    249 > But, most wildcard searches (e.g. "from:@gmail.com") don't seem to work
    250 > for me. I'm running the next branch.
    251 > 
    252 from:*@gmail.com works for me.  Note the '*' wildcard character.
    253 -- 
    254 Thanks,
    255 
    256 John 
    257 
    258 From gregor@hoffleit.de  Thu May 27 10:56:09 2010
    259 From: gregor@hoffleit.de (Gregor Hoffleit)
    260 Date: Thu, 27 May 2010 16:56:09 +0200
    261 Subject: [sup-talk] Search syntax: "from:*@gmail.com" doesn't work?
    262 In-Reply-To: <1274967691-sup-3930@guava.lanl.gov>
    263 References: <1274952982-sup-977@sam.mediasupervision.de>
    264 	<1274967691-sup-3930@guava.lanl.gov>
    265 Message-ID: <1274971595-sup-6975@sam.mediasupervision.de>
    266 
    267 * John Bent <johnbent at lanl.gov> [Do Mai 27 15:42:01 +0200 2010]
    268 > Excerpts from Gregor Hoffleit's message of Thu May 27 03:38:59 -0600 2010:
    269 > > The wiki lists a few search examples:
    270 > > http://sup.rubyforge.org/wiki/wiki.pl?SearchingMail
    271 > > 
    272 > > But, most wildcard searches (e.g. "from:@gmail.com") don't seem to work
    273 > > for me. I'm running the next branch.
    274 > > 
    275 > from:*@gmail.com works for me.  Note the '*' wildcard character.
    276 
    277 Strange. from:*@gmail.com gives me no results. Although it should match
    278 zillions of mails in my mailbox.
    279 
    280 The dot wildchard doesn't work as well:
    281 
    282     from:johnbent at lanl.gov  returns a dozen hits
    283     from:*@lanl.gov	    returns zero
    284     from:@lanl.gov	    returns zero
    285     from:jo.nbent at lanl.gov  returns zero
    286     from:jo?nbent at lanl.gov  returns zero
    287 
    288 I'm a bit puzzled. 
    289 
    290 This is with a current next checkout, on a Debian etch with ruby 1.8.7
    291 and Xapian 1.0.20 (from backports.org).
    292 
    293     Gregor
    294 
    295 From shreyankg@gmail.com  Fri May 28 05:06:56 2010
    296 From: shreyankg@gmail.com (shreyankg at gmail.com)
    297 Date: Fri, 28 May 2010 14:36:56 +0530
    298 Subject: [sup-talk] Blank inputs from stdin
    299 Message-ID: <AANLkTimeG1OdT-8uBwVAAObSMiDcRLOxMlTCX9hNw0pJ@mail.gmail.com>
    300 
    301 Hi,
    302 
    303 I tried searching but it would not work.
    304 When I try composing a new mail, I get blank to and subject fields in
    305 my editor, even though I an entering the email and subject.
    306 I tried using the console, but whatever I type, gets read as blank.
    307 
    308 Any idea what might be going wrong? I am using sup 0.10.
    309 
    310 -- 
    311 Peace and Love,
    312 Shreyank Gupta
    313 Blog: http://allsortsofshrink.blogspot.com
    314 
    315 From sup@equaeghe.nospammail.net  Mon May 31 22:42:49 2010
    316 From: sup@equaeghe.nospammail.net (Erik Quaeghebeur)
    317 Date: Mon, 31 May 2010 22:42:49 -0400
    318 Subject: [sup-talk] error when sending mail
    319 Message-ID: <1275360058-sup-177@sysopweg>
    320 
    321 Hi,
    322 
    323 
    324 When sending mail, I get this warning:
    325 
    326 WARNING: Problem sending mail: File or folder does not exist - <path/to/maildir/sent/folder>/tmp/1275359009.7145703845.sysopweg:2,S
    327 
    328 However, the mail was sent (and did arrive), but it was not saved as a 
    329 sent messages in my sent-mail maildir folder (which is totally empty).
    330 
    331 Any ideas about how to solve/diagnose this?
    332 
    333 
    334 TIA,
    335 
    336 Erik
    337