Re: Getting more useful information in file browser - possible with maildir?

2020-09-27 Thread Ben Boeckel
On Sun, Sep 27, 2020 at 10:07:41 +0100, Chris Green wrote: > Are you using maildir? Have been from the start. I use offlineimap to sync my mail from a number of accounts and then let mutt work with those. --Ben

Re: Getting more useful information in file browser - possible with maildir?

2020-09-26 Thread Ben Boeckel
0.1K Sep 26 11:55 ~/.local/share/mail/XXX The size is wrong, but I'm not too worried about that myself. My folder_format: set folder_format = '%2C %t %N %F %-8.8u %-8.8g %8s %d %f' I think the `%d` is what you'd be interested in for the date like I have. --Ben

Re: Getting more useful information in file browser - possible with maildir?

2020-09-26 Thread Ben Boeckel
it can read mail. Those programs which cannot so expand are replaced by ones which can. For email stored in files, use an email-aware program. Mutt is one of them. --Ben

Re: Getting more useful information in file browser - possible with maildir?

2020-09-26 Thread Ben Boeckel
w stopper, I'm going to stay with maildir, > but it woud be nice to be able to improve it a bit. I'd recommend using a "maildir browser" which knows how to interpret the information you're looking for (and which mutt is very good at). --Ben

Re: Using Maildir format, changing mailbox

2020-06-05 Thread Ben Boeckel
dividual accounts, only that account ends up appearing. The written file is sourced as part of my muttrc. I don't keep mutt open all the time, so I don't worry about "syncing" it with my running instances; one could write a macro to re-source the file to catch up on any changes though. --Ben

Re: Using Maildir format, changing mailbox

2020-06-05 Thread Ben Boeckel
See the `mailboxes` command. mailboxes "+acct1/dir1" "+acct1/dir2" Mine is generated by `offlineimap`, but it could be generated with some `find | awk` as well. --Ben

Re: IMAP && Server certificate has expired

2020-05-31 Thread Ben Boeckel
openssl version > OpenSSL 1.1.1a-freebsd 20 Nov 2018 Ah, yes. You need to check your ca-certificates version, not OpenSSL. I'm not sure where FreeBSD gets their bundles though (or the package/ports name for it). I imagine Mozilla is the source though, but the required certs were added back in Firefox 36 days. --Ben

Re: IMAP && Server certificate has expired

2020-05-31 Thread Ben Boeckel
P has been affected by this: https://support.sectigo.com/articles/Knowledge/Sectigo-AddTrust-External-CA-Root-Expiring-May-30-2020 They may have fixed it already if the sibling reply is correct. --Ben

Re: Conditional FCC

2020-05-01 Thread Ben Boeckel
folder-hook account2 'set record = ...' folder-hook account3 'set record = ...' --Ben

Re: Inline PGP Within HTML

2020-04-30 Thread Ben McGinnes
RrGopS9bx7-2Bfg7illxJcEZKVverhnQMd44ujj7uP5upQKh04GQiU8GohDJPSiZcVvo3nD4iDdOeqp4ZZeu3jR3-2Fn6UR3gxY2ilzxW6kG8800Ru-2BklYNaqx4gcU09POClr7bkB3bLyqeFn5pTkKfyCLSZwBV4IhLweWNSH0b-2Fh6iKVI7rMzSBD7LQ3IQu7wXg-3D Obligatory disclaimer: I wrote the HOWTO and worked on the bindings extensively. Regards, Ben P.S. The HOWTO is hosted on AWS S3, so you can ma

Re: Inline PGP Within HTML

2020-04-30 Thread Ben McGinnes
;s preety crazy and so unnecessary. I mean it's not like we're using PGP 2.x on old mid-'90s era systems. Depending on what the full scope of what the ultimate end result is, it might be possible to be streamlined and automated more, without adversely affecting any other s

Re: Going GUI...er

2020-04-08 Thread Ben Boeckel
On Thu, Apr 09, 2020 at 00:26:43 +0100, Sam Kuper wrote: > On Wed, Apr 08, 2020 at 03:08:45PM -0400, Ben Boeckel wrote: > > On Wed, Apr 08, 2020 at 14:43:47 -0400, Kurt Hackenberg wrote: > >> Please remember that Google reads your mail. > > https://mako.cc/copyrighteo

