Re: INBOX message count in sidebar

2023-07-25 Thread Mikhail Nidze via Mutt-users
On 24-07-2023 21:41, Will Yardley wrote: > On Mon, Jul 24, 2023 at 10:18:37PM +0200, Mikhail Nidze via Mutt-users wrote: > > The problem was in *folder* and *spoolfile* variables incorrectly set. > > The correct ones are: > > > > set folder = "imaps://imap.mail.me.com:993" > > set spoolfile =

Re: INBOX message count in sidebar

2023-07-25 Thread Mikhail Nidze via Mutt-users
On 25-07-2023 10:53, Kevin J. McCarthy wrote: > I see you solved your problem, but also note the mailboxes command doesn't > use an assignment syntax. The '=' will be interpreted as a mailbox shortcut > for $folder. Just use: > > mailboxes -label "INBOX" "imaps://my_acco...@imap.mail.me.com/IN

Re: INBOX message count in sidebar

2023-07-24 Thread Will Yardley
On Mon, Jul 24, 2023 at 10:18:37PM +0200, Mikhail Nidze via Mutt-users wrote: > The problem was in *folder* and *spoolfile* variables incorrectly set. > The correct ones are: > > set folder = "imaps://imap.mail.me.com:993" > set spoolfile = "imaps://my_acco...@imap.mail.me.com/INBOX" BTW, Kev

Re: INBOX message count in sidebar

2023-07-24 Thread Kevin J. McCarthy
On Mon, Jul 24, 2023 at 07:22:29PM +0200, Mikhail Nidze via Mutt-users wrote: My mailboxes are set like this: mailboxes = -label "INBOX" "imaps://my_acco...@imap.mail.me.com/INBOX" I see you solved your problem, but also note the mailboxes command doesn't use an assignment syntax. The '='

Re: INBOX message count in sidebar

2023-07-24 Thread Mikhail Nidze via Mutt-users
Update: The problem was in *folder* and *spoolfile* variables incorrectly set. The correct ones are: set folder = "imaps://imap.mail.me.com:993" set spoolfile = "imaps://my_acco...@imap.mail.me.com/INBOX" Now INBOX shows message count correctly in sidebar. Problem solved. -- Best regards,

Re: Inbox folder doesn't work anymore

