Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

folder collections

9 views
Skip to first unread message

mechanic

unread,
Jan 20, 2022, 11:26:37 AM1/20/22
to
I notice the mail folder displays are different in various IMAP
clients. In Claws Mail for instance I have some mailboxes outside
INBOX. which do not show up in Alpine. Some saved email items have
ended up there rather than in INBOX./savemail which is defined in
the pinerc file. I can't see how to get these 'outsider' email
folders to show up in the folder collections page - I would like to
access them in order to move items into INBOX./savemail, or
whatever. I guess I could make these changes in Claws Mail, but
what's the Alpine way?

Adam H. Kerman

unread,
Jan 20, 2022, 12:43:28 PM1/20/22
to
From the main menu, S > L > A to add a collection. There's
some trial and error involved. Don't forget to include your user name
(probably an email address) to provide credentials to the IMAP server, user=

The .pinerc entry is folder-collections, which is a comma-separated
list.

If it works right, then you'll see the whole list under L from the main
menu but understand that there will be a noticeable delay as each server
is contacted.

Note also that there's no standard names for certain system folders,
like Spam and Saved-msgs and Draft. For instance, I have "Bulk Mail" on
one server and "Junk" on another.

mechanic

unread,
Jan 20, 2022, 3:47:08 PM1/20/22
to
On Thu, 20 Jan 2022 17:43:26 -0000 (UTC), Adam H. Kerman wrote:

> mechanic <mech...@example.net> wrote:
>
>>I notice the mail folder displays are different in various IMAP
>>clients. In Claws Mail for instance I have some mailboxes outside
>>INBOX. which do not show up in Alpine. Some saved email items have
>>ended up there rather than in INBOX./savemail which is defined in
>>the pinerc file. I can't see how to get these 'outsider' email
>>folders to show up in the folder collections page - I would like to
>>access them in order to move items into INBOX./savemail, or
>>whatever. I guess I could make these changes in Claws Mail, but
>>what's the Alpine way?
>
> From the main menu, S > L > A to add a collection. There's
> some trial and error involved. Don't forget to include your user name
> (probably an email address) to provide credentials to the IMAP server, user=

Yes I know that.

> The .pinerc entry is folder-collections, which is a comma-separated
> list.
>
> If it works right, then you'll see the whole list under L from the main
> menu but understand that there will be a noticeable delay as each server
> is contacted.

Just the one server involved.
I can get the list of collections but maybe I've put the wrong
detail in 'Path' in the folder collection edit screen - I've the
same entry under Server as in the default collection that points to
INBOX, what I need is a pointer to 'mailboxes in the rest of the
server outside INBOX' - if that's clear? Thanks for the response!
Maybe it depends on the server - I've no idea which type it is.

Adam H. Kerman

unread,
Jan 20, 2022, 4:23:42 PM1/20/22
to
mechanic <mech...@example.net> wrote:
>On Thu, 20 Jan 2022 17:43:26 -0000 (UTC), Adam H. Kerman wrote:
>>mechanic <mech...@example.net> wrote:

>>>I notice the mail folder displays are different in various IMAP
>>>clients. In Claws Mail for instance I have some mailboxes outside
>>>INBOX. which do not show up in Alpine. Some saved email items have
>>>ended up there rather than in INBOX./savemail which is defined in
>>>the pinerc file. I can't see how to get these 'outsider' email
>>>folders to show up in the folder collections page - I would like to
>>>access them in order to move items into INBOX./savemail, or
>>>whatever. I guess I could make these changes in Claws Mail, but
>>>what's the Alpine way?

>>From the main menu, S >L >A to add a collection. There's
>>some trial and error involved. Don't forget to include your user name
>>(probably an email address) to provide credentials to the IMAP server, user=

>Yes I know that.

>>The .pinerc entry is folder-collections, which is a comma-separated
>>list.

>>If it works right, then you'll see the whole list under L from the main
>>menu but understand that there will be a noticeable delay as each server
>>is contacted.

>Just the one server involved.
>I can get the list of collections but maybe I've put the wrong
>detail in 'Path' in the folder collection edit screen -

I don't use Path because I typically don't have to deal with special syntax
for the namespace nor a non-default path to folders. Read the help text
on this entry and you'll see what I mean. I put the server and variables
in the Server field.

>I've the
>same entry under Server as in the default collection that points to
>INBOX, what I need is a pointer to 'mailboxes in the rest of the
>server outside INBOX' - if that's clear? Thanks for the response!
>Maybe it depends on the server - I've no idea which type it is.