Re: Going GUI...er

2020-04-08 Thread Ben Boeckel
to fastmail for my stuff (though mailing lists have not all been migrated yet). I'm happy with it at least. As for gmail reading your mail, with gmail getting some large percentage of email anyways, it's something that if I wanted to make sure, I'd use GPG or some other encryption mechanism. --Ben

Re: Opening URLs from mutt (was: Creating HTML emails with mutt)

2019-10-28 Thread Ben Boeckel
with vertical splits (which confuses the terminal just like the sidebar does). --Ben

Re: providing imap_pass but not from ~/.muttrc

2019-06-13 Thread Ben Boeckel
ting your sendmail password over in order to send email? Or is it trusted because it's coming from the ISP's VM? --Ben

Re: order of sending mail and saving to fcc

2019-06-10 Thread Ben Boeckel
If you're this paranoid, the only real fix is to have your editor save a backup somewhere before handing it off to mutt in the first place anyways. After all, mutt could segfault and lose it before the Fcc! --Ben

Re: "mailbox externally modified. flags may be wrong"

2019-06-05 Thread Ben Gold
Well I'm still flummoxed a bit as I'm almost 100% sure nothing has changed since Mutt was working and now when it doesn't. That said, I tend to feel it has something to do with Gmail organizing messages into the tabs. Like maybe Google moving messages somehow seems like a deletion to Mutt? P

Re: "mailbox externally modified. flags may be wrong"

2019-06-05 Thread Ben Gold
Kevin J. McCarthy wrote: > >On Wed, Jun 05, 2019 at 12:15:10PM -0400, Ben Gold wrote: > >>And what happens is Mutt ends up giving me this error and then I > >>can't receive any new mail without quitting and restarting it. > > > >I can't answer what has cha

Re: "mailbox externally modified. flags may be wrong"

2019-06-05 Thread Ben Gold
ut quitting and restarting it. Is there any way to tell mutt to "check again"? On Wed, Jun 5, 2019 at 10:51 AM Hokan wrote: > On Wed, Jun 05, 2019 at 10:18:10AM -0400, Ben Gold wrote: > >Mutt was working for me (to check my gmail account) for about a > >month.Ā N

"mailbox externally modified. flags may be wrong"

2019-06-05 Thread Ben Gold
Mutt was working for me (to check my gmail account) for about a month. Now it seems like whenever I get an email, instead of showing an unread message I just get this error: "mailbox externally modified. flags may be wrong" I haven't changed anything (that I'm aware of) in mutt or in my email ha

Re: order of sending mail and saving to fcc

2019-06-04 Thread Ben Boeckel
still have the copy, but it is just saved after sending. Or are you worried about Fcc failing after being sent? --Ben

not seeing new mail

2019-04-22 Thread Ben Gold
I'm returning to mutt after a long absence. My muttrc still works for me – I can retrieve and send my IMAP-Gmail. However I'm not seeing new messages. Even when I re-sync using "$", mutt just returns "mailbox unchanged" even though I do have new messages (as I can see if I open Gmail on my web

Re: Saving sent e-mails in INBOX for better threading?

2019-03-28 Thread Ben Boeckel
record = '=acct/INBOX' which saves outgoing messages to the account's INBOX. You can use `folder-hook` to reset the variable based on which account you're in. --Ben

Re: Local mail agent suggestions (gmail -> local postgres -> {local IMAP+SMTP} <-> mutt)?

2019-01-22 Thread Ben Boeckel
oriented search tools built-in for outside-of-mutt searching. Example output here: % notmuch search mutt-dev thread:00013927 2015-02-25 [1/1] Mutt; [Mutt] #3740: multi-byte characters not handled in query window (inbox) thread:000138f4 2015-01-22 [5/5] Ben Boeckel, Dav

Re: find all messages in threads where one message matches

2018-11-04 Thread Ben Fitzgerald
On Sat, Nov 03, 2018 at 10:45:59PM +0100, Francesco Ariis wrote: > Hello Ben, > > On Sat, Nov 03, 2018 at 04:45:42PM -0400, Ben Fitzgerald wrote: > > is there any way to tag all messages in all threads where a search pattern > > matches one more messages in a thread? > &

find all messages in threads where one message matches

2018-11-03 Thread Ben Fitzgerald
Hi is there any way to tag all messages in all threads where a search pattern matches one more messages in a thread? thanks, -- Ben Fitzgerald

Re: smart saving

2018-11-02 Thread Ben Fitzgerald
On Fri, Nov 02, 2018 at 12:48:20PM +1100, Erik Christiansen wrote: > On 01.11.18 19:06, Ben Fitzgerald wrote: > > When I hit "s" it would be lovely to have the last folder I saved a message > > with the same "meta" (simple case - same "from:"). &g

smart saving

2018-11-01 Thread Ben Fitzgerald
ements/suggestions why it's a bad idea? I can imagine people will not like saving state, however you could just dump it into the mutt header cache directory. Regards, -- Ben Fitzgerald

Re: Security of verifying gpg keys from internet key servers

2018-10-28 Thread Ben McGinnes
omains without requiring running a full keyserver in the process. It's also intended to provide more tuned control over user data stored on keys and what people can search for (e.g. serving different user IDs from different domains, yet still maintaining the one key). Regards, Ben signature.asc Description: PGP signature

Re: Hang on startup

2018-10-15 Thread Ben Boeckel
t we have been having DNS hiccups here and that would seem to be another symptom of that problem. Thanks for the workaround. I'll ping our sysadmins again :) . --Ben

Hang on startup

2018-10-15 Thread Ben Boeckel
is in the middle of a `poll` call when it is hanging) that might be timing out? Currently using 1.10.1, but I've been seeing it for a while now, so it isn't new behavior. Thanks, --Ben

mailing list hook

2018-10-07 Thread Ben Fitzgerald
ing list. How can I achieve this with a folder-hook to bind a macro? I started with a macro but it's mailing to us...@mutt.org macro index m "mutt-users@mutt.org" regards, -- Ben Fitzgerald

Re: Message-ID with "+" in

2018-10-01 Thread Ben Fitzgerald
On Sun, Sep 30, 2018 at 11:39:53PM -0400, Nathan Stratton Treadway wrote: > On Sun, Sep 30, 2018 at 14:48:55 -0400, Ben Fitzgerald wrote: > So, (assuming I have cut-and-pasted and counted correctly), the > following should all find the message in question: > / ~i CAJxpU5h8mE6UcYS

Re: Message-ID with "+" in

2018-09-30 Thread Ben Fitzgerald
On Sun, Sep 30, 2018 at 12:30:15PM -0700, Kevin J. McCarthy wrote: > On Sun, Sep 30, 2018 at 02:48:55PM -0400, Ben Fitzgerald wrote: > > / ~i "CAJxpU5h8mE6UcYStOyUzH_T490R\+hOp5dTo\+crvozc5wsnh...@mail.gmail.com" > > Try doubling the \: > / ~i "CAJxpU5h8mE6UcYStOy

Message-ID with "+" in

2018-09-30 Thread Ben Fitzgerald
zH_T490R\+hOp5dTo\+crvozc5wsnh...@mail.gmail.com" Probably this is fairly simple, but I'm stuck. Would appreciate advice. Regards, -- Ben Fitzgerald

Re: Is there a way to record b[ounced] messages in sentmail?

2018-09-19 Thread Ben Boeckel
ng emails in a chain that someone just got added to (so they have the full conversation). --Ben

Re: imap unread count in folder view?

2018-09-16 Thread Ben Fitzgerald
On Sun, Sep 16, 2018 at 10:36:16AM -0700, Kevin J. McCarthy wrote: > On Sun, Sep 16, 2018 at 01:24:57PM -0400, Ben Fitzgerald wrote: > > any way to get the number of unread messages in the > > view? > > > > I'm happy to have the unread count in the cache, it doe

imap unread count in folder view?

2018-09-16 Thread Ben Fitzgerald
Hi any way to get the number of unread messages in the view? I'm happy to have the unread count in the cache, it doesn't have to be the server's count. regards, -- Ben Fitzgerald

