Re: ReRe: mutt mbox format for new mailboxes: mutt mbox format for new mailboxes

2025-05-16 Thread Tim Chase
On 2025-05-16 08:37, Mutt list wrote: > On 16.05.25 01:31, Kurt Hackenberg wrote: > > If you think this is a mess, you're right. People have tried to fix > > it, but it can't really be fixed. The only good solution is to not > > use mbox, and store mail in other ways instead. > > I've yet to see an

Re: ReRe: mutt mbox format for new mailboxes: mutt mbox format for new mailboxes

2025-05-16 Thread Tim Chase
On 2025-05-16 14:46, Mark E. Mallett wrote: > PS: just to babble on, here's part of the body of a message that I use > in one of the test scripts for my mail delivery agent. > [snip] > I've left-padded all the lines here with spaces so they won't get > quoted. I hope. If you're looking for more tr

Crafting a filter for "to recipient R and only recipient R"

2025-02-03 Thread Tim Chase
Howdy, I've been trying to come up with a way to create a filter for mail where my wife is the only recipient, but having trouble crafting it. The aim would be to craft a hook based on something like ~t sweethe...@example.org [magic here] pulling in a different (disgustingly smoochy) .signatu

Re: Two copies of email when cc-ed in mailing lists

2024-10-27 Thread Tim Chase
On 2024-10-27 10:38, Sadeep Madurange wrote: > In some lists, users send replies to the list address while cc-ing my > email address. So, I get two copies of the same email. > > Is there anything I can do so that I only receive/see one copy? Not sure if it's as automatic as you'd like, but Mutt c

Changing the behavior of quitting if a filter is applied?

2023-11-30 Thread Tim Chase
For some reason, the way my brain works, when I have a filter in place l myfilter my lizard-brain wants to use "q" instead of l . to turn off the filter. The lizard-brain wins over the conscious brain (that knows to use `l .`) about half the time. mutt is fast enough that accidentally qui

Setting X-Priority/Priority/Important headers more easiliy?

2023-09-27 Thread Tim Chase
Howdy, RFC-2156[1] specifies ways to use the headers Importance: {low, normal, high} Priority: {normal, non-urgent, urgent} Sensitivity: {Personal, Private, Company-Confidential} and I've also seen the non-standard X-Priority: 1 (Highest) X-MSMail-Priority: High (with X-Priority ranging f

Re: filter on date

2023-06-02 Thread Tim Chase
On 2023-06-02 14:06, steve wrote: > >You could filter on the Date: header with a regex. > > ~h'Date:.* [1] [A-Z]' > > Now how could I invert this in order to delete all other messages? I'd likely tag *all* messages: shift+t . enter then control+t to untag the pattern above control+t ~

Re: FreeBSD ports mail/mutt feature patches

2023-05-05 Thread Tim Chase
On 2023-05-05 12:37, Derek Schrock wrote: > Hello, I'm looking for any FreeBSD ports/pkg users of mail/mutt and :raises hand: > hoping to get some feedback on option usage and which non-standard > features you're using from the port's included extra patches. This > is mainly the *_PATCH options.

Re: [ SOLVED ] Re: A bit off-topic: problems with sending to a Gmail user

2022-10-19 Thread Tim Chase
On 2022-10-19 07:43, Cameron Simpson wrote: > On 17Oct2022 21:19, Tim Chase wrote: > >I found that I had to both set my SPF for the sending-server (in > >my case, my VPS is the sender, rather than outsourcing to a smart-host > >elsewhere), > > I tried that for us, b

Re: [ SOLVED ] Re: A bit off-topic: problems with sending to a Gmail user

2022-10-17 Thread Tim Chase
On 2022-10-18 08:07, Cameron Simpson wrote: > On 17Oct2022 09:48, Matthias Apitz wrote: > >As more and more of my mails, also to friends could not reach them > >@google.com, I studied the DNS record for SPF a bit and came up with > >this single line in my DNS: > > > >@ TXT v=spf1 ip4:178.254.4.101

Re: mark as read

2022-10-02 Thread Tim Chase
On 2022-10-02 17:23, Jon LaBadie wrote: > Maybe I'm overlooking something. A "mark as read" command > that works with tagged messages. I've used W (clear-flag) to clear the N and O options, which can be used as the operator for a ";"-work-on-tagged-messages if you want. -tkc

Re: Recognizing alternative reply prefixes