It does depend on the server.

At this point, I'll need to look at your folder-collections entry from
your .pinerc to eyeball the syntax. Also, I'm a little suspicious that
you accidentally specified POP3 somewhere.

Eduardo may ask you to send him your .pinerc if you want his help.

Eduardo Chappa

unread,
Jan 20, 2022, 10:46:33 PM1/20/22
to
Can you show us the settings for this collection? I do not care about the
name of the server, I want to see the rest.

Thank you.

--
Eduardo
https://tinyurl.com/yc377wlh (web)
http://repo.or.cz/alpine.git (Git)

Holger Schieferdecker

unread,
Jan 21, 2022, 4:03:24 AM1/21/22
to
The entry for the folder collection in my pinerc looks like the following:

folder-collections="Collection name" {server/user=xxx/ssl}[]

This collection shows the INBOX and all folders at the same level as the
inbox (in parallel to the INBOX).

Hope that helps,
Holger

mechanic

unread,
Jan 21, 2022, 7:44:08 AM1/21/22
to
folder-collections="Posteo.de folders"
{posteo.de/user=******@posteo.de/tls}INBOX.[],
all_folders {posteo.de/user=*****@posteo.de/tls}/[[]][]

-- that's one entry for the original default INBOX folders and a
second one that I tried various settings for but without success.

Adam H. Kerman

unread,
Jan 21, 2022, 1:02:48 PM1/21/22
to
mechanic <mech...@example.net> wrote:
>On Fri, 21 Jan 2022 09:58:25 +0100, in comp.mail.pine you wrote:
>>Am 20.01.2022 um 17:26 schrieb mechanic:

>>>I notice the mail folder displays are different in various IMAP
>>>clients. In Claws Mail for instance I have some mailboxes outside
>>>INBOX. which do not show up in Alpine. Some saved email items have
>>>ended up there rather than in INBOX./savemail which is defined in
>>>the pinerc file. I can't see how to get these 'outsider' email
>>>folders to show up in the folder collections page - I would like to
>>>access them in order to move items into INBOX./savemail, or
>>>whatever. I guess I could make these changes in Claws Mail, but
>>>what's the Alpine way?

>>The entry for the folder collection in my pinerc looks like the following:

>>folder-collections="Collection name" {server/user=xxx/ssl}[]

>>This collection shows the INBOX and all folders at the same level as the
>>inbox (in parallel to the INBOX).

>folder-collections="Posteo.de folders"
>{posteo.de/user=******@posteo.de/tls}INBOX.[],
> all_folders {posteo.de/user=*****@posteo.de/tls}/[[]][]

>-- that's one entry for the original default INBOX folders and a
>second one that I tried various settings for but without success.

"[[]][]" doesn't make sense. Try "[]"

To access Gmail pseudofolders, I use "[[Gmail]]/[]" but that's probably
not the model the site you are access uses.

Also, verify that the site wants tls and not ssl.

Eduardo Chappa

unread,
Jan 21, 2022, 9:27:00 PM1/21/22
to
On Thu, 20 Jan 2022, mechanic wrote:

Something I've been wondering is why there is a slash "/" after "INBOX."
That does not make much sense to me. You should be accessing
INBOX.savemail, not INBOX./savemail. Who is adding the slash there, you
or Alpine?

mechanic

unread,
Jan 22, 2022, 5:32:33 AM1/22/22
to
That was just me, writing the path down without thinking!

mechanic

unread,
Jan 22, 2022, 5:47:37 AM1/22/22
to
On Fri, 21 Jan 2022 18:02:47 -0000 (UTC), in comp.mail.pine you
wrote:
Thanks Adam, after trying various settings again I put the '[]' into
the 'Folder Collection Edit' screen and restarted Alpine; this
worked ok. Checking that screen after restart the system deleted the
Path line but the pinerc file now shows the collections line as
quoted above, and these extra folders now show up.

I'm not sure where these other mailboxes came from, I suspect they
are due to other email clients I've used, with the same server
setup. A few items in one of these but nothing of consequence.

Adam H. Kerman

unread,
Jan 22, 2022, 5:36:06 PM1/22/22
to
If you use the built-in editor, don't put brackets in. The editor adds
them for you. That might result in doubling them.

>Checking that screen after restart the system deleted the
>Path line but the pinerc file now shows the collections line as
>quoted above, and these extra folders now show up.

Excellent!
0 new messages