Re: pipe message with folder name

2018-08-21 Thread Ben Fitzgerald
On Tue, Aug 21, 2018 at 07:20:03AM -0700, Kevin J. McCarthy wrote: > On Mon, Aug 20, 2018 at 06:46:07PM -0700, Kevin J. McCarthy wrote: > > On Mon, Aug 20, 2018 at 09:24:40PM -0400, Ben Fitzgerald wrote: > > > My idea for solving this would be to save both the Message-ID *and*

pipe message with folder name

2018-08-20 Thread Ben Fitzgerald
n the rest of the message? I know this won't work if I subsequently move the email to another folder after capturing this metadata, but I generally don't do this. Hopefully my question is clear and there is a path forward. Regards, Ben Fitzgerald.

Re: Why does mutt ask for a GPG key to use

2018-06-16 Thread Ben McGinnes
ot;. I tend to put all those rules into my gpg.conf file and these days save myself a world of grief by running the aforementioned script. Most of the time with just very rapid key presses on the "yes, I really want to encrypt" question, with a handful of local signatures (depending

Re: support of two factor authentication?

2018-06-12 Thread Ben Oliver
On 18-06-12 08:49:09, José María Mateos wrote: On Mon, Jun 11, 2018 at 08:26:42PM -0700, Tom Fowle wrote: As more isps and email providers require two factor authentication, I hope mutt will support this security system! Doesn't mutt already "support" this? I use Fastmail with 2FA enabled. Wh

Converting gpg.conf groups to crypt-hooks

2018-05-24 Thread Ben McGinnes
not Python 2.7. Regards, Ben P.S. If you're still running an ancient version of Mutt and need to stick with it, but want to guarantee not getting hit by Efail; update and use GPGME instead of calling a binary. We've moved, as of a few days ago, from massive warnings wh

Re: Bottom posting v top posting

2018-05-14 Thread Ben Oliver
On 18-05-14 12:15:57, Mark H. Wood wrote: On Sun, May 13, 2018 at 07:15:46PM +0200, Martin Trautmann wrote: Am 13. Mai 2018 17:12:14 MESZ schrieb tech-lists : >No!! ;) and you're missing the point (IMOHO) :( basically, people >quote back way too much. This is the issue. Most email apps allow

Re: Bottom posting v top posting

2018-05-13 Thread Ben Oliver
On 18-05-13 17:34:21, Patrick Shanahan wrote: I really believe it (top-posting, full quoting) began with compuserve and aol, really discouraging time in history. Definitely makes no sense other than 'gmail does it' or 'outlook does it'

Re: Bottom posting v top posting

2018-05-13 Thread Ben Oliver
On 18-05-13 09:52:23, Brian Salter-Duke wrote: Posting to this list yesterday and a recent incident with my partner, prompts me to raise the issue of bottom posting. For a long time, mutters have fought battles and wars to get everybody to bottom post. It makes a lot of sense, but we have lost ev

Re: hide identical mails within the same thread

2018-01-23 Thread Ben Boeckel
te anyways. Thanks, --Ben

Re: hide identical mails within the same thread

2018-01-22 Thread Ben Boeckel
On Mon, Jan 22, 2018 at 20:49:13 +0100, Ionel Mugurel Ciobîcă wrote: > That would still require to have identical e-mails in more than one > mailbox... It happens with gmail when an email has more than one label. --Ben

Re: hide identical mails within the same thread

2018-01-22 Thread Ben Boeckel
ox with the results. This mailbox is read-only. --Ben

Re: maildir-utils vs notmuch

2018-01-19 Thread Ben Oliver
On 18-01-19 18:17:34, Mihai Lazarescu wrote: On Friday, January 19, 2018 at 11:59:15 +0100, Matthias Apitz wrote: I have around 4.2 GByte of mbox mail files: $ du -sh Mail 4,2GMail $ ls Mail | wc -l 1095 can 'notmuch' index this and how big is the database after this? matthias

Re: maildir-utils vs notmuch

2018-01-19 Thread Ben Oliver
On 18-01-19 11:59:15, Matthias Apitz wrote: El día viernes, enero 19, 2018 a las 11:03:18a. m. +0100, Till Smejkal escribió: Hi, I am using notmuch to index my mails for years now and I am very happy with its performance and functionality. ... Hi, I have around 4.2 GByte of mbox mail files

Re: maildir-utils vs notmuch

2018-01-19 Thread Ben Oliver
On 18-01-19 10:12:25, Bastian wrote: As this topic was touched recently, I got interested in notmuch again and took some time to look at it. I used mairix for more than a decade, then switch over to mu some years ago for some forgotten reason and now notmuch is an interesting thing. Right now I

Re: find matched message in all mailboxes and put them into a separate mailbox

2018-01-18 Thread Ben Boeckel
On Thu, Jan 18, 2018 at 13:19:22 -0500, Patrick Shanahan wrote: > the OP has mbox which notmuch doesn't support OP said that it's maildir: On Thu, Jan 18, 2018 at 05:29:38PM +0800, Yubin Ruan wrote: > Oh, I am using Maildir. So maybe some standalone script will help? --Ben

Re: find matched message in all mailboxes and put them into a separate mailbox

2018-01-18 Thread Ben Boeckel
ed by offlineimap, but whatever fetches email for you should also be able to trigger a reindex. --Ben

Re: Possible to not leave pager if up on first or down on last message?

2017-12-22 Thread Ben Boeckel
's, not mine :) . It makes it move lines, but if you want to move to the next message, I don't think there's away to say "move to the next message unless this is the last one" and similarly for the first message. --Ben

Re: Possible to not leave pager if up on first or down on last message?

2017-12-20 Thread Ben Boeckel
at the end of a message and invoke > the function. That's for internal page navigation. Pressing or is an index operation and doesn't affect Scott's issue. (This is the setup I have now and Up/Down still close the pager for me.) --Ben

Re: Inermittant error downloading gmail to mutt

2017-12-05 Thread Ben Boeckel
On Tue, Dec 05, 2017 at 16:46:02 +1100, Brian Salter-Duke wrote: > sslcertpath '***' No, gmail has rotated their top-level certificates. You'll need a new certificate chain. Attached is the one I extracted yesterday. --Ben

Re: Refreshing ancient MIME/IMAP memories

2017-11-15 Thread Ben Boeckel
ndroid doesn't download attachments automatically (for me). I remember KMail doing similar things when I used it. I don't know much more though, sorry. --Ben

Re: sendmail in background?

2017-06-12 Thread Ben McGinnes
On Sun, Jun 11, 2017 at 08:14:31AM +0100, Chris Green wrote: > On Sun, Jun 11, 2017 at 07:33:18AM +1000, Ben McGinnes wrote: >> >> Fortunately configuring Postfix is simple; either as easy or easier >> than configuring Mutt. > > Friendly and helpful support from

Re: sendmail in background?

2017-06-10 Thread Ben McGinnes
On Fri, Jun 09, 2017 at 04:43:46PM +0100, Chris Green wrote: > On Fri, Jun 09, 2017 at 11:50:01PM +1000, Ben McGinnes wrote: >> >> I do the same thing, except the Postfix instance on the laptop is >> configured to relay through the Postfix instance on the MX server. >

Re: sendmail in background?

2017-06-09 Thread Ben McGinnes
directly. Then I just need to make sure that the relaying is authenticated appropriately and it's all fine. Regards, Ben signature.asc Description: PGP signature

Re: New mutt GPGME error

2017-06-02 Thread Ben McGinnes
ME and no new issues. Excellent. That's exactly the kind of thing I like to hear, "less bugs" ... Regards, Ben signature.asc Description: PGP signature

Re: New mutt GPGME error

2017-06-01 Thread Ben McGinnes
On Thu, Jun 01, 2017 at 02:58:56PM -0700, Ian Zimmerman wrote: > On 2017-06-02 04:51, Ben McGinnes wrote: > >> There shouldn't be. While new functions are periodically added to >> GPGME as features are added to GPG and its related projects, >> efforts are made not

Re: New mutt GPGME error

