* sup stopped indexing messages using maildir (Debian Jessie)
@ 2014-11-19 4:24 William A
2014-11-19 5:44 ` William A
0 siblings, 1 reply; 5+ messages in thread
From: William A @ 2014-11-19 4:24 UTC (permalink / raw)
To: supmua
[-- 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 --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sup stopped indexing messages using maildir (Debian Jessie)
2014-11-19 4:24 sup stopped indexing messages using maildir (Debian Jessie) William A
@ 2014-11-19 5:44 ` William A
2014-11-19 8:58 ` [sup] " Gaute Hope
0 siblings, 1 reply; 5+ messages in thread
From: William A @ 2014-11-19 5:44 UTC (permalink / raw)
To: supmua
[-- Attachment #1.1: Type: text/plain, Size: 288 bytes --]
Edit to original post:
I believe it has something to do with trying to manually set up multiple
accounts and I was doing it wrong. I purged and installed again, and it now
works as it did.
Does anyone know how to set up multiple POP3 and IMAP accounts? The wiki is
missing that page.
[-- Attachment #1.2: Type: text/html, Size: 318 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup] Re: sup stopped indexing messages using maildir (Debian Jessie)
2014-11-19 5:44 ` William A
@ 2014-11-19 8:58 ` Gaute Hope
2014-11-19 14:00 ` William A
0 siblings, 1 reply; 5+ messages in thread
From: Gaute Hope @ 2014-11-19 8:58 UTC (permalink / raw)
To: supmua, William A
Hi,
Sup doesn't really know about IMAP or POP, it just reads maildirs (or
mbox). So if you have multiple accounts you typically set up a maildir
for each account and add each as a source to sup.
- gaute
Excerpts from William A's message of November 19, 2014 6:44:
> Edit to original post:
>
> I believe it has something to do with trying to manually set up multiple
> accounts and I was doing it wrong. I purged and installed again, and it now
> works as it did.
> Does anyone know how to set up multiple POP3 and IMAP accounts? The wiki is
> missing that page.
>
> --
> You received this message because you are subscribed to the Google Groups "The Sup email client" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to supmua+unsubscribe@googlegroups.com.
> To post to this group, send email to supmua@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/ca18c443-46e8-4bf1-a151-758836a2087b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup] Re: sup stopped indexing messages using maildir (Debian Jessie)
2014-11-19 8:58 ` [sup] " Gaute Hope
@ 2014-11-19 14:00 ` William A
2014-11-19 16:22 ` Gaute Hope
0 siblings, 1 reply; 5+ messages in thread
From: William A @ 2014-11-19 14:00 UTC (permalink / raw)
To: supmua; +Cc: nanohard87
[-- Attachment #1.1: Type: text/plain, Size: 1402 bytes --]
Yeah, I just misspoke. Questions still stands though, since the wiki is
incomplete.
What am I doing wrong with the config files for multiple accounts?
On Wednesday, November 19, 2014 3:57:59 AM UTC-5, Gaute Hope wrote:
>
> Hi,
>
> Sup doesn't really know about IMAP or POP, it just reads maildirs (or
> mbox). So if you have multiple accounts you typically set up a maildir
> for each account and add each as a source to sup.
>
> - gaute
>
> Excerpts from William A's message of November 19, 2014 6:44:
> > Edit to original post:
> >
> > I believe it has something to do with trying to manually set up multiple
> > accounts and I was doing it wrong. I purged and installed again, and it
> now
> > works as it did.
> > Does anyone know how to set up multiple POP3 and IMAP accounts? The wiki
> is
> > missing that page.
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "The Sup email client" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to supmua+un...@googlegroups.com <javascript:>.
> > To post to this group, send email to sup...@googlegroups.com
> <javascript:>.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/supmua/ca18c443-46e8-4bf1-a151-758836a2087b%40googlegroups.com.
>
> > For more options, visit https://groups.google.com/d/optout.
> >
>
[-- Attachment #1.2: Type: text/html, Size: 2572 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup] Re: sup stopped indexing messages using maildir (Debian Jessie)
2014-11-19 14:00 ` William A
@ 2014-11-19 16:22 ` Gaute Hope
0 siblings, 0 replies; 5+ messages in thread
From: Gaute Hope @ 2014-11-19 16:22 UTC (permalink / raw)
To: supmua, William A; +Cc: nanohard87
You have to consult the docs or examples for the program you are using
to download mail (I am guessing offlineimap). Examples for using
offlineimap can be found in the wiki [0] and [1] and otherwise on the
web. Adding multiple accounts here is a matter of setting up several
sets of remote,local,account settings for each account, then list them
in the accounts variable under [general].
If you are wondering about how to add more sources (maildirs) to sup
consult sup-add [2].
Adding multiple accounts for sending is done by adding several accounts
below the :accounts: section .sup/config.yaml. The standard account is
already listed under :default:.
- gaute
[0] https://github.com/sup-heliotrope/sup/wiki/Complete-gmail-configuration#configuring-offlineimap
[1] https://github.com/sup-heliotrope/sup/wiki/Offlineimap
[2] https://github.com/sup-heliotrope/sup/wiki/Adding-sources
Excerpts from William A's message of November 19, 2014 15:00:
> Yeah, I just misspoke. Questions still stands though, since the wiki is
> incomplete.
> What am I doing wrong with the config files for multiple accounts?
>
> On Wednesday, November 19, 2014 3:57:59 AM UTC-5, Gaute Hope wrote:
>>
>> Hi,
>>
>> Sup doesn't really know about IMAP or POP, it just reads maildirs (or
>> mbox). So if you have multiple accounts you typically set up a maildir
>> for each account and add each as a source to sup.
>>
>> - gaute
>>
>> Excerpts from William A's message of November 19, 2014 6:44:
>> > Edit to original post:
>> >
>> > I believe it has something to do with trying to manually set up multiple
>> > accounts and I was doing it wrong. I purged and installed again, and it
>> now
>> > works as it did.
>> > Does anyone know how to set up multiple POP3 and IMAP accounts? The wiki
>> is
>> > missing that page.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "The Sup email client" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to supmua+un...@googlegroups.com <javascript:>.
>> > To post to this group, send email to sup...@googlegroups.com
>> <javascript:>.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/supmua/ca18c443-46e8-4bf1-a151-758836a2087b%40googlegroups.com.
>>
>> > For more options, visit https://groups.google.com/d/optout.
>> >
>>
>
> --
> You received this message because you are subscribed to the Google Groups "The Sup email client" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to supmua+unsubscribe@googlegroups.com.
> To post to this group, send email to supmua@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/d0cc5983-72e0-4acd-be5a-47dd753cea8e%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-19 16:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19 4:24 sup stopped indexing messages using maildir (Debian Jessie) William A
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox