associating sig and other properties with "From:" drop-down in mutt

2016-04-11 Thread tech-lists
Hello list, In my .muttrc I have a section that begins like this: ### macro compose v "^Uidentity_" "Select from" ### after this I have various addresses: alias identity_a0 my-preferred-email-address alias identity_a1 my-work-email-address This setup works well, allowing me to set the From:

Re: associating sig and other properties with "From:" drop-down in mutt

2016-04-12 Thread tech-lists
On Tue, Apr 12, 2016 at 10:56:29PM +0200, Wim wrote: Hi, what you could try is to associate various identitys with send-hooks in this way: send-hook . "source identity_a0" # default config send-hook "~f identity_a1" "source a1" # the a1 identity send-hook "~f identity_a2" "s

moving messages on imap4 server based on date received

2017-09-28 Thread tech-lists
Hello mutt-users@ I'm running mutt 1.9.1 (2017-09-22) on freebsd-11-stable. What I'd like to have is, when mutt loads, it scans its subscribed folders and moves the mail based on date received into preconfigured mail folders. Either that, or maybe run another standalone program in a screen or cr

Re: moving messages on imap4 server based on date received

2017-09-28 Thread tech-lists
On Thu, Sep 28, 2017 at 03:56:35PM -0400, Dan Ritter wrote: If your IMAP server supports SIEVE, that is the easiest way to get this done. Sorting will happen at delivery time. yep it supports seive, but not every option, hopefully it will support mive from folder by arrive date, for multiple f

Re: moving messages on imap4 server based on date received

2017-10-08 Thread tech-lists
On Thu, Sep 28, 2017 at 03:56:35PM -0400, Dan Ritter wrote: On Thu, Sep 28, 2017 at 02:10:22PM +0100, tech-lists wrote: Hello mutt-users@ I'm running mutt 1.9.1 (2017-09-22) on freebsd-11-stable. What I'd like to have is, when mutt loads, it scans its subscribed folders and move

Re: moving messages on imap4 server based on date received

2017-10-08 Thread tech-lists
On Sun, Oct 08, 2017 at 04:35:47PM -0500, Larry Rosenman wrote: Whether you can run on YOUR server, I do not know, but I've been running this script for ~1 year. Hi, thanks for the script, I've saved it as it may come in useful one day. Unfortunately I'm not running my own mail server at this

Re: Bottom posting v top posting

2018-05-13 Thread tech-lists
On 13/05/2018 00:52, Brian Salter-Duke wrote: The use of phones for email alters the game. It is time we gave up bottom posting! No!! ;) and you're missing the point (IMOHO) :( basically, people quote back way too much. This is the issue. Most email apps allow threaded mail, so very littl

Re: Bottom posting v top posting

2018-05-15 Thread tech-lists
On 13/05/2018 18:15, Martin Trautmann wrote: IBTD. Major e-mail tools, such as outlook, failed to support proper threading. Writing on a smartphone here, I'm not even aware of an app with threading. You're using K-9 mail which has apparently supported threading since 4.390-beta, see http://g

mutt and clear-signing

2019-07-02 Thread tech-lists
Hi, I'm using mutt v.1.12.0 on freebsd-current with gpgme. In my config, mutt will verify clearsigned gpg sigs if the public key is on the gpg keyring. But if the key is unknown, mutt will say the key is unknown, and this is normal and expected. What I want to happen is, if the key is unknown i

Re: mutt and clear-signing

2019-07-04 Thread tech-lists
On Wed, Jul 03, 2019 at 09:20:53AM +1000, m...@raf.org wrote: be warned though that the SKS network (where you might get keys from) has recently been attacked by the poisoning of some high profile keys that, if fetched and imported, will break your gnupg installation. see the following for more

Re: Composing ask From: address and arbitrary keys in PGP

2019-07-27 Thread tech-lists
v "^Uidentity_" "Select from" alias identity_a0 tech-lists alias identity_a1 someotheraddress [...etc...] and use v then hit tab to get a selectable list. This selected when about to send the email. I'm unsure what the proper name for that part of mutt is. I us

imap4s timeouts and closed connections

2019-07-28 Thread tech-lists
Hi, context: Mutt 1.12.1 / freebsd12-stable I'm using fastmail for all my mail and I access it with imap4s. Lately I've been seeing timeouts, or a mailbox will just close [1], and yet my connection (fibre) is stable. I've been using imap with mutt ever since direct imap support became available

Re: imap4s timeouts and closed connections

2019-07-29 Thread tech-lists
On Sun, Jul 28, 2019 at 07:59:58AM -0700, Kevin J. McCarthy wrote: Actually, if you don't mind compiling out of git, perhaps you could try the branch 'kevin/stable-poll-fix'. I have a theory about what might be the problem and would appreciate if you would give that branch a try. Hi Kevin, Y

Re: Composing ask From: address and arbitrary keys in PGP

2019-08-06 Thread tech-lists
On Thu, Aug 01, 2019 at 05:50:59AM +, Ryan Smith wrote: The identity macro does work, but it will not work for setting custom header in composing new emails as hdr is set before about sending emails. I tried gpgme which does not seems to give me any option to select self encrypt key based on

Re: imap4s timeouts and closed connections