2019-05-08 Thread Kevin J. McCarthy
On Wed, May 08, 2019 at 01:24:29AM -0300, Luciano ES wrote: I have ~/Mail/inbox as correctly indicated in the line that was causing me trouble. Still a mystery. $folder specifies the default location for all your mailboxes. The first time you enter the browser, this will be where mutt looks.

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Luciano ES
On Tue, 7 May 2019 22:59:51 -0400, Patrick Shanahan wrote: > > set folder="$HOME/Mail/inbox" > > > > When that one line is commented out, the problem disappears. > you can answer yourself, look at: > ls -la ~/ |grep -i mail > ls -la ~/{M,m}ail |grep -i inbox > > guessing, you actually have

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Patrick Shanahan
* Luciano ES [05-07-19 21:28]: > I believe the problem has been fixed, though I don't really understand > why... yet. I'll have to catch up with a lot of reading before I can > really understand. > > I took a new approach and attacked my muttrc file rather than the > inbox folder. I deleted ab

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Ian Zimmerman
On 2019-05-07 22:12, Russell L. Harris wrote: > On Tue, May 07, 2019 at 12:08:14AM -0300, Luciano ES wrote: > > The problem is that the Inbox folder is empty. And it shouldn't be. > > I can inspect that directory say, with a file manager, and it's loaded > > with messages. > > Check two things: >

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Luciano ES
I believe the problem has been fixed, though I don't really understand why... yet. I'll have to catch up with a lot of reading before I can really understand. I took a new approach and attacked my muttrc file rather than the inbox folder. I deleted about half of all lines in it and launched mu

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Russell L. Harris
On Tue, May 07, 2019 at 08:00:56PM -0300, Luciano ES wrote: I don't have any 'mailboxes' command in my .muttrc file. Not at all. I have this: set spoolfile="$HOME/Mail/inbox" I have a few folder-hooks though, and they all point to subdirectories of $HOME/Mail/inbox. Your problem may be that y

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Kurt Hackenberg
On 2019-05-07 19:00, Luciano ES wrote: I pasted the output of ls -AR here: https://pastebin.com/DihPtit2 Nothing jumps out at me as obviously invalid MH format, but it's clearly been modified and reused at least a couple times. There's extra stuff that's not normally present in MH format.

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Luciano ES
On Tue, 7 May 2019 22:12:35 +, Russell L. Harris wrote: > (1) The only maildirs or mboxes of which Mutt is aware are those which > are specified in .muttrc by the "mailboxes" command. > (2) The base of the maildir or mbox structure is specified by the > "folder" command. If I recall correctly

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Russell L. Harris
On Tue, May 07, 2019 at 12:08:14AM -0300, Luciano ES wrote: The problem is that the Inbox folder is empty. And it shouldn't be. I can inspect that directory say, with a file manager, and it's loaded with messages. Check two things: (1) The only maildirs or mboxes of which Mutt is aware are tho

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Kurt Hackenberg
On 2019-05-07 17:11, Luciano ES wrote: I don't remember how I converted it. It was a very long time ago. Oh. But the problem just started a day or two ago? Then two questions: Did something change just before the problem started? If so, what? And, maybe you could show us the contents of that

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Luciano ES
On Tue, 7 May 2019 16:28:59 -0400, Kurt Hackenberg wrote: > On 2019-05-07 15:21, Luciano ES wrote: > > > Why does mutt show files rather than browse folders on every first > > attempt? It doesn't make sense. > > Because when you converted your inbox from maildir to MH format, you > didn't do

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Kurt Hackenberg
On 2019-05-07 15:21, Luciano ES wrote: Why does mutt show files rather than browse folders on every first attempt? It doesn't make sense. Because when you converted your inbox from maildir to MH format, you didn't do it right. That's my current guess, anyway. How did you convert it, exactly

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Grant Edwards
On 2019-05-07, Luciano ES wrote: > By the way, does mutt support Gmail boxes now? It didn't when I still > used it. Please note that I am stuck with mutt 1.7.2 which is what > Debian stable provides. Yes. Mutt's IMAP support works great with Gmail's IMAP server (and has for many years). --

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Luciano ES
On Tue, 7 May 2019 13:43:22 -0400, Kurt Hackenberg wrote: > On 2019-05-07 12:13, Luciano ES wrote: > > >> Does the Inbox folder contain the standard maildir style > >> directories: cur, new, tmp ? Unread messages should be inside > >> 'new', read messages inside 'cur'. > >> > > > > Hi. There u

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Kurt Hackenberg
On 2019-05-07 12:13, Luciano ES wrote: Does the Inbox folder contain the standard maildir style directories: cur, new, tmp ? Unread messages should be inside 'new', read messages inside 'cur'. Hi. There used to be cur, new, tmp. There shouldn't be because it is all MH. So I decided to delete

Re: Inbox folder doesn't work anymore

2019-05-07 Thread Luciano ES
On Mon, 6 May 2019 22:23:39 -0500, Jason wrote: > On Tue, May 07, 2019 at 12:08:14AM -0300, Luciano ES wrote: > > > > Then I tried to use it again, but it didn't quite work anymore. > > > > The problem is that the Inbox folder is empty. And it shouldn't be. > > I can inspect that directory say,

Re: Inbox folder doesn't work anymore

2019-05-06 Thread Jason
On Tue, May 07, 2019 at 12:08:14AM -0300, Luciano ES wrote: > > Then I tried to use it again, but it didn't quite work anymore. > > The problem is that the Inbox folder is empty. And it shouldn't be. > I can inspect that directory say, with a file manager, and it's loaded > with messages. In fa

Re: Inbox and Sent messages in one thread. How To? [Off topic question]

2013-12-06 Thread Paul E Condon
My question is embedded in the quoted message, below: On 20131206_210949, Erik Christiansen wrote: ... remove text that's not relevant to my questions > help when you are off in another mailbox, and suddenly decide to fling > off a message. To let mutt catch that use case, and put any message to

Re: Inbox and Sent messages in one thread. How To?

2013-12-06 Thread Peter Davis
On Fri, Dec 06, 2013 at 05:02:21AM +0400, Kirill Tkhai wrote: > Hi, > > I want to have a posibility to see inbox and sent messages together > in one thread. Is this possible without copying content of Sent folder > to Inbox? I may be misunderstanding something, but how about just BCCing yourself