2017-06-01 Thread Ben McGinnes
en some ridiculous things under the hood of GPGME, so if you find anything that shouldn't be there or is doing anything odd, bring it over to gnupg-devel. Other than the GTK2 stuff, we know it's gotta go. Regards, Ben signature.asc Description: PGP signature

Re: New mutt GPGME error

2017-06-01 Thread Ben McGinnes
bin/gpgme-tool OK GPGME-Tool 1.9.0 ready OK closing connection bash-4.4$ Most of the most recent changes in GPGME have just been extending the native language support for GPGME. Particularly Python, C++ and Qt. Regards, Ben signature.asc Description: PGP signature

Re: Mutt on Windows 10 using WSL

2017-02-01 Thread Ben Boeckel
of a PE-COFF executable. Not that I expect that it's *impossible*, but you might need something like binfmt_misc for this I suspect. How's WINE on Windows through WSL using a mount in Linux of C:/ or other drives? ;) --Ben

Re: Are there any good/recommended address book add-ons for mutt other than abook?

2017-01-26 Thread Ben Boeckel
o far). Advice on alternative Contact apps appreciated (I've been lazy and just haven't searched for a replacement yet). For sync, I use CardDAV-Sync[2] because it supports client SSL certs, otherwise I'd use DAVdroid[3]. --Ben [1]http://dmfs.org/editor/ [2]http://dmfs.org/carddav/ [3]https://gitlab.com/bitfireAT/davdroid

Re: Are there any good/recommended address book add-ons for mutt other than abook?

2017-01-26 Thread Ben Boeckel
ardDAV store/server and sync with it to keep khard up-to-date. Personally, I use Android as my main way of adding and editing contacts and sync things that way. --Ben

Re: [SPAM?] Re: list-reply without Cc?

2016-08-30 Thread Ben McGinnes
#x27;s roughly when it started popping up in Mailman and then later in Sympa. Too many geeks adored the List-Id tag for the benefit of procmail (and now mailfilter) rules for it to ever die. Regards, Ben signature.asc Description: PGP signature

Re: list-reply without Cc?

2016-08-30 Thread Ben McGinnes
On Tue, Aug 30, 2016 at 12:08:30PM +0200, Gabriel Philippe wrote: > Thanks Ben, but I realize my question was not accurate. I am > disappointed by having recipients in Cc when I use list-reply on my > own messages (match alternates). > > Ex: > - I am subscribed to a list (wit

Re: list-reply without Cc?

2016-08-29 Thread Ben McGinnes
people in > Cc). Yep: Llist-replyreply to specified mailing list But it only works on those lists with a correctly configure List-reply header (e.g. Mailman lists). Without that you might encounter some which set the reply-to header instead, but it varies. Regards, Ben signatu

Re: How do you survive without notmuch?

2016-04-07 Thread Ben Boeckel
d. I think there's an SGI around at work that I might be able to test… Seems that SunOS 5.10 is also OK (including sh, bash, ksh, jsh, pfsh, and tcsh) is also OK with it. > Derek did a similar test. Looks like most modern systems behave well. But the > day I run up a PDP-11 in a VM :) --Ben

Re: How do you survive without notmuch?

2016-04-06 Thread Ben Boeckel
? 1 % bash foo.sh; echo $? 1 % bash --posix foo.sh; echo $? 1 % zsh foo.sh; echo $? 1 % sh foo.sh ""; echo $? 2 % bash foo.sh ""; echo $? 2 % bash --posix foo.sh ""; echo $? 2 % zsh foo.sh ""; echo $? 2 --Ben

Re: How do you survive without notmuch?

2016-04-05 Thread Ben Boeckel
g notmuch)" macro index "\ set my_wait_key = \$wait_key\ unset wait_key\ notmuch-mutt thread\ ~/.cache/notmuch/mutt/results\ set wait_key = \$my_wait_key\ unset my_wait_key\ " "search and reconstruct owning thread (using notmuch)" using the notmuch-mutt contrib/ script (from notmuch itself). --Ben

Re: List reply + group reply combined

2016-02-04 Thread Ben Boeckel
t is.¹ Mailman has an option to not send you the list copy if you're on the CC list. --Ben

Re: Press any key to continue