2022-09-21 Thread Tim Chase
On 2022-09-21 15:53, Jaron Kent-Dobias via Mutt-users wrote: > I am frequently exchanging emails with Italians, whose mail clients often > use the format 'R: [Subject]' in replies instead of 'Re: [Subject]'. Mutt > in my locale does not recognize the leading 'R:' as a reply prefix and > proposes t

Re: Regard To-Envelope for alternates?

2022-09-13 Thread Tim Chase
On 2022-09-12 14:24, Bastian wrote: > I am a happy user of Alternative Addresses [1] in mutt, together with > reverse_name and reverse_realname. [snip] > However, when the mail is sent for instance to a maillist or without > setting the headers to/c, then mutt sets the default From address when

Re: Identifying messages with no To: or CC: headers?

2022-09-02 Thread Tim Chase
On 2022-09-02 17:42, Todd Zullinger wrote: > Tim Chase wrote: >> color index reverse brightblack black "~h ^(delivered|envelope)-to:\ >> +[0-9a-f]{5,}[.][0-9a-f]{5,}@mydomain.com)$" >> >> Mutt complains >> >> Error in [my muttrc]: '^(d

Re: Identifying messages with no To: or CC: headers?

2022-09-02 Thread Tim Chase
On 2022-09-02 19:45, Sam Kuper wrote: > On Fri, Sep 02, 2022 at 06:24:24PM +0000, Tim Chase wrote: > > On 2022-09-02 20:07, Francesco Ariis wrote: > >> Il 02 settembre 2022 alle 18:01 Tim Chase ha scritto: > >>> However, often these messages don't have a

Re: Identifying messages with no To: or CC: headers?

2022-09-02 Thread Tim Chase
On 2022-09-02 20:07, Francesco Ariis wrote: > Il 02 settembre 2022 alle 18:01 Tim Chase ha scritto: > > However, often these messages don't have a To: or CC: header, so I > > can't identify them with a ~C and I don't see an option for identifying > > message

Identifying messages with no To: or CC: headers?

2022-09-02 Thread Tim Chase
I have a catch-all mailbox and would like to set up a filter/coloring for spam messages coming to me of the form [[:xdigit:]]{5,}[.][[:xdigit:]]{5,}@me.mydomain.com according to the Delivered-To: or Envelope-To: headers. I suspect they're comming from scraped message-IDs from messages I've sen

Re: Is linewrap dead?

2022-08-31 Thread Tim Chase
On 2022-08-31, Tavis Ormandy wrote: > If it was up to me I'd continue using > tw=72, but sometimes a compromise > is necessary. Perhaps tw=40 would be sufficient to make everybody happy. Reminds me a bit of my old Apple, ][+ days with 40-column upper-case only. ;-) -tkc

Setting Importance:, Priority:, X-Priority: headers

2022-08-14 Thread Tim Chase
According to RFC-2076[1], I should be able to include headers such as Importance: {high,normal,low} Priority: {normal,urgent,non-urgent} X-Priority: [1-5] (where X-Priority's 1=highest, 5=lowest) to inform others' MUAs of the intended importance/priority. Currently I'm manually setting the

Re: [RFC] Remove additional spaces when quoting already-quoted lines

2022-08-05 Thread Tim Chase
On Thu, Aug 04, 2022 at 08:17:39PM +0200, Dennis Preiser wrote: > I use vim and have the following vim9script function in my vimrc: > > | #--- > | # fix mail quotes for mutt, e.g. '> >foo' -> '>> foo' > | # muttrc: set editor='

Wild-card for deep-path tab-completion when using "c" to change folders?

2022-07-14 Thread Tim Chase
My Maildir is structured with folders like INBOX/ INBOX/Folder/ INBOX/Folder/Subfolder/ rather than flat-with-delimiter INBOX/ INBOX.Folder/ INBOX.Folder.Subfolder/ When I press "c" to change the current folder (or any other context where a folder-path is expected like "s"ave), is t

Getting color on FreeBSD

2019-08-22 Thread Tim Chase
$ printf '\e[31mHello\e[0m' So the terminal is doing color as expected, but somehow mutt/neomutt doesn't seem to recognize that. Is there some trick that I've missed for getting mutt/neomutt to play well with termcap/FreeBSD? Thanks, -tim

Collapsing/expanding sidebar sub-trees?

2019-07-07 Thread Tim Chase
Is there a way to collapse (and subsequently expand) folders in my sidebar? Say I have INBOX Folder A Subfolder A1 Subfolder A2 Folder B Subfolder B1 Subfolder B2 is there to navigate to "Folder A" and collapse it so that the sidebar displays something like I

Re: Hide a message?

2018-12-14 Thread Tim Chase
On 2018-12-13 22:05, Patrick Shanahan wrote: > mbox still serves my needs and has never failed me. why would I > want to invest time and effort to change to something (anything) > else? maildir does not "work better" as I can see. Perhaps you're not putting strains on mbox that others have. I'v

Re: Hide a message?

2018-12-13 Thread Tim Chase
On 2018-12-13 11:23, Jude DaShiell wrote: > maildir if I remember correctly has an inc command once you get it > set up. It looks for an mbox file and does the conversion of that > mbox file for you and loads the mail into the mail directories for > you. This sounds like mh/nmh (which has an `inc

Re: Reply with another email as attachment?

2018-03-14 Thread Tim Chase
On 2018-03-15 00:37, Erik Christiansen wrote: > Yup, forward: > View the email to attach. > Hit 'f', and mutt will prompt: Forward as attachment? ([yes]/no): > Hit Enter, compose the accompanying email, with forward address, > etc. I just tried this (both with an individual message as well as tagg

Re: html signature?

2018-03-07 Thread Tim Chase
On 2018-03-07 13:37, Scott Kostyshak wrote: >> I've noticed that the handling of text/plain by popular GUI MUAs >> has gotten so bad in past few years, that I'm now reluctant to >> send mail in that format. > > What are the most common mistakes? The biggest I've seen is using proportional fonts

Re: Is collapse subthread possible?

2018-02-26 Thread Tim Chase
On 2018-02-27 10:34, Yubin Ruan wrote: > > You can use Alt-v to collapse and open a sub-thread and Alt-V to > > collapse and open all sub-threads. > > what is the command for that? My key configuration of Alt-v binds > to toggling the entire thread instead of a subthread. V: collapse-all v:

Re: hide identical mails within the same thread

2018-01-21 Thread Tim Chase
On 2018-01-21 17:27, Tim Chase wrote: > folder-hook . 'push ~!=' Sorry, mistyped folder-hook . 'push !~=' (the adjacency of "~" and "!" on the keyboard didn't help. The "!" negates the "~=" duplicate functionality). And

Re: hide identical mails within the same thread

2018-01-21 Thread Tim Chase
On 2018-01-21 07:01, Tim Chase wrote: > On 2018-01-21 12:18, Ionel Mugurel Ciobîcă wrote: > > You can tag duplicates (defaults are T~=) and do something with > > it, for example delete them (defaults ;d). You can't hide e-mails > > in mutt. > > Should be able

Re: hide identical mails within the same thread

2018-01-21 Thread Tim Chase
On 2018-01-21 12:18, Ionel Mugurel Ciobîcă wrote: > You can tag duplicates (defaults are T~=) and do something with it, > for example delete them (defaults ;d). You can't hide e-mails in > mutt. Should be able to use the ~= "duplicate message" and invert it, then use that to (by default "l") the

Re: Mapping macros in other minor modes

2017-12-27 Thread Tim Chase
On 2017-12-27 12:59, Kevin J. McCarthy wrote: > On Wed, Dec 27, 2017 at 01:06:25PM -0600, Tim Chase wrote: > > Is there a way to remap keys in the ":" command-line and in the > > help viewer? > > The command line uses the "editor" map, while the help u

Mapping macros in other minor modes

2017-12-27 Thread Tim Chase
Is there a way to remap keys in the ":" command-line and in the help viewer? In vim, I usually use control+P/N in the ":" command-line to recall previous commands and was hoping to get similar ^P/^N functionality to duplicate the functionality mutt provides with up/down. Likewise, in the help pag

Re: split or merged mbox/record

2017-11-29 Thread Tim Chase
On 2017-11-30 00:22, David Woodfall wrote: > This is interesting. If I have several mailboxes would it be > possible to set the record = current folder on something? https://dev.mutt.org/trac/wiki/MuttFaq/Folder#HowtosavecopiesofoutgoingsenteMailstothecurrentfolder :-) -tkc

Re: "Tagging is not supported." message - what causes it?

2017-11-02 Thread Tim Chase
On 2017-11-02 21:05, Chris Green wrote: > Status: RO > > Is it that "Status: RO"? If so what/who put it there? despite looking like it means "read only", that's a combination of the "Read" (you've read the message) and "Old" flags. -tkc

Re: "Tagging is not supported." message - what causes it?

2017-11-02 Thread Tim Chase
On 2017-11-02 14:14, Chris Green wrote: > What causes the message "Tagging is not supported."? Looking at the source, it appears that it is triggered if you do an OP_TAG and either you're not in the tag menu or there's a (transient?) dialog: case OP_TAG: if (menu->tag && !menu->dial

Re: Sending SMTP email to lookout

2017-10-03 Thread Tim Chase
Given the number of typos in your email ("lookout", "Ubunto", "smtp.offic365.com"), are you sure that you have the protocol ("smtp" vs. "smtps"), server, port, & credentials typed properly? -tkc On 2017-10-01 15:35, fe...@crowfix.com wrote: > I have K-9 email on my Android phone, and it can send

Re: Alias file without actual aliases?

2017-10-03 Thread Tim Chase
Sigh, never mind. 30 minutes later, I stumble across the "group" command which lets me group -group trolls -addr tr...@example.com which does EXACTLY what I want. Sorry for the noise. -tkc On 2017-10-03 12:25, Tim Chase wrote: > It may be a silly question, but can one make

Alias file without actual aliases?

2017-10-03 Thread Tim Chase
It may be a silly question, but can one make use of -group names in alias files without assigning aliases? I've got email addresses for some mailing-list trolls. I never intend to send messages to them, but I'd like to use the "alias -group trolls ..." to have a "trolls" group I can use for flagg

Collecting recipient email address(es) upon sending

2017-09-17 Thread Tim Chase
te this behavior and hoover up outgoing addresses into a specified a address-book? I'm really only interested in them as a group for "%f" membership testing if that simplifies matters. Thanks, -tim [1] configurable in TB under Edit ->Preferences ->Composition ->Addres

sidebar_new_mail_only toggle showing more than expected

2017-07-24 Thread Tim Chase
I've got a macro mapped for toggle sidebar_new_mail_only and it seems to do something, but it's still showing me a lot of folders that don't actually have any New/Old (i.e., not-read) messages in them. I've got my `sidebar_format` set to display the New message count set sidebar_format="%B

Collapsing folders in the side-bar

2017-07-22 Thread Tim Chase
With the sidebar visible, is there a way to expand/collapse folders under their common parents? In most of my other MUAs (Thunderbird, Claws, KMail, Evolution, :shudder: Outlook, etc), I have a folder-tree much like the sidebar: INBOX -Personal | | | - Family | | | - Friends |

Re: How to backup emails with colon in file name

2017-07-10 Thread Tim Chase
On 2017-07-05 21:38, Jason wrote: > > - create a file such as "mail.img" on your FAT partition, format > > it as something smarter (e.g. ext{2,3,4}, UFS or ZFS), and mount > > it as a loop-back/memory-disk, to which you can then use rsync to > > that loopback device. This allows for actual sym-lin

Re: How to backup emails with colon in file name

2017-07-02 Thread Tim Chase
On 2017-06-27 10:00, Jason wrote: > I use rsync for doing incremental backups to a USB stick. I am > having a problem that rsync does not like backing up my mutt emails > since they contain a colon in the filename. For example: > > 1498570870.M370636P2743Q2R5bbb999d0aefc481.net1:2,S > > Using fat

Re: Install hiccup [Was: mutt 1.8.0 released]

2017-02-27 Thread Tim Ye
rams and man pages ii ncurses-term 5.9+20140913-1 all additional terminal type definitions Thanks, - Tim On 2017-02-27 19:28+1100, Erik Christiansen wrote: > On 24.02.17 13:28, on mutt-announce, Kevin J. McCarthy wrote: > > I am ple

Re: Pulling the From address using Envelope-To:

2016-02-25 Thread Tim Chase
On 2016-02-25 21:34, Patrick Shanahan wrote: > > Is there some setting I've missed, or some way around this to have > > mutt extract my From: address using the Envelope-To: header? > > send-hook 'my_hdr From: Your Addr ' It looks like that would require me to hand-specify every mailing list's Fr

Pulling the From address using Envelope-To:

2016-02-25 Thread Tim Chase
[tried on IRC, but it was pretty quiet there, so trying here] I'm trying to transition from claws-mail to mutt and have hit a snag. I'd like to configure mutt to automatically extract the receiving address and use that as the From: address for replies. So I started with the guide found here: h

Re: Using a sendmail replacement?

2016-02-22 Thread Tim Gray
ed on your from address. The wrapper around putmail (or msmtp) is nice because you can tee off the message to other utilities too if you need to, like one for collecting email addresses you've sent to. [1]: https://github.com/tgray/putmail Tim

Re: options for mutt + notmuch integration

2015-05-24 Thread Tim Gray
On May 24, 2015 at 05:55 PM -0400, Xu Wang wrote: Assuming notmuch is the way to go, I have looked into options for integrating mutt and notmuch. I see the following possibilities: (1) mutt-kz (2) the python script. (3) mutt-notmuch [1] (I understand this is deprecated, see [2]) (4) notmuch-mutt

Re: blacklisted IP - my setup?

2015-04-03 Thread Tim Johnson
* Will Yardley [150403 15:12]: > On Fri, Apr 03, 2015 at 03:18:44PM -0700, j...@howey.io wrote: > > Tim Johnson wrote: > > > > See http://www.spamrats.com/lookup.php?ip=64.4.232.191 > > > > > > Is there something wrong with my headers and if so, how

blacklisted IP - my setup?

2015-04-03 Thread Tim Johnson
See http://www.spamrats.com/lookup.php?ip=64.4.232.191 Is there something wrong with my headers and if so, how do I correct it? thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com, http://www.tj49.com

Re: sourcing output from a program

2015-01-01 Thread Tim Gray
On Jan 01, 2015 at 07:01 PM +0100, Francesco Ariis wrote: Are you looking for `source '~/folder/script.sh|'` maybe? Yes I am. Thanks! Tim

sourcing output from a program

2015-01-01 Thread Tim Gray
to do things. Is there some way to source the output directly instead of dumping it to a file and echoing the file name? Thanks, Tim

Re: forgotten commands

2014-12-22 Thread Tim Gray
o read. If you already have messages tagged, ';WN' will suffice. That is again assuming that your key bindings are the same as mine, which is probably unlikely. Hope this helps. Tim

Re: Viewing HTML in a "real" browser

2013-12-14 Thread Tim Gray
On Dec 14, 2013 at 08:27 PM +0800, Chris Down wrote: My browser is Chromium, but I think any generic solution should be adaptable. I use Christian's script for complex html messages, particularly ones that have images attached in the email. However, it's a bit slower sometimes then just open

Re: TO: header

2013-09-15 Thread Tim Gray
mine in ~/.mutt/muttrc. You can also set it in ~/.muttrc. I have the following in mine: set realname="Tim Gray" set from=m...@address.com Maybe I'm not understanding what you are getting at though...

Re: Encrypting postponed messages

2013-09-09 Thread Tim Gray
On Sep 09, 2013 at 11:47 PM +1000, Erik Christiansen wrote: To have an unencrypted subject line, it's necessary to enter it in mutt, prior to postponing. However, that's probably an asset if the subject ought also be obfuscated, E.g. "We go to war tomorrow" might be safer as "Immediate plans". If

Re: Encrypting postponed messages

2013-09-08 Thread Tim Gray
On Sep 09, 2013 at 02:31 AM +1000, Erik Christiansen wrote: That would remove the editor choice restriction, and so would be more universal once it exits. Added to that, draft encryption integrated into mutt uses less keystrokes and requires less user concentration than encryption provided by the

Re: Search utilities for use with mutt - I use mairix but it's not perfect

2013-05-07 Thread Tim Gray
On May 07, 2013 at 02:53 PM +0100, Chris Green wrote: What other search programs work well with mutt? I used mairix long ago. I think notmuch [1] and mu [2] are superior. I used to think notmuch had more going for it compared to mu, but I've since settled on mu in the last year or two and h

Re: pdf-files destroyed, where are archives?

2013-05-03 Thread Tim Gray
On May 03, 2013 at 07:15 PM +0200, Ulrich Lauther wrote: mutt -f mbox tried to read all messages in mbox and called firefox for each html-containing message, due to auto_view text/html and a corresponding .mailcap entry I've not had those issues, but I do have 2 entries in my .mailcap for t

Re:

2013-05-01 Thread Tim Gray
On May 01, 2013 at 09:51 PM +0200, Suvayu Ali wrote: On Wed, May 01, 2013 at 12:37:13PM -0700, Kevin J. McCarthy wrote: It looks like it takes an existing attachment (e.g. ~/foo.txt) and makes a copy of it to your $tmpdir. The attachment is then replaced with your tmpdir copy (/tmp/foo.txt). P

mutt-users@mutt.org

2013-04-30 Thread Tim Gray
What exactly does the command do? The manual states 'get a temporary copy of an attachment' but it's unclear to me what the use case might be. Thanks.

Re: Searching for an email by sender's address

2013-04-27 Thread Tim Gray
On Apr 27, 2013 at 09:36 PM +0200, John Niendorf wrote: How do you guys search for all messages from a particular sender? When I do a search, it picks up words from the subject by ignores the sender's (or recipient's) address. Try '~f'. So limit, then `~f name`.

Re: Using Mac OSX addressbook groups

2013-04-23 Thread Tim Gray
On Apr 22, 2013 at 09:31 PM -0700, Trey Sizemore wrote: Thanks. I figured an alias file was the way to go, but wanted to see if there was an alternative. Not that I know of. After all, alias files are the mutt way of dealing with group lists, right? I'll check out the script. I'm guessi

Re: Using Mac OSX addressbook groups

2013-04-22 Thread Tim Gray
On Apr 22, 2013 at 04:22 PM -0700, Trey Sizemore wrote: Just curious if any Mac users on the list have found a way to select 'groups' they've created in their addressbooks when composing mail (To:, CC:)? Yup. I've dumped the groups with members to an alias file that I source. I don't actuall

Re: Alternate Addresses

2013-02-11 Thread Tim Gray
On Feb 11, 2013 at 03:57 PM -0500, Ed wrote: Of course I put the actual address in tha above. Where did I go wrong ? I just have: alternates (addr...@example.com|t...@example.com)

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread Tim Gray
On Feb 10, 2013 at 02:04 PM +, David Woodfall wrote: So I'm just wondering how people here cope with organising mailing lists with Maildir and any tips/tricks that may be a better way than my present way. I do what others have said regarding Maildir/dovecot. The 'layout=fs' option let's

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-07 Thread Tim Gray
On Nov 07, 2012 at 02:15 PM +, Chris Green wrote: I *don't* like procmail configuration files, they're one of the reasons I wrote my own. What does everyone else here do for collecting mail and filtering mail with mutt? I use getmail and dovecot deliver. Getmail is great, fast, and flexi

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

2012-08-17 Thread Tim Gray
On Aug 17, 2012 at 02:52 PM +0200, martin f krafft wrote: - Andre suggested to use mail_location = maildir:%h/Maildir:LAYOUT=fs in dovecot, which I have yet to try. If this does what a web search suggests, then it will make dovecot use mutt's hierarchy instead of the standard IM

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

2012-08-16 Thread Tim Gray
On Aug 16, 2012 at 08:58 PM +0200, martin f krafft wrote: http://git.madduck.net/v/etc/offlineimap.git/blob/HEAD:/.offlineimaprc#l45 I see. Not something you'd probably be able to do if you didn't have login access to the IMAP server. Off topic - you must be the same Martin Krafft who went

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

2012-08-16 Thread Tim Gray
On Aug 16, 2012 at 08:29 PM +0200, martin f krafft wrote: also sprach Christian Brabandt [2012.08.16.1937 +0200]: I don't know my password. I use asymmetric authentication everywhere, including IMAP, using a preauth-SSH-tunnel. Out of curiosity, how do you implement this?

Re: Killfiling, anyone?

2012-07-25 Thread Tim Gray
On Jul 25, 2012 at 10:26 AM -0400, Mark H. Wood wrote: Well, here's one vote for maildrop (from a former procmail user). They're both good. And, since I use exim, I keep telling myself that someday I'm going to try its Sieve per-user filter support. I use Sieve for this kind of thing. Downloa

Re: mail relaying

2012-06-19 Thread Tim Gray
On Jun 19, 2012 at 11:47 AM -0700, jeremy bentham wrote: What simple, head-smacking thing have I overlooked? Not sure if I can help you, but a simple config line works for me with my SMTP server, when I use it directly from mutt: set smtp_url="smtp://u...@smtp.example.com:587" Port 587

Re: Anyone using Mutt on a Mac?

2012-05-14 Thread Tim Gray
On May 12, 2012 at 06:51 PM -0500, Jim Graham wrote: I'm going to be replacing my old, rapidly dying systems with a Mac next month, and am wondering if anyone here has used Mutt on Mac OS X (Lion). I'm curious about how that's working out, etc. (I've never actually SEEN Mac OS X, so I don't kno

Re: How to save a thread to a file

2012-04-07 Thread Tim Johnson
* Tim Johnson [120406 16:54]: > Using Mutt 1.4.2.3i on OSX Lion. > > Is it possible to save a thread to a file? <...> Good thread folks. Really valuable stuff. :)Now I am saving this thread. thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com

Re: How to save a thread to a file

2012-04-07 Thread Tim Johnson
ctions, now it is all saved to file. Thanks a lot! One more question if I may: Might I expect any changes in mutt's behavior after changing the `mbox_type' variable? cheers -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com

Re: How to save a thread to a file

2012-04-07 Thread Tim Johnson
y, below is my original question: > > > > > > I can t to tag the thread and then ;s to save to another > > > > > > mailbox, but I don't know if I can save the same to a file. To recap, if I tag the thread and invoke ;s I get the following response "Save

Re: How to save a thread to a file

2012-04-07 Thread Tim Johnson
* David Ellement [120407 01:10]: > On 2012-04-06, Tim Johnson wrote > > * Gerald LaMontagne [120406 17:55]: > > > On Fri, Apr 06, 2012 at 04:52:16PM -0800, Tim Johnson wrote: > > > > Is it possible to save a thread to a file? > > > > > > >

Re: How to save a thread to a file

2012-04-06 Thread Tim Johnson
* Gerald LaMontagne [120406 17:55]: > On Fri, Apr 06, 2012 at 04:52:16PM -0800, Tim Johnson wrote: > > Using Mutt 1.4.2.3i on OSX Lion. > > > > Is it possible to save a thread to a file? > > > > I can t to tag the thread and then ;s to save to another > >

How to save a thread to a file

2012-04-06 Thread Tim Johnson
Using Mutt 1.4.2.3i on OSX Lion. Is it possible to save a thread to a file? I can t to tag the thread and then ;s to save to another mailbox, but I don't know if I can save the same to a file. TIA -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com

Re: Mutt/IMAP/filtering

2012-01-14 Thread Tim Gray
ad in the test file: set realname="Tim Gray" set from=tg...@address1.com set mbox_type=Maildir set fast_reply set editor="vim +8 -c 'set ft=mail'" set spoolfile = $HOME/mail/p/INBOX set folder=$HOME/mail/p folder-hook .* "source ~/

Re: Mutt/IMAP/filtering

2012-01-13 Thread Tim Gray
On Jan 13, 2012 at 08:41 AM +, Jamie Paul Griffin wrote: Also $reverse_name will set the From: address to the right value depending on which address was used in the email you're replying to. You will need to set $alternates in the config file for that. Ah yes, I left out that bit.

Re: Mutt/IMAP/filtering

2012-01-12 Thread Tim Gray
On Jan 12, 2012 at 06:30 PM -0800, Tracy Reed wrote: I can't forward all email to one account but pulling it all down to one location with offlineimap is a possibility. I'm just concerned about not being able to access my mail with my iphone if I pull it all down and delete it from the server.

Re: Mutt/IMAP/filtering

2012-01-12 Thread Tim Gray
#x27;m in. I set up each profile in it's own file, like so: set realname="Tim Gray" set from="tg...@address.com" set use_from=yes set signature=~/.mutt/signatures/signature1 set use_envelope_from=yes color statusblack m

Re: need sendmail agent for fastmail

2012-01-09 Thread Tim Gray
On Jan 09, 2012 at 03:34 PM -0800, Tom Fowle wrote: I'm using mutt1.41 on Fedora 7 with the speakup screen reader. Works with most isps except fastmail which needs a sendmail client that handles authenticators. Not sure if you've tried them, but I've always been happy with using msmtp[1] or pu

mutt not recognizing new mails

2012-01-09 Thread Tim Gray
I've been using mutt for a couple years, and something new just started. Not sure if it's mutt or another program, but I *think* it's mutt. Then again, I just started noticing it and haven't built mutt since August (I build from the mercurial sources). I'm currently running 6196:b01d63af6fea

Re: Checking both locally delivered mail and remote IMAP server

2011-12-29 Thread Tim Gray
On Dec 28, 2011 at 07:54 PM +, josedavidmj-fo...@yahoo.es wrote: Does anyone have any idea of how to achieve this goal? Try this: set folder = "~/.maildir" mailboxes ! mailboxes "imaps://imap.gmail.com:993/INBOX" You just need to add the IMAP mailboxes individually. You can d

Re: Intelligent/Word-Sensitive Wrapping in Pager?

2011-12-27 Thread Tim Gray
On Dec 27, 2011 at 05:14 PM +, Michael Graham wrote: I’ve been playing with the pager’s wrapping so that it doesn’t wrap to the width of my terminal, but rather to 72 characters wide. In my .muttrc I’ve set “set wrap = 72”, but it doesn’t intelligently break: it breaks in the middle of

Re: Address Book/Contacts utilities that work (well) with mutt - what's out there?

2011-12-10 Thread Tim Gray
On Dec 10, 2011 at 05:38 PM +, Chris Green wrote: lbdb is good to know about, thank you. It means that I can choose almost any program for my address book and can link it to mutt. lbdb is the glue which makes it all happen really. It's a great program.

Re: Address Book/Contacts utilities that work (well) with mutt - what's out there?

2011-12-10 Thread Tim Gray
On Dec 10, 2011 at 02:55 PM +, Chris Green wrote: So, does everyone here use abook, or nothing, or just have all their E-Mail addresses in mutt aliases, or what? Any suggestions would be very welcome. This isn't going to be very useful to you since you are using Linux and I'm on OS X, but

Re: mark_old=yes does not work for IMAP folders

2011-12-08 Thread Tim Gray
On Dec 09, 2011 at 12:45 PM +0700, Victor Sudakov wrote: I have been quite happy with mutt alone as an IMAP client. I would be happy with the IMAP support, but I find offlineimap is more graceful in handling me putting my laptop to sleep throughout the day as I move about. Absolutely not.

Re: mark_old=yes does not work for IMAP folders

2011-12-08 Thread Tim Gray
On Dec 09, 2011 at 08:59 AM +0700, Victor Sudakov wrote: Have I asked something weird or does nobody use IMAP? I think a lot of us use offlineimap. At least I do. I clearly remember IMAP messages becoming "O" in mutt-1.4.2.3_4, and I miss the feature very much. I wonder, where mutt could hav

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 09, 2011 at 12:05 AM +0100, Eric Smith wrote: But this will not match if the mail is From: foo and To: bar, baz You'll just need to add a couple more hooks to catch all the cases. It's really all explained in the manual. fcc-save-hook '~f foo ~C bar ~C baz' project_folder fcc

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 08, 2011 at 08:15 AM -0500, Tim Gray wrote: On Dec 08, 2011 at 12:08 PM +0100, Eric Smith wrote: Thanks Tim but the condition is AND not OR. All three addresses need to be present in random order in the To: or Oops. Just take that the |'s then. If you just place several s

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 08, 2011 at 10:39 PM +0100, Eric Smith wrote: So if it is a mail from one of three names and the other two names are in ~C (To: or Cc:), then it is a match. What is the smartest way to specify this logic with an fcc-save-hook? If I understand correctly, the following should do it. It's

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 08, 2011 at 12:08 PM +0100, Eric Smith wrote: Thanks Tim but the condition is AND not OR. All three addresses need to be present in random order in the To: or Oops. Just take that the |'s then. If you just place several search modifiers together, a logical AND is assumed.

Re: fcc-save-hook for multiple recipients

2011-12-05 Thread Tim Gray
On Dec 05, 2011 at 10:23 PM +0100, Eric Smith wrote: If a sent or received mail has a certain list of email addresses in the To: and Cc:, then I want to automatically save to a specific folder. Well, you can either string together a bunch of criteria with 'ors' and use the ~C pattern: fc

maildir_trash questions

2011-12-01 Thread Tim Gray
I'd like to have maildir_trash=yes. I'm running mutt pointed at local maildirs. When I set the above option to yes, I can flag deleted messages just fine; the T flag gets set on the file. However, I can't seem to actually purge them by any means. Syncing the mailbox has no effect, even thou

Re: 'important' flagged messages mutt and offlineimap

2011-11-24 Thread Tim Gray
On Nov 24, 2011 at 02:58 PM +, Matt Ford wrote: I've seen a couple of internet posts about how starred mails are not propagated upwards from mutt to gmail, this looks to be the same thing. Unfortunately I didn't see a fix. Just to note that I do use mutt and offlineimap. Flags set in mutt

IMAP timeout

2011-11-09 Thread Tim Gray
I've been using mutt over IMAP on my laptop and I had a question for the list. When I put my laptop to sleep or disconnect it from the internet, clearly my IMAP connection is broken. When I resume my connection at a later time, like the next morning, mutt is often in a 'frozen' state. After

  1   2   3   4   5   >