Re: Inbox and Sent messages in one thread. How To?

2013-12-06 Thread bastian-muttuser
On 06Dec13 13:57 +0100, Suvayu Ali wrote: > On Thu, Dec 05, 2013 at 08:21:00PM -0500, Patrick Shanahan wrote: > > * Kirill Tkhai [12-05-13 20:05]: > > > I want to have a posibility to see inbox and sent messages together in > > > one thread. Is this possible without copying content of Sent folder

Re: Inbox and Sent messages in one thread. How To?

2013-12-06 Thread Suvayu Ali
On Thu, Dec 05, 2013 at 08:21:00PM -0500, Patrick Shanahan wrote: > * Kirill Tkhai [12-05-13 20:05]: > > I want to have a posibility to see inbox and sent messages together in > > one thread. Is this possible without copying content of Sent folder to > > Inbox? > > Leave the "sent" msgs in the i

Re: Inbox and Sent messages in one thread. How To?

2013-12-06 Thread Erik Christiansen
On 06.12.13 05:02, Kirill Tkhai wrote: > I want to have a posibility to see inbox and sent messages together > in one thread. Is this possible without copying content of Sent folder > to Inbox? There are many ways to skin the message storage cat, all with some merit. (Except perhaps, for indiscrim

Re: Inbox and Sent messages in one thread. How To?

2013-12-05 Thread Patrick Shanahan
* Kirill Tkhai [12-05-13 20:05]: > I want to have a posibility to see inbox and sent messages together in > one thread. Is this possible without copying content of Sent folder to > Inbox? Leave the "sent" msgs in the inbox or insteadof "saving" outgoing post, copy them to the "Sent" directory a

Re: Inbox not updated

2013-01-31 Thread James Griffin
* Patrice Levesque [2013-01-30 15:33:11 -0500]: > > > My problem is that all Maildir folders are updated automatically when a > > new email is received, but my Inbox doesn't show updates. To see new > > email I have to quit mutt and re-open it. > > > > What I'm doing wrong?. > > See this entry

Re: Inbox not updated

2013-01-30 Thread Leonardo M . Ramé
On 2013-01-30 17:54:04 -0300, Leonardo M. Ramé wrote: > On 2013-01-30 15:33:11 -0500, Patrice Levesque wrote: > > > > > My problem is that all Maildir folders are updated automatically when a > > > new email is received, but my Inbox doesn't show updates. To see new > > > email I have to quit mutt

Re: Inbox not updated

2013-01-30 Thread Leonardo M . Ramé
On 2013-01-30 15:33:11 -0500, Patrice Levesque wrote: > > > My problem is that all Maildir folders are updated automatically when a > > new email is received, but my Inbox doesn't show updates. To see new > > email I have to quit mutt and re-open it. > > > > What I'm doing wrong?. > > See this e

Re: Inbox not updated

2013-01-30 Thread Patrice Levesque
> My problem is that all Maildir folders are updated automatically when a > new email is received, but my Inbox doesn't show updates. To see new > email I have to quit mutt and re-open it. > > What I'm doing wrong?. See this entry from the FAQ, might provide you a hint or two: http://dev.mutt.or

Re: Inbox repair tool

2001-02-27 Thread Erik van der Meulen
On Mon, Feb 26, 2001 at 15:29:16 +0100, Erik van der Meulen wrote: > I have a large inbox archive file, that seems to be a little corrupt. > One or two odd entries and mutt will open it, but can't seem to close it > again. Is there anything to check op repair these files? Thanks to all who respo

Re: Inbox repair tool

2001-02-27 Thread Suresh Ramasubramanian
[EMAIL PROTECTED] proclaimed on mutt-users that: > qmail can use either mbox or maildir -- but from what I've read, maildir > was introduced by qmail. (and qmail's docs include a small rant about yeah, that's right - and djb hates mbx :) maildrop - http://www.flounder.net/~mrsam/maildir - it'

Re: Inbox repair tool

2001-02-27 Thread ed
On Tue, Feb 27, 2001 at 08:15:11AM +0530, Suresh Ramasubramanian wrote: > Osamu Aoki proclaimed on mutt-users that: > > > Also, exim+procmail supports MAILDIR too. > > Delivery to folders of whatever kind (MH, maildir, mbox etc) is a > job for the local delivery agent. Right - procmail does

Re: Inbox repair tool

2001-02-26 Thread Suresh Ramasubramanian
Osamu Aoki proclaimed on mutt-users that: > Also, exim+procmail supports MAILDIR too. Delivery to folders of whatever kind (MH, maildir, mbox etc) is a job for the local delivery agent. Right - procmail does maildir (at least the newer ones), and qmail's maildrop (I think) does that as we

Re: Inbox repair tool

2001-02-26 Thread Osamu Aoki
Also, exim+procmail supports MAILDIR too. Erik, your Debian have packages for these. Just configure procmail with MAILDIR delivary or install qmail. Osamu Oi Mon, Feb 26, 2001 at 10:53:56AM -0800, Jason Helfman wrote: > After this your best bet would be to look into using a smtp server that > de

Re: Inbox repair tool

2001-02-26 Thread Jason Helfman
After this your best bet would be to look into using a smtp server that delivers in MAILDIR format. In this format, each peice of mail is it's own file. So if any corruption occurs, it is only in the case of that one particular email. For starters, I know that qmail does MAILDIR. www.qmail.org

Re: Inbox repair tool

2001-02-26 Thread Osamu Aoki
Hi, On Mon, Feb 26, 2001 at 03:29:16PM +0100, Erik van der Meulen wrote: > I have a large inbox archive file, that seems to be a little corrupt. If "inbox archive file" is in mbox style and file size of the "inbox archive file" is 2GB(Linux file size limit) or some special file size Mutt care(W

Re: Inbox repair tool

2001-02-26 Thread Daniel Eisenbud
On Mon, Feb 26, 2001 at 03:29:16PM +0100, Erik van der Meulen <[EMAIL PROTECTED]> wrote: > I have a large inbox archive file, that seems to be a little corrupt. > One or two odd entries and mutt will open it, but can't seem to close it > again. Is there anything to check op repair these files? I

Re: inbox

2000-11-20 Thread Thomas Ribbrock
On Sun, Nov 19, 2000 at 07:01:17PM -0500, Michael P. Soulier wrote: > Hey people. At work, my home directory is NFS mounted, and everything > works fine. However, my local /var partition holding /var/mail/msoulier is > apparently causing interesting quirks that aren't caused on my PC at home >

Re: inbox

2000-11-20 Thread Michael P. Soulier
On Mon, Nov 20, 2000 at 02:10:38PM +0100, Andreas Str|m wrote: > On Sun, Nov 19, 2000 at 07:01:17PM -0500, Michael P. Soulier wrote: > > Hey people. At work, my home directory is NFS mounted, and everything > > works fine. However, my local /var partition holding /var/mail/msoulier is > > appa

Re: inbox

2000-11-20 Thread Andreas Str|m
On Sun, Nov 19, 2000 at 07:01:17PM -0500, Michael P. Soulier wrote: > Hey people. At work, my home directory is NFS mounted, and everything > works fine. However, my local /var partition holding /var/mail/msoulier is > apparently causing interesting quirks that aren't caused on my PC at home >

Re: inbox sort order problem

2000-05-05 Thread billy chan
[00.05.05 13:38] Hardy Merrill <[EMAIL PROTECTED]> wrote: > folder-hook =INBOX-Mutt set sort=reverse_date_received > folder-hook =in-l-dbiusers set sort=threads > folder-hook =in-l-muttusers set sort=threads > > Sometimes I notice that when I go into one of the mailing > list mailboxes, and then

*REALLY* fixed - Re: FIXED - Re: inbox read-only with 0.95.4i and patches

1999-03-17 Thread David Thorburn-Gundlach
Warning Could not process message with given Content-Type: multipart/signed; boundary=bFUYW7mPOLJ+Jd2A; micalg=pgp-sha1;protocol="application/pgp-signature"

FIXED - Re: inbox read-only with 0.95.4i and patches

1999-03-17 Thread David Thorburn-Gundlach
Warning Could not process message with given Content-Type: multipart/signed; boundary=ZPt4rx8FFjLCG7dd; micalg=pgp-sha1;protocol="application/pgp-signature"