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
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
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
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
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
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
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
~
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.
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
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
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
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
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
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
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
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
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
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
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
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='
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
$ 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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
|
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
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
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
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
[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
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
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
* 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
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
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
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
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
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
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...
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
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
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
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
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
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.
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`.
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
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
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)
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
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
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
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
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?
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
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
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
* 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
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
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
* 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?
> > > >
> > >
* 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
> >
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
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 ~/
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.
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.
#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
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
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
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
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
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.
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
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.
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
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
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
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
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.
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
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
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
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 - 100 of 407 matches
Mail list logo