2019-08-07 Thread tech-lists
Hi, On Sun, Jul 28, 2019 at 01:17:33PM -0400, José María Mateos wrote: I also have Fastmail and also have these problem -- mailboxes are closed and a malformed TLS package warning is shown. I haven't found a way to solve this with any combination of timeouts, keepalive, etc. In the end, this br

Re: Getting color on FreeBSD

2019-09-11 Thread tech-lists
On Thu, Aug 22, 2019 at 07:14:28PM -0500, Tim Chase wrote: I'm a bit stuck trying to figure out why colors aren't working for me on FreeBSD (where I understand that termcap is used rather than terminfo). How are you invoking mutt? The only way I can get a mono mutt display is by invoking mutt

hcache and display options

2019-10-02 Thread tech-lists
Hi, When compiling mutt, I have several options for the header cache: 1. HCACHE_TOKYOCABINET 2. HCACHE_KYOTOCABINET 3. HCACHE_NONE 4. HCACHE_BDB Which is "best"? I use mutt with imap directly. The machine it's on has an old sse2/sse3 cpu, but 8GB RAM. The drive is SSD (230GB) I also have these

Re: hcache and display options

2019-10-07 Thread tech-lists
On Wed, Oct 02, 2019 at 03:07:16PM +0100, tech-lists wrote: [...] thanks for the pointers. Does slang have any advantages over ncurses though? I have both, and use slang in slrn. There is ncurses in the OS and a later version is in ports (FreeBSD) -- J. signature.asc Description: PGP

mutt seems laggy to resume on v.2.x

2020-11-25 Thread tech-lists
Hi, I'm finding mutt significantly more laggy to resume on later versions (=>2.x) than say 1.5.21. Let's say there's the list of emails in a folder already selected. If I use up or down arrow for example, it'll sit for 3-4 seconds doing nothing and then move. But once moving, it's as responsi

Re: mutt seems laggy to resume on v.2.x

2020-11-25 Thread tech-lists
Hello, On Wed, Nov 25, 2020 at 09:59:30AM -0600, Hokan wrote: I am running a month-old FreeBSD-CURRENT on an RPI-4 (8GB) and could not replicate the problem. thanks for posting yr config. Your mutt is compiled just slightly differently: hcache backend: Berkeley DB 5.3.28: (September 9, 2

Re: mutt seems laggy to resume on v.2.x

2020-11-25 Thread tech-lists
Hi, On Thu, Nov 26, 2020 at 09:01:03AM +1100, Cameron Simpson wrote: A way to check this would be to have another window open running: strace -p pid-of-idle-mutt-process Get that ready. Wait for idleness. Resume. See where it stalls. If that is hard to observe interactively, strace has opt

Re: mutt seems laggy to resume on v.2.x

2020-11-25 Thread tech-lists
Hi, On Wed, Nov 25, 2020 at 05:43:21PM -0500, Patrick Shanahan wrote: possibly reinstall strace. for my openSUSE Tumbleweed system I show: strace-5.9-1.1.x86_64 your version is quite old and version number appear to reflect the kernel version. what kernel are you running, 4.5.x ?? I'm usi

Re: mutt seems laggy to resume on v.2.x

2020-11-25 Thread tech-lists
On Thu, Nov 26, 2020 at 10:34:30AM +1100, Cameron Simpson wrote: Probably. I don't have a FreeBSD box to hand. Is yours a Raspberry? yup, rpi4 with 8GB Have you got ktrace and kdump? Less interactive, but IIRC the process is to ktrace your mutt command and kdump the resulting log file. I d

Re: mutt seems laggy to resume on v.2.x

2020-11-26 Thread tech-lists
Hi, ktrace shows (as best I can interpret it) when mutt is "woken up" it re-uses the connection to the imap server somehow. It's exchanging information, not sure what. But it's a big segment like a half page full in kdump. So maybe the answer is in idle parameters. I'll re-do the muttrc with t

[SOLVED] Re: mutt seems laggy to resume on v.2.x

2020-11-26 Thread tech-lists
Hi, I *think* i've found the reason for the lagginess. Hopefully what's here will be of use to others. With mutt, for this address I make a config file, launch mutt in a screen with -F. On the remote system, I have a lot of different folders which I'll use with different email addresses. These

Re: [SOLVED] Re: mutt seems laggy to resume on v.2.x

2020-11-26 Thread tech-lists
On Thu, Nov 26, 2020 at 04:03:53PM -0800, Kevin J. McCarthy wrote: I'd normally say to double check $imap_check_subscribed is unset, but that option is quite old. Perhaps something has changed in the code there, but I'm not recalling anything right now. Well, you were right, it was enabled! I'

textwidth/linewrap

2021-01-07 Thread tech-lists
Hi, I guess lots of people would use mutt with vim-console. Can anyone tell me please what setting they use for line wrapping? I thought in .vimrc it'd be set textwidth=72 but that doesn't seem to work. Is it a setting in .muttrc or in .vimrc? Or an additional setting? thanks, -- J. signa

Re: textwidth/linewrap

2021-01-08 Thread tech-lists
Hi, Lots of ways to do the same thing! Thanks for the suggestions -- J. signature.asc Description: PGP signature