2015-09-21 Thread Ben Boeckel
d 65 characters into the line. Thanks, --Ben

Re: Press any key to continue

2015-09-21 Thread Ben Boeckel
al value when the macro is complete? --Ben

Re: Press any key to continue

2015-09-21 Thread Ben Boeckel
ommand executions. Having to write macros which turn it on and off is messy (and if the setting changes, may change the state if the macro isn't updated as well). --Ben

Changing directory via command

2015-09-16 Thread Ben Boeckel
"change-folder =account/INBOX" inside of mutt or for -e fails with "change-folder: unknown command" even though it should exist(?). I certainly use in some macro bindings. Thanks, --Ben

Re: Mutt on ssl gmail "allow unsecure apps" == off => webalert

2015-06-26 Thread Ben Fitzgerald
I'm happily writing this from mutt. As you say you just need to update imap_pass, setting smtp_pass (at least for me) was not required. What a great response from this mailing list. Ben.

Mutt on ssl gmail "allow unsecure apps" == off => webalert

2015-06-24 Thread Ben Fitzgerald
ill post telling me google are wrong and it's fine to turn this off. I'm open to hearing this also provided I understand why. Regards, Ben F

Re: escape/strange characters

2015-03-04 Thread Ben Gold
I seem to get "\302" when there's a doubled space after a period. It's a \, not a / (as I previously stated). On Wed, Mar 04, 2015 at 11:02:12PM +0100, toogy@ wrote: On Wed, Mar 04, 2015 at 04:36:34PM -0500, Ben Gold wrote: When I view messages I often (but not always)

escape/strange characters

2015-03-04 Thread Ben Gold
When I view messages I often (but not always) get some "/" escape characters. Often "/302" but some other numbers also. And I often get a red cross on white background on line breaks. These are varieties of html, rtf, etc? Is there a simple catch-all to remove all such characters from text mes

Re: Two-phase authentification?

2015-02-19 Thread Ben Gold
Mutt wiki being http://dev.mutt.org/trac/wiki/MuttWiki? Also, does anyone have a sense of how secure/insecure aes-256 is? My limited understanding is it is pretty secure, but I am not a security guy or anything. -ben On Wed, Feb 18, 2015 at 03:28:12PM -0600, David Champion wrote: * On 18 Feb

Re: Two-phase authentification?

2015-02-18 Thread Ben Gold
Aha! I'm sorry. I misinterpreted your reply. You mean I have to create an application-specific password to use IMAP once I've enabled 2-factor authentication. (I don't know where I got "authentification" from ... fingers on auto-pilot, I guess.) I've done this. I created an application password

Encrypting to gpg groups

2014-04-07 Thread Patrick Ben Koetter
be expanded to the values specified. I thought I'd give it a try, but failed. What I tried was adding a group like this and send a message to vorst...@sys4.de: $ grep vorst...@sys4.de ~/.gnupg/gpg.conf group vorst...@sys4.de = p...@sys4.de m...@sys4.de Regards p@rick -- Patrick Ben K

Searching To:-Headers in Sent Mail

2013-06-03 Thread Patrick Ben Koetter
I'd like to search messages by recipient in my Sent-Folder, but at least my mutt install won't do it out of the box. Is the scope mutt searches for limited by context (e.g. Sent-Folder) or do I have to use a special search keyword? THX p@rick -- Patrick Ben Koetter p...@state-of-mind.de

Re: Gmail IMAP takes ages to login

2013-05-28 Thread Patrick Ben Koetter
e. I delted your first mail, which IIRC contained some of your config. Did you enable caching? I have this: # Caching set header_cache="~/.mutt/.cache/" set tmpdir="~/.mutt/.tmp/" set message_cachedir="~/.mutt/.messages/" set message_cache_clean = no p@rick -- Patrick Ben Koetter p...@state-of-mind.de

Re: opening +[Gmail]/All Mail is slowish

2013-04-05 Thread Patrick Ben Koetter
along these lines? # Caching set header_cache="~/.mutt/.cache/" set tmpdir="~/.mutt/.tmp/" set message_cachedir="~/.mutt/.messages/" set message_cache_clean = no -- Patrick Ben Koetter p...@state-of-mind.de

Re: People that CC mailing lists

2013-02-17 Thread Patrick Ben Koetter
* s. keeling : > Incoming from Patrick Ben Koetter: > > * s. keeling : > > > > > > Roger that. The mortals I know think email's old-school/obsolete. > > > They consider it hard to use, their inboxes are full of UCE (or > > > > If you use http

Re: People that CC mailing lists

2013-02-17 Thread Patrick Ben Koetter
* s. keeling : > Incoming from Alexander Dahl: > > On Fri, Feb 15, 2013 at 12:51:54AM -0700, Bob Proulx wrote: > > > But dumbing things down also causes problems. People should learn > > > some social graces. Email is one of the basic forms of communication > > > in our new electronic world. I t

Re: OwnCloud CardDAV search tool on linux

2013-01-06 Thread Patrick Ben Koetter
* Torsten Flammiger : > On 21:57 So 06 Jan, Patrick Ben Koetter wrote: > > * Torsten Flammiger : > > > I have written a small read-only tool in C++ to query my OwnCloud > > > storage. See https://github.com/tfl/qvcardsearch for details. > > > Maybe it is usef

Re: OwnCloud CardDAV search tool on linux

2013-01-06 Thread Patrick Ben Koetter
* Torsten Flammiger : > I have written a small read-only tool in C++ to query my OwnCloud > storage. See https://github.com/tfl/qvcardsearch for details. > Maybe it is useful for somebody. You are my hero! p@rick -- state of mind () http://www.state-of-mind.de Franziskanerstraße 15 Tel

Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Patrick Ben Koetter
* Andre Klärner : > Hi Patrick, > > On Thu, Aug 16, 2012 at 09:10:18PM +0200, Patrick Ben Koetter wrote: > > * martin f krafft : > > > also sprach Patrick Ben Koetter [2012.08.16.2044 > > > +0200]: > > > > Putting passwords in configs isn&

Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Patrick Ben Koetter
* martin f krafft : > also sprach Patrick Ben Koetter [2012.08.16.2044 > +0200]: > > Putting passwords in configs isn't something I like, so > > I pull them from the Gnome keyring: > > Not a bad idea, but now an attacker with access to the filesyst

Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Patrick Ben Koetter
* martin f krafft : > also sprach Christian Brabandt [2012.08.16.1937 +0200]: > > > To store the password clear-text in a file? Yes. > > > > What exactly is the problem with entering the password manually? > > I don't know my password. I use asymmetric authentication > everywhere, including IMAP

Re: IMAP: Limit number of fetched messages

2012-03-11 Thread Patrick Ben Koetter
* Thomas Christensen : > Is it possible to limit the number of messages fetched from an IMAP folder? > > I need this when reading from Gmail IMAP since I keep all messages > there forever and there are now too many for it to be comfortable to > read with mutt. > > So if I could just fetch the las

RFE: RFC 6154: SPECIAL-USE Mailboxes

2011-12-02 Thread Patrick Ben Koetter
RFC 6154 [1] defines an IMAP LIST extension for SPECIAL-USE mailboxes. SPECIAL-USE mailboxes can tell the MUA they are meant for \Sent, \Trash etc. purposes. It would be great if mutt supported this feature on the client side and mapped its own "special use mailboxes" i.e. $record and $postponed w

Re: HTML in From: header

2011-10-11 Thread Patrick Ben Koetter
* Udo Hortian : > Dear mutt users, > > I have mails that contain a header lines like the following: > > From: Author 1, Author 2 > > These are produced by feed2imap [1]. Mutt does not show these From lines in > the browser. For me the ideal behaviour would be if mutt would show > > Author 1, A

Re: smtp_url - 'at sign' in user name

2011-10-09 Thread Patrick Ben Koetter
* Tim Johnson : > Using mutt 1.5.20 on linux ubuntu 10.04 > I'm attempting to relay using smtp_url > My user name contains an '@' > Thus > set smtp_url = "smtp://t...@akwebsoft.com@mail.akwebsoft.com:465/" > set smtp_pass = "***" Maybe you simply need to drop the quotation marks. I use this an

  1   2   3   >