Discussions of development and use of the Sup email client
 help / color / mirror / Atom feed
From: William A <nanohard87@gmail.com>
To: supmua@googlegroups.com
Subject: sup stopped indexing messages using maildir (Debian Jessie)
Date: Tue, 18 Nov 2014 20:24:35 -0800 (PST)	[thread overview]
Message-ID: <7424f930-c310-4b38-9601-352a5807ef9b@googlegroups.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3590 bytes --]

Greetings.
I got sup working with one POP3 account, but somewhere along the line it 
stopped putting messages into the index while I was adding a second account.
I can manually see the messages in the correct maildir folders, but '$ 
sup-sync' reports "0 messages scanned..."
Running sup in debug mode reports that polling turns up 0 messages too.

debug output:
[2014-11-18 22:54:16 -0500] trying to acquire poll lock for: maildir:/home/
user/Mail/william@domain1.com...
[2014-11-18 22:54:16 -0500] lock acquired for: maildir:/home/user/Mail/
william@domain1.com
[2014-11-18 22:54:16 -0500] polling maildir /home/user/Mail/william@domain1.
com/cur
[2014-11-18 22:54:16 -0500] polling maildir /home/user/Mail/william@domain1.
com/new
[2014-11-18 22:54:16 -0500] 0 added, 0 deleted, 0 updated
[2014-11-18 22:54:16 -0500] lock released for: maildir:/home/user/Mail/
william@domain1.com
[2014-11-18 22:54:16 -0500] trying to acquire poll lock for: maildir:/home/
user/Mail/william@domain2.com...
[2014-11-18 22:54:16 -0500] lock acquired for: maildir:/home/user/Mail/
william@domain2.com
[2014-11-18 22:54:16 -0500] polling maildir /home/user/Mail/william@domain2.
com/cur
[2014-11-18 22:54:16 -0500] polling maildir /home/user/Mail/william@domain2.
com/new
[2014-11-18 22:54:16 -0500] 0 added, 0 deleted, 0 updated
[2014-11-18 22:54:16 -0500] lock released for: maildir:/home/user/Mail/
william@domain2.com
[2014-11-18 22:54:16 -0500] trying to acquire poll lock for: sup://drafts...
[2014-11-18 22:54:16 -0500] lock acquired for: sup://drafts
[2014-11-18 22:54:16 -0500] lock released for: sup://drafts
[2014-11-18 22:54:16 -0500] trying to acquire poll lock for: sup://sent...
[2014-11-18 22:54:16 -0500] lock acquired for: sup://sent
[2014-11-18 22:54:16 -0500] benchmark mbox_read_index:   0.000000   0.000000 
  0.000000 (  0.000045)
[2014-11-18 22:54:16 -0500] lock released for: sup://sent



config.yaml:
---
:editor: "/usr/bin/nano"
:thread_by_subject: true
:edit_signature: false
:ask_for_from: true
:ask_for_to: true
:ask_for_cc: true
:ask_for_bcc: false
:ask_for_subject: true
:account_selector: true
:confirm_no_attachments: true
:confirm_top_posting: true
:jump_to_open_message: true
:discard_snippets_from_encrypted_messages: false
:load_more_threads_when_scrolling: true
:default_attachment_save_dir: ''
:sent_source: sup://sent
:archive_sent: true
:poll_interval: 300
:wrap_width: 0
:slip_rows: 0
:col_jump: 2
:stem_language: english
:sync_back_to_maildir: false
:continuous_scroll: false
:always_edit_async: false
:accounts:
  :default:
    :name: William
    :email: william@domain1.com
    :sendmail: msmtp -t --read-envelope-from
    :signature: "/home/user/.signature"
    :gpgkey: ''
    :alternates: []
  :williambitmessage:
    :name: William
    :email: william@domain2.com
    :sendmail: msmtp -t --read-envelope-from
    :signature: "/home/user/.signature"
    :gpgkey: ''
    :alternates: []
:time_mode: 24h

sources.yaml:
---
- !supmua.org,2006-10-01/Redwood/Maildir
  uri: maildir:~/Mail/william@domain1.com
  usual: true
  archived: false
  sync_back: true
  id: 1
  labels: []
- !supmua.org,2006-10-01/Redwood/Maildir
  uri: maildir:/home/user/Mail/william@domain2.com
  usual: true
  archived: false
  sync_back: true
  id: 2
  labels: []
- !supmua.org,2006-10-01/Redwood/SentLoader {}

As you can see, I tried with both "~/..." and the literal "/home/user/..." 
paths in sources.yaml. Both accounts have messages waiting in 
/home/user/Mail/<email_address>/new
Should I just try for a reinstall, or is there something obviously wrong 
with my config files?

[-- Attachment #1.2: Type: text/html, Size: 62640 bytes --]

             reply	other threads:[~2014-11-19  4:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-19  4:24 William A [this message]
2014-11-19  5:44 ` William A
2014-11-19  8:58   ` [sup] " Gaute Hope
2014-11-19 14:00     ` William A
2014-11-19 16:22       ` Gaute Hope

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7424f930-c310-4b38-9601-352a5807ef9b@googlegroups.com \
    --to=nanohard87@gmail.com \
    --cc=supmua@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox